<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * @alifd/next@1.25.19 (https://fusion.design)
 * Copyright 2018-present Alibaba Group,
 * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
 */
/* stylelint-disable-next-line */
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); } }

@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); } }

@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); } }

@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    transform: translateY(-24px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    transform: translateY(-24px); } }

@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    transform: translateY(-24px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    transform: translateY(-24px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    transform: translateY(-24px); } }

@-webkit-keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-moz-keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-ms-keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-o-keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-moz-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-ms-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-o-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-moz-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-ms-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-o-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-moz-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-ms-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-o-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-moz-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-ms-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-o-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@-moz-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@-ms-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@-o-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@-webkit-keyframes zoomInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes zoomInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes zoomInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes zoomInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes zoomOutBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); } }

@-moz-keyframes zoomOutBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); } }

@-ms-keyframes zoomOutBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); } }

@-o-keyframes zoomOutBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes zoomOutBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes expandInDown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; } }

@-moz-keyframes expandInDown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; } }

@-ms-keyframes expandInDown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; } }

@-o-keyframes expandInDown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; } }

@keyframes expandInDown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; } }

@-webkit-keyframes expandInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; } }

@-moz-keyframes expandInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; } }

@-ms-keyframes expandInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; } }

@-o-keyframes expandInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; } }

@keyframes expandInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; } }

@-webkit-keyframes expandInWithFade {
  0% {
    opacity: 0; }
  40% {
    opacity: .1; }
  50% {
    opacity: .9; }
  100% {
    opacity: 1; } }

@-moz-keyframes expandInWithFade {
  0% {
    opacity: 0; }
  40% {
    opacity: .1; }
  50% {
    opacity: .9; }
  100% {
    opacity: 1; } }

@-ms-keyframes expandInWithFade {
  0% {
    opacity: 0; }
  40% {
    opacity: .1; }
  50% {
    opacity: .9; }
  100% {
    opacity: 1; } }

@-o-keyframes expandInWithFade {
  0% {
    opacity: 0; }
  40% {
    opacity: .1; }
  50% {
    opacity: .9; }
  100% {
    opacity: 1; } }

@keyframes expandInWithFade {
  0% {
    opacity: 0; }
  40% {
    opacity: .1; }
  50% {
    opacity: .9; }
  100% {
    opacity: 1; } }

@-webkit-keyframes expandOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; } }

@-moz-keyframes expandOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; } }

@-ms-keyframes expandOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; } }

@-o-keyframes expandOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; } }

@keyframes expandOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; } }

@-webkit-keyframes expandOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; } }

@-moz-keyframes expandOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; } }

@-ms-keyframes expandOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; } }

@-o-keyframes expandOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; } }

@keyframes expandOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0; } }

@-webkit-keyframes expandOutWithFade {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes expandOutWithFade {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-ms-keyframes expandOutWithFade {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes expandOutWithFade {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes expandOutWithFade {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  20% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  20% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  20% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  20% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  20% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 300ms;
  -webkit-animation-duration: var(--motion-duration-standard-in, 300ms);
  -moz-animation-duration: 300ms;
  -moz-animation-duration: var(--motion-duration-standard-in, 300ms);
  -ms-animation-duration: 300ms;
  -ms-animation-duration: var(--motion-duration-standard-in, 300ms);
  -o-animation-duration: 300ms;
  -o-animation-duration: var(--motion-duration-standard-in, 300ms);
  animation-duration: 300ms;
  animation-duration: var(--motion-duration-standard-in, 300ms);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.35s;
  -webkit-animation-duration: var(--durationBigDefault, 0.35s);
  -moz-animation-duration: 0.35s;
  -moz-animation-duration: var(--durationBigDefault, 0.35s);
  -ms-animation-duration: 0.35s;
  -ms-animation-duration: var(--durationBigDefault, 0.35s);
  -o-animation-duration: 0.35s;
  -o-animation-duration: var(--durationBigDefault, 0.35s);
  animation-duration: 0.35s;
  animation-duration: var(--durationBigDefault, 0.35s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 250ms;
  -webkit-animation-duration: var(--motion-duration-standard-out, 250ms);
  -moz-animation-duration: 250ms;
  -moz-animation-duration: var(--motion-duration-standard-out, 250ms);
  -ms-animation-duration: 250ms;
  -ms-animation-duration: var(--motion-duration-standard-out, 250ms);
  -o-animation-duration: 250ms;
  -o-animation-duration: var(--motion-duration-standard-out, 250ms);
  animation-duration: 250ms;
  animation-duration: var(--motion-duration-standard-out, 250ms);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 250ms;
  -webkit-animation-duration: var(--motion-duration-standard-out, 250ms);
  -moz-animation-duration: 250ms;
  -moz-animation-duration: var(--motion-duration-standard-out, 250ms);
  -ms-animation-duration: 250ms;
  -ms-animation-duration: var(--motion-duration-standard-out, 250ms);
  -o-animation-duration: 250ms;
  -o-animation-duration: var(--motion-duration-standard-out, 250ms);
  animation-duration: 250ms;
  animation-duration: var(--motion-duration-standard-out, 250ms);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 250ms;
  -webkit-animation-duration: var(--motion-duration-standard-out, 250ms);
  -moz-animation-duration: 250ms;
  -moz-animation-duration: var(--motion-duration-standard-out, 250ms);
  -ms-animation-duration: 250ms;
  -ms-animation-duration: var(--motion-duration-standard-out, 250ms);
  -o-animation-duration: 250ms;
  -o-animation-duration: var(--motion-duration-standard-out, 250ms);
  animation-duration: 250ms;
  animation-duration: var(--motion-duration-standard-out, 250ms);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 250ms;
  -webkit-animation-duration: var(--motion-duration-standard-out, 250ms);
  -moz-animation-duration: 250ms;
  -moz-animation-duration: var(--motion-duration-standard-out, 250ms);
  -ms-animation-duration: 250ms;
  -ms-animation-duration: var(--motion-duration-standard-out, 250ms);
  -o-animation-duration: 250ms;
  -o-animation-duration: var(--motion-duration-standard-out, 250ms);
  animation-duration: 250ms;
  animation-duration: var(--motion-duration-standard-out, 250ms);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  -ms-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.35s;
  -webkit-animation-duration: var(--durationBigDefault, 0.35s);
  -moz-animation-duration: 0.35s;
  -moz-animation-duration: var(--durationBigDefault, 0.35s);
  -ms-animation-duration: 0.35s;
  -ms-animation-duration: var(--durationBigDefault, 0.35s);
  -o-animation-duration: 0.35s;
  -o-animation-duration: var(--durationBigDefault, 0.35s);
  animation-duration: 0.35s;
  animation-duration: var(--durationBigDefault, 0.35s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -ms-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.35s;
  -webkit-animation-duration: var(--durationBigDefault, 0.35s);
  -moz-animation-duration: 0.35s;
  -moz-animation-duration: var(--durationBigDefault, 0.35s);
  -ms-animation-duration: 0.35s;
  -ms-animation-duration: var(--durationBigDefault, 0.35s);
  -o-animation-duration: 0.35s;
  -o-animation-duration: var(--durationBigDefault, 0.35s);
  animation-duration: 0.35s;
  animation-duration: var(--durationBigDefault, 0.35s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -ms-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.35s;
  -webkit-animation-duration: var(--durationBigDefault, 0.35s);
  -moz-animation-duration: 0.35s;
  -moz-animation-duration: var(--durationBigDefault, 0.35s);
  -ms-animation-duration: 0.35s;
  -ms-animation-duration: var(--durationBigDefault, 0.35s);
  -o-animation-duration: 0.35s;
  -o-animation-duration: var(--durationBigDefault, 0.35s);
  animation-duration: 0.35s;
  animation-duration: var(--durationBigDefault, 0.35s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -ms-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.35s;
  -webkit-animation-duration: var(--durationBigDefault, 0.35s);
  -moz-animation-duration: 0.35s;
  -moz-animation-duration: var(--durationBigDefault, 0.35s);
  -ms-animation-duration: 0.35s;
  -ms-animation-duration: var(--durationBigDefault, 0.35s);
  -o-animation-duration: 0.35s;
  -o-animation-duration: var(--durationBigDefault, 0.35s);
  animation-duration: 0.35s;
  animation-duration: var(--durationBigDefault, 0.35s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -ms-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -ms-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -ms-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -moz-animation-name: slideOutDown;
  -ms-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
  animation-name: slideOutDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -ms-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.expandInDown {
  -webkit-animation-name: expandInDown;
  -moz-animation-name: expandInDown;
  -ms-animation-name: expandInDown;
  -o-animation-name: expandInDown;
  animation-name: expandInDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.expandOutUp {
  -webkit-animation-name: expandOutUp;
  -moz-animation-name: expandOutUp;
  -ms-animation-name: expandOutUp;
  -o-animation-name: expandOutUp;
  animation-name: expandOutUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  -ms-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.expandInUp {
  -webkit-animation-name: expandInUp;
  -moz-animation-name: expandInUp;
  -ms-animation-name: expandInUp;
  -o-animation-name: expandInUp;
  animation-name: expandInUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.expandOutDown {
  -webkit-animation-name: expandOutDown;
  -moz-animation-name: expandOutDown;
  -ms-animation-name: expandOutDown;
  -o-animation-name: expandOutDown;
  animation-name: expandOutDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  -ms-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  -moz-animation-name: fadeInDownSmall;
  -ms-animation-name: fadeInDownSmall;
  -o-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: var(--ease-out-quint, cubic-bezier(0.23, 1, 0.32, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.fadeOutUpSmall {
  -webkit-animation-name: fadeOutUpSmall;
  -moz-animation-name: fadeOutUpSmall;
  -ms-animation-name: fadeOutUpSmall;
  -o-animation-name: fadeOutUpSmall;
  animation-name: fadeOutUpSmall;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 250ms;
  -webkit-animation-duration: var(--motion-duration-standard-out, 250ms);
  -moz-animation-duration: 250ms;
  -moz-animation-duration: var(--motion-duration-standard-out, 250ms);
  -ms-animation-duration: 250ms;
  -ms-animation-duration: var(--motion-duration-standard-out, 250ms);
  -o-animation-duration: 250ms;
  -o-animation-duration: var(--motion-duration-standard-out, 250ms);
  animation-duration: 250ms;
  animation-duration: var(--motion-duration-standard-out, 250ms);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.zoomInBig {
  -webkit-animation-name: zoomInBig;
  -moz-animation-name: zoomInBig;
  -ms-animation-name: zoomInBig;
  -o-animation-name: zoomInBig;
  animation-name: zoomInBig;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.2s;
  -webkit-animation-duration: var(--durationSmallDefault, 0.2s);
  -moz-animation-duration: 0.2s;
  -moz-animation-duration: var(--durationSmallDefault, 0.2s);
  -ms-animation-duration: 0.2s;
  -ms-animation-duration: var(--durationSmallDefault, 0.2s);
  -o-animation-duration: 0.2s;
  -o-animation-duration: var(--durationSmallDefault, 0.2s);
  animation-duration: 0.2s;
  animation-duration: var(--durationSmallDefault, 0.2s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -moz-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -ms-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -o-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.zoomOutBig {
  -webkit-animation-name: zoomOutBig;
  -moz-animation-name: zoomOutBig;
  -ms-animation-name: zoomOutBig;
  -o-animation-name: zoomOutBig;
  animation-name: zoomOutBig;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.2s;
  -webkit-animation-duration: var(--durationSmallDefault, 0.2s);
  -moz-animation-duration: 0.2s;
  -moz-animation-duration: var(--durationSmallDefault, 0.2s);
  -ms-animation-duration: 0.2s;
  -ms-animation-duration: var(--durationSmallDefault, 0.2s);
  -o-animation-duration: 0.2s;
  -o-animation-duration: var(--durationSmallDefault, 0.2s);
  animation-duration: 0.2s;
  animation-duration: var(--durationSmallDefault, 0.2s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -moz-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -ms-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -o-animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: var(--zoom-big-func, cubic-bezier(0, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--countDefault, 1);
  -moz-animation-iteration-count: 1;
  -moz-animation-iteration-count: var(--countDefault, 1);
  -ms-animation-iteration-count: 1;
  -ms-animation-iteration-count: var(--countDefault, 1);
  -o-animation-iteration-count: 1;
  -o-animation-iteration-count: var(--countDefault, 1);
  animation-iteration-count: 1;
  animation-iteration-count: var(--countDefault, 1);
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: var(--durationDefault, 0.3s);
  -moz-animation-duration: 0.3s;
  -moz-animation-duration: var(--durationDefault, 0.3s);
  -ms-animation-duration: 0.3s;
  -ms-animation-duration: var(--durationDefault, 0.3s);
  -o-animation-duration: 0.3s;
  -o-animation-duration: var(--durationDefault, 0.3s);
  animation-duration: 0.3s;
  animation-duration: var(--durationDefault, 0.3s);
  -webkit-animation-delay: 0s;
  -webkit-animation-delay: var(--delayDefault, 0s);
  -moz-animation-delay: 0s;
  -moz-animation-delay: var(--delayDefault, 0s);
  -ms-animation-delay: 0s;
  -ms-animation-delay: var(--delayDefault, 0s);
  -o-animation-delay: 0s;
  -o-animation-delay: var(--delayDefault, 0s);
  animation-delay: 0s;
  animation-delay: var(--delayDefault, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: var(--fillDefault, both);
  -moz-animation-fill-mode: both;
  -moz-animation-fill-mode: var(--fillDefault, both);
  -ms-animation-fill-mode: both;
  -ms-animation-fill-mode: var(--fillDefault, both);
  -o-animation-fill-mode: both;
  -o-animation-fill-mode: var(--fillDefault, both);
  animation-fill-mode: both;
  animation-fill-mode: var(--fillDefault, both);
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: var(--visibilityDefault, hidden);
  -moz-backface-visibility: hidden;
  -moz-backface-visibility: var(--visibilityDefault, hidden);
  -ms-backface-visibility: hidden;
  -ms-backface-visibility: var(--visibilityDefault, hidden);
  -o-backface-visibility: hidden;
  -o-backface-visibility: var(--visibilityDefault, hidden);
  backface-visibility: hidden;
  backface-visibility: var(--visibilityDefault, hidden); }

.expand-enter {
  overflow: hidden; }

.expand-enter-active {
  transition: all .3s ease-out; }
  .expand-enter-active &gt; * {
    -webkit-animation-name: expandInWithFade;
    -moz-animation-name: expandInWithFade;
    -ms-animation-name: expandInWithFade;
    -o-animation-name: expandInWithFade;
    animation-name: expandInWithFade;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--countDefault, 1);
    -moz-animation-iteration-count: 1;
    -moz-animation-iteration-count: var(--countDefault, 1);
    -ms-animation-iteration-count: 1;
    -ms-animation-iteration-count: var(--countDefault, 1);
    -o-animation-iteration-count: 1;
    -o-animation-iteration-count: var(--countDefault, 1);
    animation-iteration-count: 1;
    animation-iteration-count: var(--countDefault, 1);
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-delay: var(--delayDefault, 0s);
    -moz-animation-delay: 0s;
    -moz-animation-delay: var(--delayDefault, 0s);
    -ms-animation-delay: 0s;
    -ms-animation-delay: var(--delayDefault, 0s);
    -o-animation-delay: 0s;
    -o-animation-delay: var(--delayDefault, 0s);
    animation-delay: 0s;
    animation-delay: var(--delayDefault, 0s);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
    -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
    -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
    -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: var(--visibilityDefault, hidden);
    -moz-backface-visibility: hidden;
    -moz-backface-visibility: var(--visibilityDefault, hidden);
    -ms-backface-visibility: hidden;
    -ms-backface-visibility: var(--visibilityDefault, hidden);
    -o-backface-visibility: hidden;
    -o-backface-visibility: var(--visibilityDefault, hidden);
    backface-visibility: hidden;
    backface-visibility: var(--visibilityDefault, hidden); }

.expand-leave {
  overflow: hidden; }

.expand-leave-active {
  transition: all .2s ease-out; }
  .expand-leave-active &gt; * {
    -webkit-animation-name: expandOutWithFade;
    -moz-animation-name: expandOutWithFade;
    -ms-animation-name: expandOutWithFade;
    -o-animation-name: expandOutWithFade;
    animation-name: expandOutWithFade;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--countDefault, 1);
    -moz-animation-iteration-count: 1;
    -moz-animation-iteration-count: var(--countDefault, 1);
    -ms-animation-iteration-count: 1;
    -ms-animation-iteration-count: var(--countDefault, 1);
    -o-animation-iteration-count: 1;
    -o-animation-iteration-count: var(--countDefault, 1);
    animation-iteration-count: 1;
    animation-iteration-count: var(--countDefault, 1);
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-delay: var(--delayDefault, 0s);
    -moz-animation-delay: 0s;
    -moz-animation-delay: var(--delayDefault, 0s);
    -ms-animation-delay: 0s;
    -ms-animation-delay: var(--delayDefault, 0s);
    -o-animation-delay: 0s;
    -o-animation-delay: var(--delayDefault, 0s);
    animation-delay: 0s;
    animation-delay: var(--delayDefault, 0s);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
    -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
    -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -ms-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
    -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: var(--functionDefault, cubic-bezier(0.23, 1, 0.32, 1));
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: var(--visibilityDefault, hidden);
    -moz-backface-visibility: hidden;
    -moz-backface-visibility: var(--visibilityDefault, hidden);
    -ms-backface-visibility: hidden;
    -ms-backface-visibility: var(--visibilityDefault, hidden);
    -o-backface-visibility: hidden;
    -o-backface-visibility: var(--visibilityDefault, hidden);
    backface-visibility: hidden;
    backface-visibility: var(--visibilityDefault, hidden); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-icon[dir="rtl"]::before {
  transform: rotateY(180deg); }

@font-face {
  font-family: NextIcon;
  src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot");
  src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff2") format("woff2"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff") format("woff"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.ttf") format("truetype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.svg#NextIcon") format("svg");
  font-display: swap; }

.next-icon {
  display: inline-block;
  font-family: NextIcon;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .next-icon:before {
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
  .next-icon-smile:before {
    content: "\E65F";
    content: var(--icon-content-smile, "\E65F"); }
  .next-icon-cry:before {
    content: "\E65D";
    content: var(--icon-content-cry, "\E65D"); }
  .next-icon-success:before {
    content: "\E60A";
    content: var(--icon-content-success, "\E60A"); }
  .next-icon-warning:before {
    content: "\E60B";
    content: var(--icon-content-warning, "\E60B"); }
  .next-icon-prompt:before {
    content: "\E60C";
    content: var(--icon-content-prompt, "\E60C"); }
  .next-icon-error:before {
    content: "\E60D";
    content: var(--icon-content-error, "\E60D"); }
  .next-icon-help:before {
    content: "\E673";
    content: var(--icon-content-help, "\E673"); }
  .next-icon-clock:before {
    content: "\E621";
    content: var(--icon-content-clock, "\E621"); }
  .next-icon-success-filling:before {
    content: "\E63A";
    content: var(--icon-content-success-filling, "\E63A"); }
  .next-icon-delete-filling:before {
    content: "\E623";
    content: var(--icon-content-delete-filling, "\E623"); }
  .next-icon-favorites-filling:before {
    content: "\E60E";
    content: var(--icon-content-favorites-filling, "\E60E"); }
  .next-icon-add:before {
    content: "\E655";
    content: var(--icon-content-add, "\E655"); }
  .next-icon-minus:before {
    content: "\E601";
    content: var(--icon-content-minus, "\E601"); }
  .next-icon-arrow-up:before {
    content: "\E625";
    content: var(--icon-content-arrow-up, "\E625"); }
  .next-icon-arrow-down:before {
    content: "\E63D";
    content: var(--icon-content-arrow-down, "\E63D"); }
  .next-icon-arrow-left:before {
    content: "\E61D";
    content: var(--icon-content-arrow-left, "\E61D"); }
  .next-icon-arrow-right:before {
    content: "\E619";
    content: var(--icon-content-arrow-right, "\E619"); }
  .next-icon-arrow-double-left:before {
    content: "\E659";
    content: var(--icon-content-arrow-double-left, "\E659"); }
  .next-icon-arrow-double-right:before {
    content: "\E65E";
    content: var(--icon-content-arrow-double-right, "\E65E"); }
  .next-icon-switch:before {
    content: "\E6B3";
    content: var(--icon-content-switch, "\E6B3"); }
  .next-icon-sorting:before {
    content: "\E634";
    content: var(--icon-content-sorting, "\E634"); }
  .next-icon-descending:before {
    content: "\E61F";
    content: var(--icon-content-descending, "\E61F"); }
  .next-icon-ascending:before {
    content: "\E61E";
    content: var(--icon-content-ascending, "\E61E"); }
  .next-icon-select:before {
    content: "\E632";
    content: var(--icon-content-select, "\E632"); }
  .next-icon-semi-select:before {
    content: "\E633";
    content: var(--icon-content-semi-select, "\E633"); }
  .next-icon-search:before {
    content: "\E656";
    content: var(--icon-content-search, "\E656"); }
  .next-icon-close:before {
    content: "\E626";
    content: var(--icon-content-close, "\E626"); }
  .next-icon-ellipsis:before {
    content: "\E654";
    content: var(--icon-content-ellipsis, "\E654"); }
  .next-icon-picture:before {
    content: "\E631";
    content: var(--icon-content-picture, "\E631"); }
  .next-icon-calendar:before {
    content: "\E607";
    content: var(--icon-content-calendar, "\E607"); }
  .next-icon-ashbin:before {
    content: "\E639";
    content: var(--icon-content-ashbin, "\E639"); }
  .next-icon-upload:before {
    content: "\E7EE";
    content: var(--icon-content-upload, "\E7EE"); }
  .next-icon-download:before {
    content: "\E628";
    content: var(--icon-content-download, "\E628"); }
  .next-icon-set:before {
    content: "\E683";
    content: var(--icon-content-set, "\E683"); }
  .next-icon-edit:before {
    content: "\E63B";
    content: var(--icon-content-edit, "\E63B"); }
  .next-icon-refresh:before {
    content: "\E677";
    content: var(--icon-content-refresh, "\E677"); }
  .next-icon-filter:before {
    content: "\E627";
    content: var(--icon-content-filter, "\E627"); }
  .next-icon-attachment:before {
    content: "\E665";
    content: var(--icon-content-attachment, "\E665"); }
  .next-icon-account:before {
    content: "\E608";
    content: var(--icon-content-account, "\E608"); }
  .next-icon-email:before {
    content: "\E605";
    content: var(--icon-content-email, "\E605"); }
  .next-icon-atm:before {
    content: "\E606";
    content: var(--icon-content-atm, "\E606"); }
  .next-icon-loading:before {
    content: "\E646";
    content: var(--icon-content-loading, "\E646");
    animation: loadingCircle 1s infinite linear; }
  .next-icon-eye:before {
    content: "\E611";
    content: var(--icon-content-eye, "\E611"); }
  .next-icon-copy:before {
    content: "\E60F";
    content: var(--icon-content-copy, "\E60F"); }
  .next-icon-toggle-left:before {
    content: "\E602";
    content: var(--icon-content-toggle-left, "\E602"); }
  .next-icon-toggle-right:before {
    content: "\E603";
    content: var(--icon-content-toggle-right, "\E603"); }
  .next-icon-eye-close:before {
    content: "\E600";
    content: var(--icon-content-eye-close, "\E600"); }
  .next-icon-unlock:before {
    content: "\E615";
    content: var(--icon-content-unlock, "\E615"); }
  .next-icon-lock:before {
    content: "\E617";
    content: var(--icon-content-lock, "\E617"); }
  .next-icon-exit:before {
    content: "\E616";
    content: var(--icon-content-exit, "\E616"); }
  .next-icon-chart-bar:before {
    content: "\E612";
    content: var(--icon-content-chart-bar, "\E612"); }
  .next-icon-chart-pie:before {
    content: "\E613";
    content: var(--icon-content-chart-pie, "\E613"); }
  .next-icon-form:before {
    content: "\E7FB";
    content: var(--icon-content-form, "\E7FB"); }
  .next-icon-detail:before {
    content: "\E7F8";
    content: var(--icon-content-detail, "\E7F8"); }
  .next-icon-list:before {
    content: "\E7F9";
    content: var(--icon-content-list, "\E7F9"); }
  .next-icon-dashboard:before {
    content: "\E7FA";
    content: var(--icon-content-dashboard, "\E7FA"); }

@keyframes loadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg); }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg); } }

.next-icon.next-xxs:before,
.next-icon.next-xxs .next-icon-remote {
  width: 8px;
  width: var(--icon-xxs, 8px);
  font-size: 8px;
  font-size: var(--icon-xxs, 8px);
  line-height: inherit; }

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-icon.next-xxs {
    transform: scale(0.5);
    margin-left: -4px;
    margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--icon-xxs, 8px)/2);
    margin-right: -4px;
    margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--icon-xxs, 8px)/2); }
    .next-icon.next-xxs:before {
      width: 16px;
      width: var(--icon-s, 16px);
      font-size: 16px;
      font-size: var(--icon-s, 16px); } }

.next-icon.next-xs:before,
.next-icon.next-xs .next-icon-remote {
  width: 12px;
  width: var(--icon-xs, 12px);
  font-size: 12px;
  font-size: var(--icon-xs, 12px);
  line-height: inherit; }

.next-icon.next-small:before,
.next-icon.next-small .next-icon-remote {
  width: 16px;
  width: var(--icon-s, 16px);
  font-size: 16px;
  font-size: var(--icon-s, 16px);
  line-height: inherit; }

.next-icon.next-medium:before,
.next-icon.next-medium .next-icon-remote {
  width: 20px;
  width: var(--icon-m, 20px);
  font-size: 20px;
  font-size: var(--icon-m, 20px);
  line-height: inherit; }

.next-icon.next-large:before,
.next-icon.next-large .next-icon-remote {
  width: 24px;
  width: var(--icon-l, 24px);
  font-size: 24px;
  font-size: var(--icon-l, 24px);
  line-height: inherit; }

.next-icon.next-xl:before,
.next-icon.next-xl .next-icon-remote {
  width: 32px;
  width: var(--icon-xl, 32px);
  font-size: 32px;
  font-size: var(--icon-xl, 32px);
  line-height: inherit; }

.next-icon.next-xxl:before,
.next-icon.next-xxl .next-icon-remote {
  width: 48px;
  width: var(--icon-xxl, 48px);
  font-size: 48px;
  font-size: var(--icon-xxl, 48px);
  line-height: inherit; }

.next-icon.next-xxxl:before,
.next-icon.next-xxxl .next-icon-remote {
  width: 64px;
  width: var(--icon-xxxl, 64px);
  font-size: 64px;
  font-size: var(--icon-xxxl, 64px);
  line-height: inherit; }

.next-icon.next-inherit:before,
.next-icon.next-inherit .next-icon-remote {
  width: inherit;
  font-size: inherit;
  line-height: inherit; }

.next-icon.next-inherit .next-icon-remote,
.next-icon .next-icon-remote {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

.next-overlay-wrapper.opened .next-overlay-backdrop {
  opacity: 1; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-loading-fusion-reactor[dir=rtl] {
  -webkit-animation-name: nextVectorRouteRTL;
  -moz-animation-name: nextVectorRouteRTL;
  -ms-animation-name: nextVectorRouteRTL;
  -o-animation-name: nextVectorRouteRTL;
  animation-name: nextVectorRouteRTL; }

@-webkit-keyframes nextVectorRouteRTL {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  5% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  25% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  30% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  55% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }
  75% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }
  80% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-moz-keyframes nextVectorRouteRTL {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  5% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  25% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  30% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  55% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }
  75% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }
  80% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-ms-keyframes nextVectorRouteRTL {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  5% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  25% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  30% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  55% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }
  75% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }
  80% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-o-keyframes nextVectorRouteRTL {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  5% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  25% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  30% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  55% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }
  75% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }
  80% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes nextVectorRouteRTL {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  5% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  25% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  30% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  55% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }
  75% {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg); }
  80% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* put your code here */
.next-loading {
  position: relative;
  /* é®ç½©å±‚ */
  /* for IE9,10 */
  /* text on the right side of */
  /* åŠ¨æ•ˆ */ }
  .next-loading.next-open {
    pointer-events: none; }
  .next-loading .next-loading-component {
    opacity: .7;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    /* stylelint-disable */
    filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";
    /* IE6~IE9 */
    /* stylelint-enable */
    position: relative;
    pointer-events: none; }
  .next-loading-masker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: .2;
    background: #FFF; }
  .next-loading-inline {
    display: inline-block; }
  .next-loading-tip {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    text-align: center; }
  .next-loading-tip-fullscreen {
    top: inherit;
    left: inherit;
    transform: inherit; }
  .next-loading-tip-placeholder {
    display: none; }
  .next-loading-right-tip .next-loading-indicator {
    display: inline-block; }
  .next-loading-right-tip .next-loading-tip-content {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }
  .next-loading-right-tip .next-loading-tip-placeholder {
    display: inline-block;
    visibility: hidden;
    margin-left: 1em; }
  .next-loading-fusion-reactor {
    display: inline-block;
    width: 48px;
    width: var(--loading-large-size, 48px);
    height: 48px;
    height: var(--loading-large-size, 48px);
    position: relative;
    margin: 0;
    -webkit-animation-duration: 5.6s;
    -webkit-animation-duration: var(--loading-fusion-vector-seconds, 5.6s);
    -moz-animation-duration: 5.6s;
    -moz-animation-duration: var(--loading-fusion-vector-seconds, 5.6s);
    -ms-animation-duration: 5.6s;
    -ms-animation-duration: var(--loading-fusion-vector-seconds, 5.6s);
    -o-animation-duration: 5.6s;
    -o-animation-duration: var(--loading-fusion-vector-seconds, 5.6s);
    animation-duration: 5.6s;
    animation-duration: var(--loading-fusion-vector-seconds, 5.6s);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: nextVectorRoute;
    -moz-animation-name: nextVectorRoute;
    -ms-animation-name: nextVectorRoute;
    -o-animation-name: nextVectorRoute;
    animation-name: nextVectorRoute; }
    .next-loading-fusion-reactor .next-loading-dot {
      position: absolute;
      margin: auto;
      width: 12px;
      width: var(--loading-large-dot-size, 12px);
      height: 12px;
      height: var(--loading-large-dot-size, 12px);
      border-radius: 50%;
      background: #5584FF;
      background: var(--loading-dot-color, #5584FF);
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      -ms-animation-timing-function: ease-in-out;
      -o-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-duration: 1.4s;
      -webkit-animation-duration: var(--loading-fusion-vector-dot-seconds, 1.4s);
      -moz-animation-duration: 1.4s;
      -moz-animation-duration: var(--loading-fusion-vector-dot-seconds, 1.4s);
      -ms-animation-duration: 1.4s;
      -ms-animation-duration: var(--loading-fusion-vector-dot-seconds, 1.4s);
      -o-animation-duration: 1.4s;
      -o-animation-duration: var(--loading-fusion-vector-dot-seconds, 1.4s);
      animation-duration: 1.4s;
      animation-duration: var(--loading-fusion-vector-dot-seconds, 1.4s); }
      .next-loading-fusion-reactor .next-loading-dot:nth-child(1) {
        top: 0;
        bottom: 0;
        left: 0;
        -webkit-animation-name: nextVectorDotsX;
        -moz-animation-name: nextVectorDotsX;
        -ms-animation-name: nextVectorDotsX;
        -o-animation-name: nextVectorDotsX;
        animation-name: nextVectorDotsX; }
      .next-loading-fusion-reactor .next-loading-dot:nth-child(2) {
        left: 0;
        right: 0;
        top: 0;
        opacity: .8;
        -webkit-animation-name: nextVectorDotsY;
        -moz-animation-name: nextVectorDotsY;
        -ms-animation-name: nextVectorDotsY;
        -o-animation-name: nextVectorDotsY;
        animation-name: nextVectorDotsY; }
      .next-loading-fusion-reactor .next-loading-dot:nth-child(3) {
        top: 0;
        bottom: 0;
        right: 0;
        opacity: .6;
        -webkit-animation-name: nextVectorDotsXR;
        -moz-animation-name: nextVectorDotsXR;
        -ms-animation-name: nextVectorDotsXR;
        -o-animation-name: nextVectorDotsXR;
        animation-name: nextVectorDotsXR; }
      .next-loading-fusion-reactor .next-loading-dot:nth-child(4) {
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .2;
        -webkit-animation-name: nextVectorDotsYR;
        -moz-animation-name: nextVectorDotsYR;
        -ms-animation-name: nextVectorDotsYR;
        -o-animation-name: nextVectorDotsYR;
        animation-name: nextVectorDotsYR; }
  .next-loading-medium-fusion-reactor {
    width: 32px;
    width: var(--loading-medium-size, 32px);
    height: 32px;
    height: var(--loading-medium-size, 32px); }
    .next-loading-medium-fusion-reactor .next-loading-dot {
      width: 8px;
      width: var(--loading-medium-dot-size, 8px);
      height: 8px;
      height: var(--loading-medium-dot-size, 8px); }
      .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(1) {
        -webkit-animation-name: nextVectorDotsX-medium;
        -moz-animation-name: nextVectorDotsX-medium;
        -ms-animation-name: nextVectorDotsX-medium;
        -o-animation-name: nextVectorDotsX-medium;
        animation-name: nextVectorDotsX-medium; }
      .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(2) {
        -webkit-animation-name: nextVectorDotsY-medium;
        -moz-animation-name: nextVectorDotsY-medium;
        -ms-animation-name: nextVectorDotsY-medium;
        -o-animation-name: nextVectorDotsY-medium;
        animation-name: nextVectorDotsY-medium; }
      .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(3) {
        -webkit-animation-name: nextVectorDotsXR-medium;
        -moz-animation-name: nextVectorDotsXR-medium;
        -ms-animation-name: nextVectorDotsXR-medium;
        -o-animation-name: nextVectorDotsXR-medium;
        animation-name: nextVectorDotsXR-medium; }
      .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(4) {
        -webkit-animation-name: nextVectorDotsYR-medium;
        -moz-animation-name: nextVectorDotsYR-medium;
        -ms-animation-name: nextVectorDotsYR-medium;
        -o-animation-name: nextVectorDotsYR-medium;
        animation-name: nextVectorDotsYR-medium; }

@-webkit-keyframes nextVectorRoute {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  5% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  25% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  30% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  55% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  75% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  80% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes nextVectorRoute {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  5% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  25% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  30% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  55% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  75% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  80% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes nextVectorRoute {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  5% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  25% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  30% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  55% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  75% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  80% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes nextVectorRoute {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  5% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  25% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  30% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  55% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  75% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  80% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes nextVectorRoute {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  5% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  25% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  30% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  55% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  75% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  80% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* 20% çš„æ—¶é—´åœ¨æ—‹è½¬ */
@-webkit-keyframes nextVectorDotsYR {
  25% {
    bottom: 0; }
  45%,
  50% {
    bottom: 16.8px;
    bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    bottom: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-moz-keyframes nextVectorDotsYR {
  25% {
    bottom: 0; }
  45%,
  50% {
    bottom: 16.8px;
    bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    bottom: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-ms-keyframes nextVectorDotsYR {
  25% {
    bottom: 0; }
  45%,
  50% {
    bottom: 16.8px;
    bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    bottom: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-o-keyframes nextVectorDotsYR {
  25% {
    bottom: 0; }
  45%,
  50% {
    bottom: 16.8px;
    bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    bottom: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@keyframes nextVectorDotsYR {
  25% {
    bottom: 0; }
  45%,
  50% {
    bottom: 16.8px;
    bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    bottom: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-webkit-keyframes nextVectorDotsY {
  25% {
    top: 0; }
  45%,
  50% {
    top: 16.8px;
    top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    top: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-moz-keyframes nextVectorDotsY {
  25% {
    top: 0; }
  45%,
  50% {
    top: 16.8px;
    top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    top: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-ms-keyframes nextVectorDotsY {
  25% {
    top: 0; }
  45%,
  50% {
    top: 16.8px;
    top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    top: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-o-keyframes nextVectorDotsY {
  25% {
    top: 0; }
  45%,
  50% {
    top: 16.8px;
    top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    top: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@keyframes nextVectorDotsY {
  25% {
    top: 0; }
  45%,
  50% {
    top: 16.8px;
    top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    top: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-webkit-keyframes nextVectorDotsX {
  25% {
    left: 0; }
  45%,
  50% {
    left: 16.8px;
    left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    left: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-moz-keyframes nextVectorDotsX {
  25% {
    left: 0; }
  45%,
  50% {
    left: 16.8px;
    left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    left: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-ms-keyframes nextVectorDotsX {
  25% {
    left: 0; }
  45%,
  50% {
    left: 16.8px;
    left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    left: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-o-keyframes nextVectorDotsX {
  25% {
    left: 0; }
  45%,
  50% {
    left: 16.8px;
    left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    left: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@keyframes nextVectorDotsX {
  25% {
    left: 0; }
  45%,
  50% {
    left: 16.8px;
    left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    left: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-webkit-keyframes nextVectorDotsXR {
  25% {
    right: 0; }
  45%,
  50% {
    right: 16.8px;
    right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    right: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-moz-keyframes nextVectorDotsXR {
  25% {
    right: 0; }
  45%,
  50% {
    right: 16.8px;
    right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    right: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-ms-keyframes nextVectorDotsXR {
  25% {
    right: 0; }
  45%,
  50% {
    right: 16.8px;
    right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    right: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-o-keyframes nextVectorDotsXR {
  25% {
    right: 0; }
  45%,
  50% {
    right: 16.8px;
    right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    right: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@keyframes nextVectorDotsXR {
  25% {
    right: 0; }
  45%,
  50% {
    right: 16.8px;
    right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px)*1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px)*1.2); }
  90% {
    right: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px); } }

@-webkit-keyframes nextVectorDotsYR-medium {
  25% {
    bottom: 0; }
  45%,
  50% {
    bottom: 11.2px;
    bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    bottom: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-moz-keyframes nextVectorDotsYR-medium {
  25% {
    bottom: 0; }
  45%,
  50% {
    bottom: 11.2px;
    bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    bottom: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-ms-keyframes nextVectorDotsYR-medium {
  25% {
    bottom: 0; }
  45%,
  50% {
    bottom: 11.2px;
    bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    bottom: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-o-keyframes nextVectorDotsYR-medium {
  25% {
    bottom: 0; }
  45%,
  50% {
    bottom: 11.2px;
    bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    bottom: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@keyframes nextVectorDotsYR-medium {
  25% {
    bottom: 0; }
  45%,
  50% {
    bottom: 11.2px;
    bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    bottom: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-webkit-keyframes nextVectorDotsY-medium {
  25% {
    top: 0; }
  45%,
  50% {
    top: 11.2px;
    top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    top: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-moz-keyframes nextVectorDotsY-medium {
  25% {
    top: 0; }
  45%,
  50% {
    top: 11.2px;
    top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    top: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-ms-keyframes nextVectorDotsY-medium {
  25% {
    top: 0; }
  45%,
  50% {
    top: 11.2px;
    top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    top: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-o-keyframes nextVectorDotsY-medium {
  25% {
    top: 0; }
  45%,
  50% {
    top: 11.2px;
    top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    top: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@keyframes nextVectorDotsY-medium {
  25% {
    top: 0; }
  45%,
  50% {
    top: 11.2px;
    top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    top: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-webkit-keyframes nextVectorDotsX-medium {
  25% {
    left: 0; }
  45%,
  50% {
    left: 11.2px;
    left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    left: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-moz-keyframes nextVectorDotsX-medium {
  25% {
    left: 0; }
  45%,
  50% {
    left: 11.2px;
    left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    left: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-ms-keyframes nextVectorDotsX-medium {
  25% {
    left: 0; }
  45%,
  50% {
    left: 11.2px;
    left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    left: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-o-keyframes nextVectorDotsX-medium {
  25% {
    left: 0; }
  45%,
  50% {
    left: 11.2px;
    left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    left: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@keyframes nextVectorDotsX-medium {
  25% {
    left: 0; }
  45%,
  50% {
    left: 11.2px;
    left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    left: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-webkit-keyframes nextVectorDotsXR-medium {
  25% {
    right: 0; }
  45%,
  50% {
    right: 11.2px;
    right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    right: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-moz-keyframes nextVectorDotsXR-medium {
  25% {
    right: 0; }
  45%,
  50% {
    right: 11.2px;
    right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    right: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-ms-keyframes nextVectorDotsXR-medium {
  25% {
    right: 0; }
  45%,
  50% {
    right: 11.2px;
    right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    right: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@-o-keyframes nextVectorDotsXR-medium {
  25% {
    right: 0; }
  45%,
  50% {
    right: 11.2px;
    right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    right: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

@keyframes nextVectorDotsXR-medium {
  25% {
    right: 0; }
  45%,
  50% {
    right: 11.2px;
    right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px)*1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px)*1.2); }
  90% {
    right: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px); } }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-radio-group {
  display: inline-block; }
  .next-radio-group .next-radio-wrapper {
    /* è¡¨çŽ°ä¸ºradioæ•´ä½“ä¹‹é—´å¤šä¸€ä»½é—´éš”ï¼Œcheckboxè¡¨çŽ°ä¸€è‡´ */
    margin-right: 12px; }
  .next-radio-group .next-radio-wrapper:last-child {
    margin-right: 0; }
  .next-radio-group .next-radio-label {
    color: #333333;
    color: var(--radio-normal-font-color, #333333); }
  .next-radio-group.disabled .next-radio-label {
    color: #CCCCCC;
    color: var(--radio-normal-font-color-disabled, #CCCCCC); }

.next-radio-group.next-radio-button .next-radio-wrapper {
  margin-right: 0; }

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

.next-radio-label {
  margin: 0;
  margin-left: 4px;
  margin-left: var(--radio-font-margin-left, 4px);
  /* ä½¿ç”¨å·²æœ‰å˜é‡$radio-font-margin-leftï¼Œé…å·¦å³ä¸¤è¾¹éƒ½æœ‰é—´éš” */
  margin-right: 4px;
  margin-right: var(--radio-font-margin-left, 4px);
  font-size: 12px;
  font-size: var(--radio-font-size, 12px);
  vertical-align: middle;
  line-height: 1;
  color: #333333;
  color: var(--radio-normal-font-color, #333333); }

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

.next-badge {
  box-sizing: border-box;
  /* @include global-font; */
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
  .next-badge *,
  .next-badge *:before,
  .next-badge *:after {
    box-sizing: border-box; }
  .next-badge .next-badge-count {
    color: #FFFFFF;
    color: var(--badge-color, #FFFFFF);
    background: #FF3000;
    background: var(--badge-color-bg, #FF3000);
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
    border-radius: var(--badge-size-count-border-radius, 8px);
    position: absolute;
    width: auto;
    width: var(--badge-size-count-width, auto);
    height: 16px;
    height: var(--badge-size-count-height, 16px);
    min-width: 16px;
    min-width: var(--badge-size-count-min-width, 16px);
    padding: 0 4px 0 4px;
    padding: var(--badge-size-count-padding, 0 4px 0 4px);
    font-size: 12px;
    font-size: var(--badge-size-count-font, 12px);
    line-height: 16px;
    line-height: var(--badge-size-count-lineheight, 16px);
    transform: translateX(-50%);
    top: -.5em; }
    .next-badge .next-badge-count a,
    .next-badge .next-badge-count a:hover {
      color: #FFFFFF;
      color: var(--badge-color, #FFFFFF); }
  .next-badge .next-badge-dot {
    color: #FFFFFF;
    color: var(--badge-dot-color, #FFFFFF);
    background: #FF3000;
    background: var(--badge-dot-color-bg, #FF3000);
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
    border-radius: var(--badge-size-dot-border-radius, 8px);
    position: absolute;
    width: 8px;
    width: var(--badge-size-dot-width, 8px);
    height: 8px;
    height: var(--badge-size-dot-height, 8px);
    min-width: 8px;
    min-width: var(--badge-size-dot-min-width, 8px);
    padding: 0px;
    padding: var(--badge-size-dot-padding, 0px);
    font-size: 1px;
    line-height: 1;
    transform: translateX(-50%);
    top: -.5em; }
    .next-badge .next-badge-dot a,
    .next-badge .next-badge-dot a:hover {
      color: #FFFFFF;
      color: var(--badge-dot-color, #FFFFFF); }
  .next-badge .next-badge-custom {
    line-height: 1.166667;
    white-space: nowrap;
    font-size: 12px;
    font-size: var(--font-size-caption, 12px);
    padding-left: 4px;
    padding-left: var(--badge-size-custom-padding-lr, 4px);
    padding-right: 4px;
    padding-right: var(--badge-size-custom-padding-lr, 4px);
    border-radius: 3px;
    border-radius: var(--badge-size-custom-border-radius, 3px);
    transform: translateX(-50%); }
    .next-badge .next-badge-custom &gt; * {
      line-height: 1; }
    .next-badge .next-badge-custom &gt; i:before,
    .next-badge .next-badge-custom &gt; .next-icon:before {
      font-size: inherit;
      width: auto;
      vertical-align: top; }
  .next-badge .next-badge-scroll-number {
    position: absolute;
    top: -4px;
    z-index: 10;
    overflow: hidden;
    transform-origin: left center; }
  .next-badge-scroll-number-only {
    position: relative;
    display: inline-block;
    transition: transform 100ms linear, -webkit-transform 100ms linear;
    transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear), -webkit-transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    min-width: 8px;
    min-width: var(--badge-size-dot-min-width, 8px); }
    .next-badge-scroll-number-only span {
      display: block;
      height: 16px;
      height: var(--badge-size-count-height, 16px);
      line-height: 16px;
      line-height: var(--badge-size-count-height, 16px);
      font-size: 12px;
      font-size: var(--badge-size-count-font, 12px); }
  .next-badge-not-a-wrapper .next-badge-count,
  .next-badge-not-a-wrapper .next-badge-custom {
    position: relative;
    display: block;
    top: auto;
    transform: translateX(0); }
  .next-badge-not-a-wrapper .next-badge-dot {
    position: relative;
    display: block;
    top: auto;
    transform: translateX(0); }
  .next-badge-list-wrapper {
    margin-left: 0; }
    .next-badge-list-wrapper li {
      margin-bottom: 0px;
      margin-bottom: var(--badge-size-list-margin, 0px);
      list-style: none; }

.next-badge[dir="rtl"] .next-badge-custom {
  padding-right: 4px;
  padding-right: var(--badge-size-custom-padding-lr, 4px);
  padding-left: 4px;
  padding-left: var(--badge-size-custom-padding-lr, 4px); }

.next-badge[dir="rtl"] .next-badge-scroll-number {
  left: 0;
  transform-origin: right center; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-balloon {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  max-width: 300px;
  max-width: var(--balloon-size-max-width, 300px);
  border-style: solid;
  border-style: var(--balloon-border-style, solid);
  border-radius: 3px;
  border-radius: var(--balloon-corner, 3px);
  font-size: 12px;
  font-size: var(--balloon-content-font-size, 12px);
  font-weight: normal;
  font-weight: var(--balloon-content-font-weight, normal);
  /* stylelint-disable */
  word-wrap: break-all;
  word-wrap: break-word;
  /* stylelint-enable */
  z-index: 0;
  /* size */
  /* å¸¦å…³é—­æŒ‰é’®çš„å³ä¾§paddingå˜å¤§ */ }
  .next-balloon *,
  .next-balloon *:before,
  .next-balloon *:after {
    box-sizing: border-box; }
  .next-balloon:focus,
  .next-balloon *:focus {
    outline: 0; }
  .next-balloon-title {
    margin-bottom: 8px;
    margin-bottom: var(--balloon-size-header-margin-bottom, 8px);
    font-size: 16px;
    font-size: var(--balloon-title-font-size, 16px);
    font-weight: bold;
    font-weight: var(--balloon-title-font-weight, bold); }
    .next-balloon-title.next-balloon-closable {
      padding: 0 40px 0 0;
      padding: 0 var(--balloon-size-padding-closable-right, 40px) 0 0; }
      .next-balloon-title.next-balloon-closable .next-balloon-close {
        top: -1px;
        transform: translateY(18px);
        transform: translateY(calc(var(--balloon-size-padding-top, 16px) + var(--balloon-title-font-size, 16px)/2 - var(--balloon-size-close, 12px)/2));
        right: 16px;
        right: var(--balloon-size-padding-right, 16px); }
  .next-balloon-primary {
    color: #333333;
    color: var(--balloon-primary-color, #333333);
    border-color: #4494F9;
    border-color: var(--balloon-primary-color-border, #4494F9);
    background-color: #E3F2FD;
    background-color: var(--balloon-primary-color-bg, #E3F2FD);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--balloon-primary-shadow, 0px 1px 3px 0px rgba(0, 0, 0, 0.12));
    border-width: 1px;
    border-width: var(--balloon-primary-border-width, 1px); }
    .next-balloon-primary .next-balloon-close {
      position: absolute;
      top: -1px;
      transform: translateY(16px);
      transform: translateY(calc(var(--balloon-size-padding-top, 16px) + var(--balloon-content-font-size, 12px)/2 - var(--balloon-size-close, 12px)/2));
      right: 12px;
      right: var(--balloon-size-close-margin-right, 12px);
      font-size: 12px;
      font-size: var(--balloon-size-close, 12px);
      cursor: pointer;
      color: #999999;
      color: var(--balloon-primary-color-close, #999999); }
      .next-balloon-primary .next-balloon-close .next-icon {
        width: 12px;
        width: var(--balloon-size-close, 12px);
        height: 12px;
        height: var(--balloon-size-close, 12px);
        line-height: 1em; }
        .next-balloon-primary .next-balloon-close .next-icon:before {
          width: 12px;
          width: var(--balloon-size-close, 12px);
          height: 12px;
          height: var(--balloon-size-close, 12px);
          font-size: 12px;
          font-size: var(--balloon-size-close, 12px);
          line-height: 1em; }
      .next-balloon-primary .next-balloon-close :hover {
        color: #333333;
        color: var(--balloon-primary-color-close-hover, #333333); }
    .next-balloon-primary:after {
      position: absolute;
      width: 12px;
      width: var(--balloon-size-arrow-size, 12px);
      height: 12px;
      height: var(--balloon-size-arrow-size, 12px);
      content: '';
      transform: rotate(45deg);
      box-sizing: content-box !important;
      border: 1px solid #4494F9;
      border: var(--balloon-primary-border-width, 1px) var(--balloon-border-style, solid) var(--balloon-primary-color-border, #4494F9);
      background-color: #E3F2FD;
      background-color: var(--balloon-primary-color-bg, #E3F2FD);
      z-index: -1; }
    .next-balloon-primary.next-balloon-top:after {
      top: -7px;
      top: var(--balloon-size-arrow-expose-primary, -7px);
      left: calc(50% - 7px);
      left: calc(50% + var(--balloon-size-arrow-expose-primary, calc(0px - 12px / 2 - 1px)));
      border-right: none;
      border-bottom: none; }
    .next-balloon-primary.next-balloon-right:after {
      top: calc(50% - 7px);
      top: calc(50% + var(--balloon-size-arrow-expose-primary, calc(0px - 12px / 2 - 1px)));
      right: -7px;
      right: var(--balloon-size-arrow-expose-primary, -7px);
      border-left: none;
      border-bottom: none; }
    .next-balloon-primary.next-balloon-bottom:after {
      bottom: -7px;
      bottom: var(--balloon-size-arrow-expose-primary, -7px);
      left: calc(50% - 7px);
      left: calc(50% + var(--balloon-size-arrow-expose-primary, calc(0px - 12px / 2 - 1px)));
      border-top: none;
      border-left: none; }
    .next-balloon-primary.next-balloon-left:after {
      top: calc(50% - 7px);
      top: calc(50% + var(--balloon-size-arrow-expose-primary, calc(0px - 12px / 2 - 1px)));
      left: -7px;
      left: var(--balloon-size-arrow-expose-primary, -7px);
      border-top: none;
      border-right: none; }
    .next-balloon-primary.next-balloon-left-top:after {
      top: 12px;
      top: var(--balloon-size-arrow-margin, 12px);
      left: -7px;
      left: var(--balloon-size-arrow-expose-primary, -7px);
      border-top: none;
      border-right: none; }
    .next-balloon-primary.next-balloon-left-bottom:after {
      bottom: 12px;
      bottom: var(--balloon-size-arrow-margin, 12px);
      left: -7px;
      left: var(--balloon-size-arrow-expose-primary, -7px);
      border-top: none;
      border-right: none; }
    .next-balloon-primary.next-balloon-right-top:after {
      top: 12px;
      top: var(--balloon-size-arrow-margin, 12px);
      right: -7px;
      right: var(--balloon-size-arrow-expose-primary, -7px);
      border-bottom: none;
      border-left: none; }
    .next-balloon-primary.next-balloon-right-bottom:after {
      right: -7px;
      right: var(--balloon-size-arrow-expose-primary, -7px);
      bottom: 12px;
      bottom: var(--balloon-size-arrow-margin, 12px);
      border-bottom: none;
      border-left: none; }
    .next-balloon-primary.next-balloon-top-left:after {
      top: -7px;
      top: var(--balloon-size-arrow-expose-primary, -7px);
      left: 12px;
      left: var(--balloon-size-arrow-margin, 12px);
      border-right: none;
      border-bottom: none; }
    .next-balloon-primary.next-balloon-top-right:after {
      top: -7px;
      top: var(--balloon-size-arrow-expose-primary, -7px);
      right: 12px;
      right: var(--balloon-size-arrow-margin, 12px);
      border-right: none;
      border-bottom: none; }
    .next-balloon-primary.next-balloon-bottom-left:after {
      bottom: -7px;
      bottom: var(--balloon-size-arrow-expose-primary, -7px);
      left: 12px;
      left: var(--balloon-size-arrow-margin, 12px);
      border-top: none;
      border-left: none; }
    .next-balloon-primary.next-balloon-bottom-right:after {
      right: 12px;
      right: var(--balloon-size-arrow-margin, 12px);
      bottom: -7px;
      bottom: var(--balloon-size-arrow-expose-primary, -7px);
      border-top: none;
      border-left: none; }
  .next-balloon-normal {
    color: #333333;
    color: var(--balloon-normal-color, #333333);
    border-color: #DCDEE3;
    border-color: var(--balloon-normal-color-border, #DCDEE3);
    background-color: #FFFFFF;
    background-color: var(--balloon-normal-color-bg, #FFFFFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--balloon-normal-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.12));
    border-width: 1px;
    border-width: var(--balloon-normal-border-width, 1px); }
    .next-balloon-normal .next-balloon-close {
      position: absolute;
      top: -1px;
      transform: translateY(16px);
      transform: translateY(calc(var(--balloon-size-padding-top, 16px) + var(--balloon-content-font-size, 12px)/2 - var(--balloon-size-close, 12px)/2));
      right: 12px;
      right: var(--balloon-size-close-margin-right, 12px);
      font-size: 12px;
      font-size: var(--balloon-size-close, 12px);
      cursor: pointer;
      color: #999999;
      color: var(--balloon-normal-color-close, #999999); }
      .next-balloon-normal .next-balloon-close .next-icon {
        width: 12px;
        width: var(--balloon-size-close, 12px);
        height: 12px;
        height: var(--balloon-size-close, 12px);
        line-height: 1em; }
        .next-balloon-normal .next-balloon-close .next-icon:before {
          width: 12px;
          width: var(--balloon-size-close, 12px);
          height: 12px;
          height: var(--balloon-size-close, 12px);
          font-size: 12px;
          font-size: var(--balloon-size-close, 12px);
          line-height: 1em; }
      .next-balloon-normal .next-balloon-close :hover {
        color: #666666;
        color: var(--balloon-normal-color-close-hover, #666666); }
    .next-balloon-normal:after {
      position: absolute;
      width: 12px;
      width: var(--balloon-size-arrow-size, 12px);
      height: 12px;
      height: var(--balloon-size-arrow-size, 12px);
      content: '';
      transform: rotate(45deg);
      box-sizing: content-box !important;
      border: 1px solid #DCDEE3;
      border: var(--balloon-normal-border-width, 1px) var(--balloon-border-style, solid) var(--balloon-normal-color-border, #DCDEE3);
      background-color: #FFFFFF;
      background-color: var(--balloon-normal-color-bg, #FFFFFF);
      z-index: -1; }
    .next-balloon-normal.next-balloon-top:after {
      top: -7px;
      top: var(--balloon-size-arrow-expose, -7px);
      left: calc(50% - 7px);
      left: calc(50% + var(--balloon-size-arrow-expose, calc(0px - 12px / 2 - 1px)));
      border-right: none;
      border-bottom: none; }
    .next-balloon-normal.next-balloon-right:after {
      top: calc(50% - 7px);
      top: calc(50% + var(--balloon-size-arrow-expose, calc(0px - 12px / 2 - 1px)));
      right: -7px;
      right: var(--balloon-size-arrow-expose, -7px);
      border-left: none;
      border-bottom: none; }
    .next-balloon-normal.next-balloon-bottom:after {
      bottom: -7px;
      bottom: var(--balloon-size-arrow-expose, -7px);
      left: calc(50% - 7px);
      left: calc(50% + var(--balloon-size-arrow-expose, calc(0px - 12px / 2 - 1px)));
      border-top: none;
      border-left: none; }
    .next-balloon-normal.next-balloon-left:after {
      top: calc(50% - 7px);
      top: calc(50% + var(--balloon-size-arrow-expose, calc(0px - 12px / 2 - 1px)));
      left: -7px;
      left: var(--balloon-size-arrow-expose, -7px);
      border-top: none;
      border-right: none; }
    .next-balloon-normal.next-balloon-left-top:after {
      top: 12px;
      top: var(--balloon-size-arrow-margin, 12px);
      left: -7px;
      left: var(--balloon-size-arrow-expose, -7px);
      border-top: none;
      border-right: none; }
    .next-balloon-normal.next-balloon-left-bottom:after {
      bottom: 12px;
      bottom: var(--balloon-size-arrow-margin, 12px);
      left: -7px;
      left: var(--balloon-size-arrow-expose, -7px);
      border-top: none;
      border-right: none; }
    .next-balloon-normal.next-balloon-right-top:after {
      top: 12px;
      top: var(--balloon-size-arrow-margin, 12px);
      right: -7px;
      right: var(--balloon-size-arrow-expose, -7px);
      border-bottom: none;
      border-left: none; }
    .next-balloon-normal.next-balloon-right-bottom:after {
      right: -7px;
      right: var(--balloon-size-arrow-expose, -7px);
      bottom: 12px;
      bottom: var(--balloon-size-arrow-margin, 12px);
      border-bottom: none;
      border-left: none; }
    .next-balloon-normal.next-balloon-top-left:after {
      top: -7px;
      top: var(--balloon-size-arrow-expose, -7px);
      left: 12px;
      left: var(--balloon-size-arrow-margin, 12px);
      border-right: none;
      border-bottom: none; }
    .next-balloon-normal.next-balloon-top-right:after {
      top: -7px;
      top: var(--balloon-size-arrow-expose, -7px);
      right: 12px;
      right: var(--balloon-size-arrow-margin, 12px);
      border-right: none;
      border-bottom: none; }
    .next-balloon-normal.next-balloon-bottom-left:after {
      bottom: -7px;
      bottom: var(--balloon-size-arrow-expose, -7px);
      left: 12px;
      left: var(--balloon-size-arrow-margin, 12px);
      border-top: none;
      border-left: none; }
    .next-balloon-normal.next-balloon-bottom-right:after {
      right: 12px;
      right: var(--balloon-size-arrow-margin, 12px);
      bottom: -7px;
      bottom: var(--balloon-size-arrow-expose, -7px);
      border-top: none;
      border-left: none; }
  .next-balloon.visible {
    display: block; }
  .next-balloon.hidden {
    display: none; }
  .next-balloon-medium {
    padding: 16px 16px 16px 16px;
    padding: var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-right, 16px) var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-right, 16px); }
  .next-balloon-closable {
    padding: 16px 40px 16px 16px;
    padding: var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-closable-right, 40px) var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-right, 16px); }

.next-balloon-tooltip {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  max-width: 300px;
  max-width: var(--balloon-size-max-width, 300px);
  border-style: solid;
  border-style: var(--balloon-tooltip-border-style, solid);
  border-radius: 3px;
  border-radius: var(--balloon-corner, 3px);
  font-size: 12px;
  font-size: var(--balloon-tooltip-content-font-size, 12px);
  font-weight: normal;
  font-weight: var(--balloon-tooltip-content-font-weight, normal);
  z-index: 0;
  /* stylelint-disable */
  word-wrap: break-all;
  word-wrap: break-word;
  /* stylelint-enable */
  color: #333333;
  color: var(--balloon-tooltip-color, #333333);
  border-color: #DCDEE3;
  border-color: var(--balloon-tooltip-color-border, #DCDEE3);
  background-color: #F2F3F7;
  background-color: var(--balloon-tooltip-color-bg, #F2F3F7);
  box-shadow: none;
  box-shadow: var(--balloon-tooltip-shadow, none);
  border-width: 1px;
  border-width: var(--balloon-tooltip-border-width, 1px);
  /* size */ }
  .next-balloon-tooltip *,
  .next-balloon-tooltip *:before,
  .next-balloon-tooltip *:after {
    box-sizing: border-box; }
  .next-balloon-tooltip .next-balloon-arrow {
    position: absolute;
    display: block;
    width: 24px;
    width: calc(var(--balloon-size-arrow-size, 12px)*2);
    height: 24px;
    height: calc(var(--balloon-size-arrow-size, 12px)*2);
    overflow: hidden;
    background: 0 0;
    pointer-events: none; }
    .next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 12px;
      width: var(--balloon-size-arrow-size, 12px);
      height: 12px;
      height: var(--balloon-size-arrow-size, 12px);
      margin: auto;
      background-color: #F2F3F7;
      background-color: var(--balloon-tooltip-color-bg, #F2F3F7);
      border: 1px solid #DCDEE3;
      border: var(--balloon-tooltip-border-width, 1px) var(--balloon-tooltip-border-style, solid) var(--balloon-tooltip-color-border, #DCDEE3);
      pointer-events: auto; }
  .next-balloon-tooltip-top .next-balloon-arrow {
    top: -24px;
    top: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: calc(50% - 12px);
    left: calc(50% - var(--balloon-size-arrow-size, 12px)); }
    .next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateY(12px) rotate(45deg);
      transform: translateY(var(--balloon-size-arrow-size, 12px)) rotate(45deg); }
  .next-balloon-tooltip-right .next-balloon-arrow {
    top: calc(50% - 12px);
    top: calc(50% - var(--balloon-size-arrow-size, 12px));
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2); }
    .next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(-12px) rotate(45deg);
      transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); }
  .next-balloon-tooltip-bottom .next-balloon-arrow {
    left: calc(50% - 12px);
    left: calc(50% - var(--balloon-size-arrow-size, 12px));
    bottom: -24px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2); }
    .next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateY(-12px) rotate(45deg);
      transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); }
  .next-balloon-tooltip-left .next-balloon-arrow {
    top: calc(50% - 12px);
    top: calc(50% - var(--balloon-size-arrow-size, 12px));
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2); }
    .next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(12px) rotate(45deg);
      transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); }
  .next-balloon-tooltip-left-top .next-balloon-arrow {
    top: 6px;
    top: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2); }
    .next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(12px) rotate(45deg);
      transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); }
  .next-balloon-tooltip-left-bottom .next-balloon-arrow {
    bottom: 6px;
    bottom: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2); }
    .next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(12px) rotate(45deg);
      transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); }
  .next-balloon-tooltip-right-top .next-balloon-arrow {
    top: 6px;
    top: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2); }
    .next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(-12px) rotate(45deg);
      transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); }
  .next-balloon-tooltip-right-bottom .next-balloon-arrow {
    bottom: 6px;
    bottom: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2); }
    .next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(-12px) rotate(45deg);
      transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); }
  .next-balloon-tooltip-top-left .next-balloon-arrow {
    left: 6px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    top: -24px;
    top: calc(0px - var(--balloon-size-arrow-size, 12px)*2); }
    .next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateY(12px) rotate(45deg);
      transform: translateY(var(--balloon-size-arrow-size, 12px)) rotate(45deg); }
  .next-balloon-tooltip-top-right .next-balloon-arrow {
    right: 6px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    top: -24px;
    top: calc(0px - var(--balloon-size-arrow-size, 12px)*2); }
    .next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateY(12px) rotate(45deg);
      transform: translateY(var(--balloon-size-arrow-size, 12px)) rotate(45deg); }
  .next-balloon-tooltip-bottom-left .next-balloon-arrow {
    left: 6px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    bottom: -24px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2); }
    .next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateY(-12px) rotate(45deg);
      transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); }
  .next-balloon-tooltip-bottom-right .next-balloon-arrow {
    right: 6px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    bottom: -24px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2); }
    .next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateY(-12px) rotate(45deg);
      transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg); }
  .next-balloon-tooltip.visible {
    display: block; }
  .next-balloon-tooltip.hidden {
    display: none; }
  .next-balloon-tooltip-medium {
    padding: 8px 8px 8px 8px;
    padding: var(--balloon-tooltip-size-padding-top, 8px) var(--balloon-tooltip-size-padding-right, 8px) var(--balloon-tooltip-size-padding-bottom, 8px) var(--balloon-tooltip-size-padding-left, 8px); }

.next-balloon[dir="rtl"] {
  /* å¸¦å…³é—­æŒ‰é’®çš„å³ä¾§paddingå˜å¤§ */ }
  .next-balloon[dir="rtl"].next-balloon-primary .next-balloon-close {
    left: 12px;
    left: var(--balloon-size-close-margin-right, 12px);
    right: auto; }
  .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right:after {
    left: -7px;
    left: var(--balloon-size-arrow-expose-primary, -7px);
    right: auto;
    border-right: none;
    border-top: none;
    border-left: inherit;
    border-bottom: inherit; }
  .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left:after {
    right: -7px;
    right: var(--balloon-size-arrow-expose-primary, -7px);
    left: auto;
    border-left: none;
    border-bottom: none;
    border-right: inherit;
    border-top: inherit; }
  .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-top:after {
    right: -7px;
    right: var(--balloon-size-arrow-expose-primary, -7px);
    left: auto;
    border-left: none;
    border-bottom: none;
    border-top: inherit;
    border-right: inherit; }
  .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-bottom:after {
    right: -7px;
    right: var(--balloon-size-arrow-expose-primary, -7px);
    left: auto;
    border-left: none;
    border-bottom: none;
    border-top: inherit;
    border-right: inherit; }
  .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-top:after {
    left: -7px;
    left: var(--balloon-size-arrow-expose-primary, -7px);
    right: auto;
    border-right: none;
    border-top: none;
    border-bottom: inherit;
    border-left: inherit; }
  .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-bottom:after {
    left: -7px;
    left: var(--balloon-size-arrow-expose-primary, -7px);
    right: auto;
    border-right: none;
    border-top: none;
    border-bottom: inherit;
    border-left: inherit; }
  .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin, 12px);
    left: auto; }
  .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-right:after {
    right: auto;
    left: 12px;
    left: var(--balloon-size-arrow-margin, 12px); }
  .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin, 12px);
    left: auto; }
  .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-right:after {
    left: 12px;
    left: var(--balloon-size-arrow-margin, 12px);
    right: auto; }
  .next-balloon[dir="rtl"].next-balloon-normal .next-balloon-close {
    left: 12px;
    left: var(--balloon-size-close-margin-right, 12px);
    right: auto; }
  .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right:after {
    left: -7px;
    left: var(--balloon-size-arrow-expose, -7px);
    right: auto;
    border-right: none;
    border-top: none;
    border-left: inherit;
    border-bottom: inherit; }
  .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left:after {
    right: -7px;
    right: var(--balloon-size-arrow-expose, -7px);
    left: auto;
    border-left: none;
    border-bottom: none;
    border-right: inherit;
    border-top: inherit; }
  .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-top:after {
    right: -7px;
    right: var(--balloon-size-arrow-expose, -7px);
    left: auto;
    border-left: none;
    border-bottom: none;
    border-top: inherit;
    border-right: inherit; }
  .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-bottom:after {
    right: -7px;
    right: var(--balloon-size-arrow-expose, -7px);
    left: auto;
    border-left: none;
    border-bottom: none;
    border-top: inherit;
    border-right: inherit; }
  .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-top:after {
    left: -7px;
    left: var(--balloon-size-arrow-expose, -7px);
    right: auto;
    border-right: none;
    border-top: none;
    border-bottom: inherit;
    border-left: inherit; }
  .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-bottom:after {
    left: -7px;
    left: var(--balloon-size-arrow-expose, -7px);
    right: auto;
    border-right: none;
    border-top: none;
    border-bottom: inherit;
    border-left: inherit; }
  .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin, 12px);
    left: auto; }
  .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-right:after {
    right: auto;
    left: 12px;
    left: var(--balloon-size-arrow-margin, 12px); }
  .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin, 12px);
    left: auto; }
  .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-right:after {
    left: 12px;
    left: var(--balloon-size-arrow-margin, 12px);
    right: auto; }
  .next-balloon[dir="rtl"].next-balloon-closable {
    padding: 16px 16px 16px 40px;
    padding: var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-right, 16px) var(--balloon-size-padding-top, 16px) var(--balloon-size-padding-closable-right, 40px); }

.next-balloon-tooltip[dir="rtl"] {
  /* size */ }
  .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow {
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    right: auto; }
    .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(12px) rotate(45deg);
      transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); }
  .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow {
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: auto; }
    .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(-12px) rotate(45deg); }
  .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow {
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: auto; }
    .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(-12px) rotate(45deg); }
  .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow {
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: auto; }
    .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(-12px) rotate(45deg); }
  .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow {
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    right: auto; }
    .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(12px) rotate(45deg);
      transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); }
  .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow {
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    right: auto; }
    .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
      transform: translateX(12px) rotate(45deg);
      transform: translateX(var(--balloon-size-arrow-size, 12px)) rotate(45deg); }
  .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-left .next-balloon-arrow {
    right: 10px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    left: auto; }
  .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-right .next-balloon-arrow {
    left: 10px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    right: auto; }
  .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-left .next-balloon-arrow {
    right: 10px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    left: auto; }
  .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-right .next-balloon-arrow {
    left: 10px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    right: auto; }
  .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-medium {
    padding: 8px 8px 8px 8px;
    padding: var(--balloon-tooltip-size-padding-top, 8px) var(--balloon-tooltip-size-padding-left, 8px) var(--balloon-tooltip-size-padding-bottom, 8px) var(--balloon-tooltip-size-padding-right, 8px); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-menu[dir="rtl"] .next-menu-item-helper {
  float: left; }

.next-menu[dir="rtl"] .next-menu-item .next-checkbox,
.next-menu[dir="rtl"] .next-menu-item .next-radio {
  margin-left: 4px;
  margin-left: var(--menu-icon-margin, 4px);
  margin-right: 0; }

.next-menu[dir="rtl"] .next-menu-hoz-right {
  float: left; }

.next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon {
  left: 10px;
  right: auto; }

.next-menu[dir="rtl"] .next-menu-hoz-icon-arrow.next-icon {
  left: 6px;
  right: auto; }

.next-menu[dir="rtl"] .next-menu-icon-selected.next-icon {
  margin-left: 0;
  margin-right: -16px;
  margin-right: calc(0px - var(--menu-padding-horizontal, 20px)/2 - var(--menu-icon-selected-size, 12px)/2); }
  .next-menu[dir="rtl"] .next-menu-icon-selected.next-icon:before,
  .next-menu[dir="rtl"] .next-menu-icon-selected.next-icon .next-icon-remote {
    width: 12px;
    width: var(--menu-icon-selected-size, 12px);
    font-size: 12px;
    font-size: var(--menu-icon-selected-size, 12px);
    line-height: inherit; }
  .next-menu[dir="rtl"] .next-menu-icon-selected.next-icon.next-menu-icon-right {
    right: auto;
    left: 4px;
    left: var(--menu-icon-selected-right, 4px); }

.next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon {
  left: 10px;
  right: auto; }

.next-menu {
  box-sizing: border-box;
  position: relative;
  min-width: 100px;
  min-width: var(--s-25, 100px);
  margin: 0;
  list-style: none;
  border: 1px solid #DCDEE3;
  border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3);
  border-radius: 3px;
  border-radius: var(--popup-local-corner, 3px);
  box-shadow: none;
  box-shadow: var(--popup-local-shadow, none);
  background: #FFFFFF;
  background: var(--menu-background, #FFFFFF);
  line-height: 32px;
  line-height: var(--menu-line-height, 32px);
  font-size: 12px;
  font-size: var(--menu-font-size, 12px);
  animation-duration: 300ms;
  animation-duration: var(--motion-duration-standard, 300ms);
  animation-timing-function: ease;
  animation-timing-function: var(--motion-ease, ease);
  /* &amp;-popup-content.next-hide { */
  /*     display: none; */
  /* } */ }
  .next-menu *,
  .next-menu *:before,
  .next-menu *:after {
    box-sizing: border-box; }
  .next-menu:focus,
  .next-menu *:focus {
    outline: 0; }
  .next-menu-spacing-lr {
    padding: 0 0px;
    padding: 0 var(--popup-spacing-lr, 0px); }
    .next-menu-spacing-lr.next-menu-outside &gt; .next-menu {
      height: 100%;
      overflow-y: auto; }
  .next-menu-spacing-tb {
    padding: 0px 0;
    padding: var(--popup-spacing-tb, 0px) 0; }
  .next-menu.next-ver {
    padding: 8px 0px;
    padding: var(--menu-padding-ver-padding-tb, 8px) var(--menu-padding-ver-padding-lr, 0px); }
    .next-menu.next-ver .next-menu-item {
      padding: 0 20px 0 20px;
      padding: 0 var(--menu-item-padding-ver-padding-r, 20px) 0 var(--menu-item-padding-ver-padding-l, 20px); }
  .next-menu.next-hoz {
    padding: 8px 0px;
    padding: var(--menu-padding-hoz-padding-tb, 8px) var(--menu-padding-hoz-padding-lr, 0px); }
    .next-menu.next-hoz .next-menu-item {
      padding: 0 20px;
      padding: 0 var(--menu-item-padding-hoz-padding-lr, 20px); }
  .next-menu-embeddable,
  .next-menu-embeddable .next-menu-item.next-disabled,
  .next-menu-embeddable .next-menu-item.next-disabled .next-menu-item-text &gt; a {
    background: transparent;
    border: none; }
  .next-menu-embeddable {
    box-shadow: none; }
  .next-menu-embeddable .next-menu-item-inner {
    height: 100%; }
  .next-menu-content {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none; }
  .next-menu-sub-menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .next-menu-sub-menu.next-expand-enter {
      overflow: hidden; }
    .next-menu-sub-menu.next-expand-enter-active {
      transition: height 300ms ease;
      transition: height var(--motion-duration-standard, 300ms) var(--motion-ease, ease); }
    .next-menu-sub-menu.next-expand-leave {
      overflow: hidden; }
    .next-menu-sub-menu.next-expand-leave-active {
      transition: height 300ms ease;
      transition: height var(--motion-duration-standard, 300ms) var(--motion-ease, ease); }
  .next-menu-item {
    position: relative;
    transition: background 100ms linear;
    transition: background var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    color: #333333;
    color: var(--menu-color, #333333);
    cursor: pointer; }
    .next-menu-item-helper {
      float: right;
      color: #999999;
      color: var(--color-text1-2, #999999);
      font-style: normal;
      font-size: 12px;
      font-size: var(--menu-font-size, 12px); }
    .next-menu-item .next-checkbox,
    .next-menu-item .next-radio {
      margin-right: 4px;
      margin-right: var(--menu-icon-margin, 4px); }
    .next-menu-item.next-selected {
      color: #333333;
      color: var(--menu-color-selected, #333333);
      background-color: #FFFFFF;
      background-color: var(--menu-background-selected, #FFFFFF); }
      .next-menu-item.next-selected .next-menu-icon-arrow {
        color: #666666;
        color: var(--menu-arrow-color, #666666); }
      .next-menu-item.next-selected .next-menu-icon-selected {
        color: #5584FF;
        color: var(--menu-icon-selected-color, #5584FF); }
    .next-menu-item.next-disabled,
    .next-menu-item.next-disabled .next-menu-item-text &gt; a {
      color: #CCCCCC;
      color: var(--menu-color-disabled, #CCCCCC);
      background-color: #FFFFFF;
      background-color: var(--menu-background, #FFFFFF);
      cursor: not-allowed; }
      .next-menu-item.next-disabled .next-menu-icon-arrow,
      .next-menu-item.next-disabled .next-menu-item-text &gt; a .next-menu-icon-arrow {
        color: #CCCCCC;
        color: var(--menu-color-disabled, #CCCCCC); }
      .next-menu-item.next-disabled .next-menu-icon-selected,
      .next-menu-item.next-disabled .next-menu-item-text &gt; a .next-menu-icon-selected {
        color: #CCCCCC;
        color: var(--menu-color-disabled, #CCCCCC); }
    .next-menu-item:not(.next-disabled):hover, .next-menu-item:not(.next-disabled).next-selected:hover, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover, .next-menu-item:not(.next-disabled).next-selected:focus:hover, .next-menu-item:not(.next-disabled).next-focused, .next-menu-item:not(.next-disabled).next-selected.next-focused, .next-menu-item:not(.next-disabled).next-selected:focus {
      color: #333333;
      color: var(--menu-color-hover, #333333);
      background-color: #F2F3F7;
      background-color: var(--menu-background-hover, #F2F3F7); }
      .next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow {
        color: #333333;
        color: var(--menu-arrow-color-hover, #333333); }
      .next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected {
        color: #5584FF;
        color: var(--menu-icon-selected-hover-color, #5584FF); }
  .next-menu-item-inner {
    height: 32px;
    height: var(--menu-line-height, 32px);
    font-size: 12px;
    font-size: var(--menu-font-size, 12px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
  .next-menu-item .next-menu-item-text {
    vertical-align: middle; }
    .next-menu-item .next-menu-item-text &gt; a {
      display: inline-block;
      text-decoration: none;
      color: #333333;
      color: var(--menu-color, #333333); }
      .next-menu-item .next-menu-item-text &gt; a::before {
        position: absolute;
        background-color: transparent;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: ''; }
  .next-menu.next-hoz {
    padding: 0; }
    .next-menu.next-hoz.next-menu-nowrap {
      overflow: hidden;
      white-space: nowrap; }
      .next-menu.next-hoz.next-menu-nowrap .next-menu-more {
        text-align: center; }
    .next-menu.next-hoz &gt; .next-menu-item,
    .next-menu.next-hoz &gt; .next-menu-sub-menu-wrapper,
    .next-menu.next-hoz .next-menu-content &gt; .next-menu-item {
      display: inline-block;
      vertical-align: top; }
    .next-menu.next-hoz .next-menu-header,
    .next-menu.next-hoz .next-menu-content,
    .next-menu.next-hoz .next-menu-footer {
      display: inline-block; }
  .next-menu-hoz-right {
    float: right; }
  .next-menu-group-label {
    padding: 0 12px;
    padding: 0 var(--menu-padding-title-horizontal, 12px);
    color: #999999;
    color: var(--color-text1-2, #999999); }
  .next-menu-divider {
    margin: 8px 12px;
    margin: var(--menu-divider-margin-ver, 8px) var(--menu-divider-margin-hoz, 12px);
    border-bottom: 1px solid #E6E7EB;
    border-bottom: var(--menu-divider-width, 1px) var(--menu-divider-style, solid) var(--menu-divider-color, #E6E7EB); }
  .next-menu .next-menu-icon-selected.next-icon {
    position: absolute;
    top: 0;
    margin-left: -16px;
    margin-left: calc(0px - var(--menu-item-padding-ver-padding-l, 20px) + var(--menu-icon-selected-right, 4px)); }
    .next-menu .next-menu-icon-selected.next-icon:before,
    .next-menu .next-menu-icon-selected.next-icon .next-icon-remote {
      width: 12px;
      width: var(--menu-icon-selected-size, 12px);
      font-size: 12px;
      font-size: var(--menu-icon-selected-size, 12px);
      line-height: inherit; }
    .next-menu .next-menu-icon-selected.next-icon.next-menu-icon-right {
      right: 4px;
      right: var(--menu-icon-selected-right, 4px); }
  .next-menu .next-menu-symbol-icon-selected.next-menu-icon-selected::before {
    content: "\E632";
    content: var(--menu-select-icon-content, "\E632"); }
  .next-menu .next-menu-icon-arrow.next-icon {
    position: absolute;
    top: 0;
    right: 10px;
    color: #666666;
    color: var(--menu-arrow-color, #666666);
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-menu .next-menu-icon-arrow.next-icon:before,
    .next-menu .next-menu-icon-arrow.next-icon .next-icon-remote {
      width: 8px;
      width: var(--menu-icon-size, 8px);
      font-size: 8px;
      font-size: var(--menu-icon-size, 8px);
      line-height: inherit; }
    @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      .next-menu .next-menu-icon-arrow.next-icon {
        transform: scale(0.5);
        margin-left: -4px;
        margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2); }
        .next-menu .next-menu-icon-arrow.next-icon:before {
          width: 16px;
          width: var(--icon-s, 16px);
          font-size: 16px;
          font-size: var(--icon-s, 16px); } }
  .next-menu .next-menu-icon-arrow-down::before {
    content: "\E63D";
    content: var(--menu-fold-icon-content, "\E63D"); }
  .next-menu .next-menu-icon-arrow-down.next-open {
    transform: rotate(180deg); }
    .next-menu .next-menu-icon-arrow-down.next-open:before,
    .next-menu .next-menu-icon-arrow-down.next-open .next-icon-remote {
      width: 8px;
      width: var(--menu-icon-size, 8px);
      font-size: 8px;
      font-size: var(--menu-icon-size, 8px);
      line-height: inherit; }
    @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      .next-menu .next-menu-icon-arrow-down.next-open {
        transform: scale(0.5) rotate(180deg);
        margin-left: -4px;
        margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2); }
        .next-menu .next-menu-icon-arrow-down.next-open:before {
          width: 16px;
          width: var(--icon-s, 16px);
          font-size: 16px;
          font-size: var(--icon-s, 16px); } }
  .next-menu .next-menu-symbol-popupfold::before {
    content: "\E619";
    content: var(--menu-popupfold-icon-content, "\E619"); }
  .next-menu .next-menu-icon-arrow-right.next-open {
    transform: rotate(-90deg); }
    .next-menu .next-menu-icon-arrow-right.next-open:before,
    .next-menu .next-menu-icon-arrow-right.next-open .next-icon-remote {
      width: 8px;
      width: var(--menu-icon-size, 8px);
      font-size: 8px;
      font-size: var(--menu-icon-size, 8px);
      line-height: inherit; }
    @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      .next-menu .next-menu-icon-arrow-right.next-open {
        transform: scale(0.5) rotate(-90deg);
        margin-left: -4px;
        margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--menu-icon-size, 8px)/2); }
        .next-menu .next-menu-icon-arrow-right.next-open:before {
          width: 16px;
          width: var(--icon-s, 16px);
          font-size: 16px;
          font-size: var(--icon-s, 16px); } }
  .next-menu .next-menu-hoz-icon-arrow.next-icon {
    position: absolute;
    top: 0;
    right: 6px;
    color: #666666;
    color: var(--menu-arrow-color, #666666);
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-menu .next-menu-hoz-icon-arrow.next-icon:before,
    .next-menu .next-menu-hoz-icon-arrow.next-icon .next-icon-remote {
      width: 12px;
      width: var(--menu-hoz-icon-size, 12px);
      font-size: 12px;
      font-size: var(--menu-hoz-icon-size, 12px);
      line-height: inherit; }
    .next-menu .next-menu-hoz-icon-arrow.next-icon::before {
      content: "\E63D";
      content: var(--menu-fold-icon-content, "\E63D"); }
  .next-menu-unfold-icon::before {
    content: "";
    content: var(--menu-unfold-icon-content, ""); }
  .next-menu .next-menu-hoz-icon-arrow.next-open {
    transform: rotate(180deg); }
    .next-menu .next-menu-hoz-icon-arrow.next-open:before,
    .next-menu .next-menu-hoz-icon-arrow.next-open .next-icon-remote {
      width: 12px;
      width: var(--menu-hoz-icon-size, 12px);
      font-size: 12px;
      font-size: var(--menu-hoz-icon-size, 12px);
      line-height: inherit; }
  .next-menu.next-context {
    line-height: 24px;
    line-height: var(--s-6, 24px); }
    .next-menu.next-context .next-menu-item-inner {
      height: 24px;
      height: var(--s-6, 24px); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

/* put your code here */
.next-breadcrumb {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  height: 16px;
  height: var(--breadcrumb-height, 16px);
  line-height: 16px;
  line-height: var(--breadcrumb-height, 16px); }
  .next-breadcrumb .next-breadcrumb-item {
    display: inline-block; }
    .next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text {
      display: inline-block;
      text-decoration: none;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
      .next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text &gt; b {
        font-weight: normal; }
    .next-breadcrumb .next-breadcrumb-item .next-breadcrumb-separator {
      display: inline-block;
      vertical-align: top; }
  .next-breadcrumb .next-breadcrumb-text {
    height: 16px;
    height: var(--breadcrumb-height, 16px);
    min-width: 16px;
    min-width: var(--breadcrumb-text-min-width, 16px);
    font-size: 12px;
    font-size: var(--breadcrumb-size-m-font-size, 12px);
    line-height: 16px;
    line-height: var(--breadcrumb-height, 16px); }
  .next-breadcrumb .next-breadcrumb-separator {
    height: 16px;
    height: var(--breadcrumb-height, 16px);
    margin: 0 8px;
    margin: 0 var(--breadcrumb-size-m-icon-margin, 8px);
    font-size: 8px;
    font-size: var(--breadcrumb-size-m-icon-size, 8px);
    line-height: 16px;
    line-height: var(--breadcrumb-height, 16px); }
    .next-breadcrumb .next-breadcrumb-separator .next-icon:before {
      display: block; }
    .next-breadcrumb .next-breadcrumb-separator .next-icon:before,
    .next-breadcrumb .next-breadcrumb-separator .next-icon .next-icon-remote {
      width: 8px;
      width: var(--breadcrumb-size-m-icon-size, 8px);
      font-size: 8px;
      font-size: var(--breadcrumb-size-m-icon-size, 8px);
      line-height: inherit; }
    @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      .next-breadcrumb .next-breadcrumb-separator .next-icon {
        transform: scale(0.5);
        margin-left: -4px;
        margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--breadcrumb-size-m-icon-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--breadcrumb-size-m-icon-size, 8px)/2); }
        .next-breadcrumb .next-breadcrumb-separator .next-icon:before {
          width: 16px;
          width: var(--icon-s, 16px);
          font-size: 16px;
          font-size: var(--icon-s, 16px); } }
  .next-breadcrumb .next-breadcrumb-text-ellipsis {
    font-size: 12px;
    font-size: var(--breadcrumb-size-ellipsis-font-size, 12px); }
  .next-breadcrumb .next-breadcrumb-text {
    color: #666666;
    color: var(--breadcrumb-text-color, #666666); }
    .next-breadcrumb .next-breadcrumb-text &gt; b {
      color: #5584FF;
      color: var(--breadcrumb-text-keyword-color, #5584FF); }
    .next-breadcrumb .next-breadcrumb-text &gt; a {
      color: #666666;
      color: var(--breadcrumb-text-color, #666666);
      text-decoration: none;
      text-align: center; }
  .next-breadcrumb .next-breadcrumb-text.activated {
    color: #333333;
    color: var(--breadcrumb-text-current-color, #333333);
    font-weight: normal;
    font-weight: var(--breadcrumb-text-current-weight, normal); }
    .next-breadcrumb .next-breadcrumb-text.activated &gt; a {
      color: #333333;
      color: var(--breadcrumb-text-current-color, #333333);
      font-weight: normal;
      font-weight: var(--breadcrumb-text-current-weight, normal); }
  .next-breadcrumb .next-breadcrumb-text-ellipsis {
    color: #666666;
    color: var(--breadcrumb-text-ellipsis-color, #666666);
    cursor: default; }
  .next-breadcrumb .next-breadcrumb-text-ellipsis-clickable {
    color: #666666;
    color: var(--breadcrumb-text-ellipsis-color, #666666);
    cursor: pointer; }
  .next-breadcrumb .next-breadcrumb-separator {
    color: #A0A2AD;
    color: var(--breadcrumb-icon-color, #A0A2AD); }
  .next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover &gt; a {
    color: #5584FF;
    color: var(--breadcrumb-text-color-hover, #5584FF); }
  .next-breadcrumb a.next-breadcrumb-text.activated:hover &gt; a {
    color: #5584FF;
    color: var(--breadcrumb-text-current-color-hover, #5584FF); }
  .next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover {
    color: #5584FF;
    color: var(--breadcrumb-text-color-hover, #5584FF); }
    .next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover &gt; b {
      color: #5584FF;
      color: var(--breadcrumb-text-keyword-color-hover, #5584FF); }
  .next-breadcrumb a.next-breadcrumb-text.activated:hover {
    color: #5584FF;
    color: var(--breadcrumb-text-current-color-hover, #5584FF);
    font-weight: normal;
    font-weight: var(--breadcrumb-text-current-weight, normal); }
  .next-breadcrumb-icon-sep::before {
    content: "\E619";
    content: var(--breadcrumb-icon-sep-content, "\E619"); }
  .next-breadcrumb-dropdown-wrapper {
    padding: 4px 0;
    padding: var(--s-1, 4px) 0; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-btn {
  box-sizing: border-box; }
  .next-btn *,
  .next-btn *:before,
  .next-btn *:after {
    box-sizing: border-box; }
  .next-btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .next-btn, .next-btn:active, .next-btn:focus, .next-btn:hover {
    outline: 0; }

@keyframes loadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg); }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg); } }

.next-btn {
  /* å°ºå¯¸ç»´åº¦ */
  /* ---------------------------------------- */
  /* æ™®é€šæŒ‰é’® */
  /* æ™®é€šæ€ç¦ç”¨æ&nbsp;·å¼ */
  /* è­¦å‘ŠæŒ‰é’® */
  /* æ–‡æœ¬æŒ‰é’® */
  /* loading */
  /* ---------------------------------------- */
  /* custom loading */
  /* å¹½çµæŒ‰é’® */
  /* ç»„åˆ */
  /* ---------------------------------------- */ }
  .next-btn {
    position: relative;
    display: inline-block;
    box-shadow: none;
    box-shadow: var(--btn-shadow, none);
    text-decoration: none;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    line-height: 1;
    cursor: pointer; }
    .next-btn:after {
      text-align: center;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      transition: opacity 100ms linear;
      transition: opacity var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-btn::before {
      content: '';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .next-btn .next-icon {
      display: inline-block;
      font-size: 0;
      vertical-align: middle; }
    .next-btn &gt; span,
    .next-btn &gt; div {
      display: inline-block;
      vertical-align: middle; }
    .next-btn &gt; .next-btn-helper {
      text-decoration: inherit;
      display: inline-block;
      vertical-align: middle; }
    .next-btn.hover, .next-btn:hover {
      box-shadow: none;
      box-shadow: var(--btn-shadow-hover, none); }
  .next-btn.next-small {
    border-radius: 3px;
    border-radius: var(--btn-size-s-corner, 3px);
    padding: 0 8px;
    padding: 0 var(--btn-size-s-padding, 8px);
    height: 20px;
    height: var(--btn-size-s-height, 20px);
    font-size: 12px;
    font-size: var(--btn-size-s-font, 12px);
    border-width: 1px;
    border-width: var(--btn-size-s-border-width, 1px); }
    .next-btn.next-small &gt; .next-btn-icon.next-icon-first {
      transform: scale(1);
      margin-left: 0;
      margin-right: 4px;
      margin-right: var(--btn-size-s-icon-margin, 4px); }
      .next-btn.next-small &gt; .next-btn-icon.next-icon-first:before,
      .next-btn.next-small &gt; .next-btn-icon.next-icon-first .next-icon-remote {
        width: 12px;
        width: var(--btn-size-s-icon-size, 12px);
        font-size: 12px;
        font-size: var(--btn-size-s-icon-size, 12px);
        line-height: inherit; }
    .next-btn.next-small &gt; .next-btn-icon.next-icon-last {
      transform: scale(1);
      margin-left: 4px;
      margin-left: var(--btn-size-s-icon-margin, 4px);
      margin-right: 0; }
      .next-btn.next-small &gt; .next-btn-icon.next-icon-last:before,
      .next-btn.next-small &gt; .next-btn-icon.next-icon-last .next-icon-remote {
        width: 12px;
        width: var(--btn-size-s-icon-size, 12px);
        font-size: 12px;
        font-size: var(--btn-size-s-icon-size, 12px);
        line-height: inherit; }
    .next-btn.next-small &gt; .next-btn-icon.next-icon-alone {
      transform: scale(1); }
      .next-btn.next-small &gt; .next-btn-icon.next-icon-alone:before,
      .next-btn.next-small &gt; .next-btn-icon.next-icon-alone .next-icon-remote {
        width: 12px;
        width: var(--btn-size-s-icon-size, 12px);
        font-size: 12px;
        font-size: var(--btn-size-s-icon-size, 12px);
        line-height: inherit; }
    .next-btn.next-small.next-btn-loading:before {
      width: 12px;
      width: var(--btn-size-s-icon-size, 12px);
      height: 12px;
      height: var(--btn-size-s-icon-size, 12px);
      font-size: 12px;
      font-size: var(--btn-size-s-icon-size, 12px);
      line-height: 12px;
      line-height: var(--btn-size-s-icon-size, 12px);
      left: 8px;
      left: var(--btn-size-s-padding, 8px);
      top: 50%;
      text-align: center;
      margin-right: 4px;
      margin-right: var(--btn-size-s-icon-margin, 4px); }
    .next-btn.next-small.next-btn-loading &gt; .next-icon {
      display: none; }
    .next-btn.next-small &gt; .next-btn-custom-loading-icon {
      opacity: 0;
      width: 0; }
      .next-btn.next-small &gt; .next-btn-custom-loading-icon.show {
        width: 12px;
        width: var(--btn-size-s-icon-size, 12px);
        margin-right: 4px;
        margin-right: var(--btn-size-s-icon-margin, 4px);
        opacity: 1;
        transition: all 100ms linear;
        transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-btn.next-medium {
    border-radius: 3px;
    border-radius: var(--btn-size-m-corner, 3px);
    padding: 0 12px;
    padding: 0 var(--btn-size-m-padding, 12px);
    height: 28px;
    height: var(--btn-size-m-height, 28px);
    font-size: 12px;
    font-size: var(--btn-size-m-font, 12px);
    border-width: 1px;
    border-width: var(--btn-size-m-border-width, 1px); }
    .next-btn.next-medium &gt; .next-btn-icon.next-icon-first {
      transform: scale(1);
      margin-left: 0;
      margin-right: 4px;
      margin-right: var(--btn-size-m-icon-margin, 4px); }
      .next-btn.next-medium &gt; .next-btn-icon.next-icon-first:before,
      .next-btn.next-medium &gt; .next-btn-icon.next-icon-first .next-icon-remote {
        width: 12px;
        width: var(--btn-size-m-icon-size, 12px);
        font-size: 12px;
        font-size: var(--btn-size-m-icon-size, 12px);
        line-height: inherit; }
    .next-btn.next-medium &gt; .next-btn-icon.next-icon-last {
      transform: scale(1);
      margin-left: 4px;
      margin-left: var(--btn-size-m-icon-margin, 4px);
      margin-right: 0; }
      .next-btn.next-medium &gt; .next-btn-icon.next-icon-last:before,
      .next-btn.next-medium &gt; .next-btn-icon.next-icon-last .next-icon-remote {
        width: 12px;
        width: var(--btn-size-m-icon-size, 12px);
        font-size: 12px;
        font-size: var(--btn-size-m-icon-size, 12px);
        line-height: inherit; }
    .next-btn.next-medium &gt; .next-btn-icon.next-icon-alone {
      transform: scale(1); }
      .next-btn.next-medium &gt; .next-btn-icon.next-icon-alone:before,
      .next-btn.next-medium &gt; .next-btn-icon.next-icon-alone .next-icon-remote {
        width: 12px;
        width: var(--btn-size-m-icon-size, 12px);
        font-size: 12px;
        font-size: var(--btn-size-m-icon-size, 12px);
        line-height: inherit; }
    .next-btn.next-medium.next-btn-loading:before {
      width: 12px;
      width: var(--btn-size-m-icon-size, 12px);
      height: 12px;
      height: var(--btn-size-m-icon-size, 12px);
      font-size: 12px;
      font-size: var(--btn-size-m-icon-size, 12px);
      line-height: 12px;
      line-height: var(--btn-size-m-icon-size, 12px);
      left: 12px;
      left: var(--btn-size-m-padding, 12px);
      top: 50%;
      text-align: center;
      margin-right: 4px;
      margin-right: var(--btn-size-m-icon-margin, 4px); }
    .next-btn.next-medium.next-btn-loading &gt; .next-icon {
      display: none; }
    .next-btn.next-medium &gt; .next-btn-custom-loading-icon {
      opacity: 0;
      width: 0; }
      .next-btn.next-medium &gt; .next-btn-custom-loading-icon.show {
        width: 12px;
        width: var(--btn-size-m-icon-size, 12px);
        margin-right: 4px;
        margin-right: var(--btn-size-m-icon-margin, 4px);
        opacity: 1;
        transition: all 100ms linear;
        transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-btn.next-large {
    border-radius: 3px;
    border-radius: var(--btn-size-l-corner, 3px);
    padding: 0 16px;
    padding: 0 var(--btn-size-l-padding, 16px);
    height: 40px;
    height: var(--btn-size-l-height, 40px);
    font-size: 16px;
    font-size: var(--btn-size-l-font, 16px);
    border-width: 1px;
    border-width: var(--btn-size-l-border-width, 1px); }
    .next-btn.next-large &gt; .next-btn-icon.next-icon-first {
      transform: scale(1);
      margin-left: 0;
      margin-right: 4px;
      margin-right: var(--btn-size-l-icon-margin, 4px); }
      .next-btn.next-large &gt; .next-btn-icon.next-icon-first:before,
      .next-btn.next-large &gt; .next-btn-icon.next-icon-first .next-icon-remote {
        width: 16px;
        width: var(--btn-size-l-icon-size, 16px);
        font-size: 16px;
        font-size: var(--btn-size-l-icon-size, 16px);
        line-height: inherit; }
    .next-btn.next-large &gt; .next-btn-icon.next-icon-last {
      transform: scale(1);
      margin-left: 4px;
      margin-left: var(--btn-size-l-icon-margin, 4px);
      margin-right: 0; }
      .next-btn.next-large &gt; .next-btn-icon.next-icon-last:before,
      .next-btn.next-large &gt; .next-btn-icon.next-icon-last .next-icon-remote {
        width: 16px;
        width: var(--btn-size-l-icon-size, 16px);
        font-size: 16px;
        font-size: var(--btn-size-l-icon-size, 16px);
        line-height: inherit; }
    .next-btn.next-large &gt; .next-btn-icon.next-icon-alone {
      transform: scale(1); }
      .next-btn.next-large &gt; .next-btn-icon.next-icon-alone:before,
      .next-btn.next-large &gt; .next-btn-icon.next-icon-alone .next-icon-remote {
        width: 16px;
        width: var(--btn-size-l-icon-size, 16px);
        font-size: 16px;
        font-size: var(--btn-size-l-icon-size, 16px);
        line-height: inherit; }
    .next-btn.next-large.next-btn-loading:before {
      width: 16px;
      width: var(--btn-size-l-icon-size, 16px);
      height: 16px;
      height: var(--btn-size-l-icon-size, 16px);
      font-size: 16px;
      font-size: var(--btn-size-l-icon-size, 16px);
      line-height: 16px;
      line-height: var(--btn-size-l-icon-size, 16px);
      left: 16px;
      left: var(--btn-size-l-padding, 16px);
      top: 50%;
      text-align: center;
      margin-right: 4px;
      margin-right: var(--btn-size-l-icon-margin, 4px); }
    .next-btn.next-large.next-btn-loading &gt; .next-icon {
      display: none; }
    .next-btn.next-large &gt; .next-btn-custom-loading-icon {
      opacity: 0;
      width: 0; }
      .next-btn.next-large &gt; .next-btn-custom-loading-icon.show {
        width: 16px;
        width: var(--btn-size-l-icon-size, 16px);
        margin-right: 4px;
        margin-right: var(--btn-size-l-icon-margin, 4px);
        opacity: 1;
        transition: all 100ms linear;
        transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-btn.next-btn-normal {
    border-style: solid;
    border-style: var(--btn-pure-normal-border-style, solid);
    background: #FFFFFF;
    background: var(--btn-pure-normal-bg, #FFFFFF);
    border-color: #C4C6CF;
    border-color: var(--btn-pure-normal-border-color, #C4C6CF); }
    .next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
      color: #333333;
      color: var(--btn-pure-normal-color, #333333); }
    .next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
      color: #333333;
      color: var(--btn-pure-normal-color-hover, #333333);
      background: #F2F3F7;
      background: var(--btn-pure-normal-bg-hover, #F2F3F7);
      border-color: #A0A2AD;
      border-color: var(--btn-pure-normal-border-color-hover, #A0A2AD);
      text-decoration: none; }
    .next-btn.next-btn-normal:active, .next-btn.next-btn-normal.active {
      color: #333333;
      color: var(--btn-pure-normal-color-active, #333333);
      background: #F2F3F7;
      background: var(--btn-pure-normal-bg-active, #F2F3F7);
      border-color: #A0A2AD;
      border-color: var(--btn-pure-normal-border-color-active, #A0A2AD);
      text-decoration: none; }
  .next-btn.next-btn-primary {
    border-style: solid;
    border-style: var(--btn-pure-primary-border-style, solid);
    background: #5584FF;
    background: var(--btn-pure-primary-bg, #5584FF);
    border-color: transparent;
    border-color: var(--btn-pure-primary-border-color, transparent); }
    .next-btn.next-btn-primary, .next-btn.next-btn-primary:link, .next-btn.next-btn-primary:visited, .next-btn.next-btn-primary.visited {
      color: #FFFFFF;
      color: var(--btn-pure-primary-color, #FFFFFF); }
    .next-btn.next-btn-primary:focus, .next-btn.next-btn-primary:hover, .next-btn.next-btn-primary.hover {
      color: #FFFFFF;
      color: var(--btn-pure-primary-color-hover, #FFFFFF);
      background: #3E71F7;
      background: var(--btn-pure-primary-bg-hover, #3E71F7);
      border-color: transparent;
      border-color: var(--btn-pure-primary-border-color-hover, transparent);
      text-decoration: none; }
    .next-btn.next-btn-primary:active, .next-btn.next-btn-primary.active {
      color: #FFFFFF;
      color: var(--btn-pure-primary-color-active, #FFFFFF);
      background: #3E71F7;
      background: var(--btn-pure-primary-bg-active, #3E71F7);
      border-color: transparent;
      border-color: var(--btn-pure-primary-border-color-active, transparent);
      text-decoration: none; }
  .next-btn.next-btn-secondary {
    border-style: solid;
    border-style: var(--btn-pure-secondary-border-style, solid);
    background: #FFFFFF;
    background: var(--btn-pure-secondary-bg, #FFFFFF);
    border-color: #5584FF;
    border-color: var(--btn-pure-secondary-border-color, #5584FF); }
    .next-btn.next-btn-secondary, .next-btn.next-btn-secondary:link, .next-btn.next-btn-secondary:visited, .next-btn.next-btn-secondary.visited {
      color: #5584FF;
      color: var(--btn-pure-secondary-color, #5584FF); }
    .next-btn.next-btn-secondary:focus, .next-btn.next-btn-secondary:hover, .next-btn.next-btn-secondary.hover {
      color: #FFFFFF;
      color: var(--btn-pure-secondary-color-hover, #FFFFFF);
      background: #3E71F7;
      background: var(--btn-pure-secondary-bg-hover, #3E71F7);
      border-color: #3E71F7;
      border-color: var(--btn-pure-secondary-border-color-hover, #3E71F7);
      text-decoration: none; }
    .next-btn.next-btn-secondary:active, .next-btn.next-btn-secondary.active {
      color: #FFFFFF;
      color: var(--btn-pure-secondary-color-active, #FFFFFF);
      background: #3E71F7;
      background: var(--btn-pure-secondary-bg-active, #3E71F7);
      border-color: #3E71F7;
      border-color: var(--btn-pure-secondary-border-color-active, #3E71F7);
      text-decoration: none; }
  .next-btn.disabled, .next-btn[disabled] {
    cursor: not-allowed; }
    .next-btn.disabled.next-btn-normal, .next-btn[disabled].next-btn-normal {
      background: #F7F8FA;
      background: var(--btn-pure-normal-bg-disabled, #F7F8FA);
      border-color: #E6E7EB;
      border-color: var(--btn-pure-normal-border-color-disabled, #E6E7EB); }
      .next-btn.disabled.next-btn-normal, .next-btn.disabled.next-btn-normal:link, .next-btn.disabled.next-btn-normal:visited, .next-btn.disabled.next-btn-normal.visited, .next-btn[disabled].next-btn-normal, .next-btn[disabled].next-btn-normal:link, .next-btn[disabled].next-btn-normal:visited, .next-btn[disabled].next-btn-normal.visited {
        color: #CCCCCC;
        color: var(--btn-pure-normal-color-disabled, #CCCCCC); }
      .next-btn.disabled.next-btn-normal:focus, .next-btn.disabled.next-btn-normal:hover, .next-btn.disabled.next-btn-normal.hover, .next-btn[disabled].next-btn-normal:focus, .next-btn[disabled].next-btn-normal:hover, .next-btn[disabled].next-btn-normal.hover {
        color: #CCCCCC;
        color: var(--btn-pure-normal-color-disabled, #CCCCCC);
        background: #F7F8FA;
        background: var(--btn-pure-normal-bg-disabled, #F7F8FA);
        border-color: #E6E7EB;
        border-color: var(--btn-pure-normal-border-color-disabled, #E6E7EB);
        text-decoration: none; }
      .next-btn.disabled.next-btn-normal:active, .next-btn.disabled.next-btn-normal.active, .next-btn[disabled].next-btn-normal:active, .next-btn[disabled].next-btn-normal.active {
        color: #CCCCCC;
        color: var(--btn-pure-normal-color-disabled, #CCCCCC);
        background: #F7F8FA;
        background: var(--btn-pure-normal-bg-disabled, #F7F8FA);
        border-color: #E6E7EB;
        border-color: var(--btn-pure-normal-border-color-disabled, #E6E7EB);
        text-decoration: none; }
    .next-btn.disabled.next-btn-primary, .next-btn[disabled].next-btn-primary {
      background: #F7F8FA;
      background: var(--btn-pure-primary-bg-disabled, #F7F8FA);
      border-color: #E6E7EB;
      border-color: var(--btn-pure-primary-border-color-disabled, #E6E7EB); }
      .next-btn.disabled.next-btn-primary, .next-btn.disabled.next-btn-primary:link, .next-btn.disabled.next-btn-primary:visited, .next-btn.disabled.next-btn-primary.visited, .next-btn[disabled].next-btn-primary, .next-btn[disabled].next-btn-primary:link, .next-btn[disabled].next-btn-primary:visited, .next-btn[disabled].next-btn-primary.visited {
        color: #CCCCCC;
        color: var(--btn-pure-primary-color-disabled, #CCCCCC); }
      .next-btn.disabled.next-btn-primary:focus, .next-btn.disabled.next-btn-primary:hover, .next-btn.disabled.next-btn-primary.hover, .next-btn[disabled].next-btn-primary:focus, .next-btn[disabled].next-btn-primary:hover, .next-btn[disabled].next-btn-primary.hover {
        color: #CCCCCC;
        color: var(--btn-pure-primary-color-disabled, #CCCCCC);
        background: #F7F8FA;
        background: var(--btn-pure-primary-bg-disabled, #F7F8FA);
        border-color: #E6E7EB;
        border-color: var(--btn-pure-primary-border-color-disabled, #E6E7EB);
        text-decoration: none; }
      .next-btn.disabled.next-btn-primary:active, .next-btn.disabled.next-btn-primary.active, .next-btn[disabled].next-btn-primary:active, .next-btn[disabled].next-btn-primary.active {
        color: #CCCCCC;
        color: var(--btn-pure-primary-color-disabled, #CCCCCC);
        background: #F7F8FA;
        background: var(--btn-pure-primary-bg-disabled, #F7F8FA);
        border-color: #E6E7EB;
        border-color: var(--btn-pure-primary-border-color-disabled, #E6E7EB);
        text-decoration: none; }
    .next-btn.disabled.next-btn-secondary, .next-btn[disabled].next-btn-secondary {
      background: #F7F8FA;
      background: var(--btn-pure-secondary-bg-disabled, #F7F8FA);
      border-color: #E6E7EB;
      border-color: var(--btn-pure-secondary-border-color-disabled, #E6E7EB); }
      .next-btn.disabled.next-btn-secondary, .next-btn.disabled.next-btn-secondary:link, .next-btn.disabled.next-btn-secondary:visited, .next-btn.disabled.next-btn-secondary.visited, .next-btn[disabled].next-btn-secondary, .next-btn[disabled].next-btn-secondary:link, .next-btn[disabled].next-btn-secondary:visited, .next-btn[disabled].next-btn-secondary.visited {
        color: #CCCCCC;
        color: var(--btn-pure-secondary-color-disabled, #CCCCCC); }
      .next-btn.disabled.next-btn-secondary:focus, .next-btn.disabled.next-btn-secondary:hover, .next-btn.disabled.next-btn-secondary.hover, .next-btn[disabled].next-btn-secondary:focus, .next-btn[disabled].next-btn-secondary:hover, .next-btn[disabled].next-btn-secondary.hover {
        color: #CCCCCC;
        color: var(--btn-pure-secondary-color-disabled, #CCCCCC);
        background: #F7F8FA;
        background: var(--btn-pure-secondary-bg-disabled, #F7F8FA);
        border-color: #E6E7EB;
        border-color: var(--btn-pure-secondary-border-color-disabled, #E6E7EB);
        text-decoration: none; }
      .next-btn.disabled.next-btn-secondary:active, .next-btn.disabled.next-btn-secondary.active, .next-btn[disabled].next-btn-secondary:active, .next-btn[disabled].next-btn-secondary.active {
        color: #CCCCCC;
        color: var(--btn-pure-secondary-color-disabled, #CCCCCC);
        background: #F7F8FA;
        background: var(--btn-pure-secondary-bg-disabled, #F7F8FA);
        border-color: #E6E7EB;
        border-color: var(--btn-pure-secondary-border-color-disabled, #E6E7EB);
        text-decoration: none; }
  .next-btn-warning {
    border-style: solid;
    border-style: var(--btn-warning-border-style, solid); }
    .next-btn-warning.next-btn-primary {
      background: #FF3000;
      background: var(--btn-warning-primary-bg, #FF3000);
      border-color: #FF3000;
      border-color: var(--btn-warning-primary-border-color, #FF3000); }
      .next-btn-warning.next-btn-primary, .next-btn-warning.next-btn-primary:link, .next-btn-warning.next-btn-primary:visited, .next-btn-warning.next-btn-primary.visited {
        color: #FFFFFF;
        color: var(--btn-warning-primary-color, #FFFFFF); }
      .next-btn-warning.next-btn-primary:focus, .next-btn-warning.next-btn-primary:hover, .next-btn-warning.next-btn-primary.hover {
        color: #FFFFFF;
        color: var(--btn-warning-primary-color-hover, #FFFFFF);
        background: #E72B00;
        background: var(--btn-warning-primary-bg-hover, #E72B00);
        border-color: #E72B00;
        border-color: var(--btn-warning-primary-border-color-hover, #E72B00);
        text-decoration: none; }
      .next-btn-warning.next-btn-primary:active, .next-btn-warning.next-btn-primary.active {
        color: #FFFFFF;
        color: var(--btn-warning-primary-color-active, #FFFFFF);
        background: #E72B00;
        background: var(--btn-warning-primary-bg-active, #E72B00);
        border-color: #E72B00;
        border-color: var(--btn-warning-primary-border-color-active, #E72B00);
        text-decoration: none; }
      .next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary[disabled] {
        background: #F7F8FA;
        background: var(--btn-warning-primary-bg-disabled, #F7F8FA);
        border-color: #DCDEE3;
        border-color: var(--btn-warning-primary-border-color-disabled, #DCDEE3); }
        .next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary.disabled:link, .next-btn-warning.next-btn-primary.disabled:visited, .next-btn-warning.next-btn-primary.disabled.visited, .next-btn-warning.next-btn-primary[disabled], .next-btn-warning.next-btn-primary[disabled]:link, .next-btn-warning.next-btn-primary[disabled]:visited, .next-btn-warning.next-btn-primary[disabled].visited {
          color: #CCCCCC;
          color: var(--btn-warning-primary-color-disabled, #CCCCCC); }
        .next-btn-warning.next-btn-primary.disabled:focus, .next-btn-warning.next-btn-primary.disabled:hover, .next-btn-warning.next-btn-primary.disabled.hover, .next-btn-warning.next-btn-primary[disabled]:focus, .next-btn-warning.next-btn-primary[disabled]:hover, .next-btn-warning.next-btn-primary[disabled].hover {
          color: #CCCCCC;
          color: var(--btn-warning-primary-color-disabled, #CCCCCC);
          background: #F7F8FA;
          background: var(--btn-warning-primary-bg-disabled, #F7F8FA);
          border-color: #DCDEE3;
          border-color: var(--btn-warning-primary-border-color-disabled, #DCDEE3);
          text-decoration: none; }
        .next-btn-warning.next-btn-primary.disabled:active, .next-btn-warning.next-btn-primary.disabled.active, .next-btn-warning.next-btn-primary[disabled]:active, .next-btn-warning.next-btn-primary[disabled].active {
          color: #CCCCCC;
          color: var(--btn-warning-primary-color-disabled, #CCCCCC);
          background: #F7F8FA;
          background: var(--btn-warning-primary-bg-disabled, #F7F8FA);
          border-color: #DCDEE3;
          border-color: var(--btn-warning-primary-border-color-disabled, #DCDEE3);
          text-decoration: none; }
    .next-btn-warning.next-btn-normal {
      background: #FFFFFF;
      background: var(--btn-warning-normal-bg, #FFFFFF);
      border-color: #FF3000;
      border-color: var(--btn-warning-normal-border-color, #FF3000); }
      .next-btn-warning.next-btn-normal, .next-btn-warning.next-btn-normal:link, .next-btn-warning.next-btn-normal:visited, .next-btn-warning.next-btn-normal.visited {
        color: #FF3000;
        color: var(--btn-warning-normal-color, #FF3000); }
      .next-btn-warning.next-btn-normal:focus, .next-btn-warning.next-btn-normal:hover, .next-btn-warning.next-btn-normal.hover {
        color: #FFFFFF;
        color: var(--btn-warning-normal-color-hover, #FFFFFF);
        background: #E72B00;
        background: var(--btn-warning-normal-bg-hover, #E72B00);
        border-color: #E72B00;
        border-color: var(--btn-warning-normal-border-color-hover, #E72B00);
        text-decoration: none; }
      .next-btn-warning.next-btn-normal:active, .next-btn-warning.next-btn-normal.active {
        color: #FFFFFF;
        color: var(--btn-warning-normal-color-active, #FFFFFF);
        background: #E72B00;
        background: var(--btn-warning-normal-bg-active, #E72B00);
        border-color: #E72B00;
        border-color: var(--btn-warning-normal-border-color-active, #E72B00);
        text-decoration: none; }
      .next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal[disabled] {
        background: #F7F8FA;
        background: var(--btn-warning-normal-bg-disabled, #F7F8FA);
        border-color: #E6E7EB;
        border-color: var(--btn-warning-normal-border-color-disabled, #E6E7EB); }
        .next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal.disabled:link, .next-btn-warning.next-btn-normal.disabled:visited, .next-btn-warning.next-btn-normal.disabled.visited, .next-btn-warning.next-btn-normal[disabled], .next-btn-warning.next-btn-normal[disabled]:link, .next-btn-warning.next-btn-normal[disabled]:visited, .next-btn-warning.next-btn-normal[disabled].visited {
          color: #CCCCCC;
          color: var(--btn-warning-normal-color-disabled, #CCCCCC); }
        .next-btn-warning.next-btn-normal.disabled:focus, .next-btn-warning.next-btn-normal.disabled:hover, .next-btn-warning.next-btn-normal.disabled.hover, .next-btn-warning.next-btn-normal[disabled]:focus, .next-btn-warning.next-btn-normal[disabled]:hover, .next-btn-warning.next-btn-normal[disabled].hover {
          color: #CCCCCC;
          color: var(--btn-warning-normal-color-disabled, #CCCCCC);
          background: #F7F8FA;
          background: var(--btn-warning-normal-bg-disabled, #F7F8FA);
          border-color: #E6E7EB;
          border-color: var(--btn-warning-normal-border-color-disabled, #E6E7EB);
          text-decoration: none; }
        .next-btn-warning.next-btn-normal.disabled:active, .next-btn-warning.next-btn-normal.disabled.active, .next-btn-warning.next-btn-normal[disabled]:active, .next-btn-warning.next-btn-normal[disabled].active {
          color: #CCCCCC;
          color: var(--btn-warning-normal-color-disabled, #CCCCCC);
          background: #F7F8FA;
          background: var(--btn-warning-normal-bg-disabled, #F7F8FA);
          border-color: #E6E7EB;
          border-color: var(--btn-warning-normal-border-color-disabled, #E6E7EB);
          text-decoration: none; }
  .next-btn-text {
    box-shadow: none;
    border-radius: 0;
    user-select: text; }
    .next-btn-text.hover, .next-btn-text:hover {
      box-shadow: none; }
    .next-btn-text.next-btn-primary {
      background: transparent;
      border-color: transparent; }
      .next-btn-text.next-btn-primary, .next-btn-text.next-btn-primary:link, .next-btn-text.next-btn-primary:visited, .next-btn-text.next-btn-primary.visited {
        color: #5584FF;
        color: var(--btn-text-primary-color, #5584FF); }
      .next-btn-text.next-btn-primary:focus, .next-btn-text.next-btn-primary:hover, .next-btn-text.next-btn-primary.hover {
        color: #3E71F7;
        color: var(--btn-text-primary-color-hover, #3E71F7);
        background: transparent;
        border-color: transparent;
        text-decoration: none; }
      .next-btn-text.next-btn-primary:active, .next-btn-text.next-btn-primary.active {
        color: #3E71F7;
        color: var(--btn-text-primary-color-hover, #3E71F7);
        background: transparent;
        border-color: transparent;
        text-decoration: none; }
      .next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary[disabled] {
        background: transparent;
        border-color: transparent; }
        .next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary.disabled:link, .next-btn-text.next-btn-primary.disabled:visited, .next-btn-text.next-btn-primary.disabled.visited, .next-btn-text.next-btn-primary[disabled], .next-btn-text.next-btn-primary[disabled]:link, .next-btn-text.next-btn-primary[disabled]:visited, .next-btn-text.next-btn-primary[disabled].visited {
          color: #CCCCCC;
          color: var(--btn-text-disabled-color, #CCCCCC); }
        .next-btn-text.next-btn-primary.disabled:focus, .next-btn-text.next-btn-primary.disabled:hover, .next-btn-text.next-btn-primary.disabled.hover, .next-btn-text.next-btn-primary[disabled]:focus, .next-btn-text.next-btn-primary[disabled]:hover, .next-btn-text.next-btn-primary[disabled].hover {
          color: #CCCCCC;
          color: var(--btn-text-disabled-color, #CCCCCC);
          background: transparent;
          border-color: transparent;
          text-decoration: none; }
        .next-btn-text.next-btn-primary.disabled:active, .next-btn-text.next-btn-primary.disabled.active, .next-btn-text.next-btn-primary[disabled]:active, .next-btn-text.next-btn-primary[disabled].active {
          color: #CCCCCC;
          color: var(--btn-text-disabled-color, #CCCCCC);
          background: transparent;
          border-color: transparent;
          text-decoration: none; }
    .next-btn-text.next-btn-secondary {
      background: transparent;
      border-color: transparent; }
      .next-btn-text.next-btn-secondary, .next-btn-text.next-btn-secondary:link, .next-btn-text.next-btn-secondary:visited, .next-btn-text.next-btn-secondary.visited {
        color: #666666;
        color: var(--btn-text-secondary-color, #666666); }
      .next-btn-text.next-btn-secondary:focus, .next-btn-text.next-btn-secondary:hover, .next-btn-text.next-btn-secondary.hover {
        color: #5584FF;
        color: var(--btn-text-secondary-color-hover, #5584FF);
        background: transparent;
        border-color: transparent;
        text-decoration: none; }
      .next-btn-text.next-btn-secondary:active, .next-btn-text.next-btn-secondary.active {
        color: #5584FF;
        color: var(--btn-text-secondary-color-hover, #5584FF);
        background: transparent;
        border-color: transparent;
        text-decoration: none; }
      .next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary[disabled] {
        background: transparent;
        border-color: transparent; }
        .next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary.disabled:link, .next-btn-text.next-btn-secondary.disabled:visited, .next-btn-text.next-btn-secondary.disabled.visited, .next-btn-text.next-btn-secondary[disabled], .next-btn-text.next-btn-secondary[disabled]:link, .next-btn-text.next-btn-secondary[disabled]:visited, .next-btn-text.next-btn-secondary[disabled].visited {
          color: #CCCCCC;
          color: var(--btn-text-disabled-color, #CCCCCC); }
        .next-btn-text.next-btn-secondary.disabled:focus, .next-btn-text.next-btn-secondary.disabled:hover, .next-btn-text.next-btn-secondary.disabled.hover, .next-btn-text.next-btn-secondary[disabled]:focus, .next-btn-text.next-btn-secondary[disabled]:hover, .next-btn-text.next-btn-secondary[disabled].hover {
          color: #CCCCCC;
          color: var(--btn-text-disabled-color, #CCCCCC);
          background: transparent;
          border-color: transparent;
          text-decoration: none; }
        .next-btn-text.next-btn-secondary.disabled:active, .next-btn-text.next-btn-secondary.disabled.active, .next-btn-text.next-btn-secondary[disabled]:active, .next-btn-text.next-btn-secondary[disabled].active {
          color: #CCCCCC;
          color: var(--btn-text-disabled-color, #CCCCCC);
          background: transparent;
          border-color: transparent;
          text-decoration: none; }
    .next-btn-text.next-btn-normal {
      background: transparent;
      border-color: transparent; }
      .next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited, .next-btn-text.next-btn-normal.visited {
        color: #333333;
        color: var(--btn-text-normal-color, #333333); }
      .next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover {
        color: #5584FF;
        color: var(--btn-text-normal-color-hover, #5584FF);
        background: transparent;
        border-color: transparent;
        text-decoration: none; }
      .next-btn-text.next-btn-normal:active, .next-btn-text.next-btn-normal.active {
        color: #5584FF;
        color: var(--btn-text-normal-color-hover, #5584FF);
        background: transparent;
        border-color: transparent;
        text-decoration: none; }
      .next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal[disabled] {
        background: transparent;
        border-color: transparent; }
        .next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal.disabled:link, .next-btn-text.next-btn-normal.disabled:visited, .next-btn-text.next-btn-normal.disabled.visited, .next-btn-text.next-btn-normal[disabled], .next-btn-text.next-btn-normal[disabled]:link, .next-btn-text.next-btn-normal[disabled]:visited, .next-btn-text.next-btn-normal[disabled].visited {
          color: #CCCCCC;
          color: var(--btn-text-disabled-color, #CCCCCC); }
        .next-btn-text.next-btn-normal.disabled:focus, .next-btn-text.next-btn-normal.disabled:hover, .next-btn-text.next-btn-normal.disabled.hover, .next-btn-text.next-btn-normal[disabled]:focus, .next-btn-text.next-btn-normal[disabled]:hover, .next-btn-text.next-btn-normal[disabled].hover {
          color: #CCCCCC;
          color: var(--btn-text-disabled-color, #CCCCCC);
          background: transparent;
          border-color: transparent;
          text-decoration: none; }
        .next-btn-text.next-btn-normal.disabled:active, .next-btn-text.next-btn-normal.disabled.active, .next-btn-text.next-btn-normal[disabled]:active, .next-btn-text.next-btn-normal[disabled].active {
          color: #CCCCCC;
          color: var(--btn-text-disabled-color, #CCCCCC);
          background: transparent;
          border-color: transparent;
          text-decoration: none; }
    .next-btn-text.next-large {
      border-radius: 0;
      padding: 0 0px;
      height: 24px;
      height: var(--btn-text-size-l-height, 24px);
      font-size: 14px;
      font-size: var(--btn-text-size-l-font, 14px);
      border-width: 0; }
      .next-btn-text.next-large &gt; .next-btn-icon.next-icon-first {
        transform: scale(1);
        margin-left: 0;
        margin-right: 4px;
        margin-right: var(--btn-text-icon-l-margin, 4px); }
        .next-btn-text.next-large &gt; .next-btn-icon.next-icon-first:before,
        .next-btn-text.next-large &gt; .next-btn-icon.next-icon-first .next-icon-remote {
          width: 16px;
          width: var(--btn-size-l-icon-size, 16px);
          font-size: 16px;
          font-size: var(--btn-size-l-icon-size, 16px);
          line-height: inherit; }
      .next-btn-text.next-large &gt; .next-btn-icon.next-icon-last {
        transform: scale(1);
        margin-left: 4px;
        margin-left: var(--btn-text-icon-l-margin, 4px);
        margin-right: 0; }
        .next-btn-text.next-large &gt; .next-btn-icon.next-icon-last:before,
        .next-btn-text.next-large &gt; .next-btn-icon.next-icon-last .next-icon-remote {
          width: 16px;
          width: var(--btn-size-l-icon-size, 16px);
          font-size: 16px;
          font-size: var(--btn-size-l-icon-size, 16px);
          line-height: inherit; }
      .next-btn-text.next-large &gt; .next-btn-icon.next-icon-alone {
        transform: scale(1); }
        .next-btn-text.next-large &gt; .next-btn-icon.next-icon-alone:before,
        .next-btn-text.next-large &gt; .next-btn-icon.next-icon-alone .next-icon-remote {
          width: 16px;
          width: var(--btn-size-l-icon-size, 16px);
          font-size: 16px;
          font-size: var(--btn-size-l-icon-size, 16px);
          line-height: inherit; }
      .next-btn-text.next-large.next-btn-loading:before {
        width: 16px;
        width: var(--btn-size-l-icon-size, 16px);
        height: 16px;
        height: var(--btn-size-l-icon-size, 16px);
        font-size: 16px;
        font-size: var(--btn-size-l-icon-size, 16px);
        line-height: 16px;
        line-height: var(--btn-size-l-icon-size, 16px);
        left: 0px;
        top: 50%;
        text-align: center;
        margin-right: 4px;
        margin-right: var(--btn-text-icon-l-margin, 4px); }
      .next-btn-text.next-large.next-btn-loading &gt; .next-icon {
        display: none; }
      .next-btn-text.next-large &gt; .next-btn-custom-loading-icon {
        opacity: 0;
        width: 0; }
        .next-btn-text.next-large &gt; .next-btn-custom-loading-icon.show {
          width: 16px;
          width: var(--btn-size-l-icon-size, 16px);
          margin-right: 4px;
          margin-right: var(--btn-text-icon-l-margin, 4px);
          opacity: 1;
          transition: all 100ms linear;
          transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-btn-text.next-medium {
      border-radius: 0;
      padding: 0 0px;
      height: 20px;
      height: var(--btn-text-size-m-height, 20px);
      font-size: 12px;
      font-size: var(--btn-text-size-m-font, 12px);
      border-width: 0; }
      .next-btn-text.next-medium &gt; .next-btn-icon.next-icon-first {
        transform: scale(1);
        margin-left: 0;
        margin-right: 4px;
        margin-right: var(--btn-text-icon-m-margin, 4px); }
        .next-btn-text.next-medium &gt; .next-btn-icon.next-icon-first:before,
        .next-btn-text.next-medium &gt; .next-btn-icon.next-icon-first .next-icon-remote {
          width: 12px;
          width: var(--btn-size-m-icon-size, 12px);
          font-size: 12px;
          font-size: var(--btn-size-m-icon-size, 12px);
          line-height: inherit; }
      .next-btn-text.next-medium &gt; .next-btn-icon.next-icon-last {
        transform: scale(1);
        margin-left: 4px;
        margin-left: var(--btn-text-icon-m-margin, 4px);
        margin-right: 0; }
        .next-btn-text.next-medium &gt; .next-btn-icon.next-icon-last:before,
        .next-btn-text.next-medium &gt; .next-btn-icon.next-icon-last .next-icon-remote {
          width: 12px;
          width: var(--btn-size-m-icon-size, 12px);
          font-size: 12px;
          font-size: var(--btn-size-m-icon-size, 12px);
          line-height: inherit; }
      .next-btn-text.next-medium &gt; .next-btn-icon.next-icon-alone {
        transform: scale(1); }
        .next-btn-text.next-medium &gt; .next-btn-icon.next-icon-alone:before,
        .next-btn-text.next-medium &gt; .next-btn-icon.next-icon-alone .next-icon-remote {
          width: 12px;
          width: var(--btn-size-m-icon-size, 12px);
          font-size: 12px;
          font-size: var(--btn-size-m-icon-size, 12px);
          line-height: inherit; }
      .next-btn-text.next-medium.next-btn-loading:before {
        width: 12px;
        width: var(--btn-size-m-icon-size, 12px);
        height: 12px;
        height: var(--btn-size-m-icon-size, 12px);
        font-size: 12px;
        font-size: var(--btn-size-m-icon-size, 12px);
        line-height: 12px;
        line-height: var(--btn-size-m-icon-size, 12px);
        left: 0px;
        top: 50%;
        text-align: center;
        margin-right: 4px;
        margin-right: var(--btn-text-icon-m-margin, 4px); }
      .next-btn-text.next-medium.next-btn-loading &gt; .next-icon {
        display: none; }
      .next-btn-text.next-medium &gt; .next-btn-custom-loading-icon {
        opacity: 0;
        width: 0; }
        .next-btn-text.next-medium &gt; .next-btn-custom-loading-icon.show {
          width: 12px;
          width: var(--btn-size-m-icon-size, 12px);
          margin-right: 4px;
          margin-right: var(--btn-text-icon-m-margin, 4px);
          opacity: 1;
          transition: all 100ms linear;
          transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-btn-text.next-small {
      border-radius: 0;
      padding: 0 0px;
      height: 16px;
      height: var(--btn-text-size-s-height, 16px);
      font-size: 12px;
      font-size: var(--btn-text-size-s-font, 12px);
      border-width: 0; }
      .next-btn-text.next-small &gt; .next-btn-icon.next-icon-first {
        transform: scale(1);
        margin-left: 0;
        margin-right: 4px;
        margin-right: var(--btn-text-icon-s-margin, 4px); }
        .next-btn-text.next-small &gt; .next-btn-icon.next-icon-first:before,
        .next-btn-text.next-small &gt; .next-btn-icon.next-icon-first .next-icon-remote {
          width: 12px;
          width: var(--btn-size-s-icon-size, 12px);
          font-size: 12px;
          font-size: var(--btn-size-s-icon-size, 12px);
          line-height: inherit; }
      .next-btn-text.next-small &gt; .next-btn-icon.next-icon-last {
        transform: scale(1);
        margin-left: 4px;
        margin-left: var(--btn-text-icon-s-margin, 4px);
        margin-right: 0; }
        .next-btn-text.next-small &gt; .next-btn-icon.next-icon-last:before,
        .next-btn-text.next-small &gt; .next-btn-icon.next-icon-last .next-icon-remote {
          width: 12px;
          width: var(--btn-size-s-icon-size, 12px);
          font-size: 12px;
          font-size: var(--btn-size-s-icon-size, 12px);
          line-height: inherit; }
      .next-btn-text.next-small &gt; .next-btn-icon.next-icon-alone {
        transform: scale(1); }
        .next-btn-text.next-small &gt; .next-btn-icon.next-icon-alone:before,
        .next-btn-text.next-small &gt; .next-btn-icon.next-icon-alone .next-icon-remote {
          width: 12px;
          width: var(--btn-size-s-icon-size, 12px);
          font-size: 12px;
          font-size: var(--btn-size-s-icon-size, 12px);
          line-height: inherit; }
      .next-btn-text.next-small.next-btn-loading:before {
        width: 12px;
        width: var(--btn-size-s-icon-size, 12px);
        height: 12px;
        height: var(--btn-size-s-icon-size, 12px);
        font-size: 12px;
        font-size: var(--btn-size-s-icon-size, 12px);
        line-height: 12px;
        line-height: var(--btn-size-s-icon-size, 12px);
        left: 0px;
        top: 50%;
        text-align: center;
        margin-right: 4px;
        margin-right: var(--btn-text-icon-s-margin, 4px); }
      .next-btn-text.next-small.next-btn-loading &gt; .next-icon {
        display: none; }
      .next-btn-text.next-small &gt; .next-btn-custom-loading-icon {
        opacity: 0;
        width: 0; }
        .next-btn-text.next-small &gt; .next-btn-custom-loading-icon.show {
          width: 12px;
          width: var(--btn-size-s-icon-size, 12px);
          margin-right: 4px;
          margin-right: var(--btn-text-icon-s-margin, 4px);
          opacity: 1;
          transition: all 100ms linear;
          transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-btn-text.next-btn-loading {
      background: transparent;
      border-color: transparent; }
      .next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited {
        color: #333333;
        color: var(--btn-text-loading-color, #333333); }
      .next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
        color: #333333;
        color: var(--btn-text-loading-color, #333333);
        background: transparent;
        border-color: transparent;
        text-decoration: none; }
      .next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active {
        color: #333333;
        color: var(--btn-text-loading-color, #333333);
        background: transparent;
        border-color: transparent;
        text-decoration: none; }
  .next-btn-loading {
    pointer-events: none; }
    .next-btn-loading:before {
      font-family: NextIcon;
      content: "\E646";
      content: var(--icon-content-loading, "\E646");
      opacity: 1;
      visibility: visible;
      animation: loadingCircle 2s infinite linear; }
    .next-btn-loading:after {
      content: '';
      display: inline-block;
      position: static;
      height: 100%;
      width: 0;
      vertical-align: middle; }
  .next-btn-custom-loading {
    pointer-events: none; }
  .next-btn-ghost {
    box-shadow: none;
    border-style: solid;
    border-style: var(--btn-ghost-border-style, solid); }
    .next-btn-ghost.next-btn-dark {
      background: rgba(0, 0, 0, 0);
      background: var(--btn-ghost-dark-bg-normal, rgba(0, 0, 0, 0));
      border-color: #FFFFFF;
      border-color: var(--btn-ghost-dark-border-color, #FFFFFF); }
      .next-btn-ghost.next-btn-dark, .next-btn-ghost.next-btn-dark:link, .next-btn-ghost.next-btn-dark:visited, .next-btn-ghost.next-btn-dark.visited {
        color: #FFFFFF;
        color: var(--btn-ghost-dark-color, #FFFFFF); }
      .next-btn-ghost.next-btn-dark:focus, .next-btn-ghost.next-btn-dark:hover, .next-btn-ghost.next-btn-dark.hover {
        color: #FFFFFF;
        color: var(--btn-ghost-dark-color-hover, #FFFFFF);
        background: rgba(255, 255, 255, 0.8);
        background: var(--btn-ghost-dark-bg-hover, rgba(255, 255, 255, 0.8));
        border-color: #FFFFFF;
        border-color: var(--btn-ghost-dark-border-color-hover, #FFFFFF);
        text-decoration: none; }
      .next-btn-ghost.next-btn-dark:active, .next-btn-ghost.next-btn-dark.active {
        color: #FFFFFF;
        color: var(--btn-ghost-dark-color-hover, #FFFFFF);
        background: rgba(255, 255, 255, 0.8);
        background: var(--btn-ghost-dark-bg-hover, rgba(255, 255, 255, 0.8));
        border-color: #FFFFFF;
        border-color: var(--btn-ghost-dark-border-color-hover, #FFFFFF);
        text-decoration: none; }
      .next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark[disabled] {
        background: transparent;
        background: var(--btn-ghost-dark-bg-disabled, transparent);
        border-color: rgba(255, 255, 255, 0.4);
        border-color: var(--btn-ghost-dark-border-color-disabled, rgba(255, 255, 255, 0.4)); }
        .next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark.disabled:link, .next-btn-ghost.next-btn-dark.disabled:visited, .next-btn-ghost.next-btn-dark.disabled.visited, .next-btn-ghost.next-btn-dark[disabled], .next-btn-ghost.next-btn-dark[disabled]:link, .next-btn-ghost.next-btn-dark[disabled]:visited, .next-btn-ghost.next-btn-dark[disabled].visited {
          color: rgba(255, 255, 255, 0.4);
          color: var(--btn-ghost-dark-color-disabled, rgba(255, 255, 255, 0.4)); }
        .next-btn-ghost.next-btn-dark.disabled:focus, .next-btn-ghost.next-btn-dark.disabled:hover, .next-btn-ghost.next-btn-dark.disabled.hover, .next-btn-ghost.next-btn-dark[disabled]:focus, .next-btn-ghost.next-btn-dark[disabled]:hover, .next-btn-ghost.next-btn-dark[disabled].hover {
          color: rgba(255, 255, 255, 0.4);
          color: var(--btn-ghost-dark-color-disabled, rgba(255, 255, 255, 0.4));
          background: transparent;
          background: var(--btn-ghost-dark-bg-disabled, transparent);
          border-color: rgba(255, 255, 255, 0.4);
          border-color: var(--btn-ghost-dark-border-color-disabled, rgba(255, 255, 255, 0.4));
          text-decoration: none; }
        .next-btn-ghost.next-btn-dark.disabled:active, .next-btn-ghost.next-btn-dark.disabled.active, .next-btn-ghost.next-btn-dark[disabled]:active, .next-btn-ghost.next-btn-dark[disabled].active {
          color: rgba(255, 255, 255, 0.4);
          color: var(--btn-ghost-dark-color-disabled, rgba(255, 255, 255, 0.4));
          background: transparent;
          background: var(--btn-ghost-dark-bg-disabled, transparent);
          border-color: rgba(255, 255, 255, 0.4);
          border-color: var(--btn-ghost-dark-border-color-disabled, rgba(255, 255, 255, 0.4));
          text-decoration: none; }
    .next-btn-ghost.next-btn-light {
      background: rgba(0, 0, 0, 0);
      background: var(--btn-ghost-light-bg-normal, rgba(0, 0, 0, 0));
      border-color: #333333;
      border-color: var(--btn-ghost-light-border-color, #333333); }
      .next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited, .next-btn-ghost.next-btn-light.visited {
        color: #333333;
        color: var(--btn-ghost-light-color, #333333); }
      .next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover {
        color: #999999;
        color: var(--btn-ghost-light-color-hover, #999999);
        background: rgba(0, 0, 0, 0.92);
        background: var(--btn-ghost-light-bg-hover, rgba(0, 0, 0, 0.92));
        border-color: #333333;
        border-color: var(--btn-ghost-light-border-color-hover, #333333);
        text-decoration: none; }
      .next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active {
        color: #999999;
        color: var(--btn-ghost-light-color-hover, #999999);
        background: rgba(0, 0, 0, 0.92);
        background: var(--btn-ghost-light-bg-hover, rgba(0, 0, 0, 0.92));
        border-color: #333333;
        border-color: var(--btn-ghost-light-border-color-hover, #333333);
        text-decoration: none; }
      .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
        background: transparent;
        background: var(--btn-ghost-light-bg-disabled, transparent);
        border-color: rgba(0, 0, 0, 0.1);
        border-color: var(--btn-ghost-light-border-color-disabled, rgba(0, 0, 0, 0.1)); }
        .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light.disabled:link, .next-btn-ghost.next-btn-light.disabled:visited, .next-btn-ghost.next-btn-light.disabled.visited, .next-btn-ghost.next-btn-light[disabled], .next-btn-ghost.next-btn-light[disabled]:link, .next-btn-ghost.next-btn-light[disabled]:visited, .next-btn-ghost.next-btn-light[disabled].visited {
          color: rgba(0, 0, 0, 0.1);
          color: var(--btn-ghost-light-color-disabled, rgba(0, 0, 0, 0.1)); }
        .next-btn-ghost.next-btn-light.disabled:focus, .next-btn-ghost.next-btn-light.disabled:hover, .next-btn-ghost.next-btn-light.disabled.hover, .next-btn-ghost.next-btn-light[disabled]:focus, .next-btn-ghost.next-btn-light[disabled]:hover, .next-btn-ghost.next-btn-light[disabled].hover {
          color: rgba(0, 0, 0, 0.1);
          color: var(--btn-ghost-light-color-disabled, rgba(0, 0, 0, 0.1));
          background: transparent;
          background: var(--btn-ghost-light-bg-disabled, transparent);
          border-color: rgba(0, 0, 0, 0.1);
          border-color: var(--btn-ghost-light-border-color-disabled, rgba(0, 0, 0, 0.1));
          text-decoration: none; }
        .next-btn-ghost.next-btn-light.disabled:active, .next-btn-ghost.next-btn-light.disabled.active, .next-btn-ghost.next-btn-light[disabled]:active, .next-btn-ghost.next-btn-light[disabled].active {
          color: rgba(0, 0, 0, 0.1);
          color: var(--btn-ghost-light-color-disabled, rgba(0, 0, 0, 0.1));
          background: transparent;
          background: var(--btn-ghost-light-bg-disabled, transparent);
          border-color: rgba(0, 0, 0, 0.1);
          border-color: var(--btn-ghost-light-border-color-disabled, rgba(0, 0, 0, 0.1));
          text-decoration: none; }
  .next-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .next-btn-group &gt; .next-btn {
      position: relative;
      float: left;
      box-shadow: none; }
      .next-btn-group &gt; .next-btn:hover, .next-btn-group &gt; .next-btn:focus, .next-btn-group &gt; .next-btn:active, .next-btn-group &gt; .next-btn.active {
        z-index: 1; }
      .next-btn-group &gt; .next-btn.disabled, .next-btn-group &gt; .next-btn[disabled] {
        z-index: 0; }
    .next-btn-group .next-btn.next-btn {
      margin: 0 0 0 -1px; }
    .next-btn-group .next-btn:not(:first-child):not(:last-child) {
      border-radius: 0; }
    .next-btn-group &gt; .next-btn:first-child {
      margin: 0; }
    .next-btn-group &gt; .next-btn:first-child:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .next-btn-group &gt; .next-btn:last-child:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .next-btn-group &gt; .next-btn-primary:not(:first-child) {
      border-left-color: rgba(255, 255, 255, 0.2); }
      .next-btn-group &gt; .next-btn-primary:not(:first-child):hover {
        border-left-color: transparent; }
      .next-btn-group &gt; .next-btn-primary:not(:first-child).disabled, .next-btn-group &gt; .next-btn-primary:not(:first-child)[disabled] {
        border-left-color: #E6E7EB;
        border-left-color: var(--color-line1-1, #E6E7EB); }

/* ç»„åˆ */
/* ---------------------------------------- */
.next-btn-group[dir="rtl"] &gt; .next-btn {
  float: right; }

.next-btn-group[dir="rtl"] .next-btn.next-btn {
  margin: 0 -1px 0 0; }

.next-btn-group[dir="rtl"] &gt; .next-btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.next-btn-group[dir="rtl"] &gt; .next-btn:last-child:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.next-btn-group[dir="rtl"] &gt; .next-btn-primary:not(:first-child) {
  border-right-color: rgba(255, 255, 255, 0.2); }
  .next-btn-group[dir="rtl"] &gt; .next-btn-primary:not(:first-child):hover {
    border-right-color: transparent; }
  .next-btn-group[dir="rtl"] &gt; .next-btn-primary:not(:first-child).disabled, .next-btn-group[dir="rtl"] &gt; .next-btn-primary:not(:first-child)[disabled] {
    border-right-color: #E6E7EB;
    border-right-color: var(--color-line1-1, #E6E7EB); }

/* å°ºå¯¸ç»´åº¦ */
/* ---------------------------------------- */
.next-btn.next-small[dir="rtl"] {
  border-radius: 3px;
  border-radius: var(--btn-size-s-corner, 3px); }
  .next-btn.next-small[dir="rtl"] &gt; .next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-left: var(--btn-size-s-icon-margin, 4px);
    margin-right: 0; }
    .next-btn.next-small[dir="rtl"] &gt; .next-btn-icon.next-icon-first:before,
    .next-btn.next-small[dir="rtl"] &gt; .next-btn-icon.next-icon-first .next-icon-remote {
      width: 12px;
      width: var(--btn-size-s-icon-size, 12px);
      font-size: 12px;
      font-size: var(--btn-size-s-icon-size, 12px);
      line-height: inherit; }
  .next-btn.next-small[dir="rtl"] &gt; .next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px;
    margin-right: var(--btn-size-s-icon-margin, 4px); }
    .next-btn.next-small[dir="rtl"] &gt; .next-btn-icon.next-icon-last:before,
    .next-btn.next-small[dir="rtl"] &gt; .next-btn-icon.next-icon-last .next-icon-remote {
      width: 12px;
      width: var(--btn-size-s-icon-size, 12px);
      font-size: 12px;
      font-size: var(--btn-size-s-icon-size, 12px);
      line-height: inherit; }
  .next-btn.next-small[dir="rtl"].next-btn-loading {
    padding-left: 8px;
    padding-left: var(--btn-size-s-padding, 8px);
    padding-right: 24px;
    padding-right: calc(var(--btn-size-s-padding, 8px) + var(--btn-size-s-icon-size, 12px) + var(--btn-size-s-icon-margin, 4px)); }
    .next-btn.next-small[dir="rtl"].next-btn-loading:after {
      right: 8px;
      right: var(--btn-size-s-padding, 8px);
      top: 50%;
      margin-right: 0;
      margin-left: 4px;
      margin-left: var(--btn-size-s-icon-margin, 4px); }

.next-btn.next-medium[dir="rtl"] {
  border-radius: 3px;
  border-radius: var(--btn-size-m-corner, 3px); }
  .next-btn.next-medium[dir="rtl"] &gt; .next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-left: var(--btn-size-m-icon-margin, 4px);
    margin-right: 0; }
    .next-btn.next-medium[dir="rtl"] &gt; .next-btn-icon.next-icon-first:before,
    .next-btn.next-medium[dir="rtl"] &gt; .next-btn-icon.next-icon-first .next-icon-remote {
      width: 12px;
      width: var(--btn-size-m-icon-size, 12px);
      font-size: 12px;
      font-size: var(--btn-size-m-icon-size, 12px);
      line-height: inherit; }
  .next-btn.next-medium[dir="rtl"] &gt; .next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px;
    margin-right: var(--btn-size-m-icon-margin, 4px); }
    .next-btn.next-medium[dir="rtl"] &gt; .next-btn-icon.next-icon-last:before,
    .next-btn.next-medium[dir="rtl"] &gt; .next-btn-icon.next-icon-last .next-icon-remote {
      width: 12px;
      width: var(--btn-size-m-icon-size, 12px);
      font-size: 12px;
      font-size: var(--btn-size-m-icon-size, 12px);
      line-height: inherit; }
  .next-btn.next-medium[dir="rtl"].next-btn-loading {
    padding-left: 12px;
    padding-left: var(--btn-size-m-padding, 12px);
    padding-right: 28px;
    padding-right: calc(var(--btn-size-m-padding, 12px) + var(--btn-size-m-icon-size, 12px) + var(--btn-size-m-icon-margin, 4px)); }
    .next-btn.next-medium[dir="rtl"].next-btn-loading:after {
      right: 12px;
      right: var(--btn-size-m-padding, 12px);
      top: 50%;
      margin-right: 0;
      margin-left: 4px;
      margin-left: var(--btn-size-m-icon-margin, 4px); }

.next-btn.next-large[dir="rtl"] {
  border-radius: 3px;
  border-radius: var(--btn-size-l-corner, 3px); }
  .next-btn.next-large[dir="rtl"] &gt; .next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-left: var(--btn-size-l-icon-margin, 4px);
    margin-right: 0; }
    .next-btn.next-large[dir="rtl"] &gt; .next-btn-icon.next-icon-first:before,
    .next-btn.next-large[dir="rtl"] &gt; .next-btn-icon.next-icon-first .next-icon-remote {
      width: 16px;
      width: var(--btn-size-l-icon-size, 16px);
      font-size: 16px;
      font-size: var(--btn-size-l-icon-size, 16px);
      line-height: inherit; }
  .next-btn.next-large[dir="rtl"] &gt; .next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px;
    margin-right: var(--btn-size-l-icon-margin, 4px); }
    .next-btn.next-large[dir="rtl"] &gt; .next-btn-icon.next-icon-last:before,
    .next-btn.next-large[dir="rtl"] &gt; .next-btn-icon.next-icon-last .next-icon-remote {
      width: 16px;
      width: var(--btn-size-l-icon-size, 16px);
      font-size: 16px;
      font-size: var(--btn-size-l-icon-size, 16px);
      line-height: inherit; }
  .next-btn.next-large[dir="rtl"].next-btn-loading {
    padding-left: 16px;
    padding-left: var(--btn-size-l-padding, 16px);
    padding-right: 36px;
    padding-right: calc(var(--btn-size-l-padding, 16px) + var(--btn-size-l-icon-size, 16px) + var(--btn-size-l-icon-margin, 4px)); }
    .next-btn.next-large[dir="rtl"].next-btn-loading:after {
      right: 16px;
      right: var(--btn-size-l-padding, 16px);
      top: 50%;
      margin-right: 0;
      margin-left: 4px;
      margin-left: var(--btn-size-l-icon-margin, 4px); }

/* æ–‡æœ¬æŒ‰é’® */
.next-btn-text[dir="rtl"].next-large {
  border-radius: 0; }
  .next-btn-text[dir="rtl"].next-large &gt; .next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-left: var(--btn-text-icon-l-margin, 4px);
    margin-right: 0; }
    .next-btn-text[dir="rtl"].next-large &gt; .next-btn-icon.next-icon-first:before,
    .next-btn-text[dir="rtl"].next-large &gt; .next-btn-icon.next-icon-first .next-icon-remote {
      width: 16px;
      width: var(--btn-size-l-icon-size, 16px);
      font-size: 16px;
      font-size: var(--btn-size-l-icon-size, 16px);
      line-height: inherit; }
  .next-btn-text[dir="rtl"].next-large &gt; .next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px;
    margin-right: var(--btn-text-icon-l-margin, 4px); }
    .next-btn-text[dir="rtl"].next-large &gt; .next-btn-icon.next-icon-last:before,
    .next-btn-text[dir="rtl"].next-large &gt; .next-btn-icon.next-icon-last .next-icon-remote {
      width: 16px;
      width: var(--btn-size-l-icon-size, 16px);
      font-size: 16px;
      font-size: var(--btn-size-l-icon-size, 16px);
      line-height: inherit; }
  .next-btn-text[dir="rtl"].next-large.next-btn-loading {
    padding-left: 0px;
    padding-right: 20px;
    padding-right: calc(var(--btn-size-l-icon-size, 16px) + var(--btn-text-icon-l-margin, 4px)); }
    .next-btn-text[dir="rtl"].next-large.next-btn-loading:after {
      right: 0px;
      top: 50%;
      margin-right: 0;
      margin-left: 4px;
      margin-left: var(--btn-text-icon-l-margin, 4px); }

.next-btn-text[dir="rtl"].next-medium {
  border-radius: 0; }
  .next-btn-text[dir="rtl"].next-medium &gt; .next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-left: var(--btn-text-icon-m-margin, 4px);
    margin-right: 0; }
    .next-btn-text[dir="rtl"].next-medium &gt; .next-btn-icon.next-icon-first:before,
    .next-btn-text[dir="rtl"].next-medium &gt; .next-btn-icon.next-icon-first .next-icon-remote {
      width: 12px;
      width: var(--btn-size-m-icon-size, 12px);
      font-size: 12px;
      font-size: var(--btn-size-m-icon-size, 12px);
      line-height: inherit; }
  .next-btn-text[dir="rtl"].next-medium &gt; .next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px;
    margin-right: var(--btn-text-icon-m-margin, 4px); }
    .next-btn-text[dir="rtl"].next-medium &gt; .next-btn-icon.next-icon-last:before,
    .next-btn-text[dir="rtl"].next-medium &gt; .next-btn-icon.next-icon-last .next-icon-remote {
      width: 12px;
      width: var(--btn-size-m-icon-size, 12px);
      font-size: 12px;
      font-size: var(--btn-size-m-icon-size, 12px);
      line-height: inherit; }
  .next-btn-text[dir="rtl"].next-medium.next-btn-loading {
    padding-left: 0px;
    padding-right: 16px;
    padding-right: calc(var(--btn-size-m-icon-size, 12px) + var(--btn-text-icon-m-margin, 4px)); }
    .next-btn-text[dir="rtl"].next-medium.next-btn-loading:after {
      right: 0px;
      top: 50%;
      margin-right: 0;
      margin-left: 4px;
      margin-left: var(--btn-text-icon-m-margin, 4px); }

.next-btn-text[dir="rtl"].next-small {
  border-radius: 0; }
  .next-btn-text[dir="rtl"].next-small &gt; .next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-left: var(--btn-text-icon-s-margin, 4px);
    margin-right: 0; }
    .next-btn-text[dir="rtl"].next-small &gt; .next-btn-icon.next-icon-first:before,
    .next-btn-text[dir="rtl"].next-small &gt; .next-btn-icon.next-icon-first .next-icon-remote {
      width: 12px;
      width: var(--btn-size-s-icon-size, 12px);
      font-size: 12px;
      font-size: var(--btn-size-s-icon-size, 12px);
      line-height: inherit; }
  .next-btn-text[dir="rtl"].next-small &gt; .next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px;
    margin-right: var(--btn-text-icon-s-margin, 4px); }
    .next-btn-text[dir="rtl"].next-small &gt; .next-btn-icon.next-icon-last:before,
    .next-btn-text[dir="rtl"].next-small &gt; .next-btn-icon.next-icon-last .next-icon-remote {
      width: 12px;
      width: var(--btn-size-s-icon-size, 12px);
      font-size: 12px;
      font-size: var(--btn-size-s-icon-size, 12px);
      line-height: inherit; }
  .next-btn-text[dir="rtl"].next-small.next-btn-loading {
    padding-left: 0px;
    padding-right: 16px;
    padding-right: calc(var(--btn-size-s-icon-size, 12px) + var(--btn-text-icon-s-margin, 4px)); }
    .next-btn-text[dir="rtl"].next-small.next-btn-loading:after {
      right: 0px;
      top: 50%;
      margin-right: 0;
      margin-left: 4px;
      margin-left: var(--btn-text-icon-s-margin, 4px); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-input {
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-table;
  border-collapse: separate;
  font-size: 0;
  line-height: 1;
  width: 200px;
  border-spacing: 0;
  transition: all 100ms linear;
  transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
  border: 1px solid #C4C6CF;
  border: var(--input-border-width, 1px) solid var(--input-border-color, #C4C6CF);
  background-color: #FFFFFF;
  background-color: var(--input-bg-color, #FFFFFF); }
  .next-input *,
  .next-input *:before,
  .next-input *:after {
    box-sizing: border-box; }
  .next-input input {
    height: 100%;
    /* remove autoFill yellow background */ }
    .next-input input[type="reset"], .next-input input[type="submit"] {
      -webkit-appearance: button;
      cursor: pointer; }
    .next-input input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .next-input input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
      -webkit-box-shadow: 0 0 0 1000px var(--input-bg-color, #FFFFFF) inset;
      border-radius: 3px;
      border-radius: var(--form-element-large-corner, 3px); }
    .next-input input[type="password"]::-ms-reveal {
      display: none; }
  .next-input textarea {
    resize: none; }
  .next-input input,
  .next-input textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
    vertical-align: middle;
    background-color: transparent;
    color: #333333;
    color: var(--input-text-color, #333333); }
    .next-input input::-ms-clear,
    .next-input textarea::-ms-clear {
      display: none; }
  .next-input.next-small {
    height: 20px;
    height: var(--form-element-small-height, 20px);
    border-radius: 3px;
    border-radius: var(--form-element-small-corner, 3px); }
    .next-input.next-small .next-input-label {
      padding-left: 8px;
      padding-left: var(--input-s-label-padding-left, 8px);
      font-size: 12px;
      font-size: var(--form-element-small-font-size, 12px); }
    .next-input.next-small .next-input-inner {
      font-size: 12px;
      font-size: var(--form-element-small-font-size, 12px); }
    .next-input.next-small .next-input-control {
      padding-right: 4px;
      padding-right: var(--input-s-icon-padding-right, 4px); }
    .next-input.next-small .next-input-inner-text {
      padding-right: 4px;
      padding-right: var(--input-s-icon-padding-right, 4px); }
    .next-input.next-small input {
      height: 18px;
      height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2);
      line-height: 18px \0;
      line-height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2) \0;
      padding: 0 4px;
      padding: 0 var(--input-s-padding, 4px);
      font-size: 12px;
      font-size: var(--form-element-small-font-size, 12px); }
      .next-input.next-small input::placeholder {
        font-size: 12px;
        font-size: var(--form-element-small-font-size, 12px); }
    .next-input.next-small .next-input-text-field {
      padding: 0 4px;
      padding: 0 var(--input-s-padding, 4px);
      font-size: 12px;
      font-size: var(--form-element-small-font-size, 12px);
      height: 18px;
      height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2);
      line-height: 18px;
      line-height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2); }
    .next-input.next-small .next-icon:before,
    .next-input.next-small .next-icon .next-icon-remote {
      width: 12px;
      width: var(--form-element-small-icon-size, 12px);
      font-size: 12px;
      font-size: var(--form-element-small-icon-size, 12px);
      line-height: inherit; }
    .next-input.next-small .next-input-control {
      border-radius: 0 3px 3px 0;
      border-radius: 0 var(--form-element-small-corner, 3px) var(--form-element-small-corner, 3px) 0; }
  .next-input.next-medium {
    height: 28px;
    height: var(--form-element-medium-height, 28px);
    border-radius: 3px;
    border-radius: var(--form-element-medium-corner, 3px); }
    .next-input.next-medium .next-input-label {
      padding-left: 8px;
      padding-left: var(--input-m-label-padding-left, 8px);
      font-size: 12px;
      font-size: var(--form-element-medium-font-size, 12px); }
    .next-input.next-medium .next-input-inner {
      font-size: 12px;
      font-size: var(--form-element-medium-font-size, 12px); }
    .next-input.next-medium .next-input-control {
      padding-right: 8px;
      padding-right: var(--input-m-icon-padding-right, 8px); }
    .next-input.next-medium .next-input-inner-text {
      padding-right: 8px;
      padding-right: var(--input-m-icon-padding-right, 8px); }
    .next-input.next-medium input {
      height: 26px;
      height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2);
      line-height: 26px \0;
      line-height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2) \0;
      padding: 0 8px;
      padding: 0 var(--input-m-padding, 8px);
      font-size: 12px;
      font-size: var(--form-element-medium-font-size, 12px); }
      .next-input.next-medium input::placeholder {
        font-size: 12px;
        font-size: var(--form-element-medium-font-size, 12px); }
    .next-input.next-medium .next-input-text-field {
      padding: 0 8px;
      padding: 0 var(--input-m-padding, 8px);
      font-size: 12px;
      font-size: var(--form-element-medium-font-size, 12px);
      height: 26px;
      height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2);
      line-height: 26px;
      line-height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2); }
    .next-input.next-medium .next-icon:before,
    .next-input.next-medium .next-icon .next-icon-remote {
      width: 12px;
      width: var(--form-element-medium-icon-size, 12px);
      font-size: 12px;
      font-size: var(--form-element-medium-icon-size, 12px);
      line-height: inherit; }
    .next-input.next-medium .next-input-control {
      border-radius: 0 3px 3px 0;
      border-radius: 0 var(--form-element-medium-corner, 3px) var(--form-element-medium-corner, 3px) 0; }
  .next-input.next-large {
    height: 40px;
    height: var(--form-element-large-height, 40px);
    border-radius: 3px;
    border-radius: var(--form-element-large-corner, 3px); }
    .next-input.next-large .next-input-label {
      padding-left: 12px;
      padding-left: var(--input-l-label-padding-left, 12px);
      font-size: 16px;
      font-size: var(--form-element-large-font-size, 16px); }
    .next-input.next-large .next-input-inner {
      font-size: 16px;
      font-size: var(--form-element-large-font-size, 16px); }
    .next-input.next-large .next-input-control {
      padding-right: 8px;
      padding-right: var(--input-l-icon-padding-right, 8px); }
    .next-input.next-large .next-input-inner-text {
      padding-right: 8px;
      padding-right: var(--input-l-icon-padding-right, 8px); }
    .next-input.next-large input {
      height: 38px;
      height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
      line-height: 38px \0;
      line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
      padding: 0 12px;
      padding: 0 var(--input-l-padding, 12px);
      font-size: 16px;
      font-size: var(--form-element-large-font-size, 16px); }
      .next-input.next-large input::placeholder {
        font-size: 16px;
        font-size: var(--form-element-large-font-size, 16px); }
    .next-input.next-large .next-input-text-field {
      padding: 0 12px;
      padding: 0 var(--input-l-padding, 12px);
      font-size: 16px;
      font-size: var(--form-element-large-font-size, 16px);
      height: 38px;
      height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
      line-height: 38px;
      line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2); }
    .next-input.next-large .next-icon:before,
    .next-input.next-large .next-icon .next-icon-remote {
      width: 16px;
      width: var(--form-element-large-icon-size, 16px);
      font-size: 16px;
      font-size: var(--form-element-large-icon-size, 16px);
      line-height: inherit; }
    .next-input.next-large .next-input-control {
      border-radius: 0 3px 3px 0;
      border-radius: 0 var(--form-element-large-corner, 3px) var(--form-element-large-corner, 3px) 0; }
  .next-input.next-input-textarea {
    height: auto;
    border-radius: 3px;
    border-radius: var(--input-multiple-corner, 3px);
    font-size: 0; }
    .next-input.next-input-textarea textarea {
      color: #333333;
      color: var(--input-text-color, #333333);
      padding: 4px 8px;
      padding: var(--input-multiple-padding-tb, 4px) var(--input-multiple-padding-lr, 8px);
      font-size: 12px;
      font-size: var(--input-multiple-font-size, 12px);
      border-radius: 3px;
      border-radius: var(--input-multiple-corner, 3px); }
    .next-input.next-input-textarea.next-small textarea {
      font-size: 12px;
      font-size: var(--form-element-medium-font-size, 12px); }
    .next-input.next-input-textarea.next-large textarea {
      font-size: 16px;
      font-size: var(--form-element-large-font-size, 16px); }
    .next-input.next-input-textarea .next-input-control {
      display: block;
      width: auto;
      border-radius: 3px;
      border-radius: var(--input-multiple-corner, 3px); }
    .next-input.next-input-textarea .next-input-len {
      padding: 0 8px 4px;
      padding: 0 var(--input-l-icon-padding-right, 8px) 4px;
      display: block;
      text-align: right;
      width: auto; }
  .next-input-hint-wrap {
    color: #999999;
    color: var(--input-hint-color, #999999);
    position: relative; }
    .next-input-hint-wrap .next-input-clear {
      opacity: 0;
      z-index: 1;
      position: absolute; }
    .next-input-hint-wrap .next-input-hint {
      opacity: 1; }
  .next-input .next-input-clear-icon:hover, .next-input .next-icon-eye:hover, .next-input .next-icon-eye-close:hover {
    cursor: pointer;
    color: #666666;
    color: var(--input-hint-hover-color, #666666); }
  .next-input .next-input-hover-show {
    opacity: 0; }
  .next-input:hover, .next-input.next-focus {
    border-color: #A0A2AD;
    border-color: var(--input-hover-border-color, #A0A2AD);
    background-color: #FFFFFF;
    background-color: var(--input-hover-bg-color, #FFFFFF); }
    .next-input:hover .next-input-clear, .next-input.next-focus .next-input-clear {
      opacity: 1; }
      .next-input:hover .next-input-clear + .next-input-hint, .next-input.next-focus .next-input-clear + .next-input-hint {
        opacity: 0; }
    .next-input:hover .next-input-hover-show, .next-input.next-focus .next-input-hover-show {
      opacity: 1; }
  .next-input .next-input-clear:focus {
    opacity: 1; }
    .next-input .next-input-clear:focus + .next-input-hint {
      opacity: 0; }
  .next-input.next-focus {
    border-color: #5584FF;
    border-color: var(--input-focus-border-color, #5584FF);
    background-color: #FFFFFF;
    background-color: var(--input-focus-bg-color, #FFFFFF);
    box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
    box-shadow: 0 0 0 var(--input-focus-shadow-spread, 2px) var(--color-calculate-input-focus-shadow, rgba(85, 132, 255, 0.2)); }
  .next-input.next-warning {
    border-color: #FF9300;
    border-color: var(--input-feedback-warning-border-color, #FF9300);
    background-color: #FFFFFF;
    background-color: var(--input-feedback-warning-bg-color, #FFFFFF); }
    .next-input.next-warning.next-focus, .next-input.next-warning:hover {
      border-color: #FF9300;
      border-color: var(--input-feedback-warning-border-color, #FF9300); }
    .next-input.next-warning.next-focus {
      box-shadow: 0 0 0 2px rgba(255, 147, 0, 0.2);
      box-shadow: 0 0 0 var(--input-focus-shadow-spread, 2px) var(--color-calculate-input-feedback-warning-shadow, rgba(255, 147, 0, 0.2)); }
  .next-input.next-error {
    border-color: #FF3000;
    border-color: var(--input-feedback-error-border-color, #FF3000);
    background-color: #FFFFFF;
    background-color: var(--input-feedback-error-bg-color, #FFFFFF); }
    .next-input.next-error input, .next-input.next-error textarea {
      color: #333333;
      color: var(--input-feedback-error-color, #333333); }
    .next-input.next-error.next-focus, .next-input.next-error:hover {
      border-color: #FF3000;
      border-color: var(--input-feedback-error-border-color, #FF3000); }
    .next-input.next-error.next-focus {
      box-shadow: 0 0 0 2px rgba(255, 48, 0, 0.2);
      box-shadow: 0 0 0 var(--input-focus-shadow-spread, 2px) var(--color-calculate-input-feedback-error-shadow, rgba(255, 48, 0, 0.2)); }
  .next-input.next-hidden {
    display: none; }
  .next-input.next-noborder {
    border: none;
    box-shadow: none; }
  .next-input-control .next-input-len {
    font-size: 12px;
    font-size: var(--input-maxlen-font-size, 12px);
    line-height: 12px;
    line-height: var(--input-maxlen-font-size, 12px);
    color: #999999;
    color: var(--input-maxlen-color, #999999);
    display: table-cell;
    width: 1px;
    vertical-align: bottom; }
    .next-input-control .next-input-len.next-error {
      color: #FF3000;
      color: var(--input-maxlen-error-color, #FF3000); }
    .next-input-control .next-input-len.next-warning {
      color: #FF9300;
      color: var(--input-maxlen-warning-color, #FF9300); }
  .next-input-control &gt; * {
    display: table-cell;
    width: 1%;
    top: 0; }
  .next-input-control &gt; *:not(:last-child) {
    padding-right: 4px;
    padding-right: var(--s-1, 4px); }
  .next-input-control .next-icon {
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    color: #999999;
    color: var(--input-hint-color, #999999); }
  .next-input-control .next-input-warning-icon {
    color: #FF9300;
    color: var(--input-feedback-warning-color, #FF9300); }
    .next-input-control .next-input-warning-icon::before {
      content: "\E60B";
      content: var(--input-feedback-warning-icon, "\E60B"); }
  .next-input-control .next-input-success-icon {
    color: #46BC15;
    color: var(--input-feedback-success-color, #46BC15); }
    .next-input-control .next-input-success-icon::before {
      content: "\E63A";
      content: var(--input-feedback-success-icon, "\E63A"); }
  .next-input-control .next-input-loading-icon {
    color: #4494F9;
    color: var(--input-feedback-loading-color, #4494F9); }
    .next-input-control .next-input-loading-icon::before {
      content: "\E646";
      content: var(--input-feedback-loading-icon, "\E646");
      animation: loadingCircle 1s infinite linear; }
  .next-input-control .next-input-clear-icon::before {
    content: "\E623";
    content: var(--input-feedback-clear-icon, "\E623"); }
  .next-input-label, .next-input-inner-text {
    color: #666666;
    color: var(--input-label-color, #666666); }
  .next-input input::-moz-placeholder,
  .next-input textarea::-moz-placeholder {
    color: #999999;
    color: var(--input-placeholder-color, #999999);
    opacity: 1; }
  .next-input input:-ms-input-placeholder,
  .next-input textarea:-ms-input-placeholder {
    color: #999999;
    color: var(--input-placeholder-color, #999999); }
  .next-input input::-webkit-input-placeholder,
  .next-input textarea::-webkit-input-placeholder {
    color: #999999;
    color: var(--input-placeholder-color, #999999); }
  .next-input.next-disabled {
    color: #CCCCCC;
    color: var(--input-disabled-color, #CCCCCC);
    border-color: #E6E7EB;
    border-color: var(--input-disabled-border-color, #E6E7EB);
    background-color: #F7F8FA;
    background-color: var(--input-disabled-bg-color, #F7F8FA);
    cursor: not-allowed; }
    .next-input.next-disabled:hover {
      border-color: #E6E7EB;
      border-color: var(--input-disabled-border-color, #E6E7EB);
      background-color: #F7F8FA;
      background-color: var(--input-disabled-bg-color, #F7F8FA); }
    .next-input.next-disabled input, .next-input.next-disabled textarea {
      -webkit-text-fill-color: #CCCCCC;
      -webkit-text-fill-color: var(--input-disabled-color, #CCCCCC);
      color: #CCCCCC;
      color: var(--input-disabled-color, #CCCCCC); }
      .next-input.next-disabled input::-moz-placeholder, .next-input.next-disabled textarea::-moz-placeholder {
        color: #CCCCCC;
        color: var(--input-disabled-color, #CCCCCC);
        opacity: 1; }
      .next-input.next-disabled input:-ms-input-placeholder, .next-input.next-disabled textarea:-ms-input-placeholder {
        color: #CCCCCC;
        color: var(--input-disabled-color, #CCCCCC); }
      .next-input.next-disabled input::-webkit-input-placeholder, .next-input.next-disabled textarea::-webkit-input-placeholder {
        color: #CCCCCC;
        color: var(--input-disabled-color, #CCCCCC); }
    .next-input.next-disabled .next-input-label, .next-input.next-disabled .next-input-inner-text {
      color: #CCCCCC;
      color: var(--input-disabled-color, #CCCCCC); }
    .next-input.next-disabled .next-input-len {
      color: #CCCCCC;
      color: var(--input-disabled-color, #CCCCCC); }
    .next-input.next-disabled .next-input-hint-wrap {
      color: #CCCCCC;
      color: var(--input-disabled-color, #CCCCCC); }
      .next-input.next-disabled .next-input-hint-wrap .next-input-clear {
        opacity: 0; }
      .next-input.next-disabled .next-input-hint-wrap .next-input-hint {
        opacity: 1; }
      .next-input.next-disabled .next-input-hint-wrap .next-input-clear-icon:hover {
        cursor: not-allowed;
        color: #CCCCCC;
        color: var(--input-disabled-color, #CCCCCC); }
    .next-input.next-disabled .next-icon {
      color: #CCCCCC;
      color: var(--input-disabled-color, #CCCCCC); }
  .next-input-inner, .next-input-control, .next-input-label {
    display: table-cell;
    width: 1px;
    vertical-align: middle;
    line-height: 1;
    background-color: transparent;
    white-space: nowrap; }
  .next-input-group {
    box-sizing: border-box;
    display: inline-table;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 0;
    width: 100%; }
    .next-input-group *,
    .next-input-group *:before,
    .next-input-group *:after {
      box-sizing: border-box; }
    .next-input-group-auto-width {
      width: 100%;
      border-radius: 0 !important; }
    .next-input-group &gt; .next-input {
      border-radius: 0; }
      .next-input-group &gt; .next-input.next-focus {
        position: relative;
        z-index: 1; }
    .next-input-group &gt; .next-input:first-child.next-small {
      border-top-left-radius: 3px !important;
      border-top-left-radius: var(--form-element-small-corner, 3px) !important;
      border-bottom-left-radius: 3px !important;
      border-bottom-left-radius: var(--form-element-small-corner, 3px) !important; }
    .next-input-group &gt; .next-input:first-child.next-medium {
      border-top-left-radius: 3px !important;
      border-top-left-radius: var(--form-element-medium-corner, 3px) !important;
      border-bottom-left-radius: 3px !important;
      border-bottom-left-radius: var(--form-element-medium-corner, 3px) !important; }
    .next-input-group &gt; .next-input:first-child.next-large {
      border-top-left-radius: 3px !important;
      border-top-left-radius: var(--form-element-large-corner, 3px) !important;
      border-bottom-left-radius: 3px !important;
      border-bottom-left-radius: var(--form-element-large-corner, 3px) !important; }
    .next-input-group &gt; .next-input:last-child.next-small {
      border-top-right-radius: 3px !important;
      border-top-right-radius: var(--form-element-small-corner, 3px) !important;
      border-bottom-right-radius: 3px !important;
      border-bottom-right-radius: var(--form-element-small-corner, 3px) !important; }
    .next-input-group &gt; .next-input:last-child.next-medium {
      border-top-right-radius: 3px !important;
      border-top-right-radius: var(--form-element-medium-corner, 3px) !important;
      border-bottom-right-radius: 3px !important;
      border-bottom-right-radius: var(--form-element-medium-corner, 3px) !important; }
    .next-input-group &gt; .next-input:last-child.next-large {
      border-top-right-radius: 3px !important;
      border-top-right-radius: var(--form-element-large-corner, 3px) !important;
      border-bottom-right-radius: 3px !important;
      border-bottom-right-radius: var(--form-element-large-corner, 3px) !important; }
  .next-input-group-addon {
    width: 1px;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    /* stylelint-disable declaration-no-important */ }
    .next-input-group-addon:first-child {
      border-bottom-right-radius: 0 !important;
      border-top-right-radius: 0 !important; }
      .next-input-group-addon:first-child &gt; * {
        margin-right: -1px;
        margin-right: calc(0px - var(--input-border-width, 1px));
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important; }
        .next-input-group-addon:first-child &gt; *.next-focus {
          position: relative;
          z-index: 1; }
        .next-input-group-addon:first-child &gt; * &gt; .next-input {
          border-bottom-right-radius: 0 !important;
          border-top-right-radius: 0 !important; }
        .next-input-group-addon:first-child &gt; * &gt; .next-input.next-focus {
          position: relative;
          z-index: 1; }
    .next-input-group-addon:last-child {
      border-bottom-left-radius: 0 !important;
      border-top-left-radius: 0 !important; }
      .next-input-group-addon:last-child &gt; * {
        margin-left: -1px;
        margin-left: calc(0px - var(--input-border-width, 1px));
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important; }
        .next-input-group-addon:last-child &gt; * &gt; .next-input {
          border-bottom-left-radius: 0 !important;
          border-top-left-radius: 0 !important; }
  .next-input-group-text {
    color: #999999;
    color: var(--input-addon-text-color, #999999);
    background-color: #F2F3F7;
    background-color: var(--input-addon-bg-color, #F2F3F7);
    text-align: center;
    border: 1px solid #C4C6CF;
    border: var(--input-border-width, 1px) solid var(--input-border-color, #C4C6CF);
    padding: 0 8px;
    padding: 0 var(--input-addon-padding, 8px); }
    .next-input-group-text:first-child {
      border-right-width: 0; }
    .next-input-group-text:last-child {
      border-left-width: 0; }
    .next-input-group-text.next-disabled {
      color: #CCCCCC;
      color: var(--input-disabled-color, #CCCCCC);
      border-color: #E6E7EB;
      border-color: var(--input-disabled-border-color, #E6E7EB);
      background-color: #F7F8FA;
      background-color: var(--input-disabled-bg-color, #F7F8FA);
      cursor: not-allowed; }
      .next-input-group-text.next-disabled:hover {
        border-color: #E6E7EB;
        border-color: var(--input-disabled-border-color, #E6E7EB);
        background-color: #F7F8FA;
        background-color: var(--input-disabled-bg-color, #F7F8FA); }
    .next-input-group-text.next-small {
      font-size: 12px;
      font-size: var(--form-element-small-font-size, 12px);
      border-radius: 3px;
      border-radius: var(--form-element-small-corner, 3px); }
    .next-input-group-text.next-medium {
      font-size: 12px;
      font-size: var(--form-element-medium-font-size, 12px);
      border-radius: 3px;
      border-radius: var(--form-element-medium-corner, 3px); }
    .next-input-group-text.next-large {
      font-size: 16px;
      font-size: var(--form-element-large-font-size, 16px);
      border-radius: 3px;
      border-radius: var(--form-element-large-corner, 3px); }

.next-input[dir="rtl"].next-small .next-input-label {
  padding-left: 0;
  padding-right: 8px;
  padding-right: var(--input-s-label-padding-left, 8px); }

.next-input[dir="rtl"].next-small .next-input-control {
  padding-right: 0;
  padding-left: 4px;
  padding-left: var(--input-s-icon-padding-right, 4px); }

.next-input[dir="rtl"].next-medium .next-input-label {
  padding-left: 0;
  padding-right: 8px;
  padding-right: var(--input-m-label-padding-left, 8px); }

.next-input[dir="rtl"].next-medium .next-input-control {
  padding-right: 0;
  padding-left: 8px;
  padding-left: var(--input-m-icon-padding-right, 8px); }

.next-input[dir="rtl"].next-large .next-input-label {
  padding-left: 0;
  padding-right: 12px;
  padding-right: var(--input-l-label-padding-left, 12px); }

.next-input[dir="rtl"].next-large .next-input-control {
  padding-right: 0;
  padding-left: 8px;
  padding-left: var(--input-l-icon-padding-right, 8px); }

.next-input[dir="rtl"].next-input-textarea .next-input-len {
  text-align: left; }

.next-input[dir="rtl"] .next-input-control &gt; *:not(:last-child) {
  padding-left: 4px;
  padding-left: var(--s-1, 4px);
  padding-right: 0; }

.next-input-group[dir="rtl"] &gt; .next-input:first-child.next-small {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 3px !important;
  border-top-right-radius: var(--form-element-small-corner, 3px) !important;
  border-bottom-right-radius: 3px !important;
  border-bottom-right-radius: var(--form-element-small-corner, 3px) !important; }

.next-input-group[dir="rtl"] &gt; .next-input:first-child.next-medium {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 3px !important;
  border-top-right-radius: var(--form-element-medium-corner, 3px) !important;
  border-bottom-right-radius: 3px !important;
  border-bottom-right-radius: var(--form-element-medium-corner, 3px) !important; }

.next-input-group[dir="rtl"] &gt; .next-input:first-child.next-large {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 3px !important;
  border-top-right-radius: var(--form-element-large-corner, 3px) !important;
  border-bottom-right-radius: 3px !important;
  border-bottom-right-radius: var(--form-element-large-corner, 3px) !important; }

.next-input-group[dir="rtl"] &gt; .next-input:last-child.next-small {
  border-top-left-radius: 3px !important;
  border-top-left-radius: var(--form-element-small-corner, 3px) !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-left-radius: var(--form-element-small-corner, 3px) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.next-input-group[dir="rtl"] &gt; .next-input:last-child.next-medium {
  border-top-left-radius: 3px !important;
  border-top-left-radius: var(--form-element-medium-corner, 3px) !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-left-radius: var(--form-element-medium-corner, 3px) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.next-input-group[dir="rtl"] &gt; .next-input:last-child.next-large {
  border-top-left-radius: 3px !important;
  border-top-left-radius: var(--form-element-large-corner, 3px) !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-left-radius: var(--form-element-large-corner, 3px) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.next-input-group[dir="rtl"] .next-input-group-addon {
  /* stylelint-disable declaration-no-important */ }
  .next-input-group[dir="rtl"] .next-input-group-addon:first-child,
  .next-input-group[dir="rtl"] .next-input-group-addon:first-child &gt; .next-input,
  .next-input-group[dir="rtl"] .next-input-group-addon:first-child &gt; * &gt; .next-input {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important; }
    .next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-small,
    .next-input-group[dir="rtl"] .next-input-group-addon:first-child &gt; .next-input.next-small,
    .next-input-group[dir="rtl"] .next-input-group-addon:first-child &gt; * &gt; .next-input.next-small {
      border-bottom-right-radius: 3px !important;
      border-bottom-right-radius: var(--form-element-small-corner, 3px) !important;
      border-top-right-radius: 3px !important;
      border-top-right-radius: var(--form-element-small-corner, 3px) !important; }
    .next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-medium,
    .next-input-group[dir="rtl"] .next-input-group-addon:first-child &gt; .next-input.next-medium,
    .next-input-group[dir="rtl"] .next-input-group-addon:first-child &gt; * &gt; .next-input.next-medium {
      border-bottom-right-radius: 3px !important;
      border-bottom-right-radius: var(--form-element-medium-corner, 3px) !important;
      border-top-right-radius: 3px !important;
      border-top-right-radius: var(--form-element-medium-corner, 3px) !important; }
    .next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-large,
    .next-input-group[dir="rtl"] .next-input-group-addon:first-child &gt; .next-input.next-large,
    .next-input-group[dir="rtl"] .next-input-group-addon:first-child &gt; * &gt; .next-input.next-large {
      border-bottom-right-radius: 3px !important;
      border-bottom-right-radius: var(--form-element-large-corner, 3px) !important;
      border-top-right-radius: 3px !important;
      border-top-right-radius: var(--form-element-large-corner, 3px) !important; }
  .next-input-group[dir="rtl"] .next-input-group-addon:first-child &gt; * {
    margin-left: -1px;
    margin-left: calc(0px - var(--input-border-width, 1px));
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .next-input-group[dir="rtl"] .next-input-group-addon:last-child,
  .next-input-group[dir="rtl"] .next-input-group-addon:last-child &gt; .next-input,
  .next-input-group[dir="rtl"] .next-input-group-addon:last-child &gt; * &gt; .next-input {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important; }
    .next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-small,
    .next-input-group[dir="rtl"] .next-input-group-addon:last-child &gt; .next-input.next-small,
    .next-input-group[dir="rtl"] .next-input-group-addon:last-child &gt; * &gt; .next-input.next-small {
      border-bottom-left-radius: 3px !important;
      border-bottom-left-radius: var(--form-element-small-corner, 3px) !important;
      border-top-left-radius: 3px !important;
      border-top-left-radius: var(--form-element-small-corner, 3px) !important; }
    .next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-medium,
    .next-input-group[dir="rtl"] .next-input-group-addon:last-child &gt; .next-input.next-medium,
    .next-input-group[dir="rtl"] .next-input-group-addon:last-child &gt; * &gt; .next-input.next-medium {
      border-bottom-left-radius: 3px !important;
      border-bottom-left-radius: var(--form-element-medium-corner, 3px) !important;
      border-top-left-radius: 3px !important;
      border-top-left-radius: var(--form-element-medium-corner, 3px) !important; }
    .next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-large,
    .next-input-group[dir="rtl"] .next-input-group-addon:last-child &gt; .next-input.next-large,
    .next-input-group[dir="rtl"] .next-input-group-addon:last-child &gt; * &gt; .next-input.next-large {
      border-bottom-left-radius: 3px !important;
      border-bottom-left-radius: var(--form-element-large-corner, 3px) !important;
      border-top-left-radius: 3px !important;
      border-top-left-radius: var(--form-element-large-corner, 3px) !important; }
  .next-input-group[dir="rtl"] .next-input-group-addon:last-child &gt; * {
    margin-right: -1px;
    margin-right: calc(0px - var(--input-border-width, 1px));
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important; }

.next-input-group[dir="rtl"] .next-input-group-text:first-child {
  border-right-width: 1px;
  border-right-width: var(--input-border-width, 1px);
  border-left: 0; }

.next-input-group[dir="rtl"] .next-input-group-text:last-child {
  border-left-width: 1px;
  border-left-width: var(--input-border-width, 1px);
  border-right: 0; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

@keyframes cellZoomIn {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }

@keyframes cellHover {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes enterToLeft {
  0% {
    transform: translate(-40%);
    opacity: 0; }
  50% {
    opacity: .6; }
  100% {
    opacity: 1;
    transform: translate(0%); } }

@keyframes enterToRight {
  0% {
    transform: translate(40%);
    opacity: 0; }
  50% {
    opacity: .6; }
  100% {
    opacity: 1;
    transform: translate(0%); } }

.next-calendar-fullscreen .next-calendar-header, .next-calendar-card .next-calendar-header {
  text-align: right; }
  .next-calendar-fullscreen .next-calendar-header .next-select, .next-calendar-card .next-calendar-header .next-select {
    margin-right: 4px;
    margin-right: var(--s-1, 4px);
    vertical-align: top; }
  .next-calendar-fullscreen .next-calendar-header .next-menu, .next-calendar-card .next-calendar-header .next-menu {
    text-align: left; }

.next-calendar-fullscreen .next-calendar-header {
  margin-bottom: 8px;
  margin-bottom: var(--calendar-fullscreen-header-margin-bottom, 8px); }

.next-calendar-card .next-calendar-header {
  margin-bottom: 8px;
  margin-bottom: var(--calendar-card-header-margin-bottom, 8px); }

.next-calendar-panel-header {
  position: relative;
  background: #5584FF;
  background: var(--calendar-panel-header-background, #5584FF);
  margin-bottom: 8px;
  margin-bottom: var(--calendar-panel-header-margin-bottom, 8px);
  border-bottom: 1px solid transparent;
  border-bottom: var(--calendar-panel-header-border-bottom-width, 1px) solid var(--calendar-panel-header-border-bottom-color, transparent); }
  .next-calendar-panel-header-left, .next-calendar-panel-header-right, .next-calendar-panel-header-full {
    height: 32px;
    height: var(--calendar-panel-header-height, 32px);
    line-height: 32px;
    line-height: var(--calendar-panel-header-height, 32px); }
    .next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn {
      vertical-align: top;
      font-weight: bold;
      font-weight: var(--calendar-btn-date-font-weight, bold);
      margin: 0 4px;
      margin: 0 var(--calendar-btn-date-margin-lr, 4px);
      background: transparent;
      border-color: transparent; }
      .next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-left .next-calendar-btn:link, .next-calendar-panel-header-left .next-calendar-btn:visited, .next-calendar-panel-header-left .next-calendar-btn.visited, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn:link, .next-calendar-panel-header-right .next-calendar-btn:visited, .next-calendar-panel-header-right .next-calendar-btn.visited, .next-calendar-panel-header-full .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn:link, .next-calendar-panel-header-full .next-calendar-btn:visited, .next-calendar-panel-header-full .next-calendar-btn.visited {
        color: #FFFFFF;
        color: var(--calendar-btn-date-color, #FFFFFF); }
      .next-calendar-panel-header-left .next-calendar-btn:focus, .next-calendar-panel-header-left .next-calendar-btn:hover, .next-calendar-panel-header-left .next-calendar-btn.hover, .next-calendar-panel-header-right .next-calendar-btn:focus, .next-calendar-panel-header-right .next-calendar-btn:hover, .next-calendar-panel-header-right .next-calendar-btn.hover, .next-calendar-panel-header-full .next-calendar-btn:focus, .next-calendar-panel-header-full .next-calendar-btn:hover, .next-calendar-panel-header-full .next-calendar-btn.hover {
        color: #FFFFFF;
        color: var(--calendar-btn-date-color-hover, #FFFFFF);
        background: transparent;
        border-color: transparent;
        text-decoration: none; }
      .next-calendar-panel-header-left .next-calendar-btn:active, .next-calendar-panel-header-left .next-calendar-btn.active, .next-calendar-panel-header-right .next-calendar-btn:active, .next-calendar-panel-header-right .next-calendar-btn.active, .next-calendar-panel-header-full .next-calendar-btn:active, .next-calendar-panel-header-full .next-calendar-btn.active {
        color: #FFFFFF;
        color: var(--calendar-btn-date-color-hover, #FFFFFF);
        background: transparent;
        border-color: transparent;
        text-decoration: none; }
  .next-calendar-panel-header-left, .next-calendar-panel-header-right {
    display: inline-block;
    width: 50%;
    text-align: center; }
  .next-calendar-panel-header-full {
    width: 100%;
    text-align: center; }

.next-calendar-panel-menu {
  max-height: 210px;
  overflow: auto;
  text-align: left; }

.next-calendar-btn {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  outline: none;
  height: 100%; }
  .next-calendar-btn &gt; .next-icon.next-icon:before,
  .next-calendar-btn &gt; .next-icon.next-icon .next-icon-remote {
    width: 12px;
    width: var(--calendar-btn-arrow-size, 12px);
    font-size: 12px;
    font-size: var(--calendar-btn-arrow-size, 12px);
    line-height: inherit; }
  .next-calendar-btn .next-icon {
    margin-left: 4px;
    margin-left: var(--s-1, 4px); }

.next-calendar-btn-prev-year, .next-calendar-btn-prev-month, .next-calendar-btn-prev-decade, .next-calendar-btn-next-month, .next-calendar-btn-next-year, .next-calendar-btn-next-decade {
  position: absolute;
  top: 0;
  background: transparent;
  border-color: transparent; }
  .next-calendar-btn-prev-year, .next-calendar-btn-prev-year:link, .next-calendar-btn-prev-year:visited, .next-calendar-btn-prev-year.visited, .next-calendar-btn-prev-month, .next-calendar-btn-prev-month:link, .next-calendar-btn-prev-month:visited, .next-calendar-btn-prev-month.visited, .next-calendar-btn-prev-decade, .next-calendar-btn-prev-decade:link, .next-calendar-btn-prev-decade:visited, .next-calendar-btn-prev-decade.visited, .next-calendar-btn-next-month, .next-calendar-btn-next-month:link, .next-calendar-btn-next-month:visited, .next-calendar-btn-next-month.visited, .next-calendar-btn-next-year, .next-calendar-btn-next-year:link, .next-calendar-btn-next-year:visited, .next-calendar-btn-next-year.visited, .next-calendar-btn-next-decade, .next-calendar-btn-next-decade:link, .next-calendar-btn-next-decade:visited, .next-calendar-btn-next-decade.visited {
    color: #FFFFFF;
    color: var(--calendar-btn-arrow-color, #FFFFFF); }
  .next-calendar-btn-prev-year:focus, .next-calendar-btn-prev-year:hover, .next-calendar-btn-prev-year.hover, .next-calendar-btn-prev-month:focus, .next-calendar-btn-prev-month:hover, .next-calendar-btn-prev-month.hover, .next-calendar-btn-prev-decade:focus, .next-calendar-btn-prev-decade:hover, .next-calendar-btn-prev-decade.hover, .next-calendar-btn-next-month:focus, .next-calendar-btn-next-month:hover, .next-calendar-btn-next-month.hover, .next-calendar-btn-next-year:focus, .next-calendar-btn-next-year:hover, .next-calendar-btn-next-year.hover, .next-calendar-btn-next-decade:focus, .next-calendar-btn-next-decade:hover, .next-calendar-btn-next-decade.hover {
    color: #FFFFFF;
    color: var(--calendar-btn-arrow-color-hover, #FFFFFF);
    background: transparent;
    border-color: transparent;
    text-decoration: none; }
  .next-calendar-btn-prev-year:active, .next-calendar-btn-prev-year.active, .next-calendar-btn-prev-month:active, .next-calendar-btn-prev-month.active, .next-calendar-btn-prev-decade:active, .next-calendar-btn-prev-decade.active, .next-calendar-btn-next-month:active, .next-calendar-btn-next-month.active, .next-calendar-btn-next-year:active, .next-calendar-btn-next-year.active, .next-calendar-btn-next-decade:active, .next-calendar-btn-next-decade.active {
    color: #FFFFFF;
    color: var(--calendar-btn-arrow-color-hover, #FFFFFF);
    background: transparent;
    border-color: transparent;
    text-decoration: none; }

.next-calendar-btn-prev-decade, .next-calendar-btn-prev-year {
  left: 8px;
  left: var(--calendar-btn-arrow-double-offset-lr, 8px); }

.next-calendar-btn-prev-month {
  left: 28px;
  left: var(--calendar-btn-arrow-single-offset-lr, 28px); }

.next-calendar-btn-next-month {
  right: 28px;
  right: var(--calendar-btn-arrow-single-offset-lr, 28px); }

.next-calendar-btn-next-year, .next-calendar-btn-next-decade {
  right: 8px;
  right: var(--calendar-btn-arrow-double-offset-lr, 8px); }

.next-calendar-fullscreen .next-calendar-th {
  text-align: right;
  color: #333333;
  color: var(--calendar-fullscreen-table-head-color, #333333);
  font-size: 16px;
  font-size: var(--calendar-fullscreen-table-head-font-size, 16px);
  font-weight: bold;
  font-weight: var(--calendar-fullscreen-table-head-font-weight, bold);
  padding-right: 12px;
  padding-right: var(--calendar-fullscreen-table-head-padding-r, 12px);
  padding-bottom: 4px;
  padding-bottom: var(--calendar-fullscreen-table-head-padding-b, 4px); }

.next-calendar-fullscreen .next-calendar-cell {
  font-size: 14px;
  font-size: var(--calendar-fullscreen-table-cell-font-size, 14px); }
  .next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date,
  .next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month {
    font-weight: bold;
    font-weight: var(--calendar-fullscreen-table-cell-select-font-weight, bold);
    background: #DEE8FF;
    background: var(--calendar-fullscreen-table-cell-select-background, #DEE8FF);
    color: #5584FF;
    color: var(--calendar-fullscreen-table-cell-select-color, #5584FF);
    border-color: #5584FF;
    border-color: var(--calendar-fullscreen-table-cell-select-border-color, #5584FF); }
  .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date,
  .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month {
    cursor: not-allowed;
    background: #F7F8FA;
    background: var(--calendar-fullscreen-table-cell-disabled-background, #F7F8FA);
    color: #CCCCCC;
    color: var(--calendar-fullscreen-table-cell-disabled-color, #CCCCCC);
    border-color: #E6E7EB;
    border-color: var(--calendar-fullscreen-table-cell-disabled-border-color, #E6E7EB); }

.next-calendar-fullscreen .next-calendar-date, .next-calendar-fullscreen .next-calendar-month {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 4px;
  margin: var(--calendar-fullscreen-table-cell-margin-tb, 0px) var(--calendar-fullscreen-table-cell-margin-lr, 4px);
  padding: 4px 8px;
  padding: var(--calendar-fullscreen-table-cell-padding-tb, 4px) var(--calendar-fullscreen-table-cell-padding-lr, 8px);
  min-height: 80px;
  min-height: var(--calendar-fullscreen-table-cell-min-height, 80px);
  border-top: 2px solid;
  border-top: var(--calendar-fullscreen-table-cell-boder-top-width, 2px) var(--line-solid, solid);
  transition: background 100ms linear;
  transition: background var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
  background: #FFFFFF;
  background: var(--calendar-fullscreen-table-cell-normal-background, #FFFFFF);
  color: #333333;
  color: var(--calendar-fullscreen-table-cell-normal-color, #333333);
  border-color: #DCDEE3;
  border-color: var(--calendar-fullscreen-table-cell-normal-border-color, #DCDEE3); }
  .next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
    background: #DEE8FF;
    background: var(--calendar-fullscreen-table-cell-hover-background, #DEE8FF);
    color: #5584FF;
    color: var(--calendar-fullscreen-table-cell-hover-color, #5584FF);
    border-color: #5584FF;
    border-color: var(--calendar-fullscreen-table-cell-hover-border-color, #5584FF); }

.next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date {
  background: transparent;
  background: var(--calendar-fullscreen-table-cell-other-background, transparent);
  color: #CCCCCC;
  color: var(--calendar-fullscreen-table-cell-other-color, #CCCCCC);
  border-color: transparent;
  border-color: var(--calendar-fullscreen-table-cell-other-border-color, transparent); }

.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month {
  font-weight: bold;
  font-weight: var(--calendar-fullscreen-table-cell-current-font-weight, bold);
  background: #FFFFFF;
  background: var(--calendar-fullscreen-table-cell-current-background, #FFFFFF);
  color: #5584FF;
  color: var(--calendar-fullscreen-table-cell-current-color, #5584FF);
  border-color: #5584FF;
  border-color: var(--calendar-fullscreen-table-cell-current-border-color, #5584FF); }

.next-calendar-card .next-calendar-th,
.next-calendar-panel .next-calendar-th,
.next-calendar-range .next-calendar-th {
  text-align: center;
  color: #999999;
  color: var(--calendar-card-table-head-color, #999999);
  font-size: 12px;
  font-size: var(--calendar-card-table-head-font-size, 12px);
  font-weight: normal;
  font-weight: var(--calendar-card-table-head-font-weight, normal); }

.next-calendar-card .next-calendar-cell,
.next-calendar-panel .next-calendar-cell,
.next-calendar-range .next-calendar-cell {
  text-align: center;
  font-size: 12px;
  font-size: var(--calendar-card-table-cell-font-size, 12px); }
  .next-calendar-card .next-calendar-cell.next-selected .next-calendar-date,
  .next-calendar-card .next-calendar-cell.next-selected .next-calendar-month,
  .next-calendar-card .next-calendar-cell.next-selected .next-calendar-year,
  .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-date,
  .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-month,
  .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-year,
  .next-calendar-range .next-calendar-cell.next-selected .next-calendar-date,
  .next-calendar-range .next-calendar-cell.next-selected .next-calendar-month,
  .next-calendar-range .next-calendar-cell.next-selected .next-calendar-year {
    animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: bold;
    font-weight: var(--calendar-card-table-cell-select-font-weight, bold);
    background: #5584FF;
    background: var(--calendar-card-table-cell-select-background, #5584FF);
    color: #FFFFFF;
    color: var(--calendar-card-table-cell-select-color, #FFFFFF);
    border-color: #5584FF;
    border-color: var(--calendar-card-table-cell-select-border-color, #5584FF); }
  .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-date,
  .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-month,
  .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-year,
  .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-date,
  .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-month,
  .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-year,
  .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-date,
  .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-month,
  .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-year {
    cursor: not-allowed;
    background: #F7F8FA;
    background: var(--calendar-card-table-cell-disabled-background, #F7F8FA);
    color: #CCCCCC;
    color: var(--calendar-card-table-cell-disabled-color, #CCCCCC);
    border-color: #F7F8FA;
    border-color: var(--calendar-card-table-cell-disabled-border-color, #F7F8FA); }
  .next-calendar-card .next-calendar-cell.next-inrange .next-calendar-date,
  .next-calendar-panel .next-calendar-cell.next-inrange .next-calendar-date,
  .next-calendar-range .next-calendar-cell.next-inrange .next-calendar-date {
    background: #DEE8FF;
    background: var(--calendar-card-table-cell-inrange-background, #DEE8FF);
    color: #5584FF;
    color: var(--calendar-card-table-cell-inrange-color, #5584FF);
    border-color: #DEE8FF;
    border-color: var(--calendar-card-table-cell-inrange-border-color, #DEE8FF); }

.next-calendar-card .next-calendar-date, .next-calendar-card .next-calendar-month, .next-calendar-card .next-calendar-year,
.next-calendar-panel .next-calendar-date,
.next-calendar-panel .next-calendar-month,
.next-calendar-panel .next-calendar-year,
.next-calendar-range .next-calendar-date,
.next-calendar-range .next-calendar-month,
.next-calendar-range .next-calendar-year {
  text-align: center;
  border: 1px solid;
  border: var(--line-1, 1px) var(--line-solid, solid);
  background: #FFFFFF;
  background: var(--calendar-card-table-cell-normal-background, #FFFFFF);
  color: #666666;
  color: var(--calendar-card-table-cell-normal-color, #666666);
  border-color: #FFFFFF;
  border-color: var(--calendar-card-table-cell-normal-border-color, #FFFFFF); }
  .next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover,
  .next-calendar-panel .next-calendar-date:hover,
  .next-calendar-panel .next-calendar-month:hover,
  .next-calendar-panel .next-calendar-year:hover,
  .next-calendar-range .next-calendar-date:hover,
  .next-calendar-range .next-calendar-month:hover,
  .next-calendar-range .next-calendar-year:hover {
    cursor: pointer; }
  .next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover,
  .next-calendar-panel .next-calendar-date:hover,
  .next-calendar-panel .next-calendar-month:hover,
  .next-calendar-panel .next-calendar-year:hover,
  .next-calendar-range .next-calendar-date:hover,
  .next-calendar-range .next-calendar-month:hover,
  .next-calendar-range .next-calendar-year:hover {
    background: #DEE8FF;
    background: var(--calendar-card-table-cell-hover-background, #DEE8FF);
    color: #5584FF;
    color: var(--calendar-card-table-cell-hover-color, #5584FF);
    border-color: #DEE8FF;
    border-color: var(--calendar-card-table-cell-hover-border-color, #DEE8FF); }

.next-calendar-card .next-calendar-date,
.next-calendar-panel .next-calendar-date,
.next-calendar-range .next-calendar-date {
  width: 24px;
  width: var(--calendar-card-table-cell-date-width, 24px);
  height: 24px;
  height: var(--calendar-card-table-cell-date-height, 24px);
  line-height: 22px;
  line-height: calc(var(--calendar-card-table-cell-date-height, 24px) - 2px);
  margin: 4px auto;
  margin: var(--s-1, 4px) auto;
  border-radius: 3px;
  border-radius: var(--calendar-card-table-cell-date-border-radius, 3px); }

.next-calendar-card .next-calendar-month,
.next-calendar-panel .next-calendar-month,
.next-calendar-range .next-calendar-month {
  width: 60px;
  width: var(--calendar-card-table-cell-month-width, 60px);
  height: 24px;
  height: var(--calendar-card-table-cell-month-height, 24px);
  line-height: 22px;
  line-height: calc(var(--calendar-card-table-cell-month-height, 24px) - 2px);
  margin: 8px auto;
  margin: var(--s-2, 8px) auto;
  border-radius: 3px;
  border-radius: var(--calendar-card-table-cell-month-border-radius, 3px); }

.next-calendar-card .next-calendar-year,
.next-calendar-panel .next-calendar-year,
.next-calendar-range .next-calendar-year {
  width: 48px;
  width: var(--calendar-card-table-cell-year-width, 48px);
  height: 24px;
  height: var(--calendar-card-table-cell-year-height, 24px);
  line-height: 22px;
  line-height: calc(var(--calendar-card-table-cell-year-height, 24px) - 2px);
  margin: 8px auto;
  margin: var(--s-2, 8px) auto;
  border-radius: 3px;
  border-radius: var(--calendar-card-table-cell-year-border-radius, 3px); }

.next-calendar-card .next-calendar-cell-prev-month .next-calendar-date,
.next-calendar-panel .next-calendar-cell-prev-month .next-calendar-date,
.next-calendar-range .next-calendar-cell-prev-month .next-calendar-date {
  background: #FFFFFF;
  background: var(--calendar-card-table-cell-other-background, #FFFFFF);
  color: #CCCCCC;
  color: var(--calendar-card-table-cell-other-color, #CCCCCC);
  border-color: #FFFFFF;
  border-color: var(--calendar-card-table-cell-other-border-color, #FFFFFF); }

.next-calendar-card .next-calendar-cell-next-month .next-calendar-date,
.next-calendar-panel .next-calendar-cell-next-month .next-calendar-date,
.next-calendar-range .next-calendar-cell-next-month .next-calendar-date {
  background: #FFFFFF;
  background: var(--calendar-card-table-cell-other-background, #FFFFFF);
  color: #CCCCCC;
  color: var(--calendar-card-table-cell-other-color, #CCCCCC);
  border-color: #FFFFFF;
  border-color: var(--calendar-card-table-cell-other-border-color, #FFFFFF); }

.next-calendar-card .next-calendar-cell-current .next-calendar-date,
.next-calendar-card .next-calendar-cell-current .next-calendar-month,
.next-calendar-card .next-calendar-cell-current .next-calendar-year,
.next-calendar-panel .next-calendar-cell-current .next-calendar-date,
.next-calendar-panel .next-calendar-cell-current .next-calendar-month,
.next-calendar-panel .next-calendar-cell-current .next-calendar-year,
.next-calendar-range .next-calendar-cell-current .next-calendar-date,
.next-calendar-range .next-calendar-cell-current .next-calendar-month,
.next-calendar-range .next-calendar-cell-current .next-calendar-year {
  font-weight: bold;
  font-weight: var(--calendar-card-table-cell-current-font-weight, bold);
  background: #FFFFFF;
  background: var(--calendar-card-table-cell-current-background, #FFFFFF);
  color: #5584FF;
  color: var(--calendar-card-table-cell-current-color, #5584FF);
  border-color: transparent;
  border-color: var(--calendar-card-table-cell-current-border-color, transparent); }

.next-calendar-panel.next-calendar-week .next-calendar-tbody tr {
  cursor: pointer; }

.next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date {
  background: #DEE8FF;
  background: var(--calendar-card-table-cell-hover-background, #DEE8FF);
  color: #5584FF;
  color: var(--calendar-card-table-cell-hover-color, #5584FF);
  border-color: #DEE8FF;
  border-color: var(--calendar-card-table-cell-hover-border-color, #DEE8FF); }

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-cell.next-selected .next-calendar-date {
  font-weight: normal;
  background: transparent;
  border-color: transparent; }

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date {
  position: relative;
  color: #5584FF;
  color: var(--calendar-card-table-cell-inrange-color, #5584FF); }
  .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date::before {
    content: '';
    position: absolute;
    left: -1px;
    left: calc(0px - var(--line-1, 1px));
    top: -1px;
    top: calc(0px - var(--line-1, 1px));
    bottom: -1px;
    bottom: calc(0px - var(--line-1, 1px));
    right: -1px;
    right: calc(0px - var(--line-1, 1px));
    border: 1px solid;
    border: var(--line-1, 1px) var(--line-solid, solid);
    background: #DEE8FF;
    background: var(--calendar-card-table-cell-inrange-background, #DEE8FF);
    border-color: #DEE8FF;
    border-color: var(--calendar-card-table-cell-inrange-border-color, #DEE8FF);
    border-radius: 3px;
    border-radius: var(--calendar-card-table-cell-date-border-radius, 3px); }
  .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date &gt; span {
    position: relative; }

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start,
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end {
  color: #FFFFFF;
  color: var(--calendar-card-table-cell-select-color, #FFFFFF); }
  .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start::before,
  .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end::before {
    background: #5584FF;
    background: var(--calendar-card-table-cell-select-background, #5584FF);
    border-color: #5584FF;
    border-color: var(--calendar-card-table-cell-select-border-color, #5584FF); }

.next-calendar[dir="rtl"] .next-calendar-header {
  text-align: left; }
  .next-calendar[dir="rtl"] .next-calendar-header .next-select {
    margin-right: 0;
    margin-left: 4px;
    margin-left: var(--s-1, 4px); }
  .next-calendar[dir="rtl"] .next-calendar-header .next-menu {
    text-align: right; }

.next-calendar[dir="rtl"] .next-calendar-btn-prev-decade, .next-calendar[dir="rtl"] .next-calendar-btn-prev-year {
  left: auto;
  right: 8px;
  right: var(--calendar-btn-arrow-double-offset-lr, 8px); }

.next-calendar[dir="rtl"] .next-calendar-btn-prev-month {
  left: auto;
  right: 28px;
  right: var(--calendar-btn-arrow-single-offset-lr, 28px); }

.next-calendar[dir="rtl"] .next-calendar-btn-next-month {
  right: auto;
  left: 28px;
  left: var(--calendar-btn-arrow-single-offset-lr, 28px); }

.next-calendar[dir="rtl"] .next-calendar-btn-next-year, .next-calendar[dir="rtl"] .next-calendar-btn-next-decade {
  right: auto;
  left: 8px;
  left: var(--calendar-btn-arrow-double-offset-lr, 8px); }

.next-calendar-fullscreen[dir="rtl"] .next-calendar-th {
  text-align: left;
  padding-left: 12px;
  padding-left: var(--calendar-fullscreen-table-head-padding-r, 12px);
  padding-right: 0; }

.next-calendar-fullscreen[dir="rtl"] .next-calendar-date, .next-calendar-fullscreen[dir="rtl"] .next-calendar-month {
  text-align: left; }

.next-calendar-range[dir="rtl"] .next-calendar-body-left, .next-calendar-range[dir="rtl"] .next-calendar-body-right {
  float: right; }

.next-calendar-range[dir="rtl"] .next-calendar-body-left {
  padding-right: 0;
  padding-left: 8px;
  padding-left: var(--s-2, 8px); }

.next-calendar-range[dir="rtl"] .next-calendar-body-right {
  padding-left: 0;
  padding-right: 8px;
  padding-right: var(--s-2, 8px); }

.next-calendar {
  /* range calendar */
  /* --------------- */ }
  .next-calendar-table {
    width: 100%;
    table-layout: fixed; }
  .next-calendar-range .next-calendar-body-left, .next-calendar-range .next-calendar-body-right {
    float: left;
    width: 50%; }
  .next-calendar-range .next-calendar-body-left {
    padding-right: 8px;
    padding-right: var(--s-2, 8px); }
  .next-calendar-range .next-calendar-body-right {
    padding-left: 8px;
    padding-left: var(--s-2, 8px); }
  .next-calendar-range .next-calendar-body:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: ' ';
    clear: both; }
  .next-calendar-symbol-prev::before {
    content: "\E61D";
    content: var(--calendar-btn-arrow-content-prev, "\E61D"); }
  .next-calendar-symbol-next::before {
    content: "\E619";
    content: var(--calendar-btn-arrow-content-next, "\E619"); }
  .next-calendar-symbol-prev-super::before {
    content: "\E659";
    content: var(--calendar-btn-arrow-content-prev-super, "\E659"); }
  .next-calendar-symbol-next-super::before {
    content: "\E65E";
    content: var(--calendar-btn-arrow-content-next-super, "\E65E"); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

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

.next-card[dir="rtl"] .next-card-title:before {
  right: 0;
  left: auto; }

.next-card[dir="rtl"] .next-card-subtitle {
  float: left;
  padding-right: 8px;
  padding-right: var(--card-sub-title-padding-left, 8px);
  padding-left: 0; }

.next-card[dir="rtl"] .next-card-head-show-bullet .next-card-title {
  padding-left: 0;
  padding-right: 8px;
  padding-right: var(--card-title-padding-left, 8px); }

.next-card {
  box-sizing: border-box; }
  .next-card *,
  .next-card *:before,
  .next-card *:after {
    box-sizing: border-box; }
  .next-card {
    min-width: 100px;
    min-width: var(--s-25, 100px);
    border: 1px solid #DCDEE3;
    border: var(--card-border-width, 1px) var(--card-border-style, solid) var(--card-border-color, #DCDEE3);
    border-radius: 3px;
    border-radius: var(--card-corner, 3px);
    box-shadow: none;
    box-shadow: var(--card-shadow, none);
    background: #FFFFFF;
    background: var(--card-background, #FFFFFF);
    overflow: hidden; }
  .next-card-noborder {
    border: 0; }
  .next-card-head {
    background: #FFFFFF;
    background: var(--card-header-background, #FFFFFF);
    padding-left: 16px;
    padding-left: var(--card-padding-lr, 16px);
    padding-right: 16px;
    padding-right: var(--card-padding-lr, 16px); }
    .next-card-head-show-bullet .next-card-title {
      padding-left: 8px;
      padding-left: var(--card-title-padding-left, 8px); }
    .next-card-head-show-bullet .next-card-title:before {
      content: '';
      display: inline-block;
      height: 16px;
      height: var(--card-title-bullet-height, 16px);
      width: 3px;
      width: var(--card-title-bullet-width, 3px);
      background: #5584FF;
      background: var(--card-title-bullet-color, #5584FF);
      position: absolute;
      left: 0;
      top: calc(50% - 8px);
      top: calc(50% - var(--card-title-bullet-height, 16px)/2); }
    .next-card-head-main {
      position: relative;
      margin-top: 8px;
      margin-top: var(--card-head-main-margin-top, 8px);
      margin-bottom: 0px;
      margin-bottom: var(--card-head-main-margin-bottom, 0px);
      height: 40px;
      height: var(--card-head-main-height, 40px);
      line-height: 40px;
      line-height: var(--card-head-main-height, 40px); }
  .next-card-title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    height: 100%;
    color: #333333;
    color: var(--card-title-color, #333333);
    font-size: 16px;
    font-size: var(--card-title-font-size, 16px);
    font-weight: normal;
    font-weight: var(--card-title-font-weight, normal); }
  .next-card-subtitle {
    font-size: 12px;
    font-size: var(--card-sub-title-font-size, 12px);
    color: #666666;
    color: var(--card-sub-title-color, #666666);
    padding-left: 8px;
    padding-left: var(--card-sub-title-padding-left, 8px); }
  .next-card-extra {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 12px;
    font-size: var(--card-title-extra-font-size, 12px);
    color: #5584FF;
    color: var(--card-title-extra-color, #5584FF); }
  .next-card-body {
    padding-bottom: 12px;
    padding-bottom: var(--card-body-padding-bottom, 12px);
    padding-left: 16px;
    padding-left: var(--card-padding-lr, 16px);
    padding-right: 16px;
    padding-right: var(--card-padding-lr, 16px); }
  .next-card-show-divider .next-card-head-main {
    border-bottom: 1px solid #E6E7EB;
    border-bottom: var(--card-head-bottom-border-width, 1px) var(--card-border-style, solid) var(--card-head-bottom-border-color, #E6E7EB); }
  .next-card-show-divider .next-card-body {
    padding-top: 12px;
    padding-top: var(--card-body-show-divider-padding-top, 12px); }
  .next-card-hide-divider .next-card-body {
    padding-top: 0px;
    padding-top: var(--card-body-hide-divider-padding-top, 0px); }
  .next-cardâ€”free {
    padding: 0; }
  .next-card-content {
    overflow: hidden;
    transition: all 300ms ease;
    transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease);
    position: relative; }
  .next-card-footer .next-icon {
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-card-footer .next-icon.next-icon-arrow-down.expand {
      transform-origin: 50% 47%;
      transform: rotate(180deg); }
  .next-card-header {
    background: #FFFFFF;
    background: var(--card-header-background, #FFFFFF);
    padding: 0 16px;
    padding: 0 var(--card-padding-lr, 16px);
    margin-bottom: 12px;
    margin-bottom: var(--card-body-show-divider-padding-top, 12px);
    margin-top: 12px;
    margin-top: var(--card-body-padding-bottom, 12px); }
  .next-card-media,
  .next-card-media &gt; * {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    width: 100%; }
  .next-card-header-titles {
    overflow: hidden; }
  .next-card-header-extra {
    float: right;
    text-align: right; }
    .next-card-header-extra .next--btn {
      margin-left: 12px;
      margin-left: var(--s-3, 12px);
      vertical-align: middle; }
  .next-card-header-title {
    color: #333333;
    color: var(--card-title-color, #333333);
    font-size: 16px;
    font-size: var(--card-title-font-size, 16px);
    font-weight: normal;
    font-weight: var(--card-title-font-weight, normal);
    line-height: 1.5; }
  .next-card-header-subtitle {
    font-size: 12px;
    font-size: var(--card-sub-title-font-size, 12px);
    color: #666666;
    color: var(--card-sub-title-color, #666666); }
  .next-card-actions {
    display: block;
    padding-left: 16px;
    padding-left: var(--card-padding-lr, 16px);
    padding-right: 16px;
    padding-right: var(--card-padding-lr, 16px);
    padding-top: 12px;
    padding-top: var(--card-body-show-divider-padding-top, 12px);
    padding-bottom: 12px;
    padding-bottom: var(--card-body-padding-bottom, 12px); }
    .next-card-actions .next-btn:not(:last-child) {
      margin-right: 12px;
      margin-right: var(--s-3, 12px);
      vertical-align: middle; }
  .next-card-divider {
    border-style: none;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: visible; }
    .next-card-divider::before {
      content: '';
      display: block;
      border-bottom: 1px solid #E6E7EB;
      border-bottom: var(--card-head-bottom-border-width, 1px) var(--card-border-style, solid) var(--card-head-bottom-border-color, #E6E7EB); }
  .next-card-divider--inset {
    padding: 0 16px;
    padding: 0 var(--card-padding-lr, 16px); }
  .next-card-content-container {
    margin-top: 12px;
    margin-top: var(--card-body-show-divider-padding-top, 12px);
    padding-bottom: 12px;
    padding-bottom: var(--card-body-padding-bottom, 12px);
    padding-left: 16px;
    padding-left: var(--card-padding-lr, 16px);
    padding-right: 16px;
    padding-right: var(--card-padding-lr, 16px);
    font-size: 12px;
    font-size: var(--card-content-font-size, 12px);
    line-height: 1.5;
    line-height: var(--card-content-line-height, 1.5);
    color: #666666;
    color: var(--card-content-color, #666666); }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-cascader {
  box-sizing: border-box;
  display: inline-block;
  overflow: auto;
  border: 1px solid #DCDEE3;
  border: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #DCDEE3);
  border-radius: 3px;
  border-radius: var(--cascader-menu-border-radius, 3px); }
  .next-cascader *,
  .next-cascader *:before,
  .next-cascader *:after {
    box-sizing: border-box; }
  .next-cascader-inner:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: ' ';
    clear: both; }
  .next-cascader-menu-wrapper {
    float: left;
    overflow: auto;
    width: auto;
    width: var(--cascader-menu-width, auto);
    min-width: 100px;
    min-width: var(--cascader-menu-min-width, 100px);
    height: 192px;
    height: var(--cascader-menu-height, 192px);
    overflow-x: hidden;
    overflow-y: auto; }
    .next-cascader-menu-wrapper + .next-cascader-menu-wrapper {
      border-left: 1px solid #DCDEE3;
      border-left: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #DCDEE3); }
  .next-cascader-menu {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: auto;
    min-height: 100%; }
    .next-cascader-menu.next-has-right-border {
      border-right: 1px solid #DCDEE3;
      border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #DCDEE3); }
    .next-cascader-menu-item.next-expanded {
      color: #333333;
      color: var(--cascader-menu-item-expanded-color, #333333);
      background-color: #F2F3F7;
      background-color: var(--cascader-menu-item-expanded-background-color, #F2F3F7); }
    .next-cascader-menu-icon-right {
      position: absolute;
      top: 0;
      right: 10px;
      color: #666666;
      color: var(--cascader-menu-icon-expand-color, #666666); }
      .next-cascader-menu-icon-right:hover {
        color: #333333;
        color: var(--cascader-menu-icon-hover-expand-color, #333333); }
    .next-cascader-menu-icon-expand.next-icon:before,
    .next-cascader-menu-icon-expand.next-icon .next-icon-remote {
      width: 8px;
      width: var(--cascader-menu-icon-expand-size, 8px);
      font-size: 8px;
      font-size: var(--cascader-menu-icon-expand-size, 8px);
      line-height: inherit; }
    @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      .next-cascader-menu-icon-expand.next-icon {
        transform: scale(0.5);
        margin-left: -4px;
        margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--cascader-menu-icon-expand-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--cascader-menu-icon-expand-size, 8px)/2); }
        .next-cascader-menu-icon-expand.next-icon:before {
          width: 16px;
          width: var(--icon-s, 16px);
          font-size: 16px;
          font-size: var(--icon-s, 16px); } }
    .next-cascader-menu-icon-loading.next-icon:before,
    .next-cascader-menu-icon-loading.next-icon .next-icon-remote {
      width: 12px;
      width: var(--icon-xs, 12px);
      font-size: 12px;
      font-size: var(--icon-xs, 12px);
      line-height: inherit; }
    .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
      color: #333333;
      color: var(--cascader-menu-icon-hover-expand-color, #333333); }
    .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
      color: #5584FF;
      color: var(--color-brand1-6, #5584FF); }
  .next-cascader-filtered-list {
    height: 192px;
    height: calc(var(--s-8, 32px)*6);
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: auto; }
    .next-cascader-filtered-list .next-menu-item-inner {
      overflow: visible; }
  .next-cascader-filtered-item em {
    color: #5584FF;
    color: var(--color-brand1-6, #5584FF);
    font-style: normal; }

.next-cascader[dir="rtl"] .next-cascader-menu-wrapper {
  float: right;
  border-left: none;
  border-right: 1px solid #DCDEE3;
  border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #DCDEE3); }
  .next-cascader[dir="rtl"] .next-cascader-menu-wrapper:first-child {
    border-right: none; }

.next-cascader[dir="rtl"] .next-cascader-menu.next-has-right-border {
  border-right: none;
  border-left: 1px solid #DCDEE3;
  border-left: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #DCDEE3); }

.next-cascader[dir="rtl"] .next-cascader-menu-icon-right {
  right: auto;
  left: 10px; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-cascader-select {
  box-sizing: border-box; }
  .next-cascader-select *,
  .next-cascader-select *:before,
  .next-cascader-select *:after {
    box-sizing: border-box; }
  .next-cascader-select-dropdown {
    box-sizing: border-box;
    border: 1px solid #DCDEE3;
    border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3);
    border-radius: 3px;
    border-radius: var(--popup-local-corner, 3px);
    box-shadow: none;
    box-shadow: var(--popup-local-shadow, none); }
    .next-cascader-select-dropdown *,
    .next-cascader-select-dropdown *:before,
    .next-cascader-select-dropdown *:after {
      box-sizing: border-box; }
    .next-cascader-select-dropdown .next-cascader {
      display: block;
      border: none;
      box-shadow: none; }
  .next-cascader-select-not-found {
    padding: 0;
    border: none;
    box-shadow: none;
    overflow: auto;
    color: #999999;
    color: var(--color-text1-2, #999999); }
    .next-cascader-select-not-found .next-menu-item:hover {
      color: #999999;
      color: var(--color-text1-2, #999999);
      /* TODO */
      background: #FFFFFF;
      cursor: default; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-checkbox-wrapper[dir="rtl"] {
  margin-right: 8px;
  margin-left: 0; }
  .next-checkbox-wrapper[dir="rtl"]:first-child {
    margin-right: 0; }
  .next-checkbox-wrapper[dir="rtl"] &gt; .next-checkbox-label {
    margin-right: 4px;
    margin-right: var(--checkbox-margin-left, 4px);
    margin-left: 0; }

/* stylelint-disable max-nesting-depth */
.next-checkbox-wrapper {
  box-sizing: border-box;
  display: inline-block; }
  .next-checkbox-wrapper *,
  .next-checkbox-wrapper *:before,
  .next-checkbox-wrapper *:after {
    box-sizing: border-box; }
  .next-checkbox-wrapper .next-checkbox {
    display: inline-block;
    position: relative;
    line-height: 1;
    vertical-align: middle; }
  .next-checkbox-wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    width: var(--checkbox-size, 16px);
    height: 16px;
    height: var(--checkbox-size, 16px);
    margin: 0;
    cursor: pointer; }
  .next-checkbox-wrapper .next-checkbox-inner {
    display: block;
    width: 16px;
    width: var(--checkbox-size, 16px);
    height: 16px;
    height: var(--checkbox-size, 16px);
    background: #FFFFFF;
    background: var(--checkbox-bg-color, #FFFFFF);
    border-radius: 3px;
    border-radius: var(--checkbox-border-radius, 3px);
    border: 1px solid #C4C6CF;
    border: var(--checkbox-border-width, 1px) solid var(--checkbox-border-color, #C4C6CF);
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    text-align: left;
    /* é˜²æ­¢ç»§æ‰¿çˆ¶çº§ */
    box-shadow: none;
    box-shadow: var(--checkbox-shadow, none); }
    .next-checkbox-wrapper .next-checkbox-inner &gt; .next-icon {
      transform: scale(0);
      position: absolute;
      top: 0;
      opacity: 0;
      line-height: 16px;
      line-height: var(--checkbox-size, 16px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      color: #FFFFFF;
      color: var(--checkbox-checked-circle-color, #FFFFFF);
      left: 4px;
      left: calc(var(--checkbox-size, 16px)/2 - var(--checkbox-circle-size, 8px)/2);
      margin-left: 0px; }
      .next-checkbox-wrapper .next-checkbox-inner &gt; .next-icon:before,
      .next-checkbox-wrapper .next-checkbox-inner &gt; .next-icon .next-icon-remote {
        width: 8px;
        width: var(--checkbox-circle-size, 8px);
        font-size: 8px;
        font-size: var(--checkbox-circle-size, 8px);
        line-height: inherit; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .next-checkbox-wrapper .next-checkbox-inner &gt; .next-icon {
          transform: scale(0.5);
          margin-left: -4px;
          margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2);
          margin-right: -4px;
          margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2); }
          .next-checkbox-wrapper .next-checkbox-inner &gt; .next-icon:before {
            width: 16px;
            width: var(--icon-s, 16px);
            font-size: 16px;
            font-size: var(--icon-s, 16px); } }
    .next-checkbox-wrapper .next-checkbox-inner &gt; .next-icon::before {
      vertical-align: top;
      margin-top: 0; }
    .next-checkbox-wrapper .next-checkbox-inner &gt; .next-checkbox-select-icon::before {
      content: "\E632";
      content: var(--checkbox-select-icon-content, "\E632"); }
    .next-checkbox-wrapper .next-checkbox-inner &gt; .next-checkbox-semi-select-icon::before {
      content: "\E633";
      content: var(--checkbox-semi-select-icon-content, "\E633"); }
  .next-checkbox-wrapper.checked &gt; .next-checkbox &gt; .next-checkbox-inner, .next-checkbox-wrapper.checked.focused &gt; .next-checkbox &gt; .next-checkbox-inner {
    border-color: transparent;
    border-color: var(--checkbox-checked-border-color, transparent);
    background-color: #5584FF;
    background-color: var(--checkbox-checked-bg-color, #5584FF); }
    .next-checkbox-wrapper.checked &gt; .next-checkbox &gt; .next-checkbox-inner:hover, .next-checkbox-wrapper.checked &gt; .next-checkbox &gt; .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked.focused &gt; .next-checkbox &gt; .next-checkbox-inner:hover, .next-checkbox-wrapper.checked.focused &gt; .next-checkbox &gt; .next-checkbox-inner.hovered {
      border-color: transparent;
      border-color: var(--checkbox-checked-border-color, transparent); }
    .next-checkbox-wrapper.checked &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon, .next-checkbox-wrapper.checked.focused &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon {
      opacity: 1;
      transform: scale(1);
      margin-left: 0px;
      /* font-size &lt; 12pxçš„æ—¶å€™è¿›è¡Œè¦†ç›–ã€‚ */ }
      .next-checkbox-wrapper.checked &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon:before,
      .next-checkbox-wrapper.checked &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon .next-icon-remote, .next-checkbox-wrapper.checked.focused &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon:before,
      .next-checkbox-wrapper.checked.focused &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon .next-icon-remote {
        width: 8px;
        width: var(--checkbox-circle-size, 8px);
        font-size: 8px;
        font-size: var(--checkbox-circle-size, 8px);
        line-height: inherit; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .next-checkbox-wrapper.checked &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon, .next-checkbox-wrapper.checked.focused &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon {
          transform: scale(0.5);
          margin-left: -4px;
          margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2);
          margin-right: -4px;
          margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2); }
          .next-checkbox-wrapper.checked &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon:before, .next-checkbox-wrapper.checked.focused &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon:before {
            width: 16px;
            width: var(--icon-s, 16px);
            font-size: 16px;
            font-size: var(--icon-s, 16px); } }
  .next-checkbox-wrapper.indeterminate &gt; .next-checkbox &gt; .next-checkbox-inner, .next-checkbox-wrapper.indeterminate.focused &gt; .next-checkbox &gt; .next-checkbox-inner {
    border-color: transparent;
    border-color: var(--checkbox-checked-border-color, transparent);
    background-color: #5584FF;
    background-color: var(--checkbox-checked-bg-color, #5584FF); }
    .next-checkbox-wrapper.indeterminate &gt; .next-checkbox &gt; .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate &gt; .next-checkbox &gt; .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate.focused &gt; .next-checkbox &gt; .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate.focused &gt; .next-checkbox &gt; .next-checkbox-inner.hovered {
      border-color: transparent;
      border-color: var(--checkbox-checked-border-color, transparent); }
    .next-checkbox-wrapper.indeterminate &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon, .next-checkbox-wrapper.indeterminate.focused &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon {
      opacity: 1;
      transform: scale3d(1, 1, 1);
      margin-left: 0px;
      /* font-size &lt; 12pxçš„æ—¶å€™è¿›è¡Œè¦†ç›–ã€‚ */ }
      .next-checkbox-wrapper.indeterminate &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon:before,
      .next-checkbox-wrapper.indeterminate &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon .next-icon-remote, .next-checkbox-wrapper.indeterminate.focused &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon:before,
      .next-checkbox-wrapper.indeterminate.focused &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon .next-icon-remote {
        width: 8px;
        width: var(--checkbox-circle-size, 8px);
        font-size: 8px;
        font-size: var(--checkbox-circle-size, 8px);
        line-height: inherit; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .next-checkbox-wrapper.indeterminate &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon, .next-checkbox-wrapper.indeterminate.focused &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon {
          transform: scale(0.5);
          margin-left: -4px;
          margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2);
          margin-right: -4px;
          margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--checkbox-circle-size, 8px)/2); }
          .next-checkbox-wrapper.indeterminate &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon:before, .next-checkbox-wrapper.indeterminate.focused &gt; .next-checkbox &gt; .next-checkbox-inner &gt; .next-icon:before {
            width: 16px;
            width: var(--icon-s, 16px);
            font-size: 16px;
            font-size: var(--icon-s, 16px); } }
  .next-checkbox-wrapper:not(.disabled):hover &gt; .next-checkbox &gt; .next-checkbox-inner, .next-checkbox-wrapper.hovered &gt; .next-checkbox &gt; .next-checkbox-inner, .next-checkbox-wrapper.focused &gt; .next-checkbox &gt; .next-checkbox-inner {
    border-color: #5584FF;
    border-color: var(--checkbox-hovered-border-color, #5584FF);
    background-color: #DEE8FF;
    background-color: var(--checkbox-hovered-bg-color, #DEE8FF); }
  .next-checkbox-wrapper:not(.disabled):hover .next-checkbox-label, .next-checkbox-wrapper.hovered .next-checkbox-label, .next-checkbox-wrapper.focused .next-checkbox-label {
    cursor: pointer; }
  .next-checkbox-wrapper.indeterminate:not(.disabled):hover &gt; .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered &gt; .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled):hover &gt; .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled).hovered &gt; .next-checkbox .next-checkbox-inner {
    border-color: transparent;
    border-color: var(--checkbox-checked-hovered-border-color, transparent);
    background-color: #3E71F7;
    background-color: var(--checkbox-checked-hovered-bg-color, #3E71F7); }
    .next-checkbox-wrapper.indeterminate:not(.disabled):hover &gt; .next-checkbox .next-checkbox-inner &gt; .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered &gt; .next-checkbox .next-checkbox-inner &gt; .next-icon, .next-checkbox-wrapper.checked:not(.disabled):hover &gt; .next-checkbox .next-checkbox-inner &gt; .next-icon, .next-checkbox-wrapper.checked:not(.disabled).hovered &gt; .next-checkbox .next-checkbox-inner &gt; .next-icon {
      color: #FFFFFF;
      color: var(--checkbox-checked-hovered-circle-color, #FFFFFF);
      opacity: 1; }
  .next-checkbox-wrapper.disabled input[type="checkbox"] {
    cursor: not-allowed; }
  .next-checkbox-wrapper.disabled .next-checkbox-inner {
    border-color: #E6E7EB;
    border-color: var(--checkbox-disabled-border-color, #E6E7EB);
    background: #F7F8FA;
    background: var(--checkbox-disabled-bg-color, #F7F8FA); }
  .next-checkbox-wrapper.disabled.checked .next-checkbox-inner, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner {
    border-color: #E6E7EB;
    border-color: var(--checkbox-disabled-border-color, #E6E7EB);
    background: #F7F8FA;
    background: var(--checkbox-disabled-bg-color, #F7F8FA); }
    .next-checkbox-wrapper.disabled.checked .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.checked .next-checkbox-inner.hovered, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner.hovered {
      border-color: #E6E7EB;
      border-color: var(--checkbox-disabled-border-color, #E6E7EB); }
    .next-checkbox-wrapper.disabled.checked .next-checkbox-inner &gt; .next-icon, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner &gt; .next-icon {
      color: #CCCCCC;
      color: var(--checkbox-disabled-circle-color, #CCCCCC);
      opacity: 1; }
  .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner {
    border-color: #E6E7EB;
    border-color: var(--checkbox-disabled-border-color, #E6E7EB);
    background: #F7F8FA;
    background: var(--checkbox-disabled-bg-color, #F7F8FA); }
    .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner &gt; .next-icon {
      color: #CCCCCC;
      color: var(--checkbox-disabled-circle-color, #CCCCCC);
      opacity: 1; }
  .next-checkbox-wrapper.disabled .next-checkbox-label {
    color: #CCCCCC;
    color: var(--checkbox-disabled-label-color, #CCCCCC);
    cursor: not-allowed; }

.next-checkbox-group .next-checkbox-wrapper {
  display: inline-block;
  margin-right: 12px; }
  .next-checkbox-group .next-checkbox-wrapper:last-child {
    margin-right: 0; }

.next-checkbox-group-ver .next-checkbox-wrapper {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px; }

.next-checkbox-label {
  font-size: 12px;
  font-size: var(--checkbox-font-size, 12px);
  color: #333333;
  color: var(--checkbox-label-color, #333333);
  vertical-align: middle;
  margin: 0;
  margin-left: 4px;
  margin-left: var(--checkbox-margin-left, 4px);
  /* ä½¿ç”¨å·²å­˜margin-leftå˜é‡ */
  margin-right: 4px;
  margin-right: var(--checkbox-margin-left, 4px);
  line-height: 1; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-collapse[dir=rtl] .next-collapse-panel-title {
  padding: 8px 28px 8px 0;
  padding: var(--collapse-title-padding-tb, 8px) calc(var(--collapse-icon-margin-r, 8px) + var(--collapse-icon-margin-l, 12px) + var(--collapse-icon-size, 8px)) var(--collapse-title-padding-tb, 8px) 0; }

.next-collapse[dir=rtl] .next-collapse-panel-icon {
  left: inherit;
  right: 12px;
  right: var(--collapse-icon-margin-l, 12px);
  transform: rotate(180deg);
  margin-left: 0px;
  margin-right: 0px; }
  .next-collapse[dir=rtl] .next-collapse-panel-icon:before,
  .next-collapse[dir=rtl] .next-collapse-panel-icon .next-icon-remote {
    width: 8px;
    width: var(--collapse-icon-size, 8px);
    font-size: 8px;
    font-size: var(--collapse-icon-size, 8px);
    line-height: inherit; }
  @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .next-collapse[dir=rtl] .next-collapse-panel-icon {
      transform: scale(0.5) rotate(180deg);
      margin-left: -4px;
      margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2);
      margin-right: -4px;
      margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2); }
      .next-collapse[dir=rtl] .next-collapse-panel-icon:before {
        width: 16px;
        width: var(--icon-s, 16px);
        font-size: 16px;
        font-size: var(--icon-s, 16px); } }

/* put your code here */
.next-collapse {
  box-sizing: border-box;
  border: 1px solid #DCDEE3;
  border: var(--collapse-border-width, 1px) solid var(--collapse-border-color, #DCDEE3);
  border-radius: 3px;
  border-radius: var(--collapse-border-corner, 3px); }
  .next-collapse *,
  .next-collapse *:before,
  .next-collapse *:after {
    box-sizing: border-box; }
  .next-collapse:focus,
  .next-collapse *:focus {
    outline: 0; }
  .next-collapse-panel:not(:first-child) {
    border-top: 1px solid #DCDEE3;
    border-top: var(--collapse-title-border-width, 1px) solid var(--collapse-panel-border-color, #DCDEE3); }
  .next-collapse .next-collapse-panel-icon {
    position: absolute;
    color: #333333;
    color: var(--collapse-icon-color, #333333);
    transition: transform 100ms linear;
    transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    left: 12px;
    left: var(--collapse-icon-margin-l, 12px);
    margin-top: -2px;
    margin-left: 0px;
    margin-right: 0px; }
    .next-collapse .next-collapse-panel-icon:before,
    .next-collapse .next-collapse-panel-icon .next-icon-remote {
      width: 8px;
      width: var(--collapse-icon-size, 8px);
      font-size: 8px;
      font-size: var(--collapse-icon-size, 8px);
      line-height: inherit; }
    @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      .next-collapse .next-collapse-panel-icon {
        transform: scale(0.5);
        margin-left: -4px;
        margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2); }
        .next-collapse .next-collapse-panel-icon:before {
          width: 16px;
          width: var(--icon-s, 16px);
          font-size: 16px;
          font-size: var(--icon-s, 16px); } }
  .next-collapse-panel-title {
    position: relative;
    line-height: 1.5;
    line-height: var(--font-lineheight-2, 1.5);
    background: #F2F3F7;
    background: var(--collapse-title-bg-color, #F2F3F7);
    font-size: 14px;
    font-size: var(--collapse-title-font-size, 14px);
    font-weight: normal;
    font-weight: var(--collapse-title-font-weight, normal);
    color: #333333;
    color: var(--collapse-title-font-color, #333333);
    cursor: pointer;
    padding: 8px 0 8px 28px;
    padding: var(--collapse-title-padding-tb, 8px) 0 var(--collapse-title-padding-tb, 8px) calc(var(--collapse-icon-margin-r, 8px) + var(--collapse-icon-margin-l, 12px) + var(--collapse-icon-size, 8px));
    transition: background 100ms linear;
    transition: background var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-collapse-panel-title:hover {
      background: #EBECF0;
      background: var(--collapse-title-hover-bg-color, #EBECF0);
      color: #333333;
      color: var(--collapse-title-hover-font-color, #333333);
      font-weight: normal;
      font-weight: var(--collapse-title-hover-font-weight, normal); }
      .next-collapse-panel-title:hover .next-collapse-panel-icon {
        color: #333333;
        color: var(--collapse-icon-hover-color, #333333); }
  .next-collapse-panel-content {
    height: 0;
    line-height: 1.5;
    line-height: var(--font-lineheight-2, 1.5);
    padding: 0 16px;
    padding: 0 var(--collapse-content-padding-x, 16px);
    background: #FFFFFF;
    background: var(--collapse-content-bg-color, #FFFFFF);
    font-size: 12px;
    font-size: var(--collapse-content-font-size, 12px);
    color: #666666;
    color: var(--collapse-content-color, #666666);
    transition: all 300ms ease;
    transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease);
    opacity: 0; }
  .next-collapse-panel-expanded &gt; .next-collapse-panel-content {
    display: block;
    padding: 12px 16px;
    padding: var(--collapse-content-padding-y, 12px) var(--collapse-content-padding-x, 16px);
    height: auto;
    opacity: 1; }
  .next-collapse .next-collapse-unfold-icon::before {
    content: "";
    content: var(--collapse-unfold-icon-content, ""); }
  .next-collapse-panel-hidden &gt; .next-collapse-panel-content {
    overflow: hidden; }
  .next-collapse .next-collapse-panel-icon::before {
    content: "\E619";
    content: var(--collapse-fold-icon-content, "\E619"); }
  .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
    transform: rotate(90deg);
    margin-left: 0px;
    margin-right: 0px; }
    .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before,
    .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded .next-icon-remote {
      width: 8px;
      width: var(--collapse-icon-size, 8px);
      font-size: 8px;
      font-size: var(--collapse-icon-size, 8px);
      line-height: inherit; }
    @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
        transform: scale(0.5) rotate(90deg);
        margin-left: -4px;
        margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--collapse-icon-size, 8px)/2); }
        .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before {
          width: 16px;
          width: var(--icon-s, 16px);
          font-size: 16px;
          font-size: var(--icon-s, 16px); } }
  .next-collapse-disabled {
    border-color: #E6E7EB;
    border-color: var(--collapse-disabled-border-color, #E6E7EB); }
  .next-collapse-panel-disabled:not(:first-child) {
    border-color: #E6E7EB;
    border-color: var(--collapse-disabled-border-color, #E6E7EB); }
  .next-collapse-panel-disabled &gt; .next-collapse-panel-title {
    cursor: not-allowed;
    color: #CCCCCC;
    color: var(--collapse-title-font-disabled-color, #CCCCCC);
    background: #F2F3F7;
    background: var(--collapse-title-disabled-bg-color, #F2F3F7); }
  .next-collapse-panel-disabled .next-collapse-panel-icon {
    color: #CCCCCC;
    color: var(--collapse-title-font-disabled-color, #CCCCCC); }
  .next-collapse-panel-disabled .next-collapse-panel-title:hover {
    font-weight: normal;
    font-weight: var(--collapse-title-font-weight, normal); }
    .next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon {
      color: #CCCCCC;
      color: var(--collapse-title-font-disabled-color, #CCCCCC); }
  .next-collapse-panel-disabled:hover {
    color: #CCCCCC;
    color: var(--collapse-title-font-disabled-color, #CCCCCC);
    background: #F2F3F7;
    background: var(--collapse-title-disabled-bg-color, #F2F3F7); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

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

.next-time-picker {
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
  width: var(--s-50, 200px); }
  .next-time-picker *,
  .next-time-picker *:before,
  .next-time-picker *:after {
    box-sizing: border-box; }
  .next-time-picker-trigger .next-input {
    width: 100%; }
  .next-time-picker-body {
    overflow: hidden;
    width: 200px;
    width: var(--time-picker-panel-width, 200px);
    border: 1px solid #DCDEE3;
    border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--time-picker-panel-border-color, #DCDEE3);
    border-radius: 3px;
    border-radius: var(--time-picker-panel-corner, 3px);
    background: #FFFFFF;
    background: var(--time-picker-panel-background, #FFFFFF);
    box-shadow: none;
    box-shadow: var(--time-picker-panel-shadow, none); }
  .next-time-picker-symbol-clock-icon::before {
    content: "\E621";
    content: var(--time-picker-clock-icon, "\E621"); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-range-picker-trigger-separator, .next-range-picker-panel-input-separator {
  cursor: default;
  display: inline-block;
  text-align: center;
  color: #CCCCCC;
  color: var(--color-text1-1, #CCCCCC);
  width: 16px;
  width: var(--date-picker-input-separator-width, 16px);
  font-size: 12px;
  font-size: var(--font-size-caption, 12px);
  vertical-align: middle; }

.next-date-picker,
.next-month-picker,
.next-year-picker,
.next-week-picker {
  display: inline-block;
  width: 200px;
  width: var(--s-50, 200px); }
  .next-date-picker-input,
  .next-month-picker-input,
  .next-year-picker-input,
  .next-week-picker-input {
    width: 100%; }
  .next-date-picker-body,
  .next-month-picker-body,
  .next-year-picker-body,
  .next-week-picker-body {
    width: 288px;
    width: calc(var(--s-18, 72px)*4); }
  .next-date-picker-panel-input.next-input,
  .next-month-picker-panel-input.next-input,
  .next-year-picker-panel-input.next-input,
  .next-week-picker-panel-input.next-input {
    width: 100%;
    background: transparent; }

.next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input {
  width: 49%; }
  .next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
    margin-right: 2%; }

.next-range-picker {
  display: inline-block;
  width: 336px;
  width: calc(var(--s-28, 112px)*3); }
  .next-range-picker-input {
    width: 100%; }
  .next-range-picker-trigger {
    border: 1px solid #C4C6CF;
    border: var(--input-border-width, 1px) solid var(--input-border-color, #C4C6CF);
    background-color: #FFFFFF;
    background-color: var(--input-bg-color, #FFFFFF); }
    .next-range-picker-trigger:hover {
      border-color: #A0A2AD;
      border-color: var(--input-hover-border-color, #A0A2AD);
      background-color: #FFFFFF;
      background-color: var(--input-hover-bg-color, #FFFFFF); }
    .next-range-picker-trigger.next-error {
      border-color: #FF3000;
      border-color: var(--input-feedback-error-border-color, #FF3000); }
    .next-range-picker-trigger-input.next-input {
      height: auto;
      width: calc(50% - 8px);
      width: calc(50% - var(--date-picker-input-separator-width, 16px)/2); }
  .next-range-picker.next-disabled .next-range-picker-trigger {
    color: #CCCCCC;
    color: var(--input-disabled-color, #CCCCCC);
    border-color: #E6E7EB;
    border-color: var(--input-disabled-border-color, #E6E7EB);
    background-color: #F7F8FA;
    background-color: var(--input-disabled-bg-color, #F7F8FA);
    cursor: not-allowed; }
    .next-range-picker.next-disabled .next-range-picker-trigger:hover {
      border-color: #E6E7EB;
      border-color: var(--input-disabled-border-color, #E6E7EB);
      background-color: #F7F8FA;
      background-color: var(--input-disabled-bg-color, #F7F8FA); }
  .next-range-picker.next-large .next-range-picker-trigger, .next-range-picker.next-large .next-range-picker-panel-input {
    border-radius: 3px;
    border-radius: var(--form-element-large-corner, 3px); }
  .next-range-picker.next-medium .next-range-picker-trigger, .next-range-picker.next-medium .next-range-picker-panel-input {
    border-radius: 3px;
    border-radius: var(--form-element-medium-corner, 3px); }
  .next-range-picker.next-small .next-range-picker-trigger, .next-range-picker.next-small .next-range-picker-panel-input {
    border-radius: 3px;
    border-radius: var(--form-element-small-corner, 3px); }
  .next-range-picker-body {
    width: 600px;
    width: calc(var(--s-30, 120px)*5); }
  .next-range-picker-panel-input-start-date.next-input, .next-range-picker-panel-input-end-date.next-input {
    width: calc(50% - 8px);
    width: calc(50% - var(--date-picker-input-separator-width, 16px)/2); }

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-time, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
  width: calc(25% - 8px);
  width: calc(25% - var(--date-picker-input-separator-width, 16px)/4 - var(--s-4, 16px)/4); }

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
  margin-right: 8px;
  margin-right: var(--s-2, 8px); }

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
  margin-left: 8px;
  margin-left: var(--s-2, 8px); }

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: ' ';
  clear: both; }

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
  width: 50%;
  float: left; }

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start {
  border-right: 1px solid #DCDEE3;
  border-right: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #DCDEE3); }

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
  border-left: 1px solid #DCDEE3;
  border-left: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #DCDEE3); }

.next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer {
  text-align: left; }

.next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer &gt; .next-btn:not(:last-child) {
  margin-right: 0;
  margin-left: 16px;
  margin-left: var(--s-4, 16px); }

.next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
  margin-left: 2%;
  margin-right: 0; }

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

.next-range-picker-body[dir="rtl"] .next-range-picker-panel-input {
  text-align: right; }

.next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer {
  text-align: left; }

.next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer &gt; .next-btn:not(:last-child) {
  margin-right: 0;
  margin-left: 16px;
  margin-left: var(--s-4, 16px); }

.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
  margin-right: 0;
  margin-left: 8px;
  margin-left: var(--s-2, 8px); }

.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
  margin-left: 0;
  margin-right: 8px;
  margin-right: var(--s-2, 8px); }

.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end {
  float: right; }

.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start {
  border-right: none;
  border-left: 1px solid #DCDEE3;
  border-left: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #DCDEE3); }

.next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end {
  border-left: none;
  border-right: 1px solid #DCDEE3;
  border-right: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #DCDEE3); }

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

.next-date-picker,
.next-range-picker,
.next-month-picker,
.next-year-picker,
.next-week-picker {
  box-sizing: border-box; }
  .next-date-picker *,
  .next-date-picker *:before,
  .next-date-picker *:after,
  .next-range-picker *,
  .next-range-picker *:before,
  .next-range-picker *:after,
  .next-month-picker *,
  .next-month-picker *:before,
  .next-month-picker *:after,
  .next-year-picker *,
  .next-year-picker *:before,
  .next-year-picker *:after,
  .next-week-picker *,
  .next-week-picker *:before,
  .next-week-picker *:after {
    box-sizing: border-box; }
  .next-date-picker-body,
  .next-range-picker-body,
  .next-month-picker-body,
  .next-year-picker-body,
  .next-week-picker-body {
    border: 1px solid #DCDEE3;
    border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3);
    border-radius: 3px;
    border-radius: var(--popup-local-corner, 3px);
    box-shadow: none;
    box-shadow: var(--popup-local-shadow, none);
    background: #FFFFFF;
    background: var(--date-picker-panel-background, #FFFFFF); }
  .next-date-picker-panel-header,
  .next-range-picker-panel-header,
  .next-month-picker-panel-header,
  .next-year-picker-panel-header,
  .next-week-picker-panel-header {
    padding: 6px;
    text-align: center; }
  .next-date-picker-panel-time,
  .next-range-picker-panel-time,
  .next-month-picker-panel-time,
  .next-year-picker-panel-time,
  .next-week-picker-panel-time {
    border-top: 1px solid #DCDEE3;
    border-top: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3); }
  .next-date-picker-panel-footer,
  .next-range-picker-panel-footer,
  .next-month-picker-panel-footer,
  .next-year-picker-panel-footer,
  .next-week-picker-panel-footer {
    text-align: right;
    padding: 8px 20px;
    padding: var(--date-picker-panel-footer-padding-tb, 8px) var(--date-picker-panel-footer-padding-lr, 20px);
    border-top: 1px solid #DCDEE3;
    border-top: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3); }
  .next-date-picker-panel-footer &gt; .next-btn:not(:last-child),
  .next-date-picker-panel-tools &gt; .next-btn:not(:last-child),
  .next-range-picker-panel-footer &gt; .next-btn:not(:last-child),
  .next-range-picker-panel-tools &gt; .next-btn:not(:last-child),
  .next-month-picker-panel-footer &gt; .next-btn:not(:last-child),
  .next-month-picker-panel-tools &gt; .next-btn:not(:last-child),
  .next-year-picker-panel-footer &gt; .next-btn:not(:last-child),
  .next-year-picker-panel-tools &gt; .next-btn:not(:last-child),
  .next-week-picker-panel-footer &gt; .next-btn:not(:last-child),
  .next-week-picker-panel-tools &gt; .next-btn:not(:last-child) {
    margin-right: 16px;
    margin-right: var(--s-4, 16px); }
  .next-date-picker-panel-tools,
  .next-range-picker-panel-tools,
  .next-month-picker-panel-tools,
  .next-year-picker-panel-tools,
  .next-week-picker-panel-tools {
    float: left; }
  .next-date-picker .next-calendar-panel-header,
  .next-range-picker .next-calendar-panel-header,
  .next-month-picker .next-calendar-panel-header,
  .next-year-picker .next-calendar-panel-header,
  .next-week-picker .next-calendar-panel-header {
    margin-left: -1px;
    margin-left: calc(0px - var(--popup-local-border-width, 1px));
    margin-right: -1px;
    margin-right: calc(0px - var(--popup-local-border-width, 1px)); }
  .next-date-picker .next-input input,
  .next-range-picker .next-input input,
  .next-month-picker .next-input input,
  .next-year-picker .next-input input,
  .next-week-picker .next-input input {
    vertical-align: baseline; }
  .next-date-picker-symbol-calendar-icon::before,
  .next-range-picker-symbol-calendar-icon::before,
  .next-month-picker-symbol-calendar-icon::before,
  .next-year-picker-symbol-calendar-icon::before,
  .next-week-picker-symbol-calendar-icon::before {
    content: "\E607";
    content: var(--date-picker-calendar-icon, "\E607"); }

.next-range-picker-panel-body .next-calendar {
  display: inline-block;
  width: 50%; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-message {
  box-sizing: border-box;
  position: relative;
  display: block;
  vertical-align: baseline;
  animation-duration: 300ms;
  animation-duration: var(--motion-duration-standard, 300ms);
  animation-timing-function: ease-in-out;
  animation-timing-function: var(--motion-ease-in-out, ease-in-out); }
  .next-message *,
  .next-message *:before,
  .next-message *:after {
    box-sizing: border-box; }
  .next-message:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: ' ';
    clear: both; }
  .next-message .next-message-close {
    color: #999999;
    color: var(--message-close-icon-color, #999999);
    font-size: 0;
    position: absolute;
    cursor: pointer; }
    .next-message .next-message-close .next-icon-close {
      width: 12px;
      width: var(--message-close-icon-size, 12px);
      height: 12px;
      height: var(--message-close-icon-size, 12px);
      line-height: 1em; }
      .next-message .next-message-close .next-icon-close:before {
        width: 12px;
        width: var(--message-close-icon-size, 12px);
        height: 12px;
        height: var(--message-close-icon-size, 12px);
        font-size: 12px;
        font-size: var(--message-close-icon-size, 12px);
        line-height: 1em; }
    .next-message .next-message-close:hover {
      color: #666666;
      color: var(--message-hover-close-icon-color, #666666); }
  .next-message.next-message-success.next-inline {
    background-color: #E4FDDA;
    background-color: var(--message-success-color-bg-inline, #E4FDDA);
    border-color: #E4FDDA;
    border-color: var(--message-success-color-border-inline, #E4FDDA);
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style, solid); }
    .next-message.next-message-success.next-inline .next-message-title {
      color: #333333;
      color: var(--message-success-color-title-inline, #333333); }
    .next-message.next-message-success.next-inline .next-message-content {
      color: #666666;
      color: var(--message-success-color-content-inline, #666666); }
    .next-message.next-message-success.next-inline .next-message-symbol {
      color: #46BC15;
      color: var(--message-success-color-icon-inline, #46BC15); }
    .next-message.next-message-success.next-inline .next-message-symbol-icon::before {
      content: "\E60A";
      content: var(--message-success-icon-content, "\E60A"); }
  .next-message.next-message-success.next-addon {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-success.next-addon .next-message-title {
      color: #333333;
      color: var(--message-success-color-title-addon, #333333); }
    .next-message.next-message-success.next-addon .next-message-content {
      color: #666666;
      color: var(--message-success-color-content-addon, #666666); }
    .next-message.next-message-success.next-addon .next-message-symbol {
      color: #46BC15;
      color: var(--message-success-color-icon-addon, #46BC15); }
    .next-message.next-message-success.next-addon .next-message-symbol-icon::before {
      content: "\E60A";
      content: var(--message-success-icon-content, "\E60A"); }
  .next-message.next-message-success.next-toast {
    background-color: #FFFFFF;
    background-color: var(--message-success-color-bg-toast, #FFFFFF);
    border-color: #FFFFFF;
    border-color: var(--message-success-color-border-toast, #FFFFFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12));
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-success.next-toast .next-message-title {
      color: #333333;
      color: var(--message-success-color-title-toast, #333333); }
    .next-message.next-message-success.next-toast .next-message-content {
      color: #666666;
      color: var(--message-success-color-content-toast, #666666); }
    .next-message.next-message-success.next-toast .next-message-symbol {
      color: #46BC15;
      color: var(--message-success-color-icon-toast, #46BC15); }
    .next-message.next-message-success.next-toast .next-message-symbol-icon::before {
      content: "\E60A";
      content: var(--message-success-icon-content, "\E60A"); }
  .next-message.next-message-warning.next-inline {
    background-color: #FFF3E0;
    background-color: var(--message-warning-color-bg-inline, #FFF3E0);
    border-color: #FFF3E0;
    border-color: var(--message-warning-color-border-inline, #FFF3E0);
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style, solid); }
    .next-message.next-message-warning.next-inline .next-message-title {
      color: #333333;
      color: var(--message-warning-color-title-inline, #333333); }
    .next-message.next-message-warning.next-inline .next-message-content {
      color: #666666;
      color: var(--message-warning-color-content-inline, #666666); }
    .next-message.next-message-warning.next-inline .next-message-symbol {
      color: #FF9300;
      color: var(--message-warning-color-icon-inline, #FF9300); }
    .next-message.next-message-warning.next-inline .next-message-symbol-icon::before {
      content: "\E60B";
      content: var(--message-warning-icon-content, "\E60B"); }
  .next-message.next-message-warning.next-addon {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-warning.next-addon .next-message-title {
      color: #333333;
      color: var(--message-warning-color-title-addon, #333333); }
    .next-message.next-message-warning.next-addon .next-message-content {
      color: #666666;
      color: var(--message-warning-color-content-addon, #666666); }
    .next-message.next-message-warning.next-addon .next-message-symbol {
      color: #FF9300;
      color: var(--message-warning-color-icon-addon, #FF9300); }
    .next-message.next-message-warning.next-addon .next-message-symbol-icon::before {
      content: "\E60B";
      content: var(--message-warning-icon-content, "\E60B"); }
  .next-message.next-message-warning.next-toast {
    background-color: #FFFFFF;
    background-color: var(--message-warning-color-bg-toast, #FFFFFF);
    border-color: #FFFFFF;
    border-color: var(--message-warning-color-border-toast, #FFFFFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12));
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-warning.next-toast .next-message-title {
      color: #333333;
      color: var(--message-warning-color-title-toast, #333333); }
    .next-message.next-message-warning.next-toast .next-message-content {
      color: #666666;
      color: var(--message-warning-color-content-toast, #666666); }
    .next-message.next-message-warning.next-toast .next-message-symbol {
      color: #FF9300;
      color: var(--message-warning-color-icon-toast, #FF9300); }
    .next-message.next-message-warning.next-toast .next-message-symbol-icon::before {
      content: "\E60B";
      content: var(--message-warning-icon-content, "\E60B"); }
  .next-message.next-message-error.next-inline {
    background-color: #FFECE4;
    background-color: var(--message-error-color-bg-inline, #FFECE4);
    border-color: #FFECE4;
    border-color: var(--message-error-color-border-inline, #FFECE4);
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style, solid); }
    .next-message.next-message-error.next-inline .next-message-title {
      color: #333333;
      color: var(--message-error-color-title-inline, #333333); }
    .next-message.next-message-error.next-inline .next-message-content {
      color: #666666;
      color: var(--message-error-color-content-inline, #666666); }
    .next-message.next-message-error.next-inline .next-message-symbol {
      color: #FF3000;
      color: var(--message-error-color-icon-inline, #FF3000); }
    .next-message.next-message-error.next-inline .next-message-symbol-icon::before {
      content: "\E60D";
      content: var(--message-error-icon-content, "\E60D"); }
  .next-message.next-message-error.next-addon {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-error.next-addon .next-message-title {
      color: #333333;
      color: var(--message-error-color-title-addon, #333333); }
    .next-message.next-message-error.next-addon .next-message-content {
      color: #666666;
      color: var(--message-error-color-content-addon, #666666); }
    .next-message.next-message-error.next-addon .next-message-symbol {
      color: #FF3000;
      color: var(--message-error-color-icon-addon, #FF3000); }
    .next-message.next-message-error.next-addon .next-message-symbol-icon::before {
      content: "\E60D";
      content: var(--message-error-icon-content, "\E60D"); }
  .next-message.next-message-error.next-toast {
    background-color: #FFFFFF;
    background-color: var(--message-error-color-bg-toast, #FFFFFF);
    border-color: #FFFFFF;
    border-color: var(--message-error-color-border-toast, #FFFFFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12));
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-error.next-toast .next-message-title {
      color: #333333;
      color: var(--message-error-color-title-toast, #333333); }
    .next-message.next-message-error.next-toast .next-message-content {
      color: #666666;
      color: var(--message-error-color-content-toast, #666666); }
    .next-message.next-message-error.next-toast .next-message-symbol {
      color: #FF3000;
      color: var(--message-error-color-icon-toast, #FF3000); }
    .next-message.next-message-error.next-toast .next-message-symbol-icon::before {
      content: "\E60D";
      content: var(--message-error-icon-content, "\E60D"); }
  .next-message.next-message-notice.next-inline {
    background-color: #E3F2FD;
    background-color: var(--message-notice-color-bg-inline, #E3F2FD);
    border-color: #E3F2FD;
    border-color: var(--message-notice-color-border-inline, #E3F2FD);
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style, solid); }
    .next-message.next-message-notice.next-inline .next-message-title {
      color: #333333;
      color: var(--message-notice-color-title-inline, #333333); }
    .next-message.next-message-notice.next-inline .next-message-content {
      color: #666666;
      color: var(--message-notice-color-content-inline, #666666); }
    .next-message.next-message-notice.next-inline .next-message-symbol {
      color: #4494F9;
      color: var(--message-notice-color-icon-inline, #4494F9); }
    .next-message.next-message-notice.next-inline .next-message-symbol-icon::before {
      content: "\E60C";
      content: var(--message-notice-icon-content, "\E60C"); }
  .next-message.next-message-notice.next-addon {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-notice.next-addon .next-message-title {
      color: #333333;
      color: var(--message-notice-color-title-addon, #333333); }
    .next-message.next-message-notice.next-addon .next-message-content {
      color: #666666;
      color: var(--message-notice-color-content-addon, #666666); }
    .next-message.next-message-notice.next-addon .next-message-symbol {
      color: #4494F9;
      color: var(--message-notice-color-icon-addon, #4494F9); }
    .next-message.next-message-notice.next-addon .next-message-symbol-icon::before {
      content: "\E60C";
      content: var(--message-notice-icon-content, "\E60C"); }
  .next-message.next-message-notice.next-toast {
    background-color: #FFFFFF;
    background-color: var(--message-notice-color-bg-toast, #FFFFFF);
    border-color: #FFFFFF;
    border-color: var(--message-notice-color-border-toast, #FFFFFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12));
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-notice.next-toast .next-message-title {
      color: #333333;
      color: var(--message-notice-color-title-toast, #333333); }
    .next-message.next-message-notice.next-toast .next-message-content {
      color: #666666;
      color: var(--message-notice-color-content-toast, #666666); }
    .next-message.next-message-notice.next-toast .next-message-symbol {
      color: #4494F9;
      color: var(--message-notice-color-icon-toast, #4494F9); }
    .next-message.next-message-notice.next-toast .next-message-symbol-icon::before {
      content: "\E60C";
      content: var(--message-notice-icon-content, "\E60C"); }
  .next-message.next-message-help.next-inline {
    background-color: #E3FFF8;
    background-color: var(--message-help-color-bg-inline, #E3FFF8);
    border-color: #E3FFF8;
    border-color: var(--message-help-color-border-inline, #E3FFF8);
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style, solid); }
    .next-message.next-message-help.next-inline .next-message-title {
      color: #333333;
      color: var(--message-help-color-title-inline, #333333); }
    .next-message.next-message-help.next-inline .next-message-content {
      color: #666666;
      color: var(--message-help-color-content-inline, #666666); }
    .next-message.next-message-help.next-inline .next-message-symbol {
      color: #01C1B2;
      color: var(--message-help-color-icon-inline, #01C1B2); }
    .next-message.next-message-help.next-inline .next-message-symbol-icon::before {
      content: "\E673";
      content: var(--message-help-icon-content, "\E673"); }
  .next-message.next-message-help.next-addon {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-help.next-addon .next-message-title {
      color: #333333;
      color: var(--message-help-color-title-addon, #333333); }
    .next-message.next-message-help.next-addon .next-message-content {
      color: #666666;
      color: var(--message-help-color-content-addon, #666666); }
    .next-message.next-message-help.next-addon .next-message-symbol {
      color: #01C1B2;
      color: var(--message-help-color-icon-addon, #01C1B2); }
    .next-message.next-message-help.next-addon .next-message-symbol-icon::before {
      content: "\E673";
      content: var(--message-help-icon-content, "\E673"); }
  .next-message.next-message-help.next-toast {
    background-color: #FFFFFF;
    background-color: var(--message-help-color-bg-toast, #FFFFFF);
    border-color: #FFFFFF;
    border-color: var(--message-help-color-border-toast, #FFFFFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12));
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-help.next-toast .next-message-title {
      color: #333333;
      color: var(--message-help-color-title-toast, #333333); }
    .next-message.next-message-help.next-toast .next-message-content {
      color: #666666;
      color: var(--message-help-color-content-toast, #666666); }
    .next-message.next-message-help.next-toast .next-message-symbol {
      color: #01C1B2;
      color: var(--message-help-color-icon-toast, #01C1B2); }
    .next-message.next-message-help.next-toast .next-message-symbol-icon::before {
      content: "\E673";
      content: var(--message-help-icon-content, "\E673"); }
  .next-message.next-message-loading.next-inline {
    background-color: #FFFFFF;
    background-color: var(--message-loading-color-bg-inline, #FFFFFF);
    border-color: #FFFFFF;
    border-color: var(--message-loading-color-border-inline, #FFFFFF);
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style, solid); }
    .next-message.next-message-loading.next-inline .next-message-title {
      color: #333333;
      color: var(--message-loading-color-title-inline, #333333); }
    .next-message.next-message-loading.next-inline .next-message-content {
      color: #666666;
      color: var(--message-loading-color-content-inline, #666666); }
    .next-message.next-message-loading.next-inline .next-message-symbol {
      color: #5584FF;
      color: var(--message-loading-color-icon-inline, #5584FF); }
    .next-message.next-message-loading.next-inline .next-message-symbol-icon::before {
      content: "\E646";
      content: var(--message-loading-icon-content, "\E646");
      animation: loadingCircle 1s infinite linear; }
  .next-message.next-message-loading.next-addon {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-loading.next-addon .next-message-title {
      color: #333333;
      color: var(--message-loading-color-title-addon, #333333); }
    .next-message.next-message-loading.next-addon .next-message-content {
      color: #666666;
      color: var(--message-loading-color-content-addon, #666666); }
    .next-message.next-message-loading.next-addon .next-message-symbol {
      color: #5584FF;
      color: var(--message-loading-color-icon-addon, #5584FF); }
    .next-message.next-message-loading.next-addon .next-message-symbol-icon::before {
      content: "\E646";
      content: var(--message-loading-icon-content, "\E646");
      animation: loadingCircle 1s infinite linear; }
  .next-message.next-message-loading.next-toast {
    background-color: #FFFFFF;
    background-color: var(--message-loading-color-bg-toast, #FFFFFF);
    border-color: #FFFFFF;
    border-color: var(--message-loading-color-border-toast, #FFFFFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--message-shadow-toast, 0px 2px 4px 0px rgba(0, 0, 0, 0.12));
    border-style: solid;
    border-style: var(--message-border-style-toast, solid); }
    .next-message.next-message-loading.next-toast .next-message-title {
      color: #333333;
      color: var(--message-loading-color-title-toast, #333333); }
    .next-message.next-message-loading.next-toast .next-message-content {
      color: #666666;
      color: var(--message-loading-color-content-toast, #666666); }
    .next-message.next-message-loading.next-toast .next-message-symbol {
      color: #5584FF;
      color: var(--message-loading-color-icon-toast, #5584FF); }
    .next-message.next-message-loading.next-toast .next-message-symbol-icon::before {
      content: "\E646";
      content: var(--message-loading-icon-content, "\E646");
      animation: loadingCircle 1s infinite linear; }
  .next-message.next-medium {
    border-width: 1px;
    border-width: var(--message-size-m-border-width, 1px);
    padding: 12px;
    padding: var(--message-size-m-padding, 12px); }
    .next-message.next-medium .next-message-symbol {
      float: left;
      line-height: 16px;
      line-height: var(--message-size-m-icon, 16px); }
      .next-message.next-medium .next-message-symbol:before,
      .next-message.next-medium .next-message-symbol .next-icon-remote {
        width: 16px;
        width: var(--message-size-m-icon, 16px);
        font-size: 16px;
        font-size: var(--message-size-m-icon, 16px);
        line-height: inherit; }
    .next-message.next-medium .next-message-title {
      padding: 0 20px 0 24px;
      padding: var(--message-size-m-title-content-padding, 0 20px 0 24px);
      font-size: 16px;
      font-size: var(--message-size-m-title-font, 16px);
      line-height: 16px;
      line-height: var(--message-size-m-title-font, 16px); }
    .next-message.next-medium .next-message-content {
      margin-top: 8px;
      margin-top: var(--message-size-m-content-margin-top, 8px);
      padding: 0 20px 0 24px;
      padding: var(--message-size-m-title-content-padding, 0 20px 0 24px);
      font-size: 12px;
      font-size: var(--message-size-m-content-font, 12px);
      line-height: 1.5;
      line-height: var(--font-lineheight-2, 1.5); }
    .next-message.next-medium .next-message-symbol + .next-message-content {
      margin-top: 0; }
    .next-message.next-medium.next-title-content .next-message-title {
      line-height: 16px;
      line-height: var(--message-size-m-icon, 16px); }
    .next-message.next-medium.next-only-content .next-message-content {
      line-height: 16px;
      line-height: var(--message-size-m-icon, 16px); }
    .next-message.next-medium .next-message-close {
      top: 12px;
      top: var(--message-size-m-close-top, 12px);
      right: 12px;
      right: var(--message-size-m-close-right, 12px); }
    .next-message.next-medium.next-inline {
      border-radius: 3px;
      border-radius: var(--message-size-m-border-radius, 3px); }
    .next-message.next-medium.next-toast {
      border-radius: 3px;
      border-radius: var(--message-size-m-border-radius-toast, 3px); }
  .next-message.next-large {
    border-width: 2px;
    border-width: var(--message-size-l-border-width, 2px);
    padding: 16px;
    padding: var(--message-size-l-padding, 16px); }
    .next-message.next-large .next-message-symbol {
      float: left;
      line-height: 24px;
      line-height: var(--message-size-l-icon, 24px); }
      .next-message.next-large .next-message-symbol:before,
      .next-message.next-large .next-message-symbol .next-icon-remote {
        width: 24px;
        width: var(--message-size-l-icon, 24px);
        font-size: 24px;
        font-size: var(--message-size-l-icon, 24px);
        line-height: inherit; }
    .next-message.next-large .next-message-title {
      padding: 0 20px 0 36px;
      padding: var(--message-size-l-title-content-padding, 0 20px 0 36px);
      font-size: 20px;
      font-size: var(--message-size-l-title-font, 20px);
      line-height: 20px;
      line-height: var(--message-size-l-title-font, 20px); }
    .next-message.next-large .next-message-content {
      margin-top: 8px;
      margin-top: var(--message-size-l-content-margin-top, 8px);
      padding: 0 20px 0 36px;
      padding: var(--message-size-l-title-content-padding, 0 20px 0 36px);
      font-size: 12px;
      font-size: var(--message-size-l-content-font, 12px);
      line-height: 1.5;
      line-height: var(--font-lineheight-2, 1.5); }
    .next-message.next-large .next-message-symbol + .next-message-content {
      margin-top: 0; }
    .next-message.next-large.next-title-content .next-message-title {
      line-height: 24px;
      line-height: var(--message-size-l-icon, 24px); }
    .next-message.next-large.next-only-content .next-message-content {
      line-height: 24px;
      line-height: var(--message-size-l-icon, 24px); }
    .next-message.next-large .next-message-close {
      top: 16px;
      top: var(--message-size-l-close-top, 16px);
      right: 16px;
      right: var(--message-size-l-close-right, 16px); }
    .next-message.next-large.next-inline {
      border-radius: 3px;
      border-radius: var(--message-size-l-border-radius, 3px); }
    .next-message.next-large.next-toast {
      border-radius: 3px;
      border-radius: var(--message-size-l-border-radius-toast, 3px); }

.next-message[dir="rtl"] .next-message-symbol {
  float: right; }

.next-message[dir="rtl"].next-medium .next-message-title {
  padding: 0 24px 0 20px;
  padding: 0 calc(var(--message-size-m-title-content-padding-left, 8px) + var(--message-size-m-icon, 16px)) 0 var(--message-size-m-title-content-padding-right, 20px); }

.next-message[dir="rtl"].next-medium .next-message-close {
  left: 12px;
  left: var(--message-size-m-close-right, 12px);
  right: auto; }

.next-message[dir="rtl"].next-large .next-message-title {
  padding: 0 36px 0 20px;
  padding: 0 calc(var(--message-size-l-title-content-padding-left, 12px) + var(--message-size-l-icon, 24px)) 0 var(--message-size-l-title-content-padding-right, 20px); }

.next-message[dir="rtl"].next-large .next-message-close {
  left: 16px;
  left: var(--message-size-l-close-right, 16px);
  right: auto; }

.next-message-wrapper-v2 {
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  z-index: 1001;
  width: 100%;
  pointer-events: none; }

.next-message-list {
  padding: 8px;
  text-align: center; }
  .next-message-list .next-message {
    display: inline-block;
    pointer-events: all; }

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

.next-message-fade-leave.next-message-fade-leave-active {
  animation-name: MessageFadeOut;
  animation-play-state: running; }

@keyframes MessageFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1; }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0; } }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-dialog[dir=rtl] {
  text-align: right; }
  .next-dialog[dir=rtl] .next-dialog-footer.next-align-left {
    text-align: right; }
  .next-dialog[dir=rtl] .next-dialog-footer.next-align-center {
    text-align: center; }
  .next-dialog[dir=rtl] .next-dialog-footer.next-align-right {
    text-align: left; }
  .next-dialog[dir=rtl] .next-dialog-btn + .next-dialog-btn {
    margin-right: 4px;
    margin-right: var(--s-1, 4px);
    margin-left: 0; }
  .next-dialog[dir=rtl] .next-dialog-close {
    left: 12px;
    left: var(--dialog-close-right, 12px);
    right: auto; }

.next-dialog {
  box-sizing: border-box;
  position: fixed;
  z-index: 1001;
  background: #FFFFFF;
  background: var(--dialog-bg, #FFFFFF);
  border: 1px solid #DCDEE3;
  border: var(--dialog-border-width, 1px) var(--dialog-border-style, solid) var(--dialog-border-color, #DCDEE3);
  border-radius: 3px;
  border-radius: var(--dialog-corner, 3px);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--dialog-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.12));
  text-align: left;
  overflow: hidden;
  max-width: 90%;
  /* è®©ç”¨æˆ·è‡ªå·±è®¾ç½® */
  /* &amp;.next-closeable &amp;-header, */
  /* &amp;.next-closeable &amp;-body, { */
  /*     padding-right: $dialog-part-padding-right-closeable; */
  /* } */ }
  .next-dialog *,
  .next-dialog *:before,
  .next-dialog *:after {
    box-sizing: border-box; }
  .next-dialog-header {
    padding: 12px 20px 12px 20px;
    padding: var(--dialog-title-padding-top, 12px) var(--dialog-title-padding-left-right, 20px) var(--dialog-title-padding-bottom, 12px) var(--dialog-title-padding-left-right, 20px);
    border-bottom: 0px solid transparent;
    border-bottom: var(--dialog-title-border-width, 0px) var(--line-solid, solid) var(--dialog-title-border-color, transparent);
    font-size: 16px;
    font-size: var(--dialog-title-font-size, 16px);
    font-weight: normal;
    font-weight: var(--dialog-title-font-weight, normal);
    background: transparent;
    background: var(--dialog-title-bg-color, transparent);
    color: #333333;
    color: var(--dialog-title-color, #333333); }
  .next-dialog-body {
    padding: 20px 20px 20px 20px;
    padding: var(--dialog-content-padding-top, 20px) var(--dialog-content-padding-left-right, 20px) var(--dialog-content-padding-bottom, 20px) var(--dialog-content-padding-left-right, 20px);
    font-size: 12px;
    font-size: var(--dialog-content-font-size, 12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2, 1.5);
    color: #666666;
    color: var(--dialog-content-color, #666666); }
  .next-dialog-footer {
    padding: 12px 20px 12px 20px;
    padding: var(--dialog-footer-padding-top, 12px) var(--dialog-footer-padding-left-right, 20px) var(--dialog-footer-padding-bottom, 12px) var(--dialog-footer-padding-left-right, 20px);
    border-top: 0px solid transparent;
    border-top: var(--dialog-footer-border-width, 0px) var(--line-solid, solid) var(--dialog-footer-border-color, transparent);
    background: transparent;
    background: var(--dialog-footer-bg-color, transparent); }
    .next-dialog-footer.next-align-left {
      text-align: left; }
    .next-dialog-footer.next-align-center {
      text-align: center; }
    .next-dialog-footer.next-align-right {
      text-align: right; }
  .next-dialog-footer-fixed-height {
    position: absolute;
    width: 100%;
    bottom: 0; }
  .next-dialog-btn + .next-dialog-btn {
    margin-left: 4px;
    margin-left: var(--dialog-footer-button-spacing, 4px); }
  .next-dialog-close {
    position: absolute;
    top: 12px;
    top: var(--dialog-close-top, 12px);
    right: 12px;
    right: var(--dialog-close-right, 12px);
    width: 16px;
    width: var(--dialog-close-width, 16px);
    height: 16px;
    height: var(--dialog-close-width, 16px);
    color: #999999;
    color: var(--dialog-close-color, #999999);
    cursor: pointer; }
    .next-dialog-close:link, .next-dialog-close:visited {
      height: 16px;
      height: var(--dialog-close-width, 16px);
      color: #999999;
      color: var(--dialog-close-color, #999999); }
    .next-dialog-close:hover {
      background: transparent;
      background: var(--dialog-close-bg-hovered, transparent);
      color: #333333;
      color: var(--dialog-close-color-hovered, #333333); }
    .next-dialog-close .next-dialog-close-icon.next-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -6px;
      margin-top: calc(0px - var(--dialog-close-size, 12px)/2);
      margin-left: -6px;
      margin-left: calc(0px - var(--dialog-close-size, 12px)/2);
      width: 12px;
      width: var(--dialog-close-size, 12px);
      height: 12px;
      height: var(--dialog-close-size, 12px);
      line-height: 1em; }
      .next-dialog-close .next-dialog-close-icon.next-icon:before {
        width: 12px;
        width: var(--dialog-close-size, 12px);
        height: 12px;
        height: var(--dialog-close-size, 12px);
        font-size: 12px;
        font-size: var(--dialog-close-size, 12px);
        line-height: 1em; }
  .next-dialog-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    padding: 40px;
    padding: var(--s-10, 40px);
    overflow: auto;
    text-align: center;
    box-sizing: border-box; }
    .next-dialog-container:before {
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 100%;
      content: ''; }
    .next-dialog-container .next-dialog {
      display: inline-block;
      position: relative;
      vertical-align: middle; }
  .next-dialog-quick .next-dialog-body {
    padding: 20px 20px 20px 20px;
    padding: var(--dialog-message-content-padding-top, 20px) var(--dialog-message-content-padding-left-right, 20px) var(--dialog-message-content-padding-bottom, 20px) var(--dialog-message-content-padding-left-right, 20px); }
  .next-dialog .next-dialog-message.next-message {
    min-width: 300px;
    min-width: calc(var(--s-25, 100px)*3);
    padding: 0; }

.next-dialog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto; }

.next-dialog-inner-wrapper {
  display: flex;
  position: relative;
  top: 100px;
  pointer-events: none;
  padding-bottom: 24px; }

.next-dialog-v2 {
  pointer-events: auto;
  margin: 0 auto; }
  .next-dialog-v2 .next-dialog-header {
    word-break: break-word;
    padding-right: 40px;
    padding-right: calc(var(--dialog-close-right, 12px)*2 + var(--dialog-close-width, 16px)); }
  .next-dialog-v2 .next-dialog-body {
    padding-right: 40px;
    padding-right: calc(var(--dialog-close-right, 12px)*2 + var(--dialog-close-width, 16px)); }
  .next-dialog-v2 .next-dialog-header + .next-dialog-body {
    padding: 20px 20px 20px 20px;
    padding: var(--dialog-content-padding-top, 20px) var(--dialog-content-padding-left-right, 20px) var(--dialog-content-padding-bottom, 20px) var(--dialog-content-padding-left-right, 20px); }

.next-dialog.next-dialog-v2 {
  position: relative; }

.next-dialog-centered {
  text-align: center; }
  .next-dialog-centered::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''; }
  .next-dialog-centered .next-dialog-v2 {
    margin: 40px 0;
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-drawer {
  box-sizing: border-box;
  position: fixed;
  z-index: 1001;
  background: #FFFFFF;
  background: var(--drawer-bg, #FFFFFF);
  border: 1px solid #DCDEE3;
  border: var(--drawer-border-width, 1px) var(--drawer-border-style, solid) var(--drawer-border-color, #DCDEE3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--drawer-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.12));
  overflow: auto;
  animation-duration: 300ms;
  animation-duration: var(--motion-duration-standard, 300ms);
  animation-timing-function: ease-in-out;
  animation-timing-function: var(--motion-ease-in-out, ease-in-out); }
  .next-drawer *,
  .next-drawer *:before,
  .next-drawer *:after {
    box-sizing: border-box; }
  .next-drawer-right {
    height: 100%;
    max-width: 80%;
    width: 240px; }
  .next-drawer-left {
    height: 100%;
    max-width: 80%;
    width: 240px; }
  .next-drawer-top {
    width: 100%; }
  .next-drawer-bottom {
    width: 100%; }
  .next-drawer-header {
    padding: 12px 20px 12px 20px;
    padding: var(--drawer-title-padding-top, 12px) var(--drawer-title-padding-left-right, 20px) var(--drawer-title-padding-bottom, 12px) var(--drawer-title-padding-left-right, 20px);
    border-bottom: 1px solid #DCDEE3;
    border-bottom: var(--drawer-title-border-width, 1px) var(--line-solid, solid) var(--drawer-title-border-color, #DCDEE3);
    font-size: 16px;
    font-size: var(--drawer-title-font-size, 16px);
    background: #FFFFFF;
    background: var(--drawer-title-bg-color, #FFFFFF);
    color: #333333;
    color: var(--drawer-title-color, #333333); }
  .next-drawer-no-title {
    padding: 0;
    border-bottom: 0; }
  .next-drawer-body {
    padding: 20px 20px 20px 20px;
    padding: var(--drawer-content-padding-top, 20px) var(--drawer-content-padding-left-right, 20px) var(--drawer-content-padding-bottom, 20px) var(--drawer-content-padding-left-right, 20px);
    font-size: 12px;
    font-size: var(--drawer-content-font-size, 12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2, 1.5);
    color: #666666;
    color: var(--drawer-content-color, #666666); }
  .next-drawer-close {
    position: absolute;
    top: 12px;
    top: var(--drawer-close-top, 12px);
    right: 12px;
    right: var(--drawer-close-right, 12px);
    width: 16px;
    width: var(--drawer-close-width, 16px);
    height: 16px;
    height: var(--drawer-close-width, 16px);
    color: #999999;
    color: var(--drawer-close-color, #999999);
    cursor: pointer; }
    .next-drawer-close:link, .next-drawer-close:visited {
      height: 16px;
      height: var(--drawer-close-width, 16px);
      color: #999999;
      color: var(--drawer-close-color, #999999); }
    .next-drawer-close:hover {
      background: transparent;
      background: var(--drawer-close-bg-hovered, transparent);
      color: #333333;
      color: var(--drawer-close-color-hovered, #333333); }
    .next-drawer-close .next-drawer-close-icon.next-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -6px;
      margin-top: calc(0px - var(--drawer-close-size, 12px)/2);
      margin-left: -6px;
      margin-left: calc(0px - var(--drawer-close-size, 12px)/2);
      width: 12px;
      width: var(--drawer-close-size, 12px);
      height: 12px;
      height: var(--drawer-close-size, 12px);
      line-height: 1em; }
      .next-drawer-close .next-drawer-close-icon.next-icon:before {
        width: 12px;
        width: var(--drawer-close-size, 12px);
        height: 12px;
        height: var(--drawer-close-size, 12px);
        font-size: 12px;
        font-size: var(--drawer-close-size, 12px);
        line-height: 1em; }
/* stylelint-disable-next-line */

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

/* Grid System */
/* æ&nbsp;¹æ® Alibaba Base DPL(BASE DPL)è®¾è®¡è§„èŒƒå®žçŽ° */
/* æ&nbsp;…æ&nbsp;¼ç³»ç»Ÿ, æ&nbsp;¹æ®ä¸åŒçš„å±å¹•å°ºå¯¸æƒ…å†µï¼Œè°ƒæ•´è¿™äº›åŒºå—çš„æŽ’ç‰ˆï¼Œå°†é¡µé¢åˆ’åˆ†ä¸ºè‹¥å¹²ç­‰å®½çš„åˆ—ï¼Œç„¶åŽæŽ¨èé€šè¿‡ç­‰å®½åˆ—æ¥åˆ›å»ºå“åº”å¼çš„é¡µé¢åŒºå—ã€‚å¦å¤–ï¼Œå±å¹•å®½åº¦è¾ƒå¤§çš„æ—¶å€™ï¼ŒåŒºå—å€¾å‘äºŽæ°´å¹³åˆ†å¸ƒï¼Œè€Œå±å¹•å®½åº¦è¾ƒå°çš„æ—¶å€™ï¼ŒåŒºå—å€¾å‘äºŽç«–ç›´å&nbsp;†å&nbsp;ã€‚ */
/* ------------------------------- */
.next-row {
  box-sizing: border-box;
  display: flex; }
  .next-row *,
  .next-row *:before,
  .next-row *:after {
    box-sizing: border-box; }
  .next-row.next-row-wrap {
    flex-wrap: wrap; }
  @media (min-width: 320px) {
    .next-row.next-row-fixed {
      width: 320px; } }
  @media (min-width: 480px) {
    .next-row.next-row-fixed {
      width: 480px; } }
  @media (min-width: 720px) {
    .next-row.next-row-fixed {
      width: 720px; } }
  @media (min-width: 990px) {
    .next-row.next-row-fixed {
      width: 990px; } }
  @media (min-width: 1200px) {
    .next-row.next-row-fixed {
      width: 1200px; } }
  @media (min-width: 1500px) {
    .next-row.next-row-fixed {
      width: 1500px; } }
  .next-row.next-row-fixed-xxs {
    width: 320px; }
  .next-row.next-row-fixed-xs {
    width: 480px; }
  .next-row.next-row-fixed-s {
    width: 720px; }
  .next-row.next-row-fixed-m {
    width: 990px; }
  .next-row.next-row-fixed-l {
    width: 1200px; }
  .next-row.next-row-fixed-xl {
    width: 1500px; }
  .next-row.next-row-justify-start {
    justify-content: flex-start; }
  .next-row.next-row-justify-end {
    justify-content: flex-end; }
  .next-row.next-row-justify-center {
    justify-content: center; }
  .next-row.next-row-justify-space-between {
    justify-content: space-between; }
  .next-row.next-row-justify-space-around {
    justify-content: space-around; }
  .next-row.next-row-align-top {
    align-items: flex-start; }
  .next-row.next-row-align-bottom {
    align-items: flex-end; }
  .next-row.next-row-align-center {
    align-items: center; }
  .next-row.next-row-align-baseline {
    align-items: baseline; }
  .next-row.next-row-align-stretch {
    align-items: stretch; }

.next-col {
  flex: 1; }
  .next-col.next-col-top {
    align-self: flex-start; }
  .next-col.next-col-bottom {
    align-self: flex-end; }
  .next-col.next-col-center {
    align-self: center; }

/* IE9 pack */
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .next-row {
    display: table;
    width: 100%; }
  .next-col {
    display: table-cell;
    vertical-align: top; } }

.next-col-1 {
  flex: 0 0 4.16667%;
  width: 4.16667%;
  max-width: 4.16667%; }

.next-col-2 {
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%; }

.next-col-3 {
  flex: 0 0 12.5%;
  width: 12.5%;
  max-width: 12.5%; }

.next-col-4 {
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%; }

.next-col-5 {
  flex: 0 0 20.83333%;
  width: 20.83333%;
  max-width: 20.83333%; }

.next-col-6 {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%; }

.next-col-7 {
  flex: 0 0 29.16667%;
  width: 29.16667%;
  max-width: 29.16667%; }

.next-col-8 {
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%; }

.next-col-9 {
  flex: 0 0 37.5%;
  width: 37.5%;
  max-width: 37.5%; }

.next-col-10 {
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%; }

.next-col-11 {
  flex: 0 0 45.83333%;
  width: 45.83333%;
  max-width: 45.83333%; }

.next-col-12 {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%; }

.next-col-13 {
  flex: 0 0 54.16667%;
  width: 54.16667%;
  max-width: 54.16667%; }

.next-col-14 {
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%; }

.next-col-15 {
  flex: 0 0 62.5%;
  width: 62.5%;
  max-width: 62.5%; }

.next-col-16 {
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%; }

.next-col-17 {
  flex: 0 0 70.83333%;
  width: 70.83333%;
  max-width: 70.83333%; }

.next-col-18 {
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%; }

.next-col-19 {
  flex: 0 0 79.16667%;
  width: 79.16667%;
  max-width: 79.16667%; }

.next-col-20 {
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%; }

.next-col-21 {
  flex: 0 0 87.5%;
  width: 87.5%;
  max-width: 87.5%; }

.next-col-22 {
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%; }

.next-col-23 {
  flex: 0 0 95.83333%;
  width: 95.83333%;
  max-width: 95.83333%; }

.next-col-24 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }

@media (min-width: 320px) {
  .next-col-xxs-1 {
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%; }
  .next-col-xxs-2 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%; }
  .next-col-xxs-3 {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%; }
  .next-col-xxs-4 {
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%; }
  .next-col-xxs-5 {
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%; }
  .next-col-xxs-6 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }
  .next-col-xxs-7 {
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%; }
  .next-col-xxs-8 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%; }
  .next-col-xxs-9 {
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%; }
  .next-col-xxs-10 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%; }
  .next-col-xxs-11 {
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%; }
  .next-col-xxs-12 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
  .next-col-xxs-13 {
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%; }
  .next-col-xxs-14 {
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%; }
  .next-col-xxs-15 {
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%; }
  .next-col-xxs-16 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%; }
  .next-col-xxs-17 {
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%; }
  .next-col-xxs-18 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }
  .next-col-xxs-19 {
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%; }
  .next-col-xxs-20 {
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%; }
  .next-col-xxs-21 {
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%; }
  .next-col-xxs-22 {
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%; }
  .next-col-xxs-23 {
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%; }
  .next-col-xxs-24 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 480px) {
  .next-col-xs-1 {
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%; }
  .next-col-xs-2 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%; }
  .next-col-xs-3 {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%; }
  .next-col-xs-4 {
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%; }
  .next-col-xs-5 {
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%; }
  .next-col-xs-6 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }
  .next-col-xs-7 {
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%; }
  .next-col-xs-8 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%; }
  .next-col-xs-9 {
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%; }
  .next-col-xs-10 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%; }
  .next-col-xs-11 {
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%; }
  .next-col-xs-12 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
  .next-col-xs-13 {
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%; }
  .next-col-xs-14 {
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%; }
  .next-col-xs-15 {
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%; }
  .next-col-xs-16 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%; }
  .next-col-xs-17 {
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%; }
  .next-col-xs-18 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }
  .next-col-xs-19 {
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%; }
  .next-col-xs-20 {
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%; }
  .next-col-xs-21 {
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%; }
  .next-col-xs-22 {
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%; }
  .next-col-xs-23 {
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%; }
  .next-col-xs-24 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 720px) {
  .next-col-s-1 {
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%; }
  .next-col-s-2 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%; }
  .next-col-s-3 {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%; }
  .next-col-s-4 {
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%; }
  .next-col-s-5 {
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%; }
  .next-col-s-6 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }
  .next-col-s-7 {
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%; }
  .next-col-s-8 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%; }
  .next-col-s-9 {
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%; }
  .next-col-s-10 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%; }
  .next-col-s-11 {
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%; }
  .next-col-s-12 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
  .next-col-s-13 {
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%; }
  .next-col-s-14 {
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%; }
  .next-col-s-15 {
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%; }
  .next-col-s-16 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%; }
  .next-col-s-17 {
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%; }
  .next-col-s-18 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }
  .next-col-s-19 {
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%; }
  .next-col-s-20 {
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%; }
  .next-col-s-21 {
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%; }
  .next-col-s-22 {
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%; }
  .next-col-s-23 {
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%; }
  .next-col-s-24 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 990px) {
  .next-col-m-1 {
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%; }
  .next-col-m-2 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%; }
  .next-col-m-3 {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%; }
  .next-col-m-4 {
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%; }
  .next-col-m-5 {
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%; }
  .next-col-m-6 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }
  .next-col-m-7 {
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%; }
  .next-col-m-8 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%; }
  .next-col-m-9 {
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%; }
  .next-col-m-10 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%; }
  .next-col-m-11 {
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%; }
  .next-col-m-12 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
  .next-col-m-13 {
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%; }
  .next-col-m-14 {
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%; }
  .next-col-m-15 {
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%; }
  .next-col-m-16 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%; }
  .next-col-m-17 {
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%; }
  .next-col-m-18 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }
  .next-col-m-19 {
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%; }
  .next-col-m-20 {
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%; }
  .next-col-m-21 {
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%; }
  .next-col-m-22 {
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%; }
  .next-col-m-23 {
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%; }
  .next-col-m-24 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .next-col-l-1 {
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%; }
  .next-col-l-2 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%; }
  .next-col-l-3 {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%; }
  .next-col-l-4 {
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%; }
  .next-col-l-5 {
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%; }
  .next-col-l-6 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }
  .next-col-l-7 {
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%; }
  .next-col-l-8 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%; }
  .next-col-l-9 {
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%; }
  .next-col-l-10 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%; }
  .next-col-l-11 {
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%; }
  .next-col-l-12 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
  .next-col-l-13 {
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%; }
  .next-col-l-14 {
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%; }
  .next-col-l-15 {
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%; }
  .next-col-l-16 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%; }
  .next-col-l-17 {
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%; }
  .next-col-l-18 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }
  .next-col-l-19 {
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%; }
  .next-col-l-20 {
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%; }
  .next-col-l-21 {
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%; }
  .next-col-l-22 {
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%; }
  .next-col-l-23 {
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%; }
  .next-col-l-24 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 1500px) {
  .next-col-xl-1 {
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%; }
  .next-col-xl-2 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%; }
  .next-col-xl-3 {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%; }
  .next-col-xl-4 {
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%; }
  .next-col-xl-5 {
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%; }
  .next-col-xl-6 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }
  .next-col-xl-7 {
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%; }
  .next-col-xl-8 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%; }
  .next-col-xl-9 {
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%; }
  .next-col-xl-10 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%; }
  .next-col-xl-11 {
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%; }
  .next-col-xl-12 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }
  .next-col-xl-13 {
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%; }
  .next-col-xl-14 {
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%; }
  .next-col-xl-15 {
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%; }
  .next-col-xl-16 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%; }
  .next-col-xl-17 {
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%; }
  .next-col-xl-18 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }
  .next-col-xl-19 {
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%; }
  .next-col-xl-20 {
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%; }
  .next-col-xl-21 {
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%; }
  .next-col-xl-22 {
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%; }
  .next-col-xl-23 {
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%; }
  .next-col-xl-24 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

.next-col-1p5 {
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%; }

.next-col-2p5 {
  flex: 0 0 40%;
  width: 40%;
  max-width: 40%; }

.next-col-3p5 {
  flex: 0 0 60%;
  width: 60%;
  max-width: 60%; }

.next-col-4p5 {
  flex: 0 0 80%;
  width: 80%;
  max-width: 80%; }

.next-col-5p5 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }

@media (min-width: 320px) {
  .next-col-xxs-1p5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%; }
  .next-col-xxs-2p5 {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%; }
  .next-col-xxs-3p5 {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%; }
  .next-col-xxs-4p5 {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%; }
  .next-col-xxs-5p5 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 480px) {
  .next-col-xs-1p5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%; }
  .next-col-xs-2p5 {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%; }
  .next-col-xs-3p5 {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%; }
  .next-col-xs-4p5 {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%; }
  .next-col-xs-5p5 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 720px) {
  .next-col-s-1p5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%; }
  .next-col-s-2p5 {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%; }
  .next-col-s-3p5 {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%; }
  .next-col-s-4p5 {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%; }
  .next-col-s-5p5 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 990px) {
  .next-col-m-1p5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%; }
  .next-col-m-2p5 {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%; }
  .next-col-m-3p5 {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%; }
  .next-col-m-4p5 {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%; }
  .next-col-m-5p5 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .next-col-l-1p5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%; }
  .next-col-l-2p5 {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%; }
  .next-col-l-3p5 {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%; }
  .next-col-l-4p5 {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%; }
  .next-col-l-5p5 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 1500px) {
  .next-col-xl-1p5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%; }
  .next-col-xl-2p5 {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%; }
  .next-col-xl-3p5 {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%; }
  .next-col-xl-4p5 {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%; }
  .next-col-xl-5p5 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; } }

.next-col-fixed-1 {
  flex: 0 0 20px;
  width: 20px;
  max-width: 20px; }

.next-col-fixed-2 {
  flex: 0 0 40px;
  width: 40px;
  max-width: 40px; }

.next-col-fixed-3 {
  flex: 0 0 60px;
  width: 60px;
  max-width: 60px; }

.next-col-fixed-4 {
  flex: 0 0 80px;
  width: 80px;
  max-width: 80px; }

.next-col-fixed-5 {
  flex: 0 0 100px;
  width: 100px;
  max-width: 100px; }

.next-col-fixed-6 {
  flex: 0 0 120px;
  width: 120px;
  max-width: 120px; }

.next-col-fixed-7 {
  flex: 0 0 140px;
  width: 140px;
  max-width: 140px; }

.next-col-fixed-8 {
  flex: 0 0 160px;
  width: 160px;
  max-width: 160px; }

.next-col-fixed-9 {
  flex: 0 0 180px;
  width: 180px;
  max-width: 180px; }

.next-col-fixed-10 {
  flex: 0 0 200px;
  width: 200px;
  max-width: 200px; }

.next-col-fixed-11 {
  flex: 0 0 220px;
  width: 220px;
  max-width: 220px; }

.next-col-fixed-12 {
  flex: 0 0 240px;
  width: 240px;
  max-width: 240px; }

.next-col-fixed-13 {
  flex: 0 0 260px;
  width: 260px;
  max-width: 260px; }

.next-col-fixed-14 {
  flex: 0 0 280px;
  width: 280px;
  max-width: 280px; }

.next-col-fixed-15 {
  flex: 0 0 300px;
  width: 300px;
  max-width: 300px; }

.next-col-fixed-16 {
  flex: 0 0 320px;
  width: 320px;
  max-width: 320px; }

.next-col-fixed-17 {
  flex: 0 0 340px;
  width: 340px;
  max-width: 340px; }

.next-col-fixed-18 {
  flex: 0 0 360px;
  width: 360px;
  max-width: 360px; }

.next-col-fixed-19 {
  flex: 0 0 380px;
  width: 380px;
  max-width: 380px; }

.next-col-fixed-20 {
  flex: 0 0 400px;
  width: 400px;
  max-width: 400px; }

.next-col-fixed-21 {
  flex: 0 0 420px;
  width: 420px;
  max-width: 420px; }

.next-col-fixed-22 {
  flex: 0 0 440px;
  width: 440px;
  max-width: 440px; }

.next-col-fixed-23 {
  flex: 0 0 460px;
  width: 460px;
  max-width: 460px; }

.next-col-fixed-24 {
  flex: 0 0 480px;
  width: 480px;
  max-width: 480px; }

.next-col-fixed-25 {
  flex: 0 0 500px;
  width: 500px;
  max-width: 500px; }

.next-col-fixed-26 {
  flex: 0 0 520px;
  width: 520px;
  max-width: 520px; }

.next-col-fixed-27 {
  flex: 0 0 540px;
  width: 540px;
  max-width: 540px; }

.next-col-fixed-28 {
  flex: 0 0 560px;
  width: 560px;
  max-width: 560px; }

.next-col-fixed-29 {
  flex: 0 0 580px;
  width: 580px;
  max-width: 580px; }

.next-col-fixed-30 {
  flex: 0 0 600px;
  width: 600px;
  max-width: 600px; }

.next-col-offset-1 {
  margin-left: 4.16667%; }

.next-col-offset-2 {
  margin-left: 8.33333%; }

.next-col-offset-3 {
  margin-left: 12.5%; }

.next-col-offset-4 {
  margin-left: 16.66667%; }

.next-col-offset-5 {
  margin-left: 20.83333%; }

.next-col-offset-6 {
  margin-left: 25%; }

.next-col-offset-7 {
  margin-left: 29.16667%; }

.next-col-offset-8 {
  margin-left: 33.33333%; }

.next-col-offset-9 {
  margin-left: 37.5%; }

.next-col-offset-10 {
  margin-left: 41.66667%; }

.next-col-offset-11 {
  margin-left: 45.83333%; }

.next-col-offset-12 {
  margin-left: 50%; }

.next-col-offset-13 {
  margin-left: 54.16667%; }

.next-col-offset-14 {
  margin-left: 58.33333%; }

.next-col-offset-15 {
  margin-left: 62.5%; }

.next-col-offset-16 {
  margin-left: 66.66667%; }

.next-col-offset-17 {
  margin-left: 70.83333%; }

.next-col-offset-18 {
  margin-left: 75%; }

.next-col-offset-19 {
  margin-left: 79.16667%; }

.next-col-offset-20 {
  margin-left: 83.33333%; }

.next-col-offset-21 {
  margin-left: 87.5%; }

.next-col-offset-22 {
  margin-left: 91.66667%; }

.next-col-offset-23 {
  margin-left: 95.83333%; }

.next-col-offset-24 {
  margin-left: 100%; }

@media (min-width: 320px) {
  .next-col-xxs-offset-1 {
    margin-left: 4.16667%; }
  .next-col-xxs-offset-2 {
    margin-left: 8.33333%; }
  .next-col-xxs-offset-3 {
    margin-left: 12.5%; }
  .next-col-xxs-offset-4 {
    margin-left: 16.66667%; }
  .next-col-xxs-offset-5 {
    margin-left: 20.83333%; }
  .next-col-xxs-offset-6 {
    margin-left: 25%; }
  .next-col-xxs-offset-7 {
    margin-left: 29.16667%; }
  .next-col-xxs-offset-8 {
    margin-left: 33.33333%; }
  .next-col-xxs-offset-9 {
    margin-left: 37.5%; }
  .next-col-xxs-offset-10 {
    margin-left: 41.66667%; }
  .next-col-xxs-offset-11 {
    margin-left: 45.83333%; }
  .next-col-xxs-offset-12 {
    margin-left: 50%; }
  .next-col-xxs-offset-13 {
    margin-left: 54.16667%; }
  .next-col-xxs-offset-14 {
    margin-left: 58.33333%; }
  .next-col-xxs-offset-15 {
    margin-left: 62.5%; }
  .next-col-xxs-offset-16 {
    margin-left: 66.66667%; }
  .next-col-xxs-offset-17 {
    margin-left: 70.83333%; }
  .next-col-xxs-offset-18 {
    margin-left: 75%; }
  .next-col-xxs-offset-19 {
    margin-left: 79.16667%; }
  .next-col-xxs-offset-20 {
    margin-left: 83.33333%; }
  .next-col-xxs-offset-21 {
    margin-left: 87.5%; }
  .next-col-xxs-offset-22 {
    margin-left: 91.66667%; }
  .next-col-xxs-offset-23 {
    margin-left: 95.83333%; }
  .next-col-xxs-offset-24 {
    margin-left: 100%; } }

@media (min-width: 480px) {
  .next-col-xs-offset-1 {
    margin-left: 4.16667%; }
  .next-col-xs-offset-2 {
    margin-left: 8.33333%; }
  .next-col-xs-offset-3 {
    margin-left: 12.5%; }
  .next-col-xs-offset-4 {
    margin-left: 16.66667%; }
  .next-col-xs-offset-5 {
    margin-left: 20.83333%; }
  .next-col-xs-offset-6 {
    margin-left: 25%; }
  .next-col-xs-offset-7 {
    margin-left: 29.16667%; }
  .next-col-xs-offset-8 {
    margin-left: 33.33333%; }
  .next-col-xs-offset-9 {
    margin-left: 37.5%; }
  .next-col-xs-offset-10 {
    margin-left: 41.66667%; }
  .next-col-xs-offset-11 {
    margin-left: 45.83333%; }
  .next-col-xs-offset-12 {
    margin-left: 50%; }
  .next-col-xs-offset-13 {
    margin-left: 54.16667%; }
  .next-col-xs-offset-14 {
    margin-left: 58.33333%; }
  .next-col-xs-offset-15 {
    margin-left: 62.5%; }
  .next-col-xs-offset-16 {
    margin-left: 66.66667%; }
  .next-col-xs-offset-17 {
    margin-left: 70.83333%; }
  .next-col-xs-offset-18 {
    margin-left: 75%; }
  .next-col-xs-offset-19 {
    margin-left: 79.16667%; }
  .next-col-xs-offset-20 {
    margin-left: 83.33333%; }
  .next-col-xs-offset-21 {
    margin-left: 87.5%; }
  .next-col-xs-offset-22 {
    margin-left: 91.66667%; }
  .next-col-xs-offset-23 {
    margin-left: 95.83333%; }
  .next-col-xs-offset-24 {
    margin-left: 100%; } }

@media (min-width: 720px) {
  .next-col-s-offset-1 {
    margin-left: 4.16667%; }
  .next-col-s-offset-2 {
    margin-left: 8.33333%; }
  .next-col-s-offset-3 {
    margin-left: 12.5%; }
  .next-col-s-offset-4 {
    margin-left: 16.66667%; }
  .next-col-s-offset-5 {
    margin-left: 20.83333%; }
  .next-col-s-offset-6 {
    margin-left: 25%; }
  .next-col-s-offset-7 {
    margin-left: 29.16667%; }
  .next-col-s-offset-8 {
    margin-left: 33.33333%; }
  .next-col-s-offset-9 {
    margin-left: 37.5%; }
  .next-col-s-offset-10 {
    margin-left: 41.66667%; }
  .next-col-s-offset-11 {
    margin-left: 45.83333%; }
  .next-col-s-offset-12 {
    margin-left: 50%; }
  .next-col-s-offset-13 {
    margin-left: 54.16667%; }
  .next-col-s-offset-14 {
    margin-left: 58.33333%; }
  .next-col-s-offset-15 {
    margin-left: 62.5%; }
  .next-col-s-offset-16 {
    margin-left: 66.66667%; }
  .next-col-s-offset-17 {
    margin-left: 70.83333%; }
  .next-col-s-offset-18 {
    margin-left: 75%; }
  .next-col-s-offset-19 {
    margin-left: 79.16667%; }
  .next-col-s-offset-20 {
    margin-left: 83.33333%; }
  .next-col-s-offset-21 {
    margin-left: 87.5%; }
  .next-col-s-offset-22 {
    margin-left: 91.66667%; }
  .next-col-s-offset-23 {
    margin-left: 95.83333%; }
  .next-col-s-offset-24 {
    margin-left: 100%; } }

@media (min-width: 990px) {
  .next-col-m-offset-1 {
    margin-left: 4.16667%; }
  .next-col-m-offset-2 {
    margin-left: 8.33333%; }
  .next-col-m-offset-3 {
    margin-left: 12.5%; }
  .next-col-m-offset-4 {
    margin-left: 16.66667%; }
  .next-col-m-offset-5 {
    margin-left: 20.83333%; }
  .next-col-m-offset-6 {
    margin-left: 25%; }
  .next-col-m-offset-7 {
    margin-left: 29.16667%; }
  .next-col-m-offset-8 {
    margin-left: 33.33333%; }
  .next-col-m-offset-9 {
    margin-left: 37.5%; }
  .next-col-m-offset-10 {
    margin-left: 41.66667%; }
  .next-col-m-offset-11 {
    margin-left: 45.83333%; }
  .next-col-m-offset-12 {
    margin-left: 50%; }
  .next-col-m-offset-13 {
    margin-left: 54.16667%; }
  .next-col-m-offset-14 {
    margin-left: 58.33333%; }
  .next-col-m-offset-15 {
    margin-left: 62.5%; }
  .next-col-m-offset-16 {
    margin-left: 66.66667%; }
  .next-col-m-offset-17 {
    margin-left: 70.83333%; }
  .next-col-m-offset-18 {
    margin-left: 75%; }
  .next-col-m-offset-19 {
    margin-left: 79.16667%; }
  .next-col-m-offset-20 {
    margin-left: 83.33333%; }
  .next-col-m-offset-21 {
    margin-left: 87.5%; }
  .next-col-m-offset-22 {
    margin-left: 91.66667%; }
  .next-col-m-offset-23 {
    margin-left: 95.83333%; }
  .next-col-m-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .next-col-l-offset-1 {
    margin-left: 4.16667%; }
  .next-col-l-offset-2 {
    margin-left: 8.33333%; }
  .next-col-l-offset-3 {
    margin-left: 12.5%; }
  .next-col-l-offset-4 {
    margin-left: 16.66667%; }
  .next-col-l-offset-5 {
    margin-left: 20.83333%; }
  .next-col-l-offset-6 {
    margin-left: 25%; }
  .next-col-l-offset-7 {
    margin-left: 29.16667%; }
  .next-col-l-offset-8 {
    margin-left: 33.33333%; }
  .next-col-l-offset-9 {
    margin-left: 37.5%; }
  .next-col-l-offset-10 {
    margin-left: 41.66667%; }
  .next-col-l-offset-11 {
    margin-left: 45.83333%; }
  .next-col-l-offset-12 {
    margin-left: 50%; }
  .next-col-l-offset-13 {
    margin-left: 54.16667%; }
  .next-col-l-offset-14 {
    margin-left: 58.33333%; }
  .next-col-l-offset-15 {
    margin-left: 62.5%; }
  .next-col-l-offset-16 {
    margin-left: 66.66667%; }
  .next-col-l-offset-17 {
    margin-left: 70.83333%; }
  .next-col-l-offset-18 {
    margin-left: 75%; }
  .next-col-l-offset-19 {
    margin-left: 79.16667%; }
  .next-col-l-offset-20 {
    margin-left: 83.33333%; }
  .next-col-l-offset-21 {
    margin-left: 87.5%; }
  .next-col-l-offset-22 {
    margin-left: 91.66667%; }
  .next-col-l-offset-23 {
    margin-left: 95.83333%; }
  .next-col-l-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1500px) {
  .next-col-xl-offset-1 {
    margin-left: 4.16667%; }
  .next-col-xl-offset-2 {
    margin-left: 8.33333%; }
  .next-col-xl-offset-3 {
    margin-left: 12.5%; }
  .next-col-xl-offset-4 {
    margin-left: 16.66667%; }
  .next-col-xl-offset-5 {
    margin-left: 20.83333%; }
  .next-col-xl-offset-6 {
    margin-left: 25%; }
  .next-col-xl-offset-7 {
    margin-left: 29.16667%; }
  .next-col-xl-offset-8 {
    margin-left: 33.33333%; }
  .next-col-xl-offset-9 {
    margin-left: 37.5%; }
  .next-col-xl-offset-10 {
    margin-left: 41.66667%; }
  .next-col-xl-offset-11 {
    margin-left: 45.83333%; }
  .next-col-xl-offset-12 {
    margin-left: 50%; }
  .next-col-xl-offset-13 {
    margin-left: 54.16667%; }
  .next-col-xl-offset-14 {
    margin-left: 58.33333%; }
  .next-col-xl-offset-15 {
    margin-left: 62.5%; }
  .next-col-xl-offset-16 {
    margin-left: 66.66667%; }
  .next-col-xl-offset-17 {
    margin-left: 70.83333%; }
  .next-col-xl-offset-18 {
    margin-left: 75%; }
  .next-col-xl-offset-19 {
    margin-left: 79.16667%; }
  .next-col-xl-offset-20 {
    margin-left: 83.33333%; }
  .next-col-xl-offset-21 {
    margin-left: 87.5%; }
  .next-col-xl-offset-22 {
    margin-left: 91.66667%; }
  .next-col-xl-offset-23 {
    margin-left: 95.83333%; }
  .next-col-xl-offset-24 {
    margin-left: 100%; } }

.next-col-offset-fixed-1 {
  margin-left: 20px; }

.next-col-offset-fixed-2 {
  margin-left: 40px; }

.next-col-offset-fixed-3 {
  margin-left: 60px; }

.next-col-offset-fixed-4 {
  margin-left: 80px; }

.next-col-offset-fixed-5 {
  margin-left: 100px; }

.next-col-offset-fixed-6 {
  margin-left: 120px; }

.next-col-offset-fixed-7 {
  margin-left: 140px; }

.next-col-offset-fixed-8 {
  margin-left: 160px; }

.next-col-offset-fixed-9 {
  margin-left: 180px; }

.next-col-offset-fixed-10 {
  margin-left: 200px; }

.next-col-offset-fixed-11 {
  margin-left: 220px; }

.next-col-offset-fixed-12 {
  margin-left: 240px; }

.next-col-offset-fixed-13 {
  margin-left: 260px; }

.next-col-offset-fixed-14 {
  margin-left: 280px; }

.next-col-offset-fixed-15 {
  margin-left: 300px; }

.next-col-offset-fixed-16 {
  margin-left: 320px; }

.next-col-offset-fixed-17 {
  margin-left: 340px; }

.next-col-offset-fixed-18 {
  margin-left: 360px; }

.next-col-offset-fixed-19 {
  margin-left: 380px; }

.next-col-offset-fixed-20 {
  margin-left: 400px; }

.next-col-offset-fixed-21 {
  margin-left: 420px; }

.next-col-offset-fixed-22 {
  margin-left: 440px; }

.next-col-offset-fixed-23 {
  margin-left: 460px; }

.next-col-offset-fixed-24 {
  margin-left: 480px; }

.next-col-offset-fixed-25 {
  margin-left: 500px; }

.next-col-offset-fixed-26 {
  margin-left: 520px; }

.next-col-offset-fixed-27 {
  margin-left: 540px; }

.next-col-offset-fixed-28 {
  margin-left: 560px; }

.next-col-offset-fixed-29 {
  margin-left: 580px; }

.next-col-offset-fixed-30 {
  margin-left: 600px; }

.next-col-offset-fixed-xxs-1 {
  margin-left: 20px; }

.next-col-offset-fixed-xxs-2 {
  margin-left: 40px; }

.next-col-offset-fixed-xxs-3 {
  margin-left: 60px; }

.next-col-offset-fixed-xxs-4 {
  margin-left: 80px; }

.next-col-offset-fixed-xxs-5 {
  margin-left: 100px; }

.next-col-offset-fixed-xxs-6 {
  margin-left: 120px; }

.next-col-offset-fixed-xxs-7 {
  margin-left: 140px; }

.next-col-offset-fixed-xxs-8 {
  margin-left: 160px; }

.next-col-offset-fixed-xxs-9 {
  margin-left: 180px; }

.next-col-offset-fixed-xxs-10 {
  margin-left: 200px; }

.next-col-offset-fixed-xxs-11 {
  margin-left: 220px; }

.next-col-offset-fixed-xxs-12 {
  margin-left: 240px; }

.next-col-offset-fixed-xxs-13 {
  margin-left: 260px; }

.next-col-offset-fixed-xxs-14 {
  margin-left: 280px; }

.next-col-offset-fixed-xxs-15 {
  margin-left: 300px; }

.next-col-offset-fixed-xxs-16 {
  margin-left: 320px; }

.next-col-offset-fixed-xxs-17 {
  margin-left: 340px; }

.next-col-offset-fixed-xxs-18 {
  margin-left: 360px; }

.next-col-offset-fixed-xxs-19 {
  margin-left: 380px; }

.next-col-offset-fixed-xxs-20 {
  margin-left: 400px; }

.next-col-offset-fixed-xxs-21 {
  margin-left: 420px; }

.next-col-offset-fixed-xxs-22 {
  margin-left: 440px; }

.next-col-offset-fixed-xxs-23 {
  margin-left: 460px; }

.next-col-offset-fixed-xxs-24 {
  margin-left: 480px; }

.next-col-offset-fixed-xxs-25 {
  margin-left: 500px; }

.next-col-offset-fixed-xxs-26 {
  margin-left: 520px; }

.next-col-offset-fixed-xxs-27 {
  margin-left: 540px; }

.next-col-offset-fixed-xxs-28 {
  margin-left: 560px; }

.next-col-offset-fixed-xxs-29 {
  margin-left: 580px; }

.next-col-offset-fixed-xxs-30 {
  margin-left: 600px; }

.next-col-offset-fixed-xs-1 {
  margin-left: 20px; }

.next-col-offset-fixed-xs-2 {
  margin-left: 40px; }

.next-col-offset-fixed-xs-3 {
  margin-left: 60px; }

.next-col-offset-fixed-xs-4 {
  margin-left: 80px; }

.next-col-offset-fixed-xs-5 {
  margin-left: 100px; }

.next-col-offset-fixed-xs-6 {
  margin-left: 120px; }

.next-col-offset-fixed-xs-7 {
  margin-left: 140px; }

.next-col-offset-fixed-xs-8 {
  margin-left: 160px; }

.next-col-offset-fixed-xs-9 {
  margin-left: 180px; }

.next-col-offset-fixed-xs-10 {
  margin-left: 200px; }

.next-col-offset-fixed-xs-11 {
  margin-left: 220px; }

.next-col-offset-fixed-xs-12 {
  margin-left: 240px; }

.next-col-offset-fixed-xs-13 {
  margin-left: 260px; }

.next-col-offset-fixed-xs-14 {
  margin-left: 280px; }

.next-col-offset-fixed-xs-15 {
  margin-left: 300px; }

.next-col-offset-fixed-xs-16 {
  margin-left: 320px; }

.next-col-offset-fixed-xs-17 {
  margin-left: 340px; }

.next-col-offset-fixed-xs-18 {
  margin-left: 360px; }

.next-col-offset-fixed-xs-19 {
  margin-left: 380px; }

.next-col-offset-fixed-xs-20 {
  margin-left: 400px; }

.next-col-offset-fixed-xs-21 {
  margin-left: 420px; }

.next-col-offset-fixed-xs-22 {
  margin-left: 440px; }

.next-col-offset-fixed-xs-23 {
  margin-left: 460px; }

.next-col-offset-fixed-xs-24 {
  margin-left: 480px; }

.next-col-offset-fixed-xs-25 {
  margin-left: 500px; }

.next-col-offset-fixed-xs-26 {
  margin-left: 520px; }

.next-col-offset-fixed-xs-27 {
  margin-left: 540px; }

.next-col-offset-fixed-xs-28 {
  margin-left: 560px; }

.next-col-offset-fixed-xs-29 {
  margin-left: 580px; }

.next-col-offset-fixed-xs-30 {
  margin-left: 600px; }

.next-col-offset-fixed-s-1 {
  margin-left: 20px; }

.next-col-offset-fixed-s-2 {
  margin-left: 40px; }

.next-col-offset-fixed-s-3 {
  margin-left: 60px; }

.next-col-offset-fixed-s-4 {
  margin-left: 80px; }

.next-col-offset-fixed-s-5 {
  margin-left: 100px; }

.next-col-offset-fixed-s-6 {
  margin-left: 120px; }

.next-col-offset-fixed-s-7 {
  margin-left: 140px; }

.next-col-offset-fixed-s-8 {
  margin-left: 160px; }

.next-col-offset-fixed-s-9 {
  margin-left: 180px; }

.next-col-offset-fixed-s-10 {
  margin-left: 200px; }

.next-col-offset-fixed-s-11 {
  margin-left: 220px; }

.next-col-offset-fixed-s-12 {
  margin-left: 240px; }

.next-col-offset-fixed-s-13 {
  margin-left: 260px; }

.next-col-offset-fixed-s-14 {
  margin-left: 280px; }

.next-col-offset-fixed-s-15 {
  margin-left: 300px; }

.next-col-offset-fixed-s-16 {
  margin-left: 320px; }

.next-col-offset-fixed-s-17 {
  margin-left: 340px; }

.next-col-offset-fixed-s-18 {
  margin-left: 360px; }

.next-col-offset-fixed-s-19 {
  margin-left: 380px; }

.next-col-offset-fixed-s-20 {
  margin-left: 400px; }

.next-col-offset-fixed-s-21 {
  margin-left: 420px; }

.next-col-offset-fixed-s-22 {
  margin-left: 440px; }

.next-col-offset-fixed-s-23 {
  margin-left: 460px; }

.next-col-offset-fixed-s-24 {
  margin-left: 480px; }

.next-col-offset-fixed-s-25 {
  margin-left: 500px; }

.next-col-offset-fixed-s-26 {
  margin-left: 520px; }

.next-col-offset-fixed-s-27 {
  margin-left: 540px; }

.next-col-offset-fixed-s-28 {
  margin-left: 560px; }

.next-col-offset-fixed-s-29 {
  margin-left: 580px; }

.next-col-offset-fixed-s-30 {
  margin-left: 600px; }

.next-col-offset-fixed-m-1 {
  margin-left: 20px; }

.next-col-offset-fixed-m-2 {
  margin-left: 40px; }

.next-col-offset-fixed-m-3 {
  margin-left: 60px; }

.next-col-offset-fixed-m-4 {
  margin-left: 80px; }

.next-col-offset-fixed-m-5 {
  margin-left: 100px; }

.next-col-offset-fixed-m-6 {
  margin-left: 120px; }

.next-col-offset-fixed-m-7 {
  margin-left: 140px; }

.next-col-offset-fixed-m-8 {
  margin-left: 160px; }

.next-col-offset-fixed-m-9 {
  margin-left: 180px; }

.next-col-offset-fixed-m-10 {
  margin-left: 200px; }

.next-col-offset-fixed-m-11 {
  margin-left: 220px; }

.next-col-offset-fixed-m-12 {
  margin-left: 240px; }

.next-col-offset-fixed-m-13 {
  margin-left: 260px; }

.next-col-offset-fixed-m-14 {
  margin-left: 280px; }

.next-col-offset-fixed-m-15 {
  margin-left: 300px; }

.next-col-offset-fixed-m-16 {
  margin-left: 320px; }

.next-col-offset-fixed-m-17 {
  margin-left: 340px; }

.next-col-offset-fixed-m-18 {
  margin-left: 360px; }

.next-col-offset-fixed-m-19 {
  margin-left: 380px; }

.next-col-offset-fixed-m-20 {
  margin-left: 400px; }

.next-col-offset-fixed-m-21 {
  margin-left: 420px; }

.next-col-offset-fixed-m-22 {
  margin-left: 440px; }

.next-col-offset-fixed-m-23 {
  margin-left: 460px; }

.next-col-offset-fixed-m-24 {
  margin-left: 480px; }

.next-col-offset-fixed-m-25 {
  margin-left: 500px; }

.next-col-offset-fixed-m-26 {
  margin-left: 520px; }

.next-col-offset-fixed-m-27 {
  margin-left: 540px; }

.next-col-offset-fixed-m-28 {
  margin-left: 560px; }

.next-col-offset-fixed-m-29 {
  margin-left: 580px; }

.next-col-offset-fixed-m-30 {
  margin-left: 600px; }

.next-col-offset-fixed-l-1 {
  margin-left: 20px; }

.next-col-offset-fixed-l-2 {
  margin-left: 40px; }

.next-col-offset-fixed-l-3 {
  margin-left: 60px; }

.next-col-offset-fixed-l-4 {
  margin-left: 80px; }

.next-col-offset-fixed-l-5 {
  margin-left: 100px; }

.next-col-offset-fixed-l-6 {
  margin-left: 120px; }

.next-col-offset-fixed-l-7 {
  margin-left: 140px; }

.next-col-offset-fixed-l-8 {
  margin-left: 160px; }

.next-col-offset-fixed-l-9 {
  margin-left: 180px; }

.next-col-offset-fixed-l-10 {
  margin-left: 200px; }

.next-col-offset-fixed-l-11 {
  margin-left: 220px; }

.next-col-offset-fixed-l-12 {
  margin-left: 240px; }

.next-col-offset-fixed-l-13 {
  margin-left: 260px; }

.next-col-offset-fixed-l-14 {
  margin-left: 280px; }

.next-col-offset-fixed-l-15 {
  margin-left: 300px; }

.next-col-offset-fixed-l-16 {
  margin-left: 320px; }

.next-col-offset-fixed-l-17 {
  margin-left: 340px; }

.next-col-offset-fixed-l-18 {
  margin-left: 360px; }

.next-col-offset-fixed-l-19 {
  margin-left: 380px; }

.next-col-offset-fixed-l-20 {
  margin-left: 400px; }

.next-col-offset-fixed-l-21 {
  margin-left: 420px; }

.next-col-offset-fixed-l-22 {
  margin-left: 440px; }

.next-col-offset-fixed-l-23 {
  margin-left: 460px; }

.next-col-offset-fixed-l-24 {
  margin-left: 480px; }

.next-col-offset-fixed-l-25 {
  margin-left: 500px; }

.next-col-offset-fixed-l-26 {
  margin-left: 520px; }

.next-col-offset-fixed-l-27 {
  margin-left: 540px; }

.next-col-offset-fixed-l-28 {
  margin-left: 560px; }

.next-col-offset-fixed-l-29 {
  margin-left: 580px; }

.next-col-offset-fixed-l-30 {
  margin-left: 600px; }

.next-col-offset-fixed-xl-1 {
  margin-left: 20px; }

.next-col-offset-fixed-xl-2 {
  margin-left: 40px; }

.next-col-offset-fixed-xl-3 {
  margin-left: 60px; }

.next-col-offset-fixed-xl-4 {
  margin-left: 80px; }

.next-col-offset-fixed-xl-5 {
  margin-left: 100px; }

.next-col-offset-fixed-xl-6 {
  margin-left: 120px; }

.next-col-offset-fixed-xl-7 {
  margin-left: 140px; }

.next-col-offset-fixed-xl-8 {
  margin-left: 160px; }

.next-col-offset-fixed-xl-9 {
  margin-left: 180px; }

.next-col-offset-fixed-xl-10 {
  margin-left: 200px; }

.next-col-offset-fixed-xl-11 {
  margin-left: 220px; }

.next-col-offset-fixed-xl-12 {
  margin-left: 240px; }

.next-col-offset-fixed-xl-13 {
  margin-left: 260px; }

.next-col-offset-fixed-xl-14 {
  margin-left: 280px; }

.next-col-offset-fixed-xl-15 {
  margin-left: 300px; }

.next-col-offset-fixed-xl-16 {
  margin-left: 320px; }

.next-col-offset-fixed-xl-17 {
  margin-left: 340px; }

.next-col-offset-fixed-xl-18 {
  margin-left: 360px; }

.next-col-offset-fixed-xl-19 {
  margin-left: 380px; }

.next-col-offset-fixed-xl-20 {
  margin-left: 400px; }

.next-col-offset-fixed-xl-21 {
  margin-left: 420px; }

.next-col-offset-fixed-xl-22 {
  margin-left: 440px; }

.next-col-offset-fixed-xl-23 {
  margin-left: 460px; }

.next-col-offset-fixed-xl-24 {
  margin-left: 480px; }

.next-col-offset-fixed-xl-25 {
  margin-left: 500px; }

.next-col-offset-fixed-xl-26 {
  margin-left: 520px; }

.next-col-offset-fixed-xl-27 {
  margin-left: 540px; }

.next-col-offset-fixed-xl-28 {
  margin-left: 560px; }

.next-col-offset-fixed-xl-29 {
  margin-left: 580px; }

.next-col-offset-fixed-xl-30 {
  margin-left: 600px; }

.next-col.next-col-hidden {
  display: none; }

@media (min-width: 320px) and (max-width: 479px) {
  .next-col.next-col-xxs-hidden {
    display: none; } }

@media (min-width: 480px) and (max-width: 719px) {
  .next-col.next-col-xs-hidden {
    display: none; } }

@media (min-width: 720px) and (max-width: 989px) {
  .next-col.next-col-s-hidden {
    display: none; } }

@media (min-width: 990px) and (max-width: 1199px) {
  .next-col.next-col-m-hidden {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .next-col.next-col-l-hidden {
    display: none; } }

@media (min-width: 1500px) {
  .next-col.next-col-xl-hidden {
    display: none; } }

.next-row.next-row-hidden {
  display: none; }

@media (min-width: 320px) and (max-width: 479px) {
  .next-row.next-row-xxs-hidden {
    display: none; } }

@media (min-width: 480px) and (max-width: 719px) {
  .next-row.next-row-xs-hidden {
    display: none; } }

@media (min-width: 720px) and (max-width: 989px) {
  .next-row.next-row-s-hidden {
    display: none; } }

@media (min-width: 990px) and (max-width: 1199px) {
  .next-row.next-row-m-hidden {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .next-row.next-row-l-hidden {
    display: none; } }

@media (min-width: 1500px) {
  .next-row.next-row-xl-hidden {
    display: none; } }

.next-col-offset-1[dir="rtl"] {
  margin-right: 4.16667%;
  margin-left: auto; }

.next-col-offset-2[dir="rtl"] {
  margin-right: 8.33333%;
  margin-left: auto; }

.next-col-offset-3[dir="rtl"] {
  margin-right: 12.5%;
  margin-left: auto; }

.next-col-offset-4[dir="rtl"] {
  margin-right: 16.66667%;
  margin-left: auto; }

.next-col-offset-5[dir="rtl"] {
  margin-right: 20.83333%;
  margin-left: auto; }

.next-col-offset-6[dir="rtl"] {
  margin-right: 25%;
  margin-left: auto; }

.next-col-offset-7[dir="rtl"] {
  margin-right: 29.16667%;
  margin-left: auto; }

.next-col-offset-8[dir="rtl"] {
  margin-right: 33.33333%;
  margin-left: auto; }

.next-col-offset-9[dir="rtl"] {
  margin-right: 37.5%;
  margin-left: auto; }

.next-col-offset-10[dir="rtl"] {
  margin-right: 41.66667%;
  margin-left: auto; }

.next-col-offset-11[dir="rtl"] {
  margin-right: 45.83333%;
  margin-left: auto; }

.next-col-offset-12[dir="rtl"] {
  margin-right: 50%;
  margin-left: auto; }

.next-col-offset-13[dir="rtl"] {
  margin-right: 54.16667%;
  margin-left: auto; }

.next-col-offset-14[dir="rtl"] {
  margin-right: 58.33333%;
  margin-left: auto; }

.next-col-offset-15[dir="rtl"] {
  margin-right: 62.5%;
  margin-left: auto; }

.next-col-offset-16[dir="rtl"] {
  margin-right: 66.66667%;
  margin-left: auto; }

.next-col-offset-17[dir="rtl"] {
  margin-right: 70.83333%;
  margin-left: auto; }

.next-col-offset-18[dir="rtl"] {
  margin-right: 75%;
  margin-left: auto; }

.next-col-offset-19[dir="rtl"] {
  margin-right: 79.16667%;
  margin-left: auto; }

.next-col-offset-20[dir="rtl"] {
  margin-right: 83.33333%;
  margin-left: auto; }

.next-col-offset-21[dir="rtl"] {
  margin-right: 87.5%;
  margin-left: auto; }

.next-col-offset-22[dir="rtl"] {
  margin-right: 91.66667%;
  margin-left: auto; }

.next-col-offset-23[dir="rtl"] {
  margin-right: 95.83333%;
  margin-left: auto; }

.next-col-offset-24[dir="rtl"] {
  margin-right: 100%;
  margin-left: auto; }

@media (min-width: 320px) {
  .next-col-xxs-offset-1[dir="rtl"] {
    margin-right: 4.16667%;
    margin-left: auto; }
  .next-col-xxs-offset-2[dir="rtl"] {
    margin-right: 8.33333%;
    margin-left: auto; }
  .next-col-xxs-offset-3[dir="rtl"] {
    margin-right: 12.5%;
    margin-left: auto; }
  .next-col-xxs-offset-4[dir="rtl"] {
    margin-right: 16.66667%;
    margin-left: auto; }
  .next-col-xxs-offset-5[dir="rtl"] {
    margin-right: 20.83333%;
    margin-left: auto; }
  .next-col-xxs-offset-6[dir="rtl"] {
    margin-right: 25%;
    margin-left: auto; }
  .next-col-xxs-offset-7[dir="rtl"] {
    margin-right: 29.16667%;
    margin-left: auto; }
  .next-col-xxs-offset-8[dir="rtl"] {
    margin-right: 33.33333%;
    margin-left: auto; }
  .next-col-xxs-offset-9[dir="rtl"] {
    margin-right: 37.5%;
    margin-left: auto; }
  .next-col-xxs-offset-10[dir="rtl"] {
    margin-right: 41.66667%;
    margin-left: auto; }
  .next-col-xxs-offset-11[dir="rtl"] {
    margin-right: 45.83333%;
    margin-left: auto; }
  .next-col-xxs-offset-12[dir="rtl"] {
    margin-right: 50%;
    margin-left: auto; }
  .next-col-xxs-offset-13[dir="rtl"] {
    margin-right: 54.16667%;
    margin-left: auto; }
  .next-col-xxs-offset-14[dir="rtl"] {
    margin-right: 58.33333%;
    margin-left: auto; }
  .next-col-xxs-offset-15[dir="rtl"] {
    margin-right: 62.5%;
    margin-left: auto; }
  .next-col-xxs-offset-16[dir="rtl"] {
    margin-right: 66.66667%;
    margin-left: auto; }
  .next-col-xxs-offset-17[dir="rtl"] {
    margin-right: 70.83333%;
    margin-left: auto; }
  .next-col-xxs-offset-18[dir="rtl"] {
    margin-right: 75%;
    margin-left: auto; }
  .next-col-xxs-offset-19[dir="rtl"] {
    margin-right: 79.16667%;
    margin-left: auto; }
  .next-col-xxs-offset-20[dir="rtl"] {
    margin-right: 83.33333%;
    margin-left: auto; }
  .next-col-xxs-offset-21[dir="rtl"] {
    margin-right: 87.5%;
    margin-left: auto; }
  .next-col-xxs-offset-22[dir="rtl"] {
    margin-right: 91.66667%;
    margin-left: auto; }
  .next-col-xxs-offset-23[dir="rtl"] {
    margin-right: 95.83333%;
    margin-left: auto; }
  .next-col-xxs-offset-24[dir="rtl"] {
    margin-right: 100%;
    margin-left: auto; } }

@media (min-width: 480px) {
  .next-col-xs-offset-1[dir="rtl"] {
    margin-right: 4.16667%;
    margin-left: auto; }
  .next-col-xs-offset-2[dir="rtl"] {
    margin-right: 8.33333%;
    margin-left: auto; }
  .next-col-xs-offset-3[dir="rtl"] {
    margin-right: 12.5%;
    margin-left: auto; }
  .next-col-xs-offset-4[dir="rtl"] {
    margin-right: 16.66667%;
    margin-left: auto; }
  .next-col-xs-offset-5[dir="rtl"] {
    margin-right: 20.83333%;
    margin-left: auto; }
  .next-col-xs-offset-6[dir="rtl"] {
    margin-right: 25%;
    margin-left: auto; }
  .next-col-xs-offset-7[dir="rtl"] {
    margin-right: 29.16667%;
    margin-left: auto; }
  .next-col-xs-offset-8[dir="rtl"] {
    margin-right: 33.33333%;
    margin-left: auto; }
  .next-col-xs-offset-9[dir="rtl"] {
    margin-right: 37.5%;
    margin-left: auto; }
  .next-col-xs-offset-10[dir="rtl"] {
    margin-right: 41.66667%;
    margin-left: auto; }
  .next-col-xs-offset-11[dir="rtl"] {
    margin-right: 45.83333%;
    margin-left: auto; }
  .next-col-xs-offset-12[dir="rtl"] {
    margin-right: 50%;
    margin-left: auto; }
  .next-col-xs-offset-13[dir="rtl"] {
    margin-right: 54.16667%;
    margin-left: auto; }
  .next-col-xs-offset-14[dir="rtl"] {
    margin-right: 58.33333%;
    margin-left: auto; }
  .next-col-xs-offset-15[dir="rtl"] {
    margin-right: 62.5%;
    margin-left: auto; }
  .next-col-xs-offset-16[dir="rtl"] {
    margin-right: 66.66667%;
    margin-left: auto; }
  .next-col-xs-offset-17[dir="rtl"] {
    margin-right: 70.83333%;
    margin-left: auto; }
  .next-col-xs-offset-18[dir="rtl"] {
    margin-right: 75%;
    margin-left: auto; }
  .next-col-xs-offset-19[dir="rtl"] {
    margin-right: 79.16667%;
    margin-left: auto; }
  .next-col-xs-offset-20[dir="rtl"] {
    margin-right: 83.33333%;
    margin-left: auto; }
  .next-col-xs-offset-21[dir="rtl"] {
    margin-right: 87.5%;
    margin-left: auto; }
  .next-col-xs-offset-22[dir="rtl"] {
    margin-right: 91.66667%;
    margin-left: auto; }
  .next-col-xs-offset-23[dir="rtl"] {
    margin-right: 95.83333%;
    margin-left: auto; }
  .next-col-xs-offset-24[dir="rtl"] {
    margin-right: 100%;
    margin-left: auto; } }

@media (min-width: 720px) {
  .next-col-s-offset-1[dir="rtl"] {
    margin-right: 4.16667%;
    margin-left: auto; }
  .next-col-s-offset-2[dir="rtl"] {
    margin-right: 8.33333%;
    margin-left: auto; }
  .next-col-s-offset-3[dir="rtl"] {
    margin-right: 12.5%;
    margin-left: auto; }
  .next-col-s-offset-4[dir="rtl"] {
    margin-right: 16.66667%;
    margin-left: auto; }
  .next-col-s-offset-5[dir="rtl"] {
    margin-right: 20.83333%;
    margin-left: auto; }
  .next-col-s-offset-6[dir="rtl"] {
    margin-right: 25%;
    margin-left: auto; }
  .next-col-s-offset-7[dir="rtl"] {
    margin-right: 29.16667%;
    margin-left: auto; }
  .next-col-s-offset-8[dir="rtl"] {
    margin-right: 33.33333%;
    margin-left: auto; }
  .next-col-s-offset-9[dir="rtl"] {
    margin-right: 37.5%;
    margin-left: auto; }
  .next-col-s-offset-10[dir="rtl"] {
    margin-right: 41.66667%;
    margin-left: auto; }
  .next-col-s-offset-11[dir="rtl"] {
    margin-right: 45.83333%;
    margin-left: auto; }
  .next-col-s-offset-12[dir="rtl"] {
    margin-right: 50%;
    margin-left: auto; }
  .next-col-s-offset-13[dir="rtl"] {
    margin-right: 54.16667%;
    margin-left: auto; }
  .next-col-s-offset-14[dir="rtl"] {
    margin-right: 58.33333%;
    margin-left: auto; }
  .next-col-s-offset-15[dir="rtl"] {
    margin-right: 62.5%;
    margin-left: auto; }
  .next-col-s-offset-16[dir="rtl"] {
    margin-right: 66.66667%;
    margin-left: auto; }
  .next-col-s-offset-17[dir="rtl"] {
    margin-right: 70.83333%;
    margin-left: auto; }
  .next-col-s-offset-18[dir="rtl"] {
    margin-right: 75%;
    margin-left: auto; }
  .next-col-s-offset-19[dir="rtl"] {
    margin-right: 79.16667%;
    margin-left: auto; }
  .next-col-s-offset-20[dir="rtl"] {
    margin-right: 83.33333%;
    margin-left: auto; }
  .next-col-s-offset-21[dir="rtl"] {
    margin-right: 87.5%;
    margin-left: auto; }
  .next-col-s-offset-22[dir="rtl"] {
    margin-right: 91.66667%;
    margin-left: auto; }
  .next-col-s-offset-23[dir="rtl"] {
    margin-right: 95.83333%;
    margin-left: auto; }
  .next-col-s-offset-24[dir="rtl"] {
    margin-right: 100%;
    margin-left: auto; } }

@media (min-width: 990px) {
  .next-col-m-offset-1[dir="rtl"] {
    margin-right: 4.16667%;
    margin-left: auto; }
  .next-col-m-offset-2[dir="rtl"] {
    margin-right: 8.33333%;
    margin-left: auto; }
  .next-col-m-offset-3[dir="rtl"] {
    margin-right: 12.5%;
    margin-left: auto; }
  .next-col-m-offset-4[dir="rtl"] {
    margin-right: 16.66667%;
    margin-left: auto; }
  .next-col-m-offset-5[dir="rtl"] {
    margin-right: 20.83333%;
    margin-left: auto; }
  .next-col-m-offset-6[dir="rtl"] {
    margin-right: 25%;
    margin-left: auto; }
  .next-col-m-offset-7[dir="rtl"] {
    margin-right: 29.16667%;
    margin-left: auto; }
  .next-col-m-offset-8[dir="rtl"] {
    margin-right: 33.33333%;
    margin-left: auto; }
  .next-col-m-offset-9[dir="rtl"] {
    margin-right: 37.5%;
    margin-left: auto; }
  .next-col-m-offset-10[dir="rtl"] {
    margin-right: 41.66667%;
    margin-left: auto; }
  .next-col-m-offset-11[dir="rtl"] {
    margin-right: 45.83333%;
    margin-left: auto; }
  .next-col-m-offset-12[dir="rtl"] {
    margin-right: 50%;
    margin-left: auto; }
  .next-col-m-offset-13[dir="rtl"] {
    margin-right: 54.16667%;
    margin-left: auto; }
  .next-col-m-offset-14[dir="rtl"] {
    margin-right: 58.33333%;
    margin-left: auto; }
  .next-col-m-offset-15[dir="rtl"] {
    margin-right: 62.5%;
    margin-left: auto; }
  .next-col-m-offset-16[dir="rtl"] {
    margin-right: 66.66667%;
    margin-left: auto; }
  .next-col-m-offset-17[dir="rtl"] {
    margin-right: 70.83333%;
    margin-left: auto; }
  .next-col-m-offset-18[dir="rtl"] {
    margin-right: 75%;
    margin-left: auto; }
  .next-col-m-offset-19[dir="rtl"] {
    margin-right: 79.16667%;
    margin-left: auto; }
  .next-col-m-offset-20[dir="rtl"] {
    margin-right: 83.33333%;
    margin-left: auto; }
  .next-col-m-offset-21[dir="rtl"] {
    margin-right: 87.5%;
    margin-left: auto; }
  .next-col-m-offset-22[dir="rtl"] {
    margin-right: 91.66667%;
    margin-left: auto; }
  .next-col-m-offset-23[dir="rtl"] {
    margin-right: 95.83333%;
    margin-left: auto; }
  .next-col-m-offset-24[dir="rtl"] {
    margin-right: 100%;
    margin-left: auto; } }

@media (min-width: 1200px) {
  .next-col-l-offset-1[dir="rtl"] {
    margin-right: 4.16667%;
    margin-left: auto; }
  .next-col-l-offset-2[dir="rtl"] {
    margin-right: 8.33333%;
    margin-left: auto; }
  .next-col-l-offset-3[dir="rtl"] {
    margin-right: 12.5%;
    margin-left: auto; }
  .next-col-l-offset-4[dir="rtl"] {
    margin-right: 16.66667%;
    margin-left: auto; }
  .next-col-l-offset-5[dir="rtl"] {
    margin-right: 20.83333%;
    margin-left: auto; }
  .next-col-l-offset-6[dir="rtl"] {
    margin-right: 25%;
    margin-left: auto; }
  .next-col-l-offset-7[dir="rtl"] {
    margin-right: 29.16667%;
    margin-left: auto; }
  .next-col-l-offset-8[dir="rtl"] {
    margin-right: 33.33333%;
    margin-left: auto; }
  .next-col-l-offset-9[dir="rtl"] {
    margin-right: 37.5%;
    margin-left: auto; }
  .next-col-l-offset-10[dir="rtl"] {
    margin-right: 41.66667%;
    margin-left: auto; }
  .next-col-l-offset-11[dir="rtl"] {
    margin-right: 45.83333%;
    margin-left: auto; }
  .next-col-l-offset-12[dir="rtl"] {
    margin-right: 50%;
    margin-left: auto; }
  .next-col-l-offset-13[dir="rtl"] {
    margin-right: 54.16667%;
    margin-left: auto; }
  .next-col-l-offset-14[dir="rtl"] {
    margin-right: 58.33333%;
    margin-left: auto; }
  .next-col-l-offset-15[dir="rtl"] {
    margin-right: 62.5%;
    margin-left: auto; }
  .next-col-l-offset-16[dir="rtl"] {
    margin-right: 66.66667%;
    margin-left: auto; }
  .next-col-l-offset-17[dir="rtl"] {
    margin-right: 70.83333%;
    margin-left: auto; }
  .next-col-l-offset-18[dir="rtl"] {
    margin-right: 75%;
    margin-left: auto; }
  .next-col-l-offset-19[dir="rtl"] {
    margin-right: 79.16667%;
    margin-left: auto; }
  .next-col-l-offset-20[dir="rtl"] {
    margin-right: 83.33333%;
    margin-left: auto; }
  .next-col-l-offset-21[dir="rtl"] {
    margin-right: 87.5%;
    margin-left: auto; }
  .next-col-l-offset-22[dir="rtl"] {
    margin-right: 91.66667%;
    margin-left: auto; }
  .next-col-l-offset-23[dir="rtl"] {
    margin-right: 95.83333%;
    margin-left: auto; }
  .next-col-l-offset-24[dir="rtl"] {
    margin-right: 100%;
    margin-left: auto; } }

@media (min-width: 1500px) {
  .next-col-xl-offset-1[dir="rtl"] {
    margin-right: 4.16667%;
    margin-left: auto; }
  .next-col-xl-offset-2[dir="rtl"] {
    margin-right: 8.33333%;
    margin-left: auto; }
  .next-col-xl-offset-3[dir="rtl"] {
    margin-right: 12.5%;
    margin-left: auto; }
  .next-col-xl-offset-4[dir="rtl"] {
    margin-right: 16.66667%;
    margin-left: auto; }
  .next-col-xl-offset-5[dir="rtl"] {
    margin-right: 20.83333%;
    margin-left: auto; }
  .next-col-xl-offset-6[dir="rtl"] {
    margin-right: 25%;
    margin-left: auto; }
  .next-col-xl-offset-7[dir="rtl"] {
    margin-right: 29.16667%;
    margin-left: auto; }
  .next-col-xl-offset-8[dir="rtl"] {
    margin-right: 33.33333%;
    margin-left: auto; }
  .next-col-xl-offset-9[dir="rtl"] {
    margin-right: 37.5%;
    margin-left: auto; }
  .next-col-xl-offset-10[dir="rtl"] {
    margin-right: 41.66667%;
    margin-left: auto; }
  .next-col-xl-offset-11[dir="rtl"] {
    margin-right: 45.83333%;
    margin-left: auto; }
  .next-col-xl-offset-12[dir="rtl"] {
    margin-right: 50%;
    margin-left: auto; }
  .next-col-xl-offset-13[dir="rtl"] {
    margin-right: 54.16667%;
    margin-left: auto; }
  .next-col-xl-offset-14[dir="rtl"] {
    margin-right: 58.33333%;
    margin-left: auto; }
  .next-col-xl-offset-15[dir="rtl"] {
    margin-right: 62.5%;
    margin-left: auto; }
  .next-col-xl-offset-16[dir="rtl"] {
    margin-right: 66.66667%;
    margin-left: auto; }
  .next-col-xl-offset-17[dir="rtl"] {
    margin-right: 70.83333%;
    margin-left: auto; }
  .next-col-xl-offset-18[dir="rtl"] {
    margin-right: 75%;
    margin-left: auto; }
  .next-col-xl-offset-19[dir="rtl"] {
    margin-right: 79.16667%;
    margin-left: auto; }
  .next-col-xl-offset-20[dir="rtl"] {
    margin-right: 83.33333%;
    margin-left: auto; }
  .next-col-xl-offset-21[dir="rtl"] {
    margin-right: 87.5%;
    margin-left: auto; }
  .next-col-xl-offset-22[dir="rtl"] {
    margin-right: 91.66667%;
    margin-left: auto; }
  .next-col-xl-offset-23[dir="rtl"] {
    margin-right: 95.83333%;
    margin-left: auto; }
  .next-col-xl-offset-24[dir="rtl"] {
    margin-right: 100%;
    margin-left: auto; } }

.next-col-offset-fixed-1[dir="rtl"] {
  margin-right: 20px;
  margin-left: auto; }

.next-col-offset-fixed-2[dir="rtl"] {
  margin-right: 40px;
  margin-left: auto; }

.next-col-offset-fixed-3[dir="rtl"] {
  margin-right: 60px;
  margin-left: auto; }

.next-col-offset-fixed-4[dir="rtl"] {
  margin-right: 80px;
  margin-left: auto; }

.next-col-offset-fixed-5[dir="rtl"] {
  margin-right: 100px;
  margin-left: auto; }

.next-col-offset-fixed-6[dir="rtl"] {
  margin-right: 120px;
  margin-left: auto; }

.next-col-offset-fixed-7[dir="rtl"] {
  margin-right: 140px;
  margin-left: auto; }

.next-col-offset-fixed-8[dir="rtl"] {
  margin-right: 160px;
  margin-left: auto; }

.next-col-offset-fixed-9[dir="rtl"] {
  margin-right: 180px;
  margin-left: auto; }

.next-col-offset-fixed-10[dir="rtl"] {
  margin-right: 200px;
  margin-left: auto; }

.next-col-offset-fixed-11[dir="rtl"] {
  margin-right: 220px;
  margin-left: auto; }

.next-col-offset-fixed-12[dir="rtl"] {
  margin-right: 240px;
  margin-left: auto; }

.next-col-offset-fixed-13[dir="rtl"] {
  margin-right: 260px;
  margin-left: auto; }

.next-col-offset-fixed-14[dir="rtl"] {
  margin-right: 280px;
  margin-left: auto; }

.next-col-offset-fixed-15[dir="rtl"] {
  margin-right: 300px;
  margin-left: auto; }

.next-col-offset-fixed-16[dir="rtl"] {
  margin-right: 320px;
  margin-left: auto; }

.next-col-offset-fixed-17[dir="rtl"] {
  margin-right: 340px;
  margin-left: auto; }

.next-col-offset-fixed-18[dir="rtl"] {
  margin-right: 360px;
  margin-left: auto; }

.next-col-offset-fixed-19[dir="rtl"] {
  margin-right: 380px;
  margin-left: auto; }

.next-col-offset-fixed-20[dir="rtl"] {
  margin-right: 400px;
  margin-left: auto; }

.next-col-offset-fixed-21[dir="rtl"] {
  margin-right: 420px;
  margin-left: auto; }

.next-col-offset-fixed-22[dir="rtl"] {
  margin-right: 440px;
  margin-left: auto; }

.next-col-offset-fixed-23[dir="rtl"] {
  margin-right: 460px;
  margin-left: auto; }

.next-col-offset-fixed-24[dir="rtl"] {
  margin-right: 480px;
  margin-left: auto; }

.next-col-offset-fixed-25[dir="rtl"] {
  margin-right: 500px;
  margin-left: auto; }

.next-col-offset-fixed-26[dir="rtl"] {
  margin-right: 520px;
  margin-left: auto; }

.next-col-offset-fixed-27[dir="rtl"] {
  margin-right: 540px;
  margin-left: auto; }

.next-col-offset-fixed-28[dir="rtl"] {
  margin-right: 560px;
  margin-left: auto; }

.next-col-offset-fixed-29[dir="rtl"] {
  margin-right: 580px;
  margin-left: auto; }

.next-col-offset-fixed-30[dir="rtl"] {
  margin-right: 600px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-1[dir="rtl"] {
  margin-right: 20px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-2[dir="rtl"] {
  margin-right: 40px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-3[dir="rtl"] {
  margin-right: 60px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-4[dir="rtl"] {
  margin-right: 80px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-5[dir="rtl"] {
  margin-right: 100px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-6[dir="rtl"] {
  margin-right: 120px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-7[dir="rtl"] {
  margin-right: 140px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-8[dir="rtl"] {
  margin-right: 160px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-9[dir="rtl"] {
  margin-right: 180px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-10[dir="rtl"] {
  margin-right: 200px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-11[dir="rtl"] {
  margin-right: 220px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-12[dir="rtl"] {
  margin-right: 240px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-13[dir="rtl"] {
  margin-right: 260px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-14[dir="rtl"] {
  margin-right: 280px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-15[dir="rtl"] {
  margin-right: 300px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-16[dir="rtl"] {
  margin-right: 320px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-17[dir="rtl"] {
  margin-right: 340px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-18[dir="rtl"] {
  margin-right: 360px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-19[dir="rtl"] {
  margin-right: 380px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-20[dir="rtl"] {
  margin-right: 400px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-21[dir="rtl"] {
  margin-right: 420px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-22[dir="rtl"] {
  margin-right: 440px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-23[dir="rtl"] {
  margin-right: 460px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-24[dir="rtl"] {
  margin-right: 480px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-25[dir="rtl"] {
  margin-right: 500px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-26[dir="rtl"] {
  margin-right: 520px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-27[dir="rtl"] {
  margin-right: 540px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-28[dir="rtl"] {
  margin-right: 560px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-29[dir="rtl"] {
  margin-right: 580px;
  margin-left: auto; }

.next-col-offset-fixed-xxs-30[dir="rtl"] {
  margin-right: 600px;
  margin-left: auto; }

.next-col-offset-fixed-xs-1[dir="rtl"] {
  margin-right: 20px;
  margin-left: auto; }

.next-col-offset-fixed-xs-2[dir="rtl"] {
  margin-right: 40px;
  margin-left: auto; }

.next-col-offset-fixed-xs-3[dir="rtl"] {
  margin-right: 60px;
  margin-left: auto; }

.next-col-offset-fixed-xs-4[dir="rtl"] {
  margin-right: 80px;
  margin-left: auto; }

.next-col-offset-fixed-xs-5[dir="rtl"] {
  margin-right: 100px;
  margin-left: auto; }

.next-col-offset-fixed-xs-6[dir="rtl"] {
  margin-right: 120px;
  margin-left: auto; }

.next-col-offset-fixed-xs-7[dir="rtl"] {
  margin-right: 140px;
  margin-left: auto; }

.next-col-offset-fixed-xs-8[dir="rtl"] {
  margin-right: 160px;
  margin-left: auto; }

.next-col-offset-fixed-xs-9[dir="rtl"] {
  margin-right: 180px;
  margin-left: auto; }

.next-col-offset-fixed-xs-10[dir="rtl"] {
  margin-right: 200px;
  margin-left: auto; }

.next-col-offset-fixed-xs-11[dir="rtl"] {
  margin-right: 220px;
  margin-left: auto; }

.next-col-offset-fixed-xs-12[dir="rtl"] {
  margin-right: 240px;
  margin-left: auto; }

.next-col-offset-fixed-xs-13[dir="rtl"] {
  margin-right: 260px;
  margin-left: auto; }

.next-col-offset-fixed-xs-14[dir="rtl"] {
  margin-right: 280px;
  margin-left: auto; }

.next-col-offset-fixed-xs-15[dir="rtl"] {
  margin-right: 300px;
  margin-left: auto; }

.next-col-offset-fixed-xs-16[dir="rtl"] {
  margin-right: 320px;
  margin-left: auto; }

.next-col-offset-fixed-xs-17[dir="rtl"] {
  margin-right: 340px;
  margin-left: auto; }

.next-col-offset-fixed-xs-18[dir="rtl"] {
  margin-right: 360px;
  margin-left: auto; }

.next-col-offset-fixed-xs-19[dir="rtl"] {
  margin-right: 380px;
  margin-left: auto; }

.next-col-offset-fixed-xs-20[dir="rtl"] {
  margin-right: 400px;
  margin-left: auto; }

.next-col-offset-fixed-xs-21[dir="rtl"] {
  margin-right: 420px;
  margin-left: auto; }

.next-col-offset-fixed-xs-22[dir="rtl"] {
  margin-right: 440px;
  margin-left: auto; }

.next-col-offset-fixed-xs-23[dir="rtl"] {
  margin-right: 460px;
  margin-left: auto; }

.next-col-offset-fixed-xs-24[dir="rtl"] {
  margin-right: 480px;
  margin-left: auto; }

.next-col-offset-fixed-xs-25[dir="rtl"] {
  margin-right: 500px;
  margin-left: auto; }

.next-col-offset-fixed-xs-26[dir="rtl"] {
  margin-right: 520px;
  margin-left: auto; }

.next-col-offset-fixed-xs-27[dir="rtl"] {
  margin-right: 540px;
  margin-left: auto; }

.next-col-offset-fixed-xs-28[dir="rtl"] {
  margin-right: 560px;
  margin-left: auto; }

.next-col-offset-fixed-xs-29[dir="rtl"] {
  margin-right: 580px;
  margin-left: auto; }

.next-col-offset-fixed-xs-30[dir="rtl"] {
  margin-right: 600px;
  margin-left: auto; }

.next-col-offset-fixed-s-1[dir="rtl"] {
  margin-right: 20px;
  margin-left: auto; }

.next-col-offset-fixed-s-2[dir="rtl"] {
  margin-right: 40px;
  margin-left: auto; }

.next-col-offset-fixed-s-3[dir="rtl"] {
  margin-right: 60px;
  margin-left: auto; }

.next-col-offset-fixed-s-4[dir="rtl"] {
  margin-right: 80px;
  margin-left: auto; }

.next-col-offset-fixed-s-5[dir="rtl"] {
  margin-right: 100px;
  margin-left: auto; }

.next-col-offset-fixed-s-6[dir="rtl"] {
  margin-right: 120px;
  margin-left: auto; }

.next-col-offset-fixed-s-7[dir="rtl"] {
  margin-right: 140px;
  margin-left: auto; }

.next-col-offset-fixed-s-8[dir="rtl"] {
  margin-right: 160px;
  margin-left: auto; }

.next-col-offset-fixed-s-9[dir="rtl"] {
  margin-right: 180px;
  margin-left: auto; }

.next-col-offset-fixed-s-10[dir="rtl"] {
  margin-right: 200px;
  margin-left: auto; }

.next-col-offset-fixed-s-11[dir="rtl"] {
  margin-right: 220px;
  margin-left: auto; }

.next-col-offset-fixed-s-12[dir="rtl"] {
  margin-right: 240px;
  margin-left: auto; }

.next-col-offset-fixed-s-13[dir="rtl"] {
  margin-right: 260px;
  margin-left: auto; }

.next-col-offset-fixed-s-14[dir="rtl"] {
  margin-right: 280px;
  margin-left: auto; }

.next-col-offset-fixed-s-15[dir="rtl"] {
  margin-right: 300px;
  margin-left: auto; }

.next-col-offset-fixed-s-16[dir="rtl"] {
  margin-right: 320px;
  margin-left: auto; }

.next-col-offset-fixed-s-17[dir="rtl"] {
  margin-right: 340px;
  margin-left: auto; }

.next-col-offset-fixed-s-18[dir="rtl"] {
  margin-right: 360px;
  margin-left: auto; }

.next-col-offset-fixed-s-19[dir="rtl"] {
  margin-right: 380px;
  margin-left: auto; }

.next-col-offset-fixed-s-20[dir="rtl"] {
  margin-right: 400px;
  margin-left: auto; }

.next-col-offset-fixed-s-21[dir="rtl"] {
  margin-right: 420px;
  margin-left: auto; }

.next-col-offset-fixed-s-22[dir="rtl"] {
  margin-right: 440px;
  margin-left: auto; }

.next-col-offset-fixed-s-23[dir="rtl"] {
  margin-right: 460px;
  margin-left: auto; }

.next-col-offset-fixed-s-24[dir="rtl"] {
  margin-right: 480px;
  margin-left: auto; }

.next-col-offset-fixed-s-25[dir="rtl"] {
  margin-right: 500px;
  margin-left: auto; }

.next-col-offset-fixed-s-26[dir="rtl"] {
  margin-right: 520px;
  margin-left: auto; }

.next-col-offset-fixed-s-27[dir="rtl"] {
  margin-right: 540px;
  margin-left: auto; }

.next-col-offset-fixed-s-28[dir="rtl"] {
  margin-right: 560px;
  margin-left: auto; }

.next-col-offset-fixed-s-29[dir="rtl"] {
  margin-right: 580px;
  margin-left: auto; }

.next-col-offset-fixed-s-30[dir="rtl"] {
  margin-right: 600px;
  margin-left: auto; }

.next-col-offset-fixed-m-1[dir="rtl"] {
  margin-right: 20px;
  margin-left: auto; }

.next-col-offset-fixed-m-2[dir="rtl"] {
  margin-right: 40px;
  margin-left: auto; }

.next-col-offset-fixed-m-3[dir="rtl"] {
  margin-right: 60px;
  margin-left: auto; }

.next-col-offset-fixed-m-4[dir="rtl"] {
  margin-right: 80px;
  margin-left: auto; }

.next-col-offset-fixed-m-5[dir="rtl"] {
  margin-right: 100px;
  margin-left: auto; }

.next-col-offset-fixed-m-6[dir="rtl"] {
  margin-right: 120px;
  margin-left: auto; }

.next-col-offset-fixed-m-7[dir="rtl"] {
  margin-right: 140px;
  margin-left: auto; }

.next-col-offset-fixed-m-8[dir="rtl"] {
  margin-right: 160px;
  margin-left: auto; }

.next-col-offset-fixed-m-9[dir="rtl"] {
  margin-right: 180px;
  margin-left: auto; }

.next-col-offset-fixed-m-10[dir="rtl"] {
  margin-right: 200px;
  margin-left: auto; }

.next-col-offset-fixed-m-11[dir="rtl"] {
  margin-right: 220px;
  margin-left: auto; }

.next-col-offset-fixed-m-12[dir="rtl"] {
  margin-right: 240px;
  margin-left: auto; }

.next-col-offset-fixed-m-13[dir="rtl"] {
  margin-right: 260px;
  margin-left: auto; }

.next-col-offset-fixed-m-14[dir="rtl"] {
  margin-right: 280px;
  margin-left: auto; }

.next-col-offset-fixed-m-15[dir="rtl"] {
  margin-right: 300px;
  margin-left: auto; }

.next-col-offset-fixed-m-16[dir="rtl"] {
  margin-right: 320px;
  margin-left: auto; }

.next-col-offset-fixed-m-17[dir="rtl"] {
  margin-right: 340px;
  margin-left: auto; }

.next-col-offset-fixed-m-18[dir="rtl"] {
  margin-right: 360px;
  margin-left: auto; }

.next-col-offset-fixed-m-19[dir="rtl"] {
  margin-right: 380px;
  margin-left: auto; }

.next-col-offset-fixed-m-20[dir="rtl"] {
  margin-right: 400px;
  margin-left: auto; }

.next-col-offset-fixed-m-21[dir="rtl"] {
  margin-right: 420px;
  margin-left: auto; }

.next-col-offset-fixed-m-22[dir="rtl"] {
  margin-right: 440px;
  margin-left: auto; }

.next-col-offset-fixed-m-23[dir="rtl"] {
  margin-right: 460px;
  margin-left: auto; }

.next-col-offset-fixed-m-24[dir="rtl"] {
  margin-right: 480px;
  margin-left: auto; }

.next-col-offset-fixed-m-25[dir="rtl"] {
  margin-right: 500px;
  margin-left: auto; }

.next-col-offset-fixed-m-26[dir="rtl"] {
  margin-right: 520px;
  margin-left: auto; }

.next-col-offset-fixed-m-27[dir="rtl"] {
  margin-right: 540px;
  margin-left: auto; }

.next-col-offset-fixed-m-28[dir="rtl"] {
  margin-right: 560px;
  margin-left: auto; }

.next-col-offset-fixed-m-29[dir="rtl"] {
  margin-right: 580px;
  margin-left: auto; }

.next-col-offset-fixed-m-30[dir="rtl"] {
  margin-right: 600px;
  margin-left: auto; }

.next-col-offset-fixed-l-1[dir="rtl"] {
  margin-right: 20px;
  margin-left: auto; }

.next-col-offset-fixed-l-2[dir="rtl"] {
  margin-right: 40px;
  margin-left: auto; }

.next-col-offset-fixed-l-3[dir="rtl"] {
  margin-right: 60px;
  margin-left: auto; }

.next-col-offset-fixed-l-4[dir="rtl"] {
  margin-right: 80px;
  margin-left: auto; }

.next-col-offset-fixed-l-5[dir="rtl"] {
  margin-right: 100px;
  margin-left: auto; }

.next-col-offset-fixed-l-6[dir="rtl"] {
  margin-right: 120px;
  margin-left: auto; }

.next-col-offset-fixed-l-7[dir="rtl"] {
  margin-right: 140px;
  margin-left: auto; }

.next-col-offset-fixed-l-8[dir="rtl"] {
  margin-right: 160px;
  margin-left: auto; }

.next-col-offset-fixed-l-9[dir="rtl"] {
  margin-right: 180px;
  margin-left: auto; }

.next-col-offset-fixed-l-10[dir="rtl"] {
  margin-right: 200px;
  margin-left: auto; }

.next-col-offset-fixed-l-11[dir="rtl"] {
  margin-right: 220px;
  margin-left: auto; }

.next-col-offset-fixed-l-12[dir="rtl"] {
  margin-right: 240px;
  margin-left: auto; }

.next-col-offset-fixed-l-13[dir="rtl"] {
  margin-right: 260px;
  margin-left: auto; }

.next-col-offset-fixed-l-14[dir="rtl"] {
  margin-right: 280px;
  margin-left: auto; }

.next-col-offset-fixed-l-15[dir="rtl"] {
  margin-right: 300px;
  margin-left: auto; }

.next-col-offset-fixed-l-16[dir="rtl"] {
  margin-right: 320px;
  margin-left: auto; }

.next-col-offset-fixed-l-17[dir="rtl"] {
  margin-right: 340px;
  margin-left: auto; }

.next-col-offset-fixed-l-18[dir="rtl"] {
  margin-right: 360px;
  margin-left: auto; }

.next-col-offset-fixed-l-19[dir="rtl"] {
  margin-right: 380px;
  margin-left: auto; }

.next-col-offset-fixed-l-20[dir="rtl"] {
  margin-right: 400px;
  margin-left: auto; }

.next-col-offset-fixed-l-21[dir="rtl"] {
  margin-right: 420px;
  margin-left: auto; }

.next-col-offset-fixed-l-22[dir="rtl"] {
  margin-right: 440px;
  margin-left: auto; }

.next-col-offset-fixed-l-23[dir="rtl"] {
  margin-right: 460px;
  margin-left: auto; }

.next-col-offset-fixed-l-24[dir="rtl"] {
  margin-right: 480px;
  margin-left: auto; }

.next-col-offset-fixed-l-25[dir="rtl"] {
  margin-right: 500px;
  margin-left: auto; }

.next-col-offset-fixed-l-26[dir="rtl"] {
  margin-right: 520px;
  margin-left: auto; }

.next-col-offset-fixed-l-27[dir="rtl"] {
  margin-right: 540px;
  margin-left: auto; }

.next-col-offset-fixed-l-28[dir="rtl"] {
  margin-right: 560px;
  margin-left: auto; }

.next-col-offset-fixed-l-29[dir="rtl"] {
  margin-right: 580px;
  margin-left: auto; }

.next-col-offset-fixed-l-30[dir="rtl"] {
  margin-right: 600px;
  margin-left: auto; }

.next-col-offset-fixed-xl-1[dir="rtl"] {
  margin-right: 20px;
  margin-left: auto; }

.next-col-offset-fixed-xl-2[dir="rtl"] {
  margin-right: 40px;
  margin-left: auto; }

.next-col-offset-fixed-xl-3[dir="rtl"] {
  margin-right: 60px;
  margin-left: auto; }

.next-col-offset-fixed-xl-4[dir="rtl"] {
  margin-right: 80px;
  margin-left: auto; }

.next-col-offset-fixed-xl-5[dir="rtl"] {
  margin-right: 100px;
  margin-left: auto; }

.next-col-offset-fixed-xl-6[dir="rtl"] {
  margin-right: 120px;
  margin-left: auto; }

.next-col-offset-fixed-xl-7[dir="rtl"] {
  margin-right: 140px;
  margin-left: auto; }

.next-col-offset-fixed-xl-8[dir="rtl"] {
  margin-right: 160px;
  margin-left: auto; }

.next-col-offset-fixed-xl-9[dir="rtl"] {
  margin-right: 180px;
  margin-left: auto; }

.next-col-offset-fixed-xl-10[dir="rtl"] {
  margin-right: 200px;
  margin-left: auto; }

.next-col-offset-fixed-xl-11[dir="rtl"] {
  margin-right: 220px;
  margin-left: auto; }

.next-col-offset-fixed-xl-12[dir="rtl"] {
  margin-right: 240px;
  margin-left: auto; }

.next-col-offset-fixed-xl-13[dir="rtl"] {
  margin-right: 260px;
  margin-left: auto; }

.next-col-offset-fixed-xl-14[dir="rtl"] {
  margin-right: 280px;
  margin-left: auto; }

.next-col-offset-fixed-xl-15[dir="rtl"] {
  margin-right: 300px;
  margin-left: auto; }

.next-col-offset-fixed-xl-16[dir="rtl"] {
  margin-right: 320px;
  margin-left: auto; }

.next-col-offset-fixed-xl-17[dir="rtl"] {
  margin-right: 340px;
  margin-left: auto; }

.next-col-offset-fixed-xl-18[dir="rtl"] {
  margin-right: 360px;
  margin-left: auto; }

.next-col-offset-fixed-xl-19[dir="rtl"] {
  margin-right: 380px;
  margin-left: auto; }

.next-col-offset-fixed-xl-20[dir="rtl"] {
  margin-right: 400px;
  margin-left: auto; }

.next-col-offset-fixed-xl-21[dir="rtl"] {
  margin-right: 420px;
  margin-left: auto; }

.next-col-offset-fixed-xl-22[dir="rtl"] {
  margin-right: 440px;
  margin-left: auto; }

.next-col-offset-fixed-xl-23[dir="rtl"] {
  margin-right: 460px;
  margin-left: auto; }

.next-col-offset-fixed-xl-24[dir="rtl"] {
  margin-right: 480px;
  margin-left: auto; }

.next-col-offset-fixed-xl-25[dir="rtl"] {
  margin-right: 500px;
  margin-left: auto; }

.next-col-offset-fixed-xl-26[dir="rtl"] {
  margin-right: 520px;
  margin-left: auto; }

.next-col-offset-fixed-xl-27[dir="rtl"] {
  margin-right: 540px;
  margin-left: auto; }

.next-col-offset-fixed-xl-28[dir="rtl"] {
  margin-right: 560px;
  margin-left: auto; }

.next-col-offset-fixed-xl-29[dir="rtl"] {
  margin-right: 580px;
  margin-left: auto; }

.next-col-offset-fixed-xl-30[dir="rtl"] {
  margin-right: 600px;
  margin-left: auto; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

.next-form {
  box-sizing: border-box; }
  .next-form *,
  .next-form *:before,
  .next-form *:after {
    box-sizing: border-box; }
  .next-form-preview.next-form-item .next-form-item-label {
    color: #666666;
    color: var(--form-element-preview-label-color, #666666); }
  .next-form-preview.next-form-item .next-form-preview {
    color: #333333;
    color: var(--form-element-preview-text-color, #333333); }
  .next-form-preview.next-form-item.next-medium .next-form-item-label {
    font-size: 12px;
    font-size: var(--form-element-medium-preview-label-font-size, 12px);
    line-height: 28px;
    line-height: var(--form-element-medium-preview-height, 28px); }
  .next-form-preview.next-form-item.next-small .next-form-item-label {
    font-size: 12px;
    font-size: var(--form-element-small-preview-label-font-size, 12px);
    line-height: 20px;
    line-height: var(--form-element-small-preview-height, 20px); }
  .next-form-preview.next-form-item.next-large .next-form-item-label {
    font-size: 16px;
    font-size: var(--form-element-large-preview-label-font-size, 16px);
    line-height: 40px;
    line-height: var(--form-element-large-preview-height, 40px); }
  .next-form-responsive-grid .next-form-item-control {
    flex: 1; }
  .next-form-responsive-grid .next-form-item {
    margin-bottom: 0; }
  .next-form-responsive-grid .next-form-item.next-left {
    display: flex; }
  .next-form-responsive-grid.next-small .next-responsive-grid {
    gap: 16px;
    gap: var(--form-inline-s-item-margin-r, 16px); }
  .next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 4px;
    margin-top: calc(var(--form-element-small-height, 20px)/2 - var(--form-element-small-font-size, 12px)/2);
    margin-bottom: 4px;
    margin-bottom: calc(var(--form-element-small-height, 20px)/2 - var(--form-element-small-font-size, 12px)/2); }
  .next-form-responsive-grid.next-medium .next-responsive-grid {
    gap: 20px;
    gap: var(--form-inline-m-item-margin-r, 20px); }
  .next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 8px;
    margin-top: calc(var(--form-element-medium-height, 28px)/2 - var(--form-element-medium-font-size, 12px)/2);
    margin-bottom: 8px;
    margin-bottom: calc(var(--form-element-medium-height, 28px)/2 - var(--form-element-medium-font-size, 12px)/2); }
  .next-form-responsive-grid.next-large .next-responsive-grid {
    gap: 24px;
    gap: var(--form-inline-l-item-margin-r, 24px); }
  .next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 12px;
    margin-top: calc(var(--form-element-large-height, 40px)/2 - var(--form-element-large-font-size, 16px)/2);
    margin-bottom: 12px;
    margin-bottom: calc(var(--form-element-large-height, 40px)/2 - var(--form-element-large-font-size, 16px)/2); }
  .next-form-item {
    /* medium */
    margin-bottom: 16px;
    margin-bottom: var(--form-item-m-margin-b, 16px); }
    .next-form-item.has-error &gt; .next-form-item-control &gt; .next-form-item-help {
      color: #FF3000;
      color: var(--form-error-color, #FF3000); }
    .next-form-item.has-warning &gt; .next-form-item-control &gt; .next-form-item-help {
      color: #FF9300;
      color: var(--form-warning-color, #FF9300); }
    .next-form-item .next-form-item-label, .next-form-item .next-form-text-align, .next-form-item p {
      line-height: 28px;
      line-height: var(--form-element-medium-height, 28px); }
    .next-form-item .next-form-text-align, .next-form-item p {
      margin: 0; }
    .next-form-item .next-rating,
    .next-form-item .next-checkbox-wrapper,
    .next-form-item .next-checkbox-group,
    .next-form-item .next-radio-wrapper,
    .next-form-item .next-radio-group {
      line-height: 24px;
      line-height: calc(var(--form-element-medium-height, 28px) - 4px); }
    .next-form-item .next-form-preview {
      font-size: 12px;
      font-size: var(--form-element-medium-preview-font-size, 12px);
      line-height: 28px;
      line-height: var(--form-element-medium-preview-height, 28px); }
      .next-form-item .next-form-preview.next-input-textarea &gt; p {
        font-size: 12px;
        font-size: var(--form-element-medium-preview-font-size, 12px);
        text-align: justify;
        min-height: 16.8px;
        min-height: calc(var(--form-element-medium-preview-font-size, 12px)*1.4);
        line-height: 1.4;
        margin-top: 5.6px;
        margin-top: calc(var(--form-element-medium-preview-height, 28px)/2 - var(--form-element-medium-preview-font-size, 12px)*1.4/2); }
    .next-form-item .next-form-item-label {
      font-size: 12px;
      font-size: var(--form-element-medium-font-size, 12px); }
      .next-form-item .next-form-item-label &gt; label {
        display: inline-block;
        line-height: 1.5;
        line-height: var(--font-lineheight-2, 1.5); }
    .next-form-item.next-large {
      margin-bottom: 20px;
      margin-bottom: var(--form-item-l-margin-b, 20px); }
      .next-form-item.next-large .next-form-item-label, .next-form-item.next-large .next-form-text-align, .next-form-item.next-large p {
        line-height: 40px;
        line-height: var(--form-element-large-height, 40px); }
      .next-form-item.next-large .next-rating,
      .next-form-item.next-large .next-checkbox-wrapper,
      .next-form-item.next-large .next-checkbox-group,
      .next-form-item.next-large .next-radio-wrapper,
      .next-form-item.next-large .next-radio-group {
        line-height: 39px;
        line-height: calc(var(--form-element-large-height, 40px) - 1px); }
      .next-form-item.next-large .next-form-preview {
        font-size: 16px;
        font-size: var(--form-element-large-preview-font-size, 16px);
        line-height: 40px;
        line-height: var(--form-element-large-preview-height, 40px); }
        .next-form-item.next-large .next-form-preview.next-input-textarea &gt; p {
          font-size: 16px;
          font-size: var(--form-element-large-preview-font-size, 16px);
          text-align: justify;
          min-height: 22.4px;
          min-height: calc(var(--form-element-large-preview-font-size, 16px)*1.4);
          line-height: 1.4;
          margin-top: 8.8px;
          margin-top: calc(var(--form-element-large-preview-height, 40px)/2 - var(--form-element-large-preview-font-size, 16px)*1.4/2); }
      .next-form-item.next-large .next-switch {
        margin-top: 7px;
        margin-top: calc(var(--form-element-large-height, 40px)/2 - 13px); }
      .next-form-item.next-large .next-form-item-label {
        font-size: 16px;
        font-size: var(--form-element-large-font-size, 16px); }
    .next-form-item.next-small {
      margin-bottom: 12px;
      margin-bottom: var(--form-item-s-margin-b, 12px); }
      .next-form-item.next-small .next-form-item-label, .next-form-item.next-small .next-form-text-align, .next-form-item.next-small p {
        line-height: 20px;
        line-height: var(--form-element-small-height, 20px); }
      .next-form-item.next-small .next-rating,
      .next-form-item.next-small .next-checkbox-wrapper,
      .next-form-item.next-small .next-checkbox-group,
      .next-form-item.next-small .next-radio-wrapper,
      .next-form-item.next-small .next-radio-group {
        line-height: 20px;
        line-height: var(--form-element-small-height, 20px); }
      .next-form-item.next-small .next-form-preview {
        font-size: 12px;
        font-size: var(--form-element-small-preview-font-size, 12px);
        line-height: 20px;
        line-height: var(--form-element-small-preview-height, 20px); }
        .next-form-item.next-small .next-form-preview.next-input-textarea &gt; p {
          font-size: 12px;
          font-size: var(--form-element-small-preview-font-size, 12px);
          text-align: justify;
          min-height: 16.8px;
          min-height: calc(var(--form-element-small-preview-font-size, 12px)*1.4);
          line-height: 1.4;
          margin-top: 1.6px;
          margin-top: calc(var(--form-element-small-preview-height, 20px)/2 - var(--form-element-small-preview-font-size, 12px)*1.4/2); }
      .next-form-item.next-small .next-form-item-label {
        font-size: 12px;
        font-size: var(--form-element-small-font-size, 12px); }
    .next-form-item.next-top &gt; .next-form-item-label {
      margin-bottom: 2px;
      margin-bottom: var(--form-top-label-margin-b, 2px); }
    .next-form-item.next-inset .next-form-item-label {
      padding-right: 0;
      padding-left: 0;
      line-height: inherit; }
  .next-form-item-control .next-form-text-align {
    margin: 0; }
  .next-form-item-control &gt; .next-input-group, .next-form-item-control &gt; .next-input {
    width: 100%; }
  .next-form-item-fullwidth .next-form-item-control &gt; .next-input-group,
  .next-form-item-fullwidth .next-form-item-control &gt; .next-input,
  .next-form-item-fullwidth .next-form-item-control &gt; .next-select,
  .next-form-item-fullwidth .next-form-item-control &gt; .next-date-picker,
  .next-form-item-fullwidth .next-form-item-control &gt; .next-month-picker,
  .next-form-item-fullwidth .next-form-item-control &gt; .next-year-picker,
  .next-form-item-fullwidth .next-form-item-control &gt; .next-range-picker,
  .next-form-item-fullwidth .next-form-item-control &gt; .next-time-picker {
    width: 100%; }
  .next-form-item-fullwidth .next-form-item-control &gt; .next-date-picker2 .next-date-picker2-input input {
    width: inherit; }
  .next-form-item-label {
    display: inline-block;
    vertical-align: top;
    color: #666666;
    color: var(--form-label-color, #666666);
    text-align: right;
    padding-right: 12px;
    padding-right: var(--form-label-padding-r, 12px); }
    .next-form-item-label label[required]:before {
      margin-right: 4px;
      content: "*";
      color: #FF3000;
      color: var(--form-error-color, #FF3000); }
    .next-form-item-label.has-colon label::after {
      content: ":";
      position: relative;
      top: -.5px;
      margin: 0 0 0 2px; }
    .next-form-item-label.next-left {
      text-align: left; }
      .next-form-item-label.next-left &gt; label[required]::before {
        display: none; }
      .next-form-item-label.next-left &gt; label[required]::after {
        margin-left: 4px;
        content: "*";
        color: #FF3000;
        color: var(--form-error-color, #FF3000); }
  .next-form-item-help {
    margin-top: 4px;
    margin-top: var(--form-help-margin-top, 4px);
    font-size: 12px;
    font-size: var(--form-help-font-size, 12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2, 1.5);
    color: #999999;
    color: var(--form-help-color, #999999); }
  .next-form.next-inline .next-form-item {
    display: inline-block;
    vertical-align: top;
    /* label on left */ }
    .next-form.next-inline .next-form-item.next-left .next-form-item-control {
      display: inline-block;
      vertical-align: top;
      line-height: 0; }
    .next-form.next-inline .next-form-item:not(:last-child) {
      margin-right: 20px;
      margin-right: var(--form-inline-m-item-margin-r, 20px); }
    .next-form.next-inline .next-form-item.next-large:not(:last-child) {
      margin-right: 24px;
      margin-right: var(--form-inline-l-item-margin-r, 24px); }
    .next-form.next-inline .next-form-item.next-small:not(:last-child) {
      margin-right: 16px;
      margin-right: var(--form-inline-s-item-margin-r, 16px); }

@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .next-form-item.next-left &gt; .next-form-item-label {
    display: table-cell; }
  .next-form.next-inline .next-form-item.next-left .next-form-item-control {
    display: table-cell; } }

.next-form[dir="rtl"] .next-form-item-label {
  text-align: left;
  padding-left: 12px;
  padding-left: var(--form-label-padding-r, 12px);
  padding-right: 0; }

.next-form[dir="rtl"].next-inline .next-form-item:not(:last-child) {
  margin-left: 20px;
  margin-left: var(--form-inline-m-item-margin-r, 20px);
  margin-right: 0; }

.next-form[dir="rtl"].next-inline .next-form-item.next-large:not(:last-child) {
  margin-left: 24px;
  margin-left: var(--form-inline-l-item-margin-r, 24px);
  margin-right: 0; }

.next-form[dir="rtl"].next-inline .next-form-item.next-small:not(:last-child) {
  margin-left: 16px;
  margin-left: var(--form-inline-s-item-margin-r, 16px);
  margin-right: 0; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-select {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: middle;
  /* Select trigger */
  /* åœ¨æœç´¢æ¡†æœªæ¿€æ´»æ—¶ï¼Œå°† input çš„ color ç½®ä¸ºé€æ˜Ž */
  /* ISSUE: åœ¨ IE11 ä¸­ï¼Œ&lt;input readonly/&gt; ä»ç„¶ä¼šæ˜¾ç¤ºå…‰æ&nbsp;‡, è¦éšè—æŽ‰ */
  /*
    &amp;.next-no-search {
        .next-select-trigger-search input {
            color: $color-transparent;
        }
    }
    */
  /* å¼¹å±‚ */
  /* å…¨é€‰æŒ‰é’® */
  /* -------------- IE polyfill -------------- */
  /* æ&nbsp;¹æ®æœ€æ–°çš„æ•°æ®ï¼Œåœ¨ä¸­å›½ï¼ŒPC ç«¯çš„ IE9 ä»½é¢ä¸º 2%ï¼Œ */
  /* æ‰€ä»¥ä¸åº”è¯¥å›&nbsp;ä¸º IE9 è€Œä¸ä½¿ç”¨ flexï¼Œè€Œæ˜¯åº”è¯¥åšé™çº§ polyfill */
  /* @see http://gs.statcounter.com/ */
  /* IE10ã€IE11 è™½ç„¶æ”¯æŒ flexï¼Œä½†è¿˜æ˜¯ä¼šæœ‰å„ç§å„æ&nbsp;·å¥‡å¥‡æ€ªæ€ªçš„é—®é¢˜ */ }
  .next-select *,
  .next-select *:before,
  .next-select *:after {
    box-sizing: border-box; }
  .next-select-trigger {
    min-width: 100px;
    outline: 0;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-select-trigger .next-input-label {
      flex: 0 0 auto;
      width: auto; }
    .next-select-trigger .next-select-values {
      display: block;
      width: 100%;
      flex: 1 1 0;
      overflow: hidden; }
      .next-select-trigger .next-select-values &gt; em {
        font-style: inherit; }
      .next-select-trigger .next-select-values input {
        padding-left: 0;
        padding-right: 0; }
    .next-select-trigger .next-input-control {
      flex: 0 0 auto;
      width: auto; }
      .next-select-trigger .next-input-control &gt; * {
        display: inline-block;
        width: auto; }
      .next-select-trigger .next-input-control &gt; .next-select-arrow {
        padding-right: 0; }
    .next-select-trigger .next-input.next-disabled em {
      color: #CCCCCC;
      color: var(--input-disabled-color, #CCCCCC); }
    .next-select-trigger .next-input.next-disabled .next-select-arrow {
      cursor: not-allowed; }
    .next-select-trigger .next-select-clear {
      display: none; }
    .next-select-trigger.next-has-clear:hover .next-select-clear {
      display: inline-block; }
    .next-select-trigger.next-has-clear:hover .next-select-arrow {
      display: none; }
  .next-select .next-select-inner {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-width: 100px;
    outline: 0;
    color: #333333;
    color: var(--select-color, #333333); }
    .next-select .next-select-inner .next-tag {
      line-height: 1;
      margin-right: 4px;
      margin-right: var(--select-tag-spacing-lr, 4px);
      margin-bottom: 3px;
      margin-bottom: var(--select-tag-spacing-tb, 3px);
      padding-left: 0px;
      padding-left: var(--select-tag-padding-lr, 0px);
      padding-right: 0px;
      padding-right: var(--select-tag-padding-lr, 0px); }
    .next-select .next-select-inner .next-input-inner {
      width: auto; }
  .next-select-trigger-search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    max-width: 100%; }
    .next-select-trigger-search &gt; input, .next-select-trigger-search &gt; span {
      display: block;
      font-size: inherit;
      font-family: inherit;
      letter-spacing: inherit;
      white-space: nowrap;
      overflow: hidden; }
    .next-select-trigger-search input {
      position: absolute;
      background-color: transparent;
      width: 100%;
      height: 100% !important;
      z-index: 1;
      left: 0;
      border: 0;
      outline: 0;
      margin: 0;
      padding: 0;
      cursor: inherit; }
    .next-select-trigger-search &gt; span {
      position: relative;
      visibility: hidden;
      white-space: pre;
      max-width: 100%;
      /* åœ¨ table å¸ƒå±€ä¸­ï¼Œ100% å¹¶æ²¡æœ‰ä»€ä¹ˆxç”¨ */
      z-index: -1; }
  .next-select-single {
    /* æœç´¢æ¡†æ¿€æ´»æ—¶ï¼Œå±•å¼€åŽä¸æ˜¾ç¤ºå€¼ï¼Œåªæ˜¾ç¤ºæœç´¢æ¡† */
    /* æœç´¢æ¡†æœªæ¿€æ´»ï¼Œæˆ–è€…menuæœªå±•å¼€ï¼Œå¦‚æžœæœ‰å€¼ï¼Œåˆ™ä¸æ˜¾ç¤ºæœç´¢(placeholder) */ }
    .next-select-single.next-no-search {
      cursor: pointer; }
    .next-select-single.next-has-search.next-active .next-select-values &gt; em {
      display: none; }
    .next-select-single.next-no-search .next-select-values &gt; em + .next-select-trigger-search, .next-select-single.next-inactive .next-select-values &gt; em + .next-select-trigger-search {
      width: 1px;
      opacity: 0;
      /* stylelint-disable */
      filter: alpha(opacity=0);
      /* for IE 9 */
      /* stylelint-enable */ }
    .next-select-single .next-select-values {
      display: inline-flex;
      align-items: center; }
      .next-select-single .next-select-values &gt; em {
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .next-select-multiple .next-select-compact {
    position: relative;
    white-space: nowrap; }
    .next-select-multiple .next-select-compact .next-select-trigger-search {
      width: auto; }
    .next-select-multiple .next-select-compact .next-select-tag-compact {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      padding: 0 4px 0 16px;
      color: #333333;
      color: var(--input-text-color, #333333);
      background: linear-gradient(90deg, transparent, #FFFFFF 10px);
      background: linear-gradient(90deg, transparent, var(--input-bg-color, #FFFFFF) 10px); }
  .next-select-multiple .next-disabled .next-select-tag-compact {
    background: linear-gradient(90deg, transparent, #F7F8FA 10px);
    background: linear-gradient(90deg, transparent, var(--input-disabled-bg-color, #F7F8FA) 10px); }
  .next-select-multiple, .next-select-tag {
    /* å¦‚æžœæœ‰å€¼ï¼Œåˆ™æœç´¢æ¡†å˜ä¸º1px */ }
    .next-select-multiple .next-select-values, .next-select-tag .next-select-values {
      /* Tag æœ‰ 3px çš„ margin-bottomï¼Œæ‰€ä»¥åŒ…è£¹ Tag çš„å®¹å™¨è¦ä½œä¸€ä¸‹å¤„ç† */
      margin-bottom: -3px;
      margin-bottom: calc(0px - var(--select-tag-spacing-tb, 3px));
      height: auto !important; }
    .next-select-multiple .next-select-trigger-search, .next-select-tag .next-select-trigger-search {
      margin-bottom: 3px;
      margin-bottom: var(--select-tag-spacing-tb, 3px); }
    .next-select-multiple .next-tag + .next-select-trigger-search, .next-select-tag .next-tag + .next-select-trigger-search {
      width: auto;
      min-width: 1px;
      /* ä¿ç•™ä¸€ä¸ªå…‰æ&nbsp;‡çš„å®½åº¦ */ }
    .next-select-multiple .next-input, .next-select-tag .next-input {
      height: auto;
      align-items: start; }
    .next-select-multiple.next-small .next-select-values, .next-select-tag.next-small .next-select-values {
      min-height: 18px;
      min-height: calc(var(--form-element-small-height, 20px) - 2px);
      padding-top: 2px;
      padding-top: calc(var(--form-element-small-height, 20px)/2 - var(--select-s-lineheight, 14px)/2 - 1px);
      padding-bottom: 2px;
      padding-bottom: calc(var(--form-element-small-height, 20px)/2 - var(--select-s-lineheight, 14px)/2 - 1px);
      line-height: 14px;
      line-height: var(--select-s-lineheight, 14px); }
    .next-select-multiple.next-small .next-select-values-compact, .next-select-tag.next-small .next-select-values-compact {
      height: 20px !important;
      height: var(--form-element-small-height, 20px) !important; }
    .next-select-multiple.next-small .next-tag, .next-select-tag.next-small .next-tag {
      border: 0;
      padding-top: 0px;
      padding-top: calc(var(--select-s-lineheight, 14px)/2 - var(--s-4, 16px)/2 + 1px);
      padding-bottom: 0px;
      padding-bottom: calc(var(--select-s-lineheight, 14px)/2 - var(--s-4, 16px)/2 + 1px);
      height: 14px;
      height: var(--select-s-lineheight, 14px); }
      .next-select-multiple.next-small .next-tag .next-tag-body, .next-select-multiple.next-small .next-tag .next-tag-close-btn, .next-select-tag.next-small .next-tag .next-tag-body, .next-select-tag.next-small .next-tag .next-tag-close-btn {
        line-height: 14px;
        line-height: calc(var(--select-s-lineheight, 14px) - var(--select-s-lineheight, 14px)/2*2 + var(--s-4, 16px)/2*2 - 2px); }
      .next-select-multiple.next-small .next-tag-body, .next-select-tag.next-small .next-tag-body {
        line-height: 14px;
        line-height: var(--select-s-lineheight, 14px); }
    .next-select-multiple.next-small .next-input-label, .next-select-multiple.next-small .next-input-inner, .next-select-multiple.next-small .next-input-control, .next-select-multiple.next-small .next-select-tag-compact, .next-select-tag.next-small .next-input-label, .next-select-tag.next-small .next-input-inner, .next-select-tag.next-small .next-input-control, .next-select-tag.next-small .next-select-tag-compact {
      line-height: 18px;
      line-height: calc(var(--form-element-small-height, 20px) - 2px); }
    .next-select-multiple.next-medium .next-select-values, .next-select-tag.next-medium .next-select-values {
      min-height: 26px;
      min-height: calc(var(--form-element-medium-height, 28px) - 2px);
      padding-top: 3px;
      padding-top: calc(var(--form-element-medium-height, 28px)/2 - var(--select-m-lineheight, 20px)/2 - 1px);
      padding-bottom: 3px;
      padding-bottom: calc(var(--form-element-medium-height, 28px)/2 - var(--select-m-lineheight, 20px)/2 - 1px);
      line-height: 20px;
      line-height: var(--select-m-lineheight, 20px); }
    .next-select-multiple.next-medium .next-select-values-compact, .next-select-tag.next-medium .next-select-values-compact {
      height: 28px !important;
      height: var(--form-element-medium-height, 28px) !important; }
    .next-select-multiple.next-medium .next-tag, .next-select-tag.next-medium .next-tag {
      padding-top: 1px;
      padding-top: calc(var(--select-m-lineheight, 20px)/2 - var(--s-4, 16px)/2 - 1px);
      padding-bottom: 1px;
      padding-bottom: calc(var(--select-m-lineheight, 20px)/2 - var(--s-4, 16px)/2 - 1px);
      height: 20px;
      height: var(--select-m-lineheight, 20px); }
      .next-select-multiple.next-medium .next-tag .next-tag-body, .next-select-multiple.next-medium .next-tag .next-tag-close-btn, .next-select-tag.next-medium .next-tag .next-tag-body, .next-select-tag.next-medium .next-tag .next-tag-close-btn {
        line-height: 18px;
        line-height: calc(var(--select-m-lineheight, 20px) - var(--select-m-lineheight, 20px)/2*2 + var(--s-4, 16px)/2*2 + 2px); }
    .next-select-multiple.next-medium .next-input-label, .next-select-multiple.next-medium .next-input-inner, .next-select-multiple.next-medium .next-input-control, .next-select-multiple.next-medium .next-select-tag-compact, .next-select-tag.next-medium .next-input-label, .next-select-tag.next-medium .next-input-inner, .next-select-tag.next-medium .next-input-control, .next-select-tag.next-medium .next-select-tag-compact {
      line-height: 26px;
      line-height: calc(var(--form-element-medium-height, 28px) - 2px); }
    .next-select-multiple.next-large .next-select-values, .next-select-tag.next-large .next-select-values {
      min-height: 38px;
      min-height: calc(var(--form-element-large-height, 40px) - 2px);
      padding-top: 7px;
      padding-top: calc(var(--form-element-large-height, 40px)/2 - var(--select-l-lineheight, 24px)/2 - 1px);
      padding-bottom: 7px;
      padding-bottom: calc(var(--form-element-large-height, 40px)/2 - var(--select-l-lineheight, 24px)/2 - 1px);
      line-height: 24px;
      line-height: var(--select-l-lineheight, 24px); }
    .next-select-multiple.next-large .next-select-values-compact, .next-select-tag.next-large .next-select-values-compact {
      height: 40px !important;
      height: var(--form-element-large-height, 40px) !important; }
    .next-select-multiple.next-large .next-tag, .next-select-tag.next-large .next-tag {
      padding-top: 3px;
      padding-top: calc(var(--select-l-lineheight, 24px)/2 - var(--s-4, 16px)/2 - 1px);
      padding-bottom: 3px;
      padding-bottom: calc(var(--select-l-lineheight, 24px)/2 - var(--s-4, 16px)/2 - 1px);
      height: 24px;
      height: var(--select-l-lineheight, 24px); }
      .next-select-multiple.next-large .next-tag .next-tag-body, .next-select-multiple.next-large .next-tag .next-tag-close-btn, .next-select-tag.next-large .next-tag .next-tag-body, .next-select-tag.next-large .next-tag .next-tag-close-btn {
        line-height: 18px;
        line-height: calc(var(--select-l-lineheight, 24px) - var(--select-l-lineheight, 24px)/2*2 + var(--s-4, 16px)/2*2 + 2px); }
    .next-select-multiple.next-large .next-input-label, .next-select-multiple.next-large .next-input-inner, .next-select-multiple.next-large .next-input-control, .next-select-multiple.next-large .next-select-tag-compact, .next-select-tag.next-large .next-input-label, .next-select-tag.next-large .next-input-inner, .next-select-tag.next-large .next-input-control, .next-select-tag.next-large .next-select-tag-compact {
      line-height: 38px;
      line-height: calc(var(--form-element-large-height, 40px) - 2px); }
  .next-select-auto-complete {
    width: 160px; }
    .next-select-auto-complete .next-input {
      width: 100%;
      /* table-cell ä¸‹ margin æ—&nbsp;æ•ˆ */ }
      .next-select-auto-complete .next-input .next-input-hint-wrap {
        padding-right: 1px; }
      .next-select-auto-complete .next-input .next-select-arrow {
        padding-left: 0; }
  .next-select.next-active .next-select-arrow .next-icon-arrow-down {
    transform: rotate(180deg); }
  .next-select .next-select-unfold-icon::before {
    content: "";
    content: var(--select-unfold-icon-content, ""); }
  .next-select-symbol-fold::before {
    content: "\E63D";
    content: var(--select-fold-icon-content, "\E63D"); }
  .next-select-arrow {
    cursor: pointer;
    width: auto !important;
    text-align: center;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    /* transform-origin: center 41.8%; // icon å›¾åƒä¸­å¿ƒ */ }
  .next-select-popup-wrap {
    animation-duration: 300ms;
    animation-duration: var(--motion-duration-standard, 300ms);
    animation-timing-function: ease;
    animation-timing-function: var(--motion-ease, ease);
    padding: 0px 0;
    padding: var(--popup-spacing-tb, 0px) 0; }
  .next-select-spacing-tb {
    padding: 0px 0;
    padding: var(--popup-spacing-tb, 0px) 0; }
  .next-select-menu-wrapper {
    max-height: 260px;
    overflow: auto;
    border: 1px solid #DCDEE3;
    border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3);
    border-radius: 3px;
    border-radius: var(--popup-local-corner, 3px);
    box-shadow: none;
    box-shadow: var(--popup-local-shadow, none); }
    .next-select-menu-wrapper .next-select-menu {
      max-height: none;
      border: none; }
  .next-select-menu {
    max-height: 260px;
    overflow: auto;
    /* autoComplete æ²¡æœ‰é€‰é¡¹æ—¶ menu ä¸æ˜¾ç¤º */ }
    .next-select-menu .next-select-menu-empty-content {
      padding-left: 8px;
      padding-left: var(--s-2, 8px);
      padding-right: 8px;
      padding-right: var(--s-2, 8px);
      color: #999999;
      color: var(--select-hint-color, #999999); }
    .next-select-menu.next-select-auto-complete-menu.next-select-menu-empty {
      display: none; }
    .next-select-menu .next-menu-item-text .next-icon {
      vertical-align: middle; }
  .next-select-all {
    display: block;
    cursor: pointer;
    padding: 0 8px;
    padding: 0 var(--s-2, 8px);
    margin: 0 12px 8px;
    margin: 0 var(--s-3, 12px) var(--s-2, 8px);
    border-bottom: 1px solid #DCDEE3;
    border-bottom: 1px solid var(--color-line1-2, #DCDEE3); }
    .next-select-all:hover {
      color: #3E71F7;
      color: var(--color-link-3, #3E71F7); }
    .next-select-all .next-menu-icon-selected.next-icon {
      display: inline-block !important;
      top: initial;
      color: #5584FF;
      color: var(--select-menu-icon-color, #5584FF); }
  .next-select-highlight {
    color: #5584FF;
    color: var(--select-highlight-color, #5584FF);
    font-size: 12px;
    font-size: var(--select-highlight-font, 12px); }
  .next-select-in-ie.next-select-trigger .next-select-values {
    /* åœ¨ table å¸ƒå±€ä¸­ï¼Œoverflow: hidden ä¼šå¯¼è‡´è´Ÿçš„ margin å¤±æ•ˆ */
    overflow: visible; }
  .next-select-in-ie.next-select-trigger .next-input-control, .next-select-in-ie.next-select-trigger .next-input-label {
    width: 1px; }
  .next-select-in-ie.next-select-trigger .next-input-control &gt; * {
    display: table-cell;
    width: 1%; }
  .next-select-in-ie.next-select-trigger .next-select-arrow {
    display: table-cell; }
  .next-select-in-ie.next-select-trigger .next-select-clear {
    display: none; }
  .next-select-in-ie.next-select-trigger.next-select-multiple .next-select-inner, .next-select-in-ie.next-select-trigger.next-select-tag .next-select-inner {
    vertical-align: top; }
  .next-select-in-ie.next-select-trigger .next-select-inner {
    display: inline-table; }
  .next-select-in-ie.next-select-trigger.next-select-single .next-select-values {
    display: inline-table; }
  .next-select-in-ie.next-select-trigger.next-select-single .next-input.next-small .next-select-values {
    line-height: 20px;
    line-height: var(--form-element-small-height, 20px); }
  .next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values {
    line-height: 28px;
    line-height: var(--form-element-medium-height, 28px); }
  .next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values {
    line-height: 40px;
    line-height: var(--form-element-large-height, 40px); }
  .next-select-in-ie.next-select-trigger .next-select-trigger-search &gt; span {
    max-width: 100px; }
  .next-select-in-ie.next-select-trigger.next-select-single {
    /* æœç´¢æ¡†æœªæ¿€æ´»ï¼Œæˆ–è€…menuæœªå±•å¼€ï¼Œå¦‚æžœæœ‰å€¼ï¼Œåˆ™ä¸æ˜¾ç¤ºæœç´¢(placeholder) */ }
    .next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values {
      position: relative; }
      .next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values &gt; em {
        position: absolute;
        display: inline-block;
        height: 100%;
        line-height: 1;
        vertical-align: middle;
        overflow: hidden;
        left: 4px;
        right: 0;
        top: 30%; }
    .next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values &gt; em + .next-select-trigger-search, .next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values &gt; em + .next-select-trigger-search {
      /* stylelint-disable */
      filter: alpha(opacity=0);
      /* for IE 9 */
      /* stylelint-enable */
      font-size: 0; }
  .next-select-in-ie.next-select-trigger.next-no-search .next-select-trigger-search input {
    color: inherit; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .next-select-multiple .next-select-compact .next-select-tag-compact {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 10px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--input-bg-color, #FFFFFF) 10px); }
  .next-select-multiple .next-disabled .next-select-tag-compact {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F7F8FA 10px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--input-disabled-bg-color, #F7F8FA) 10px); } }

.next-select.next-select-multiple[dir='rtl'] .next-select-compact .next-select-tag-compact {
  left: 0;
  right: auto;
  padding: 0 16px 0 4px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), #FFFFFF 10px);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), var(--input-bg-color, #FFFFFF) 10px); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

/* put your code here */
.next-list-header {
  border-bottom: 1px solid #DCDEE3;
  border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #DCDEE3);
  color: #333333;
  color: var(--list-title-color, #333333); }

.next-list-footer {
  border-top: 1px solid #DCDEE3;
  border-top: var(--line-1, 1px) solid var(--list-divider-color, #DCDEE3);
  color: #666666;
  color: var(--list-content-color, #666666); }

.next-list-loading.next-loading {
  display: block; }

.next-list-empty {
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  color: #A0A2AD;
  color: var(--color-line1-4, #A0A2AD);
  padding: 32px 0;
  padding: var(--s-8, 32px) 0;
  text-align: center; }

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

.next-list-item {
  display: table;
  /* å…¼å®¹ie9 */
  display: flex;
  width: 100%;
  color: #666666;
  color: var(--list-content-color, #666666); }

.next-list-item-media {
  display: table-cell;
  /* å…¼å®¹ie9 */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 1px;
  flex-shrink: 0;
  vertical-align: top; }

.next-list-item-extra {
  display: table-cell;
  /* å…¼å®¹ie9 */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 1px;
  flex-shrink: 0;
  vertical-align: top;
  color: #999999;
  color: var(--list-extra-color, #999999); }

.next-list-item-content {
  display: table-cell;
  /* å…¼å®¹ie9 */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  width: 100%;
  vertical-align: middle; }

.next-list-item-title {
  color: #333333;
  color: var(--list-title-color, #333333); }

.next-list-medium .next-list-header {
  padding: 16px 0px;
  padding: var(--list-size-m-item-padding-tb, 16px) var(--list-size-m-item-padding-lr, 0px);
  font-size: 20px;
  font-size: var(--list-size-m-title-font-size, 20px);
  font-weight: bold;
  font-weight: var(--list-size-m-title-font-weight, bold); }

.next-list-medium .next-list-footer {
  padding: 16px 0px;
  padding: var(--list-size-m-item-padding-tb, 16px) var(--list-size-m-item-padding-lr, 0px); }

.next-list-medium .next-list-item-media {
  padding-right: 8px;
  padding-right: var(--list-size-m-item-media-margin, 8px); }

.next-list-medium .next-list-item-extra {
  padding-left: 8px;
  padding-left: var(--list-size-m-item-media-margin, 8px); }

.next-list-medium .next-list-item {
  font-size: 14px;
  font-size: var(--list-size-m-item-content-font-size, 14px);
  line-height: 1.5;
  line-height: var(--list-size-m-item-content-line-height, 1.5);
  padding: 16px 0px;
  padding: var(--list-size-m-item-padding-tb, 16px) var(--list-size-m-item-padding-lr, 0px); }

.next-list-medium .next-list-item-title {
  font-weight: normal;
  font-weight: var(--list-size-m-item-title-font-weight, normal);
  font-size: 16px;
  font-size: var(--list-size-m-item-title-font-size, 16px);
  line-height: 1.5;
  line-height: var(--list-size-m-item-title-line-height, 1.5); }

.next-list-small .next-list-header {
  padding: 8px 0px;
  padding: var(--list-size-s-item-padding-tb, 8px) var(--list-size-s-item-padding-lr, 0px);
  font-size: 16px;
  font-size: var(--list-size-s-title-font-size, 16px);
  font-weight: bold;
  font-weight: var(--list-size-s-title-font-weight, bold); }

.next-list-small .next-list-footer {
  padding: 8px 0px;
  padding: var(--list-size-s-item-padding-tb, 8px) var(--list-size-s-item-padding-lr, 0px); }

.next-list-small .next-list-item-media {
  padding-right: 8px;
  padding-right: var(--list-size-s-item-media-margin, 8px); }

.next-list-small .next-list-item-extra {
  padding-left: 8px;
  padding-left: var(--list-size-s-item-media-margin, 8px); }

.next-list-small .next-list-item {
  font-size: 12px;
  font-size: var(--list-size-s-item-content-font-size, 12px);
  font-weight: normal;
  font-weight: var(--list-size-s-item-title-font-weight, normal);
  line-height: 1.3;
  line-height: var(--list-size-s-item-content-line-height, 1.3);
  padding: 8px 0px;
  padding: var(--list-size-s-item-padding-tb, 8px) var(--list-size-s-item-padding-lr, 0px); }

.next-list-small .next-list-item-title {
  font-size: 14px;
  font-size: var(--list-size-s-item-title-font-size, 14px);
  line-height: 1.5;
  line-height: var(--list-size-s-item-title-line-height, 1.5); }

.next-list-divider .next-list-item {
  border-bottom: 1px solid #DCDEE3;
  border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #DCDEE3); }
  .next-list-divider .next-list-item:last-child {
    border-bottom: none; }

.next-list[dir="rtl"] .next-list-item-media {
  padding-left: 8px;
  padding-left: var(--list-size-m-item-media-margin, 8px);
  padding-right: 0; }

.next-list[dir="rtl"] .next-list-item-extra {
  padding-right: 8px;
  padding-right: var(--list-size-m-item-media-margin, 8px);
  padding-left: 0; }

.next-list[dir="rtl"] .next-list-small .next-list-item-media {
  padding-left: 8px;
  padding-left: var(--list-size-s-item-media-margin, 8px);
  padding-right: 0; }

.next-list[dir="rtl"] .next-list-small .next-list-item-extra {
  padding-right: 8px;
  padding-right: var(--list-size-s-item-media-margin, 8px);
  padding-left: 0; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-menu-btn {
  display: inline-block;
  box-shadow: none; }
  .next-menu-btn-spacing-tb {
    padding: 0px 0;
    padding: var(--popup-spacing-tb, 0px) 0; }
  .next-menu-btn .next-icon {
    transition: transform 100ms linear;
    transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-menu-btn .next-menu-btn-arrow::before {
    content: "\E63D";
    content: var(--menu-btn-fold-icon-content, "\E63D"); }
  .next-menu-btn.next-expand .next-menu-btn-arrow {
    transform: rotate(180deg); }
  .next-menu-btn-symbol-unfold::before {
    content: "";
    content: var(--menu-btn-unfold-icon-content, ""); }
  .next-menu-btn.next-btn-normal .next-menu-btn-arrow {
    color: #999999;
    color: var(--menu-btn-pure-text-normal-icon-color, #999999); }
  .next-menu-btn.next-btn-normal:hover .next-menu-btn-arrow {
    color: #333333;
    color: var(--btn-pure-normal-color-hover, #333333); }
  .next-menu-btn.next-btn-secondary .next-menu-btn-arrow {
    color: #5584FF;
    color: var(--menu-btn-pure-text-secondary-icon-color, #5584FF); }
  .next-menu-btn.next-btn-secondary:hover .next-menu-btn-arrow {
    color: #FFFFFF;
    color: var(--btn-pure-secondary-color-hover, #FFFFFF); }
  .next-menu-btn.next-btn-secondary.next-btn-text:hover .next-menu-btn-arrow {
    color: #5584FF;
    color: var(--btn-text-secondary-color-hover, #5584FF); }
  .next-menu-btn.next-btn-primary .next-menu-btn-arrow {
    color: #FFFFFF;
    color: var(--menu-btn-pure-text-primary-icon-color, #FFFFFF); }
  .next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
    color: #FFFFFF;
    color: var(--btn-pure-primary-color-hover, #FFFFFF); }
  .next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
    color: #333333;
    color: var(--menu-btn-text-text-normal-icon-color, #333333); }
  .next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
    color: #5584FF;
    color: var(--btn-text-normal-color-hover, #5584FF); }
  .next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
    color: #5584FF;
    color: var(--menu-btn-text-text-primary-icon-color, #5584FF); }
  .next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
    color: #3E71F7;
    color: var(--btn-text-primary-color-hover, #3E71F7); }
  .next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
    color: #333333;
    color: var(--menu-btn-ghost-light-icon-color, #333333); }
  .next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
    color: #999999;
    color: var(--btn-ghost-light-color-hover, #999999); }
  .next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
    color: #FFFFFF;
    color: var(--menu-btn-ghost-dark-icon-color, #FFFFFF); }
  .next-menu-btn.next-btn-ghost.next-btn-dark:hover .next-menu-btn-arrow {
    color: #FFFFFF;
    color: var(--btn-ghost-dark-color-hover, #FFFFFF); }
  .next-menu-btn.disabled .next-menu-btn-arrow,
  .next-menu-btn[disabled] .next-menu-btn-arrow {
    color: #CCCCCC;
    color: var(--menu-btn-disabled-icon-color, #CCCCCC); }
  .next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow,
  .next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow {
    color: #CCCCCC;
    color: var(--menu-btn-disabled-icon-color, #CCCCCC); }
  .next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
    color: rgba(255, 255, 255, 0.4);
    color: var(--menu-btn-ghost-dark-disabled-icon-color, rgba(255, 255, 255, 0.4)); }
  .next-menu-btn[disabled].next-btn-ghost.next-btn-light .next-menu-btn-arrow {
    color: rgba(0, 0, 0, 0.1);
    color: var(--menu-btn-ghost-light-disabled-icon-color, rgba(0, 0, 0, 0.1)); }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-nav {
  box-sizing: border-box;
  min-width: auto;
  border-radius: 0; }
  .next-nav *,
  .next-nav *:before,
  .next-nav *:after {
    box-sizing: border-box; }
  .next-nav-icon.next-icon {
    margin-right: 4px;
    margin-right: var(--nav-icon-self-margin, 4px);
    font-weight: inherit; }
    .next-nav-icon.next-icon:before,
    .next-nav-icon.next-icon .next-icon-remote {
      width: 12px;
      width: var(--nav-icon-self-size, 12px);
      font-size: 12px;
      font-size: var(--nav-icon-self-size, 12px);
      line-height: inherit; }
  .next-nav-group-label {
    height: 40px;
    height: var(--nav-group-height, 40px);
    line-height: 40px;
    line-height: var(--nav-group-height, 40px);
    font-size: 12px;
    font-size: var(--nav-group-font-size, 12px); }
  .next-nav-item .next-menu-item-text &gt; span,
  .next-nav-item .next-nav-group-label &gt; span {
    opacity: 1;
    transition: opacity 100ms linear;
    transition: opacity var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-nav-item .next-menu-item-text &gt; 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;
    transform-origin: center 50%; }
  .next-nav.next-active .next-nav-item:before {
    position: absolute;
    transition: all 300ms ease;
    transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease);
    content: ''; }
  .next-nav.next-hoz {
    padding: 0;
    height: 44px;
    height: calc(var(--nav-hoz-height, 44px) + var(--nav-hoz-item-margin-tb, 0px)*2);
    line-height: 42px;
    line-height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px)*2);
    font-size: 12px;
    font-size: var(--nav-hoz-font-size, 12px); }
    .next-nav.next-hoz .next-menu-item.next-nav-item {
      margin-left: 0px;
      margin-left: var(--nav-hoz-item-margin-lr, 0px);
      margin-right: 0px;
      margin-right: var(--nav-hoz-item-margin-lr, 0px);
      padding: 0 20px;
      padding: 0 var(--nav-hoz-item-padding-lr, 20px);
      border-radius: 0;
      border-radius: var(--nav-hoz-item-corner, 0); }
    .next-nav.next-hoz .next-menu-item,
    .next-nav.next-hoz .next-menu-sub-menu-wrapper &gt; .next-menu-item {
      margin-top: 0px;
      margin-top: var(--nav-hoz-item-margin-tb, 0px);
      margin-bottom: 0px;
      margin-bottom: var(--nav-hoz-item-margin-tb, 0px); }
    .next-nav.next-hoz .next-menu-item-inner {
      height: 42px;
      height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px)*2);
      font-size: 12px;
      font-size: var(--nav-hoz-font-size, 12px); }
    .next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
      height: 40px;
      height: var(--nav-group-height, 40px);
      line-height: 40px;
      line-height: var(--nav-group-height, 40px);
      font-size: 12px;
      font-size: var(--nav-group-font-size, 12px); }
    .next-nav.next-hoz .next-menu-header {
      float: left;
      height: 42px;
      height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px)*2); }
    .next-nav.next-hoz .next-menu-footer {
      float: right;
      height: 42px;
      height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px)*2); }
    .next-nav.next-hoz .next-nav-item:before {
      width: 0;
      left: 50%;
      height: 2px;
      height: var(--nav-hoz-item-selected-active-line, 2px); }
    .next-nav.next-hoz .next-nav-item:hover:before {
      height: 0px;
      height: var(--nav-hoz-item-hover-active-line, 0px); }
    .next-nav.next-hoz.next-top .next-nav-item:before {
      top: -1px;
      top: calc(0px - var(--popup-local-border-width, 1px)); }
    .next-nav.next-hoz.next-bottom .next-nav-item:before {
      bottom: -1px;
      bottom: calc(0px - var(--popup-local-border-width, 1px)); }
    .next-nav.next-hoz .next-selected.next-nav-item:before {
      width: 100%;
      left: 0;
      height: 2px;
      height: var(--nav-hoz-item-selected-active-line, 2px); }
  .next-nav.next-ver {
    padding: 0;
    transition: width 300ms ease;
    transition: width var(--motion-duration-standard, 300ms) var(--motion-ease, ease);
    line-height: 40px;
    line-height: var(--nav-ver-height, 40px);
    font-size: 12px;
    font-size: var(--nav-ver-font-size, 12px); }
    .next-nav.next-ver .next-menu-item.next-nav-item {
      margin-left: 0px;
      margin-left: var(--nav-ver-item-margin-lr, 0px);
      margin-right: 0px;
      margin-right: var(--nav-ver-item-margin-lr, 0px);
      padding: 0 20px;
      padding: 0 var(--nav-ver-item-padding-lr, 20px);
      border-radius: 0;
      border-radius: var(--nav-ver-item-corner, 0); }
    .next-nav.next-ver .next-menu-item:not(:first-child),
    .next-nav.next-ver .next-menu-sub-menu-wrapper:not(:first-child) &gt; .next-menu-item {
      margin-top: 0px;
      margin-top: var(--nav-ver-item-margin-tb, 0px); }
    .next-nav.next-ver .next-menu-item:not(:last-child),
    .next-nav.next-ver .next-menu-sub-menu-wrapper:not(:last-child) &gt; .next-menu-item {
      margin-bottom: 0px;
      margin-bottom: var(--nav-ver-item-margin-tb, 0px); }
    .next-nav.next-ver .next-menu-item-inner {
      height: 40px;
      height: var(--nav-ver-height, 40px);
      font-size: 12px;
      font-size: var(--nav-ver-font-size, 12px); }
    .next-nav.next-ver .next-nav-group-label .next-menu-item-inner {
      height: 40px;
      height: var(--nav-group-height, 40px);
      line-height: 40px;
      line-height: var(--nav-group-height, 40px);
      font-size: 12px;
      font-size: var(--nav-group-font-size, 12px); }
    .next-nav.next-ver &gt; .next-menu-item:first-child,
    .next-nav.next-ver &gt; .next-menu-sub-menu-wrapper:first-child &gt; .next-menu-item {
      margin-top: 0px;
      margin-top: var(--nav-ver-item-margin-tb, 0px); }
    .next-nav.next-ver &gt; .next-menu-item:last-child,
    .next-nav.next-ver &gt; .next-menu-sub-menu-wrapper:last-child &gt; .next-menu-item {
      margin-bottom: 0px;
      margin-bottom: var(--nav-ver-item-margin-tb, 0px); }
    .next-nav.next-ver .next-menu-sub-menu {
      line-height: 40px;
      line-height: var(--nav-ver-sub-nav-height, 40px); }
    .next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
      height: 40px;
      height: var(--nav-ver-sub-nav-height, 40px);
      font-size: 12px;
      font-size: var(--nav-ver-sub-nav-font-size, 12px); }
    .next-nav.next-ver .next-nav-item:before {
      height: 0;
      top: 50%;
      width: 2px;
      width: var(--nav-ver-item-selected-active-line, 2px); }
    .next-nav.next-ver .next-nav-item:hover:before {
      width: 0px;
      width: var(--nav-ver-item-hover-active-line, 0px); }
    .next-nav.next-ver.next-left .next-nav-item:before,
    .next-nav.next-ver.next-top .next-nav-item:before {
      left: -1px;
      left: calc(0px - var(--popup-local-border-width, 1px)); }
    .next-nav.next-ver.next-right .next-nav-item:before,
    .next-nav.next-ver.next-bottom .next-nav-item:before {
      right: -1px;
      right: calc(0px - var(--popup-local-border-width, 1px)); }
    .next-nav.next-ver .next-selected.next-nav-item:before {
      height: 100%;
      top: 0;
      width: 2px;
      width: var(--nav-ver-item-selected-active-line, 2px); }
  .next-nav.next-primary {
    border-width: 0px;
    border-width: var(--nav-primary-border-width, 0px);
    background: #333333;
    background: var(--nav-primary-bg-color, #333333);
    border-color: #333333;
    border-color: var(--nav-primary-border-color, #333333);
    color: #FFFFFF;
    color: var(--nav-primary-text-color, #FFFFFF);
    font-weight: normal;
    font-weight: var(--nav-primary-text-style, normal);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--nav-primary-shadow, 2px 2px 4px 0px rgba(0, 0, 0, 0.12)); }
    .next-nav.next-primary.next-hoz {
      line-height: 44px;
      line-height: var(--nav-hoz-height, 44px);
      line-height: 44px;
      line-height: calc(var(--nav-hoz-height, 44px) - var(--nav-primary-border-width, 0px)*2); }
      .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;
        line-height: var(--nav-hoz-height, 44px);
        height: 44px;
        height: calc(var(--nav-hoz-height, 44px) - var(--nav-primary-border-width, 0px)*2); }
      .next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
        top: 0;
        top: 0px;
        top: calc(0px - var(--nav-primary-border-width, 0px)); }
      .next-nav.next-primary.next-hoz.next-bottom .next-nav-item:before {
        bottom: 0;
        bottom: 0px;
        bottom: calc(0px - var(--nav-primary-border-width, 0px)); }
    .next-nav.next-primary.next-ver.next-left .next-nav-item:before {
      left: 0;
      left: 0px;
      left: calc(0px - var(--nav-primary-border-width, 0px)); }
    .next-nav.next-primary.next-ver.next-right .next-nav-item:before {
      right: 0;
      right: 0px;
      right: calc(0px - var(--nav-primary-border-width, 0px)); }
    .next-nav.next-primary .next-nav-item.next-menu-item {
      background: #333333;
      background: var(--nav-primary-bg-color, #333333);
      color: #FFFFFF;
      color: var(--nav-primary-text-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;
        background: var(--nav-primary-item-hover-bg-color, #000000);
        color: #FFFFFF;
        color: var(--nav-primary-item-hover-text-color, #FFFFFF);
        font-weight: normal;
        font-weight: var(--nav-primary-item-hover-text-style, normal); }
      .next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
        background: #000000;
        background: var(--nav-primary-item-selected-bg-color, #000000);
        color: #FFFFFF;
        color: var(--nav-primary-item-selected-text-color, #FFFFFF);
        font-weight: bold;
        font-weight: var(--nav-primary-item-selected-text-style, bold); }
      .next-nav.next-primary .next-nav-item.next-menu-item.next-opened {
        background: transparent;
        background: var(--nav-primary-item-opened-bg-color, transparent);
        color: #FFFFFF;
        color: var(--nav-primary-item-opened-text-color, #FFFFFF); }
      .next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected {
        font-weight: bold;
        font-weight: var(--nav-primary-item-childselected-text-style, bold);
        background: transparent;
        background: var(--nav-primary-item-childselected-bg-color, transparent);
        color: #FFFFFF;
        color: var(--nav-primary-item-childselected-text-color, #FFFFFF); }
      .next-nav.next-primary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
        color: #FFFFFF;
        color: var(--nav-primary-item-opened-text-color, #FFFFFF); }
      .next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
        color: #FFFFFF;
        color: var(--nav-primary-item-childselected-text-color, #FFFFFF); }
      .next-nav.next-primary .next-nav-item.next-menu-item:before {
        background: #5584FF;
        background: var(--nav-primary-item-selected-active-color, #5584FF); }
      .next-nav.next-primary .next-nav-item.next-menu-item:hover:before {
        background: #5584FF;
        background: var(--nav-primary-item-hover-active-color, #5584FF); }
    .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened {
      background: transparent;
      background: var(--nav-primary-item-opened-bg-color, transparent);
      color: #FFFFFF;
      color: var(--nav-primary-item-opened-text-color, #FFFFFF); }
    .next-nav.next-primary .next-nav-group-label {
      color: #999999;
      color: var(--nav-primary-group-text-color, #999999);
      font-weight: normal;
      font-weight: var(--nav-primary-group-text-style, normal); }
    .next-nav.next-primary .next-menu-sub-menu .next-menu-item {
      background: #333333;
      background: var(--nav-primary-sub-nav-bg-color, #333333);
      color: #FFFFFF;
      color: var(--nav-primary-sub-nav-text-color, #FFFFFF);
      font-weight: normal;
      font-weight: var(--nav-primary-sub-nav-text-style, 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;
        background: var(--nav-primary-sub-nav-hover-bg-color, #000000);
        color: #FFFFFF;
        color: var(--nav-primary-sub-nav-hover-text-color, #FFFFFF); }
      .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected {
        background: #000000;
        background: var(--nav-primary-sub-nav-selected-bg-color, #000000);
        color: #FFFFFF;
        color: var(--nav-primary-sub-nav-selected-text-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 &gt; a {
      color: #CCCCCC;
      color: var(--nav-primary-item-disabled-text-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 &gt; a .next-menu-icon-arrow {
        color: #CCCCCC;
        color: var(--nav-primary-item-disabled-text-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 &gt; a .next-menu-icon-selected {
        color: #CCCCCC;
        color: var(--nav-primary-item-disabled-text-color, #CCCCCC); }
  .next-nav.next-secondary {
    border-width: 0px;
    border-width: var(--nav-secondary-border-width, 0px);
    background: #5584FF;
    background: var(--nav-secondary-bg-color, #5584FF);
    border-color: #5584FF;
    border-color: var(--nav-secondary-border-color, #5584FF);
    color: #FFFFFF;
    color: var(--nav-secondary-text-color, #FFFFFF);
    font-weight: normal;
    font-weight: var(--nav-secondary-text-style, normal);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--nav-secondary-shadow, 2px 2px 4px 0px rgba(0, 0, 0, 0.12)); }
    .next-nav.next-secondary.next-hoz {
      line-height: 44px;
      line-height: var(--nav-hoz-height, 44px);
      line-height: 44px;
      line-height: calc(var(--nav-hoz-height, 44px) - var(--nav-secondary-border-width, 0px)*2); }
      .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;
        line-height: var(--nav-hoz-height, 44px);
        height: 44px;
        height: calc(var(--nav-hoz-height, 44px) - var(--nav-secondary-border-width, 0px)*2); }
      .next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
        top: 0;
        top: 0px;
        top: calc(0px - var(--nav-secondary-border-width, 0px)); }
      .next-nav.next-secondary.next-hoz.next-bottom .next-nav-item:before {
        bottom: 0;
        bottom: 0px;
        bottom: calc(0px - var(--nav-secondary-border-width, 0px)); }
    .next-nav.next-secondary.next-ver.next-left .next-nav-item:before {
      left: 0;
      left: 0px;
      left: calc(0px - var(--nav-secondary-border-width, 0px)); }
    .next-nav.next-secondary.next-ver.next-right .next-nav-item:before {
      right: 0;
      right: 0px;
      right: calc(0px - var(--nav-secondary-border-width, 0px)); }
    .next-nav.next-secondary .next-nav-item.next-menu-item {
      background: #5584FF;
      background: var(--nav-secondary-bg-color, #5584FF);
      color: #FFFFFF;
      color: var(--nav-secondary-text-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;
        background: var(--nav-secondary-item-hover-bg-color, #3E71F7);
        color: #FFFFFF;
        color: var(--nav-secondary-item-hover-text-color, #FFFFFF);
        font-weight: normal;
        font-weight: var(--nav-secondary-item-hover-text-style, normal); }
      .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected {
        background: #3E71F7;
        background: var(--nav-secondary-item-selected-bg-color, #3E71F7);
        color: #FFFFFF;
        color: var(--nav-secondary-item-selected-text-color, #FFFFFF);
        font-weight: bold;
        font-weight: var(--nav-secondary-item-selected-text-style, bold); }
      .next-nav.next-secondary .next-nav-item.next-menu-item.next-opened {
        background: transparent;
        background: var(--nav-secondary-item-opened-bg-color, transparent);
        color: #FFFFFF;
        color: var(--nav-secondary-item-opened-text-color, #FFFFFF); }
      .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected {
        font-weight: bold;
        font-weight: var(--nav-secondary-item-childselected-text-style, bold);
        background: transparent;
        background: var(--nav-secondary-item-childselected-bg-color, transparent);
        color: #FFFFFF;
        color: var(--nav-secondary-item-childselected-text-color, #FFFFFF); }
      .next-nav.next-secondary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
        color: #FFFFFF;
        color: var(--nav-secondary-item-opened-text-color, #FFFFFF); }
      .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
        color: #FFFFFF;
        color: var(--nav-secondary-item-childselected-text-color, #FFFFFF); }
      .next-nav.next-secondary .next-nav-item.next-menu-item:before {
        background: #3E71F7;
        background: var(--nav-secondary-item-selected-active-color, #3E71F7); }
      .next-nav.next-secondary .next-nav-item.next-menu-item:hover:before {
        background: #3E71F7;
        background: var(--nav-secondary-item-hover-active-color, #3E71F7); }
    .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened {
      background: transparent;
      background: var(--nav-secondary-item-opened-bg-color, transparent);
      color: #FFFFFF;
      color: var(--nav-secondary-item-opened-text-color, #FFFFFF); }
    .next-nav.next-secondary .next-nav-group-label {
      color: #FFFFFF;
      color: var(--nav-secondary-group-text-color, #FFFFFF);
      font-weight: normal;
      font-weight: var(--nav-secondary-group-text-style, normal); }
    .next-nav.next-secondary .next-menu-sub-menu .next-menu-item {
      background: #5584FF;
      background: var(--nav-secondary-sub-nav-bg-color, #5584FF);
      color: #FFFFFF;
      color: var(--nav-secondary-sub-nav-text-color, #FFFFFF);
      font-weight: normal;
      font-weight: var(--nav-secondary-sub-nav-text-style, 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;
        background: var(--nav-secondary-sub-nav-hover-bg-color, #3E71F7);
        color: #FFFFFF;
        color: var(--nav-secondary-sub-nav-hover-text-color, #FFFFFF); }
      .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected {
        background: #3E71F7;
        background: var(--nav-secondary-sub-nav-selected-bg-color, #3E71F7);
        color: #FFFFFF;
        color: var(--nav-secondary-sub-nav-selected-text-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 &gt; a {
      color: #DEE8FF;
      color: var(--nav-secondary-item-disabled-text-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 &gt; a .next-menu-icon-arrow {
        color: #DEE8FF;
        color: var(--nav-secondary-item-disabled-text-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 &gt; a .next-menu-icon-selected {
        color: #DEE8FF;
        color: var(--nav-secondary-item-disabled-text-color, #DEE8FF); }
  .next-nav.next-normal {
    background: #FFFFFF;
    background: var(--nav-normal-bg-color, #FFFFFF);
    border-color: #DCDEE3;
    border-color: var(--nav-normal-border-color, #DCDEE3);
    color: #333333;
    color: var(--nav-normal-text-color, #333333);
    font-weight: normal;
    font-weight: var(--nav-normal-text-style, normal);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--nav-normal-shadow, 2px 2px 4px 0px rgba(0, 0, 0, 0.12)); }
    .next-nav.next-normal .next-nav-item.next-menu-item {
      background: #FFFFFF;
      background: var(--nav-normal-bg-color, #FFFFFF);
      color: #333333;
      color: var(--nav-normal-text-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;
        background: var(--nav-normal-item-hover-bg-color, #FFFFFF);
        color: #5584FF;
        color: var(--nav-normal-item-hover-text-color, #5584FF);
        font-weight: normal;
        font-weight: var(--nav-normal-item-hover-text-style, normal); }
      .next-nav.next-normal .next-nav-item.next-menu-item.next-selected {
        background: #F2F3F7;
        background: var(--nav-normal-item-selected-bg-color, #F2F3F7);
        color: #5584FF;
        color: var(--nav-normal-item-selected-text-color, #5584FF);
        font-weight: bold;
        font-weight: var(--nav-normal-item-selected-text-style, bold); }
      .next-nav.next-normal .next-nav-item.next-menu-item.next-opened {
        background: transparent;
        background: var(--nav-normal-item-opened-bg-color, transparent);
        color: #5584FF;
        color: var(--nav-normal-item-opened-text-color, #5584FF); }
      .next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected {
        font-weight: normal;
        font-weight: var(--nav-normal-item-childselected-text-style, normal);
        background: transparent;
        background: var(--nav-normal-item-childselected-bg-color, transparent);
        color: #5584FF;
        color: var(--nav-normal-item-childselected-text-color, #5584FF); }
      .next-nav.next-normal .next-nav-item.next-menu-item.next-opened.next-nav-popup {
        color: #5584FF;
        color: var(--nav-normal-item-opened-text-color, #5584FF); }
      .next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
        color: #5584FF;
        color: var(--nav-normal-item-childselected-text-color, #5584FF); }
      .next-nav.next-normal .next-nav-item.next-menu-item:before {
        background: #5584FF;
        background: var(--nav-normal-item-selected-active-color, #5584FF); }
      .next-nav.next-normal .next-nav-item.next-menu-item:hover:before {
        background: #5584FF;
        background: var(--nav-normal-item-hover-active-color, #5584FF); }
    .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened {
      background: transparent;
      background: var(--nav-normal-item-opened-bg-color, transparent);
      color: #5584FF;
      color: var(--nav-normal-item-opened-text-color, #5584FF); }
    .next-nav.next-normal .next-nav-group-label {
      color: #999999;
      color: var(--nav-normal-group-text-color, #999999);
      font-weight: normal;
      font-weight: var(--nav-normal-group-text-style, normal); }
    .next-nav.next-normal .next-menu-sub-menu .next-menu-item {
      background: #FFFFFF;
      background: var(--nav-normal-sub-nav-bg-color, #FFFFFF);
      color: #333333;
      color: var(--nav-normal-sub-nav-text-color, #333333);
      font-weight: normal;
      font-weight: var(--nav-normal-sub-nav-text-style, 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;
        background: var(--nav-normal-sub-nav-hover-bg-color, #F2F3F7);
        color: #5584FF;
        color: var(--nav-normal-sub-nav-hover-text-color, #5584FF); }
      .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected {
        background: #F2F3F7;
        background: var(--nav-normal-sub-nav-selected-bg-color, #F2F3F7);
        color: #5584FF;
        color: var(--nav-normal-sub-nav-selected-text-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 &gt; a {
      color: #999999;
      color: var(--nav-normal-item-disabled-text-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 &gt; a .next-menu-icon-arrow {
        color: #999999;
        color: var(--nav-normal-item-disabled-text-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 &gt; a .next-menu-icon-selected {
        color: #999999;
        color: var(--nav-normal-item-disabled-text-color, #999999); }
  .next-nav.next-line {
    background: transparent;
    background: var(--nav-line-bg-color, transparent);
    border-color: #DCDEE3;
    border-color: var(--nav-line-border-color, #DCDEE3);
    color: #333333;
    color: var(--nav-line-text-color, #333333);
    font-weight: normal;
    font-weight: var(--nav-line-text-style, normal);
    box-shadow: none;
    box-shadow: var(--shadow-zero, none); }
    .next-nav.next-line.next-hoz {
      border-top-color: transparent;
      border-top-color: var(--nav-line-bg-color, transparent);
      border-left-color: transparent;
      border-left-color: var(--nav-line-bg-color, transparent);
      border-right-color: transparent;
      border-right-color: var(--nav-line-bg-color, transparent); }
    .next-nav.next-line.next-ver {
      border-top-color: transparent;
      border-top-color: var(--nav-line-bg-color, transparent);
      border-left-color: transparent;
      border-left-color: var(--nav-line-bg-color, transparent);
      border-bottom-color: transparent;
      border-bottom-color: var(--nav-line-bg-color, transparent); }
    .next-nav.next-line .next-nav-item.next-menu-item {
      background: transparent;
      background: var(--nav-line-bg-color, transparent);
      color: #333333;
      color: var(--nav-line-text-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;
        background: var(--nav-line-item-hover-bg-color, transparent);
        color: #5584FF;
        color: var(--nav-line-item-hover-text-color, #5584FF);
        font-weight: normal;
        font-weight: var(--nav-line-item-hover-text-style, normal); }
      .next-nav.next-line .next-nav-item.next-menu-item.next-selected {
        background: transparent;
        background: var(--nav-line-item-selected-bg-color, transparent);
        color: #5584FF;
        color: var(--nav-line-item-selected-text-color, #5584FF);
        font-weight: bold;
        font-weight: var(--nav-line-item-selected-text-style, bold); }
      .next-nav.next-line .next-nav-item.next-menu-item.next-opened {
        background: transparent;
        background: var(--nav-line-item-opened-bg-color, transparent);
        color: #5584FF;
        color: var(--nav-line-item-opened-text-color, #5584FF); }
      .next-nav.next-line .next-nav-item.next-menu-item.next-child-selected {
        font-weight: normal;
        font-weight: var(--nav-line-item-childselected-text-style, normal);
        background: transparent;
        background: var(--nav-line-item-childselected-bg-color, transparent);
        color: #5584FF;
        color: var(--nav-line-item-childselected-text-color, #5584FF); }
      .next-nav.next-line .next-nav-item.next-menu-item.next-opened.next-nav-popup {
        color: #5584FF;
        color: var(--nav-line-item-opened-text-color, #5584FF); }
      .next-nav.next-line .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
        color: #5584FF;
        color: var(--nav-line-item-childselected-text-color, #5584FF); }
      .next-nav.next-line .next-nav-item.next-menu-item:before {
        background: #5584FF;
        background: var(--nav-line-item-selected-active-color, #5584FF); }
      .next-nav.next-line .next-nav-item.next-menu-item:hover:before {
        background: #5584FF;
        background: var(--nav-line-item-hover-active-color, #5584FF); }
    .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-opened {
      background: transparent;
      background: var(--nav-line-item-opened-bg-color, transparent);
      color: #5584FF;
      color: var(--nav-line-item-opened-text-color, #5584FF); }
    .next-nav.next-line .next-nav-group-label {
      color: #999999;
      color: var(--nav-line-group-text-color, #999999);
      font-weight: normal;
      font-weight: var(--nav-line-group-text-style, normal); }
    .next-nav.next-line .next-menu-sub-menu .next-menu-item {
      background: transparent;
      background: var(--nav-line-sub-nav-bg-color, transparent);
      color: #333333;
      color: var(--nav-line-sub-nav-text-color, #333333);
      font-weight: normal;
      font-weight: var(--nav-line-sub-nav-text-style, 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;
        background: var(--nav-line-sub-nav-hover-bg-color, transparent);
        color: #5584FF;
        color: var(--nav-line-sub-nav-hover-text-color, #5584FF); }
      .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected {
        background: transparent;
        background: var(--nav-line-sub-nav-selected-bg-color, transparent);
        color: #5584FF;
        color: var(--nav-line-sub-nav-selected-text-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 &gt; a {
      color: #999999;
      color: var(--nav-line-item-disabled-text-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 &gt; a .next-menu-icon-arrow {
        color: #999999;
        color: var(--nav-line-item-disabled-text-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 &gt; a .next-menu-icon-selected {
        color: #999999;
        color: var(--nav-line-item-disabled-text-color, #999999); }
  .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-normal .next-nav-icon.next-icon {
    margin-left: 1px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
    margin-left: 0px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--popup-local-border-width, 1px));
    margin-right: 0px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--popup-local-border-width, 1px)); }
    .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;
      width: var(--nav-icon-only-font-size, 16px);
      font-size: 16px;
      font-size: var(--nav-icon-only-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;
      width: var(--nav-icon-only-font-size, 16px);
      font-size: 16px;
      font-size: var(--nav-icon-only-font-size, 16px);
      line-height: inherit; }
  .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon {
    margin-left: 1px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
    margin-left: 1px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-primary-border-width, 0px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-primary-border-width, 0px)); }
    .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;
      width: var(--nav-icon-only-font-size, 16px);
      font-size: 16px;
      font-size: var(--nav-icon-only-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;
      width: var(--nav-icon-only-font-size, 16px);
      font-size: 16px;
      font-size: var(--nav-icon-only-font-size, 16px);
      line-height: inherit; }
  .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon {
    margin-left: 1px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
    margin-left: 1px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-secondary-border-width, 0px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-secondary-border-width, 0px)); }
    .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;
      width: var(--nav-icon-only-font-size, 16px);
      font-size: 16px;
      font-size: var(--nav-icon-only-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;
      width: var(--nav-icon-only-font-size, 16px);
      font-size: 16px;
      font-size: var(--nav-icon-only-font-size, 16px);
      line-height: inherit; }
  .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon {
    margin-left: 1px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    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;
      width: var(--nav-icon-only-font-size, 16px);
      font-size: 16px;
      font-size: var(--nav-icon-only-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 {
    transform: rotate(180deg);
    margin-left: 1px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); }
    .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;
      width: var(--nav-icon-only-font-size, 16px);
      font-size: 16px;
      font-size: var(--nav-icon-only-font-size, 16px);
      line-height: inherit; }
  .next-nav.next-icon-only .next-nav-item.next-selected .next-nav-icon.next-icon {
    animation: pulse 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
  .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;
    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-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
      margin-right: 1px;
      margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
      margin-left: 1px;
      margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px));
      margin-right: 1px;
      margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); }
      .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;
        width: var(--nav-icon-only-font-size, 16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-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;
        width: var(--nav-icon-only-font-size, 16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-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 &gt; a {
    background: transparent;
    border: none; }

.next-nav[dir="rtl"] .next-nav-icon.next-icon {
  margin-left: 4px;
  margin-left: var(--nav-icon-self-margin, 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;
    width: var(--nav-icon-self-size, 12px);
    font-size: 12px;
    font-size: var(--nav-icon-self-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;
  right: calc(0px - var(--popup-local-border-width, 1px));
  left: auto; }

.next-nav[dir="rtl"].next-ver.next-right .next-nav-item:before {
  left: 0;
  left: -1px;
  left: calc(0px - var(--popup-local-border-width, 1px));
  right: auto; }

.next-nav[dir="rtl"].next-primary.next-ver.next-left .next-nav-item:before {
  right: 0;
  right: 0px;
  right: calc(0px - var(--nav-primary-border-width, 0px));
  left: auto; }

.next-nav[dir="rtl"].next-primary.next-ver.next-right .next-nav-item:before {
  left: 0;
  left: 0px;
  left: calc(0px - var(--nav-primary-border-width, 0px));
  right: auto; }

.next-nav[dir="rtl"].next-secondary.next-ver.next-left .next-nav-item:before {
  right: 0;
  right: 0px;
  right: calc(0px - var(--nav-secondary-border-width, 0px));
  left: auto; }

.next-nav[dir="rtl"].next-secondary.next-ver.next-right .next-nav-item:before {
  left: 0;
  left: 0px;
  left: calc(0px - var(--nav-secondary-border-width, 0px));
  right: auto; }

.next-nav[dir="rtl"] .next-nav.next-line.next-ver {
  border-top-color: transparent;
  border-top-color: var(--nav-line-bg-color, transparent);
  border-right-color: transparent;
  border-right-color: var(--nav-line-bg-color, transparent);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: var(--nav-line-bg-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;
  margin-right: calc(9px - var(--nav-icon-only-font-size, 16px)/2); }
  .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;
    width: var(--nav-icon-only-font-size, 16px);
    font-size: 16px;
    font-size: var(--nav-icon-only-font-size, 16px);
    line-height: inherit; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-number-picker {
  box-sizing: border-box;
  display: inline-block;
  /* stylelint-disable declaration-no-important */ }
  .next-number-picker *,
  .next-number-picker *:before,
  .next-number-picker *:after {
    box-sizing: border-box; }
  .next-number-picker .next-btn {
    padding: 0 !important;
    line-height: 0 !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 {
    transition: opacity 100ms linear;
    transition: opacity var(--motion-duration-immediately, 100ms) var(--motion-linear, 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";
    content: var(--number-picker-normal-up-icon, "\E625"); }
  .next-number-picker-normal .next-number-picker-down-icon::before {
    content: "\E63D";
    content: var(--number-picker-normal-down-icon, "\E63D"); }
  .next-number-picker-normal.next-small {
    width: 68px; }
    .next-number-picker-normal.next-small .next-btn {
      width: 20px;
      width: var(--number-picker-normal-s-button-width, 20px); }
      .next-number-picker-normal.next-small .next-btn:first-child {
        border-top-right-radius: 3px;
        border-top-right-radius: var(--form-element-small-corner, 3px); }
      .next-number-picker-normal.next-small .next-btn:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-right-radius: var(--form-element-small-corner, 3px); }
    .next-number-picker-normal.next-small .next-icon:before,
    .next-number-picker-normal.next-small .next-icon .next-icon-remote {
      width: 8px;
      width: var(--number-picker-normal-s-button-icon-size, 8px);
      font-size: 8px;
      font-size: var(--number-picker-normal-s-button-icon-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 {
        transform: scale(0.5);
        margin-left: -4px;
        margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-s-button-icon-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-s-button-icon-size, 8px)/2); }
        .next-number-picker-normal.next-small .next-icon:before {
          width: 16px;
          width: var(--icon-s, 16px);
          font-size: 16px;
          font-size: var(--icon-s, 16px); } }
  .next-number-picker-normal.next-medium {
    width: 80px;
    width: var(--number-picker-normal-m-input-width, 80px); }
    .next-number-picker-normal.next-medium .next-btn {
      width: 20px;
      width: var(--number-picker-normal-m-button-width, 20px); }
      .next-number-picker-normal.next-medium .next-btn:first-child {
        border-top-right-radius: 3px;
        border-top-right-radius: var(--form-element-medium-corner, 3px); }
      .next-number-picker-normal.next-medium .next-btn:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-right-radius: var(--form-element-medium-corner, 3px); }
    .next-number-picker-normal.next-medium .next-icon:before,
    .next-number-picker-normal.next-medium .next-icon .next-icon-remote {
      width: 8px;
      width: var(--number-picker-normal-m-button-icon-size, 8px);
      font-size: 8px;
      font-size: var(--number-picker-normal-m-button-icon-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 {
        transform: scale(0.5);
        margin-left: -4px;
        margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-m-button-icon-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-m-button-icon-size, 8px)/2); }
        .next-number-picker-normal.next-medium .next-icon:before {
          width: 16px;
          width: var(--icon-s, 16px);
          font-size: 16px;
          font-size: var(--icon-s, 16px); } }
  .next-number-picker-normal.next-large {
    width: 80px;
    width: var(--number-picker-normal-l-input-width, 80px); }
    .next-number-picker-normal.next-large .next-btn {
      width: 20px;
      width: var(--number-picker-normal-l-button-width, 20px); }
      .next-number-picker-normal.next-large .next-btn:first-child {
        border-top-right-radius: 3px;
        border-top-right-radius: var(--form-element-large-corner, 3px); }
      .next-number-picker-normal.next-large .next-btn:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-right-radius: var(--form-element-large-corner, 3px); }
    .next-number-picker-normal.next-large .next-icon:before,
    .next-number-picker-normal.next-large .next-icon .next-icon-remote {
      width: 8px;
      width: var(--number-picker-normal-l-button-icon-size, 8px);
      font-size: 8px;
      font-size: var(--number-picker-normal-l-button-icon-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 {
        transform: scale(0.5);
        margin-left: -4px;
        margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-l-button-icon-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-l-button-icon-size, 8px)/2); }
        .next-number-picker-normal.next-large .next-icon:before {
          width: 16px;
          width: var(--icon-s, 16px);
          font-size: 16px;
          font-size: var(--icon-s, 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";
    content: var(--number-picker-inline-add-icon, "\E655"); }
  .next-number-picker-inline .next-number-picker-minus-icon::before {
    content: "\E601";
    content: var(--number-picker-inline-minus-icon, "\E601"); }
  .next-number-picker-inline.next-small {
    width: 68px;
    min-width: 60px;
    min-width: calc(var(--form-element-small-height, 20px)*3); }
    .next-number-picker-inline.next-small .next-icon:before,
    .next-number-picker-inline.next-small .next-icon .next-icon-remote {
      width: 12px;
      width: var(--number-picker-inline-s-button-icon-size, 12px);
      font-size: 12px;
      font-size: var(--number-picker-inline-s-button-icon-size, 12px);
      line-height: inherit; }
    .next-number-picker-inline.next-small .next-btn {
      height: 20px;
      height: var(--form-element-small-height, 20px); }
    .next-number-picker-inline.next-small .next-before .next-btn {
      margin-right: 2px;
      margin-right: var(--number-picker-inline-s-button-margin, 2px);
      border-top-left-radius: 3px;
      border-top-left-radius: var(--number-picker-inline-s-button-corner, 3px);
      border-bottom-left-radius: 3px;
      border-bottom-left-radius: var(--number-picker-inline-s-button-corner, 3px); }
    .next-number-picker-inline.next-small .next-after .next-btn {
      margin-left: 2px;
      margin-left: var(--number-picker-inline-s-button-margin, 2px);
      border-top-right-radius: 3px;
      border-top-right-radius: var(--number-picker-inline-s-button-corner, 3px);
      border-bottom-right-radius: 3px;
      border-bottom-right-radius: var(--number-picker-inline-s-button-corner, 3px); }
  .next-number-picker-inline.next-medium {
    width: 100px;
    width: var(--number-picker-inline-m-input-width, 100px);
    min-width: 84px;
    min-width: calc(var(--form-element-medium-height, 28px)*3); }
    .next-number-picker-inline.next-medium .next-icon:before,
    .next-number-picker-inline.next-medium .next-icon .next-icon-remote {
      width: 12px;
      width: var(--number-picker-inline-m-button-icon-size, 12px);
      font-size: 12px;
      font-size: var(--number-picker-inline-m-button-icon-size, 12px);
      line-height: inherit; }
    .next-number-picker-inline.next-medium .next-btn {
      height: 28px;
      height: var(--form-element-medium-height, 28px); }
    .next-number-picker-inline.next-medium .next-before .next-btn {
      margin-right: 2px;
      margin-right: var(--number-picker-inline-m-button-margin, 2px);
      border-top-left-radius: 3px;
      border-top-left-radius: var(--number-picker-inline-m-button-corner, 3px);
      border-bottom-left-radius: 3px;
      border-bottom-left-radius: var(--number-picker-inline-m-button-corner, 3px); }
    .next-number-picker-inline.next-medium .next-after .next-btn {
      margin-left: 2px;
      margin-left: var(--number-picker-inline-m-button-margin, 2px);
      border-top-right-radius: 3px;
      border-top-right-radius: var(--number-picker-inline-m-button-corner, 3px);
      border-bottom-right-radius: 3px;
      border-bottom-right-radius: var(--number-picker-inline-m-button-corner, 3px); }
  .next-number-picker-inline.next-large {
    width: 128px;
    width: var(--number-picker-inline-l-input-width, 128px);
    min-width: 120px;
    min-width: calc(var(--form-element-large-height, 40px)*3); }
    .next-number-picker-inline.next-large .next-icon:before,
    .next-number-picker-inline.next-large .next-icon .next-icon-remote {
      width: 12px;
      width: var(--number-picker-inline-l-button-icon-size, 12px);
      font-size: 12px;
      font-size: var(--number-picker-inline-l-button-icon-size, 12px);
      line-height: inherit; }
    .next-number-picker-inline.next-large .next-btn {
      height: 40px;
      height: var(--form-element-large-height, 40px); }
    .next-number-picker-inline.next-large .next-before .next-btn {
      margin-right: 2px;
      margin-right: var(--number-picker-inline-l-button-margin, 2px);
      border-top-left-radius: 3px;
      border-top-left-radius: var(--number-picker-inline-l-button-corner, 3px);
      border-bottom-left-radius: 3px;
      border-bottom-left-radius: var(--number-picker-inline-l-button-corner, 3px); }
    .next-number-picker-inline.next-large .next-after .next-btn {
      margin-left: 2px;
      margin-left: var(--number-picker-inline-l-button-margin, 2px);
      border-top-right-radius: 3px;
      border-top-right-radius: var(--number-picker-inline-l-button-corner, 3px);
      border-bottom-right-radius: 3px;
      border-bottom-right-radius: var(--number-picker-inline-l-button-corner, 3px); }
  .next-number-picker-inline .next-btn.next-small {
    width: 20px;
    width: var(--form-element-small-height, 20px); }
  .next-number-picker-inline .next-btn.next-medium {
    width: 28px;
    width: var(--form-element-medium-height, 28px); }
  .next-number-picker-inline .next-btn.next-large {
    width: 40px;
    width: var(--form-element-large-height, 40px); }

@-moz-document url-prefix() {
  .next-number-picker-normal.next-small .next-number-picker-handler {
    height: 18px;
    height: calc(var(--form-element-small-height, 20px) - 2px); }
  .next-number-picker-normal.next-medium .next-number-picker-handler {
    height: 26px;
    height: calc(var(--form-element-medium-height, 28px) - 2px); }
  .next-number-picker-normal.next-large .next-number-picker-handler {
    height: 38px;
    height: calc(var(--form-element-large-height, 40px) - 2px); } }

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

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

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

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

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

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-range[dir=rtl] .next-range-mark {
  position: relative;
  cursor: auto; }
  .next-range[dir=rtl] .next-range-mark .next-range-mark-text {
    position: absolute;
    right: 0;
    transform: translateX(50%);
    padding-right: 2px;
    text-align: center; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

.next-rating[dir="rtl"] .next-rating-underlay .next-rating-icon:last-child,
.next-rating[dir="rtl"] .next-rating-overlay .next-rating-icon:last-child {
  /* icon æ”¾å¤§ä¼šäº§ç”Ÿè¾¹ç¼˜æº¢å‡ºï¼Œè¿™é‡Œä½¿ç”¨ margin ä¸ºæ”¾å¤§æ‰©å±•ä¸€éƒ¨åˆ†ç©ºé—´ */
  margin-left: 4px;
  margin-left: var(--s-1, 4px); }

.next-rating {
  vertical-align: top; }
  .next-rating {
    display: inline-block;
    position: relative; }
  .next-rating:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: ' ';
    clear: both; }
  .next-rating-base {
    float: left; }
  .next-rating-text {
    float: left; }
  .next-rating-base-disabled {
    cursor: not-allowed; }
    .next-rating-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";
    content: var(--rating-grade-icon-content, "\E60E"); }
  .next-rating-underlay {
    white-space: nowrap;
    overflow: hidden; }
    .next-rating-underlay .next-icon {
      color: #E2E4E8;
      color: var(--rating-normal-underlay-color, #E2E4E8); }
  .next-rating-stroke-mode .next-rating-underlay .next-icon {
    color: transparent;
    -webkit-text-stroke: 1px #5584FF;
    -webkit-text-stroke: 1px var(--rating-normal-overlay-color, #5584FF); }
  .next-rating-overlay {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width: 0;
    top: 0;
    left: 0; }
    .next-rating-overlay .next-icon {
      color: #5584FF;
      color: var(--rating-normal-overlay-color, #5584FF); }
  .next-rating-underlay .next-rating-icon, .next-rating-overlay .next-rating-icon {
    cursor: pointer;
    margin-left: 4px;
    margin-left: var(--s-1, 4px); }
  .next-rating-underlay .next-rating-icon:last-child, .next-rating-overlay .next-rating-icon:last-child {
    /* icon æ”¾å¤§ä¼šäº§ç”Ÿè¾¹ç¼˜æº¢å‡ºï¼Œè¿™é‡Œä½¿ç”¨ margin ä¸ºæ”¾å¤§æ‰©å±•ä¸€éƒ¨åˆ†ç©ºé—´ */
    margin-right: 4px;
    margin-right: var(--s-1, 4px); }
  .next-rating-underlay .next-icon, .next-rating-overlay .next-icon {
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-rating-underlay .next-icon.hover, .next-rating-overlay .next-icon.hover {
      transform: scale3d(1.1, 1.1, 1.1); }
    .next-rating-underlay .next-icon.clicked, .next-rating-overlay .next-icon.clicked {
      transform: scale3d(0.9, 0.9, 0.9); }
  .next-rating-info {
    position: absolute;
    top: calc(100% + 4px);
    top: calc(100% + var(--s-1, 4px));
    left: 0;
    border: 1px solid #E2E4E8;
    border: 1px solid var(--color-fill1-4, #E2E4E8);
    background: #FFFFFF;
    padding: 4px 8px 3px;
    font-size: 12px;
    white-space: nowrap; }
    .next-rating-info:after {
      position: absolute;
      content: '';
      width: 4px;
      height: 4px;
      transform: rotate(45deg);
      border: 1px solid #E2E4E8;
      border: 1px solid var(--color-fill1-4, #E2E4E8);
      background: #FFFFFF;
      border-bottom-color: transparent;
      border-right-color: transparent;
      top: -3px;
      left: 4px; }
  .next-rating:focus .next-rating-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;
      color: var(--rating-normal-overlay-hover-color, #5584FF); }

/* çŠ¶æ€ */
/* ======================================== */
.next-rating-grade-low .next-rating-overlay .next-icon {
  color: #666666;
  color: var(--rating-grade-low-overlay-color, #666666); }

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

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

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

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

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

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

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-search-simple .next-select.next-medium {
  height: 26px;
  height: calc(var(--form-element-medium-height, 28px) - 2px); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

/* Slider */
/* -------------------------------------- */
.next-slick {
  box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  /* æ°´å¹³æ»‘åŠ¨ */
  /* åž‚ç›´æ»‘åŠ¨ */ }
  .next-slick *,
  .next-slick *:before,
  .next-slick *:after {
    box-sizing: border-box; }
  .next-slick-initialized .next-slick-slide {
    display: block; }
  .next-slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    transform: translate3d(0, 0, 0); }
    .next-slick-list:focus {
      outline: none; }
    .next-slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .next-slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    transform: translate3d(0, 0, 0); }
  .next-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-slick[dir="rtl"] .next-slick-slide {
      float: right; }
    .next-slick-slide img {
      display: block; }
  .next-slick-arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    /* prev/next æŒ‰é’®ä¸åŒä½ç½®ä¸‹çš„å¤–è§‚ */ }
    .next-slick-arrow.inner {
      color: #FFFFFF;
      color: var(--slick-arrow-icon-color-normal, #FFFFFF);
      background: #000000;
      background: var(--slick-arrow-bg-color-normal, #000000);
      opacity: 0.2;
      opacity: var(--slick-arrow-bg-opacity-normal, 0.2);
      padding: 0;
      border: none; }
      .next-slick-arrow.inner:focus, .next-slick-arrow.inner:hover {
        color: #FFFFFF;
        color: var(--slick-arrow-icon-color-hover, #FFFFFF);
        background: #000000;
        background: var(--slick-arrow-bg-color-hover, #000000);
        opacity: 0.4;
        opacity: var(--slick-arrow-bg-opacity-hover, 0.4); }
      .next-slick-arrow.inner.disabled {
        color: #CCCCCC;
        color: var(--slick-arrow-icon-color-disabled, #CCCCCC);
        background: #F7F8FA;
        background: var(--slick-arrow-bg-color-disabled, #F7F8FA);
        opacity: 0.5;
        opacity: var(--slick-arrow-bg-opacity-disabled, 0.5); }
    .next-slick-arrow.outer {
      color: #666666;
      color: var(--slick-arrow-icon-color-normal-outer, #666666);
      background: transparent;
      background: var(--slick-arrow-bg-color-normal-outer, transparent);
      opacity: 0.32;
      opacity: var(--slick-arrow-bg-opacity-normal-outer, 0.32);
      padding: 0;
      border: none;
      border-radius: 0px;
      border-radius: var(--slick-arrow-corner-radius-outer, 0px); }
      .next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
        color: #333333;
        color: var(--slick-arrow-icon-color-hover-outer, #333333);
        background: transparent;
        background: var(--slick-arrow-bg-color-hover-outer, transparent);
        opacity: 0.32;
        opacity: var(--slick-arrow-bg-opacity-hover-outer, 0.32); }
      .next-slick-arrow.outer.disabled {
        color: #CCCCCC;
        color: var(--slick-arrow-icon-color-disabled-outer, #CCCCCC);
        background: transparent;
        background: var(--slick-arrow-bg-color-disabled-outer, transparent);
        opacity: 0.32;
        opacity: var(--slick-arrow-bg-opacity-disabled-outer, 0.32); }
    .next-slick-arrow.disabled {
      cursor: not-allowed; }
  .next-slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    /* dots ä½äºŽæ°´å¹³ä½ç½® */
    /* dots ä½äºŽå³ä¾§åž‚ç›´ä½ç½® */ }
    .next-slick-dots-item {
      position: relative;
      display: inline-block;
      cursor: pointer; }
      .next-slick-dots-item button {
        cursor: pointer;
        border-width: 0px;
        border-width: var(--slick-dots-border-width, 0px);
        border-color: white;
        border-style: solid;
        outline: none;
        padding: 0;
        height: 8px;
        height: var(--slick-dots-height, 8px);
        width: 8px;
        width: var(--slick-dots-width, 8px);
        border-radius: 50%;
        border-radius: var(--slick-dots-border-radius, 50%);
        background: rgba(0, 0, 0, 0.32); }
        .next-slick-dots-item button:hover {
          background-color: rgba(0, 0, 0, 0.32);
          /* border-width: $slick-dots-border-width-hover; */
          border-color: white; }
      .next-slick-dots-item button:focus,
      .next-slick-dots-item button:hover {
        background: rgba(255, 255, 255, 0.5); }
      .next-slick-dots-item.active button {
        background: #5584ff;
        /* border-width: $slick-dots-border-width-selected; */
        border-color: white;
        animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
    .next-slick-dots.hoz {
      width: 100%;
      bottom: 12px;
      bottom: var(--slick-dots-position-bottom, 12px);
      left: 0;
      text-align: center; }
      .next-slick-dots.hoz .next-slick-dots-item {
        margin: 0 4px;
        margin: 0 var(--slick-dots-margin-lr, 4px); }
    .next-slick-dots.ver {
      width: 16px;
      width: calc(var(--slick-dots-width, 8px) + 8px);
      top: 0;
      right: 20px;
      right: var(--slick-dots-position-right, 20px);
      bottom: 0;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .next-slick-dots.ver .next-slick-dots-item {
        margin: 0px 0;
        margin: var(--slick-dots-margin-tb, 0px) 0; }
  .next-slick.next-slick-hoz.next-slick-outer {
    padding: 0 24px;
    padding: 0 var(--slick-track-padding-lr, 24px); }
  .next-slick.next-slick-hoz .next-slick-arrow.medium {
    width: 28px;
    width: var(--slick-arrow-width-m, 28px);
    height: 56px;
    height: var(--slick-arrow-height-m, 56px);
    line-height: 56px;
    line-height: var(--slick-arrow-height-m, 56px); }
    .next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon:before,
    .next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon .next-icon-remote {
      width: 20px;
      width: var(--slick-arrow-icon-m, 20px);
      font-size: 20px;
      font-size: var(--slick-arrow-icon-m, 20px);
      line-height: inherit; }
  .next-slick.next-slick-hoz .next-slick-arrow.medium.inner {
    top: calc(50% - 28px);
    top: calc(50% - var(--slick-arrow-height-m, 56px)/2); }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev {
      left: 0; }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
      right: 0; }
  .next-slick.next-slick-hoz .next-slick-arrow.medium.outer {
    top: calc(50% - 28px);
    top: calc(50% - var(--slick-arrow-height-m, 56px)/2); }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
      left: -4px;
      left: calc(0px - var(--slick-arrow-position-lr-m, 4px)); }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
      right: -4px;
      right: calc(0px - var(--slick-arrow-position-lr-m, 4px)); }
  .next-slick.next-slick-hoz .next-slick-arrow.large {
    width: 48px;
    width: var(--slick-arrow-width-l, 48px);
    height: 96px;
    height: var(--slick-arrow-height-l, 96px);
    line-height: 96px;
    line-height: var(--slick-arrow-height-l, 96px); }
    .next-slick.next-slick-hoz .next-slick-arrow.large .next-icon:before,
    .next-slick.next-slick-hoz .next-slick-arrow.large .next-icon .next-icon-remote {
      width: 32px;
      width: var(--slick-arrow-icon-l, 32px);
      font-size: 32px;
      font-size: var(--slick-arrow-icon-l, 32px);
      line-height: inherit; }
  .next-slick.next-slick-hoz .next-slick-arrow.large.inner {
    top: calc(50% - 48px);
    top: calc(50% - var(--slick-arrow-height-l, 96px)/2); }
    .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-prev {
      left: 0; }
    .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-next {
      right: 0; }
  .next-slick.next-slick-hoz .next-slick-arrow.large.outer {
    top: calc(50% - 48px);
    top: calc(50% - var(--slick-arrow-height-l, 96px)/2); }
    .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
      left: -8px;
      left: calc(0px - var(--slick-arrow-position-lr-l, 8px)); }
    .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
      right: -8px;
      right: calc(0px - var(--slick-arrow-position-lr-l, 8px)); }
  .next-slick.next-slick-ver.next-slick-outer {
    padding: 24px 0;
    padding: var(--slick-ver-track-padding-tb, 24px) 0; }
  .next-slick.next-slick-ver .next-slick-slide {
    display: block;
    height: auto;
    /* border: $slick-ver-slide-border-width solid transparent; */ }
  .next-slick.next-slick-ver .next-slick-arrow {
    /* size medium */
    /* size medium &amp; position inner */
    /* size medium &amp; position outer */
    /* size large */
    /* size large &amp; position inner */
    /* size large &amp; position outer */ }
    .next-slick.next-slick-ver .next-slick-arrow.medium {
      width: 56px;
      width: var(--slick-ver-arrow-width-m, 56px);
      height: 28px;
      height: var(--slick-ver-arrow-height-m, 28px);
      line-height: 28px;
      line-height: var(--slick-ver-arrow-height-m, 28px); }
      .next-slick.next-slick-ver .next-slick-arrow.medium .next-icon:before,
      .next-slick.next-slick-ver .next-slick-arrow.medium .next-icon .next-icon-remote {
        width: 20px;
        width: var(--slick-arrow-icon-m, 20px);
        font-size: 20px;
        font-size: var(--slick-arrow-icon-m, 20px);
        line-height: inherit; }
    .next-slick.next-slick-ver .next-slick-arrow.medium.inner {
      left: calc(50% - 28px);
      left: calc(50% - var(--slick-ver-arrow-width-m, 56px)/2); }
      .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-prev {
        top: 0; }
      .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-next {
        bottom: 0; }
    .next-slick.next-slick-ver .next-slick-arrow.medium.outer {
      left: calc(50% - 28px);
      left: calc(50% - var(--slick-ver-arrow-width-m, 56px)/2); }
      .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
        top: -4px;
        top: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px)); }
      .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
        bottom: -4px;
        bottom: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px)); }
    .next-slick.next-slick-ver .next-slick-arrow.large {
      width: 96px;
      width: var(--slick-ver-arrow-width-l, 96px);
      height: 48px;
      height: var(--slick-ver-arrow-height-l, 48px);
      line-height: 48px;
      line-height: var(--slick-ver-arrow-height-l, 48px); }
      .next-slick.next-slick-ver .next-slick-arrow.large .next-icon:before,
      .next-slick.next-slick-ver .next-slick-arrow.large .next-icon .next-icon-remote {
        width: 32px;
        width: var(--slick-arrow-icon-l, 32px);
        font-size: 32px;
        font-size: var(--slick-arrow-icon-l, 32px);
        line-height: inherit; }
    .next-slick.next-slick-ver .next-slick-arrow.large.inner {
      left: calc(50% - 48px);
      left: calc(50% - var(--slick-ver-arrow-width-l, 96px)/2); }
      .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-prev {
        top: 0; }
      .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-next {
        bottom: 0; }
    .next-slick.next-slick-ver .next-slick-arrow.large.outer {
      left: calc(50% - 48px);
      left: calc(50% - var(--slick-ver-arrow-width-l, 96px)/2); }
      .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
        top: -16px;
        top: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px)); }
      .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
        bottom: -16px;
        bottom: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px)); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-step-circle &gt; .next-step-item-wait .next-step-item-content {
  color: #666666;
  color: var(--step-circle-item-title-wait-color, #666666);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  line-height: 1.5;
  line-height: var(--font-lineheight-2, 1.5);
  word-break: break-word; }

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

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

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

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

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

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

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

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

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

.next-step-circle &gt; .next-step-item-process .next-step-item-content {
  color: #333333;
  color: var(--step-circle-item-title-process-color, #333333);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  line-height: 1.5;
  line-height: var(--font-lineheight-2, 1.5);
  word-break: break-word; }

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

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

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

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

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

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

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

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

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

.next-step-circle &gt; .next-step-item-finish .next-step-item-content {
  color: #666666;
  color: var(--step-circle-item-title-finish-color, #666666);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  line-height: 1.5;
  line-height: var(--font-lineheight-2, 1.5);
  word-break: break-word; }

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

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

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

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

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

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

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

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

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

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

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

.next-step-circle .next-step-item-disabled .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-circle .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 32px;
    width: var(--step-circle-item-node-process-size, 32px);
    height: 32px;
    height: var(--step-circle-item-node-process-size, 32px);
    font-size: 12px;
    font-size: var(--step-circle-item-node-font-size, 12px);
    font-weight: normal;
    font-weight: var(--font-weight-2, normal);
    line-height: 30px;
    line-height: calc(var(--step-circle-item-node-process-size, 32px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width, 1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner, 50%);
    transition: background-color 100ms linear;
    transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
      animation: zoomIn 300ms linear;
      animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); }
      .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon:before,
      .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
        width: 12px;
        width: var(--step-circle-item-node-icon-size, 12px);
        font-size: 12px;
        font-size: var(--step-circle-item-node-icon-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 &gt; .next-step-item .next-step-item-title {
    white-space: normal; }
  .next-step-circle.next-step-horizontal &gt; .next-step-item .next-step-item-content {
    white-space: normal; }
  .next-step-circle.next-step-horizontal &gt; .next-step-item-wait .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    width: calc(100% - var(--step-circle-item-node-process-size, 32px) - var(--step-circle-item-node-padding, 8px)*2);
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-circle.next-step-horizontal &gt; .next-step-item-wait &gt; .next-step-item-body {
    width: 100px;
    width: var(--step-circle-item-body-width, 100px);
    left: -26px;
    left: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--step-circle-item-node-process-size, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2);
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-wait &gt; .next-step-item-body &gt; .next-step-item-title {
      font-size: 14px;
      font-size: var(--step-circle-item-title-size, 14px);
      line-height: 18px;
      line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-circle-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold); }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-wait &gt; .next-step-item-body &gt; .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-item-content-margin-top, 4px); }
  .next-step-circle.next-step-horizontal &gt; .next-step-item-process .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    width: calc(100% - var(--step-circle-item-node-process-size, 32px) - var(--step-circle-item-node-padding, 8px)*2);
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-circle.next-step-horizontal &gt; .next-step-item-process &gt; .next-step-item-body {
    width: 100px;
    width: var(--step-circle-item-body-width, 100px);
    left: -26px;
    left: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--step-circle-item-node-process-size, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2);
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-process &gt; .next-step-item-body &gt; .next-step-item-title {
      font-size: 14px;
      font-size: var(--step-circle-item-title-size, 14px);
      line-height: 18px;
      line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-circle-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold); }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-process &gt; .next-step-item-body &gt; .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-item-content-margin-top, 4px); }
  .next-step-circle.next-step-horizontal &gt; .next-step-item-finish .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    width: calc(100% - var(--step-circle-item-node-process-size, 32px) - var(--step-circle-item-node-padding, 8px)*2);
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-circle.next-step-horizontal &gt; .next-step-item-finish &gt; .next-step-item-body {
    width: 100px;
    width: var(--step-circle-item-body-width, 100px);
    left: -26px;
    left: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--step-circle-item-node-process-size, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2);
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-finish &gt; .next-step-item-body &gt; .next-step-item-title {
      font-size: 14px;
      font-size: var(--step-circle-item-title-size, 14px);
      line-height: 18px;
      line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-circle-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold); }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-finish &gt; .next-step-item-body &gt; .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-item-content-margin-top, 4px); }
  .next-step-circle.next-step-horizontal &gt; .next-step-item-disabled .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    width: calc(100% - var(--step-circle-item-node-process-size, 32px) - var(--step-circle-item-node-padding, 8px)*2);
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-circle.next-step-horizontal &gt; .next-step-item-disabled &gt; .next-step-item-body {
    width: 100px;
    width: var(--step-circle-item-body-width, 100px);
    left: -26px;
    left: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--step-circle-item-node-process-size, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2);
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-disabled &gt; .next-step-item-body &gt; .next-step-item-title {
      font-size: 14px;
      font-size: var(--step-circle-item-title-size, 14px);
      line-height: 18px;
      line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-circle-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold); }
    .next-step-circle.next-step-horizontal &gt; .next-step-item-disabled &gt; .next-step-item-body &gt; .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-item-content-margin-top, 4px); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-step-dot &gt; .next-step-item-wait .next-step-item-content {
  color: #666666;
  color: var(--step-dot-item-title-wait-color, #666666);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  line-height: 1.5;
  line-height: var(--font-lineheight-2, 1.5);
  word-break: break-word; }

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

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

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

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

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

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

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

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

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

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

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

.next-step-dot &gt; .next-step-item-process .next-step-item-content {
  color: #333333;
  color: var(--step-dot-item-title-process-color, #333333);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  line-height: 1.5;
  line-height: var(--font-lineheight-2, 1.5);
  word-break: break-word; }

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

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

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

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

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

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

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

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

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

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

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

.next-step-dot &gt; .next-step-item-finish .next-step-item-content {
  color: #666666;
  color: var(--step-dot-item-title-finish-color, #666666);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  line-height: 1.5;
  line-height: var(--font-lineheight-2, 1.5);
  word-break: break-word; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-step-circle[dir="rtl"] &gt; .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 &gt; .next-step-item-wait &gt; .next-step-item-body {
  right: -26px;
  right: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--step-circle-item-node-process-size, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2);
  left: auto; }

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

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

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

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal &gt; .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 &gt; .next-step-item-wait .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--step-circle-item-node-padding, 8px);
    padding-right: 0; }

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

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal &gt; .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 &gt; .next-step-item-process .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--step-circle-item-node-padding, 8px);
    padding-right: 0; }

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

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal &gt; .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 &gt; .next-step-item-finish .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--step-circle-item-node-padding, 8px);
    padding-right: 0; }

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

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal &gt; .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 &gt; .next-step-item-disabled .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--step-circle-item-node-padding, 8px);
    padding-right: 0; }

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

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

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

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

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

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

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

.next-step-dot[dir="rtl"] &gt; .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 &gt; .next-step-item-wait &gt; .next-step-item-body {
  right: -36px;
  right: calc(0px - var(--step-dot-item-body-width, 100px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 8px)*2/2);
  left: auto; }

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

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

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

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

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

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

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

.next-switch-on[dir="rtl"] &gt; .next-switch-children {
  color: #FFFFFF;
  color: var(--switch-normal-on-color-font, #FFFFFF); }

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

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

.next-switch-off[dir="rtl"] &gt; .next-switch-children {
  right: auto; }

.next-switch-off.next-switch-small[dir="rtl"] &gt; .next-switch-children {
  right: auto; }

.next-switch {
  box-sizing: border-box;
  outline: none;
  text-align: left;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  overflow: hidden;
  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 var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)), border-color 0.1s var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1)); }
  .next-switch *,
  .next-switch *:before,
  .next-switch *:after {
    box-sizing: border-box; }
  .next-switch-btn {
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s var(--motion-default, cubic-bezier(0.4, 0, 0.2, 1));
    transform-origin: left center; }
  .next-switch:after {
    content: ""; }
  .next-switch-loading {
    pointer-events: none; }
    .next-switch-loading .next-icon-loading {
      color: #5584FF;
      color: var(--color-brand1-6, #5584FF);
      text-align: center;
      transform: translate(-1px, -1px);
      transform: translate(calc(0px - var(--switch-border-width-trigger, 1px)), calc(0px - var(--switch-border-width-trigger, 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;
    border: var(--switch-border-width-container, 2px) solid transparent;
    width: 56px;
    width: var(--switch-size-m-width, 56px);
    height: 28px;
    height: calc(var(--switch-size-m-trigger, 24px) + var(--switch-border-width-container, 2px)*2);
    border-radius: 20px;
    border-radius: var(--switch-size-m-radius-container, 20px); }
    .next-switch-medium:not([disabled]):active .next-switch-btn {
      width: 31.2px;
      width: calc(var(--switch-size-m-trigger, 24px)*1.3); }
    .next-switch-medium.next-switch-on:not([disabled]):active .next-switch-btn {
      left: calc(100% - 31.2px);
      left: calc(100% - var(--switch-size-m-trigger, 24px)*1.3); }
    .next-switch-medium.next-switch-auto-width {
      min-width: 56px;
      min-width: var(--switch-size-m-width, 56px);
      width: auto;
      overflow: initial; }
    .next-switch-medium:after {
      content: ''; }
    .next-switch-medium &gt; .next-switch-btn {
      border: 1px solid transparent;
      border: var(--switch-border-width-trigger, 1px) solid transparent;
      position: absolute;
      left: calc(100% - 24px);
      left: calc(100% - var(--switch-size-m-trigger, 24px));
      width: 24px;
      width: var(--switch-size-m-trigger, 24px);
      height: 24px;
      height: var(--switch-size-m-trigger, 24px);
      border-radius: 20px;
      border-radius: var(--switch-size-m-radius-trigger, 20px);
      box-sizing: border-box; }
    .next-switch-medium &gt; .next-switch-children {
      height: 24px;
      height: var(--switch-size-m-trigger, 24px);
      line-height: 24px;
      line-height: var(--switch-size-m-trigger, 24px); }
    .next-switch-medium &gt; .next-switch-children {
      font-size: 12px;
      font-size: var(--form-element-medium-font-size, 12px); }
    .next-switch-medium.next-switch.next-switch-on &gt; .next-switch-children {
      margin: 0 32px 0 8px;
      margin: 0 calc(var(--switch-size-m-trigger, 24px) + var(--switch-size-m-trigger-padding-r, 8px)) 0 var(--switch-size-m-trigger-padding-l, 8px); }
    .next-switch-medium.next-switch.next-switch-off &gt; .next-switch-children {
      margin: 0 8px 0 32px;
      margin: 0 var(--switch-size-m-trigger-padding-r, 8px) 0 calc(var(--switch-size-m-trigger, 24px) + var(--switch-size-m-trigger-padding-l, 8px)); }
    .next-switch-medium.next-switch-loading .next-icon-loading {
      line-height: 24px;
      line-height: var(--switch-size-m-trigger, 24px);
      height: 24px;
      height: var(--switch-size-m-trigger, 24px);
      width: 24px;
      width: var(--switch-size-m-trigger, 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;
        width: var(--switch-size-m-inner-icon, 16px);
        font-size: 16px;
        font-size: var(--switch-size-m-inner-icon, 16px);
        line-height: inherit; }
  .next-switch-small {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border: var(--switch-border-width-container, 2px) solid transparent;
    width: 44px;
    width: var(--switch-size-s-width, 44px);
    height: 24px;
    height: calc(var(--switch-size-s-trigger, 20px) + var(--switch-border-width-container, 2px)*2);
    border-radius: 20px;
    border-radius: var(--switch-size-s-radius-container, 20px); }
    .next-switch-small:not([disabled]):active .next-switch-btn {
      width: 26px;
      width: calc(var(--switch-size-s-trigger, 20px)*1.3); }
    .next-switch-small.next-switch-on:not([disabled]):active .next-switch-btn {
      left: calc(100% - 26px);
      left: calc(100% - var(--switch-size-s-trigger, 20px)*1.3); }
    .next-switch-small.next-switch-auto-width {
      min-width: 44px;
      min-width: var(--switch-size-s-width, 44px);
      width: auto;
      overflow: initial; }
    .next-switch-small:after {
      content: ''; }
    .next-switch-small &gt; .next-switch-btn {
      border: 1px solid transparent;
      border: var(--switch-border-width-trigger, 1px) solid transparent;
      position: absolute;
      left: calc(100% - 20px);
      left: calc(100% - var(--switch-size-s-trigger, 20px));
      width: 20px;
      width: var(--switch-size-s-trigger, 20px);
      height: 20px;
      height: var(--switch-size-s-trigger, 20px);
      border-radius: 20px;
      border-radius: var(--switch-size-s-radius-trigger, 20px);
      box-sizing: border-box; }
    .next-switch-small &gt; .next-switch-children {
      height: 20px;
      height: var(--switch-size-s-trigger, 20px);
      line-height: 20px;
      line-height: var(--switch-size-s-trigger, 20px); }
    .next-switch-small &gt; .next-switch-children {
      font-size: 12px;
      font-size: var(--form-element-small-font-size, 12px); }
    .next-switch-small.next-switch.next-switch-on &gt; .next-switch-children {
      margin: 0 28px 0 8px;
      margin: 0 calc(var(--switch-size-s-trigger, 20px) + var(--switch-size-s-trigger-padding-r, 8px)) 0 var(--switch-size-s-trigger-padding-l, 8px); }
    .next-switch-small.next-switch.next-switch-off &gt; .next-switch-children {
      margin: 0 8px 0 28px;
      margin: 0 var(--switch-size-s-trigger-padding-r, 8px) 0 calc(var(--switch-size-s-trigger, 20px) + var(--switch-size-s-trigger-padding-l, 8px)); }
    .next-switch-small.next-switch-loading .next-icon-loading {
      line-height: 20px;
      line-height: var(--switch-size-s-trigger, 20px);
      height: 20px;
      height: var(--switch-size-s-trigger, 20px);
      width: 20px;
      width: var(--switch-size-s-trigger, 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;
        width: var(--switch-size-s-inner-icon, 12px);
        font-size: 12px;
        font-size: var(--switch-size-s-inner-icon, 12px);
        line-height: inherit; }
  .next-switch-on {
    background-color: #5584FF;
    background-color: var(--switch-normal-on-bg-color, #5584FF); }
    .next-switch-on .next-switch-btn {
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: var(--switch-on-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12));
      background-color: #FFFFFF;
      background-color: var(--switch-normal-on-trigger-bg-color, #FFFFFF);
      border-color: transparent;
      border-color: var(--switch-handle-on-border-color, transparent); }
    .next-switch-on &gt; .next-switch-children {
      color: #FFFFFF;
      color: var(--switch-normal-on-color-font, #FFFFFF); }
    .next-switch-on:focus, .next-switch-on.hover, .next-switch-on:hover {
      background-color: #3E71F7;
      background-color: var(--switch-hover-on-bg-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;
        background-color: var(--switch-hover-on-trigger-bg-color, #FFFFFF); }
  .next-switch-on[disabled] {
    background-color: #EBECF0;
    background-color: var(--switch-disabled-on-bg-color, #EBECF0);
    cursor: not-allowed; }
    .next-switch-on[disabled] .next-switch-btn {
      right: 0;
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: var(--switch-on-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12));
      background-color: #F7F8FA;
      background-color: var(--switch-disabled-on-trigger-bg-color, #F7F8FA);
      border-color: transparent;
      border-color: var(--switch-handle-disabled-border-color, transparent); }
    .next-switch-on[disabled] &gt; .next-switch-children {
      color: #CCCCCC;
      color: var(--switch-disabled-on-color-font, #CCCCCC); }
  .next-switch-off {
    background-color: #EBECF0;
    background-color: var(--switch-normal-off-bg-color, #EBECF0);
    border-color: #EBECF0;
    border-color: var(--switch-normal-off-border-color, #EBECF0); }
    .next-switch-off:focus, .next-switch-off.hover, .next-switch-off:hover {
      background-color: #EBECF0;
      background-color: var(--switch-hover-off-bg-color, #EBECF0);
      border-color: #EBECF0;
      border-color: var(--switch-hover-off-border-color, #EBECF0); }
    .next-switch-off .next-switch-btn {
      left: 0;
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: var(--switch-on-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12));
      background-color: #FFFFFF;
      background-color: var(--switch-normal-off-trigger-bg-color, #FFFFFF);
      border-color: transparent;
      border-color: var(--switch-handle-off-border-color, transparent); }
    .next-switch-off:focus .next-switch-btn, .next-switch-off.hover .next-switch-btn, .next-switch-off:hover .next-switch-btn {
      background-color: #FFFFFF;
      background-color: var(--switch-hover-off-trigger-bg-color, #FFFFFF); }
    .next-switch-off &gt; .next-switch-children {
      color: #999999;
      color: var(--switch-normal-off-color-font, #999999); }
  .next-switch-off[disabled] {
    background-color: #EBECF0;
    background-color: var(--switch-disabled-off-bg-color, #EBECF0);
    cursor: not-allowed; }
    .next-switch-off[disabled] .next-switch-btn {
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: var(--switch-off-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12));
      background-color: #F7F8FA;
      background-color: var(--switch-disabled-off-trigger-bg-color, #F7F8FA);
      border-color: transparent;
      border-color: var(--switch-handle-disabled-border-color, transparent); }
    .next-switch-off[disabled] &gt; .next-switch-children {
      color: #C4C6CF;
      color: var(--switch-disabled-off-color-font, #C4C6CF); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

.next-tabs-text[dir='rtl'] &gt; .next-tabs-bar .next-tabs-tab:not(:last-child):after {
  content: '';
  position: absolute;
  left: 0;
  right: auto; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

.next-tag-checkable.next-tag-level-secondary {
  color: #333333;
  color: var(--tag-normal-text-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;
    color: var(--tag-normal-text-color-hover, #5584FF); }

.next-tag-default.next-tag-level-primary {
  color: #666666;
  color: var(--tag-fill-text-color, #666666);
  border-color: #EBECF0;
  border-color: var(--tag-fill-border-color, #EBECF0);
  background-color: #EBECF0;
  background-color: var(--tag-fill-bg-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;
    color: var(--tag-fill-text-color-hover, #333333);
    border-color: #E2E4E8;
    border-color: var(--tag-fill-border-color-hover, #E2E4E8);
    background-color: #E2E4E8;
    background-color: var(--tag-fill-bg-color-hover, #E2E4E8); }
    .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover &gt; .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover &gt; .next-tag-close-btn {
      color: #333333;
      color: var(--tag-fill-tail-color-hover, #333333); }
  .next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
    color: #CCCCCC;
    color: var(--tag-fill-text-color-disabled, #CCCCCC);
    border-color: #F7F8FA;
    border-color: var(--tag-fill-border-color-disabled, #F7F8FA);
    background-color: #F7F8FA;
    background-color: var(--tag-fill-bg-color-disabled, #F7F8FA); }
    .next-tag-default.next-tag-level-primary[disabled] &gt; .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-primary &gt; .next-tag-close-btn {
      color: #CCCCCC;
      color: var(--tag-fill-tail-color-disabled, #CCCCCC); }
  .next-tag-default.next-tag-level-primary &gt; .next-tag-close-btn {
    color: #666666;
    color: var(--tag-fill-tail-color, #666666); }

.next-tag-closable.next-tag-level-primary {
  color: #666666;
  color: var(--tag-closable-primary-fill-text-color, #666666);
  border-color: #EBECF0;
  border-color: var(--tag-closable-primary-fill-border-color, #EBECF0);
  background-color: #EBECF0;
  background-color: var(--tag-closable-primary-fill-bg-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;
    color: var(--tag-closable-primary-fill-text-color-hover, #333333);
    border-color: #E2E4E8;
    border-color: var(--tag-closable-primary-fill-border-color-hover, #E2E4E8);
    background-color: #E2E4E8;
    background-color: var(--tag-closable-primary-fill-bg-color-hover, #E2E4E8); }
    .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover &gt; .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover &gt; .next-tag-close-btn {
      color: #333333;
      color: var(--tag-fill-tail-color-hover, #333333); }
  .next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
    color: #CCCCCC;
    color: var(--tag-closable-primary-fill-text-color-disabled, #CCCCCC);
    border-color: #F7F8FA;
    border-color: var(--tag-closable-primary-fill-border-color-disabled, #F7F8FA);
    background-color: #F7F8FA;
    background-color: var(--tag-closable-primary-fill-bg-color-disabled, #F7F8FA); }
    .next-tag-closable.next-tag-level-primary[disabled] &gt; .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-primary &gt; .next-tag-close-btn {
      color: #CCCCCC;
      color: var(--tag-fill-tail-color-disabled, #CCCCCC); }
  .next-tag-closable.next-tag-level-primary &gt; .next-tag-close-btn {
    color: #666666;
    color: var(--tag-fill-tail-color, #666666); }

.next-tag-checkable.next-tag-level-primary {
  color: #666666;
  color: var(--tag-checkable-fill-text-color, #666666);
  border-color: #EBECF0;
  border-color: var(--tag-checkable-fill-border-color, #EBECF0);
  background-color: #EBECF0;
  background-color: var(--tag-checkable-fill-bg-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;
    color: var(--tag-checkable-fill-text-color-hover, #333333);
    border-color: #E2E4E8;
    border-color: var(--tag-checkable-fill-border-color-hover, #E2E4E8);
    background-color: #E2E4E8;
    background-color: var(--tag-checkable-fill-bg-color-hover, #E2E4E8); }
    .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover &gt; .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover &gt; .next-tag-close-btn {
      color: #333333;
      color: var(--tag-checkable-fill-tail-color-hover, #333333); }
  .next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
    color: #CCCCCC;
    color: var(--tag-checkable-fill-text-color-disabled, #CCCCCC);
    border-color: #F7F8FA;
    border-color: var(--tag-checkable-fill-border-color-disabled, #F7F8FA);
    background-color: #F7F8FA;
    background-color: var(--tag-checkable-fill-bg-color-disabled, #F7F8FA); }
    .next-tag-checkable.next-tag-level-primary[disabled] &gt; .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary &gt; .next-tag-close-btn {
      color: #CCCCCC;
      color: var(--tag-checkable-fill-tail-color-disabled, #CCCCCC); }
  .next-tag-checkable.next-tag-level-primary &gt; .next-tag-close-btn {
    color: #666666;
    color: var(--tag-checkable-fill-tail-color, #666666); }

.next-tag-checkable.next-tag-level-primary.checked {
  color: #FFFFFF;
  color: var(--tag-checkable-primary-text-color, #FFFFFF);
  border-color: #5584FF;
  border-color: var(--tag-checkable-primary-border-color, #5584FF);
  background-color: #5584FF;
  background-color: var(--tag-checkable-primary-bg-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;
    color: var(--tag-checkable-primary-text-color-hover, #FFFFFF);
    border-color: #3E71F7;
    border-color: var(--tag-checkable-primary-border-color-hover, #3E71F7);
    background-color: #3E71F7;
    background-color: var(--tag-checkable-primary-bg-color-hover, #3E71F7); }
    .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover &gt; .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover &gt; .next-tag-close-btn {
      color: #FFFFFF;
      color: var(--tag-checkable-primary-tail-color-hover, #FFFFFF); }
  .next-tag-checkable.next-tag-level-primary.checked[disabled], .disabled.next-tag-checkable.next-tag-level-primary.checked {
    color: #CCCCCC;
    color: var(--tag-checkable-primary-text-color-disabled, #CCCCCC);
    border-color: #F7F8FA;
    border-color: var(--tag-checkable-primary-border-color-disabled, #F7F8FA);
    background-color: #F7F8FA;
    background-color: var(--tag-checkable-primary-bg-color-disabled, #F7F8FA); }
    .next-tag-checkable.next-tag-level-primary.checked[disabled] &gt; .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary.checked &gt; .next-tag-close-btn {
      color: #FFFFFF;
      color: var(--tag-checkable-primary-tail-color, #FFFFFF); }
  .next-tag-checkable.next-tag-level-primary.checked &gt; .next-tag-close-btn {
    color: #FFFFFF;
    color: var(--tag-checkable-primary-tail-color, #FFFFFF); }

.next-tag-default.next-tag-level-normal {
  color: #666666;
  color: var(--tag-bordered-text-color, #666666);
  border-color: #C4C6CF;
  border-color: var(--tag-bordered-border-color, #C4C6CF);
  background-color: transparent;
  background-color: var(--tag-bordered-bg, 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;
    color: var(--tag-bordered-text-color-hover, #333333);
    border-color: #A0A2AD;
    border-color: var(--tag-bordered-border-color-hover, #A0A2AD);
    background-color: transparent;
    background-color: var(--tag-bordered-bg-hover, transparent); }
    .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover &gt; .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover &gt; .next-tag-close-btn {
      color: #333333;
      color: var(--tag-bordered-tail-color-hover, #333333); }
  .next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
    color: #CCCCCC;
    color: var(--tag-bordered-text-color-disabled, #CCCCCC);
    border-color: #E6E7EB;
    border-color: var(--tag-bordered-border-color-disabled, #E6E7EB);
    background-color: #F7F8FA;
    background-color: var(--tag-bordered-bg-disabled, #F7F8FA); }
    .next-tag-default.next-tag-level-normal[disabled] &gt; .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-normal &gt; .next-tag-close-btn {
      color: #CCCCCC;
      color: var(--tag-bordered-tail-color-disabled, #CCCCCC); }
  .next-tag-default.next-tag-level-normal &gt; .next-tag-close-btn {
    color: #666666;
    color: var(--tag-bordered-tail-color, #666666); }

.next-tag-closable.next-tag-level-normal {
  color: #666666;
  color: var(--tag-closable-bordered-text-color, #666666);
  border-color: #C4C6CF;
  border-color: var(--tag-closable-bordered-border-color, #C4C6CF);
  background-color: transparent;
  background-color: var(--tag-closable-bordered-bg, 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;
    color: var(--tag-closable-bordered-text-color-hover, #333333);
    border-color: #A0A2AD;
    border-color: var(--tag-closable-bordered-border-color-hover, #A0A2AD);
    background-color: transparent;
    background-color: var(--tag-closable-bordered-bg-hover, transparent); }
    .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover &gt; .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover &gt; .next-tag-close-btn {
      color: #333333;
      color: var(--tag-closable-bordered-tail-color-hover, #333333); }
  .next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
    color: #CCCCCC;
    color: var(--tag-closable-bordered-text-color-disabled, #CCCCCC);
    border-color: #E6E7EB;
    border-color: var(--tag-closable-bordered-border-color-disabled, #E6E7EB);
    background-color: transparent;
    background-color: var(--tag-closable-bordered-bg-disabled, transparent); }
    .next-tag-closable.next-tag-level-normal[disabled] &gt; .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-normal &gt; .next-tag-close-btn {
      color: #CCCCCC;
      color: var(--tag-closable-bordered-tail-color-disabled, #CCCCCC); }
  .next-tag-closable.next-tag-level-normal &gt; .next-tag-close-btn {
    color: #666666;
    color: var(--tag-closable-bordered-tail-color, #666666); }

.next-tag-checkable.next-tag-level-normal.checked {
  color: #5584FF;
  color: var(--tag-secondary-text-color, #5584FF);
  border-color: #5584FF;
  border-color: var(--tag-secondary-border-color, #5584FF);
  background-color: transparent;
  background-color: var(--tag-secondary-bg, 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;
    color: var(--tag-secondary-text-color-hover, #3E71F7);
    border-color: #3E71F7;
    border-color: var(--tag-secondary-border-color-hover, #3E71F7);
    background-color: transparent;
    background-color: var(--tag-secondary-bg-hover, transparent); }

.next-tag-checkable.next-tag-level-secondary.checked {
  color: #5584FF;
  color: var(--tag-secondary-text-color, #5584FF);
  border-color: #5584FF;
  border-color: var(--tag-secondary-border-color, #5584FF);
  background-color: transparent;
  background-color: var(--tag-secondary-bg, 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;
    color: var(--tag-secondary-text-color-hover, #3E71F7);
    border-color: #3E71F7;
    border-color: var(--tag-secondary-border-color-hover, #3E71F7);
    background-color: transparent;
    background-color: var(--tag-secondary-bg-hover, transparent); }

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

.next-tag-checkable.next-tag-level-secondary.checked:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\E632";
  content: var(--tag-checkable-icon-selected, "\E632");
  transform: scale(0.6);
  color: #FFFFFF;
  color: var(--tag-checkable-secondary-icon-color-selected, #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;
  background-color: var(--tag-checkable-secondary-bg-selected-hover, #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;
  color: var(--tag-checkable-secondary-icon-color-selected-hover, #FFFFFF); }

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

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

.next-tag-checkable.next-tag-level-normal {
  color: #666666;
  color: var(--tag-checkable-normal-text-color, #666666);
  border-color: #C4C6CF;
  border-color: var(--tag-checkable-normal-border-color, #C4C6CF);
  background-color: transparent;
  background-color: var(--tag-checkable-normal-bg, 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;
    color: var(--tag-checkable-normal-text-color-hover, #333333);
    border-color: #C4C6CF;
    border-color: var(--tag-checkable-normal-border-color-hover, #C4C6CF);
    background-color: transparent;
    background-color: var(--tag-checkable-normal-bg-hover, transparent); }
  .next-tag-checkable.next-tag-level-normal[disabled], .disabled.next-tag-checkable.next-tag-level-normal {
    color: #CCCCCC;
    color: var(--tag-checkable-normal-text-selected-disabled, #CCCCCC);
    border-color: #E6E7EB;
    border-color: var(--tag-checkable-normal-border-selected-disabled, #E6E7EB);
    background-color: #F7F8FA;
    background-color: var(--tag-checkable-normal-bg-selected-disabled, #F7F8FA); }

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

.next-tag-checkable.next-tag-level-normal.checked:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\E632";
  content: var(--tag-checkable-icon-selected, "\E632");
  transform: scale(0.6);
  color: #FFFFFF;
  color: var(--tag-checkable-normal-icon-color-selected, #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;
  background-color: var(--tag-checkable-normal-bg-selected-hover, #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;
  color: var(--tag-checkable-normal-icon-color-selected-hover, #FFFFFF); }

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

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

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

.next-tag-closable.next-tag-level-normal:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\E626";
  content: var(--tag-closable-normal-icon, "\E626");
  transform: scale(0.6);
  color: #FFFFFF;
  color: var(--tag-closable-normal-icon-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;
  background-color: var(--tag-closable-normal-bg-hover, #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;
  color: var(--tag-closable-normal-icon-color-hover, #FFFFFF); }

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

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

.next- {
  /* Animation */
  /* ----------- */ }
  .next-tag-group .next-tag-medium,
  .next-tag-group .next-tag-large {
    margin-right: 8px;
    margin-right: var(--tag-size-m-margin, 8px);
    margin-bottom: 8px;
    margin-bottom: var(--tag-size-m-margin, 8px); }
  .next-tag-group .next-tag-small {
    margin-right: 4px;
    margin-right: var(--tag-size-s-margin, 4px);
    margin-bottom: 4px;
    margin-bottom: var(--tag-size-s-margin, 4px); }
  .next-tag {
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border-width: 1px;
    border-width: var(--tag-border-width, 1px);
    border-radius: 3px;
    border-radius: var(--tag-corner-radius, 3px);
    box-shadow: none;
    box-shadow: var(--tag-shadow, none);
    border-style: solid;
    /* å¯é…ç½®??? */
    overflow: hidden;
    white-space: nowrap;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    font-size: 0;
    outline: 0;
    /* é¢„è®¾é¢œè‰²å€¼ */ }
    .next-tag *,
    .next-tag *:before,
    .next-tag *:after {
      box-sizing: border-box; }
    .next-tag &gt; .next-tag-body {
      position: relative;
      display: inline-block;
      height: 100%;
      text-align: center;
      vertical-align: middle;
      max-width: 100%;
      cursor: default;
      /* ç”¨æˆ·æ‰‹åŠ¨ä¼&nbsp;çš„ icon çš„å¤§å°ä¹Ÿä¿æŒä¸€è‡´ï¼Ÿ */ }
      .next-tag &gt; .next-tag-body &gt; a {
        text-decoration: none;
        color: inherit; }
        .next-tag &gt; .next-tag-body &gt; a:before {
          content: " ";
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .next-tag &gt; .next-tag-body .next-icon {
        line-height: 1;
        vertical-align: baseline; }
        .next-tag &gt; .next-tag-body .next-icon:before {
          font-size: inherit; }
    .next-tag.next-tag-body-pointer {
      cursor: pointer; }
    .next-tag[disabled], .next-tag.disabled {
      cursor: not-allowed;
      pointer-events: none; }
    .next-tag-blue {
      background-color: #4494F9;
      background-color: var(--tag-color-preset-blue, #4494F9);
      border-color: #4494F9;
      border-color: var(--tag-color-preset-blue, #4494F9);
      color: #FFF; }
      .next-tag-blue-inverse {
        background-color: rgba(68, 148, 249, 0.25);
        border-color: #4494F9;
        border-color: var(--tag-color-preset-blue, #4494F9);
        color: #4494F9;
        color: var(--tag-color-preset-blue, #4494F9); }
    .next-tag-green {
      background-color: #46BC15;
      background-color: var(--tag-color-preset-green, #46BC15);
      border-color: #46BC15;
      border-color: var(--tag-color-preset-green, #46BC15);
      color: #FFF; }
      .next-tag-green-inverse {
        background-color: rgba(70, 188, 21, 0.25);
        border-color: #46BC15;
        border-color: var(--tag-color-preset-green, #46BC15);
        color: #46BC15;
        color: var(--tag-color-preset-green, #46BC15); }
    .next-tag-orange {
      background-color: #FF9300;
      background-color: var(--tag-color-preset-orange, #FF9300);
      border-color: #FF9300;
      border-color: var(--tag-color-preset-orange, #FF9300);
      color: #FFF; }
      .next-tag-orange-inverse {
        background-color: rgba(255, 147, 0, 0.25);
        border-color: #FF9300;
        border-color: var(--tag-color-preset-orange, #FF9300);
        color: #FF9300;
        color: var(--tag-color-preset-orange, #FF9300); }
    .next-tag-red {
      background-color: #FF3000;
      background-color: var(--tag-color-preset-red, #FF3000);
      border-color: #FF3000;
      border-color: var(--tag-color-preset-red, #FF3000);
      color: #FFF; }
      .next-tag-red-inverse {
        background-color: rgba(255, 48, 0, 0.25);
        border-color: #FF3000;
        border-color: var(--tag-color-preset-red, #FF3000);
        color: #FF3000;
        color: var(--tag-color-preset-red, #FF3000); }
    .next-tag-turquoise {
      background-color: #01C1B2;
      background-color: var(--tag-color-preset-turquoise, #01C1B2);
      border-color: #01C1B2;
      border-color: var(--tag-color-preset-turquoise, #01C1B2);
      color: #FFF; }
      .next-tag-turquoise-inverse {
        background-color: rgba(1, 193, 178, 0.25);
        border-color: #01C1B2;
        border-color: var(--tag-color-preset-turquoise, #01C1B2);
        color: #01C1B2;
        color: var(--tag-color-preset-turquoise, #01C1B2); }
    .next-tag-yellow {
      background-color: #FCCC12;
      background-color: var(--tag-color-preset-yellow, #FCCC12);
      border-color: #FCCC12;
      border-color: var(--tag-color-preset-yellow, #FCCC12);
      color: #FFF; }
      .next-tag-yellow-inverse {
        background-color: rgba(252, 204, 18, 0.25);
        border-color: #FCCC12;
        border-color: var(--tag-color-preset-yellow, #FCCC12);
        color: #FCCC12;
        color: var(--tag-color-preset-yellow, #FCCC12); }
  .next-tag-large {
    height: 40px;
    height: var(--tag-size-l-height, 40px);
    padding: 0;
    line-height: 38px;
    line-height: calc(var(--tag-size-l-height, 40px) - var(--tag-border-width, 1px)*2);
    font-size: 0; }
    .next-tag-large &gt; .next-tag-body {
      font-size: 16px;
      font-size: var(--tag-size-l-text-size, 16px);
      padding: 0 16px;
      padding: 0 var(--tag-size-l-padding-lr, 16px);
      min-width: 48px;
      min-width: var(--tag-size-l-content-min-width, 48px); }
    .next-tag-large.next-tag-closable &gt; .next-tag-body {
      padding: 0 0 0 16px;
      padding: 0 0 0 var(--tag-size-l-padding-lr, 16px);
      max-width: calc(100% - 44px);
      max-width: calc(100% - var(--tag-size-l-spacing, 16px) - var(--tag-size-l-icon-font, 12px) - var(--tag-size-l-padding-lr, 16px)); }
    .next-tag-large[dir=rtl].next-tag-closable &gt; .next-tag-body {
      padding: 0 16px 0 0;
      padding: 0 var(--tag-size-l-padding-lr, 16px) 0 0; }
    .next-tag-large.next-tag-closable &gt; .next-tag-close-btn {
      margin-left: 16px;
      margin-left: var(--tag-size-l-spacing, 16px);
      padding-right: 16px;
      padding-right: var(--tag-size-l-padding-lr, 16px); }
      .next-tag-large.next-tag-closable &gt; .next-tag-close-btn .next-icon:before,
      .next-tag-large.next-tag-closable &gt; .next-tag-close-btn .next-icon .next-icon-remote {
        width: 12px;
        width: var(--tag-size-l-icon-font, 12px);
        font-size: 12px;
        font-size: var(--tag-size-l-icon-font, 12px);
        line-height: inherit; }
    .next-tag-large[dir=rtl] &gt; .next-tag-close-btn {
      margin-right: 16px;
      margin-right: var(--tag-size-l-spacing, 16px);
      margin-left: 0;
      padding-right: 0;
      padding-left: 16px;
      padding-left: var(--tag-size-l-padding-lr, 16px); }
  .next-tag-medium {
    height: 28px;
    height: var(--tag-size-m-height, 28px);
    padding: 0;
    line-height: 26px;
    line-height: calc(var(--tag-size-m-height, 28px) - var(--tag-border-width, 1px)*2);
    font-size: 0; }
    .next-tag-medium &gt; .next-tag-body {
      font-size: 14px;
      font-size: var(--tag-size-m-text-size, 14px);
      padding: 0 12px;
      padding: 0 var(--tag-size-m-padding-lr, 12px);
      min-width: 40px;
      min-width: var(--tag-size-m-content-min-width, 40px); }
    .next-tag-medium.next-tag-closable &gt; .next-tag-body {
      padding: 0 0 0 12px;
      padding: 0 0 0 var(--tag-size-m-padding-lr, 12px);
      max-width: calc(100% - 32px);
      max-width: calc(100% - var(--tag-size-m-spacing, 12px) - var(--tag-size-m-icon-font, 8px) - var(--tag-size-m-padding-lr, 12px)); }
    .next-tag-medium[dir=rtl].next-tag-closable &gt; .next-tag-body {
      padding: 0 12px 0 0;
      padding: 0 var(--tag-size-m-padding-lr, 12px) 0 0; }
    .next-tag-medium.next-tag-closable &gt; .next-tag-close-btn {
      margin-left: 12px;
      margin-left: var(--tag-size-m-spacing, 12px);
      padding-right: 12px;
      padding-right: var(--tag-size-m-padding-lr, 12px); }
      .next-tag-medium.next-tag-closable &gt; .next-tag-close-btn .next-icon:before,
      .next-tag-medium.next-tag-closable &gt; .next-tag-close-btn .next-icon .next-icon-remote {
        width: 8px;
        width: var(--tag-size-m-icon-font, 8px);
        font-size: 8px;
        font-size: var(--tag-size-m-icon-font, 8px);
        line-height: inherit; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .next-tag-medium.next-tag-closable &gt; .next-tag-close-btn .next-icon {
          transform: scale(0.5);
          margin-left: -4px;
          margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--tag-size-m-icon-font, 8px)/2);
          margin-right: -4px;
          margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--tag-size-m-icon-font, 8px)/2); }
          .next-tag-medium.next-tag-closable &gt; .next-tag-close-btn .next-icon:before {
            width: 16px;
            width: var(--icon-s, 16px);
            font-size: 16px;
            font-size: var(--icon-s, 16px); } }
    .next-tag-medium[dir=rtl] &gt; .next-tag-close-btn {
      margin-right: 12px;
      margin-right: var(--tag-size-m-spacing, 12px);
      margin-left: 0;
      padding-right: 0;
      padding-left: 12px;
      padding-left: var(--tag-size-m-padding-lr, 12px); }
  .next-tag-small {
    height: 20px;
    height: var(--tag-size-s-height, 20px);
    padding: 0;
    line-height: 18px;
    line-height: calc(var(--tag-size-s-height, 20px) - var(--tag-border-width, 1px)*2);
    font-size: 0; }
    .next-tag-small &gt; .next-tag-body {
      font-size: 12px;
      font-size: var(--tag-size-s-text-size, 12px);
      padding: 0 8px;
      padding: 0 var(--tag-size-s-padding-lr, 8px);
      min-width: 28px;
      min-width: var(--tag-size-s-content-min-width, 28px); }
    .next-tag-small.next-tag-closable &gt; .next-tag-body {
      padding: 0 0 0 8px;
      padding: 0 0 0 var(--tag-size-s-padding-lr, 8px);
      max-width: calc(100% - 24px);
      max-width: calc(100% - var(--tag-size-s-spacing, 8px) - var(--tag-size-s-icon-font, 8px) - var(--tag-size-s-padding-lr, 8px)); }
    .next-tag-small[dir=rtl].next-tag-closable &gt; .next-tag-body {
      padding: 0 8px 0 0;
      padding: 0 var(--tag-size-s-padding-lr, 8px) 0 0; }
    .next-tag-small.next-tag-closable &gt; .next-tag-close-btn {
      margin-left: 8px;
      margin-left: var(--tag-size-s-spacing, 8px);
      padding-right: 8px;
      padding-right: var(--tag-size-s-padding-lr, 8px); }
      .next-tag-small.next-tag-closable &gt; .next-tag-close-btn .next-icon:before,
      .next-tag-small.next-tag-closable &gt; .next-tag-close-btn .next-icon .next-icon-remote {
        width: 8px;
        width: var(--tag-size-s-icon-font, 8px);
        font-size: 8px;
        font-size: var(--tag-size-s-icon-font, 8px);
        line-height: inherit; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .next-tag-small.next-tag-closable &gt; .next-tag-close-btn .next-icon {
          transform: scale(0.5);
          margin-left: -4px;
          margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--tag-size-s-icon-font, 8px)/2);
          margin-right: -4px;
          margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--tag-size-s-icon-font, 8px)/2); }
          .next-tag-small.next-tag-closable &gt; .next-tag-close-btn .next-icon:before {
            width: 16px;
            width: var(--icon-s, 16px);
            font-size: 16px;
            font-size: var(--icon-s, 16px); } }
    .next-tag-small[dir=rtl] &gt; .next-tag-close-btn {
      margin-right: 8px;
      margin-right: var(--tag-size-s-spacing, 8px);
      margin-left: 0;
      padding-right: 0;
      padding-left: 8px;
      padding-left: var(--tag-size-s-padding-lr, 8px); }
  .next-tag-default {
    cursor: default; }
  .next-tag-closable {
    position: relative; }
    .next-tag-closable &gt; .next-tag-close-btn {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      text-align: center;
      cursor: pointer; }
  .next-tag-checkable {
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    border-radius: var(--tag-corner-radius, 3px); }
    .next-tag-checkable.checked:before {
      animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
      animation: fadeInRightForTag 0.4s var(--ease-in-out-circ, cubic-bezier(0.78, 0.14, 0.15, 0.86)); }
    .next-tag-checkable.checked:after {
      animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
      animation: zoomIn 0.4s var(--ease-in-out-circ, cubic-bezier(0.78, 0.14, 0.15, 0.86)); }
    .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before {
      right: -10px;
      right: calc(0px - var(--tag-size-s-tick-icon-bg-size, 20px)/2);
      bottom: -10px;
      bottom: calc(0px - var(--tag-size-s-tick-icon-bg-size, 20px)/2);
      width: 20px;
      width: var(--tag-size-s-tick-icon-bg-size, 20px);
      height: 20px;
      height: var(--tag-size-s-tick-icon-bg-size, 20px); }
    .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):after {
      font-size: 8px;
      font-size: var(--tag-size-s-tick-icon-size, 8px);
      line-height: 8px;
      line-height: var(--tag-size-s-tick-icon-size, 8px);
      right: 0;
      bottom: 0; }
    .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):before {
      right: -14px;
      right: calc(0px - var(--tag-size-m-tick-icon-bg-size, 28px)/2);
      bottom: -14px;
      bottom: calc(0px - var(--tag-size-m-tick-icon-bg-size, 28px)/2);
      width: 28px;
      width: var(--tag-size-m-tick-icon-bg-size, 28px);
      height: 28px;
      height: var(--tag-size-m-tick-icon-bg-size, 28px); }
    .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):after {
      font-size: 12px;
      font-size: var(--tag-size-m-tick-icon-size, 12px);
      line-height: 12px;
      line-height: var(--tag-size-m-tick-icon-size, 12px);
      right: 0;
      bottom: 0; }
    .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):before {
      right: -18px;
      right: calc(0px - var(--tag-size-l-tick-icon-bg-size, 36px)/2);
      bottom: -18px;
      bottom: calc(0px - var(--tag-size-l-tick-icon-bg-size, 36px)/2);
      width: 36px;
      width: var(--tag-size-l-tick-icon-bg-size, 36px);
      height: 36px;
      height: var(--tag-size-l-tick-icon-bg-size, 36px); }
    .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):after {
      font-size: 16px;
      font-size: var(--tag-size-l-tick-icon-size, 16px);
      line-height: 16px;
      line-height: var(--tag-size-l-tick-icon-size, 16px);
      right: 0;
      bottom: 0; }
    .next-tag-checkable.next-tag-level-secondary[disabled], .next-tag-checkable.next-tag-level-secondary.disabled {
      color: #CCCCCC;
      color: var(--tag-text-color-disabled, #CCCCCC);
      border-color: #E6E7EB;
      border-color: var(--tag-border-color-disabled, #E6E7EB);
      background-color: #F7F8FA;
      background-color: var(--tag-fill-bg-color-disabled, #F7F8FA); }
  .next-tag-zoom-enter, .next-tag-zoom-appear {
    animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation: fadeInLeft 0.4s var(--ease-in-out-circ, cubic-bezier(0.78, 0.14, 0.15, 0.86));
    animation-fill-mode: both; }
  .next-tag-zoom-leave {
    animation: zoomOut .3s ease-in;
    animation-fill-mode: both; }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

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

.next-timeline p {
  margin: 0; }

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

.next-timeline[dir='rtl'] .next-timeline-item {
  /* æ—¶é—´è½´å·¦è¾¹å­˜åœ¨å†…å®¹çš„æƒ…å†µ */ }
  .next-timeline[dir='rtl'] .next-timeline-item-folder {
    padding-left: 0;
    padding-right: 28px;
    padding-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
  .next-timeline[dir='rtl'] .next-timeline-item-dot-tail {
    left: auto;
    right: 8px;
    right: calc(var(--timeline-item-node-size, 16px)/2);
    border-left: none;
    border-right: 1px dotted #DCDEE3;
    border-right: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #DCDEE3); }
  .next-timeline[dir='rtl'] .next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 0;
    margin-right: 80px;
    margin-right: var(--timeline-item-left-content-width, 80px); }

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

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

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

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

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

.next-timeline-item {
  /* æ—¶é—´è½´å·¦è¾¹å­˜åœ¨å†…å®¹çš„æƒ…å†µ */ }
  .next-timeline-item-folder {
    padding-left: 28px;
    padding-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
    padding-top: 4px;
    padding-top: var(--timeline-item-folder-margin-top, 4px);
    padding-bottom: 4px;
    padding-bottom: var(--timeline-item-folder-margin-bottom, 4px);
    font-size: 12px;
    font-size: var(--timeline-item-folder-font-size, 12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2, 1.5);
    position: relative;
    /* min-height: auto !important; */ }
  .next-timeline-item-dot-tail {
    position: absolute;
    top: 0;
    left: 8px;
    left: calc(var(--timeline-item-node-size, 16px)/2);
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 1px dotted #DCDEE3;
    border-left: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #DCDEE3); }
  .next-timeline-item-dot-tail-solid {
    border-style: solid; }
  .next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 80px;
    margin-left: var(--timeline-item-left-content-width, 80px); }

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

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

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

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

.next-timeline.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;
  padding-right: var(--timeline-item-content-margin-left, 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);
  margin-left: calc(50% + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }

.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-size: var(--timeline-item-title-font-size, 12px);
  font-weight: bold;
  font-weight: var(--timeline-item-title-font-weight, bold);
  line-height: 1.5;
  line-height: var(--font-lineheight-2, 1.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  color: var(--timeline-item-title-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;
  font-size: var(--timeline-item-body-font-size, 12px);
  line-height: 1.5;
  line-height: var(--font-lineheight-2, 1.5);
  color: #666666;
  color: var(--timeline-item-body-color, #666666);
  text-align: right; }

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-top: var(--timeline-item-time-margin-top, 4px);
  margin-bottom: 12px;
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
  font-size: 12px;
  font-size: var(--timeline-item-time-font-size, 12px);
  color: #999999;
  color: var(--timeline-item-time-color, #999999);
  text-align: right; }

.next-timeline.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;
  margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
  position: absolute; }
  .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body {
    margin-top: 4px;
    color: #999999;
    color: var(--timeline-item-left-body-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;
  padding-left: var(--timeline-item-content-margin-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);
  margin-right: calc(50% + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }

.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-size: var(--timeline-item-title-font-size, 12px);
  font-weight: bold;
  font-weight: var(--timeline-item-title-font-weight, bold);
  line-height: 1.5;
  line-height: var(--font-lineheight-2, 1.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  color: var(--timeline-item-title-color, #333333);
  text-align: left; }

.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
  margin: 0;
  font-size: 12px;
  font-size: var(--timeline-item-body-font-size, 12px);
  line-height: 1.5;
  line-height: var(--font-lineheight-2, 1.5);
  color: #666666;
  color: var(--timeline-item-body-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-top: var(--timeline-item-time-margin-top, 4px);
  margin-bottom: 12px;
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
  font-size: 12px;
  font-size: var(--timeline-item-time-font-size, 12px);
  color: #999999;
  color: var(--timeline-item-time-color, #999999);
  text-align: left; }

.next-timeline[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;
  margin-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
  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;
  min-height: var(--s-12, 48px); }

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

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

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

.next-tree[dir='rtl'] .next-tree-right-angle {
  left: auto;
  right: -17.5px;
  right: var(--tree-child-right-angle-left, -17.5px);
  border-left: none;
  border-right: 1px solid #C4C6CF;
  border-right: var(--tree-line, 1px solid #C4C6CF); }

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

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

.next-tree-select {
  box-sizing: border-box; }
  .next-tree-select *,
  .next-tree-select *:before,
  .next-tree-select *:after {
    box-sizing: border-box; }
  .next-tree-select-dropdown {
    background: #FFFFFF;
    background: var(--tree-select-background, #FFFFFF);
    border: 1px solid #DCDEE3;
    border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3);
    border-radius: 3px;
    border-radius: var(--popup-local-corner, 3px);
    box-shadow: none;
    box-shadow: var(--popup-local-shadow, none);
    max-height: 260px;
    overflow: auto; }
    .next-tree-select-dropdown &gt; .next-tree,
    .next-tree-select-dropdown &gt; .next-tree-select-not-found,
    .next-tree-select-dropdown &gt; .next-virtual-tree-container {
      padding: 8px 20px;
      padding: var(--tree-select-padding-vertical, 8px) var(--tree-select-padding-horizontal, 20px); }
  .next-tree-select-not-found {
    font-size: 12px;
    font-size: var(--font-size-body-1, 12px);
    color: #999999;
    color: var(--color-text1-2, #999999); }

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

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

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

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

.next-table-column-resize-proxy {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 2px solid #5584FF;
  border-left: var(--line-2, 2px) solid var(--color-brand1-6, #5584FF);
  z-index: 10;
  display: none; }

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

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

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

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

.next-table-group {
  border-width: 0; }
  .next-table-group.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;
    margin-top: var(--table-group-split, 8px); }
    .next-table-group .next-table-body table {
      border-top: 1px solid #DCDEE3;
      border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3);
      border-left: 1px solid #DCDEE3;
      border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3);
      margin-bottom: 8px;
      margin-bottom: var(--table-group-split, 8px); }
      .next-table-group .next-table-body table tr:first-child td {
        border-top-width: 1px; }
      .next-table-group .next-table-body table:last-of-type {
        margin-bottom: 0; }
  .next-table-group .next-table-header table {
    border-top: 1px solid #DCDEE3;
    border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3);
    border-left: 1px solid #DCDEE3;
    border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); }
  .next-table-group .next-table-group-header td {
    background: #EBECF0;
    background: var(--table-group-th-bg, #EBECF0);
    color: #333333;
    color: var(--table-group-th-color, #333333); }
    .next-table-group .next-table-group-header td:first-child {
      border-top-left-radius: 0;
      border-top-left-radius: var(--table-group-header-corner-top, 0);
      border-bottom-left-radius: 0;
      border-bottom-left-radius: var(--table-group-header-corner-bottom, 0); }
    .next-table-group .next-table-group-header td:last-child {
      border-top-right-radius: 0;
      border-top-right-radius: var(--table-group-header-corner-top, 0);
      border-bottom-right-radius: 0;
      border-bottom-right-radius: var(--table-group-header-corner-bottom, 0); }
  .next-table-group .next-table-group-footer td {
    background: #EBECF0;
    background: var(--table-group-footer-bg, #EBECF0);
    color: #333333;
    color: var(--table-group-footer-color, #333333); }
    .next-table-group .next-table-group-footer td:first-child {
      border-top-left-radius: 0;
      border-top-left-radius: var(--table-group-footer-corner-top, 0);
      border-bottom-left-radius: 0;
      border-bottom-left-radius: var(--table-group-footer-corner-bottom, 0); }
    .next-table-group .next-table-group-footer td:last-child {
      border-top-right-radius: 0;
      border-top-right-radius: var(--table-group-footer-corner-top, 0);
      border-bottom-right-radius: 0;
      border-bottom-right-radius: var(--table-group-footer-corner-bottom, 0); }
  .next-table-group .next-table-row.hovered,
  .next-table-group .next-table-row.selected {
    background: #FFFFFF;
    background: var(--table-row-bg, #FFFFFF);
    color: #333333;
    color: var(--table-row-color, #333333); }

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

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

.next-table-header-fixer {
  content: " ";
  border-top-right-radius: 0;
  border-top-right-radius: var(--table-header-corner-top, 0);
  border-bottom-right-radius: 0;
  border-bottom-right-radius: var(--table-header-corner-bottom, 0);
  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 &gt; .next-table-inner &gt; .next-table-body &gt; table {
  table-layout: fixed; }

.next-table-lock-left,
.next-table-lock-right {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 0;
  transition: box-shadow .3s ease;
  overflow: hidden; }
  .next-table-lock-left table,
  .next-table-lock-right table {
    width: auto; }
  .next-table-lock-left .next-table-body,
  .next-table-lock-right .next-table-body {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -20px;
    padding-right: 0; }
  .next-table-lock-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 {
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12); }

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

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

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

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

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

.next-table-header-icon {
  margin-left: 8px;
  margin-left: var(--table-header-icon-margin-left, 8px); }

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

.next-table-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 {
    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 .3s, -webkit-box-shadow .3s;
    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 {
  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 .3s, -webkit-box-shadow .3s;
  transform: translateX(-100%); }

.next-table-fixed.next-table-scrolling-to-right::after, .next-table-lock.next-table-scrolling-to-right::after {
  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 .3s, -webkit-box-shadow .3s;
  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;
  border-width: 0 0 var(--table-normal-border-width, 1px) 0; }

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

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

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

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

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

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

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

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

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

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

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

.next-calendar2 {
  box-sizing: border-box; }
  .next-calendar2 *,
  .next-calendar2 *:before,
  .next-calendar2 *:after {
    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 &gt; *:not(:first-child), div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-header-actions &gt; *:not(:first-child), div[dir="rtl"].next-calendar2-panel .next-calendar2-header-ranges &gt; *:not(:first-child), div[dir="rtl"].next-calendar2-panel .next-calendar2-header-actions &gt; *:not(:first-child), div[dir="rtl"].next-calendar2-card .next-calendar2-header-ranges &gt; *:not(:first-child), div[dir="rtl"].next-calendar2-card .next-calendar2-header-actions &gt; *: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;
  user-select: none;
  background: #FFFFFF; }
  .next-calendar2-header {
    display: flex; }
  .next-calendar2-table {
    width: 100%;
    table-layout: fixed; }
  .next-calendar2-cell {
    cursor: pointer;
    position: relative;
    transition: background-color .2s, border .2s; }
  .next-calendar2 .next-calendar2-cell-inner {
    color: #CCCCCC;
    color: var(--color-text1-1, #CCCCCC);
    outline: none;
    min-width: 24px;
    position: relative;
    border: 1px solid transparent; }
  .next-calendar2-cell-disabled::before {
    color: #CCCCCC;
    color: var(--color-text1-1, #CCCCCC);
    background: #F7F8FA;
    background: var(--color-fill1-1, #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 &gt; *:not(:first-child), .next-calendar2-fullscreen .next-calendar2-header-actions &gt; *:not(:first-child), .next-calendar2-panel .next-calendar2-header-ranges &gt; *:not(:first-child), .next-calendar2-panel .next-calendar2-header-actions &gt; *:not(:first-child), .next-calendar2-card .next-calendar2-header-ranges &gt; *:not(:first-child), .next-calendar2-card .next-calendar2-header-actions &gt; *: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 &gt; tr, .next-calendar2-panel .next-calendar2-table thead &gt; tr {
      height: 24px;
      color: #999999;
      color: var(--color-text1-2, #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;
    color: var(--color-text1-3, #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;
    background: var(--color-fill1-2, #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;
    color: var(--color-brand1-6, #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;
    background: var(--color-brand1-6, #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;
    border-top: 2px solid var(--color-line1-1, #E6E7EB);
    margin: 0 4px;
    padding: 4px 8px 0; }
  .next-calendar2-fullscreen td .next-calendar2-cell-inner {
    height: 80px;
    border-top: 2px solid #E6E7EB;
    border-top: 2px solid var(--color-line1-1, #E6E7EB); }
  .next-calendar2-fullscreen .next-calendar2-cell-disabled .next-calendar2-cell-inner {
    color: #CCCCCC;
    color: var(--color-text1-1, #CCCCCC);
    background: #F7F8FA;
    background: var(--color-fill1-1, #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;
    color: var(--color-text1-3, #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;
    background-color: var(--color-fill1-2, #F2F3F7); }
  .next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-today .next-calendar2-cell-inner {
    color: #5584FF;
    color: var(--color-brand1-6, #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;
    border-top-color: var(--color-brand1-6, #5584FF);
    font-weight: bold;
    color: #5584FF;
    color: var(--color-brand1-6, #5584FF);
    background: #DEE8FF;
    background: var(--color-brand1-1, #DEE8FF); }
  .next-calendar2-card .next-calendar2-header {
    padding: 8px 8px;
    border-bottom: 1px solid #E6E7EB;
    border-bottom: 1px solid var(--color-line1-1, #E6E7EB); }
  .next-calendar2-panel .next-calendar2-header {
    padding: 0 8px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E7EB;
    border-bottom: 1px solid var(--color-line1-1, #E6E7EB); }
    .next-calendar2-panel .next-calendar2-header-btn {
      min-width: 20px;
      line-height: 20px;
      color: #666666;
      color: var(--color-text1-3, #666666);
      font-family: inherit;
      vertical-align: initial;
      border-radius: 2px; }
    .next-calendar2-panel .next-calendar2-header-btn &gt; span, .next-calendar2-panel .next-calendar2-header-text-field {
      text-align: center;
      font-size: 14px;
      color: #333333;
      color: var(--color-text1-4, #333333);
      font-weight: bolder;
      vertical-align: initial; }
    .next-calendar2-panel .next-calendar2-header-btn:hover,
    .next-calendar2-panel .next-calendar2-header-btn:hover &gt; span {
      color: #5584FF;
      color: var(--color-brand1-6, #5584FF); }
    .next-calendar2-panel .next-calendar2-header-right-btn:hover, .next-calendar2-panel .next-calendar2-header-left-btn:hover {
      background: #F2F3F7;
      background: var(--color-fill1-2, #F2F3F7); }
    .next-calendar2-panel .next-calendar2-header-text-field {
      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-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-date-picker2-footer {
  width: min-content;
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #E6E7EB;
  border-top: 1px solid var(--color-line1-1, #E6E7EB);
  padding: 4px 12px;
  display: flex;
  min-height: 40px;
  align-items: center;
  flex-wrap: wrap;
  position: relative; }
  .next-date-picker2-footer-preset &gt; .next-btn {
    margin-right: 8px;
    margin-right: var(--s-2, 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;
  padding: var(--s-2, 8px) 0; }
  .next-time-picker2-menu:not(:last-child) {
    border-right: 1px solid #DCDEE3;
    border-right: var(--line-1, 1px) var(--line-solid, solid) var(--color-line1-2, #DCDEE3); }
  .next-time-picker2-menu-title {
    cursor: default;
    height: 28px;
    height: var(--s-7, 28px);
    line-height: 28px;
    line-height: var(--s-7, 28px);
    font-size: 12px;
    font-size: var(--font-size-caption, 12px);
    font-weight: normal;
    font-weight: var(--font-weight-2, normal);
    color: #999999;
    color: var(--color-text1-2, #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;
    font-size: var(--font-size-caption, 12px);
    height: 224px;
    height: calc(var(--s-8, 32px)*7);
    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;
      height: calc(var(--s-8, 32px)*6);
      content: ""; }
  .next-time-picker2-menu-item {
    cursor: pointer;
    height: 32px;
    height: var(--s-8, 32px);
    line-height: 32px;
    line-height: var(--s-8, 32px);
    transition: background 100ms linear;
    transition: background var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    color: #666666;
    color: var(--color-text1-3, #666666);
    background: #FFFFFF;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .next-time-picker2-menu-item:hover {
      color: #333333;
      color: var(--color-text1-4, #333333);
      background: #F2F3F7;
      background: var(--color-fill1-2, #F2F3F7); }
    .next-time-picker2-menu-item.next-selected {
      color: #666666;
      color: var(--color-text1-3, #666666);
      background: #DEE8FF;
      background: var(--color-brand1-1, #DEE8FF); }
    .next-time-picker2-menu-item.next-disabled {
      cursor: not-allowed;
      color: #CCCCCC;
      color: var(--color-text1-1, #CCCCCC);
      background: #F7F8FA;
      background: var(--color-fill1-1, #F7F8FA); }

.next-time-picker2-panel {
  box-sizing: border-box;
  display: flex; }
  .next-time-picker2-panel *,
  .next-time-picker2-panel *:before,
  .next-time-picker2-panel *:after {
    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;
    border-bottom: var(--line-1, 1px) var(--line-solid, solid) var(--popup-local-border-color, #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 {
    flex: 1; }
  .next-time-picker2-panel-range .next-time-picker2-panel-list:last-of-type {
    margin-left: 20px;
    margin-left: var(--s-5, 20px); }

.next-time-picker2-footer {
  width: min-content;
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #F0F0F0;
  padding: 4px 12px;
  display: flex;
  min-height: 40px;
  align-items: center;
  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;
    border-left: var(--line-1, 1px) var(--line-solid, solid) var(--color-line1-2, #DCDEE3); }

.next-time-picker2 {
  box-sizing: border-box;
  display: inline-block; }
  .next-time-picker2 *,
  .next-time-picker2 *:before,
  .next-time-picker2 *:after {
    box-sizing: border-box; }
  .next-time-picker2-trigger .next-input {
    width: 100%; }
  .next-time-picker2-wrapper {
    padding: 4px 0;
    padding: var(--s-1, 4px) 0; }
  .next-time-picker2-body {
    display: block;
    overflow: hidden;
    border: 1px solid #DCDEE3;
    border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3);
    border-radius: 3px;
    border-radius: var(--popup-local-corner, 3px);
    background: #FFFFFF;
    box-shadow: none;
    box-shadow: var(--popup-local-shadow, none); }
  .next-time-picker2-symbol-clock-icon::before {
    content: "\E621";
    content: var(--icon-content-clock, "\E621"); }
  .next-time-picker2-input {
    display: inline-flex;
    align-items: center;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #C4C6CF;
    border: var(--input-border-width, 1px) solid var(--input-border-color, #C4C6CF);
    vertical-align: middle;
    width: inherit; }
    .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;
      height: var(--form-element-small-height, 20px);
      border-radius: 3px;
      border-radius: var(--form-element-small-corner, 3px); }
      .next-time-picker2-input.next-time-picker2-input-small .next-input-label {
        padding-left: 8px;
        padding-left: var(--input-s-label-padding-left, 8px);
        font-size: 12px;
        font-size: var(--form-element-small-font-size, 12px); }
      .next-time-picker2-input.next-time-picker2-input-small .next-input-inner {
        font-size: 12px;
        font-size: var(--form-element-small-font-size, 12px); }
      .next-time-picker2-input.next-time-picker2-input-small .next-input-control {
        padding-right: 4px;
        padding-right: var(--input-s-icon-padding-right, 4px); }
      .next-time-picker2-input.next-time-picker2-input-small .next-input-inner-text {
        padding-right: 4px;
        padding-right: var(--input-s-icon-padding-right, 4px); }
      .next-time-picker2-input.next-time-picker2-input-small input {
        height: 18px;
        height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2);
        line-height: 18px \0;
        line-height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2) \0;
        padding: 0 4px;
        padding: 0 var(--input-s-padding, 4px);
        font-size: 12px;
        font-size: var(--form-element-small-font-size, 12px); }
        .next-time-picker2-input.next-time-picker2-input-small input::placeholder {
          font-size: 12px;
          font-size: var(--form-element-small-font-size, 12px); }
      .next-time-picker2-input.next-time-picker2-input-small .next-input-text-field {
        padding: 0 4px;
        padding: 0 var(--input-s-padding, 4px);
        font-size: 12px;
        font-size: var(--form-element-small-font-size, 12px);
        height: 18px;
        height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2);
        line-height: 18px;
        line-height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2); }
      .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;
        width: var(--form-element-small-icon-size, 12px);
        font-size: 12px;
        font-size: var(--form-element-small-icon-size, 12px);
        line-height: inherit; }
      .next-time-picker2-input.next-time-picker2-input-small .next-input-control {
        border-radius: 0 3px 3px 0;
        border-radius: 0 var(--form-element-small-corner, 3px) var(--form-element-small-corner, 3px) 0; }
    .next-time-picker2-input.next-time-picker2-input-medium {
      height: 28px;
      height: var(--form-element-medium-height, 28px);
      border-radius: 3px;
      border-radius: var(--form-element-medium-corner, 3px); }
      .next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
        padding-left: 8px;
        padding-left: var(--input-m-label-padding-left, 8px);
        font-size: 12px;
        font-size: var(--form-element-medium-font-size, 12px); }
      .next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
        font-size: 12px;
        font-size: var(--form-element-medium-font-size, 12px); }
      .next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
        padding-right: 8px;
        padding-right: var(--input-m-icon-padding-right, 8px); }
      .next-time-picker2-input.next-time-picker2-input-medium .next-input-inner-text {
        padding-right: 8px;
        padding-right: var(--input-m-icon-padding-right, 8px); }
      .next-time-picker2-input.next-time-picker2-input-medium input {
        height: 26px;
        height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2);
        line-height: 26px \0;
        line-height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2) \0;
        padding: 0 8px;
        padding: 0 var(--input-m-padding, 8px);
        font-size: 12px;
        font-size: var(--form-element-medium-font-size, 12px); }
        .next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
          font-size: 12px;
          font-size: var(--form-element-medium-font-size, 12px); }
      .next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
        padding: 0 8px;
        padding: 0 var(--input-m-padding, 8px);
        font-size: 12px;
        font-size: var(--form-element-medium-font-size, 12px);
        height: 26px;
        height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2);
        line-height: 26px;
        line-height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2); }
      .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;
        width: var(--form-element-medium-icon-size, 12px);
        font-size: 12px;
        font-size: var(--form-element-medium-icon-size, 12px);
        line-height: inherit; }
      .next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
        border-radius: 0 3px 3px 0;
        border-radius: 0 var(--form-element-medium-corner, 3px) var(--form-element-medium-corner, 3px) 0; }
    .next-time-picker2-input.next-time-picker2-input-large {
      height: 40px;
      height: var(--form-element-large-height, 40px);
      border-radius: 3px;
      border-radius: var(--form-element-large-corner, 3px); }
      .next-time-picker2-input.next-time-picker2-input-large .next-input-label {
        padding-left: 12px;
        padding-left: var(--input-l-label-padding-left, 12px);
        font-size: 16px;
        font-size: var(--form-element-large-font-size, 16px); }
      .next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
        font-size: 16px;
        font-size: var(--form-element-large-font-size, 16px); }
      .next-time-picker2-input.next-time-picker2-input-large .next-input-control {
        padding-right: 8px;
        padding-right: var(--input-l-icon-padding-right, 8px); }
      .next-time-picker2-input.next-time-picker2-input-large .next-input-inner-text {
        padding-right: 8px;
        padding-right: var(--input-l-icon-padding-right, 8px); }
      .next-time-picker2-input.next-time-picker2-input-large input {
        height: 38px;
        height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
        line-height: 38px \0;
        line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
        padding: 0 12px;
        padding: 0 var(--input-l-padding, 12px);
        font-size: 16px;
        font-size: var(--form-element-large-font-size, 16px); }
        .next-time-picker2-input.next-time-picker2-input-large input::placeholder {
          font-size: 16px;
          font-size: var(--form-element-large-font-size, 16px); }
      .next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
        padding: 0 12px;
        padding: 0 var(--input-l-padding, 12px);
        font-size: 16px;
        font-size: var(--form-element-large-font-size, 16px);
        height: 38px;
        height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
        line-height: 38px;
        line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2); }
      .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;
        width: var(--form-element-large-icon-size, 16px);
        font-size: 16px;
        font-size: var(--form-element-large-icon-size, 16px);
        line-height: inherit; }
      .next-time-picker2-input.next-time-picker2-input-large .next-input-control {
        border-radius: 0 3px 3px 0;
        border-radius: 0 var(--form-element-large-corner, 3px) var(--form-element-large-corner, 3px) 0; }
    .next-time-picker2-input:hover {
      border-color: #A0A2AD;
      border-color: var(--input-hover-border-color, #A0A2AD);
      background-color: #FFFFFF;
      background-color: var(--input-hover-bg-color, #FFFFFF); }
    .next-time-picker2-input.next-time-picker2-input-focus {
      border-color: #5584FF;
      border-color: var(--input-focus-border-color, #5584FF);
      background-color: #FFFFFF;
      background-color: var(--input-focus-bg-color, #FFFFFF);
      box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
      box-shadow: 0 0 0 var(--input-focus-shadow-spread, 2px) var(--color-calculate-input-focus-shadow, rgba(85, 132, 255, 0.2)); }
    .next-time-picker2-input.next-time-picker2-input-noborder {
      border-color: transparent !important;
      box-shadow: none !important; }
    .next-time-picker2-input.next-time-picker2-input-disabled {
      color: #CCCCCC;
      color: var(--input-disabled-color, #CCCCCC);
      border-color: #E6E7EB;
      border-color: var(--input-disabled-border-color, #E6E7EB);
      background-color: #F7F8FA;
      background-color: var(--input-disabled-bg-color, #F7F8FA);
      cursor: not-allowed; }
      .next-time-picker2-input.next-time-picker2-input-disabled:hover {
        border-color: #E6E7EB;
        border-color: var(--input-disabled-border-color, #E6E7EB);
        background-color: #F7F8FA;
        background-color: var(--input-disabled-bg-color, #F7F8FA); }
  .next-time-picker2-input-separator {
    color: #C4C6CF;
    color: var(--input-border-color, #C4C6CF);
    font-size: 12px;
    display: inline-block;
    min-width: 16px;
    text-align: center; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px; }

.next-date-picker2-footer {
  width: min-content;
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #E6E7EB;
  border-top: 1px solid var(--color-line1-1, #E6E7EB);
  padding: 4px 12px;
  display: flex;
  min-height: 40px;
  align-items: center;
  flex-wrap: wrap;
  position: relative; }
  .next-date-picker2-footer-preset &gt; .next-btn {
    margin-right: 8px;
    margin-right: var(--s-2, 8px); }
  .next-date-picker2-footer-actions {
    margin-left: auto; }
  .next-date-picker2-footer-preset-only {
    width: 100%; }

div[dir="rtl"] .next-date-picker2-footer-preset &gt; .next-btn {
  margin-left: 8px;
  margin-left: var(--s-2, 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-right: 1px solid var(--color-line1-1, #E6E7EB);
  border-left: node; }
  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;
  border-right: 1px dashed var(--color-brand1-9, #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;
  border-left: 1px dashed var(--color-brand1-9, #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;
  border-left: 1px dashed var(--color-brand1-9, #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-right: 1px dashed var(--color-brand1-9, #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-left: 1px dashed var(--color-brand1-9, #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;
  border-right: 1px dashed var(--color-brand1-9, #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 {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
    background-color: #FFFFFF;
    border: 1px solid #E6E7EB;
    border: 1px solid var(--color-line1-1, #E6E7EB);
    border-radius: 3px;
    border-radius: var(--corner-1, 3px); }
    .next-date-picker2-wrapper .next-calendar2-panel {
      border-radius: 3px;
      border-radius: var(--corner-1, 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;
      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: inline-flex;
    align-items: center;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #C4C6CF;
    border: var(--input-border-width, 1px) solid var(--input-border-color, #C4C6CF);
    vertical-align: middle;
    width: inherit;
    background-color: #FFFFFF;
    background-color: var(--input-bg-color, #FFFFFF); }
    .next-date-picker2-input .next-input {
      border: none;
      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;
      height: var(--form-element-small-height, 20px);
      border-radius: 3px;
      border-radius: var(--form-element-small-corner, 3px); }
      .next-date-picker2-input.next-date-picker2-input-small .next-input-label {
        padding-left: 8px;
        padding-left: var(--input-s-label-padding-left, 8px);
        font-size: 12px;
        font-size: var(--form-element-small-font-size, 12px); }
      .next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
        font-size: 12px;
        font-size: var(--form-element-small-font-size, 12px); }
      .next-date-picker2-input.next-date-picker2-input-small .next-input-control {
        padding-right: 4px;
        padding-right: var(--input-s-icon-padding-right, 4px); }
      .next-date-picker2-input.next-date-picker2-input-small .next-input-inner-text {
        padding-right: 4px;
        padding-right: var(--input-s-icon-padding-right, 4px); }
      .next-date-picker2-input.next-date-picker2-input-small input {
        height: 18px;
        height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2);
        line-height: 18px \0;
        line-height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2) \0;
        padding: 0 4px;
        padding: 0 var(--input-s-padding, 4px);
        font-size: 12px;
        font-size: var(--form-element-small-font-size, 12px); }
        .next-date-picker2-input.next-date-picker2-input-small input::placeholder {
          font-size: 12px;
          font-size: var(--form-element-small-font-size, 12px); }
      .next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
        padding: 0 4px;
        padding: 0 var(--input-s-padding, 4px);
        font-size: 12px;
        font-size: var(--form-element-small-font-size, 12px);
        height: 18px;
        height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2);
        line-height: 18px;
        line-height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2); }
      .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;
        width: var(--form-element-small-icon-size, 12px);
        font-size: 12px;
        font-size: var(--form-element-small-icon-size, 12px);
        line-height: inherit; }
      .next-date-picker2-input.next-date-picker2-input-small .next-input-control {
        border-radius: 0 3px 3px 0;
        border-radius: 0 var(--form-element-small-corner, 3px) var(--form-element-small-corner, 3px) 0; }
    .next-date-picker2-input.next-date-picker2-input-medium {
      height: 28px;
      height: var(--form-element-medium-height, 28px);
      border-radius: 3px;
      border-radius: var(--form-element-medium-corner, 3px); }
      .next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
        padding-left: 8px;
        padding-left: var(--input-m-label-padding-left, 8px);
        font-size: 12px;
        font-size: var(--form-element-medium-font-size, 12px); }
      .next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
        font-size: 12px;
        font-size: var(--form-element-medium-font-size, 12px); }
      .next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
        padding-right: 8px;
        padding-right: var(--input-m-icon-padding-right, 8px); }
      .next-date-picker2-input.next-date-picker2-input-medium .next-input-inner-text {
        padding-right: 8px;
        padding-right: var(--input-m-icon-padding-right, 8px); }
      .next-date-picker2-input.next-date-picker2-input-medium input {
        height: 26px;
        height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2);
        line-height: 26px \0;
        line-height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2) \0;
        padding: 0 8px;
        padding: 0 var(--input-m-padding, 8px);
        font-size: 12px;
        font-size: var(--form-element-medium-font-size, 12px); }
        .next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
          font-size: 12px;
          font-size: var(--form-element-medium-font-size, 12px); }
      .next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
        padding: 0 8px;
        padding: 0 var(--input-m-padding, 8px);
        font-size: 12px;
        font-size: var(--form-element-medium-font-size, 12px);
        height: 26px;
        height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2);
        line-height: 26px;
        line-height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2); }
      .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;
        width: var(--form-element-medium-icon-size, 12px);
        font-size: 12px;
        font-size: var(--form-element-medium-icon-size, 12px);
        line-height: inherit; }
      .next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
        border-radius: 0 3px 3px 0;
        border-radius: 0 var(--form-element-medium-corner, 3px) var(--form-element-medium-corner, 3px) 0; }
    .next-date-picker2-input.next-date-picker2-input-large {
      height: 40px;
      height: var(--form-element-large-height, 40px);
      border-radius: 3px;
      border-radius: var(--form-element-large-corner, 3px); }
      .next-date-picker2-input.next-date-picker2-input-large .next-input-label {
        padding-left: 12px;
        padding-left: var(--input-l-label-padding-left, 12px);
        font-size: 16px;
        font-size: var(--form-element-large-font-size, 16px); }
      .next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
        font-size: 16px;
        font-size: var(--form-element-large-font-size, 16px); }
      .next-date-picker2-input.next-date-picker2-input-large .next-input-control {
        padding-right: 8px;
        padding-right: var(--input-l-icon-padding-right, 8px); }
      .next-date-picker2-input.next-date-picker2-input-large .next-input-inner-text {
        padding-right: 8px;
        padding-right: var(--input-l-icon-padding-right, 8px); }
      .next-date-picker2-input.next-date-picker2-input-large input {
        height: 38px;
        height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
        line-height: 38px \0;
        line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
        padding: 0 12px;
        padding: 0 var(--input-l-padding, 12px);
        font-size: 16px;
        font-size: var(--form-element-large-font-size, 16px); }
        .next-date-picker2-input.next-date-picker2-input-large input::placeholder {
          font-size: 16px;
          font-size: var(--form-element-large-font-size, 16px); }
      .next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
        padding: 0 12px;
        padding: 0 var(--input-l-padding, 12px);
        font-size: 16px;
        font-size: var(--form-element-large-font-size, 16px);
        height: 38px;
        height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
        line-height: 38px;
        line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2); }
      .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;
        width: var(--form-element-large-icon-size, 16px);
        font-size: 16px;
        font-size: var(--form-element-large-icon-size, 16px);
        line-height: inherit; }
      .next-date-picker2-input.next-date-picker2-input-large .next-input-control {
        border-radius: 0 3px 3px 0;
        border-radius: 0 var(--form-element-large-corner, 3px) var(--form-element-large-corner, 3px) 0; }
    .next-date-picker2-input:hover {
      border-color: #A0A2AD;
      border-color: var(--input-hover-border-color, #A0A2AD);
      background-color: #FFFFFF;
      background-color: var(--input-hover-bg-color, #FFFFFF); }
    .next-date-picker2-input.next-date-picker2-input-focus {
      border-color: #5584FF;
      border-color: var(--input-focus-border-color, #5584FF);
      background-color: #FFFFFF;
      background-color: var(--input-focus-bg-color, #FFFFFF);
      box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
      box-shadow: 0 0 0 var(--input-focus-shadow-spread, 2px) var(--color-calculate-input-focus-shadow, rgba(85, 132, 255, 0.2)); }
    .next-date-picker2-input.next-date-picker2-input-noborder {
      border-color: transparent !important;
      box-shadow: none !important; }
    .next-date-picker2-input.next-date-picker2-input-disabled {
      color: #CCCCCC;
      color: var(--input-disabled-color, #CCCCCC);
      border-color: #E6E7EB;
      border-color: var(--input-disabled-border-color, #E6E7EB);
      background-color: #F7F8FA;
      background-color: var(--input-disabled-bg-color, #F7F8FA);
      cursor: not-allowed; }
      .next-date-picker2-input.next-date-picker2-input-disabled:hover {
        border-color: #E6E7EB;
        border-color: var(--input-disabled-border-color, #E6E7EB);
        background-color: #F7F8FA;
        background-color: var(--input-disabled-bg-color, #F7F8FA); }
  .next-date-picker2-input-separator {
    color: #C4C6CF;
    color: var(--input-border-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: 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;
  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-color: var(--color-line1-1, #E6E7EB) var(--color-line1-1, #E6E7EB) transparent transparent;
  border-style: solid;
  border-width: 1px;
  transition: left .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;
  transform: translate(0, 50%) rotate(135deg); }

.next-date-time-picker-wrapper {
  border-left: 1px solid #E6E7EB;
  border-left: 1px solid var(--color-line1-1, #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;
  color: var(--color-text1-1, #CCCCCC);
  background: #F7F8FA;
  background: var(--color-fill1-1, #F7F8FA); }

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected::before {
  color: #666666;
  color: var(--color-text1-3, #666666);
  background: #DEE8FF;
  background: var(--color-brand1-1, #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;
  color: var(--color-text1-3, #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;
  background: var(--color-brand1-6, #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;
  transform: translateY(-50%);
  border-color: #3E71F7 transparent;
  border-color: var(--color-brand1-9, #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;
  border-left: 1px dashed var(--color-brand1-9, #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;
  border-right: 1px dashed var(--color-brand1-9, #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;
  border-right: 1px dashed var(--color-brand1-9, #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-top: 1px dashed var(--color-brand1-9, #3E71F7);
  border-left: 1px dashed #3E71F7;
  border-left: 1px dashed var(--color-brand1-9, #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-top: 1px dashed var(--color-brand1-9, #3E71F7);
  border-right: 1px dashed #3E71F7;
  border-right: 1px dashed var(--color-brand1-9, #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;
  border-left: 1px dashed var(--color-brand1-9, #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;
  background: var(--color-fill1-2, #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;
  color: var(--color-text1-3, #666666);
  background-color: #DEE8FF;
  background-color: var(--color-brand1-1, #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;
  background: var(--color-brand1-6, #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;
  color: var(--color-text1-1, #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;
  background-color: var(--color-brand1-1, #DEE8FF);
  color: #666666;
  color: var(--color-text1-3, #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;
  background: var(--color-brand1-6, #5584FF); }

</pre></body></html>