@charset "UTF-8";hr {
    -webkit-box-sizing: content-box
}

abbr[title] {
    -webkit-text-decoration: underline dotted
}

svg:not(.theme-hybridcloud) {
    overflow: hidden
}

legend {
    -webkit-box-sizing: border-box
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box
}

[hidden],template {
    display: none
}

*,:after,:before {
    -webkit-box-sizing: border-box
}

hr {
    border: 0 solid #d9d9d9;
    border-top: 1px solid #d9d9d9
}

a:active,a:hover {
    color: #2a7dd1;
    color: var(--color-link-3,#2a7dd1)
}

h3,h4 {
    font-size: 16px
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        transform: translateY(-24px)
    }
}

@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-webkit-keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-webkit-keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes expandOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-webkit-keyframes expandOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-webkit-keyframes expandOutWithFade {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.fadeIn {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-backface-visibility: hidden
}

.fadeInDown {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInDown,.fadeInLeft {
    -webkit-backface-visibility: hidden
}

.fadeInLeft {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInRight {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInRight,.fadeInUp {
    -webkit-backface-visibility: hidden
}

.fadeInUp {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOut {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeOut;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOut,.fadeOutDown {
    -webkit-backface-visibility: hidden
}

.fadeOutDown {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeOutDown;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOutLeft {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeOutLeft;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOutLeft,.fadeOutRight {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutRight {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeOutRight;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOutUp {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeOutUp;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInUp {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: slideInUp;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideInDown,.slideInUp {
    -webkit-backface-visibility: hidden
}

.slideInDown {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: slideInDown;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideInLeft {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: slideInLeft;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideInLeft,.slideInRight {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInRight {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: slideInRight;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutUp {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: slideOutUp;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutRight,.slideOutUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutRight {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: slideOutRight;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutLeft {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: slideOutLeft;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutDown,.slideOutLeft {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutDown {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: slideOutDown;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.zoomIn {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: zoomIn;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.zoomIn,.zoomOut {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoomOut {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: zoomOut;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.expandInDown {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: expandInDown;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.expandInDown,.expandOutUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandOutUp {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .15s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: expandOutUp;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.expandInUp {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: expandInUp;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.expandInUp,.expandOutDown {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandOutDown {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .15s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: expandOutDown;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInDownSmall {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeInDownSmall;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInDownSmall,.fadeOutUpSmall {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutUpSmall {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: fadeOutUpSmall;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.zoomInBig {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: zoomInBig;
    -webkit-animation-timing-function: cubic-bezier(0,0,.2,1)
}

.zoomInBig,.zoomOutBig {
    -webkit-backface-visibility: hidden
}

.zoomOutBig {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: zoomOutBig;
    -webkit-animation-timing-function: cubic-bezier(0,0,.2,1)
}

.pulse {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: pulse;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-backface-visibility: hidden
}

.expand-enter-active {
    -webkit-transition: all .3s ease-out
}

.expand-enter-active>* {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: expandInWithFade;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-backface-visibility: hidden
}

.expand-leave-active {
    -webkit-transition: all .2s ease-out
}

.expand-leave-active>* {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: expandOutWithFade;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-backface-visibility: hidden
}

.next-icon[dir=rtl]:before {
    -webkit-transform: rotateY(180deg)
}

@font-face {
    font-display: swap;
    font-family: NextIcon;
    src: url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.eot);
    src: url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.eot#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.woff2) format("woff2"),url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.woff) format("woff"),url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.ttf) format("truetype"),url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.svg#NextIcon) format("svg")
}

.next-icon-loading:before {
    -webkit-animation: loadingCircle 1s linear infinite
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution:0.001dpcm) {
    .next-icon.next-xxs {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    .next-icon.next-xxs:before {
        font-size: 16px;
        width: 16px
    }
}

.next-overlay-wrapper .next-overlay-backdrop {
    -webkit-transition: opacity .3s cubic-bezier(.4,0,.2,1)
}

.next-loading-fusion-reactor[dir=rtl] {
    -webkit-animation-name: nextVectorRouteRTL
}

@-webkit-keyframes nextVectorRouteRTL {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    5% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    25% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    30% {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    50% {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    55% {
        -webkit-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    75% {
        -webkit-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    80% {
        -webkit-transform: rotate(-1turn);
        -ms-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(-1turn);
        -ms-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.next-loading .next-loading-component {
    -webkit-filter: blur(1px);
    -webkit-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)"
}

.next-loading-tip {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.next-loading-tip-fullscreen {
    -webkit-transform: inherit;
    -ms-transform: inherit
}

.next-loading-right-tip .next-loading-tip-content {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.next-loading-fusion-reactor {
    -webkit-animation-duration: 5.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: nextVectorRoute;
    -webkit-animation-timing-function: linear
}

.next-loading-fusion-reactor .next-loading-dot {
    -webkit-animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-border-radius: 50%
}

.next-loading-fusion-reactor .next-loading-dot:first-child {
    -webkit-animation-name: nextVectorDotsX
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(2) {
    -webkit-animation-name: nextVectorDotsY
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(3) {
    -webkit-animation-name: nextVectorDotsXR
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(4) {
    -webkit-animation-name: nextVectorDotsYR
}

.next-loading-medium-fusion-reactor .next-loading-dot:first-child {
    -webkit-animation-name: nextVectorDotsX-medium
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(2) {
    -webkit-animation-name: nextVectorDotsY-medium
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(3) {
    -webkit-animation-name: nextVectorDotsXR-medium
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(4) {
    -webkit-animation-name: nextVectorDotsYR-medium
}

@-webkit-keyframes nextVectorRoute {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    5% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    25% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    30% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    55% {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    75% {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    80% {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes nextVectorDotsYR {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 9.2px;
        bottom: calc(var(--s-7,28px)/2 - var(--loading-large-dot-size, 8px)*1.2/2);
        height: 9.6px;
        height: calc(var(--loading-large-dot-size, 8px)*1.2);
        width: 9.6px;
        width: calc(var(--loading-large-dot-size, 8px)*1.2)
    }

    90% {
        bottom: 0;
        height: 8px;
        height: var(--loading-large-dot-size,8px);
        width: 8px;
        width: var(--loading-large-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsY {
    25% {
        top: 0
    }

    45%,50% {
        height: 9.6px;
        height: calc(var(--loading-large-dot-size, 8px)*1.2);
        top: 9.2px;
        top: calc(var(--s-7,28px)/2 - var(--loading-large-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-large-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-large-dot-size,8px);
        top: 0;
        width: 8px;
        width: var(--loading-large-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsX {
    25% {
        left: 0
    }

    45%,50% {
        height: 9.6px;
        height: calc(var(--loading-large-dot-size, 8px)*1.2);
        left: 9.2px;
        left: calc(var(--s-7,28px)/2 - var(--loading-large-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-large-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-large-dot-size,8px);
        left: 0;
        width: 8px;
        width: var(--loading-large-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsXR {
    25% {
        right: 0
    }

    45%,50% {
        height: 9.6px;
        height: calc(var(--loading-large-dot-size, 8px)*1.2);
        right: 9.2px;
        right: calc(var(--s-7,28px)/2 - var(--loading-large-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-large-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-large-dot-size,8px);
        right: 0;
        width: 8px;
        width: var(--loading-large-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsYR-medium {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 9.2px;
        bottom: calc(var(--s-7,28px)/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% {
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        top: 9.2px;
        top: calc(var(--s-7,28px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        top: 0;
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsX-medium {
    25% {
        left: 0
    }

    45%,50% {
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        left: 9.2px;
        left: calc(var(--s-7,28px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        left: 0;
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsXR-medium {
    25% {
        right: 0
    }

    45%,50% {
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        right: 9.2px;
        right: calc(var(--s-7,28px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        right: 0;
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

.next-radio-button-large[dir=rtl]>label:first-child {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--radio-button-corner-large,2px);
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--radio-button-corner-large,2px)
}

.next-radio-button-large[dir=rtl]>label:last-child {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: var(--radio-button-corner-large,2px);
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: var(--radio-button-corner-large,2px);
    -webkit-border-top-right-radius: 0
}

.next-radio-button-medium[dir=rtl]>label:first-child {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--corner-1,2px);
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--corner-1,2px)
}

.next-radio-button-medium[dir=rtl]>label:last-child {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: var(--corner-1,2px);
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: var(--corner-1,2px);
    -webkit-border-top-right-radius: 0
}

.next-radio-button-small[dir=rtl]>label:first-child {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--corner-1,2px);
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--corner-1,2px)
}

.next-radio-button-small[dir=rtl]>label:last-child {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: var(--corner-1,2px);
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: var(--corner-1,2px);
    -webkit-border-top-right-radius: 0
}

.next-radio-wrapper .next-radio,.next-radio-wrapper .next-radio *,.next-radio-wrapper .next-radio :after,.next-radio-wrapper .next-radio :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-radio-wrapper .next-radio-inner {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none);
    -webkit-transition: all .1s linear
}

.next-radio-wrapper .next-radio-inner:after {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .1s linear
}

.next-radio-wrapper.checked .next-radio-inner:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-radio-button .next-radio,.next-radio-button input[type=radio] {
    height: 0;
    width: 0
}

.next-radio-button>label {
    -webkit-box-sizing: border-box;
    -webkit-transition: all .1s linear
}

.next-radio-button>label .next-radio-label {
    color: var(--radio-button-font-color,#696969);
    -webkit-transition: all .1s linear
}

.next-radio-button>label.hovered .next-radio-label,.next-radio-button>label:hover .next-radio-label {
    color: var(--radio-button-font-color-hovered,#696969)
}

.next-radio-button-large>label:first-child {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: var(--radio-button-corner-large,2px);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: var(--radio-button-corner-large,2px)
}

.next-radio-button-large>label:last-child {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--radio-button-corner-large,2px);
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--radio-button-corner-large,2px)
}

.next-radio-button-medium>label:first-child {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: var(--corner-1,2px);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: var(--corner-1,2px)
}

.next-radio-button-medium>label:last-child {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--corner-1,2px);
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--corner-1,2px)
}

.next-radio-button-small>label:first-child {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: var(--corner-1,2px);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: var(--corner-1,2px)
}

.next-radio-button-small>label:last-child {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--corner-1,2px);
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--corner-1,2px)
}

.next-badge,.next-badge *,.next-badge :after,.next-badge :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-badge .next-badge-count,.next-badge .next-badge-dot {
    -webkit-border-radius: 8px;
    -webkit-border-radius: var(--s-2,8px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.next-badge .next-badge-custom {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.next-badge .next-badge-scroll-number {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center
}

.next-badge-scroll-number-only {
    transition: transform .1s linear,-webkit-transform .1s linear
}

.next-badge-not-a-wrapper .next-badge-count,.next-badge-not-a-wrapper .next-badge-custom,.next-badge-not-a-wrapper .next-badge-dot {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0)
}

.next-badge[dir=rtl] .next-badge-scroll-number {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center
}

.next-balloon {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--balloon-corner,2px)
}

.next-balloon,.next-balloon *,.next-balloon :after,.next-balloon :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-balloon-title.next-balloon-closable .next-balloon-close {
    -webkit-transform: translateY(6px);
    -webkit-transform: translateY(calc(6px + var(--balloon-title-font-size, 16px)/2 - var(--balloon-size-close, 16px)/2));
    -ms-transform: translateY(6px);
    -ms-transform: translateY(calc(var(--balloon-size-padding-top, 6px) + var(--balloon-title-font-size, 16px)/2 - var(--balloon-size-close, 16px)/2));
    -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 6px) + var(--balloon-title-font-size, 16px)/2 - var(--balloon-size-close, 16px)/2))
}

.next-balloon-primary {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: var(--balloon-primary-shadow,0 3px 8px 0 rgba(0,0,0,.06))
}

.next-balloon-primary .next-balloon-close {
    -webkit-transform: translateY(4px);
    -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 6px) + var(--font-size-body-1,12px)/2 - var(--balloon-size-close, 16px)/2));
    -ms-transform: translateY(4px);
    -ms-transform: translateY(calc(var(--balloon-size-padding-top, 6px) + var(--font-size-body-1,12px)/2 - var(--balloon-size-close, 16px)/2))
}

.next-balloon-primary .next-balloon-close .next-icon,.next-balloon-primary .next-balloon-close .next-icon:before {
    height: 16px;
    height: var(--balloon-size-close,16px);
    line-height: 1em;
    width: 16px;
    width: var(--balloon-size-close,16px)
}

.next-balloon-primary:after {
    -webkit-box-sizing: content-box!important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.next-balloon-primary.next-balloon-left-top:after,.next-balloon-primary.next-balloon-left:after {
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-primary.next-balloon-right-bottom:after,.next-balloon-primary.next-balloon-right-top:after {
    border-bottom: none;
    border-left: none;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-primary.next-balloon-top-left:after,.next-balloon-primary.next-balloon-top-right:after {
    border-bottom: none;
    border-right: none;
    top: -5px;
    top: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-primary.next-balloon-bottom-left:after,.next-balloon-primary.next-balloon-bottom-right:after {
    border-left: none;
    border-top: none;
    bottom: -5px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-normal {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--balloon-normal-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.next-balloon-normal .next-balloon-close {
    color: var(--balloon-normal-color-close,#696969);
    -webkit-transform: translateY(4px);
    -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 6px) + var(--font-size-body-1,12px)/2 - var(--balloon-size-close, 16px)/2));
    -ms-transform: translateY(4px);
    -ms-transform: translateY(calc(var(--balloon-size-padding-top, 6px) + var(--font-size-body-1,12px)/2 - var(--balloon-size-close, 16px)/2))
}

.next-balloon-normal .next-balloon-close .next-icon,.next-balloon-normal .next-balloon-close .next-icon:before {
    height: 16px;
    height: var(--balloon-size-close,16px);
    line-height: 1em;
    width: 16px;
    width: var(--balloon-size-close,16px)
}

.next-balloon-normal:after {
    -webkit-box-sizing: content-box!important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.next-balloon-normal.next-balloon-left-top:after,.next-balloon-normal.next-balloon-left:after {
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-normal.next-balloon-right-bottom:after,.next-balloon-normal.next-balloon-right-top:after {
    border-bottom: none;
    border-left: none;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-normal.next-balloon-top-left:after,.next-balloon-normal.next-balloon-top-right:after {
    border-bottom: none;
    border-right: none;
    top: -5px;
    top: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-normal.next-balloon-bottom-left:after,.next-balloon-normal.next-balloon-bottom-right:after {
    border-left: none;
    border-top: none;
    bottom: -5px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-tooltip {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--balloon-corner,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--balloon-tooltip-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.next-balloon-tooltip,.next-balloon-tooltip *,.next-balloon-tooltip :after,.next-balloon-tooltip :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateY(8px) rotate(45deg);
    -webkit-transform: translateY(var(--balloon-size-arrow-size,8px)) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(-8px) rotate(45deg);
    -webkit-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
    -ms-transform: translateX(-8px) rotate(45deg);
    -ms-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg)
}

.next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -webkit-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg)
}

.next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content,.next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content,.next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(8px) rotate(45deg);
    -webkit-transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg);
    -ms-transform: translateX(8px) rotate(45deg);
    -ms-transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content,.next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(-8px) rotate(45deg);
    -webkit-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
    -ms-transform: translateX(-8px) rotate(45deg);
    -ms-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg)
}

.next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content,.next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateY(8px) rotate(45deg);
    -webkit-transform: translateY(var(--balloon-size-arrow-size,8px)) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content,.next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -webkit-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg)
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-bottom:after,.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-top:after,.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left:after {
    border-bottom: none;
    border-left: none;
    border-right: inherit;
    border-top: inherit;
    left: auto;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-bottom:after,.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-top:after {
    border-bottom: inherit;
    border-left: inherit;
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal .next-balloon-close,.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-right:after {
    left: 12px;
    left: var(--s-3,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-bottom:after,.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-top:after,.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left:after {
    border-bottom: none;
    border-left: none;
    border-right: inherit;
    border-top: inherit;
    left: auto;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-bottom:after,.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-top:after {
    border-bottom: inherit;
    border-left: inherit;
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(8px) rotate(45deg);
    -webkit-transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg);
    -ms-transform: translateX(8px) rotate(45deg);
    -ms-transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(-8px) rotate(45deg);
    -ms-transform: translateX(-8px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(-8px) rotate(45deg);
    -ms-transform: translateX(-8px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(-8px) rotate(45deg);
    -ms-transform: translateX(-8px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(8px) rotate(45deg);
    -webkit-transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg);
    -ms-transform: translateX(8px) rotate(45deg);
    -ms-transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(8px) rotate(45deg);
    -webkit-transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg);
    -ms-transform: translateX(8px) rotate(45deg);
    -ms-transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-menu[dir=rtl] .next-menu-icon-selected.next-icon {
    margin-right: -16px
}

.next-menu {
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.next-menu,.next-menu *,.next-menu :after,.next-menu :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-menu.next-ver .next-menu-item {
    padding: 0 16px
}

.next-menu-embeddable {
    -webkit-box-shadow: none
}

.next-menu-sub-menu.next-expand-enter-active,.next-menu-sub-menu.next-expand-leave-active {
    -webkit-transition: height .3s ease
}

.next-menu-item {
    -webkit-transition: background .1s linear
}

.next-menu-item-helper {
    color: var(--color-text1-2,#696969)
}

.next-menu-item.next-selected .next-menu-icon-arrow {
    color: var(--menu-arrow-color,grey)
}

.next-menu-item.next-disabled .next-menu-icon-arrow,.next-menu-item.next-disabled .next-menu-icon-selected,.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-arrow,.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-selected {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-menu-group-label {
    color: var(--color-text1-2,#696969)
}

.next-menu .next-menu-icon-selected.next-icon {
    margin-left: -12px
}

.next-menu .next-menu-icon-arrow.next-icon {
    color: var(--menu-arrow-color,grey);
    -webkit-transition: all .1s linear
}

.next-menu .next-menu-icon-arrow-down.next-open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.next-menu .next-menu-icon-arrow-right.next-open {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg)
}

.next-menu .next-menu-hoz-icon-arrow.next-icon {
    color: var(--menu-arrow-color,grey);
    -webkit-transition: all .1s linear
}

.next-menu .next-menu-hoz-icon-arrow.next-open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text {
    -webkit-transition: all .1s linear
}

.next-breadcrumb .next-breadcrumb-text.activated,.next-breadcrumb .next-breadcrumb-text.activated>a {
    color: #ccc;
    color: var(--breadcrumb-text-current-color,#ccc);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover>a,.next-breadcrumb a.next-breadcrumb-text.activated:hover>a,.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover,.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover>b {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-btn,.next-btn *,.next-btn :after,.next-btn :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-btn {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none);
    -webkit-transition: all .1s linear;
    -webkit-user-select: none
}

.next-btn:after {
    -webkit-transition: opacity .1s linear
}

.next-btn .next-icon,.next-btn:before {
    display: inline-block;
    vertical-align: middle
}

.next-btn>.next-btn-helper,.next-btn>div,.next-btn>span {
    display: inline-block;
    vertical-align: middle
}

.next-btn.hover,.next-btn:hover {
    -webkit-box-shadow: none
}

.next-btn.next-small {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-btn.next-small>.next-btn-icon.next-icon-first {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn.next-small>.next-btn-icon.next-icon-last {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn.next-small>.next-btn-icon.next-icon-alone {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn.next-small>.next-btn-custom-loading-icon.show {
    -webkit-transition: all .1s linear
}

.next-btn.next-medium {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-btn.next-medium>.next-btn-icon.next-icon-first {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn.next-medium>.next-btn-icon.next-icon-last {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn.next-medium>.next-btn-icon.next-icon-alone {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn.next-medium>.next-btn-custom-loading-icon.show {
    -webkit-transition: all .1s linear
}

.next-btn.next-large {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-btn.next-large>.next-btn-icon.next-icon-first {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn.next-large>.next-btn-icon.next-icon-last {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn.next-large>.next-btn-icon.next-icon-alone {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn.next-large>.next-btn-custom-loading-icon.show {
    -webkit-transition: all .1s linear
}

.next-btn.disabled.next-btn-normal.active,.next-btn.disabled.next-btn-normal.hover,.next-btn.disabled.next-btn-normal:active,.next-btn.disabled.next-btn-normal:focus,.next-btn.disabled.next-btn-normal:hover,.next-btn[disabled].next-btn-normal.active,.next-btn[disabled].next-btn-normal.hover,.next-btn[disabled].next-btn-normal:active,.next-btn[disabled].next-btn-normal:focus,.next-btn[disabled].next-btn-normal:hover {
    background: #fff;
    background: var(--btn-pure-normal-bg-disabled,#fff);
    border-color: #e5e5e5;
    border-color: var(--btn-pure-normal-border-color-disabled,#e5e5e5);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    text-decoration: none
}

.next-btn.disabled.next-btn-primary.active,.next-btn.disabled.next-btn-primary.hover,.next-btn.disabled.next-btn-primary:active,.next-btn.disabled.next-btn-primary:focus,.next-btn.disabled.next-btn-primary:hover,.next-btn[disabled].next-btn-primary.active,.next-btn[disabled].next-btn-primary.hover,.next-btn[disabled].next-btn-primary:active,.next-btn[disabled].next-btn-primary:focus,.next-btn[disabled].next-btn-primary:hover {
    background: #d9d9d9;
    background: var(--btn-pure-primary-bg-disabled,#d9d9d9);
    border-color: #d9d9d9;
    border-color: var(--btn-pure-primary-border-color-disabled,#d9d9d9);
    color: #fff;
    color: var(--btn-pure-primary-color-disabled,#fff);
    text-decoration: none
}

.next-btn.disabled.next-btn-secondary.active,.next-btn.disabled.next-btn-secondary.hover,.next-btn.disabled.next-btn-secondary:active,.next-btn.disabled.next-btn-secondary:focus,.next-btn.disabled.next-btn-secondary:hover,.next-btn[disabled].next-btn-secondary.active,.next-btn[disabled].next-btn-secondary.hover,.next-btn[disabled].next-btn-secondary:active,.next-btn[disabled].next-btn-secondary:focus,.next-btn[disabled].next-btn-secondary:hover {
    background: #fff;
    background: var(--btn-pure-secondary-bg-disabled,#fff);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    text-decoration: none
}

.next-btn-warning.next-btn-primary.disabled.active,.next-btn-warning.next-btn-primary.disabled.hover,.next-btn-warning.next-btn-primary.disabled:active,.next-btn-warning.next-btn-primary.disabled:focus,.next-btn-warning.next-btn-primary.disabled:hover,.next-btn-warning.next-btn-primary[disabled].active,.next-btn-warning.next-btn-primary[disabled].hover,.next-btn-warning.next-btn-primary[disabled]:active,.next-btn-warning.next-btn-primary[disabled]:focus,.next-btn-warning.next-btn-primary[disabled]:hover {
    background: #d9d9d9;
    background: var(--btn-warning-primary-bg-disabled,#d9d9d9);
    border-color: #d9d9d9;
    border-color: var(--color-line1-2,#d9d9d9);
    color: #fff;
    color: var(--btn-warning-primary-color-disabled,#fff);
    text-decoration: none
}

.next-btn-warning.next-btn-normal.disabled.active,.next-btn-warning.next-btn-normal.disabled.hover,.next-btn-warning.next-btn-normal.disabled:active,.next-btn-warning.next-btn-normal.disabled:focus,.next-btn-warning.next-btn-normal.disabled:hover,.next-btn-warning.next-btn-normal[disabled].active,.next-btn-warning.next-btn-normal[disabled].hover,.next-btn-warning.next-btn-normal[disabled]:active,.next-btn-warning.next-btn-normal[disabled]:focus,.next-btn-warning.next-btn-normal[disabled]:hover {
    background: transparent;
    background: var(--btn-warning-normal-bg-disabled,transparent);
    border-color: #e5e5e5;
    border-color: var(--btn-warning-normal-border-color-disabled,#e5e5e5);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    text-decoration: none
}

.next-btn-text {
    -webkit-border-radius: 0;
    -webkit-user-select: text
}

.next-btn-text,.next-btn-text.hover,.next-btn-text:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.next-btn-text.next-btn-primary.active,.next-btn-text.next-btn-primary.hover,.next-btn-text.next-btn-primary:active,.next-btn-text.next-btn-primary:focus,.next-btn-text.next-btn-primary:hover {
    background: transparent;
    border-color: transparent;
    color: #2a7dd1;
    color: var(--btn-text-primary-color-hover,#2a7dd1);
    text-decoration: none
}

.next-btn-text.next-btn-primary.disabled.active,.next-btn-text.next-btn-primary.disabled.hover,.next-btn-text.next-btn-primary.disabled:active,.next-btn-text.next-btn-primary.disabled:focus,.next-btn-text.next-btn-primary.disabled:hover,.next-btn-text.next-btn-primary[disabled].active,.next-btn-text.next-btn-primary[disabled].hover,.next-btn-text.next-btn-primary[disabled]:active,.next-btn-text.next-btn-primary[disabled]:focus,.next-btn-text.next-btn-primary[disabled]:hover {
    background: transparent;
    border-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    text-decoration: none
}

.next-btn-text.next-btn-secondary.active,.next-btn-text.next-btn-secondary.hover,.next-btn-text.next-btn-secondary:active,.next-btn-text.next-btn-secondary:focus,.next-btn-text.next-btn-secondary:hover {
    background: transparent;
    border-color: transparent;
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    text-decoration: none
}

.next-btn-text.next-btn-secondary.disabled.active,.next-btn-text.next-btn-secondary.disabled.hover,.next-btn-text.next-btn-secondary.disabled:active,.next-btn-text.next-btn-secondary.disabled:focus,.next-btn-text.next-btn-secondary.disabled:hover,.next-btn-text.next-btn-secondary[disabled].active,.next-btn-text.next-btn-secondary[disabled].hover,.next-btn-text.next-btn-secondary[disabled]:active,.next-btn-text.next-btn-secondary[disabled]:focus,.next-btn-text.next-btn-secondary[disabled]:hover {
    background: transparent;
    border-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    text-decoration: none
}

.next-btn-text.next-btn-normal.active,.next-btn-text.next-btn-normal.hover,.next-btn-text.next-btn-normal:active,.next-btn-text.next-btn-normal:focus,.next-btn-text.next-btn-normal:hover {
    background: transparent;
    border-color: transparent;
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    text-decoration: none
}

.next-btn-text.next-btn-normal.disabled.active,.next-btn-text.next-btn-normal.disabled.hover,.next-btn-text.next-btn-normal.disabled:active,.next-btn-text.next-btn-normal.disabled:focus,.next-btn-text.next-btn-normal.disabled:hover,.next-btn-text.next-btn-normal[disabled].active,.next-btn-text.next-btn-normal[disabled].hover,.next-btn-text.next-btn-normal[disabled]:active,.next-btn-text.next-btn-normal[disabled]:focus,.next-btn-text.next-btn-normal[disabled]:hover {
    background: transparent;
    border-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    text-decoration: none
}

.next-btn-text.next-large {
    -webkit-border-radius: 0
}

.next-btn-text.next-large>.next-btn-icon.next-icon-first {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn-text.next-large>.next-btn-icon.next-icon-last {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn-text.next-large>.next-btn-icon.next-icon-alone {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn-text.next-large>.next-btn-custom-loading-icon.show {
    -webkit-transition: all .1s linear
}

.next-btn-text.next-medium {
    -webkit-border-radius: 0
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-first {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-last {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-alone {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn-text.next-medium>.next-btn-custom-loading-icon.show {
    -webkit-transition: all .1s linear
}

.next-btn-text.next-small {
    -webkit-border-radius: 0
}

.next-btn-text.next-small>.next-btn-icon.next-icon-first {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn-text.next-small>.next-btn-icon.next-icon-last {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn-text.next-small>.next-btn-icon.next-icon-alone {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-btn-text.next-small>.next-btn-custom-loading-icon.show {
    -webkit-transition: all .1s linear
}

.next-btn-text.next-btn-loading.active,.next-btn-text.next-btn-loading.hover,.next-btn-text.next-btn-loading:active,.next-btn-text.next-btn-loading:focus,.next-btn-text.next-btn-loading:hover {
    background: transparent;
    border-color: transparent;
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    text-decoration: none
}

.next-btn-loading:before {
    -webkit-animation: loadingCircle 2s linear infinite
}

.next-btn-ghost {
    -webkit-box-shadow: none
}

.next-btn-ghost.next-btn-dark.active,.next-btn-ghost.next-btn-dark.hover,.next-btn-ghost.next-btn-dark:active,.next-btn-ghost.next-btn-dark:focus,.next-btn-ghost.next-btn-dark:hover {
    background: hsla(0,0%,100%,.8);
    border-color: #fff;
    border-color: var(--color-white,#fff);
    color: #fff;
    color: var(--color-white,#fff);
    text-decoration: none
}

.next-btn-ghost.next-btn-dark.disabled.active,.next-btn-ghost.next-btn-dark.disabled.hover,.next-btn-ghost.next-btn-dark.disabled:active,.next-btn-ghost.next-btn-dark.disabled:focus,.next-btn-ghost.next-btn-dark.disabled:hover,.next-btn-ghost.next-btn-dark[disabled].active,.next-btn-ghost.next-btn-dark[disabled].hover,.next-btn-ghost.next-btn-dark[disabled]:active,.next-btn-ghost.next-btn-dark[disabled]:focus,.next-btn-ghost.next-btn-dark[disabled]:hover {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-color: hsla(0,0%,100%,.4);
    color: hsla(0,0%,100%,.4);
    text-decoration: none
}

.next-btn-ghost.next-btn-light.active,.next-btn-ghost.next-btn-light.hover,.next-btn-ghost.next-btn-light:active,.next-btn-ghost.next-btn-light:focus,.next-btn-ghost.next-btn-light:hover {
    background: rgba(0,0,0,.92);
    border-color: #1a1a1a;
    border-color: var(--color-text1-4,#1a1a1a);
    color: #696969;
    color: var(--color-text1-2,#696969);
    text-decoration: none
}

.next-btn-ghost.next-btn-light.disabled.active,.next-btn-ghost.next-btn-light.disabled.hover,.next-btn-ghost.next-btn-light.disabled:active,.next-btn-ghost.next-btn-light.disabled:focus,.next-btn-ghost.next-btn-light.disabled:hover,.next-btn-ghost.next-btn-light[disabled].active,.next-btn-ghost.next-btn-light[disabled].hover,.next-btn-ghost.next-btn-light[disabled]:active,.next-btn-ghost.next-btn-light[disabled]:focus,.next-btn-ghost.next-btn-light[disabled]:hover {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.1);
    text-decoration: none
}

.next-btn-group>.next-btn {
    -webkit-box-shadow: none
}

.next-btn-group .next-btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0
}

.next-btn-group>.next-btn:first-child:not(:last-child) {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0
}

.next-btn-group>.next-btn:last-child:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0
}

.next-btn-group[dir=rtl]>.next-btn:first-child:not(:last-child) {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0
}

.next-btn-group[dir=rtl]>.next-btn:last-child:not(:first-child) {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0
}

.next-btn.next-small[dir=rtl] {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-btn.next-medium[dir=rtl] {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-btn.next-large[dir=rtl] {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-btn-text[dir=rtl].next-large {
    -webkit-border-radius: 0
}

.next-btn-text[dir=rtl].next-medium {
    -webkit-border-radius: 0
}

.next-btn-text[dir=rtl].next-small {
    -webkit-border-radius: 0
}

.next-input {
    -webkit-transition: all .1s linear
}

.next-input,.next-input *,.next-input :after,.next-input :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-input input:-webkit-autofill {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-input.next-small {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-input.next-small input {
    line-height: 22px \0 ;
    line-height: calc(var(--s-6,24px) - var(--line-1,1px)*2) \0
}

.next-input.next-small input::-webkit-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-input.next-small input::-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-input.next-small .next-input-control {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-input.next-medium {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-input.next-medium input {
    line-height: 30px \0 ;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0
}

.next-input.next-medium input::-webkit-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-input.next-medium input::-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-input.next-medium .next-input-control {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-input.next-large {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-input.next-large input {
    line-height: 34px \0 ;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0
}

.next-input.next-large input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-input.next-large input::-ms-input-placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-input.next-large .next-input-control {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-input.next-input-textarea,.next-input.next-input-textarea .next-input-control,.next-input.next-input-textarea textarea {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-input-hint-wrap {
    color: var(--input-hint-color,#696969)
}

.next-input .next-icon-eye-close:hover,.next-input .next-icon-eye:hover,.next-input .next-input-clear-icon:hover {
    color: var(--input-hint-hover-color,grey)
}

.next-input.next-focus .next-input-hover-show,.next-input .next-input-clear:focus,.next-input:hover .next-input-hover-show {
    opacity: 1
}

.next-input.next-focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0,0%,67%,.2)
}

.next-input.next-warning,.next-input.next-warning.next-focus,.next-input.next-warning:hover {
    border-color: #ffb96e;
    border-color: var(--color-warning-4,#ffb96e)
}

.next-input.next-warning.next-focus {
    -webkit-box-shadow: 0 0 0 0 rgba(255,185,110,.2)
}

.next-input.next-error.next-focus {
    -webkit-box-shadow: 0 0 0 0 hsla(5,82%,72%,.2)
}

.next-input.next-noborder {
    -webkit-box-shadow: none
}

.next-input-control .next-icon {
    color: var(--input-hint-color,#696969);
    -webkit-transition: all .1s linear
}

.next-input-control .next-input-loading-icon:before {
    -webkit-animation: loadingCircle 1s linear infinite
}

.next-input.next-disabled,.next-input.next-disabled:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc)
}

.next-input-group,.next-input-group *,.next-input-group :after,.next-input-group :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-input-group-auto-width {
    -webkit-border-radius: 0!important
}

.next-input-group>.next-input {
    -webkit-border-radius: 0
}

.next-input-group>.next-input:first-child.next-large,.next-input-group>.next-input:first-child.next-medium,.next-input-group>.next-input:first-child.next-small {
    -webkit-border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: 2px!important;
    -webkit-border-bottom-left-radius: var(--corner-1,2px)!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    -webkit-border-top-left-radius: 2px!important;
    border-top-left-radius: 2px!important;
    -webkit-border-top-left-radius: var(--corner-1,2px)!important;
    border-top-left-radius: var(--corner-1,2px)!important
}

.next-input-group>.next-input:last-child.next-large,.next-input-group>.next-input:last-child.next-medium,.next-input-group>.next-input:last-child.next-small {
    -webkit-border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: 2px!important;
    -webkit-border-bottom-right-radius: var(--corner-1,2px)!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    -webkit-border-top-right-radius: 2px!important;
    border-top-right-radius: 2px!important;
    -webkit-border-top-right-radius: var(--corner-1,2px)!important;
    border-top-right-radius: var(--corner-1,2px)!important
}

.next-input-group-addon:first-child,.next-input-group-addon:first-child>* {
    -webkit-border-bottom-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    -webkit-border-top-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.next-input-group-addon:first-child>*>.next-input {
    -webkit-border-bottom-right-radius: 0!important;
    -webkit-border-top-right-radius: 0!important
}

.next-input-group-addon:last-child,.next-input-group-addon:last-child>* {
    -webkit-border-bottom-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    -webkit-border-top-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.next-input-group-addon:last-child>*>.next-input {
    -webkit-border-bottom-left-radius: 0!important;
    -webkit-border-top-left-radius: 0!important
}

.next-input-group-text.next-disabled,.next-input-group-text.next-disabled:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc)
}

.next-input-group-text.next-large,.next-input-group-text.next-medium,.next-input-group-text.next-small {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-input-group[dir=rtl]>.next-input:first-child.next-large,.next-input-group[dir=rtl]>.next-input:first-child.next-medium,.next-input-group[dir=rtl]>.next-input:first-child.next-small {
    -webkit-border-bottom-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    -webkit-border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: 2px!important;
    -webkit-border-bottom-right-radius: var(--corner-1,2px)!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    -webkit-border-top-left-radius: 0!important;
    border-top-left-radius: 0!important;
    -webkit-border-top-right-radius: 2px!important;
    border-top-right-radius: 2px!important;
    -webkit-border-top-right-radius: var(--corner-1,2px)!important;
    border-top-right-radius: var(--corner-1,2px)!important
}

.next-input-group[dir=rtl]>.next-input:last-child.next-large,.next-input-group[dir=rtl]>.next-input:last-child.next-medium,.next-input-group[dir=rtl]>.next-input:last-child.next-small {
    -webkit-border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: 2px!important;
    -webkit-border-bottom-left-radius: var(--corner-1,2px)!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    -webkit-border-bottom-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    -webkit-border-top-left-radius: 2px!important;
    border-top-left-radius: 2px!important;
    -webkit-border-top-left-radius: var(--corner-1,2px)!important;
    border-top-left-radius: var(--corner-1,2px)!important;
    -webkit-border-top-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child,.next-input-group[dir=rtl] .next-input-group-addon:first-child>*>.next-input,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.next-input {
    -webkit-border-bottom-left-radius: 0!important;
    -webkit-border-top-left-radius: 0!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.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-small,.next-input-group[dir=rtl] .next-input-group-addon:first-child>*>.next-input.next-large,.next-input-group[dir=rtl] .next-input-group-addon:first-child>*>.next-input.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:first-child>*>.next-input.next-small,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.next-input.next-large,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.next-input.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.next-input.next-small {
    -webkit-border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: 2px!important;
    -webkit-border-bottom-right-radius: var(--corner-1,2px)!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    -webkit-border-top-right-radius: 2px!important;
    border-top-right-radius: 2px!important;
    -webkit-border-top-right-radius: var(--corner-1,2px)!important;
    border-top-right-radius: var(--corner-1,2px)!important
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child>* {
    -webkit-border-bottom-left-radius: 0!important;
    -webkit-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>*>.next-input,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.next-input {
    -webkit-border-bottom-right-radius: 0!important;
    -webkit-border-top-right-radius: 0!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.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-small,.next-input-group[dir=rtl] .next-input-group-addon:last-child>*>.next-input.next-large,.next-input-group[dir=rtl] .next-input-group-addon:last-child>*>.next-input.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:last-child>*>.next-input.next-small,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.next-input.next-large,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.next-input.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.next-input.next-small {
    -webkit-border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: 2px!important;
    -webkit-border-bottom-left-radius: var(--corner-1,2px)!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    -webkit-border-top-left-radius: 2px!important;
    border-top-left-radius: 2px!important;
    -webkit-border-top-left-radius: var(--corner-1,2px)!important;
    border-top-left-radius: var(--corner-1,2px)!important
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child>* {
    -webkit-border-bottom-right-radius: 0!important;
    -webkit-border-top-right-radius: 0!important
}

.next-calendar,.next-calendar *,.next-calendar :after,.next-calendar :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-webkit-keyframes cellZoomIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes cellHover {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes enterToLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-40%);
        transform: translate(-40%)
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes enterToRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(40%);
        transform: translate(40%)
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.next-calendar-panel-header-full .next-calendar-btn.active,.next-calendar-panel-header-full .next-calendar-btn.hover,.next-calendar-panel-header-full .next-calendar-btn:active,.next-calendar-panel-header-full .next-calendar-btn:focus,.next-calendar-panel-header-full .next-calendar-btn:hover,.next-calendar-panel-header-left .next-calendar-btn.active,.next-calendar-panel-header-left .next-calendar-btn.hover,.next-calendar-panel-header-left .next-calendar-btn:active,.next-calendar-panel-header-left .next-calendar-btn:focus,.next-calendar-panel-header-left .next-calendar-btn:hover,.next-calendar-panel-header-right .next-calendar-btn.active,.next-calendar-panel-header-right .next-calendar-btn.hover,.next-calendar-panel-header-right .next-calendar-btn:active,.next-calendar-panel-header-right .next-calendar-btn:focus,.next-calendar-panel-header-right .next-calendar-btn:hover {
    background: transparent;
    border-color: transparent;
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    text-decoration: none
}

.next-calendar-btn-next-decade,.next-calendar-btn-next-decade.visited,.next-calendar-btn-next-decade:link,.next-calendar-btn-next-decade:visited,.next-calendar-btn-next-month,.next-calendar-btn-next-month.visited,.next-calendar-btn-next-month:link,.next-calendar-btn-next-month:visited,.next-calendar-btn-next-year,.next-calendar-btn-next-year.visited,.next-calendar-btn-next-year:link,.next-calendar-btn-next-year:visited,.next-calendar-btn-prev-decade,.next-calendar-btn-prev-decade.visited,.next-calendar-btn-prev-decade:link,.next-calendar-btn-prev-decade:visited,.next-calendar-btn-prev-month,.next-calendar-btn-prev-month.visited,.next-calendar-btn-prev-month:link,.next-calendar-btn-prev-month:visited,.next-calendar-btn-prev-year,.next-calendar-btn-prev-year.visited,.next-calendar-btn-prev-year:link,.next-calendar-btn-prev-year:visited {
    color: var(--calendar-btn-arrow-color,grey)
}

.next-calendar-btn-next-decade.active,.next-calendar-btn-next-decade.hover,.next-calendar-btn-next-decade:active,.next-calendar-btn-next-decade:focus,.next-calendar-btn-next-decade:hover,.next-calendar-btn-next-month.active,.next-calendar-btn-next-month.hover,.next-calendar-btn-next-month:active,.next-calendar-btn-next-month:focus,.next-calendar-btn-next-month:hover,.next-calendar-btn-next-year.active,.next-calendar-btn-next-year.hover,.next-calendar-btn-next-year:active,.next-calendar-btn-next-year:focus,.next-calendar-btn-next-year:hover,.next-calendar-btn-prev-decade.active,.next-calendar-btn-prev-decade.hover,.next-calendar-btn-prev-decade:active,.next-calendar-btn-prev-decade:focus,.next-calendar-btn-prev-decade:hover,.next-calendar-btn-prev-month.active,.next-calendar-btn-prev-month.hover,.next-calendar-btn-prev-month:active,.next-calendar-btn-prev-month:focus,.next-calendar-btn-prev-month:hover,.next-calendar-btn-prev-year.active,.next-calendar-btn-prev-year.hover,.next-calendar-btn-prev-year:active,.next-calendar-btn-prev-year:focus,.next-calendar-btn-prev-year:hover {
    background: transparent;
    border-color: transparent;
    color: grey;
    color: var(--calendar-btn-arrow-color-hover,grey);
    text-decoration: none
}

.next-calendar-fullscreen .next-calendar-date,.next-calendar-fullscreen .next-calendar-month {
    -webkit-transition: background .1s linear
}

.next-calendar-fullscreen .next-calendar-date:hover,.next-calendar-fullscreen .next-calendar-month:hover {
    color: var(--calendar-fullscreen-table-cell-hover-color,#696969)
}

.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 {
    -webkit-animation: cellZoomIn .4s cubic-bezier(.23,1,.32,1)
}

.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 {
    color: var(--calendar-card-table-cell-hover-color,#696969)
}

.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 {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date {
    color: var(--calendar-card-table-cell-hover-color,#696969)
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date:before {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-card,.next-card:after,.next-card:before {
    -webkit-box-sizing: border-box
}

.next-card[dir=rtl] .next-card-head-show-bullet .next-card-title,.next-card[dir=rtl] .next-card-subtitle {
    padding-left: 0;
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-card,.next-card *,.next-card :after,.next-card :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-card {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-card-subtitle {
    color: var(--card-sub-title-color,#696969)
}

.next-card-show-divider .next-card-body {
    padding-top: 20px
}

.next-card-content {
    -webkit-transition: all .3s ease
}

.next-card-footer .next-icon {
    -webkit-transition: all .1s linear
}

.next-card-footer .next-icon.next-icon-arrow-down.expand {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform-origin: 50% 47%;
    -ms-transform-origin: 50% 47%
}

.next-card-header {
    margin-bottom: 20px
}

.next-card-header-subtitle {
    color: var(--card-sub-title-color,#696969)
}

.next-card-actions {
    padding: 20px 20px 16px
}

.next-card-content-container {
    margin-top: 20px
}

.next-cascader {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-cascader,.next-cascader *,.next-cascader :after,.next-cascader :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-cascader-menu {
    -webkit-border-radius: 0;
    -webkit-box-shadow: none
}

.next-cascader-menu-icon-right {
    color: var(--cascader-menu-icon-expand-color,grey)
}

.next-cascader-filtered-list {
    -webkit-border-radius: 0;
    -webkit-box-shadow: none
}

.next-cascader-select,.next-cascader-select *,.next-cascader-select-dropdown,.next-cascader-select :after,.next-cascader-select :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-cascader-select-dropdown {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.next-cascader-select-dropdown *,.next-cascader-select-dropdown :after,.next-cascader-select-dropdown :before {
    -webkit-box-sizing: border-box
}

.next-cascader-select-dropdown .next-cascader {
    -webkit-box-shadow: none
}

.next-cascader-select-not-found {
    -webkit-box-shadow: none;
    color: var(--color-text1-2,#696969)
}

.next-cascader-select-not-found .next-menu-item:hover {
    color: var(--color-text1-2,#696969)
}

.next-checkbox-wrapper,.next-checkbox-wrapper *,.next-checkbox-wrapper :after,.next-checkbox-wrapper :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-checkbox-wrapper .next-checkbox-inner {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none);
    -webkit-transition: all .1s linear
}

.next-checkbox-wrapper .next-checkbox-inner>.next-icon {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .1s linear
}

.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner>.next-icon,.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner>.next-icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner>.next-icon,.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner>.next-icon {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1)
}

.next-collapse[dir=rtl] .next-collapse-panel-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.next-collapse {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-collapse,.next-collapse *,.next-collapse :after,.next-collapse :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-collapse .next-collapse-panel-icon {
    color: var(--collapse-icon-color,#696969);
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

.next-collapse-panel-title {
    font-weight: 600;
    -webkit-transition: background .1s linear
}

.next-collapse-panel-title:hover {
    color: var(--collapse-title-hover-font-color,#696969);
    font-weight: 600
}

.next-collapse-panel-title:hover .next-collapse-panel-icon {
    color: var(--collapse-icon-hover-color,#696969)
}

.next-collapse-panel-content {
    color: var(--collapse-content-color,#696969);
    -webkit-transition: all .3s ease
}

.next-collapse-disabled,.next-collapse-panel-disabled:not(:first-child) {
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5)
}

.next-collapse-panel-disabled .next-collapse-panel-title:hover {
    font-weight: 600
}

.next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon,.next-collapse-panel-disabled:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-time-picker-menu-item {
    -webkit-transition: background .1s linear
}

.next-time-picker-panel,.next-time-picker-panel *,.next-time-picker-panel :after,.next-time-picker-panel :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-time-picker,.next-time-picker *,.next-time-picker :after,.next-time-picker :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-time-picker-body {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.next-range-picker.next-disabled .next-range-picker-trigger,.next-range-picker.next-disabled .next-range-picker-trigger:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc)
}

.next-range-picker.next-large .next-range-picker-panel-input,.next-range-picker.next-large .next-range-picker-trigger,.next-range-picker.next-medium .next-range-picker-panel-input,.next-range-picker.next-medium .next-range-picker-trigger,.next-range-picker.next-small .next-range-picker-panel-input,.next-range-picker.next-small .next-range-picker-trigger {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-date-picker,.next-date-picker *,.next-date-picker :after,.next-date-picker :before,.next-month-picker,.next-month-picker *,.next-month-picker :after,.next-month-picker :before,.next-range-picker,.next-range-picker *,.next-range-picker :after,.next-range-picker :before,.next-week-picker,.next-week-picker *,.next-week-picker :after,.next-week-picker :before,.next-year-picker,.next-year-picker *,.next-year-picker :after,.next-year-picker :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-date-picker-body,.next-month-picker-body,.next-range-picker-body,.next-week-picker-body,.next-year-picker-body {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.next-message {
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out
}

.next-message,.next-message *,.next-message :after,.next-message :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-message .next-message-close {
    color: var(--message-close-icon-color,grey)
}

.next-message.next-message-success.next-addon,.next-message.next-message-success.next-inline {
    -webkit-box-shadow: none
}

.next-message.next-message-success.next-toast {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-success.next-toast .next-message-content {
    color: var(--message-success-color-content-toast,#696969)
}

.next-message.next-message-warning.next-inline {
    -webkit-box-shadow: none
}

.next-message.next-message-warning.next-inline .next-message-content {
    color: var(--message-warning-color-content-inline,#696969)
}

.next-message.next-message-warning.next-addon {
    -webkit-box-shadow: none
}

.next-message.next-message-warning.next-toast {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-warning.next-toast .next-message-content {
    color: var(--message-warning-color-content-toast,#696969)
}

.next-message.next-message-error.next-inline {
    -webkit-box-shadow: none
}

.next-message.next-message-error.next-inline .next-message-content {
    color: var(--message-error-color-content-inline,#696969)
}

.next-message.next-message-error.next-addon {
    -webkit-box-shadow: none
}

.next-message.next-message-error.next-toast {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-error.next-toast .next-message-content {
    color: var(--message-error-color-content-toast,#696969)
}

.next-message.next-message-notice.next-inline {
    -webkit-box-shadow: none
}

.next-message.next-message-notice.next-inline .next-message-content {
    color: var(--message-notice-color-content-inline,#696969)
}

.next-message.next-message-notice.next-addon {
    -webkit-box-shadow: none
}

.next-message.next-message-notice.next-toast {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-notice.next-toast .next-message-content {
    color: var(--message-notice-color-content-toast,#696969)
}

.next-message.next-message-help.next-inline {
    -webkit-box-shadow: none
}

.next-message.next-message-help.next-inline .next-message-content {
    color: var(--message-help-color-content-inline,#696969)
}

.next-message.next-message-help.next-addon {
    -webkit-box-shadow: none
}

.next-message.next-message-help.next-toast {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-help.next-toast .next-message-content {
    color: var(--message-help-color-content-toast,#696969)
}

.next-message.next-message-loading.next-inline {
    -webkit-box-shadow: none
}

.next-message.next-message-loading.next-inline .next-message-content {
    color: var(--message-loading-color-content-inline,#696969)
}

.next-message.next-message-loading.next-inline .next-message-symbol-icon:before {
    -webkit-animation: loadingCircle 1s linear infinite
}

.next-message.next-message-loading.next-addon {
    -webkit-box-shadow: none
}

.next-message.next-message-loading.next-addon .next-message-symbol-icon:before {
    -webkit-animation: loadingCircle 1s linear infinite
}

.next-message.next-message-loading.next-toast {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-loading.next-toast .next-message-content {
    color: var(--message-loading-color-content-toast,#696969)
}

.next-message.next-message-loading.next-toast .next-message-symbol-icon:before {
    -webkit-animation: loadingCircle 1s linear infinite
}

.next-message.next-large.next-inline,.next-message.next-large.next-toast,.next-message.next-medium.next-inline,.next-message.next-medium.next-toast {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-message-fade-leave {
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    -webkit-animation-timing-function: ease
}

.next-message-fade-leave.next-message-fade-leave-active {
    -webkit-animation-name: MessageFadeOut;
    -webkit-animation-play-state: running
}

@-webkit-keyframes MessageFadeOut {
    0% {
        margin-bottom: 16px;
        max-height: 150px;
        opacity: 1
    }

    to {
        margin-bottom: 0;
        max-height: 0;
        opacity: 0;
        padding-bottom: 0;
        padding-top: 0
    }
}

.next-dialog[dir=rtl],.next-dialog[dir=rtl] .next-dialog-footer.next-align-left {
    text-align: right
}

.next-dialog {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--dialog-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.next-dialog,.next-dialog *,.next-dialog :after,.next-dialog :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-dialog-header {
    border-bottom: 1px solid transparent;
    padding: 20px 20px 4px
}

.next-dialog-body {
    color: var(--dialog-content-color,#696969)
}

.next-dialog-close,.next-dialog-close:link,.next-dialog-close:visited {
    color: grey;
    color: var(--dialog-close-color,grey);
    height: 16px;
    height: var(--s-4,16px)
}

.next-dialog-close:hover {
    color: var(--dialog-close-color-hovered,grey)
}

.next-dialog-container {
    -webkit-box-sizing: border-box
}

.next-dialog-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.next-drawer {
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--drawer-shadow,0 0 24px 0 rgba(0,0,0,.1))
}

.next-drawer,.next-drawer *,.next-drawer :after,.next-drawer :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-drawer-close,.next-drawer-close:link,.next-drawer-close:visited {
    color: #696969;
    color: var(--drawer-close-color,#696969);
    height: 16px
}

.next-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.next-row,.next-row *,.next-row :after,.next-row :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-row.next-row-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.next-row.next-row-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start
}

.next-row.next-row-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end
}

.next-row.next-row-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center
}

.next-row.next-row-justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between
}

.next-row.next-row-justify-space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around
}

.next-row.next-row-align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start
}

.next-row.next-row-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end
}

.next-row.next-row-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.next-row.next-row-align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline
}

.next-row.next-row-align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch
}

.next-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.next-col.next-col-top {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start
}

.next-col.next-col-bottom {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end
}

.next-col.next-col-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center
}

.next-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    -webkit-flex: 0 0 4.16667%
}

.next-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%
}

.next-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    -webkit-flex: 0 0 12.5%
}

.next-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%
}

.next-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    -webkit-flex: 0 0 20.83333%
}

.next-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%
}

.next-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    -webkit-flex: 0 0 29.16667%
}

.next-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%
}

.next-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    -webkit-flex: 0 0 37.5%
}

.next-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%
}

.next-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    -webkit-flex: 0 0 45.83333%
}

.next-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%
}

.next-col-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    -webkit-flex: 0 0 54.16667%
}

.next-col-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%
}

.next-col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    -webkit-flex: 0 0 62.5%
}

.next-col-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%
}

.next-col-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    -webkit-flex: 0 0 70.83333%
}

.next-col-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%
}

.next-col-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    -webkit-flex: 0 0 79.16667%
}

.next-col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%
}

.next-col-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    -webkit-flex: 0 0 87.5%
}

.next-col-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%
}

.next-col-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    -webkit-flex: 0 0 95.83333%
}

.next-col-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%
}

@media (min-width: 320px) {
    .next-col-xxs-1 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 4.16667%;
        -webkit-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-xxs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        -webkit-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-xxs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-xxs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        -webkit-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-xxs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        -webkit-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-xxs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-xxs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        -webkit-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-xxs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        -webkit-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-xxs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-xxs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        -webkit-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-xxs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        -webkit-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-xxs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-xxs-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        -webkit-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-xxs-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        -webkit-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-xxs-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-xxs-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        -webkit-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-xxs-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        -webkit-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-xxs-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-xxs-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        -webkit-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-xxs-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        -webkit-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-xxs-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-xxs-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        -webkit-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-xxs-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        -webkit-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-xxs-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 480px) {
    .next-col-xs-1 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 4.16667%;
        -webkit-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        -webkit-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        -webkit-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        -webkit-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        -webkit-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        -webkit-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        -webkit-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        -webkit-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-xs-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        -webkit-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-xs-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        -webkit-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-xs-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-xs-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        -webkit-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-xs-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        -webkit-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-xs-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-xs-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        -webkit-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-xs-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        -webkit-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-xs-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-xs-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        -webkit-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-xs-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        -webkit-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-xs-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 720px) {
    .next-col-s-1 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 4.16667%;
        -webkit-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-s-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        -webkit-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-s-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-s-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        -webkit-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-s-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        -webkit-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-s-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-s-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        -webkit-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-s-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        -webkit-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-s-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-s-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        -webkit-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-s-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        -webkit-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-s-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-s-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        -webkit-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-s-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        -webkit-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-s-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-s-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        -webkit-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-s-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        -webkit-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-s-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-s-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        -webkit-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-s-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        -webkit-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-s-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-s-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        -webkit-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-s-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        -webkit-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-s-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 990px) {
    .next-col-m-1 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 4.16667%;
        -webkit-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-m-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        -webkit-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-m-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-m-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        -webkit-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-m-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        -webkit-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-m-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-m-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        -webkit-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-m-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        -webkit-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-m-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-m-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        -webkit-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-m-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        -webkit-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-m-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-m-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        -webkit-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-m-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        -webkit-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-m-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-m-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        -webkit-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-m-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        -webkit-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-m-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-m-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        -webkit-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-m-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        -webkit-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-m-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-m-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        -webkit-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-m-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        -webkit-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-m-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .next-col-l-1 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 4.16667%;
        -webkit-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-l-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        -webkit-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-l-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-l-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        -webkit-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-l-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        -webkit-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-l-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-l-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        -webkit-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-l-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        -webkit-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-l-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-l-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        -webkit-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-l-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        -webkit-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-l-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-l-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        -webkit-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-l-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        -webkit-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-l-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-l-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        -webkit-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-l-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        -webkit-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-l-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-l-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        -webkit-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-l-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        -webkit-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-l-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-l-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        -webkit-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-l-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        -webkit-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-l-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1500px) {
    .next-col-xl-1 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 4.16667%;
        -webkit-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        -webkit-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        -webkit-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        -webkit-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        -webkit-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        -webkit-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        -webkit-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        -webkit-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-xl-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        -webkit-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-xl-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        -webkit-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-xl-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-xl-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        -webkit-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-xl-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        -webkit-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-xl-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-xl-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        -webkit-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        -webkit-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-xl-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-xl-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        -webkit-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-xl-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        -webkit-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-xl-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.next-col-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%
}

.next-col-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    -webkit-flex: 0 0 40%
}

.next-col-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    -webkit-flex: 0 0 60%
}

.next-col-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    -webkit-flex: 0 0 80%
}

.next-col-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%
}

@media (min-width: 320px) {
    .next-col-xxs-1p5 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-xxs-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-xxs-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-xxs-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-xxs-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 480px) {
    .next-col-xs-1p5 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-xs-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-xs-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-xs-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-xs-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 720px) {
    .next-col-s-1p5 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-s-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-s-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-s-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-s-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 990px) {
    .next-col-m-1p5 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-m-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-m-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-m-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-m-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .next-col-l-1p5 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-l-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-l-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-l-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-l-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1500px) {
    .next-col-xl-1p5 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-xl-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-xl-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-xl-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-xl-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.next-col-fixed-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    -webkit-flex: 0 0 20px
}

.next-col-fixed-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    -webkit-flex: 0 0 40px
}

.next-col-fixed-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    -webkit-flex: 0 0 60px
}

.next-col-fixed-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    -webkit-flex: 0 0 80px
}

.next-col-fixed-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    -webkit-flex: 0 0 100px
}

.next-col-fixed-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    -webkit-flex: 0 0 120px
}

.next-col-fixed-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    -webkit-flex: 0 0 140px
}

.next-col-fixed-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    -webkit-flex: 0 0 160px
}

.next-col-fixed-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    -webkit-flex: 0 0 180px
}

.next-col-fixed-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    -webkit-flex: 0 0 200px
}

.next-col-fixed-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    -webkit-flex: 0 0 220px
}

.next-col-fixed-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    -webkit-flex: 0 0 240px
}

.next-col-fixed-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    -webkit-flex: 0 0 260px
}

.next-col-fixed-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    -webkit-flex: 0 0 280px
}

.next-col-fixed-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    -webkit-flex: 0 0 300px
}

.next-col-fixed-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    -webkit-flex: 0 0 320px
}

.next-col-fixed-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    -webkit-flex: 0 0 340px
}

.next-col-fixed-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    -webkit-flex: 0 0 360px
}

.next-col-fixed-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    -webkit-flex: 0 0 380px
}

.next-col-fixed-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    -webkit-flex: 0 0 400px
}

.next-col-fixed-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    -webkit-flex: 0 0 420px
}

.next-col-fixed-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 440px;
    -webkit-flex: 0 0 440px
}

.next-col-fixed-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    -webkit-flex: 0 0 460px
}

.next-col-fixed-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    -webkit-flex: 0 0 480px
}

.next-col-fixed-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    -webkit-flex: 0 0 500px
}

.next-col-fixed-26 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    -webkit-flex: 0 0 520px
}

.next-col-fixed-27 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    -webkit-flex: 0 0 540px
}

.next-col-fixed-28 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    -webkit-flex: 0 0 560px
}

.next-col-fixed-29 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 580px;
    -webkit-flex: 0 0 580px
}

.next-col-fixed-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    -webkit-flex: 0 0 600px
}

@media (min-width: 320px) {
    .next-col-xxs-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-xxs-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-xxs-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-xxs-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-xxs-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-xxs-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-xxs-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-xxs-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-xxs-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-xxs-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-xxs-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-xxs-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-xxs-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-xxs-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-xxs-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-xxs-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-xxs-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-xxs-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-xxs-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-xxs-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-xxs-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-xxs-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-xxs-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-xxs-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

@media (min-width: 480px) {
    .next-col-xs-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-xs-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-xs-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-xs-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-xs-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-xs-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-xs-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-xs-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-xs-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-xs-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-xs-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-xs-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-xs-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-xs-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-xs-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-xs-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-xs-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-xs-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-xs-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-xs-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-xs-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-xs-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-xs-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-xs-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

@media (min-width: 720px) {
    .next-col-s-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-s-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-s-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-s-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-s-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-s-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-s-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-s-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-s-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-s-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-s-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-s-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-s-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-s-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-s-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-s-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-s-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-s-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-s-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-s-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-s-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-s-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-s-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-s-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

@media (min-width: 990px) {
    .next-col-m-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-m-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-m-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-m-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-m-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-m-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-m-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-m-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-m-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-m-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-m-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-m-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-m-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-m-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-m-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-m-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-m-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-m-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-m-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-m-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-m-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-m-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-m-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-m-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

@media (min-width: 1200px) {
    .next-col-l-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-l-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-l-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-l-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-l-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-l-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-l-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-l-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-l-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-l-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-l-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-l-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-l-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-l-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-l-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-l-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-l-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-l-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-l-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-l-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-l-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-l-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-l-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-l-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

@media (min-width: 1500px) {
    .next-col-xl-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-xl-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-xl-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-xl-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-xl-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-xl-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-xl-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-xl-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-xl-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-xl-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-xl-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-xl-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-xl-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-xl-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-xl-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-xl-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-xl-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-xl-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-xl-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-xl-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-xl-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-xl-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-xl-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-xl-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

.next-responsive-grid,.next-responsive-grid *,.next-responsive-grid :after,.next-responsive-grid :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-form,.next-form *,.next-form :after,.next-form :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-form-responsive-grid .next-form-item-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.next-form-responsive-grid .next-form-item.next-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.next-form-responsive-grid.next-small .next-responsive-grid {
    grid-gap: 16px;
    grid-gap: var(--s-4,16px)
}

.next-form-responsive-grid.next-medium .next-responsive-grid {
    grid-gap: 20px;
    grid-gap: var(--s-5,20px)
}

.next-form-responsive-grid.next-large .next-responsive-grid {
    grid-gap: 12px;
    grid-gap: var(--s-3,12px)
}

.next-form-item-control>.next-input,.next-form-item-control>.next-input-group,.next-form-item-fullwidth .next-form-item-control>.next-date-picker,.next-form-item-fullwidth .next-form-item-control>.next-input,.next-form-item-fullwidth .next-form-item-control>.next-input-group,.next-form-item-fullwidth .next-form-item-control>.next-month-picker,.next-form-item-fullwidth .next-form-item-control>.next-range-picker,.next-form-item-fullwidth .next-form-item-control>.next-select,.next-form-item-fullwidth .next-form-item-control>.next-time-picker,.next-form-item-fullwidth .next-form-item-control>.next-year-picker {
    width: 100%
}

.next-form-item-help {
    color: var(--form-help-color,grey)
}

@media screen and (min-width: 0\0) and (min-resolution:0.001dpcm) {
    .next-form-item.next-left>.next-form-item-label,.next-form.next-inline .next-form-item.next-left .next-form-item-control {
        display:table-cell
    }
}

.next-avatar {
    -webkit-border-radius: 50%
}

.next-avatar-string {
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center
}

.next-avatar-large {
    -webkit-border-radius: 50%
}

.next-avatar-large-string {
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center
}

.next-avatar-small {
    -webkit-border-radius: 50%
}

.next-avatar-small-string {
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center
}

.next-avatar-square {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-select,.next-select *,.next-select :after,.next-select :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-select-trigger {
    -webkit-transition: all .1s linear
}

.next-select-trigger .next-input-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto
}

.next-select-trigger .next-select-values {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0;
    flex: 1 1 0
}

.next-select-trigger .next-input-control {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto
}

.next-select-single .next-select-values,.next-select .next-select-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex
}

.next-select-multiple .next-input,.next-select-tag .next-input {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start
}

.next-select.next-active .next-select-arrow .next-icon-arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.next-select-arrow {
    -webkit-transition: all .1s linear
}

.next-select-popup-wrap {
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: ease
}

.next-select-menu-wrapper {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .next-select-multiple .next-select-compact .next-select-tag-compact {
        background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 10px);
        background: linear-gradient(90deg,hsla(0,0%,100%,0),var(--input-bg-color,#fff) 10px)
    }

    .next-select-multiple .next-disabled .next-select-tag-compact {
        background: linear-gradient(90deg,hsla(0,0%,100%,0),#f7f7f7 10px);
        background: linear-gradient(90deg,hsla(0,0%,100%,0),var(--color-fill-2,#f7f7f7) 10px)
    }
}

.next-list-footer {
    color: var(--list-content-color,#696969)
}

.next-list-item {
    color: var(--list-content-color,#696969)
}

.next-list-item,.next-list-item-extra,.next-list-item-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.next-list-item-extra,.next-list-item-media {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    -webkit-justify-content: flex-start
}

.next-list-item-content,.next-list-item-extra,.next-list-item-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column
}

.next-list-item-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-justify-content: center
}

.next-menu-btn {
    -webkit-box-shadow: none
}

.next-menu-btn .next-icon {
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

.next-menu-btn-symbol-unfold:before,.next-menu-btn.next-expand .next-menu-btn-arrow:before {
    content: "\e625"
}

.next-menu-btn.next-btn-normal .next-menu-btn-arrow {
    color: var(--menu-btn-pure-text-normal-icon-color,grey)
}

.next-menu-btn.next-btn-secondary.next-btn-text:hover .next-menu-btn-arrow,.next-menu-btn.next-btn-secondary .next-menu-btn-arrow,.next-menu-btn.next-btn-secondary:hover .next-menu-btn-arrow {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-menu-btn.next-btn-primary .next-menu-btn-arrow,.next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow,.next-menu-btn.next-btn-ghost.next-btn-dark:hover .next-menu-btn-arrow {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-menu-btn.disabled .next-menu-btn-arrow,.next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow,.next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow,.next-menu-btn[disabled] .next-menu-btn-arrow {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-nav {
    -webkit-border-radius: 0
}

.next-nav,.next-nav *,.next-nav :after,.next-nav :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-nav-item .next-menu-item-text>span,.next-nav-item .next-nav-group-label>span {
    -webkit-transition: opacity .1s linear
}

.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-menu-hoz-icon-arrow.next-icon,.next-nav-item .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,.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:hover .next-menu-hoz-icon-arrow.next-icon,.next-nav-item:hover .next-menu-icon-arrow.next-icon {
    -webkit-transform-origin: center 50%;
    -ms-transform-origin: center 50%
}

.next-nav.next-active .next-nav-item:before {
    -webkit-transition: all .3s ease
}

.next-nav.next-hoz .next-menu-item.next-nav-item {
    -webkit-border-radius: 0;
    -webkit-border-radius: var(--corner-zero,0)
}

.next-nav.next-ver {
    -webkit-transition: width .3s ease
}

.next-nav.next-ver .next-menu-item.next-nav-item {
    -webkit-border-radius: 0;
    -webkit-border-radius: var(--corner-zero,0)
}

.next-nav.next-primary {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    -webkit-box-shadow: var(--nav-primary-shadow,0 3px 8px 0 rgba(0,0,0,.18))
}

.next-nav.next-primary .next-menu-sub-menu .next-menu-item,.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: #3a3c4b;
    background: var(--color-other-1,#3a3c4b);
    color: #fff;
    color: var(--color-white,#fff)
}

.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-icon-selected,.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-arrow,.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-selected {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-nav.next-secondary {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    -webkit-box-shadow: var(--nav-secondary-shadow,0 3px 8px 0 rgba(0,0,0,.18))
}

.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-focused,.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected,.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item,.next-nav.next-secondary .next-menu-sub-menu .next-menu-item:hover {
    background: #003263;
    background: var(--color-brand1-9,#003263);
    color: #fff;
    color: var(--color-white,#fff)
}

.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-icon-selected,.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-arrow,.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-selected {
    color: #f0f7ff;
    color: var(--color-brand1-1,#f0f7ff)
}

.next-nav.next-normal {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-nav.next-normal,.next-nav.next-normal .next-nav-item.next-menu-item {
    color: var(--nav-normal-text-color,#696969)
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened,.next-nav.next-normal .next-nav-item.next-menu-item.next-opened,.next-nav.next-normal .next-nav-item.next-menu-item.next-opened.next-nav-popup {
    color: var(--nav-normal-item-opened-text-color,#696969)
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item {
    color: var(--nav-normal-sub-nav-text-color,#696969)
}

.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-icon-selected,.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-arrow,.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-selected {
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-nav.next-line {
    -webkit-box-shadow: none
}

.next-nav.next-line .next-nav-item.next-menu-item:before,.next-nav.next-line .next-nav-item.next-menu-item:hover:before {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused,.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected,.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item,.next-nav.next-line .next-menu-sub-menu .next-menu-item:hover {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.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-icon-selected,.next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-arrow,.next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-selected {
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon {
    -webkit-transform-origin: center 50%;
    -ms-transform-origin: center 50%;
    -webkit-transition: all .1s linear
}

.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.next-nav-embeddable.next-normal,.next-nav-embeddable.next-primary,.next-nav-embeddable.next-secondary {
    -webkit-box-shadow: none
}

.next-number-picker,.next-number-picker *,.next-number-picker :after,.next-number-picker :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-number-picker .next-btn {
    -webkit-box-shadow: none!important
}

.next-number-picker-normal .next-btn:first-child {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 0
}

.next-number-picker-normal .next-btn:last-child {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0
}

.next-number-picker-normal .next-number-picker-handler {
    -webkit-transition: opacity .1s linear
}

.next-number-picker-normal.next-small .next-btn:first-child {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--corner-1,2px)
}

.next-number-picker-normal.next-small .next-btn:last-child {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--corner-1,2px)
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution:0.001dpcm) {
    .next-number-picker-normal.next-small .next-icon {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    .next-number-picker-normal.next-small .next-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-number-picker-normal.next-medium .next-btn:first-child {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--corner-1,2px)
}

.next-number-picker-normal.next-medium .next-btn:last-child {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--corner-1,2px)
}

.next-number-picker-normal.next-large .next-btn:first-child {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--corner-1,2px)
}

.next-number-picker-normal.next-large .next-btn:last-child {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--corner-1,2px)
}

.next-number-picker-inline.next-small .next-before .next-btn {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: var(--corner-1,2px);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: var(--corner-1,2px)
}

.next-number-picker-inline.next-small .next-after .next-btn {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--corner-1,2px);
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--corner-1,2px)
}

.next-number-picker-inline.next-medium .next-before .next-btn {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: var(--corner-2,4px);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: var(--corner-2,4px)
}

.next-number-picker-inline.next-medium .next-after .next-btn {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: var(--corner-2,4px);
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: var(--corner-2,4px)
}

.next-number-picker-inline.next-large .next-before .next-btn {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: var(--corner-2,4px);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: var(--corner-2,4px)
}

.next-number-picker-inline.next-large .next-after .next-btn {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: var(--corner-2,4px);
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: var(--corner-2,4px)
}

@-moz-document url-prefix() {
    .next-number-picker-normal.next-small .next-number-picker-handler {
        height: 22px;
        height: calc(var(--s-6,24px) - 2px)
    }

    .next-number-picker-normal.next-medium .next-number-picker-handler {
        height: 30px;
        height: calc(var(--s-8,32px) - 2px)
    }

    .next-number-picker-normal.next-large .next-number-picker-handler {
        height: 34px;
        height: calc(var(--s-9,36px) - 2px)
    }
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child {
    -webkit-border-top-right-radius: 0
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-large,.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-medium,.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-small {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-left-radius: var(--corner-1,2px);
    border-top-left-radius: var(--corner-1,2px)
}

.next-number-picker-normal[dir=rtl] .next-btn:last-child {
    -webkit-border-bottom-right-radius: 0
}

.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-large,.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-medium,.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-small {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: var(--corner-1,2px);
    border-bottom-left-radius: var(--corner-1,2px)
}

.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-small {
    -webkit-border-bottom-right-radius: 2px!important;
    -webkit-border-bottom-right-radius: var(--corner-1,2px)!important;
    -webkit-border-top-right-radius: 2px!important;
    -webkit-border-top-right-radius: var(--corner-1,2px)!important
}

.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-large,.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-medium {
    -webkit-border-bottom-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
    -webkit-border-bottom-right-radius: var(--corner-2,4px)!important;
    border-bottom-right-radius: var(--corner-2,4px)!important;
    -webkit-border-top-right-radius: 4px!important;
    border-top-right-radius: 4px!important;
    -webkit-border-top-right-radius: var(--corner-2,4px)!important;
    border-top-right-radius: var(--corner-2,4px)!important
}

.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-small {
    -webkit-border-bottom-left-radius: 2px!important;
    -webkit-border-bottom-left-radius: var(--corner-1,2px)!important;
    -webkit-border-top-left-radius: 2px!important;
    -webkit-border-top-left-radius: var(--corner-1,2px)!important
}

.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-large,.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-medium {
    -webkit-border-bottom-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
    -webkit-border-bottom-left-radius: var(--corner-2,4px)!important;
    border-bottom-left-radius: var(--corner-2,4px)!important;
    -webkit-border-top-left-radius: 4px!important;
    border-top-left-radius: 4px!important;
    -webkit-border-top-left-radius: var(--corner-2,4px)!important;
    border-top-left-radius: var(--corner-2,4px)!important
}

.next-pagination[dir=rtl].next-end .next-pagination-pages,.next-pagination[dir=rtl].next-start .next-pagination-size-selector {
    float: right
}

.next-pagination[dir=rtl].next-small .next-pagination-item {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-pagination[dir=rtl].next-small .next-pagination-display,.next-pagination[dir=rtl].next-small .next-pagination-display em,.next-pagination[dir=rtl].next-small .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-pagination[dir=rtl].next-small .next-pagination-item.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-small .next-pagination-item.next-prev:not([disabled]) i {
    color: var(--pagination-arrow-color,grey)
}

.next-pagination[dir=rtl].next-medium .next-pagination-item {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-display,.next-pagination[dir=rtl].next-medium .next-pagination-display em,.next-pagination[dir=rtl].next-medium .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-item.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-medium .next-pagination-item.next-prev:not([disabled]) i {
    color: var(--pagination-arrow-color,grey)
}

.next-pagination[dir=rtl].next-large .next-pagination-item {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-pagination[dir=rtl].next-large .next-pagination-display,.next-pagination[dir=rtl].next-large .next-pagination-display em,.next-pagination[dir=rtl].next-large .next-pagination-jump-text {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px)
}

.next-pagination[dir=rtl].next-large .next-pagination-item.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-large .next-pagination-item.next-prev:not([disabled]) i {
    color: var(--pagination-arrow-color,grey)
}

.next-pagination,.next-pagination *,.next-pagination :after,.next-pagination :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-pagination .next-pagination-item:not([disabled]) {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none);
    color: var(--pagination-item-color,#696969)
}

.next-pagination .next-pagination-item {
    -webkit-transition: none
}

.next-pagination .next-pagination-item.next-current,.next-pagination .next-pagination-item.next-current:focus,.next-pagination .next-pagination-item.next-current:hover {
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-pagination-ellipsis {
    color: var(--pagination-ellipsis-color,#696969)
}

.next-pagination-display {
    color: var(--pagination-total-color,#696969)
}

.next-pagination-display em {
    color: var(--pagination-current-color,#696969)
}

.next-pagination-jump-text {
    color: var(--pagination-jump-color,#696969)
}

.next-pagination-size-selector-btn.next-btn-text {
    -webkit-border-radius: 0
}

.next-pagination.next-small .next-pagination-item {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i,.next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i {
    color: var(--pagination-arrow-color,grey)
}

.next-pagination.next-small.next-no-border .next-pagination-item.next-next,.next-pagination.next-small.next-no-border .next-pagination-item.next-prev {
    -webkit-box-shadow: none
}

.next-pagination.next-medium .next-pagination-item {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i,.next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i {
    color: var(--pagination-arrow-color,grey)
}

.next-pagination.next-medium.next-no-border .next-pagination-item.next-next,.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev {
    -webkit-box-shadow: none
}

.next-pagination.next-large .next-pagination-item {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i,.next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i {
    color: var(--pagination-arrow-color,grey)
}

.next-pagination.next-large.next-no-border .next-pagination-item.next-next,.next-pagination.next-large.next-no-border .next-pagination-item.next-prev {
    -webkit-box-shadow: none
}

.next-progress-circle[dir=rtl] .next-progress-circle-container {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1)
}

.next-progress-line,.next-progress-line *,.next-progress-line :after,.next-progress-line :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-progress-line-overlay {
    -webkit-transition: all .3s ease
}

.next-progress-line.next-small .next-progress-line-overlay,.next-progress-line.next-small .next-progress-line-underlay {
    -webkit-border-radius: 50px;
    -webkit-border-radius: var(--corner-3,50px)
}

.next-progress-line.next-medium .next-progress-line-overlay,.next-progress-line.next-medium .next-progress-line-underlay {
    -webkit-border-radius: 4px;
    -webkit-border-radius: var(--corner-2,4px)
}

.next-progress-line.next-large .next-progress-line-overlay,.next-progress-line.next-large .next-progress-line-underlay {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-border-radius: var(--corner-3,50px);
    border-radius: var(--corner-3,50px);
    height: 6px
}

.next-progress-line-show-border.next-small .next-progress-line-overlay,.next-progress-line-show-border.next-small .next-progress-line-underlay {
    -webkit-border-radius: 50px;
    -webkit-border-radius: var(--corner-3,50px)
}

.next-progress-line-show-border.next-medium .next-progress-line-overlay,.next-progress-line-show-border.next-medium .next-progress-line-underlay {
    -webkit-border-radius: 4px;
    -webkit-border-radius: var(--corner-2,4px)
}

.next-progress-line-show-border.next-large .next-progress-line-overlay,.next-progress-line-show-border.next-large .next-progress-line-underlay {
    -webkit-border-radius: 50px;
    -webkit-border-radius: var(--corner-3,50px)
}

.next-progress-circle,.next-progress-circle *,.next-progress-circle :after,.next-progress-circle :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-progress-circle-overlay {
    -webkit-transition: all .3s ease
}

.next-progress-circle-text {
    color: var(--progress-circle-text-color,grey);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.next-range {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column
}

.next-range,.next-range *,.next-range :after,.next-range :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-range .next-range-selected,.next-range .next-range-track {
    -webkit-border-radius: 50px;
    -webkit-border-radius: var(--corner-3,50px)
}

.next-range .next-range-scale .next-range-scale-item {
    -webkit-border-radius: 0;
    -webkit-border-radius: var(--corner-zero,0)
}

.next-range .next-range-slider {
    -webkit-border-radius: 50%
}

.next-range .next-range-slider-inner {
    border: 2px solid #0064c8;
    border: var(--line-2,2px) var(--line-solid,solid) var(--color-brand1-6,#0064c8);
    -webkit-border-radius: 50%;
    -webkit-transition: border-color .1s linear,-webkit-transform .1s linear;
    transition: border-color .1s linear,-webkit-transform .1s linear;
    transition: transform .1s linear,border-color .1s linear,-webkit-transform .1s linear
}

.next-range .next-range-frag.next-range-active .next-range-slider .next-range-slider-inner,.next-range .next-range-slider.next-range-slider-moving .next-range-slider-inner {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.next-range .next-range-mark .next-range-mark-text {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.next-range .next-range-slider-inner:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.next-range .next-range-mark .next-range-mark-text,.next-range .next-range-mark .next-range-mark-text.activated,.next-range .next-range-mark .next-range-mark-text.activated:hover,.next-range .next-range-mark .next-range-mark-text:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-range.disabled .next-range-slider-inner {
    -webkit-box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none
}

.next-range .next-range-track {
    height: 6px
}

.next-range .next-range-frag,.next-range .next-range-selected {
    height: 6px;
    height: var(--range-size-m-track-height,6px)
}

.next-range .next-range-slider {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: var(--range-size-m-slider-shadow,0 3px 8px 0 rgba(0,0,0,.06));
    height: 16px
}

.next-range .next-range-slider-inner {
    height: 16px
}

.next-range.simulation-hover>.next-range-slider-inner {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.next-range.simulation-click>.next-range-slider-inner {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.next-range[dir=rtl] .next-range-mark .next-range-mark-text {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%)
}

.next-rating-overlay .next-icon,.next-rating-underlay .next-icon {
    -webkit-transition: all .1s linear
}

.next-rating-overlay .next-icon.hover,.next-rating-underlay .next-icon.hover {
    -webkit-transform: scale3d(1.1,1.1,1.1)
}

.next-rating-overlay .next-icon.clicked,.next-rating-underlay .next-icon.clicked {
    -webkit-transform: scale3d(.9,.9,.9)
}

.next-rating-info:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.next-rating-grade-low.hover .next-rating-overlay .next-icon,.next-rating-grade-low .next-rating-overlay .next-icon {
    color: var(--rating-grade-low-overlay-color,grey)
}

.next-search-simple[dir=rtl].next-large .next-search-icon,.next-search-simple[dir=rtl].next-medium .next-search-icon {
    margin-left: 8px;
    margin-right: 0
}

.next-search-normal[dir=rtl] .next-search-left {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--corner-1,2px);
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--corner-1,2px)
}

.next-search-normal[dir=rtl] .next-search-btn.next-btn {
    -webkit-border-radius: 2px 0 0 2px!important;
    -webkit-border-radius: var(--corner-1,2px) 0 0 var(--corner-1,2px)!important
}

.next-search-normal[dir=rtl] .next-input {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-search-normal[dir=rtl].next-primary .next-input {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-top-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search-normal[dir=rtl].next-secondary .next-input {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-top-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search-normal[dir=rtl].next-normal .next-input {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-top-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search,.next-search *,.next-search :after,.next-search :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-search .next-input,.next-search .next-select {
    -webkit-box-shadow: none
}

.next-search .next-search-left {
    -webkit-transition: all .1s linear
}

.next-search .next-search-left-addon .next-input,.next-search .next-search-left-addon .next-select-trigger-search {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0
}

.next-search .next-search-left-addon+.next-search-input .next-input {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0
}

.next-search .next-search-btn {
    -webkit-box-shadow: none
}

.next-search-normal .next-search-left {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: var(--corner-1,2px);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: var(--corner-1,2px)
}

.next-search-normal .next-input {
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-border-radius: var(--corner-1,2px) 0 0 var(--corner-1,2px)
}

.next-search-normal .next-btn {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-search-normal.next-primary.next-large {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-primary.next-large .next-search-input input {
    line-height: 34px \0 ;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-primary.next-medium {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-primary.next-medium .next-search-input input {
    line-height: 30px \0 ;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-primary .next-input {
    -webkit-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search-normal.next-secondary .next-search-btn .next-icon,.next-search-normal.next-secondary .next-search-btn .next-icon:hover {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-secondary.next-large {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-secondary.next-large .next-search-input input {
    line-height: 34px \0 ;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-secondary.next-medium {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-secondary.next-medium .next-search-input input {
    line-height: 30px \0 ;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-secondary .next-input {
    -webkit-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search-normal.next-normal .next-search-btn {
    color: var(--search-normal-normal-btn-text-color,#696969)
}

.next-search-normal.next-normal .next-search-btn:hover {
    color: var(--search-normal-normal-btn-hover-text-color,#696969)
}

.next-search-normal.next-normal .next-search-btn .next-icon {
    color: var(--search-normal-normal-btn-text-color,#696969)
}

.next-search-normal.next-normal .next-search-btn .next-icon:hover {
    color: var(--search-normal-normal-btn-hover-text-color,#696969)
}

.next-search-normal.next-normal.next-large {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-normal.next-large .next-search-input input {
    line-height: 34px \0 ;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-normal.next-medium {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-normal.next-medium .next-search-input input {
    line-height: 30px \0 ;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-normal .next-input {
    -webkit-border-bottom-left-radius: 1px;
    -webkit-border-bottom-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search-normal.next-dark .next-search-btn,.next-search-normal.next-dark .next-search-btn:hover {
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-dark .next-search-btn .next-icon,.next-search-normal.next-dark .next-search-btn .next-icon:hover,.next-search-normal.next-dark .next-select-inner,.next-search-normal.next-dark input {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-dark.next-large {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-dark.next-large .next-search-input input {
    line-height: 34px \0 ;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-dark.next-medium {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-dark.next-medium .next-search-input input {
    line-height: 30px \0 ;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0
}

.next-search-simple {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-search-simple .next-search-icon {
    -webkit-transition: all .1s linear
}

.next-search-simple .next-input,.next-search-simple .next-search-left {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-search-simple.next-normal .next-search-icon {
    color: var(--search-simple-normal-icon-text-color,#696969)
}

.next-search-simple.next-dark.next-large .next-search-icon .next-icon-remote,.next-search-simple.next-dark.next-large .next-search-icon:before,.next-search-simple.next-dark.next-medium .next-search-icon .next-icon-remote,.next-search-simple.next-dark.next-medium .next-search-icon:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-slick {
    -ms-touch-action: pan-y;
    -webkit-user-select: none
}

.next-slick,.next-slick *,.next-slick :after,.next-slick :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-slick-list,.next-slick-track {
    -webkit-transform: translateZ(0)
}

.next-slick-arrow,.next-slick-slide {
    -webkit-transition: all .1s linear
}

.next-slick-arrow.inner,.next-slick-arrow.inner:focus,.next-slick-arrow.inner:hover {
    background: #000;
    background: var(--color-black,#000);
    color: #fff;
    color: var(--color-white,#fff);
    opacity: .2
}

.next-slick-arrow.outer {
    -webkit-border-radius: 0;
    -webkit-border-radius: var(--s-zero,0)
}

.next-slick-dots-item button {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%)
}

.next-slick-dots-item.active button {
    -webkit-animation: zoom .3s cubic-bezier(.86,0,.07,1)
}

.next-slick-dots.ver {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center
}

.next-split-btn-trigger .next-icon {
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

.next-split-btn-trigger.next-expand .next-split-btn-symbol-fold {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled) .next-icon {
    color: var(--split-btn-trigger-normal-icon-color,grey)
}

.next-step,.next-step *,.next-step:after,.next-step :after,.next-step:before,.next-step :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-step-item-node {
    -webkit-transition: all .1s linear
}

.next-step-item-node.clicked {
    -webkit-transform: scale3d(.8,.8,.8)
}

.next-step-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.next-step-arrow .next-step-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle,.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #e5e5e5;
    background: var(--color-fill1-3,#e5e5e5);
    border-color: #000
}

.next-step-arrow>.next-step-item-wait .next-step-item-content,.next-step-arrow>.next-step-item-wait .next-step-item-title {
    color: #696969;
    color: var(--color-text1-2,#696969);
    word-break: break-word
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-arrow>.next-step-item-wait:before {
    border-width: calc(var(--s-8,32px)/2);
    border-left: calc(var(--s-8,32px)/2) solid transparent
}

.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node-circle,.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #000
}

.next-step-arrow>.next-step-item-process .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-arrow>.next-step-item-process .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-arrow>.next-step-item-process:before {
    border-width: calc(var(--s-8,32px)/2);
    border-left: calc(var(--s-8,32px)/2) solid transparent
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle,.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #f0f7ff;
    background: var(--color-brand1-1,#f0f7ff);
    border-color: #000
}

.next-step-arrow>.next-step-item-finish .next-step-item-content,.next-step-arrow>.next-step-item-finish .next-step-item-title {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    word-break: break-word
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-arrow>.next-step-item-finish:before {
    border-width: calc(var(--s-8,32px)/2);
    border-left: calc(var(--s-8,32px)/2) solid transparent
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle,.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--color-fill1-1,#fff);
    border-color: #000
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-arrow .next-step-item-disabled:before {
    border-width: calc(var(--s-8,32px)/2);
    border-left: calc(var(--s-8,32px)/2) solid transparent
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node {
    color: var(--step-circle-item-node-wait-color,#696969)
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle,.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #e5e5e5;
    background: var(--step-circle-item-node-wait-background,#e5e5e5);
    border-color: #e5e5e5;
    border-color: var(--step-circle-item-node-wait-border-color,#e5e5e5)
}

.next-step-circle>.next-step-item-wait .next-step-item-content,.next-step-circle>.next-step-item-wait .next-step-item-title {
    color: #696969;
    color: var(--color-text1-2,#696969);
    word-break: break-word
}

.next-step-circle>.next-step-item-wait .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-circle>.next-step-item-wait .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node-circle,.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-step-circle>.next-step-item-process .next-step-item-content,.next-step-circle>.next-step-item-process .next-step-item-title {
    color: #333;
    color: var(--step-circle-item-title-process-color,#333);
    word-break: break-word
}

.next-step-circle>.next-step-item-process .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-circle>.next-step-item-process .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle,.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #cae3fd;
    background: var(--color-brand1-2,#cae3fd);
    border-color: #cae3fd;
    border-color: var(--step-circle-item-node-finish-border-color,#cae3fd)
}

.next-step-circle>.next-step-item-finish .next-step-item-content,.next-step-circle>.next-step-item-finish .next-step-item-title {
    color: #696969;
    color: var(--step-circle-item-title-finish-color,#696969);
    word-break: break-word
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle,.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--step-circle-item-node-disabled-background,#fff);
    border-color: #e5e5e5;
    border-color: var(--step-circle-item-node-disabled-border-color,#e5e5e5)
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-circle.next-step-horizontal>.next-step-item .next-step-item-content,.next-step-circle.next-step-horizontal>.next-step-item .next-step-item-title {
    white-space: normal
}

.next-step-circle.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    -webkit-transition: all .1s linear
}

.next-step-circle.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    -webkit-transition: all .1s linear
}

.next-step-circle.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    -webkit-transition: all .1s linear
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    -webkit-transition: all .1s linear
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item {
    vertical-align: unset
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle,.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--step-dot-item-node-wait-background,#fff);
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5)
}

.next-step-dot>.next-step-item-wait .next-step-item-content,.next-step-dot>.next-step-item-wait .next-step-item-title {
    color: #333;
    color: var(--color-text1-3,#333);
    word-break: break-word
}

.next-step-dot>.next-step-item-wait .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-dot>.next-step-item-wait .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-dot>.next-step-item-wait .next-step-item-node-dot {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node-circle,.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-step-dot>.next-step-item-process .next-step-item-content,.next-step-dot>.next-step-item-process .next-step-item-title {
    color: #1a1a1a;
    color: var(--step-dot-item-title-process-color,#1a1a1a);
    word-break: break-word
}

.next-step-dot>.next-step-item-process .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-dot>.next-step-item-process .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-dot>.next-step-item-process .next-step-item-node-dot {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle,.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--step-dot-item-node-finish-background,#fff);
    border-color: #0064c8;
    border-color: var(--step-dot-item-node-finish-border-color,#0064c8)
}

.next-step-dot>.next-step-item-finish .next-step-item-content,.next-step-dot>.next-step-item-finish .next-step-item-title {
    color: #333;
    color: var(--step-dot-item-title-finish-color,#333);
    word-break: break-word
}

.next-step-dot>.next-step-item-finish .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-dot>.next-step-item-finish .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-dot>.next-step-item-finish .next-step-item-node-dot {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle,.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--step-dot-item-node-disabled-background,#fff);
    border-color: #d9d9d9;
    border-color: var(--step-dot-item-node-disabled-border-color,#d9d9d9)
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .1s linear
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear
}

.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
    -webkit-border-radius: 50%;
    -webkit-border-radius: var(--corner-circle,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot.next-step-horizontal>.next-step-item .next-step-item-content,.next-step-dot.next-step-horizontal>.next-step-item .next-step-item-title {
    white-space: normal
}

.next-step-dot.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    -webkit-transition: all .1s linear
}

.next-step-dot.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    -webkit-transition: all .1s linear
}

.next-step-dot.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    -webkit-transition: all .1s linear
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    -webkit-transition: all .1s linear
}

.next-step-arrow[dir=rtl]>.next-step-item-wait:before {
    border-width: calc(var(--s-8,32px)/2);
    border-right: calc(var(--s-8,32px)/2) solid transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-process:before {
    border-width: calc(var(--s-8,32px)/2);
    border-right: calc(var(--s-8,32px)/2) solid transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-finish:before {
    border-width: calc(var(--s-8,32px)/2);
    border-right: calc(var(--s-8,32px)/2) solid transparent
}

.next-step-arrow[dir=rtl] .next-step-item-disabled:before {
    border-width: calc(var(--s-8,32px)/2);
    border-right: calc(var(--s-8,32px)/2) solid transparent
}

.next-step-circle[dir=rtl] .next-step-item-disabled .next-step-item-node-dot,.next-step-circle[dir=rtl]>.next-step-item-finish .next-step-item-node-dot,.next-step-circle[dir=rtl]>.next-step-item-process .next-step-item-node-dot,.next-step-circle[dir=rtl]>.next-step-item-wait .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-disabled>.next-step-item-body,.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-finish>.next-step-item-body,.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-process>.next-step-item-body,.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    left: auto;
    right: -28px;
    right: calc(0px - var(--s-24,96px)/2 + var(--step-circle-item-node-process-size, 24px)/2 + var(--s-2,8px)*2/2)
}

.next-step-dot[dir=rtl] .next-step-item-disabled .next-step-item-node-dot,.next-step-dot[dir=rtl]>.next-step-item-finish .next-step-item-node-dot,.next-step-dot[dir=rtl]>.next-step-item-process .next-step-item-node-dot,.next-step-dot[dir=rtl]>.next-step-item-wait .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-disabled>.next-step-item-body,.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-finish>.next-step-item-body,.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-process>.next-step-item-body,.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    left: auto;
    right: -36px;
    right: calc(0px - var(--s-25,100px)/2 + var(--s-3,12px)/2 + var(--s-2,8px)*2/2)
}

.next-switch:after[dir=rtl] {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transition: all .1s linear
}

.next-switch-medium[dir=rtl]:after,.next-switch-small[dir=rtl]:after {
    right: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.next-switch-on[disabled][dir=rtl]:after {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-switch-off[dir=rtl]:after {
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: var(--switch-rtl-on-shadow,0 0 8px 0 rgba(0,0,0,.06));
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0)
}

.next-switch-off.next-switch-small[dir=rtl]>.next-switch-children,.next-switch-off[dir=rtl]>.next-switch-children {
    right: auto
}

.next-switch {
    -webkit-transition: background .1s cubic-bezier(.4,0,.2,1),border-color .1s cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none
}

.next-switch,.next-switch *,.next-switch :after,.next-switch :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-switch-btn {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transition: all .15s cubic-bezier(.4,0,.2,1)
}

.next-switch-loading .next-icon-loading {
    -webkit-transform: translate(0);
    -webkit-transform: translate(0,0);
    -webkit-transform: translate(calc(0px - var(--line-zero,0px)),calc(0px - var(--line-zero,0px)));
    -ms-transform: translate(0);
    -ms-transform: translate(0,0);
    -ms-transform: translate(calc(0px - var(--line-zero,0px)),calc(0px - var(--line-zero,0px)));
    transform: translate(0,0)
}

.next-switch-medium {
    -webkit-border-radius: 50px;
    -webkit-border-radius: var(--corner-3,50px)
}

.next-switch-medium>.next-switch-btn {
    -webkit-border-radius: 500px;
    -webkit-border-radius: var(--corner-semicircle,500px);
    -webkit-box-sizing: border-box
}

.next-switch-small {
    -webkit-border-radius: 50px;
    -webkit-border-radius: var(--corner-3,50px)
}

.next-switch-small>.next-switch-btn {
    -webkit-border-radius: 500px;
    -webkit-border-radius: var(--corner-semicircle,500px);
    -webkit-box-sizing: border-box
}

.next-switch-on .next-switch-btn {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-switch-on[disabled] .next-switch-btn {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-switch-off .next-switch-btn {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-switch-off.hover .next-switch-btn,.next-switch-off .next-switch-btn,.next-switch-off:focus .next-switch-btn,.next-switch-off:hover .next-switch-btn {
    background-color: #fff;
    background-color: var(--color-white,#fff)
}

.next-switch-off[disabled] .next-switch-btn {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: var(--switch-off-shadow,0 3px 8px 0 rgba(0,0,0,.06))
}

.next-tabs,.next-tabs *,.next-tabs :after,.next-tabs :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-tabs-nav {
    -webkit-transition: all .3s ease
}

.next-tabs-nav-appear,.next-tabs-nav-enter {
    -webkit-animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both
}

.next-tabs-nav-leave {
    -webkit-animation: fadeOutLeft .2s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both
}

.next-tabs-nav.next-disable-animation .next-tabs-tab:before {
    -webkit-transition: none
}

.next-tabs-tab {
    -webkit-transition: all .1s linear
}

.next-tabs-tab:before {
    -webkit-transition: all .3s ease
}

.next-tabs-tab .next-tabs-tab-close,.next-tabs-tab .next-tabs-tab-close:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tabs-btn-down.active,.next-tabs-btn-down.hover,.next-tabs-btn-down:active,.next-tabs-btn-down:focus,.next-tabs-btn-down:hover,.next-tabs-btn-next.active,.next-tabs-btn-next.hover,.next-tabs-btn-next:active,.next-tabs-btn-next:focus,.next-tabs-btn-next:hover,.next-tabs-btn-prev.active,.next-tabs-btn-prev.hover,.next-tabs-btn-prev:active,.next-tabs-btn-prev:focus,.next-tabs-btn-prev:hover {
    background: transparent;
    border-color: transparent;
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    text-decoration: none
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution:0.001dpcm) {
    .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
    -webkit-border-radius: 0
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab .next-tabs-tab-close,.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close,.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar,.next-tabs-wrapped>.next-tabs-content {
    position: relative
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-nav-extra {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab {
    -webkit-border-radius: 0 0 0 0;
    -webkit-border-radius: var(--corner-zero,0) var(--corner-zero,0) 0 0
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab:before {
    -webkit-border-radius: 0;
    -webkit-border-radius: var(--corner-zero,0)
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar:before {
    -webkit-transform: translateY(0);
    -webkit-transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 0px)));
    -ms-transform: translateY(0);
    -ms-transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 0px)))
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-nav-extra {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab {
    -webkit-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 var(--corner-zero,0) var(--corner-zero,0)
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab:before {
    -webkit-border-radius: 0;
    -webkit-border-radius: var(--corner-zero,0)
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab {
    -webkit-border-radius: 0 0 0 0;
    -webkit-border-radius: var(--corner-zero,0) 0 0 var(--corner-zero,0)
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab:before {
    -webkit-border-radius: 0;
    -webkit-border-radius: var(--corner-zero,0)
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab {
    -webkit-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 var(--corner-zero,0) var(--corner-zero,0) 0
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab:before {
    -webkit-border-radius: 0;
    -webkit-border-radius: var(--corner-zero,0)
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab {
    -webkit-transition: background-color .1s linear
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:first-child {
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-border-radius: var(--corner-1,2px) 0 0 var(--corner-1,2px)
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:last-child {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active,.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:last-child {
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--tab-capsule-tab-border-line-color,#e5e5e5)
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-extra {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-nav-extra {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.next-tabs-text>.next-tabs-bar .next-tabs-nav-extra {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-nav-extra,.next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-nav-extra,.next-tabs[dir=rtl]>.next-tabs-bar .next-tabs-nav-extra {
    left: 0;
    right: auto
}

.next-tabs[dir=rtl].next-tabs-capsule>.next-tabs-bar .next-tabs-tab:first-child {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-tabs[dir=rtl].next-tabs-capsule>.next-tabs-bar .next-tabs-tab:last-child {
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-border-radius: var(--corner-1,2px) 0 0 var(--corner-1,2px)
}

@-webkit-keyframes fadeInRightForTag {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translateX(20px);
        transform: rotate(45deg) translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(45deg) translateX(0);
        transform: rotate(45deg) translateX(0)
    }
}

.disabled.next-tag-checkable.next-tag-level-primary.checked>.next-tag-close-btn,.next-tag-checkable.next-tag-level-primary.checked>.next-tag-close-btn,.next-tag-checkable.next-tag-level-primary.checked[disabled]>.next-tag-close-btn {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-tag-default.next-tag-level-normal {
    color: var(--tag-bordered-text-color,#696969)
}

.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: var(--tag-bordered-text-color-hover,#696969)
}

.next-tag-closable.next-tag-level-normal {
    color: var(--tag-closable-bordered-text-color,#696969)
}

.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: var(--tag-closable-bordered-text-color-hover,#696969)
}

.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover>.next-tag-close-btn,.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover>.next-tag-close-btn {
    color: var(--tag-closable-bordered-tail-color-hover,#696969)
}

.next-tag-closable.next-tag-level-normal>.next-tag-close-btn {
    color: var(--tag-closable-bordered-tail-color,grey)
}

.next-tag-checkable.next-tag-level-secondary.checked:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.next-tag-checkable.next-tag-level-secondary.checked:after {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6)
}

.next-tag-checkable.next-tag-level-normal.checked:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.next-tag-checkable.next-tag-level-normal.checked:after {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6)
}

.next-tag-closable.next-tag-level-normal:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.next-tag-closable.next-tag-level-normal:after {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6)
}

.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: var(--tag-closable-normal-icon-color-hover,grey)
}

.next-tag {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none);
    -webkit-transition: all .1s linear
}

.next-tag,.next-tag *,.next-tag :after,.next-tag :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-tag-checkable {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-tag-checkable.checked:before {
    -webkit-animation: fadeInRightForTag .4s cubic-bezier(.78,.14,.15,.86)
}

.next-tag-checkable.checked:after {
    -webkit-animation: zoomIn .4s cubic-bezier(.78,.14,.15,.86)
}

.next-tag-zoom-appear,.next-tag-zoom-enter {
    -webkit-animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both
}

.next-tag-zoom-leave {
    -webkit-animation: zoomOut .3s ease-in;
    -webkit-animation-fill-mode: both
}

.next-timeline,.next-timeline *,.next-timeline:after,.next-timeline :after,.next-timeline:before,.next-timeline :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
    -webkit-border-radius: 100%
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
    -webkit-border-radius: 100%
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
    -webkit-transition: all .1s linear
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
    margin: 4px 0 0;
    margin-bottom: 20px
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-dot,.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-icon {
    background: #e5e5e5;
    background: var(--timeline-item-done-background,#e5e5e5)
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
    -webkit-border-radius: 100%
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
    -webkit-border-radius: 100%
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
    -webkit-transition: all .1s linear
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
    margin: 4px 0 0;
    margin-bottom: 20px
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
    -webkit-border-radius: 100%
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
    -webkit-border-radius: 100%
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
    -webkit-transition: all .1s linear
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
    margin: 4px 0 0;
    margin-bottom: 20px
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
    -webkit-border-radius: 100%
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
    -webkit-border-radius: 100%
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
    -webkit-transition: all .1s linear
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
    margin: 4px 0 0;
    margin-bottom: 20px
}

.next-timeline-item-dot-tail {
    border-left: 1px dotted #d9d9d9
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot,.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
    -webkit-border-radius: 100%
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
    -webkit-transition: all .1s linear
}

.next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
    margin: 4px 0 0;
    margin-bottom: 20px
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot,.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
    -webkit-border-radius: 100%
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
    -webkit-transition: all .1s linear
}

.next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
    margin: 4px 0 0;
    margin-bottom: 20px
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot,.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
    -webkit-border-radius: 100%
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
    -webkit-transition: all .1s linear
}

.next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
    margin: 4px 0 0;
    margin-bottom: 20px
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot,.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
    -webkit-border-radius: 100%
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
    -webkit-transition: all .1s linear
}

.next-timeline-item-error .next-timeline-item-content .next-timeline-item-time,.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-time {
    margin: 4px 0 0;
    margin-bottom: 20px
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-time {
    margin: 4px 0 0;
    margin-bottom: 20px
}

.next-transfer,.next-transfer *,.next-transfer :after,.next-transfer :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-transfer-panel {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-transfer .next-transfer-panel-list {
    -webkit-border-radius: 0;
    -webkit-box-shadow: none
}

.next-transfer-panel-not-found {
    color: var(--color-text1-2,#696969)
}

.next-transfer-panel-item.next-focused {
    -webkit-transition: background-color .1s linear
}

.next-transfer-panel-footer {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-tree,.next-tree *,.next-tree :after,.next-tree :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-tree-node-label {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-tree-switcher.next-noline .next-tree-switcher-icon {
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution:0.001dpcm) {
    .next-tree-switcher.next-noline .next-tree-switcher-icon {
        margin-left:-4px;
        margin-left: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    .next-tree-switcher.next-noline .next-tree-switcher-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg)
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution:0.001dpcm) {
    .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon {
        margin-left:-4px;
        margin-left: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        -webkit-transform: scale(.5) rotate(-90deg);
        -ms-transform: scale(.5) rotate(-90deg);
        transform: scale(.5) rotate(-90deg)
    }

    .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tree-switcher.next-line {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-tree-switcher.next-line .next-tree-switcher-icon {
    color: var(--tree-switch-icon-color,grey)
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution:0.001dpcm) {
    .next-tree-switcher.next-line .next-tree-switcher-icon {
        margin-left:-1px;
        margin-left: calc(var(--s-4,16px)/2 - 8px - var(--line-1,1px)*2/2);
        margin-right: -4px;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    .next-tree-switcher.next-line .next-tree-switcher-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
    color: var(--tree-switch-hover-icon-color,grey)
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution:0.001dpcm) {
    .next-tree-switcher.next-loading .next-tree-switcher-icon {
        margin-left:-4px;
        margin-left: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    .next-tree-switcher.next-loading .next-tree-switcher-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tree.next-label-block .next-tree-node-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.next-tree.next-label-block .next-tree-node-label-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto
}

.next-tree.next-node-block .next-tree-node-inner,.next-tree.next-node-indent .next-tree-node-label {
    -webkit-transition: color .1s linear,background-color .1s linear
}

.next-tree-node.next-filtered>.next-tree-node-inner .next-tree-node-label,.next-tree-node.next-filtered>.next-tree-node-inner .next-tree-node-label:hover {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-tree[dir=rtl] .next-tree-right-angle,.next-tree[dir=rtl] .next-tree-switcher.next-noop-line-noroot {
    border-left: none;
    border-right: 1px solid #d9d9d9;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--tree-line-color,#d9d9d9)
}

.next-tree-select,.next-tree-select *,.next-tree-select :after,.next-tree-select :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-tree-select-dropdown {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.next-tree-select-not-found {
    color: var(--color-text1-2,#696969)
}

.next-upload,.next-upload *,.next-upload :after,.next-upload :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-upload-list,.next-upload-list *,.next-upload-list :after,.next-upload-list :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-upload-list-text .next-upload-list-item {
    -webkit-border-radius: 0;
    -webkit-border-radius: var(--corner-zero,0);
    -webkit-transition: all .1s linear
}

.next-upload-list-text .next-upload-list-item .next-icon-close {
    color: var(--upload-text-list-close-icon-color,grey);
    -webkit-transition: all .1s linear
}

.next-upload-list-text .next-upload-list-item-name {
    -webkit-transition: all .1s linear
}

.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name,.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-upload-list-image .next-upload-list-item {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--upload-card-list-corner,2px);
    -webkit-box-sizing: content-box;
    -webkit-transition: all .1s linear
}

.next-upload-list-image .next-upload-list-item-name {
    -webkit-transition: all .1s linear
}

.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-name,.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-size {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-upload-list-image .next-upload-list-item-thumbnail {
    -webkit-box-sizing: border-box
}

.next-upload-list-card .next-upload-list-item-wrapper,.next-upload-list-image .next-upload-list-item-thumbnail {
    -webkit-border-radius: 0;
    -webkit-border-radius: var(--corner-zero,0)
}

.next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay,.next-upload-list-card .next-upload-list-item-progress .next-progress-line-underlay {
    -webkit-border-radius: 0
}

.next-upload-list-card .next-upload-list-item .next-upload-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-transition: all .1s linear
}

.next-upload-list-card .next-upload-list-item .next-upload-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center
}

.next-upload-card {
    -webkit-border-radius: 0;
    -webkit-border-radius: var(--corner-zero,0);
    -webkit-transition: border-color .1s linear
}

.next-upload-card .next-icon {
    color: var(--upload-card-icon-color,grey)
}

.next-upload-card:hover .next-icon,.next-upload-card:hover .next-upload-text {
    color: #333;
    color: var(--upload-card-hover-font-color,#333)
}

.next-upload-dragable .next-upload-drag {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-transition: border-color .1s linear
}

.next-shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-transition: all .2s ease
}

.next-shell,.next-shell *,.next-shell :after,.next-shell :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-shell-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between
}

.next-shell-header,.next-shell-header .dock-trigger,.next-shell-header .nav-trigger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.next-shell-header .dock-trigger,.next-shell-header .nav-trigger {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center
}

.next-shell-header.next-shell-fixed-header {
    position: -webkit-sticky
}

.next-shell-header .next-shell-navigation {
    -webkit-box-flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex-direction: row;
    -webkit-flex-direction: row
}

.next-shell-header .next-shell-action,.next-shell-header .next-shell-branding,.next-shell-header .next-shell-navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.next-shell-sub-main {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -ms-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex-direction: column;
    -webkit-flex-direction: column
}

.next-shell-main,.next-shell-sub-main {
    -webkit-box-flex: 1;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.next-shell-main {
    -webkit-box-flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-sizing: content-box;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-transition: all .2s ease
}

.next-shell-main .next-shell-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto
}

.next-shell-main .next-shell-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center
}

.next-shell-main .next-shell-footer,.next-shell .next-aside-navigation,.next-shell .next-aside-tooldock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.next-shell-aside {
    -webkit-transition: all .2s ease
}

.next-shell-aside .aside-trigger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center
}

.next-shell-aside .local-nav-trigger {
    -webkit-transform: translate(100%,-50%);
    -ms-transform: translate(100%,-50%)
}

.next-shell-aside .ancillary-trigger {
    -webkit-transform: translate(-100%,-50%);
    -ms-transform: translate(-100%,-50%)
}

.next-shell-aside.next-shell-navigation {
    -webkit-transition: all .2s ease
}

.next-shell-aside.next-shell-navigation,.next-shell-aside.next-shell-tooldock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.next-shell-aside.next-shell-tooldock {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.next-shell-aside .next-shell-ancillary,.next-shell-aside .next-shell-localnavigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-transition: all .2s ease
}

.next-shell-light .next-shell-header {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-light-header-shadow,none)
}

.next-shell-light .next-shell-header .next-shell-navigation {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end
}

.next-shell-light .next-shell-aside .next-shell-ancillary,.next-shell-light .next-shell-aside .next-shell-localnavigation,.next-shell-light .next-shell-aside.next-shell-navigation,.next-shell-light .next-shell-aside.next-shell-tooldock,.next-shell-light .next-shell-main .next-shell-appbar,.next-shell-light .next-shell-task-header {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-shell-dark .next-shell-header {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: var(--shell-dark-header-shadow,0 3px 8px 0 rgba(0,0,0,.06))
}

.next-shell-dark .next-shell-header .next-shell-navigation {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end
}

.next-shell-dark .next-shell-aside .next-shell-ancillary,.next-shell-dark .next-shell-aside .next-shell-localnavigation,.next-shell-dark .next-shell-aside.next-shell-navigation,.next-shell-dark .next-shell-aside.next-shell-tooldock,.next-shell-dark .next-shell-main .next-shell-appbar,.next-shell-dark .next-shell-task-header {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-shell-brand .next-shell-header {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: var(--shell-brand-header-shadow,0 3px 8px 0 rgba(0,0,0,.06))
}

.next-shell-brand .next-shell-header .next-shell-navigation {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end
}

.next-shell-brand .next-shell-aside .next-shell-ancillary,.next-shell-brand .next-shell-aside .next-shell-localnavigation,.next-shell-brand .next-shell-aside.next-shell-navigation,.next-shell-brand .next-shell-aside.next-shell-tooldock,.next-shell-brand .next-shell-main .next-shell-appbar,.next-shell-brand .next-shell-task-header {
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shadow-zero,none)
}

.next-shell-header .next-shell-navigation.next-shell-nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start
}

.next-shell-header .next-shell-navigation.next-shell-nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end
}

.next-shell-header .next-shell-navigation.next-shell-nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center
}

.next-shell.next-shell-phone .next-shell-navigation,.next-shell.next-shell-phone .next-shell-navigation.next-shell-collapse {
    -webkit-transition: height .2s ease
}

.next-shell.next-shell-phone .next-shell-tooldock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-justify-content: center
}

.next-shell.next-shell-phone .next-shell-tooldock.next-shell-collapse {
    -webkit-transition: all .2s ease
}

.next-shell.next-shell-phone .next-shell-ancillary,.next-shell.next-shell-tablet .next-shell-ancillary {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%)
}

.next-notification-fade-leave {
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    -webkit-animation-timing-function: ease
}

.next-notification-fade-leave.next-notification-fade-leave-active {
    -webkit-animation-name: NotificationFadeOut;
    -webkit-animation-play-state: running
}

@-webkit-keyframes NotificationFadeOut {
    0% {
        margin-bottom: 16px;
        max-height: 150px;
        opacity: 1
    }

    to {
        margin-bottom: 0;
        max-height: 0;
        opacity: 0;
        padding-bottom: 0;
        padding-top: 0
    }
}

.next-typography code {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-typography a:active,.next-typography a:hover {
    color: #2a7dd1;
    color: var(--color-link-3,#2a7dd1)
}

.next-divider {
    -webkit-font-feature-settings: "tnum"
}

.next-divider,.next-divider *,.next-divider :after,.next-divider :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-divider-hoz.next-divider-with-text-center:after,.next-divider-hoz.next-divider-with-text-center:before,.next-divider-hoz.next-divider-with-text-left:after,.next-divider-hoz.next-divider-with-text-left:before,.next-divider-hoz.next-divider-with-text-right:after,.next-divider-hoz.next-divider-with-text-right:before {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%)
}

.next-divider-hoz.next-divider-with-text-left:after,.next-divider-hoz.next-divider-with-text-right:before {
    top: 50%;
    width: 95%
}

.next-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.next-box,.next-box *,.next-box :after,.next-box :before,.next-table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-table {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: var(--corner-zero,0);
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: var(--corner-zero,0);
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-left-radius: var(--corner-zero,0);
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-right-radius: var(--corner-zero,0)
}

.next-table *,.next-table :after,.next-table :before {
    -webkit-box-sizing: border-box
}

.next-table .next-table-header tr:first-child th:first-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-left-radius: var(--corner-zero,0)
}

.next-table .next-table-header tr:first-child th:last-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-right-radius: var(--corner-zero,0)
}

.next-table .next-table-header tr:last-child th:first-child {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: var(--corner-zero,0)
}

.next-table .next-table-header tr:last-child th:last-child {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: var(--corner-zero,0)
}

.next-table table {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: var(--corner-zero,0);
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: var(--corner-zero,0);
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-left-radius: var(--corner-zero,0);
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-right-radius: var(--corner-zero,0)
}

.next-table th {
    color: var(--table-th-color,grey);
    font-weight: 600
}

.next-table.only-bottom-border .next-table-body tr td:last-child,.next-table.only-bottom-border .next-table-header tr th:last-child {
    border-right-width: 0
}

.next-table-row {
    -webkit-transition: all .1s linear
}

.next-table-header {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: var(--corner-zero,0);
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: var(--corner-zero,0);
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-left-radius: var(--corner-zero,0);
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-right-radius: var(--corner-zero,0)
}

.next-table-fixed.next-table-group .next-table-body tr td:last-child,.next-table-fixed.next-table-lock-left .next-table-body tr td:last-child,.next-table-fixed.next-table-lock-left .next-table-header tr th:last-child {
    border-right-width: 1px;
    border-right-width: var(--line-1,1px)
}

.next-table-group .next-table-group-header td {
    color: var(--table-group-th-color,#696969)
}

.next-table-group .next-table-group-header td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: var(--corner-zero,0);
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-left-radius: var(--corner-zero,0)
}

.next-table-group .next-table-group-header td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: var(--corner-zero,0);
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-right-radius: var(--corner-zero,0)
}

.next-table-group .next-table-group-footer td {
    color: var(--table-group-footer-color,#696969)
}

.next-table-group .next-table-group-footer td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: var(--corner-zero,0);
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-left-radius: var(--corner-zero,0)
}

.next-table-group .next-table-group-footer td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: var(--corner-zero,0);
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-right-radius: var(--corner-zero,0)
}

.next-table-header-inner {
    overflow: unset
}

.next-table-header-fixer {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: var(--corner-zero,0);
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-right-radius: var(--corner-zero,0)
}

.next-table-lock-left,.next-table-lock-right {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease,-webkit-box-shadow .3s ease
}

.next-table-lock-left.shadow .next-table-body tr td:last-child,.next-table-lock-left.shadow .next-table-header tr th:last-child,.next-table-lock-right.shadow .next-table-body tr td:last-child,.next-table-lock-right.shadow .next-table-header tr th:last-child {
    border-right-width: 0
}

.next-table-lock-right.shadow {
    -webkit-box-shadow: -2px 0 3px rgba(0,0,0,.12)
}

.next-table-lock-left.shadow {
    -webkit-box-shadow: 2px 0 3px rgba(0,0,0,.12)
}

.next-table-fix-left,.next-table-fix-right {
    position: -webkit-sticky
}

.next-table-ping-left .next-table-expanded-area .next-table-ping-left .next-table-fix-left-last:after,.next-table-ping-left .next-table-fix-left-last:after {
    -webkit-box-shadow: inset 10px 0 8px -8px rgba(0,0,0,.15);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transition: box-shadow .3s,-webkit-box-shadow .3s
}

.next-table-fixed.next-table-scrolling-to-right:after,.next-table-lock.next-table-scrolling-to-right:after,.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 {
    bottom: 0;
    -webkit-box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    width: 30px
}

.next-table[dir=rtl].only-bottom-border .next-table-expanded-row td,.next-table[dir=rtl].only-bottom-border .next-table-expanded-row th {
    border-width: 0 0 1px;
    border-bottom-width: var(--line-1,1px);
    border-right-width: 0;
    border-top-width: 0
}

.next-table[dir=rtl] .next-table-lock-right.shadow {
    -webkit-box-shadow: 2px 0 3px rgba(0,0,0,.12)
}

.next-table[dir=rtl] .next-table-lock-left.shadow {
    -webkit-box-shadow: -2px 0 3px rgba(0,0,0,.12)
}

.next-table-fixed[dir=rtl] .next-table-body tr td:last-child,.next-table-fixed[dir=rtl] .next-table-header tr th:last-child {
    border-left-width: 1px;
    border-left-width: var(--line-1,1px)
}

.next-calendar2,.next-calendar2 *,.next-calendar2 :after,.next-calendar2 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-calendar2 {
    -webkit-user-select: none
}

.next-calendar2-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.next-calendar2-cell {
    -webkit-transition: background-color .2s,border .2s
}

.next-calendar2-card .next-calendar2-cell-inner,.next-calendar2-panel .next-calendar2-cell-inner {
    -webkit-border-radius: 2px
}

.next-calendar2-card .next-calendar2-table thead>tr,.next-calendar2-panel .next-calendar2-table thead>tr {
    color: var(--color-text1-2,#696969)
}

.next-calendar2-panel .next-calendar2-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.next-calendar2-panel .next-calendar2-header-btn {
    -webkit-border-radius: 2px
}

.next-calendar2-panel .next-calendar2-header-text-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.next-date-picker2-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: -webkit-min-content
}

.next-time-picker2-menu-title {
    color: var(--color-text1-2,#696969)
}

.next-time-picker2-menu-item {
    -webkit-transition: background .1s linear;
    -webkit-user-select: none
}

.next-time-picker2-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.next-time-picker2-panel,.next-time-picker2-panel *,.next-time-picker2-panel :after,.next-time-picker2-panel :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-time-picker2-panel .next-time-picker2-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.next-time-picker2-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: -webkit-min-content
}

.next-time-picker2,.next-time-picker2 *,.next-time-picker2 :after,.next-time-picker2 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-time-picker2-body {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.next-time-picker2-input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex
}

.next-time-picker2-input.next-time-picker2-input-small {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-time-picker2-input.next-time-picker2-input-small input {
    line-height: 22px \0 ;
    line-height: calc(var(--s-6,24px) - var(--line-1,1px)*2) \0
}

.next-time-picker2-input.next-time-picker2-input-small input::-webkit-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-time-picker2-input.next-time-picker2-input-small input::-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-time-picker2-input.next-time-picker2-input-small .next-input-control {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-time-picker2-input.next-time-picker2-input-medium {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-time-picker2-input.next-time-picker2-input-medium input {
    line-height: 30px \0 ;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0
}

.next-time-picker2-input.next-time-picker2-input-medium input::-webkit-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-time-picker2-input.next-time-picker2-input-medium input::-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-time-picker2-input.next-time-picker2-input-large {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-time-picker2-input.next-time-picker2-input-large input {
    line-height: 34px \0 ;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0
}

.next-time-picker2-input.next-time-picker2-input-large input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-time-picker2-input.next-time-picker2-input-large input::-ms-input-placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-time-picker2-input.next-time-picker2-input-large .next-input-control {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-time-picker2-input.next-time-picker2-input-focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0,0%,67%,.2)
}

.next-time-picker2-input.next-time-picker2-input-noborder {
    -webkit-box-shadow: none!important
}

.next-time-picker2-input.next-time-picker2-input-disabled,.next-time-picker2-input.next-time-picker2-input-disabled:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc)
}

div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:last-child:before {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 0
}

div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:first-child:before {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-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:first-of-type:after {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-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:last-of-type:after {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 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-edge-end.next-calendar2-cell-hover:after {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 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-begin:after {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-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 {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 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 {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-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).next-calendar2-cell-hover:not(.next-calendar2-cell-hover-end):not(.next-calendar2-cell-hover-begin):after {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0
}

.next-date-picker2-wrapper {
    -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.12)
}

.next-date-picker2-wrapper,.next-date-picker2-wrapper .next-calendar2-panel {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px);
    border-radius: var(--corner-1,2px)
}

.next-date-picker2-wrapper .next-calendar2-cell:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.next-date-picker2-wrapper .next-calendar2-cell:last-child:before {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px
}

.next-date-picker2-wrapper .next-calendar2-cell:first-child:before {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px
}

.next-date-picker2-input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex
}

.next-date-picker2-input .next-input {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%
}

.next-date-picker2-input.next-date-picker2-input-small {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-date-picker2-input.next-date-picker2-input-small input {
    line-height: 22px \0 ;
    line-height: calc(var(--s-6,24px) - var(--line-1,1px)*2) \0
}

.next-date-picker2-input.next-date-picker2-input-small input::-webkit-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-date-picker2-input.next-date-picker2-input-small input::-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-control {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-date-picker2-input.next-date-picker2-input-medium {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-date-picker2-input.next-date-picker2-input-medium input {
    line-height: 30px \0 ;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0
}

.next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-date-picker2-input.next-date-picker2-input-large {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-date-picker2-input.next-date-picker2-input-large input {
    line-height: 34px \0 ;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0
}

.next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-date-picker2-input.next-date-picker2-input-focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0,0%,67%,.2)
}

.next-date-picker2-input.next-date-picker2-input-noborder {
    -webkit-box-shadow: none!important
}

.next-date-picker2-input.next-date-picker2-input-disabled,.next-date-picker2-input.next-date-picker2-input-disabled:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc)
}

.next-date-picker2-panel,.next-range-picker2-panel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex
}

.next-range-picker2-arrow {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: left .3s ease-out
}

.next-date-picker2-bl-tl .next-range-picker2-arrow {
    -webkit-transform: translateY(50%) rotate(135deg);
    -ms-transform: translateY(50%) rotate(135deg)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:after {
    border-bottom: 1px dashed #003263;
    border-top: 1px dashed #003263;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:first-of-type:after {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:last-of-type:after {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-edge-end:after,.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.next-calendar2-cell-hover:after {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover-begin:after {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover-end:after {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-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).next-calendar2-cell-hover:after {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px
}

.next-range .next-range-slider-inner:hover,.next-range .next-range-slider-moving .next-range-slider-inner.next-range-slider-inner.next-range-slider-inner {
    -webkit-transform: scale(1.38);
    -ms-transform: scale(1.38);
    transform: scale(1.38)
}

.next-timeline-item.next-timeline-item-done .next-timeline-item-dot {
    background: #c0c6cc;
    -webkit-border-radius: 50%
}

.next-balloon.next-balloon.next-balloon:after {
    -webkit-box-shadow: none
}

.next-balloon.next-balloon-bottom-left:after,.next-balloon.next-balloon-bottom-right:after,.next-balloon.next-balloon-bottom:after {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon.next-balloon-top-left:after,.next-balloon.next-balloon-top-right:after,.next-balloon.next-balloon-top:after {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon.next-balloon-right-bottom:after,.next-balloon.next-balloon-right-top:after,.next-balloon.next-balloon-right:after {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon.next-balloon-left-bottom:after,.next-balloon.next-balloon-left-top:after,.next-balloon.next-balloon-left:after {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon-tooltip.next-balloon-tooltip.next-balloon-tooltip:after {
    -webkit-box-shadow: none
}

.next-balloon-tooltip.next-balloon-tooltip-bottom-left:after,.next-balloon-tooltip.next-balloon-tooltip-bottom-right:after,.next-balloon-tooltip.next-balloon-tooltip-bottom:after {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon-tooltip.next-balloon-tooltip-top-left:after,.next-balloon-tooltip.next-balloon-tooltip-top-right:after,.next-balloon-tooltip.next-balloon-tooltip-top:after {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon-tooltip.next-balloon-tooltip-right-bottom:after,.next-balloon-tooltip.next-balloon-tooltip-right-top:after,.next-balloon-tooltip.next-balloon-tooltip-right:after {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon-tooltip.next-balloon-tooltip-left-bottom:after,.next-balloon-tooltip.next-balloon-tooltip-left-top:after,.next-balloon-tooltip.next-balloon-tooltip-left:after {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: var(--balloon-arrow-border-radius,2px)
}

.next-btn {
    -webkit-transition: all .1s
}

.next-btn[disabled]:hover {
    -webkit-box-shadow: none
}

.next-btn-primary:focus-visible,.next-btn-primary:hover {
    -webkit-box-shadow: var(--btn-primary-hover-shadow)
}

.next-btn-primary:active {
    -webkit-box-shadow: var(--btn-primary-active-shadow)
}

.next-btn.next-btn-text:active,.next-btn.next-btn-text:focus-visible,.next-btn.next-btn-text:hover {
    -webkit-box-shadow: none
}

.next-btn-normal:focus-visible,.next-btn-normal:hover {
    -webkit-box-shadow: var(--btn-normal-hover-shadow)
}

.next-btn-normal:active {
    -webkit-box-shadow: var(--btn-normal-active-shadow)
}

.next-btn-group .next-btn.next-btn.next-btn.next-btn {
    min-width: unset
}

.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-next,.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-prev {
    border-color: transparent
}

.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar-track {
    -webkit-border-radius: 3px
}

.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    -webkit-border-radius: var(--scrollbar-thumb-border-radius,3px)
}

.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation.next-btn {
    min-width: unset
}

.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation[disabled],.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation[disabled]:hover {
    background-color: #d1d5d9;
    border-color: transparent
}

.next-date-picker .next-date-picker-trigger {
    -webkit-transition: -webkit-box-shadow var(--active-transition);
    transition: -webkit-box-shadow var(--active-transition);
    transition: box-shadow var(--active-transition),-webkit-box-shadow var(--active-transition)
}

.next-date-picker .next-date-picker-trigger:hover,.next-date-picker .next-date-picker-trigger[aria-expanded=true] {
    -webkit-box-shadow: var(--active-shadow)
}

.next-date-picker .next-date-picker-trigger .next-date-picker-trigger-input {
    -webkit-box-shadow: none
}

.next-range-picker .next-range-picker-trigger {
    -webkit-transition: -webkit-box-shadow var(--active-transition);
    transition: -webkit-box-shadow var(--active-transition);
    transition: box-shadow var(--active-transition),-webkit-box-shadow var(--active-transition)
}

.next-range-picker .next-range-picker-trigger:hover,.next-range-picker .next-range-picker-trigger[aria-expanded=true] {
    -webkit-box-shadow: var(--active-shadow)
}

.next-range-picker .next-range-picker-trigger .next-range-picker-trigger-input {
    -webkit-box-shadow: none
}

.next-month-picker .next-month-picker-trigger {
    -webkit-transition: -webkit-box-shadow var(--active-transition);
    transition: -webkit-box-shadow var(--active-transition);
    transition: box-shadow var(--active-transition),-webkit-box-shadow var(--active-transition)
}

.next-month-picker .next-month-picker-trigger:hover,.next-month-picker .next-month-picker-trigger[aria-expanded=true] {
    -webkit-box-shadow: var(--active-shadow)
}

.next-month-picker .next-month-picker-trigger .next-month-picker-trigger-input {
    -webkit-box-shadow: none
}

.next-year-picker .next-year-picker-trigger {
    -webkit-transition: -webkit-box-shadow var(--active-transition);
    transition: -webkit-box-shadow var(--active-transition);
    transition: box-shadow var(--active-transition),-webkit-box-shadow var(--active-transition)
}

.next-year-picker .next-year-picker-trigger:hover,.next-year-picker .next-year-picker-trigger[aria-expanded=true] {
    -webkit-box-shadow: var(--active-shadow)
}

.next-year-picker .next-year-picker-trigger .next-year-picker-trigger-input {
    -webkit-box-shadow: none
}

.next-week-picker .next-week-picker-trigger {
    -webkit-transition: -webkit-box-shadow var(--active-transition);
    transition: -webkit-box-shadow var(--active-transition);
    transition: box-shadow var(--active-transition),-webkit-box-shadow var(--active-transition)
}

.next-week-picker .next-week-picker-trigger:hover,.next-week-picker .next-week-picker-trigger[aria-expanded=true] {
    -webkit-box-shadow: var(--active-shadow)
}

.next-week-picker .next-week-picker-trigger .next-week-picker-trigger-input {
    -webkit-box-shadow: none
}

.next-search {
    -webkit-transition: -webkit-box-shadow var(--active-transition);
    transition: -webkit-box-shadow var(--active-transition);
    transition: box-shadow var(--active-transition),-webkit-box-shadow var(--active-transition)
}

.next-search.next-search.next-search.focusing,.next-search.next-search.next-search.visible,.next-search.next-search.next-search:hover {
    -webkit-box-shadow: var(--active-shadow)
}

.next-search.next-search.next-search.disabled,.next-search.next-search.next-search .next-btn:hover,.next-search.next-search.next-search .next-input-group:hover,.next-search.next-search.next-search .next-input:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.next-search-simple:not(.is-wind) .next-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-search-simple:not(.is-wind) .next-input .next-input-inner {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -webkit-order: -1
}

.next-search-simple:not(.is-wind) .next-input .next-input-control {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -webkit-order: 10
}

.next-input.next-disabled,.next-input.next-disabled>input,.next-input.next-disabled>textarea,.next-search .next-input.next-disabled * {
    cursor: not-allowed
}

.next-input.next-focus,.next-input:hover {
    -webkit-box-shadow: var(--active-shadow)
}

.next-input.next-disabled {
    -webkit-box-shadow: none
}

.next-input-group {
    -webkit-transition: -webkit-box-shadow var(--active-transition);
    transition: -webkit-box-shadow var(--active-transition);
    transition: box-shadow var(--active-transition),-webkit-box-shadow var(--active-transition)
}

.next-input-group:hover {
    -webkit-box-shadow: var(--active-shadow)
}

.next-input-group.next-disabled,.next-input-group .next-input {
    -webkit-box-shadow: none
}

.next-input-group>.next-number-picker:first-child .next-input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0
}

.next-input-group>.next-number-picker:last-child .next-input {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0
}

.next-input.next-noborder.next-focus,.next-input.next-noborder:hover {
    -webkit-box-shadow: none
}

.next-select.next-active .next-select-inner {
    border-color: #0064c8;
    -webkit-box-shadow: var(--active-shadow)
}

.next-menu.next-menu.next-menu.next-menu.next-menu .next-menu-symbol-icon-selected,.next-menu.next-menu.next-menu.next-menu.next-menu .next-menu-symbol-icon-selected:before {
    font-size: 16px;
    font-size: var(--menu-icon-selected-size,16px);
    width: 16px;
    width: var(--menu-icon-selected-size,16px)
}

.next-menu-item {
    -webkit-border-radius: var(--corner-1)
}

.next-tag-has-icon .next-tag-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox
}

.next-tag-has-icon .next-tag-icon .next-icon:before {
    width: unset
}

.next-split-btn.next-split-btn>.next-btn {
    -webkit-box-shadow: none
}

.next-number-picker>.next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn {
    min-width: unset
}

.next-number-picker-inline .next-input-group {
    border: 1px solid #c0c6cc;
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--number-picker-border-radius,2px)
}

.next-number-picker-inline .next-input-group .next-input-group-addon .next-btn {
    -webkit-border-radius: 2px!important;
    -webkit-border-radius: var(--number-picker-border-radius,2px)!important;
    min-width: unset
}

.next-number-picker.next-disabled .next-input-group {
    -webkit-box-shadow: none
}

.next-number-picker.next-disabled .next-input-group:hover {
    border: 1px solid #c0c6cc
}

.next-number-picker.next-disabled .next-input-group .next-input-group-addon .next-btn:hover,.next-number-picker.next-disabled .next-input-group .next-input:hover {
    border: none;
    border: var(--number-picker-inline-group-btn-border,none)
}

.next-number-picker-inline.next-large .next-input-group .next-input-group-addon .next-btn,.next-number-picker-inline.next-medium .next-input-group .next-input-group-addon .next-btn,.next-number-picker-inline.next-small .next-input-group .next-input-group-addon .next-btn {
    min-width: unset
}

.next-card {
    -webkit-transition: -webkit-box-shadow var(--active-transition);
    transition: -webkit-box-shadow var(--active-transition);
    transition: box-shadow var(--active-transition),-webkit-box-shadow var(--active-transition)
}

.next-card:hover {
    background-color: var(--card-background);
    -webkit-box-shadow: none
}

.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar-track {
    background: #eaedf0;
    -webkit-border-radius: 3px;
    -webkit-border-radius: var(--scrollbar-track-border-radius,3px)
}

.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar-thumb {
    background: #abb6c0;
    -webkit-border-radius: 3px;
    -webkit-border-radius: var(--scrollbar-thumb-border-radius,3px)
}

.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar-track {
    background: #eaedf0;
    -webkit-border-radius: 3px;
    -webkit-border-radius: var(--scrollbar-track-border-radius,3px)
}

.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar-thumb {
    background: #abb6c0;
    -webkit-border-radius: 3px;
    -webkit-border-radius: var(--scrollbar-thumb-border-radius,3px)
}

.next-message .next-message-close .next-icon-close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center
}

.next-message .next-message-close .next-icon-close:before {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    width: 12px
}

.next-dialog.next-dialog-quick.quick-show .next-dialog-body {
    padding: 0 20px 16px
}

.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner>.next-icon {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7)
}

.next-modal-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: var(--shadow-1);
    -webkit-box-sizing: border-box;
    -webkit-justify-content: space-between
}

.next-modal-header,.next-modal-header .right-part {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-modal-header .right-part {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end
}

.next-modal-header .right-part .next-modal-side-drawer-switch {
    -webkit-border-radius: var(--corner-1);
    -webkit-box-sizing: border-box
}

.next-modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-modal-body .next-modal-children {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.next-modal-body .next-modal-side-drawer {
    -webkit-transition: width .3s ease-out
}

.next-modal-body .next-modal-side-drawer.next-modal-side-drawer-visible {
    -webkit-box-shadow: -1px 0 0 0 var(--color-fill1-3)
}

.next-modal-header .next-modal-title-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-modal-header .next-modal-title-box .next-modal-title-icon {
    color: #8b8b8b;
    font-size: 12px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(var(--modal-title-icon-transform-top,2px));
    -ms-transform: translateY(var(--modal-title-icon-transform-top,2px))
}

.next-badge .next-badge-count,.next-badge .next-badge-dot {
    -webkit-box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px var(--badge-border-color,#fff)
}

.next-upload-dragable .next-upload-drag {
    -webkit-transition: all .1s linear
}

.next-upload-card,.next-upload-list-card .next-upload-list-item-wrapper {
    -webkit-border-radius: var(--corner-1)
}

.next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
    -webkit-border-radius: 0 var(--corner-1) var(--corner-1) var(--corner-1)
}

.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 {
    -webkit-animation: none
}

.next-drawer-footer {
    background: var(--drawer-bg);
    -webkit-border-radius: 0 0 4px 4px
}

.next-drawer-footer-has-shadow {
    -webkit-box-shadow: var(--shadow-1-up)
}

.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar-track {
    background: #eaedf0;
    -webkit-border-radius: 3px;
    -webkit-border-radius: var(--scrollbar-track-border-radius,3px)
}

.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar-thumb {
    background: #abb6c0;
    -webkit-border-radius: 3px;
    -webkit-border-radius: var(--scrollbar-thumb-border-radius,3px)
}

.next-btn.next-btn-normal.isOnlyIcon:not(:disabled):not(.next-btn-text) i {
    color: #5a5a5a
}

.next-btn.next-btn-normal.isOnlyIcon:not(:disabled).next-btn-text i {
    color: #848484
}

.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner>.next-icon {
    -webkit-animation: none;
    -webkit-transform: translate(-50%,-50%) scale(.8);
    -ms-transform: translate(-50%,-50%) scale(.8);
    transform: translate(-50%,-50%) scale(.8);
    -webkit-transform: translate(-50%,-50%) scale(var(--checkbox-icon-scale,.8));
    -ms-transform: translate(-50%,-50%) scale(var(--checkbox-icon-scale,.8))
}

.next-menu-item.next-selected .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.next-focused:hover .next-menu-icon-selected,.next-menu-item:not(.next-disabled).next-selected:focus .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-selected:hover .next-menu-icon-selected,.next-menu-item:not(.next-disabled):hover .next-menu-icon-selected {
    color: var(--color-brand1-6)
}

.next-menu-item-inner,.next-menu-item-inner .next-checkbox-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-menu-item .next-menu-item-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.next-tag.next-tag-checkable:not([disabled]),.next-tag.next-tag-checkable:not([disabled])>.next-tag-body {
    cursor: pointer
}

.next-tag-large.next-tag-closable.next-tag-large.next-tag-closable {
    -webkit-transition: all .2s ease
}

.next-tag-large.next-tag-closable.next-tag-large.next-tag-closable .next-tag-body {
    position: unset
}

.next-tag-large.next-tag-closable.next-tag-large.next-tag-closable .next-tag-close-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-transition: opacity .1s ease
}

.next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable,.next-tag-small.next-tag-closable.next-tag-small.next-tag-closable {
    -webkit-transition: all .2s ease
}

.next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable .next-tag-body,.next-tag-small.next-tag-closable.next-tag-small.next-tag-closable .next-tag-body {
    position: unset
}

.next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable .next-tag-close-btn,.next-tag-small.next-tag-closable.next-tag-small.next-tag-closable .next-tag-close-btn {
    -webkit-transition: opacity .1s ease
}

.next-tag-closable .next-tag-close-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-tag-custom-warning .next-tag-body {
    color: #f98e1a
}

.next-tag-custom-mention .next-tag-body {
    color: #666ce0
}

.next-tag-custom-help .next-tag-body {
    color: #fad414
}

.next-tree.next-node-block .next-tree-node-inner.next-selected:not(.next-disabled) .next-tree-switcher.next-noline .next-tree-switcher-icon {
    color: var(--color-brand1-6)
}

.next-tree.next-node-block .next-tree-node-inner {
    -webkit-border-radius: var(--corner-1)
}

.next-tree-switcher.next-tree-switcher.next-tree-switcher.next-loading .next-tree-switcher-icon:before,.next-tree-switcher.next-tree-switcher.next-tree-switcher.next-noline .next-tree-fold-icon:before {
    line-height: inherit
}

.next-tree-switcher.next-line {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution:0.001dpcm) {
    .next-tree-switcher.next-loading .next-tree-switcher-icon {
        -webkit-transform:scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .next-tree-switcher.next-line.next-tree-switcher.next-line .next-tree-switcher-icon:before {
        line-height: inherit
    }
}

.is-hybridcloud.next-tabs-capsule>.next-tabs-bar .next-tabs-tab,.theme-hybridcloud .next-tabs-capsule>.next-tabs-bar .next-tabs-tab {
    -webkit-transition: color .1s,background-color .1s,border-color .1s
}

.is-hybridcloud.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before,.theme-hybridcloud .next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
    -webkit-border-radius: 1px
}

.next-step-circle>.next-step-item-finish .next-step-item-content,.next-step-circle>.next-step-item-process .next-step-item-content,.next-step-circle>.next-step-item-wait .next-step-item-content {
    color: #8c8c8c
}

.next-step-item-node.clicked {
    -webkit-transform: none;
    -ms-transform: none
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle .next-icon {
    -webkit-animation: none
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body .next-step-item-title,.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body .next-step-item-title,.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body .next-step-item-title,.next-step-circle.next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title,.next-step-circle.next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title,.next-step-circle.next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    margin-top: 2px
}

.next-time-picker-menu ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.next-dialog-close {
    -webkit-border-radius: 2px
}

.next-dialog-close:hover .next-dialog-close-icon {
    color: #5a5a5a
}

.next-dialog-close:active {
    background-color: #eaeaea
}

.next-dialog-close:active .next-dialog-close-icon {
    color: #292929
}

.next-dialog-close .next-dialog-close-icon {
    color: #848484
}

.next-dialog-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.next-dialog-footer-has-shadow {
    -webkit-box-shadow: var(--shadow-1-up)
}

.next-dialog-quick .next-message-title .next-dialog-header-container,.next-dialog .next-dialog-header .next-dialog-header-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between
}

.next-dialog-quick .next-message-title .next-dialog-header-container,.next-dialog-quick .next-message-title .next-dialog-header-extra,.next-dialog .next-dialog-header .next-dialog-header-container,.next-dialog .next-dialog-header .next-dialog-header-extra,.next-drawer .next-drawer-header .next-drawer-header-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-drawer .next-drawer-header .next-drawer-header-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between
}

.next-drawer .next-drawer-header .next-drawer-header-extra {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-date-picker2 .next-date-picker2-input-range .next-input {
    -webkit-box-shadow: none
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution:0.001dpcm) {
    .next-calendar2-header .next-icon.next-xxs {
        -webkit-transform:scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.next-date-picker2-input.next-date-picker2-input-focus,.next-date-picker2:not(disabled).active .next-date-picker2-input-range,.next-date-picker2:not(disabled):hover .next-date-picker2-input-range {
    -webkit-box-shadow: var(--active-shadow);
    box-shadow: var(--active-shadow)
}

.next-date-picker2-input-separator {
    color: var(--color-fill1-5)
}

.next-date-picker2-input input {
    -webkit-font-feature-settings: normal
}

.hybridcloud-card-dropdown-actions-icon.hybridcloud-card-dropdown-actions-icon,.theme-hybridcloud-dark .hybridcloud-card-dropdown-actions-icon,.theme-hybridcloud .hybridcloud-card-dropdown-actions-icon {
    color: #848484
}

.next-card .next-card-content-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.next-table-lock-right.shadow {
    -webkit-box-shadow: var(--table-lock-right-shadow)
}

.next-table-lock-left.shadow {
    -webkit-box-shadow: var(--table-lock-left-shadow)
}

.next-table-ping-right .next-table-expanded-area .next-table-ping-right .next-table-fix-right-first:after,.next-table-ping-right .next-table-fix-right-first:after {
    -webkit-box-shadow: var(--table-ping-right-shadow)
}

.next-table-ping-left .next-table-expanded-area .next-table-ping-left .next-table-fix-left-last:after,.next-table-ping-left .next-table-fix-left-last:after {
    -webkit-box-shadow: var(--table-ping-left-shadow)
}

.next-table:not(.next-table-fixed) ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px
}

.next-table-row .next-table-cell.first .next-table-cell-wrapper .next-checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-pagination-list .next-pagination-item {
    -webkit-box-sizing: border-box
}

.next-btn.next-btn-normal.next-pagination-item[disabled].next-next,.next-btn.next-btn-normal.next-pagination-item[disabled].next-next:hover,.next-btn.next-btn-normal.next-pagination-item[disabled].next-prev,.next-btn.next-btn-normal.next-pagination-item[disabled].next-prev:hover {
    background-color: transparent
}

.react-loading-skeleton.react-loading-skeleton {
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-skeleton-bg-normal)),color-stop(var(--color-skeleton-bg-light)),to(var(--color-skeleton-bg-normal)))
}

.theme-hybridcloud-dark .next-loading .next-loading-component {
    -webkit-filter: blur(2px);
    opacity: unset
}

.next-tree-node-label .next-icon {
    color: #848484
}

.next-drawer-header .next-drawer-close {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--drawer-header-close-border-radius,2px);
    -webkit-transform: translate(-4px,-50%);
    -ms-transform: translate(-4px,-50%)
}

.next-drawer-header .next-drawer-close:hover .next-drawer-close-icon {
    color: #5a5a5a
}

.next-drawer-header .next-drawer-close:active {
    background-color: #eaeaea
}

.next-drawer-header .next-drawer-close:active .next-drawer-close-icon {
    color: #292929
}

.next-drawer-header .next-drawer-close .next-drawer-close-icon {
    color: #848484;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.next-drawer-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.next-modal-close.next-modal-close.next-modal-close.next-modal-close.next-modal-close {
    -webkit-border-radius: 2px
}

.next-modal-close.next-modal-close.next-modal-close.next-modal-close.next-modal-close:hover {
    color: #5a5a5a
}

.next-modal-close.next-modal-close.next-modal-close.next-modal-close.next-modal-close:active {
    background-color: #eaeaea;
    color: #292929
}

.next-modal-close.next-modal-close.next-modal-close.next-modal-close.next-modal-close .next-dialog-close-icon {
    color: #848484
}

.next-search.next-search.next-search.next-search {
    -webkit-box-shadow: none
}

.next-search.next-search.next-search.next-search .next-input-hint-wrap i.next-icon-delete-filling {
    color: #848484
}

.next-search.focusing.next-search.focusing .next-input-group-addon.next-input-group-addon.next-input-group-addon button,.next-search.focusing.next-search.focusing .next-input-group.next-input-group.next-input-group {
    border-color: #ababab;
    -webkit-box-shadow: var(--active-shadow)
}

.next-search:hover .next-input-group-addon.next-input-group-addon.next-input-group-addon button,.next-search:hover .next-input-group.next-input-group.next-input-group {
    background-color: #fff;
    background-color: var(--color-fill-1,#fff);
    border-color: #ccc;
    border-color: var(--input-hover-border-color,#ccc);
    -webkit-box-shadow: var(--active-shadow);
    box-shadow: var(--active-shadow)
}

.next-time-picker2-menu ul li.next-selected {
    background: #001a33
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body,.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body,.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body {
    top: 1px
}

.next-step-circle>.next-step-item-finish .next-step-item-title,.next-step-circle>.next-step-item-process .next-step-item-title,.next-step-circle>.next-step-item-wait .next-step-item-title {
    word-break: normal
}

.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.next-transfer-no-data {
    color: #848484
}

.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar-thumb,.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.next-virtual-tree-container.next-virtual-tree-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.next-tree-select-no-data {
    color: #848484
}

.next-virtual-tree-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    -webkit-border-radius: var(--scrollbar-track-border-radius,3px)
}

.next-virtual-tree-container::-webkit-scrollbar-corner,.next-virtual-tree-container::-webkit-scrollbar-track {
    background-color: transparent
}

.next-virtual-tree-container::-webkit-scrollbar-track {
    background-color: #303030
}

.next-number-picker.next-number-picker-inline:not(.next-disabled) .next-input-group {
    border: 1px solid #383838
}

.next-number-picker.next-number-picker-inline:not(.next-disabled) .next-input-group:hover {
    border-color: #4d4d4d
}

.next-number-picker.next-number-picker-inline.next-disabled .next-input-group,.next-number-picker.next-number-picker-normal.next-disabled .next-input {
    border: 1px solid #4d4d4d
}

.next-input.next-input-textarea textarea::-webkit-scrollbar-thumb,.next-menu.next-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

body {
    -webkit-font-feature-settings: "tnum","tnum","tnum"
}

.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.isWindows ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px
}

.theme-hybridcloud {
    --color-help-7: #deac16;
    --color-event-p9: #79c5e0;
    --color-event-p10: #afdef0;
    --color-event-p8: #49add1;
    --color-help-9: #806208;
    --color-help-8: #a8820d;
    --color-help-6: #fac31e;
    --color-help-10: #574203;
    --color-help-5: #ffd24a;
    --color-help-4: #ffdd75;
    --color-help-3: #ffe7a1;
    --color-help-2: #fff2cc;
    --color-help-1: #fff7e0;
    --color-error-10: #520700;
    --color-error-9: #7d1207;
    --color-error-8: #a11f13;
    --color-error-7: #c43123;
    --color-error-5: #ed675a;
    --color-error-6: #e84738;
    --color-error-4: #f2887e;
    --color-error-1: #ffeceb;
    --color-warning-10: #522a00;
    --color-warning-9: #774106;
    --color-warning-8: #a35a0a;
    --color-warning-7: #cf7412;
    --color-warning-5: #f7a854;
    --color-warning-6: #f98e1a;
    --color-warning-4: #ffb96e;
    --color-warning-1: #fff5eb;
    --color-success-10: #005226;
    --color-success-9: #026b34;
    --color-success-8: #0a8243;
    --color-success-7: #159953;
    --color-success-5: #43bf7e;
    --color-success-6: #23b066;
    --color-success-4: #67cf98;
    --color-success-2: #d1f4e1;
    --color-success-1: #ebfff6;
    --G80: #262626;
    --color-border-5: #d9d9d9;
    --color-border-4: #e5e5e5;
    --color-border-3: #aaa;
    --color-fill-3: #f0f7ff;
    --color-fill-2: #f7f7f7;
    --color-fill-1: #fff;
    --color-text-1: #1a1a1a;
    --color-text-2: #333;
    --color-text-3: #696969;
    --color-text-4: grey;
    --color-text-5: #aaa;
    --color-border-1: #d9d9d9;
    --color-border-2: #ccc;
    --G0: #f7f7f7;
    --G10: #e5e5e5;
    --G20: #d9d9d9;
    --G30: #ccc;
    --G40: #aaa;
    --G50: grey;
    --G60: #696969;
    --G70: #333;
    --S0: #f0f2f5;
    --S10: #dce0e8;
    --G90: #1a1a1a;
    --S20: #d1d7e3;
    --S30: #bec6d4;
    --S40: #a4acbd;
    --S50: #818a9c;
    --S60: #586173;
    --S70: #3f454f;
    --S80: #2d333d;
    --S90: #191b1f;
    --color-bg-1: #fff;
    --color-bg-2: #f7f7f7;
    --color-bg-3: #fff;
    --color-bg-4: #f7f7f7;
    --snow: #fff;
    --black: #000;
    --color-bg-5: #fff;
    --color-text1-8: grey;
    --color-text1-7: #696969;
    --color-text1-6: #696969;
    --color-line1-5: #aaa;
    --color-text1-5: #262626;
    --color-fill1-5: grey;
    --color-fill1-6: grey;
    --color-text1-2: #696969;
    --color-fill1-4: #d9d9d9;
    --color-fill1-3: #e5e5e5;
    --color-fill1-2: #f7f7f7;
    --color-line1-3: #ccc;
    --color-line1-2: #d9d9d9;
    --color-line1-1: #e5e5e5;
    --space-grey-1: #1a1a1a;
    --color-transparent: transparent;
    --color-black: #000;
    --color-white: #fff;
    --color-event-p1: #bf0030;
    --color-event-p2: #e84738;
    --color-event-p3: #f98e1a;
    --color-event-p4: #fac31e;
    --color-event-p5: #d1bb4f;
    --color-event-p6: #00b3c7;
    --color-event-p7: #0092c7;
    --color-text1-4: #1a1a1a;
    --color-text1-3: #333;
    --color-notice-7: #589adb;
    --color-notice-5: #0064c8;
    --color-notice-6: #0057ad;
    --color-notice-4: #2a7dd1;
    --color-notice-3: #90c0ef;
    --color-notice-2: #cae3fd;
    --color-notice-1: #f0f7ff;
    --color-link-3: #2a7dd1;
    --color-link-2: #0057ad;
    --color-link-1: #0064c8;
    --color-text1-1: #ccc;
    --color-other-3: #1a1a1a;
    --color-brand1-7: #0057ad;
    --color-brand1-8: #003e7c;
    --color-fill1-7: #595959;
    --color-brand1-2: #cae3fd;
    --color-brand1-3: #90c0ef;
    --color-brand1-4: #589adb;
    --color-brand1-5: #2a7dd1;
    --color-brand1-10: #002952;
    --color-fill1-1: #fff;
    --color-line1-4: #fff;
    --color-error-3: #f7aaa3;
    --color-error-2: #fcceca;
    --color-warning-3: #ffcd96;
    --color-warning-2: #ffe0bf;
    --color-success-3: #90deb5;
    --color-other-2: #fff;
    --color-other-1: #3a3c4b;
    --color-brand1-9: #003263;
    --color-brand1-6: #0064c8;
    --color-brand1-1: #f0f7ff;
    --line-dotted: dotted;
    --line-dashed: dashed;
    --line-solid: solid;
    --line-2: 2px;
    --line-1: 1px;
    --line-zero: 0px;
    --line-3: 6px;
    --popup-local-shadow: var(--shadow-3-down,0px 6px 24px 0px rgba(0,0,0,.1));
    --popup-local-border-width: var(--line-zero,0px);
    --popup-local-border-color: var(--color-line1-1,#e5e5e5);
    --form-element-preview-label-color: var(--color-text1-3,#333);
    --form-element-medium-icon-size: var(--icon-s,16px);
    --form-element-medium-height: var(--s-8,32px);
    --s-50: 200px;
    --s-49: 196px;
    --s-48: 192px;
    --s-47: 188px;
    --s-46: 184px;
    --s-45: 180px;
    --s-44: 176px;
    --s-43: 172px;
    --s-42: 168px;
    --s-41: 164px;
    --s-40: 160px;
    --s-39: 156px;
    --s-38: 152px;
    --s-37: 148px;
    --s-36: 144px;
    --s-35: 140px;
    --s-34: 136px;
    --s-33: 132px;
    --s-32: 128px;
    --s-31: 124px;
    --s-30: 120px;
    --s-29: 116px;
    --s-28: 112px;
    --s-27: 108px;
    --s-26: 104px;
    --s-25: 100px;
    --s-24: 96px;
    --s-23: 92px;
    --s-22: 88px;
    --s-21: 84px;
    --s-20: 80px;
    --s-19: 76px;
    --s-18: 72px;
    --s-17: 68px;
    --s-16: 64px;
    --s-15: 60px;
    --s-14: 56px;
    --s-13: 52px;
    --s-12: 48px;
    --s-11: 44px;
    --s-10: 40px;
    --s-9: 36px;
    --s-8: 32px;
    --s-7: 28px;
    --s-6: 24px;
    --s-5: 20px;
    --s-4: 16px;
    --s-3: 12px;
    --s-2: 8px;
    --s-1: 4px;
    --s-zero: 0px;
    --size-base: 4px;
    --shadow-3-left: 0px 0px 24px 0px rgba(0,0,0,.1);
    --shadow-3-down: 0px 6px 24px 0px rgba(0,0,0,.1);
    --shadow-3-right: 0px 0px 24px 0px rgba(0,0,0,.1);
    --shadow-3-up: 0px -6px 24px 0px rgba(0,0,0,.1);
    --shadow-3: 0px 6px 24px 0px rgba(0,0,0,.1);
    --shadow-2-left: 0px 0px 8px 0px rgba(0,0,0,.18);
    --shadow-2-down: 0px 3px 8px 0px rgba(0,0,0,.18);
    --shadow-2-right: 0px 0px 8px 0px rgba(0,0,0,.18);
    --shadow-2-up: 0px -3px 8px 0px rgba(0,0,0,.18);
    --shadow-2: 0px 3px 8px 0px rgba(0,0,0,.18);
    --shadow-1-left: 0px 0px 8px 0px rgba(0,0,0,.06);
    --shadow-1-down: 0px 3px 8px 0px rgba(0,0,0,.06);
    --shadow-1-right: 0px 0px 8px 0px rgba(0,0,0,.06);
    --shadow-1-up: 0px -3px 8px 0px rgba(0,0,0,.06);
    --shadow-1: 0px 3px 8px 0px rgba(0,0,0,.06);
    --shadow-zero: none;
    --shadow-spread-sd3: 0;
    --shadow-spread-sd2: 0;
    --shadow-spread-sd1: 0;
    --shadow-color-sd3: var(--color-black,#000);
    --shadow-color-sd1: var(--color-black,#000);
    --shadow-sides-left: "left";
    --shadow-sides-down: "down";
    --shadow-sides-right: "right";
    --shadow-sides-up: "up";
    --shadow-sides-base: "base";
    --shadow-distance-sd1y: 3;
    --shadow-distance-sd2y: 3;
    --shadow-distance-sd2: 0;
    --shadow-distance-sd1: 0;
    --shadow-blur-sd3: 24;
    --shadow-blur-sd2: 8;
    --shadow-blur-sd1: 8;
    --shadow-color-sd2: var(--color-black,#000);
    --shadow-opacity-sd3: 0.1;
    --shadow-opacity-sd2: 0.18;
    --shadow-opacity-sd1: 0.06;
    --shadow-distance-sd3y: 6;
    --shadow-distance-sd3: 0;
    --icon-reset: "";
    --icon-xxxl: var(--s-16,64px);
    --icon-xxl: var(--s-12,48px);
    --icon-xl: var(--s-8,32px);
    --icon-l: var(--s-6,24px);
    --icon-m: var(--s-5,20px);
    --icon-s: var(--s-4,16px);
    --icon-xs: var(--s-3,12px);
    --icon-xxs: var(--s-2,8px);
    --icon-font-name: "icon";
    --icon-font-path: "//at.alicdn.com/t/font_1984231_d9bk76ly7rd";
    --font-weight-ultra-bold: 900;
    --font-weight-extra-bold: 800;
    --font-weight-3: bold;
    --font-weight-semi-bold: 600;
    --font-weight-medium: 500;
    --font-weight-2: normal;
    --font-weight-light: 300;
    --font-weight-thin: 200;
    --font-weight-1: lighter;
    --font-size-body-1: 12px;
    --font-size-body-2: 14px;
    --font-size-subhead: 16px;
    --font-lineheight-2: 1.5;
    --font-size-display-3: 36px;
    --font-name-bold: "";
    --font-name-medium: "";
    --font-name-regular: "";
    --font-name-light: "";
    --font-name-thin: "";
    --font-custom-name: "";
    --font-custom-path: "";
    --font-family-base: "PingFang SC","Helvetica Neue","Microsoft YaHei",Helvetica,Arial;
    --font-size-caption: 12px;
    --font-size-title: 18px;
    --font-size-headline: 20px;
    --font-size-display-1: 24px;
    --font-size-display-2: 28px;
    --font-lineheight-3: 1.5;
    --font-lineheight-1: 1.5;
    --corner-zero: 0px;
    --corner-semicircle: 500px;
    --corner-circle: 50%;
    --corner-3: 50px;
    --corner-2: 4px;
    --corner-1: 2px;
    --search-normal-primary-btn-hover-bg-color: var(--color-brand1-5,#2a7dd1);
    --search-simple-normal-hover-color: var(--color-text1-1,#ccc);
    --search-simple-normal-icon-hover-text-color: var(--color-text1-3,#333);
    --search-normal-normal-hover-color: var(--color-line1-2,#d9d9d9);
    --search-normal-normal-btn-bg-color: var(--color-white,#fff);
    --search-normal-normal-btn-hover-bg-color: var(--color-fill1-2,#f7f7f7);
    --search-normal-normal-l-height: var(--s-9,36px);
    --search-normal-normal-m-height: var(--s-8,32px);
    --search-normal-normal-m-btn-text-size: var(--font-size-body-1,12px);
    --search-normal-normal-l-btn-text-size: var(--font-size-body-2,14px);
    --search-simple-normal-color: var(--color-line1-3,#ccc);
    --search-simple-l-icon-margin-right: var(--s-2,8px);
    --search-normal-normal-btn-text-color: var(--color-text1-2,#696969);
    --search-normal-normal-btn-hover-text-color: var(--color-text1-2,#696969);
    --search-normal-primary-color: var(--color-brand1-6,#0064c8);
    --search-normal-primary-hover-color: var(--color-brand1-6,#0064c8);
    --search-normal-primary-split-color: var(--color-line1-1,#e5e5e5);
    --search-normal-primary-btn-text-color: var(--color-white,#fff);
    --search-normal-primary-btn-hover-text-color: var(--color-white,#fff);
    --search-normal-secondary-color: var(--color-line1-3,#ccc);
    --search-normal-secondary-split-color: var(--color-line1-1,#e5e5e5);
    --search-normal-secondary-hover-color: var(--color-brand1-6,#0064c8);
    --search-normal-secondary-m-btn-text-size: var(--font-size-subhead,16px);
    --search-normal-normal-split-color: var(--color-line1-1,#e5e5e5);
    --search-normal-dark-m-btn-text-size: var(--font-size-subhead,16px);
    --search-simple-normal-split-color: var(--color-line1-3,#ccc);
    --search-simple-normal-icon-text-color: var(--color-text1-2,#696969);
    --card-sub-title-color: var(--color-text1-6,#696969);
    --card-title-font-weight: var(--font-weight-medium,500);
    --card-body-padding-bottom: var(--s-4,16px);
    --card-body-show-divider-padding-top: var(--s-5,20px);
    --card-background: var(--color-bg-3,#fff);
    --card-content-color: var(--color-text-2,#333);
    --card-border-color: var(--color-border-4,#e5e5e5);
    --card-padding-lr: var(--s-5,20px);
    --btn-size-s-corner: var(--corner-1,2px);
    --btn-size-m-corner: var(--corner-1,2px);
    --btn-size-l-border-width: var(--line-1,1px);
    --btn-size-l-corner: var(--corner-1,2px);
    --btn-size-s-height: var(--s-6,24px);
    --btn-size-s-font: var(--font-size-body-1,12px);
    --btn-size-m-height: var(--s-8,32px);
    --btn-size-m-font: var(--font-size-body-1,12px);
    --btn-size-l-height: var(--s-9,36px);
    --btn-size-l-font: var(--font-size-body-2,14px);
    --btn-pure-color-disabled: var(--color-white,#fff);
    --btn-pure-bg-disabled: var(--color-fill1-3,#e5e5e5);
    --btn-pure-border-color-disabled: var(--color-line1-1,#e5e5e5);
    --btn-pure-normal-bg: var(--color-white,#fff);
    --btn-warning-primary-color-disabled: var(--color-white,#fff);
    --btn-warning-normal-color: var(--color-error-4,#f2887e);
    --btn-warning-normal-border-color: var(--color-error-2,#fcceca);
    --btn-warning-normal-border-color-hover: var(--color-error-2,#fcceca);
    --btn-warning-normal-border-color-disabled: var(--color-line1-1,#e5e5e5);
    --btn-warning-normal-bg-disabled: var(--color-transparent,transparent);
    --btn-text-primary-color: var(--color-brand1-6,#0064c8);
    --btn-text-secondary-color: var(--color-brand1-6,#0064c8);
    --btn-text-normal-color-hover: var(--color-brand1-6,#0064c8);
    --btn-size-s-padding: var(--s-3,12px);
    --btn-pure-primary-bg-hover: var(--color-brand1-5,#2a7dd1);
    --btn-ghost-dark-color: var(--color-text1-4,#1a1a1a);
    --btn-ghost-dark-border-color: var(--color-line1-3,#ccc);
    --btn-ghost-light-color: var(--color-brand1-3,#90c0ef);
    --btn-ghost-light-border-color: var(--color-brand1-4,#589adb);
    --btn-warning-normal-bg: var(--color-white,#fff);
    --btn-pure-normal-border-color-disabled: var(--color-line1-1,#e5e5e5);
    --btn-pure-primary-color-disabled: var(--color-white,#fff);
    --btn-pure-normal-bg-active: var(--color-fill1-3,#e5e5e5);
    --btn-pure-primary-bg-active: var(--color-brand1-7,#0057ad);
    --btn-warning-normal-bg-hover: var(--color-error-1,#ffeceb);
    --btn-pure-normal-bg-hover: var(--color-fill1-2,#f7f7f7);
    --btn-pure-normal-border-color-active: var(--color-line1-2,#d9d9d9);
    --btn-pure-normal-bg-disabled: var(--color-fill1-1,#fff);
    --btn-pure-secondary-bg-disabled: var(--color-fill1-1,#fff);
    --btn-pure-primary-bg-disabled: var(--color-line1-2,#d9d9d9);
    --btn-pure-primary-border-color-disabled: var(--color-fill1-4,#d9d9d9);
    --btn-warning-primary-bg-disabled: var(--color-fill1-4,#d9d9d9);
    --btn-warning-normal-border-color-active: var(--color-error-3,#f7aaa3);
    --btn-pure-secondary-bg-hover: var(--color-brand1-1,#f0f7ff);
    --btn-pure-secondary-bg-active: var(--color-brand1-2,#cae3fd);
    --btn-size-m-padding: var(--s-3,12px);
    --btn-size-l-padding: var(--s-3,12px);
    --btn-text-primary-color-hover: var(--color-brand1-5,#2a7dd1);
    --btn-size-s-icon-size: var(--icon-xs,12px);
    --btn-pure-normal-border-color: var(--color-line1-2,#d9d9d9);
    --btn-pure-normal-border-color-hover: var(--color-line1-2,#d9d9d9);
    --btn-shadow-hover: var(--shadow-zero,none);
    --btn-pure-normal-color: var(--color-text1-3,#333);
    --btn-pure-normal-color-hover: var(--color-text1-3,#333);
    --btn-pure-normal-color-active: var(--color-text1-3,#333);
    --btn-text-normal-color: var(--color-text1-3,#333);
    --btn-size-s-border-width: var(--line-1,1px);
    --btn-size-m-border-width: var(--line-1,1px);
    --btn-text-secondary-color-hover: var(--color-brand1-6,#0064c8);
    --balloon-primary-color: var(--color-white,#fff);
    --balloon-primary-color-close: var(--color-white,#fff);
    --balloon-size-padding-right: var(--s-3,12px);
    --balloon-size-padding-closable-right: var(--s-10,40px);
    --balloon-size-close: var(--icon-s,16px);
    --balloon-normal-border-width: var(--line-1,1px);
    --balloon-size-arrow-size: var(--s-2,8px);
    --balloon-corner: var(--corner-1,2px);
    --balloon-normal-shadow: var(--shadow-3,0px 6px 24px 0px rgba(0,0,0,.1));
    --balloon-size-close-margin-top: 7px;
    --balloon-title-font-size: var(--font-size-subhead,16px);
    --balloon-size-padding-top: 6px;
    --balloon-primary-color-bg: var(--color-text1-5,#262626);
    --balloon-tooltip-color-bg: var(--color-fill1-1,#fff);
    --balloon-normal-color-border: var(--color-line1-2,#d9d9d9);
    --balloon-normal-color-bg: var(--color-white,#fff);
    --balloon-normal-color-close: var(--color-text1-2,#696969);
    --balloon-normal-color-close-hover: var(--color-text1-3,#333);
    --nav-normal-border-color: var(--color-line1-2,#d9d9d9);
    --nav-normal-text-color: var(--color-text1-2,#696969);
    --nav-normal-sub-nav-text-color: var(--color-text1-2,#696969);
    --nav-normal-item-hover-bg-color: var(--color-fill1-2,#f7f7f7);
    --nav-normal-sub-nav-hover-bg-color: var(--color-brand1-1,#f0f7ff);
    --nav-normal-sub-nav-hover-text-color: var(--color-text1-4,#1a1a1a);
    --nav-normal-item-selected-bg-color: var(--color-brand1-1,#f0f7ff);
    --nav-normal-item-selected-text-color: var(--color-brand1-6,#0064c8);
    --nav-normal-item-selected-text-style: var(--font-weight-2,normal);
    --nav-normal-item-selected-active-color: var(--color-brand1-6,#0064c8);
    --nav-normal-sub-nav-selected-bg-color: var(--color-brand1-1,#f0f7ff);
    --nav-normal-sub-nav-selected-text-color: var(--color-text1-4,#1a1a1a);
    --nav-normal-item-opened-bg-color: var(--color-white,#fff);
    --nav-normal-item-opened-text-color: var(--color-text1-2,#696969);
    --nav-line-item-selected-text-style: var(--font-weight-2,normal);
    --nav-ver-height: var(--s-10,40px);
    --nav-icon-only-font-size: var(--icon-s,16px);
    --nav-normal-sub-nav-bg-color: var(--color-white,#fff);
    --nav-normal-item-hover-active-color: var(--color-brand1-6,#0064c8);
    --nav-line-text-color: var(--color-text1-4,#1a1a1a);
    --nav-line-item-hover-bg-color: var(--color-transparent,transparent);
    --nav-line-item-hover-text-color: var(--color-brand1-6,#0064c8);
    --nav-line-item-selected-bg-color: var(--color-transparent,transparent);
    --nav-line-item-selected-text-color: var(--color-brand1-6,#0064c8);
    --nav-line-item-opened-text-color: var(--color-brand1-6,#0064c8);
    --nav-normal-bg-color: var(--color-bg-3,#fff);
    --calendar-fullscreen-table-cell-hover-background: var(--color-fill1-2,#f7f7f7);
    --calendar-fullscreen-table-cell-hover-color: var(--color-text1-2,#696969);
    --calendar-fullscreen-table-cell-normal-background: var(--color-white,#fff);
    --calendar-fullscreen-table-cell-other-background: var(--color-fill1-2,#f7f7f7);
    --calendar-fullscreen-table-cell-other-border-color: var(--color-line1-1,#e5e5e5);
    --calendar-card-table-cell-normal-background: var(--color-white,#fff);
    --calendar-card-table-cell-normal-border-color: var(--color-white,#fff);
    --calendar-btn-arrow-size: var(--icon-s,16px);
    --calendar-card-table-cell-hover-color: var(--color-text1-2,#696969);
    --calendar-card-table-head-color: var(--color-line1-5,#aaa);
    --calendar-btn-date-font-weight: var(--font-weight-medium,500);
    --calendar-btn-arrow-color: var(--color-fill1-5,grey);
    --calendar-btn-arrow-color-hover: var(--color-fill1-5,grey);
    --calendar-fullscreen-table-cell-normal-border-color: var(--color-line1-2,#d9d9d9);
    --calendar-fullscreen-table-cell-current-background: var(--color-white,#fff);
    --calendar-fullscreen-table-cell-other-color: var(--color-text1-1,#ccc);
    --calendar-fullscreen-table-cell-disabled-background: var(--color-fill1-1,#fff);
    --calendar-fullscreen-table-cell-disabled-color: var(--color-text1-1,#ccc);
    --calendar-card-table-cell-normal-color: var(--color-text1-3,#333);
    --calendar-card-table-cell-select-border-color: var(--color-brand1-6,#0064c8);
    --calendar-card-table-cell-other-background: var(--color-white,#fff);
    --calendar-card-table-cell-other-border-color: var(--color-white,#fff);
    --calendar-card-table-cell-disabled-background: var(--color-fill1-1,#fff);
    --calendar-card-table-cell-disabled-border-color: var(--color-fill1-1,#fff);
    --calendar-card-table-cell-current-background: var(--color-white,#fff);
    --calendar-card-table-cell-inrange-background: var(--color-brand1-1,#f0f7ff);
    --calendar-card-table-cell-inrange-color: var(--color-brand1-6,#0064c8);
    --calendar-card-table-cell-inrange-border-color: var(--color-brand1-1,#f0f7ff);
    --checkbox-border-color: var(--color-line1-3,#ccc);
    --checkbox-hovered-border-color: var(--color-brand1-4,#589adb);
    --checkbox-label-color: var(--color-text1-3,#333);
    --checkbox-bg-color: var(--color-fill1-1,#fff);
    --checkbox-disabled-border-color: var(--color-transparent,transparent);
    --checkbox-disabled-circle-color: var(--color-fill1-1,#fff);
    --checkbox-disabled-bg-color: var(--color-fill1-4,#d9d9d9);
    --checkbox-circle-size: var(--icon-xs,12px);
    --checkbox-hovered-bg-color: var(--color-brand1-1,#f0f7ff);
    --menu-btn-pure-text-normal-icon-color: var(--color-fill1-5,grey);
    --menu-btn-ghost-light-disabled-icon-color: var(--btn-ghost-light-color-disabled,rgba(0,0,0,.1));
    --menu-btn-ghost-dark-disabled-icon-color: var(--btn-ghost-dark-color-disabled,hsla(0,0%,100%,.4));
    --range-normal-unselected-color: var(--color-line1-1,#e5e5e5);
    --range-normal-selected-color: var(--color-brand1-4,#589adb);
    --range-normal-selected-color-disabled: var(--color-line1-2,#d9d9d9);
    --range-normal-slider-bg-color-disabled: var(--color-fill1-1,#fff);
    --range-normal-unselected-color-hover: var(--color-line1-1,#e5e5e5);
    --range-normal-selected-color-hover: var(--color-notice-3,#90c0ef);
    --range-normal-slider-border-color-disabled: var(--color-line1-3,#ccc);
    --range-normal-mark-selected-color-disabled: var(--color-text1-1,#ccc);
    --range-normal-slider-bg-color: var(--color-white,#fff);
    --range-normal-slider-bg-color-hover: var(--color-white,#fff);
    --tree-switch-arrow-size: var(--icon-xxs,8px);
    --tree-switch-margint-right: var(--s-1,4px);
    --tree-node-padding: var(--s-1,4px);
    --tree-node-selected-color: var(--color-brand1-6,#0064c8);
    --tree-node-normal-color: var(--color-text1-3,#333);
    --tree-switch-arrow-color: var(--color-text1-3,#333);
    --tree-node-hover-color: var(--color-text1-3,#333);
    --tree-switch-hover-arrow-color: var(--color-text1-3,#333);
    --tree-switch-icon-color: var(--color-fill1-5,grey);
    --tree-line-color: var(--color-line1-2,#d9d9d9);
    --tree-switch-hover-icon-color: var(--color-fill1-5,grey);
    --tree-switch-hover-bg-color: var(--color-fill1-2,#f7f7f7);
    --tree-switch-border-color: var(--color-fill1-4,#d9d9d9);
    --tree-switch-hover-border-color: var(--color-line1-5,#aaa);
    --tree-line-width: var(--line-1,1px);
    --tree-node-normal-background: var(--color-white,#fff);
    --tree-switch-bg-color: var(--color-white,#fff);
    --tree-node-selected-background: var(--color-brand1-1,#f0f7ff);
    --tree-node-disabled-background: var(--color-white,#fff);
    --tree-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --switch-disabled-on-trigger-bg-color: var(--color-white,#fff);
    --switch-disabled-off-trigger-bg-color: var(--color-white,#fff);
    --switch-normal-on-bg-color: var(--color-success-4,#67cf98);
    --switch-hover-on-bg-color: var(--color-success-6,#23b066);
    --switch-normal-off-border-color: var(--color-transparent,transparent);
    --switch-hover-off-border-color: var(--color-transparent,transparent);
    --switch-size-m-trigger: var(--s-4,16px);
    --switch-size-s-trigger: var(--s-3,12px);
    --switch-normal-off-bg-color: #ccc;
    --switch-hover-off-bg-color: var(--color-border-5,#d9d9d9);
    --switch-disabled-off-bg-color: var(--color-border-2,#ccc);
    --message-notice-color-icon-toast: var(--color-brand1-6,#0064c8);
    --message-close-icon-size: var(--icon-s,16px);
    --message-error-color-bg-inline: var(--color-error-1,#ffeceb);
    --message-warning-color-bg-inline: var(--color-warning-1,#fff5eb);
    --message-notice-color-bg-inline: var(--color-notice-1,#f0f7ff);
    --message-loading-color-bg-inline: var(--color-notice-1,#f0f7ff);
    --message-success-color-bg-inline: var(--color-success-1,#ebfff6);
    --message-success-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-error-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-warning-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-notice-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-help-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-loading-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-help-color-bg-inline: var(--color-notice-1,#f0f7ff);
    --message-help-color-icon-toast: var(--color-brand1-6,#0064c8);
    --message-success-color-content-toast: var(--color-text1-6,#696969);
    --message-error-color-content-toast: var(--color-text1-6,#696969);
    --message-error-color-content-inline: var(--color-text1-6,#696969);
    --message-warning-color-content-inline: var(--color-text1-6,#696969);
    --message-warning-color-content-toast: var(--color-text1-6,#696969);
    --message-notice-color-content-inline: var(--color-text1-6,#696969);
    --message-notice-color-content-toast: var(--color-text1-6,#696969);
    --message-help-color-content-inline: var(--color-text1-6,#696969);
    --message-help-color-content-toast: var(--color-text1-6,#696969);
    --message-loading-color-content-inline: var(--color-text1-6,#696969);
    --message-loading-color-content-toast: var(--color-text1-6,#696969);
    --message-success-color-content-inline: var(--color-text1-3,#333);
    --message-close-icon-color: var(--color-fill1-5,grey);
    --message-hover-close-icon-color: var(--color-text1-5,#262626);
    --message-help-icon-content: "\E714";
    --message-size-l-icon: var(--icon-m,20px);
    --message-size-m-icon: var(--icon-m,20px);
    --message-notice-color-icon-inline: var(--color-notice-6,#0057ad);
    --message-help-color-icon-inline: var(--color-notice-6,#0057ad);
    --message-loading-color-icon-inline: var(--color-notice-6,#0057ad);
    --message-border-style-toast: var(--line-solid,solid);
    --message-success-color-bg-toast: var(--color-white,#fff);
    --message-error-color-bg-toast: var(--color-white,#fff);
    --message-warning-color-bg-toast: var(--color-white,#fff);
    --message-notice-color-bg-toast: var(--color-white,#fff);
    --message-help-color-bg-toast: var(--color-white,#fff);
    --message-help-color-content-addon: var(--color-text1-3,#333);
    --message-loading-color-bg-toast: var(--color-white,#fff);
    --message-loading-color-content-addon: var(--color-text1-3,#333);
    --message-loading-color-icon-toast: var(--color-brand1-6,#0064c8);
    --message-success-color-icon-addon: var(--color-success-5,#43bf7e);
    --message-error-color-icon-addon: var(--color-error-5,#ed675a);
    --message-warning-color-icon-addon: var(--color-warning-5,#f7a854);
    --dialog-shadow: var(--shadow-3-down,0px 6px 24px 0px rgba(0,0,0,.1));
    --dialog-title-border-color: var(--color-transparent,transparent);
    --dialog-close-size: var(--icon-s,16px);
    --dialog-title-padding-bottom: var(--s-1,4px);
    --dialog-content-font-size: var(--font-size-body-1,12px);
    --dialog-close-color: var(--color-fill1-5,grey);
    --dialog-close-color-hovered: var(--color-fill1-5,grey);
    --dialog-content-color: var(--color-text1-6,#696969);
    --dialog-title-padding-top: var(--s-5,20px);
    --dialog-title-padding-left-right: var(--s-5,20px);
    --dialog-content-padding-top: var(--s-4,16px);
    --dialog-content-padding-bottom: var(--s-5,20px);
    --dialog-content-padding-left-right: var(--s-5,20px);
    --dialog-footer-padding-bottom: var(--s-5,20px);
    --dialog-message-content-padding-left-right: var(--s-5,20px);
    --dialog-close-right: var(--s-5,20px);
    --dialog-message-content-padding-top: var(--s-5,20px);
    --dialog-message-content-padding-bottom: var(--s-zero,0px);
    --dialog-bg: var(--color-bg-3,#fff);
    --dialog-footer-bg-color: var(--color-bg-3,#fff);
    --progress-circle-underlay-color: var(--color-fill1-3,#e5e5e5);
    --progress-line-error-color: var(--color-error-5,#ed675a);
    --progress-line-success-color: var(--color-success-5,#43bf7e);
    --progress-line-started-color: var(--color-error-5,#ed675a);
    --progress-line-middle-color: var(--color-warning-5,#f7a854);
    --progress-line-finishing-color: var(--color-success-5,#43bf7e);
    --progress-circle-error-color: var(--color-error-5,#ed675a);
    --progress-circle-success-color: var(--color-success-5,#43bf7e);
    --progress-circle-started-color: var(--color-error-5,#ed675a);
    --progress-circle-middle-color: var(--color-warning-5,#f7a854);
    --progress-circle-finishing-color: var(--color-success-5,#43bf7e);
    --progress-line-underlay-color: var(--color-fill1-3,#e5e5e5);
    --progress-circle-text-color: var(--color-fill1-5,grey);
    --progress-line-normal-color: var(--color-brand1-6,#0064c8);
    --pagination-current-color: var(--color-text1-2,#696969);
    --pagination-total-color: var(--color-text1-2,#696969);
    --pagination-item-color: var(--color-text1-2,#696969);
    --pagination-item-border-color: var(--color-white,#fff);
    --pagination-item-bg: var(--color-white,#fff);
    --pagination-total-font-size: var(--font-size-body-1,12px);
    --pagination-icon-ellipsis-content: "\E700";
    --pagination-arrow-hover-color: var(--color-fill1-7,#595959);
    --pagination-arrow-color: var(--color-fill1-5,grey);
    --pagination-item-current-hover-bg: var(--color-transparent,transparent);
    --pagination-ellipsis-size: var(--icon-xs,12px);
    --pagination-large-ellipsis-size: var(--icon-s,16px);
    --pagination-small-ellipsis-size: var(--icon-xs,12px);
    --pagination-ellipsis-color: var(--color-text1-2,#696969);
    --pagination-jump-color: var(--color-text1-2,#696969);
    --pagination-item-hover-bg: var(--color-fill1-2,#f7f7f7);
    --radio-border-color: var(--color-line1-1,#e5e5e5);
    --radio-disabled-border-color: var(--color-line1-1,#e5e5e5);
    --radio-checked-disabled-border-color: var(--color-fill1-3,#e5e5e5);
    --radio-checked-bg-color: var(--color-white,#fff);
    --radio-hovered-bg-color: var(--color-brand1-1,#f0f7ff);
    --radio-checked-disabled-bg-color: var(--color-fill1-2,#f7f7f7);
    --radio-normal-font-color-disabled: var(--color-fill1-4,#d9d9d9);
    --radio-checked-disabled-circle-color: var(--color-text1-1,#ccc);
    --radio-button-height-medium: var(--s-8,32px);
    --radio-button-border-color-checked: var(--color-brand1-6,#0064c8);
    --radio-button-height-large: var(--s-9,36px);
    --radio-button-height-small: var(--s-6,24px);
    --radio-button-font-color: var(--color-text1-6,#696969);
    --radio-button-font-color-hovered: var(--color-text1-6,#696969);
    --radio-button-corner-large: var(--corner-1,2px);
    --radio-bg-color: var(--color-white,#fff);
    --radio-normal-font-color: var(--color-text1-4,#1a1a1a);
    --radio-button-bg-color: var(--color-white,#fff);
    --radio-button-bg-color-checked: var(--color-white,#fff);
    --radio-button-font-color-checked: var(--color-brand1-6,#0064c8);
    --step-circle-item-title-process-color: var(--color-text1-3,#333);
    --step-circle-item-node-finish-border-color: var(--color-brand1-2,#cae3fd);
    --step-circle-item-title-finish-color: var(--color-text1-2,#696969);
    --step-circle-item-content-margin-top: var(--s-1,4px);
    --step-circle-item-node-process-size: var(--s-6,24px);
    --step-circle-item-node-border-width: var(--line-1,1px);
    --step-circle-item-tail-process-color: var(--color-line1-1,#e5e5e5);
    --step-dot-item-tail-wait-color: var(--color-line1-1,#e5e5e5);
    --step-dot-item-tail-process-color: var(--color-line1-1,#e5e5e5);
    --step-dot-vertical-item-tail-size: var(--line-2,2px);
    --step-circle-item-node-wait-border-color: var(--color-fill1-3,#e5e5e5);
    --step-circle-item-node-wait-background: var(--color-fill1-3,#e5e5e5);
    --step-circle-item-node-wait-color: var(--color-text1-2,#696969);
    --step-circle-item-tail-finish-color: var(--color-brand1-6,#0064c8);
    --step-circle-item-node-process-color: var(--color-white,#fff);
    --step-circle-item-node-finish-color: var(--color-brand1-6,#0064c8);
    --step-circle-item-node-disabled-border-color: var(--color-line1-1,#e5e5e5);
    --step-circle-item-node-disabled-background: var(--color-white,#fff);
    --step-circle-vertical-item-title-margin-top: var(--s-2,8px);
    --step-circle-item-tail-bg-color: var(--color-line1-1,#e5e5e5);
    --step-dot-item-dot-border-width: var(--line-1,1px);
    --step-dot-item-title-process-color: var(--color-text1-4,#1a1a1a);
    --step-dot-item-title-finish-color: var(--color-text1-3,#333);
    --step-dot-item-node-wait-background: var(--color-white,#fff);
    --step-dot-item-node-finish-border-color: var(--color-brand1-6,#0064c8);
    --step-dot-item-node-finish-background: var(--color-white,#fff);
    --step-dot-item-node-disabled-border-color: var(--color-line1-2,#d9d9d9);
    --step-dot-item-node-disabled-background: var(--color-white,#fff);
    --step-dot-vertical-item-content-margin-top: var(--s-2,8px);
    --step-dot-item-tail-bg-color: var(--color-line1-1,#e5e5e5);
    --tab-wrapped-border-line-color: var(--color-line1-1,#e5e5e5);
    --tab-wrapped-bg-color: var(--color-white,#fff);
    --tab-capsule-bg-color: var(--color-white,#fff);
    --tab-capsule-bg-color-hover: var(--color-fill1-2,#f7f7f7);
    --tab-capsule-tab-border-line-color: var(--color-line1-1,#e5e5e5);
    --tab-capsule-tab-border-line-color-hover: var(--color-line1-1,#e5e5e5);
    --tab-pure-text-color-selected: var(--color-brand1-6,#0064c8);
    --tab-capsule-text-color-selected: var(--color-brand1-6,#0064c8);
    --tab-capsule-bg-color-selected: var(--color-white,#fff);
    --tab-capsule-text-color-hover: var(--color-text1-3,#333);
    --tab-item-font-weight-selected: var(--font-weight-medium,500);
    --tab-pure-divider-line-width: var(--line-1,1px);
    --tab-wrapped-border-line-width: var(--line-zero,0px);
    --tab-wrapped-border-side-width: var(--line-zero,0px);
    --tab-wrapped-content-border-line-width: var(--line-zero,0px);
    --tab-capsule-tab-border-line-color-active: var(--color-brand1-6,#0064c8);
    --tab-item-padding-lr-size-s: 16px;
    --tab-item-padding-lr-size-m: var(--s-4,16px);
    --tab-item-padding-tb-size-m: 9px;
    --tab-item-padding-tb-size-s: 9px;
    --tab-pure-divider-border-color: var(--color-line1-2,#d9d9d9);
    --tab-wrapped-text-color: var(--color-text1-3,#333);
    --tab-wrapped-text-color-hover: var(--color-text1-4,#1a1a1a);
    --tab-wrapped-text-color-selected: var(--color-brand1-6,#0064c8);
    --tab-wrapped-bg-color-selected: var(--color-white,#fff);
    --tab-capsule-text-color: var(--color-text1-4,#1a1a1a);
    --tab-text-text-color-normal: var(--color-text1-3,#333);
    --tab-text-text-color-hover: var(--color-text1-4,#1a1a1a);
    --tab-text-text-color-selected: var(--color-brand1-6,#0064c8);
    --menu-icon-selected-size: var(--icon-s,16px);
    --menu-padding-horizontal: var(--s-4,16px);
    --menu-icon-selected-hover-color: var(--color-brand1-6,#0064c8);
    --menu-icon-selected-color: var(--color-brand1-6,#0064c8);
    --menu-item-padding-ver-padding-l: var(--s-4,16px);
    --menu-item-padding-ver-padding-r: var(--s-4,16px);
    --menu-padding-ver-padding-lr: var(--s-2,8px);
    --menu-padding-title-horizontal: var(--s-2,8px);
    --menu-divider-margin-hoz: var(--s-2,8px);
    --menu-divider-color: var(--color-line1-1,#e5e5e5);
    --menu-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --menu-color: var(--color-text-2,#333);
    --menu-background: var(--color-bg-5,#fff);
    --menu-arrow-color: grey;
    --menu-background-selected: var(--color-fill-3,#f0f7ff);
    --menu-color-selected: #333;
    --menu-background-hover: var(--color-fill-2,#f7f7f7);
    --menu-color-hover: var(--color-text-2,#333);
    --timeline-item-done-background: var(--color-fill1-3,#e5e5e5);
    --timeline-item-body-margin-top: var(--s-2,8px);
    --timeline-item-title-margin-top: var(--s-2,8px);
    --timeline-item-title-color: var(--color-text1-3,#333);
    --timeline-item-node-padding: var(--s-1,4px);
    --timeline-item-body-color: var(--color-text1-3,#333);
    --timeline-item-done-dot-size: var(--s-2,8px);
    --timeline-item-process-dot-size: var(--s-2,8px);
    --timeline-item-success-dot-size: var(--s-2,8px);
    --timeline-item-error-dot-size: var(--s-2,8px);
    --cascader-menu-icon-expand-size: var(--icon-s,16px);
    --cascader-menu-border-color: var(--color-line1-1,#e5e5e5);
    --cascader-menu-icon-expand-color: var(--color-fill1-5,grey);
    --cascader-menu-item-expanded-background-color: var(--color-fill1-2,#f7f7f7);
    --rating-normal-underlay-color: var(--color-fill1-4,#d9d9d9);
    --rating-grade-low-overlay-color: var(--color-fill1-5,grey);
    --tag-fill-text-color: var(--color-brand1-6,#0064c8);
    --tag-closable-normal-bg: var(--color-line1-1,#e5e5e5);
    --tag-fill-tail-color: var(--color-brand1-6,#0064c8);
    --tag-fill-text-color-hover: var(--color-brand1-6,#0064c8);
    --tag-fill-tail-color-hover: var(--color-brand1-6,#0064c8);
    --tag-secondary-bg-hover: var(--color-brand1-1,#f0f7ff);
    --tag-closable-primary-fill-text-color: var(--color-brand1-6,#0064c8);
    --tag-closable-primary-fill-text-color-hover: var(--color-brand1-6,#0064c8);
    --tag-closable-primary-fill-border-color-disabled: var(--color-line1-1,#e5e5e5);
    --tag-closable-primary-fill-bg-color-disabled: var(--color-white,#fff);
    --tag-closable-primary-fill-bg-color: var(--color-brand1-1,#f0f7ff);
    --tag-closable-bordered-bg: var(--color-fill1-2,#f7f7f7);
    --tag-bordered-bg: var(--color-fill1-2,#f7f7f7);
    --tag-size-l-icon-font: var(--icon-s,16px);
    --tag-size-l-tick-icon-bg-size: var(--s-zero,0px);
    --tag-size-m-tick-icon-bg-size: var(--s-zero,0px);
    --tag-size-s-tick-icon-bg-size: var(--s-zero,0px);
    --tag-bordered-text-color: var(--color-text1-6,#696969);
    --tag-closable-normal-icon-color-disabled: var(--color-fill1-3,#e5e5e5);
    --tag-closable-normal-bg-hover: var(--color-line1-1,#e5e5e5);
    --tag-closable-bordered-bg-hover: var(--color-fill1-2,#f7f7f7);
    --tag-bordered-text-color-hover: var(--color-text1-6,#696969);
    --tag-closable-primary-fill-bg-color-hover: var(--color-brand1-1,#f0f7ff);
    --tag-closable-normal-icon-color-hover: var(--color-fill1-5,grey);
    --tag-closable-bordered-tail-color: var(--color-fill1-5,grey);
    --tag-fill-border-color: var(--color-transparent,transparent);
    --tag-fill-border-color-hover: var(--color-transparent,transparent);
    --tag-bordered-border-color: var(--color-transparent,transparent);
    --tag-bordered-border-color-hover: var(--color-transparent,transparent);
    --tag-fill-border-color-disabled: var(--color-fill1-2,#f7f7f7);
    --tag-closable-bordered-border-color: var(--color-fill1-2,#f7f7f7);
    --tag-closable-bordered-border-color-hover: var(--color-fill1-2,#f7f7f7);
    --tag-closable-primary-fill-border-color: var(--color-brand1-1,#f0f7ff);
    --tag-closable-primary-fill-border-color-hover: var(--color-brand1-1,#f0f7ff);
    --tag-closable-bordered-text-color: var(--color-text1-6,#696969);
    --tag-closable-bordered-text-color-hover: var(--color-text1-6,#696969);
    --tag-closable-bordered-tail-color-hover: var(--color-text1-6,#696969);
    --tag-bordered-bg-hover: var(--color-line1-1,#e5e5e5);
    --tag-checkable-fill-text-color: var(--color-text1-3,#333);
    --tag-checkable-fill-bg-color: var(--color-fill1-3,#e5e5e5);
    --tag-checkable-fill-border-color: var(--color-fill1-3,#e5e5e5);
    --tag-checkable-fill-text-color-hover: var(--color-text1-4,#1a1a1a);
    --tag-checkable-fill-bg-color-hover: var(--color-fill1-4,#d9d9d9);
    --tag-checkable-fill-border-color-hover: var(--color-fill1-4,#d9d9d9);
    --tag-checkable-primary-text-color: var(--color-white,#fff);
    --tag-checkable-primary-border-color: var(--color-brand1-6,#0064c8);
    --tag-checkable-primary-text-color-hover: var(--color-white,#fff);
    --tag-checkable-primary-bg-color-hover: var(--color-brand1-9,#003263);
    --tag-checkable-primary-border-color-hover: var(--color-brand1-9,#003263);
    --tag-checkable-normal-icon-color-selected-disabled: var(--color-white,#fff);
    --tag-checkable-normal-text-color: var(--color-text-2,#333);
    --tag-checkable-normal-border-color: #d9d9d9;
    --tag-checkable-normal-bg: var(--color-white,#fff);
    --tag-checkable-normal-text-color-hover: var(--color-text-2,#333);
    --tag-checkable-normal-border-color-hover: var(--G30,#ccc);
    --tag-checkable-normal-bg-hover: var(--G0,#f7f7f7);
    --tag-checkable-normal-border-selected-disabled: var(--G20,#d9d9d9);
    --tag-checkable-normal-tick-bg-selected-disabled: var(--G0,#f7f7f7);
    --input-feedback-warning-color: var(--color-warning-5,#f7a854);
    --input-focus-shadow-spread: var(--line-zero,0px);
    --input-border-width: var(--line-1,1px);
    --input-feedback-warning-icon: "\E60B";
    --input-feedback-error-color: var(--color-text-2,#333);
    --input-hover-border-color: var(--color-border-2,#ccc);
    --input-text-color: var(--color-text-2,#333);
    --input-border-color: var(--color-border-1,#d9d9d9);
    --input-label-color: var(--color-text-5,#aaa);
    --input-disabled-border-color: var(--color-border-2,#ccc);
    --input-disabled-bg-color: var(--color-fill-2,#f7f7f7);
    --input-addon-bg-color: var(--color-bg-3,#fff);
    --input-feedback-warning-bg-color: var(--color-fill-1,#fff);
    --input-feedback-error-bg-color: var(--color-fill-1,#fff);
    --input-hint-color: var(--color-text-3,#696969);
    --input-hint-hover-color: var(--color-text-4,grey);
    --input-focus-border-color: var(--color-border-3,#aaa);
    --input-hover-bg-color: var(--color-fill-1,#fff);
    --input-bg-color: var(--color-fill-1,#fff);
    --input-focus-bg-color: var(--color-fill-1,#fff);
    --form-error-color: var(--color-error-4,#f2887e);
    --form-label-color: var(--color-text1-3,#333);
    --form-help-color: var(--color-text-4,grey);
    --upload-image-list-close-icon-size: var(--icon-s,16px);
    --upload-image-list-close-icon-right: var(--s-2,8px);
    --upload-text-list-bg-color: var(--color-transparent,transparent);
    --upload-image-list-item-picture-border-color: var(--color-transparent,transparent);
    --upload-card-list-corner: var(--corner-1,2px);
    --upload-card-add-text-margin-top: var(--s-2,8px);
    --upload-card-list-progressbar-height: var(--s-1,4px);
    --upload-drag-zone-upload-icon-color: var(--color-brand1-6,#0064c8);
    --upload-card-border-style: var(--line-dashed,dashed);
    --upload-card-border-color: var(--color-fill1-2,#f7f7f7);
    --upload-text-list-close-icon-color: var(--color-fill1-5,grey);
    --upload-text-list-close-icon-color-hover: var(--color-text1-5,#262626);
    --upload-text-list-name-font-color: var(--color-text1-3,#333);
    --upload-card-font-color: var(--color-text1-3,#333);
    --upload-card-icon-color: var(--color-fill1-5,grey);
    --upload-card-hover-font-color: var(--color-text1-3,#333);
    --upload-image-list-item-bg-color: var(--color-white,#fff);
    --upload-image-list-item-uploading-bg-color: var(--color-white,#fff);
    --upload-image-list-item-error-bg-color: var(--color-white,#fff);
    --select-color: var(--color-text1-3,#333);
    --select-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --drawer-shadow: var(--shadow-3-left,0px 0px 24px 0px rgba(0,0,0,.1));
    --drawer-close-size: var(--icon-s,16px);
    --drawer-title-border-color: var(--color-line1-1,#e5e5e5);
    --drawer-content-padding-top: var(--s-5,20px);
    --drawer-content-padding-bottom: var(--s-5,20px);
    --drawer-content-color: var(--color-text1-3,#333);
    --drawer-close-color: var(--color-text1-2,#696969);
    --drawer-close-color-hovered: var(--color-text1-4,#1a1a1a);
    --drawer-bg: var(--color-bg-3,#fff);
    --drawer-title-bg-color: #fff;
    --number-picker-normal-m-input-width: var(--s-25,100px);
    --number-picker-normal-l-input-width: var(--s-25,100px);
    --transfer-panel-background-color: var(--color-white,#fff);
    --transfer-panel-header-background-color: var(--color-fill1-1,#fff);
    --transfer-panel-footer-background-color: var(--color-white,#fff);
    --time-picker-menu-border-color: var(--color-line1-1,#e5e5e5);
    --time-picker-menu-item-color-disabled: var(--color-line1-1,#e5e5e5);
    --time-picker-menu-item-background-selected: var(--color-brand1-1,#f0f7ff);
    --time-picker-menu-title-color: var(--color-line1-5,#aaa);
    --time-picker-panel-background: var(--color-white,#fff);
    --time-picker-menu-border-width: var(--line-1,1px);
    --time-picker-menu-title-background: var(--color-white,#fff);
    --time-picker-menu-item-color: var(--color-text1-3,#333);
    --time-picker-menu-item-color-hover: var(--color-text1-4,#1a1a1a);
    --time-picker-menu-item-color-selected: var(--color-text1-3,#333);
    --time-picker-menu-item-background: var(--color-white,#fff);
    --time-picker-menu-item-background-disabled: var(--color-white,#fff);
    --typography-text-mark-background: var(--color-warning-2,#ffe0bf);
    --typography-text-color: var(--color-text1-4,#1a1a1a);
    --divider-hoz-color: var(--color-line1-1,#e5e5e5);
    --divider-hoz-text-color: var(--color-text1-4,#1a1a1a);
    --collapse-panel-border-color: var(--color-line1-1,#e5e5e5);
    --collapse-title-font-color: var(--color-text1-3,#333);
    --collapse-title-hover-font-color: var(--color-text1-2,#696969);
    --collapse-content-color: var(--color-text1-2,#696969);
    --collapse-border-width: var(--line-zero,0px);
    --collapse-title-border-width: var(--line-zero,0px);
    --collapse-title-bg-color: var(--color-fill1-2,#f7f7f7);
    --collapse-title-hover-bg-color: var(--color-fill1-3,#e5e5e5);
    --collapse-icon-color: var(--color-text1-2,#696969);
    --collapse-icon-hover-color: var(--color-text1-2,#696969);
    --collapse-content-bg-color: var(--color-white,#fff);
    --breadcrumb-text-current-color: var(--color-line1-3,#ccc);
    --breadcrumb-icon-color: var(--color-line1-3,#ccc);
    --breadcrumb-text-color: var(--color-text1-3,#333);
    --date-picker-panel-background: var(--color-white,#fff);
    --table-th-color: var(--color-text-4,grey);
    --table-group-th-bg: var(--color-bg-4,#f7f7f7);
    --table-group-th-color: var(--color-text-3,#696969);
    --table-row-bg: var(--color-bg-1,#fff);
    --table-row-color: var(--color-text-2,#333);
    --table-group-footer-color: var(--color-text-3,#696969);
    --table-row-hover-color: var(--color-text-2,#333);
    --table-th-bg: var(--color-bg-4,#f7f7f7);
    --table-row-selected-bg: var(--color-fill-3,#f0f7ff);
    --table-row-hover-bg: var(--color-fill-2,#f7f7f7);
    --table-normal-border-color: #e5e5e5;
    --list-size-s-title-font-size: var(--font-size-body-2,14px);
    --list-size-s-title-font-weight: var(--font-weight-medium,500);
    --list-size-s-item-title-font-size: var(--font-size-caption,12px);
    --list-size-m-item-content-font-size: var(--font-size-caption,12px);
    --list-size-m-item-title-font-size: var(--font-size-body-2,14px);
    --list-content-color: var(--color-text1-2,#696969);
    --list-divider-color: var(--color-line1-2,#d9d9d9);
    --split-btn-trigger-normal-icon-color: var(--color-fill1-5,grey);
    --split-btn-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --loading-large-dot-size: var(--icon-xxs,8px);
    --loading-medium-dot-size: var(--icon-xxs,8px);
    --paragraph-s-font-size: var(--font-size-body-1,12px);
    --paragraph-m-font-size: var(--font-size-body-2,14px);
    --paragraph-s-line-height: var(--font-lineheight-2,1.5);
    --paragraph-l-line-height: var(--font-lineheight-3,1.5);
    --paragraph-text-color: var(--space-grey-1,#1a1a1a);
    --shell-light-header-color: var(--color-black,#000);
    --shell-light-header-background: var(--color-white,#fff);
    --shell-light-header-shadow: var(--shadow-zero,none);
    --shell-light-navigation-ver-background: var(--color-white,#fff);
    --shell-light-navigation-ver-divider-size: var(--line-1,1px);
    --shell-light-navigation-ver-divider-color: var(--color-line1-1,#e5e5e5);
    --shell-light-content-background: var(--color-fill1-3,#e5e5e5);
    --shell-dark-navigation-ver-background: var(--color-text1-4,#1a1a1a);
    --shell-brand-navigation-ver-background: var(--color-white,#fff);
    --tree-select-background: var(--color-white,#fff);
    --line-0: var(--line-zero);
    --shadow-0: var(--shadow-zero);
    --corner-right-angle: var(--corner-zero);
    --s-0: var(--s-zero);
    --alicloudfe-components-theme: hybridcloud;
    --active-shadow: var(--shadow-1-down);
    --active-transition: 0.3s;
    --scrollbar-width: 4px;
    --scrollbar-height: 4px;
    --global-scrollbar-width: 6px;
    --global-scrollbar-height: 6px;
    --scrollbar-track-bg: transparent;
    --scrollbar-track-border-radius: 3px;
    --scrollbar-thumb-bg: rgba(0,0,0,.2);
    --scrollbar-thumb-hover-bg: rgba(0,0,0,.4);
    --btn-primary-hover-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    --btn-primary-active-shadow: 0 2px 4px 0 rgba(0,0,0,.18);
    --btn-normal-hover-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    --btn-normal-active-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
    --btn-small-min-width: 62px;
    --btn-medium-min-width: 62px;
    --btn-large-min-width: 64px;
    --btn-small-cn2-3-width: 62px;
    --btn-small-cn4-width: 72px;
    --btn-medium-cn2-3-width: 62px;
    --btn-medium-cn4-width: 80px;
    --btn-large-cn2-3-width: 64px;
    --btn-large-cn4-width: 88px;
    --menu-icon-selected-color: #333;
    --select-menu-select-icon-ml: -20px;
    --menu-padding: 6px;
    --menu-padding-horizontal: 8px;
    --menu-item-padding-ver-padding-r: 8px;
    --menu-item-padding-ver-padding-l: 8px;
    --menu-padding-horizontal-selectable: 24px;
    --number-picker-inline-group-border: 1px solid var(--input-border-color);
    --checkbox-icon-scale: 0.7;
    --message-title-weight: 500;
    --message-close-icon-size: 16px;
    --message-success-border-color: var(--color-success-7);
    --message-warning-border-color: var(--color-warning-7);
    --message-error-border-color: var(--color-error-7);
    --message-notice-border-color: var(--color-brand1-4);
    --message-help-border-color: var(--color-brand1-4);
    --transfer-panel-padding-mb: 8px;
    --transfer-panel-margin-mb: 0px;
    --dialog-title-border-color: var(--color-line1-1);
    --dialog-footer-padding-bottom: 20px;
    --dialog-close-size: 16px;
    --dialog-title-padding-bottom: 20px;
    --dialog-title-padding-top: 20px;
    --dialog-header-close-bg-width: 20px;
    --dialog-header-close-bg-height: 20px;
    --color-dialog-content: var(--color-text1-6);
    --colortag-border-width: 1px;
    --color-tag-turquoise-background: #c9efec;
    --tree-selected-font-weight: 600;
    --drawer-close-icon-ml: -14px;
    --pagination-item-disabled-bg: #fff;
    --pagination-total-font-size: 12px;
    --card-hover-shadow: none;
    --card-body-show-divider-padding-top: 16px;
    --tab-item-margin-lr-size-m: var(--tab-item-padding-lr-size-m);
    --tab-item-margin-lr-size-s: var(--tab-item-padding-lr-size-s);
    --color-table-selected-border: var(--color-brand1-6);
    --table-lock-right-shadow: -2px 0 3px rgba(0,0,0,.12);
    --table-lock-left-shadow: 2px 0 3px rgba(0,0,0,.12);
    --table-ping-right-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    --table-ping-left-shadow: inset 10px 0 8px -8px rgba(0,0,0,.15);
    --color-skeleton-bg-normal: #eee;
    --color-skeleton-bg-light: #f5f5f5;
    --drawer-footer-padding-top: var(--s-4,16px);
    --drawer-footer-padding-bottom: var(--s-4,16px);
    --drawer-footer-padding-left: var(--s-5,20px);
    --drawer-footer-padding-right: var(--s-5,20px);
    --drawer-footer-bg-color: var(--color-white,#fff);
    --drawer-footer-border-color: var(--color-line1-1,#eaeaea);
    --drawer-footer-border-width: var(--line-1,1px);
    --drawer-has-footer-margin-bottom: var(--s-10,40px);
    --drawer-header-close-bg-width: var(--s-5,20px);
    --drawer-header-close-bg-height: var(--s-5,20px);
    --drawer-header-close-transform-left: -4px;
    --drawer-header-close-border-radius: 2px;
    --modal-header-close-bg-width: 20px;
    --modal-header-close-bg-height: 20px;
    --modal-header-close-border-radius: 2px;
    --modal-header-close-margin-right: 18px;
    --search-before-title-icon-padding: 0 0 0 8px;
    --search-before-title-icon-font-size: 20px;
    --search-before-title-icon-margin: 0 8px 0 0;
    --date-picker2-time-bg: var(--color-brand1-1,#001a33);
    --step-circle-item-tail-finish-color: var(--color-brand1-6);
    --color-mention-1: #f0f0ff;
    --color-mention-2: #d7d7fc;
    --color-mention-3: #bbbbfa;
    --color-mention-4: #a6a3f7;
    --color-mention-5: #8a87f5;
    --color-mention-6: #6b67e0;
    --color-mention-7: #4440bd;
    --color-mention-8: #272399;
    --color-mention-9: #120e75;
    --color-mention-10: #030052;
    --color-mention-1-rgb: 240,240,255;
    --color-mention-2-rgb: 215,215,252;
    --color-mention-3-rgb: 187,187,250;
    --color-mention-4-rgb: 166,163,247;
    --color-mention-5-rgb: 138,135,245;
    --color-mention-6-rgb: 107,103,224;
    --color-mention-7-rgb: 68,64,189;
    --color-mention-8-rgb: 39,35,153;
    --color-mention-9-rgb: 18,14,117;
    --color-mention-10-rgb: 3,0,82;
    --space-grey-1: #f0f2f5;
    --space-grey-2: #e9ebf0;
    --space-grey-3: #dadde3;
    --space-grey-4: #c7cbd4;
    --space-grey-5: #a4acbd;
    --space-grey-6: #818a9c;
    --space-grey-7: #586173;
    --space-grey-8: #3f454f;
    --space-grey-9: #2d333d;
    --space-grey-10: #191b1f;
    --color-grey-1-rgb: 240,242,245;
    --color-grey-2-rgb: 233,235,240;
    --color-grey-3-rgb: 218,221,227;
    --color-grey-4-rgb: 199,203,212;
    --color-grey-5-rgb: 164,172,189;
    --color-grey-6-rgb: 129,138,156;
    --color-grey-7-rgb: 88,97,115;
    --color-grey-8-rgb: 63,69,79;
    --color-grey-9-rgb: 45,51,61;
    --color-grey-10-rgb: 25,27,31;
    --color-link-1: var(--color-brand1-6);
    --color-link-2: var(--color-brand1-7);
    --color-link-3: var(--color-brand1-5);
    --color-card-1-bg: #fff;
    --color-card-2-bg: #f7f7f7;
    --color-error-1-rgb: 255,236,235;
    --color-error-2-rgb: 252,206,202;
    --color-error-3-rgb: 247,170,163;
    --color-error-4-rgb: 242,136,126;
    --color-error-5-rgb: 237,103,90;
    --color-error-6-rgb: 232,71,56;
    --color-error-7-rgb: 196,49,35;
    --color-error-8-rgb: 161,31,19;
    --color-error-9-rgb: 125,18,7;
    --color-error-10-rgb: 82,7,0;
    --color-success-10-rgb: 0,82,38;
    --color-success-9-rgb: 2,107,52;
    --color-success-8-rgb: 10,130,67;
    --color-success-7-rgb: 21,153,83;
    --color-success-5-rgb: 67,191,126;
    --color-success-6-rgb: 35,176,102;
    --color-success-4-rgb: 103,207,152;
    --color-success-3-rgb: 144,222,181;
    --color-success-2-rgb: 209,244,225;
    --color-success-1-rgb: 235,255,246;
    --color-brand1-1-rgb: 240,247,255;
    --color-brand1-2-rgb: 202,227,253;
    --color-brand1-3-rgb: 144,192,239;
    --color-brand1-4-rgb: 88,154,219;
    --color-brand1-5-rgb: 42,125,209;
    --color-brand1-6-rgb: 0,100,200;
    --color-brand1-7-rgb: 0,87,173;
    --color-brand1-8-rgb: 0,62,124;
    --color-brand1-9-rgb: 0,50,99;
    --color-brand1-10-rgb: 0,41,82;
    --color-warning-10-rgb: 82,42,0;
    --color-warning-9-rgb: 119,65,6;
    --color-warning-8-rgb: 163,90,10;
    --color-warning-7-rgb: 207,116,18;
    --color-warning-5-rgb: 247,168,84;
    --color-warning-6-rgb: 249,142,26;
    --color-warning-4-rgb: 255,185,110;
    --color-warning-1-rgb: 255,245,235;
    --color-warning-3-rgb: 255,205,150;
    --color-warning-2-rgb: 255,224,191;
    --color-help-9-rgb: 128,98,8;
    --color-help-8-rgb: 168,130,13;
    --color-help-7-rgb: 222,172,22;
    --color-help-6-rgb: 250,195,30;
    --color-help-10-rgb: 87,66,3;
    --color-help-5-rgb: 255,210,74;
    --color-help-4-rgb: 255,221,117;
    --color-help-3-rgb: 255,231,161;
    --color-help-2-rgb: 255,242,204;
    --color-help-1-rgb: 255,247,224;
    --color-C0: #ffebef;
    --color-C10: #f2c2ce;
    --color-C20: #e68aa1;
    --color-C30: #d95777;
    --color-C40: #cc2952;
    --color-C50: #bf0030;
    --color-C60: #a60029;
    --color-C70: #73001d;
    --color-C80: #590016;
    --color-C90: #400010;
    --color-C0-rgb: 255,235,239;
    --color-C10-rgb: 242,194,206;
    --color-C20-rgb: 230,138,161;
    --color-C30-rgb: 217,87,119;
    --color-C40-rgb: 204,41,82;
    --color-C50-rgb: 191,0,48;
    --color-C60-rgb: 166,0,41;
    --color-C70-rgb: 115,0,29;
    --color-C80-rgb: 89,0,22;
    --color-C90-rgb: 64,0,16;
    --color-PR0: #ffeceb;
    --color-PR10: #f2c1bd;
    --color-PR20: #e6948e;
    --color-PR30: #e6948e;
    --color-PR40: #cc473d;
    --color-PR50: #be271b;
    --color-PR60: #a11a10;
    --color-PR70: #801109;
    --color-PR80: #610903;
    --color-PR90: #400400;
    --color-PR0-rgb: 255,236,235;
    --color-PR10-rgb: 242,193,189;
    --color-PR20-rgb: 230,148,142;
    --color-PR30-rgb: 230,148,142;
    --color-PR40-rgb: 204,71,61;
    --color-PR50-rgb: 190,39,27;
    --color-PR60-rgb: 161,26,16;
    --color-PR70-rgb: 128,17,9;
    --color-PR80-rgb: 97,9,3;
    --color-PR90-rgb: 64,4,0;
    --color-A0: #fff3eb;
    --color-A10: #f7d3ba;
    --color-A20: #f0b286;
    --color-A30: #e89356;
    --color-A40: #e37629;
    --color-A50: #db5b00;
    --color-A60: #b54b00;
    --color-A70: #8f3c00;
    --color-A80: #692c00;
    --color-A90: #401b00;
    --color-A0-rgb: 255,243,235;
    --color-A10-rgb: 247,211,186;
    --color-A20-rgb: 240,178,134;
    --color-A30-rgb: 232,147,86;
    --color-A40-rgb: 227,118,41;
    --color-A50-rgb: 219,91,0;
    --color-A60-rgb: 181,75,0;
    --color-A70-rgb: 143,60,0;
    --color-A80-rgb: 105,44,0;
    --color-A90-rgb: 64,27,0;
    --color-Gold0: #fff9de;
    --color-Gold10: #fff5c4;
    --color-Gold20: #fff1ab;
    --color-Gold30: #fe9;
    --color-Gold40: #e8d36b;
    --color-Gold50: #d1bb4f;
    --color-Gold60: #b39f40;
    --color-Gold70: #80712b;
    --color-Gold80: #574d1c;
    --color-Gold90: #3d3614;
    --color-Gold0-rgb: 255,249,222;
    --color-Gold10-rgb: 255,245,196;
    --color-Gold20-rgb: 255,241,171;
    --color-Gold30-rgb: 255,238,153;
    --color-Gold40-rgb: 232,211,107;
    --color-Gold50-rgb: 209,187,79;
    --color-Gold60-rgb: 179,159,64;
    --color-Gold70-rgb: 128,113,43;
    --color-Gold80-rgb: 87,77,28;
    --color-Gold90-rgb: 61,54,20;
    --color-L0: #f0fae1;
    --color-L10: #cee8a7;
    --color-L20: #b3d186;
    --color-L30: #85ba2f;
    --color-L40: #6c9e1c;
    --color-L50: #538700;
    --color-L60: #457000;
    --color-L70: #375900;
    --color-L80: #294200;
    --color-L90: #1b2b00;
    --color-L0-rgb: 240,250,225;
    --color-L10-rgb: 206,232,167;
    --color-L20-rgb: 179,209,134;
    --color-L30-rgb: 133,186,47;
    --color-L40-rgb: 108,158,28;
    --color-L50-rgb: 83,135,0;
    --color-L60-rgb: 69,112,0;
    --color-L70-rgb: 55,89,0;
    --color-L80-rgb: 41,66,0;
    --color-L90-rgb: 27,43,0;
    --color-E0: #e1faf6;
    --color-E10: #bae8e2;
    --color-E20: #8ad1c8;
    --color-E30: #61baae;
    --color-E40: #3da193;
    --color-E50: #21887a;
    --color-E60: #157568;
    --color-E70: #0c6358;
    --color-E80: #055247;
    --color-E90: #004037;
    --color-E0-rgb: 225,250,246;
    --color-E10-rgb: 186,232,226;
    --color-E20-rgb: 138,209,200;
    --color-E30-rgb: 97,186,174;
    --color-E40-rgb: 61,161,147;
    --color-E50-rgb: 33,136,122;
    --color-E60-rgb: 21,117,104;
    --color-E70-rgb: 12,99,88;
    --color-E80-rgb: 5,82,71;
    --color-E90-rgb: 0,64,55;
    --color-M0: #e6fbff;
    --color-M10: #aee2eb;
    --color-M20: #7bcedb;
    --color-M30: #57ccd9;
    --color-M40: #00b3c7;
    --color-M50: #009cad;
    --color-M60: #008594;
    --color-M70: #006e7a;
    --color-M80: #005761;
    --color-M90: #004047;
    --color-M0-rgb: 230,251,255;
    --color-M10-rgb: 174,226,235;
    --color-M20-rgb: 123,206,219;
    --color-M30-rgb: 87,204,217;
    --color-M40-rgb: 0,179,199;
    --color-M50-rgb: 0,156,173;
    --color-M60-rgb: 0,133,148;
    --color-M70-rgb: 0,110,122;
    --color-M80-rgb: 0,87,97;
    --color-M90-rgb: 0,64,71;
    --color-Ocean0: #e6f9ff;
    --color-Ocean10: #afdef0;
    --color-Ocean20: #79c5e0;
    --color-Ocean30: #49add1;
    --color-Ocean40: #0092c7;
    --color-Ocean50: #007fad;
    --color-Ocean60: #006e96;
    --color-Ocean70: #005e80;
    --color-Ocean80: #004d69;
    --color-Ocean90: #003c52;
    --color-Ocean0-rgb: 230,249,255;
    --color-Ocean10-rgb: 175,222,240;
    --color-Ocean20-rgb: 121,197,224;
    --color-Ocean30-rgb: 73,173,209;
    --color-Ocean40-rgb: 0,146,199;
    --color-Ocean50-rgb: 0,127,173;
    --color-Ocean60-rgb: 0,110,150;
    --color-Ocean70-rgb: 0,94,128;
    --color-Ocean80-rgb: 0,77,105;
    --color-Ocean90-rgb: 0,60,82;
    --color-Sky0: #f0f8ff;
    --color-Sky10: #bbddfa;
    --color-Sky20: #89c3f5;
    --color-Sky30: #5aabf2;
    --color-Sky40: #2b94f0;
    --color-Sky50: #007eed;
    --color-Sky60: #006bc9;
    --color-Sky70: #0058a6;
    --color-Sky80: #004582;
    --color-Sky90: #00315c;
    --color-Sky0-rgb: 240,248,255;
    --color-Sky10-rgb: 187,221,250;
    --color-Sky20-rgb: 137,195,245;
    --color-Sky30-rgb: 90,171,242;
    --color-Sky40-rgb: 43,148,240;
    --color-Sky50-rgb: 0,126,237;
    --color-Sky60-rgb: 0,107,201;
    --color-Sky70-rgb: 0,88,166;
    --color-Sky80-rgb: 0,69,130;
    --color-Sky90-rgb: 0,49,92;
    --color-LP0: #f8f0ff;
    --color-LP10: #ecd6ff;
    --color-LP20: #e0bdff;
    --color-LP30: #d4a3ff;
    --color-LP40: #d48fff;
    --color-LP50: #b36ce6;
    --color-LP60: #8d44c2;
    --color-LP70: #6b249e;
    --color-LP80: #4d0d7a;
    --color-LP90: #360856;
    --color-LP0-rgb: 248,240,255;
    --color-LP10-rgb: 236,214,255;
    --color-LP20-rgb: 224,189,255;
    --color-LP30-rgb: 212,163,255;
    --color-LP40-rgb: 212,143,255;
    --color-LP50-rgb: 179,108,230;
    --color-LP60-rgb: 141,68,194;
    --color-LP70-rgb: 107,36,158;
    --color-LP80-rgb: 77,13,122;
    --color-LP90-rgb: 54,8,86;
    --G0-rgb: 247,247,247;
    --G10-rgb: 229,229,229;
    --G20-rgb: 217,217,217;
    --G30-rgb: 204,204,204;
    --G40-rgb: 170,170,170;
    --G50-rgb: 128,128,128;
    --G60-rgb: 105,105,105;
    --G70-rgb: 51,51,51;
    --G80-rgb: 38,38,38;
    --G90-rgb: 26,26,26;
    --S0-rgb: 240,242,245;
    --S10-rgb: 220,224,232;
    --S20-rgb: 209,215,227;
    --S30-rgb: 190,198,212;
    --S40-rgb: 164,172,189;
    --S50-rgb: 129,138,156;
    --S60-rgb: 88,97,115;
    --S70-rgb: 63,69,79;
    --S80-rgb: 45,51,61;
    --S90-rgb: 25,27,31;
    --color-process-1: #ebf4ff;
    --color-process-2: #cae3fd;
    --color-process-3: #90c0ef;
    --color-process-4: #589ad8;
    --color-process-5: #297acc;
    --color-process-6: #0064c8;
    --color-process-7: #0057ad;
    --color-process-8: #003e7c;
    --color-process-9: #003263;
    --color-process-10: #002953;
    --color-process-1-rgb: 235,244,255;
    --color-process-2-rgb: 202,227,253;
    --color-process-3-rgb: 144,192,239;
    --color-process-4-rgb: 88,154,216;
    --color-process-5-rgb: 41,122,204;
    --color-process-6-rgb: 0,100,200;
    --color-process-7-rgb: 0,87,173;
    --color-process-8-rgb: 0,62,124;
    --color-process-9-rgb: 0,50,99;
    --color-process-10-rgb: 0,41,83
}

.next-empty,.next-empty-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center
}

.next-formily-item-bordered-none:not(.next-formily-item-inset) .next-input,.next-formily-item-inset .next-input {
    -webkit-box-shadow: none!important
}

.teamix-pro-field-icon-popup-search-input.teamix-pro-field-icon-popup-search-input:active,.teamix-pro-field-icon-popup-search-input.teamix-pro-field-icon-popup-search-input:hover {
    -webkit-box-shadow: none
}

.teamix-pro-field-has-extra,.teamix-pro-field-has-prefix-extra,.teamix-pro-field-output-overlay-trigger,.teamix-pro-pagination-custom-jumper,.teamix-pro-pagination-custom-mini-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-table-footer-right-wrapper,.teamix-pro-table-footer-right-wrapper>span {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: flex-end
}

.teamix-pro-sidebar-tree .teamix-icon+span.teamix-pro-ellipsis-content .teamix-pro-field-output-bold,.teamix-pro-sidebar-tree .teamix-icon+span.teamix-pro-field-output-bold {
    font-weight: unset
}

.teamix-pro-timeline-item,.teamix-pro-timeline-item-render-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center
}

.next-checkbox-wrapper .next-checkbox-inner,.next-input.next-medium,.next-menu-item.next-nav-item,.next-radio-wrapper.checked .next-radio-inner:after,.next-radio-wrapper .next-radio-inner,.next-tag,.next-tag.next-tag.next-tag.next-tag-closable.next-tag-level-normal.next-tag-closable,button.next-btn.next-medium.next-btn-normal,tr.next-table-row {
    -webkit-transition: color 0s
}

.TeamixSVG {
    color: var(--color-brand1-6);
    text-align: center
}

.teamix-result,.teamix-result-hoz .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-result-hasIcon .container,.teamix-result-hoz .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center
}

.teamix-result-hasIcon .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-result-yunxiao.teamix-result-full-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-justify-content: center
}

.teamix-result-yunxiao .container .image,.teamix-result-yunxiao .container .image img {
    margin: 0 auto
}

.teamix-result-yunxiao-large .image,.teamix-result-yunxiao-large .image img {
    height: 300px;
    width: 300px
}

.teamix-result-yunxiao-medium .image,.teamix-result-yunxiao-medium .image img {
    height: 240px;
    width: 240px
}

.teamix-result-yunxiao-small .image,.teamix-result-yunxiao-small .image img {
    height: 140px;
    width: 140px
}

.teamix-result-yunxiao-small .container .info .desc,.teamix-result-yunxiao-small .container .info .title {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

@media screen and (max-width: 1440px) {
    .teamix-result-yunxiao-large .image,.teamix-result-yunxiao-large .image img {
        height:240px;
        width: 240px
    }

    .teamix-result-yunxiao-large .info .title {
        font-size: 24px;
        font-size: var(--font-size-display-1,24px)
    }

    .teamix-result-yunxiao-medium .image,.teamix-result-yunxiao-medium .image img {
        height: 180px;
        width: 180px
    }
}

.teamix-avatar-image-xs,.teamix-avatar-image-xs img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 24px;
    width: 24px
}

.teamix-avatar-image-small,.teamix-avatar-image-small img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 28px;
    width: 28px
}

.teamix-avatar-image-medium,.teamix-avatar-image-medium img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 36px;
    width: 36px
}

.teamix-avatar-image-large,.teamix-avatar-image-large img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 48px;
    width: 48px
}

.teamix-avatar-image-xl,.teamix-avatar-image-xl img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 64px;
    width: 64px
}

.teamix-avatar-group-img,.teamix-avatar-group-text,.teamix-avatar-group-userImg,.teamix-avatar-group-userText {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    height: 24px;
    margin-right: -6px;
    vertical-align: middle;
    width: 24px
}

.next-balloon.next-pop-confirm,.teamix-avatar {
    -webkit-box-sizing: border-box
}

.teamix-avatar {
    -webkit-border-radius: 16px
}

.teamix-avatar.teamix-avatar-hover-close {
    -webkit-box-shadow: 0 0 0 1px #f7f7f7
}

.teamix-avatar-img {
    -webkit-border-radius: 50%
}

.teamix-avatar-close {
    -webkit-transform: translate(25%,-25%);
    -ms-transform: translate(25%,-25%)
}

.teamix-avatar-image-large,.teamix-avatar-image-large img,.teamix-avatar-image-medium,.teamix-avatar-image-medium img,.teamix-avatar-image-small,.teamix-avatar-image-small img,.teamix-avatar-image-xl,.teamix-avatar-image-xl img,.teamix-avatar-image-xs,.teamix-avatar-image-xs img,.teamix-avatar-text-large,.teamix-avatar-text-medium,.teamix-avatar-text-small,.teamix-avatar-text-xl,.teamix-avatar-text-xs {
    -webkit-border-radius: 50%
}

.teamix-avatar-cluster .teamix-avatar-cluster-item {
    -webkit-border-radius: 50%;
    -webkit-box-sizing: border-box
}

.teamix-avatar-cluster .teamix-avatar-cluster-item:hover {
    -webkit-box-shadow: 0 0 0 1px #f7f7f7
}

.teamix-avatar-cluster .teamix-avatar-cluster-item.teamix-avatar-cluster-item-hover-close {
    -webkit-box-shadow: 0 0 0 1px #f7f7f7
}

.teamix-avatar-cluster .teamix-avatar-cluster-item-img,.teamix-avatar-cluster .teamix-avatar-cluster-item-text {
    -webkit-border-radius: 50%
}

.teamix-avatar-cluster .teamix-avatar-cluster-item-text .scale {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8)
}

.teamix-avatar-cluster .teamix-avatar-cluster-item-close {
    -webkit-transform: translate(25%,-25%);
    -ms-transform: translate(25%,-25%)
}

.teamix-avatar-group-moreUsers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.teamix-avatar-group-img,.teamix-avatar-group-text,.teamix-avatar-group-userImg,.teamix-avatar-group-userText {
    -webkit-border-radius: 50%;
    -webkit-box-sizing: content-box
}

.teamix-avatar-group-text .scale,.teamix-avatar-group-userText .scale {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8)
}

.teamix-avatar-group-userImg,.teamix-avatar-group-userText {
    border: unset!important
}

.teamix-avatar-group-more {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    -webkit-align-items: center!important;
    -webkit-border-radius: 50%;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important
}

.teamix-typography.teamix-typography-disabled {
    -webkit-user-select: none
}

.teamix-typography code,.teamix-typography kbd {
    -webkit-border-radius: 3px
}

.teamix-typography-copy,.teamix-typography-edit,.teamix-typography-expand {
    -webkit-transition: color .3s
}

.teamix-typography pre {
    -webkit-border-radius: 3px
}

.teamix-icon-loading-fill,.teamix-icon-loading-line {
    -webkit-animation: loadingCircle 1s linear infinite
}

@-webkit-keyframes loadingCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

.teamix-icon.teamix-xxs {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5)
}

.region-product-tab .next-tabs-bar {
    text-align: left
}

.region-product-tab .next-tabs-content {
    margin-top: 12px
}

.simple-des {
    display: inline-block;
    text-align: right;
    width: calc(100% - 541px)
}

.simple-des .teamix-status-tag {
    margin-left: 33px
}

.hasEvent {
    position: relative
}

.hasEvent:after {
    background-color: #f2887e;
    background-color: var(--color-error-4,#f2887e);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: -8px;
    top: 8px;
    width: 8px
}

.next-formily-array-base-addition,.next-formily-array-base-copy,.next-formily-array-base-move-down,.next-formily-array-base-move-up,.next-formily-array-base-remove,.next-formily-array-cards-addition,.next-formily-array-cards-move-down,.next-formily-array-cards-move-up,.next-formily-array-cards-remove {
    -webkit-transition: all .25s ease-in-out
}

.next-empty,.next-empty-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.next-empty-image {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8)
}

.next-formily-array-collapse-addition,.next-formily-array-collapse-move-down,.next-formily-array-collapse-move-up,.next-formily-array-collapse-remove {
    -webkit-transition: all .25s ease-in-out
}

.next-formily-array-collapse-item .next-formily-array-collapse-item-title,.next-formily-array-items-card {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between
}

.next-formily-array-items-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-transition: all .35s
}

.next-formily-array-items-card .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help {
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #eee
}

.next-formily-array-items-divide {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between
}

.next-formily-array-items-divide .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help {
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #eee
}

.next-formily-array-table .next-formily-array-table-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center
}

.next-formily-array-table .next-table td .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help {
    -webkit-border-radius: 3px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0)
}

.next-formily-array-table .next-table td .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help:after {
    -webkit-box-sizing: content-box!important;
    -ms-transform: rotate(45deg)
}

.next-formily-editable {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox
}

.next-formily-editable .next-form-text .next-tag {
    -webkit-transition: none!important
}

.next-formily-editable-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-formily-editable .next-formily-editable-close-btn,.next-formily-editable .next-formily-editable-edit-btn {
    -webkit-transition: all .25s ease-in-out
}

.next-formily-editable .next-form-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-formily-editable-trigger {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important
}

.next-formily-button-group-sticky-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-formily-button-group-sticky-inner .next-formily-item {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.next-formily-item .next-formily-item-item-col-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%
}

.next-formily-item .next-formily-item-item-col-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333333%;
    -webkit-flex: 0 0 95.83333333%
}

.next-formily-item .next-formily-item-item-col-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    -webkit-flex: 0 0 91.66666667%
}

.next-formily-item .next-formily-item-item-col-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    -webkit-flex: 0 0 87.5%
}

.next-formily-item .next-formily-item-item-col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    -webkit-flex: 0 0 83.33333333%
}

.next-formily-item .next-formily-item-item-col-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16666667%;
    -webkit-flex: 0 0 79.16666667%
}

.next-formily-item .next-formily-item-item-col-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%
}

.next-formily-item .next-formily-item-item-col-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333333%;
    -webkit-flex: 0 0 70.83333333%
}

.next-formily-item .next-formily-item-item-col-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    -webkit-flex: 0 0 66.66666667%
}

.next-formily-item .next-formily-item-item-col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    -webkit-flex: 0 0 62.5%
}

.next-formily-item .next-formily-item-item-col-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    -webkit-flex: 0 0 58.33333333%
}

.next-formily-item .next-formily-item-item-col-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16666667%;
    -webkit-flex: 0 0 54.16666667%
}

.next-formily-item .next-formily-item-item-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%
}

.next-formily-item .next-formily-item-item-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333333%;
    -webkit-flex: 0 0 45.83333333%
}

.next-formily-item .next-formily-item-item-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    -webkit-flex: 0 0 41.66666667%
}

.next-formily-item .next-formily-item-item-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    -webkit-flex: 0 0 37.5%
}

.next-formily-item .next-formily-item-item-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    -webkit-flex: 0 0 33.33333333%
}

.next-formily-item .next-formily-item-item-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    -webkit-flex: 0 0 29.16666667%
}

.next-formily-item .next-formily-item-item-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%
}

.next-formily-item .next-formily-item-item-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333333%;
    -webkit-flex: 0 0 20.83333333%
}

.next-formily-item .next-formily-item-item-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    -webkit-flex: 0 0 16.66666667%
}

.next-formily-item .next-formily-item-item-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    -webkit-flex: 0 0 12.5%
}

.next-formily-item .next-formily-item-item-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    -webkit-flex: 0 0 8.33333333%
}

.next-formily-item .next-formily-item-item-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16666667%;
    -webkit-flex: 0 0 4.16666667%
}

@-webkit-keyframes antShowHelpIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.next-formily-item-help-appear,.next-formily-item-help-enter {
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-play-state: paused
}

.next-formily-item-help-appear.next-formily-item-help-appear-active,.next-formily-item-help-enter.next-formily-item-help-enter-active {
    -webkit-animation-name: antShowHelpIn;
    -webkit-animation-play-state: running
}

.next-formily-item-help-appear,.next-formily-item-help-enter {
    -webkit-animation-timing-function: cubic-bezier(.645,.045,.355,1)
}

@-webkit-keyframes antShowHelpOut {
    to {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.next-formily-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-formily-item-inset {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-formily-item-inset .next-input {
    -webkit-box-shadow: none!important
}

.next-formily-item-bordered-none:not(.next-formily-item-inset) .next-input {
    -webkit-box-shadow: none!important
}

.next-formily-item-label,.next-formily-item-label-tooltip .next-formily-item-colon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-formily-item-label-tooltip *,.next-formily-item-label-tooltip-colon {
    cursor: help
}

.next-formily-item-label-align-left>.next-formily-item-label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start
}

.next-formily-item-label-align-right>.next-formily-item-label {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end
}

.next-formily-item-control {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.next-formily-item-control .next-formily-item-control-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component-has-feedback-icon {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component-has-feedback-icon .next-input {
    -webkit-box-shadow: none!important
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-transfer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-addon-after,.next-formily-item-control .next-formily-item-control-content .next-formily-item-addon-before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    -webkit-align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    -webkit-flex-shrink: 0
}

.next-formily-item-size-small .next-formily-item-control-content .next-formily-item-addon-after,.next-formily-item-size-small .next-formily-item-control-content .next-formily-item-addon-before {
    min-height: 24px
}

.next-formily-item-size-small-inset {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-formily-item-size-large .next-formily-item-control-content .next-formily-item-addon-after,.next-formily-item-size-large .next-formily-item-control-content .next-formily-item-addon-before {
    min-height: 36px
}

.next-formily-item-size-large-inset {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--corner-1,2px)
}

.next-formily-item-control-align-left .next-formily-item-control-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start
}

.next-formily-item-control-align-right .next-formily-item-control-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end
}

.next-formily-item-extra,.next-formily-item-help {
    -webkit-transition: color .3s cubic-bezier(.215,.61,.355,1)
}

.next-formily-item-control-content-component-has-feedback-icon {
    -webkit-border-radius: 2px;
    -ms-touch-action: manipulation;
    -webkit-transition: all .3s
}

.next-formily-item-control-content-component-has-feedback-icon .next-input,.next-formily-item-control-content-component-has-feedback-icon .next-range-picker-trigger {
    border: none!important
}

.next-formily-item-control-content-component-has-feedback-icon .next-formily-item-feedback-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center
}

.teamix-pro-field-date,.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact,.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact .next-date-picker2-input,.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact .next-date-picker2-input-range,.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact .next-input-textarea,.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact .next-time-picker2-input {
    width: 100%
}

.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact.next-switch {
    width: unset
}

.teamix-pro-field-color-swatch {
    -webkit-border-radius: 1px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    -webkit-transition: all .3s
}

.teamix-pro-field-color-clear {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.teamix-pro-field-color-radio-disabled .teamix-pro-field-color-color:before,.teamix-pro-field-color-radio-disabled .teamix-pro-field-color-radio-item:before,.teamix-pro-field-color-swatch-disabled .teamix-pro-field-color-color:before,.teamix-pro-field-color-swatch-disabled .teamix-pro-field-color-radio-item:before {
    -webkit-animation: slash 5s ease infinite;
    -webkit-box-sizing: border-box;
    -webkit-transform: rotate(-45deg) scale(1.313) translateY(.6px);
    -ms-transform: rotate(-45deg) scale(1.313) translateY(.6px);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center
}

.teamix-pro-field-color-radio-disabled.teamix-pro-field-color-radio-small .teamix-pro-field-color-color:before,.teamix-pro-field-color-radio-disabled.teamix-pro-field-color-radio-small .teamix-pro-field-color-radio-item:before,.teamix-pro-field-color-swatch-disabled.teamix-pro-field-color-swatch-small .teamix-pro-field-color-color:before,.teamix-pro-field-color-swatch-disabled.teamix-pro-field-color-swatch-small .teamix-pro-field-color-radio-item:before {
    -webkit-transform: rotate(-45deg) scale(1.313) translateY(.6px);
    -ms-transform: rotate(-45deg) scale(1.313) translateY(.6px)
}

.teamix-pro-field-color-color {
    -webkit-border-radius: 2px
}

.teamix-pro-field-color-popover div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    -webkit-border-radius: var(--scrollbar-track-border-radius,3px)
}

.teamix-pro-field-color-radio-item {
    -webkit-border-radius: 2px
}

.teamix-pro-field-color-radio-item-checked .teamix-pro-field-color-radio-check-icon {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.teamix-pro-field-icon-popup-search-close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-field-icon-popup-search-input.teamix-pro-field-icon-popup-search-input {
    -webkit-box-shadow: none
}

.teamix-pro-field-icon-popup-search-input.teamix-pro-field-icon-popup-search-input:active {
    -webkit-box-shadow: none
}

.teamix-pro-field-icon-popup-search-input.teamix-pro-field-icon-popup-search-input:hover {
    -webkit-box-shadow: none
}

.teamix-pro-field-icon-popup-tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center
}

.teamix-pro-field-icon-popup-body-left .next-tabs-bar.next-tabs-bar {
    float: unset
}

.teamix-pro-field-icon-popup-body-right {
    -webkit-transition: all .3s
}

.teamix-pro-field-icon-popup-body-right::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    -webkit-border-radius: var(--scrollbar-track-border-radius,3px)
}

.teamix-pro-field-icon-popup-body-right-item-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.teamix-pro-field-icon-popup-body-right-item-item {
    -webkit-border-radius: 2px;
    -webkit-transition: all .3s
}

.teamix-pro-field-icon-popup-body-right-item-item:hover {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.teamix-pro-field-icon-btn,.teamix-pro-field-icon-btn-val.teamix-pro-field-icon-btn-val {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-field-icon-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center
}

.teamix-pro-field-icon-btn-clear.teamix-pro-field-icon-btn-clear {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.teamix-pro-field-code-pre {
    -webkit-border-radius: 3px
}

.teamix-pro-field-password {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-field-output-tag-filter-balloon {
    max-width: unset
}

.teamix-pro-field-output-tag-filter-balloon .teamix-pro-tags {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

@font-face {
    font-display: swap;
    font-family: TXD-DIN-Medium;
    src: url(data:application/font-woff;base64,d09GRgABAAAAAA6gAAoAAAAADlgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAGAAAABgaCN3/2NtYXAAAAFUAAABkgAAAZI4NS7QZ2x5ZgAAAugAAAe0AAAHtBrQZBRoZWFkAAAKnAAAADYAAAA2EVJ72mhoZWEAAArUAAAAJAAAACQHEgKzaG10eAAACvgAAABYAAAAWDBNBg5sb2NhAAALUAAAAC4AAAAuFdQT5m1heHAAAAuAAAAAIAAAACAAHABMbmFtZQAAC6AAAAKnAAACp8dMZS9wb3N0AAAOSAAAAFYAAABWtTdOuQAEAjABkAAFAAgCigJYAAAASwKKAlgAAAFeADIBLAAAAAAGAAAAAAAAAAAAAAEQAAAAAAAAAAAAAABVS1dOAEAAJP/lAyD/OADIA+gAyAAAAAEAAAAAAfQCvAAAACAAAAAAAAMAAAADAAAAHAABAAAAAACMAAMAAQAAABwABABwAAAAGAAQAAMACAAkACYAKgArACwALQAvADkAPf/l/////wAAACQAJQAqACsALAAtAC4AMAA9/+X//////+z/7//h/+f/4P/i/9//0f/WACwAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBQVAAAACxIMDw0OAQIDBAUGBwgJCgAAABMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAPP/4AdEC0wARACMAABI+ATMyHgEVERQOASMiLgE1ERIXFjMyNzY1ETQnJiMiBwYVETw3XTc3XTY2XTc3XTdhIB4sLR0gICAqLR0gAj5eNzdeN/69N143N143AUP+myUjIycpATEtIyMjJSv+zwABAHgAAAFbAtAABgAAAREjEQc1NwFbZX5+AtD9MAJlXGtcAAABADcAAAHcAtUAIAAAJRUhNQE2NTQnJiMiBwYdASM1NDY3PgEzMh4BFRQOATUDAdT+bAElFSEiLCokIWUhHx1OKTlgOBAU/11dXQFnGiYtIyIiIy0NDSlNHh0gOGA5IDMjAv7NAAAAAAEAMv/8Ad4C1gA9AAAAFhUUDgEjIicuAT0BMxUUFxYzMjc2NTQnLgIVIzUzMjY3NjU0Jy4BIyIHBg8BIzc+ATc2MzIeARUUBwYHAbQqOWI6WEAfIGQiIDEvISEeEzItDg4SPBcdHg0lFSEhHgYCZAIFIhw9SjZdNhcSGgFaWDI6YTk+Hk4qDw8uJSMjIzAzHhMSBgFVDBcbLy8cEBAaFyUMECVAGDM2XDcwKyMXAAAAAQAoAAAB2gLQAA4AACUVIxUjNSE1EzMDMzUzFQHaSmL++vNq7pdiy1twcFACEP371dUAAAEAPP/7AdkC0AAmAAA3FhcWMzI2NzY1NCcmIyIGDwEjESEVIRU2MzIXFhcGBwYjIiYvATOjDRkUJBcrDyYiIC0aLRAIWgF3/usyJV40PAIBQTZgS2URBGSoLRITFBEsT00tJRUUCwFvW50XNz+DgUI4Vk4SAAAAAAIAPP/7AdwC0AATACgAAD4BNxMzAzYzMh4BFRQOASMiLgE1HgEXFjMyNz4BNTQnJiMiBgcOAhU9CQeoangYDjhfODhfODlfOWQRECIqKSMPESAjKR81DgEFBdwuEwGz/sgEOGA5OV84OF85FikQICEPKhUvICEiHQIMFwwAAAAAAQBBAAAB0QLQAAkAAAEVBwMjEyMVIzUB0QH0bPK/YgLQUAL9ggJ0QJwAAAADADL/+gHcAtQAHQAuAD8AAAAWFRQOASMiLgE1NDY3JicmNTQ+ATMyHgEVFAcGByY1NCYnJiMiBwYVFBcWMzI3Ajc+ATU0JyYjIgcGFRQXFjMBsSs5Yjo6YToqJSAOFzZdNjdbNhUPHh4QDx8qLB0fHx4rLRwYIxASIiMvLCUjIyAxAVhYMTphOjphOjBXHh8cMC02XDY2WzcyKh0daysVJw8fHyEqLR8eHv6ZIxAsFzIiIyMhMy0mIwAAAAIAPAAAAdsC1QATACYAABI+ATMyHgEVFAYHAyMTBiMiLgE1FhcWMzI2Nz4BNTQmJyYjIgcGFTw4Xzk4XzgJB6hpdxITOV84YyAgLR42DgIIERAhKisiIAI+Xzg4XzkQLhT+TQE4AzhfOS0iICIcBB8RFSgQHyAgLwAAAAABAHgB4AG5AzEAEQAAARcHJxUjNQcnNyc3FzUzFTcXAVNmHWY6Zx1nZx1nOmYdAok7Mzt2djszOzsyO3Z2OzIAAQBa/30AvgBeAAMAADcjFTe+ZGRe4VQAAQBaAAAAvgBkAAMAADcjNTO+ZGQAZAAAAQBa/2YCYQLwAAMAABcjATPDaQGeaZoDigAAAAEAeADsAccBQgADAAATIRUheAFP/rEBQlYAAAADADz/lwJCAyAAJgAuADcAACQ2NTQnLgEvATUWFzcuASc1IxUOARUUFx4BHwEVLgEnBx4BFxUzNQInJjU0NjcVFhUUBgc1HgEXAc50ORc8MCJPMkQoWTtRXmo0FkQqGTJOIkcta0hRex0aNzOzPTckIxINa1deMRUYBwXVBi9DJSUEWFkIblVWMBUeBQPbAh8iRi4rA2ptAaEaFyosOgXNojAuNwXRBQoQAAAAAQA8AAACowK8ABYAAAEzFSMVMxUjFSM1IzUzNSM1MwMzGwEzAbiLqampXqqqqozidrrBdgFdWB1YkJBYHVgBX/7gASAAAAAAAQBaAHAB5wH0AAsAAAEjFSM1IzUzNTMVMwHnml6VlV6aAROjo1iJiQAAAAACAFoAdgHnAYkAAwAHAAABIRUhFSEVIQHn/nMBjf5zAY0BiVhjWAAABQA8//oDAALUABMAFwAmADcASQAAACMiJicuAT0BNDYzMhcWHQEUBgcJASMBABYzMj0BNCcmIyIHBh0BBB0BFAcGIyImPQE0NjMyFhcGJyYjIgcGHQEUFxYzMjc2PQEBCT4eNRMUFVE+QCgpFRQBP/6vVwFQ/nQeHz8PDyEfEA4CcikoP0BRUUAeNhMpDxAfIA8QEA4hHhEPAU8UExQ1H2ZAUCgpP2YfNxIBV/00Asz+8CNGYiMSEREPJmKyPmY/KShQQGY/URMUSBETERMjYiUQERESI2IAAwA8//oCqALUACIALwA5AAAlPgE3Iw4BByc3PgE1NC4BIyIOARUUFhcOARUUFjMyNjcXMwAWFRQGDwEuATU0NjMSBiMiJjU0NjcXAjAkIgJjAREUmDUlJytNMjRQLCgjQkt5bkdZJzqE/qUpHBkiHRolIVxBJjlJLzGrjylsRzFCHLQkGT0pLkkqKUkuLEYoLFtEY3IrIUYCeSgfFyQQFyIsFR8n/fgZRDYsOSPLAAABAAAAAQAAePuc2F8PPPUAAwPoAAAAANetfZ4AAAAA12W6wQAo/2YDAAMxAAAABwACAAAAAAAAAAEAAAPo/zgAAAM8ACgAKAMAAAEAAAAAAAAAAAAAAAAAAAAWAlgAAAINADwB+wB4AhMANwIaADICFgAoAhUAPAIYADwCEgBBAg4AMgIXADwCMQB4ARgAWgEYAFoCuwBaAj8AeAJ+ADwC3wA8AkEAWgJBAFoDPAA8AtAAPAAAAAAAOABKAH4A1gDwASwBbAGCAeACHgI+AkoCVgJkAnICyALsAwIDFgOCA9oAAAABAAAAFgBKAAUAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAFAD2AAEAAAAAAAAAMQAAAAEAAAAAAAEADAAxAAEAAAAAAAIABwA9AAEAAAAAAAMAFwBEAAEAAAAAAAQADABbAAEAAAAAAAUADQBnAAEAAAAAAAYADAB0AAEAAAAAAAkABgCAAAEAAAAAABAABQCGAAEAAAAAABEABgCLAAMAAQQJAAAAYACRAAMAAQQJAAEAGADxAAMAAQQJAAIADgEJAAMAAQQJAAMALgEXAAMAAQQJAAQAGAFFAAMAAQQJAAUAGgFdAAMAAQQJAAYAGAF3AAMAAQQJAAkADAGPAAMAAQQJABAACgGbAAMAAQQJABEADAGlQ29weXJpZ2h0IMKpIDIwMTggYnkgQU5YVUFOLiBBbGwgcmlnaHRzIHJlc2VydmVkLlRYRF9EIE1lZGl1bVJlZ3VsYXIxLjAwMDtVS1dOO1RYRF9ELU1lZGl1bVRYRF9EIE1lZGl1bVZlcnNpb24gMS4wMDBUWERfRC1NZWRpdW1Bbnh1YW5UWERfRE1lZGl1bQBDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMQA4ACAAYgB5ACAAQQBOAFgAVQBBAE4ALgAgAEEAbABsACAAcgBpAGcAaAB0AHMAIAByAGUAcwBlAHIAdgBlAGQALgBUAFgARABfAEQAIABNAGUAZABpAHUAbQBSAGUAZwB1AGwAYQByADEALgAwADAAMAA7AFUASwBXAE4AOwBUAFgARABfAEQALQBNAGUAZABpAHUAbQBUAFgARABfAEQAIABNAGUAZABpAHUAbQBWAGUAcgBzAGkAbwBuACAAMQAuADAAMAAwAFQAWABEAF8ARAAtAE0AZQBkAGkAdQBtAEEAbgB4AHUAYQBuAFQAWABEAF8ARABNAGUAZABpAHUAbQAAAgAAAAAAAP+1ADIAAAAAAAAAAAAAAAAAAAAAAAAAFgAWAAAAEwAUABUAFgAXABgAGQAaABsAHAANAA8AEQASABAABwECAA4AIAAIAAkHdW5pRkZFNQAA)
}

.teamix-pro-field .next-form-preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-field-tooltip,.teamix-pro-field-tooltip .next-checkbox-wrapper,.teamix-pro-field .next-form-preview {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.teamix-pro-field-icon-popup-tab-radio,.teamix-pro-field-tooltip .next-checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-status-tag {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox
}

.teamix-status-tag .status-dot {
    -ms-flex-negative: 0;
    -webkit-border-radius: 50%;
    -webkit-flex-shrink: 0
}

.teamix-status-tag .status-dot:after {
    -webkit-border-radius: 50%
}

.teamix-status-tag .status-dot-process:after {
    -webkit-animation: dotStatusProcessing 1.2s ease-in-out infinite
}

.teamix-status-tag .status-dot-loading:after {
    -webkit-animation: dotStatusProcessing 1.2s ease-in-out infinite
}

@-webkit-keyframes dotStatusProcessing {
    0% {
        opacity: .5;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2.4);
        transform: scale(2.4)
    }
}

.teamix-pro-field-out-put-link.teamix-pro-field-out-put-link,.teamix-pro-field-output-copy-tooltip {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-field-output-circle {
    -webkit-border-radius: 50%
}

.teamix-pro-field-output-fold-tag .next-tag span {
    min-width: unset
}

.teamix-pro-field-output-edit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-field-output-edit-icon {
    -webkit-transition: opacity .2s
}

.teamix-pro-field-field-checkbox-tag-over-line,.teamix-pro-field-output-value-with-status {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-field-output-copy {
    -webkit-transition: opacity .2s
}

.teamix-pro-field-tooltip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-field-output-overlay-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.teamix-pro-field-output-overlay {
    max-width: unset
}

.teamix-pro-field-has-extra,.teamix-pro-field-has-prefix-extra,.teamix-pro-field-output-overlay-trigger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.custom-field-tag-event-level.next-tag-large .next-tag-body,.custom-field-tag-event-level.next-tag-medium .next-tag-body,.custom-field-tag-event-level.next-tag-small .next-tag-body {
    min-width: unset
}

.teamix-pro-tags {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox
}

.teamix-pro-tags,.teamix-pro-tags .next-tag-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.teamix-pro-tags .next-tag-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-tag-group-remain .next-tag-body {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around
}

.teamix-pro-tag-group-show-all .next-tag-group.teamix-pro-tags {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.next-tag-xxs .next-tag-body,.teamix-pro-tag-xxs .next-tag-body {
    -webkit-transform: scale(.7) translateY(-1px);
    -ms-transform: scale(.7) translateY(-1px)
}

.next-tag-xs .next-tag-body,.teamix-pro-tag-xs .next-tag-body {
    -webkit-transform: scale(.85) translateY(-1px);
    -ms-transform: scale(.85) translateY(-1px)
}

.teamix-pro-lable-icon-tip {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox
}

.teamix-pro-header,.teamix-pro-lable-icon-tip {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.teamix-pro-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-header-icon i,.teamix-pro-header-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.teamix-pro-capsule-tab-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center
}

.teamix-pro-capsule-tab-item-normal :hover {
    -webkit-transition: .3s
}

.teamix-pro-capsule-tab-item-content,.teamix-pro-capsule-tab-item-content-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center
}

.teamix-pro-capsule-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-brand-color-switcher .switcher-item {
    -webkit-border-radius: 2px
}

.teamix-pro-brand-color-switcher .switcher-item-checked .checked-icon {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.teamix-pro-theme-radio-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-theme-radio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.teamix-pro-empty-content,.teamix-pro-theme-radio-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-empty-content,.teamix-pro-empty-content-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center
}

.teamix-pro-empty-content-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-filed-output-step-item-render-dot {
    -webkit-border-radius: 50%;
    -webkit-box-sizing: content-box
}

.teamix-pro-filed-output-step.next-step-circle.next-step-horizontal {
    overflow: unset
}

.teamix-pro-filed-output-step .next-step-item-container .next-step-item-node-placeholder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center
}

.teamix-pro-field-output-avatar,.teamix-pro-filed-output-step .next-step-item-container .next-step-item-node-placeholder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-field-output-avatar-box {
    -ms-flex-negative: 0;
    -webkit-border-radius: 50%;
    -webkit-flex-shrink: 0
}

.teamix-pro-field-output-avatar-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-field-output-avatar-group-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 50%;
    -webkit-justify-content: center
}

.teamix-pro-field-output-avatar-group-item,.teamix-pro-field-output-ip-block,.teamix-pro-field-output-ip-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-field-output-ip-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-border-radius: 2px;
    -webkit-justify-content: center
}

.teamix-pro-field-output-ip-block-text {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7)
}

.teamix-pro-color-swatches {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    -webkit-box-shadow: var(--shadow-2,0 3px 8px 0 rgba(0,0,0,.18))
}

.teamix-pro-color-swatches-body-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-color-swatches-body-item-color-check {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.teamix-pro-menu-select::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    -webkit-border-radius: var(--scrollbar-track-border-radius,3px)
}

.teamix-pro-menu-select-popup {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--popup-local-corner,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.teamix-pro-menu-select-header-all {
    -webkit-transition: all .2s
}

.teamix-pro-menu-select-item-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-border-radius: var(--corner-1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-transition: all .2s
}

.teamix-pro-menu-select-item-label-icon {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.teamix-pro-menu-select-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    -webkit-justify-content: space-between
}

.teamix-pro-menu-select-footer,.teamix-pro-menu-select-search-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-menu-select-search-label {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.teamix-pro-menu-select-tag .next-tag-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-select-group {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--popup-local-corner,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.teamix-pro-select-group-select .next-tag-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-select-group-select-has-placeholder .next-input-label {
    width: unset
}

.teamix-pro-select-group-search,.teamix-pro-select-group-search-input {
    width: 100%
}

.teamix-pro-select-group-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between
}

.teamix-pro-select-group .teamix-pro-select-group-checkbox-group.teamix-pro-select-group-checkbox-group {
    -webkit-border-radius: none;
    -webkit-box-shadow: none
}

.teamix-pro-select-group-checkbox {
    -webkit-border-radius: var(--corner-1)
}

.teamix-pro-select-group-checkbox-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between
}

.teamix-pro-select-group-checkbox-content,.teamix-pro-select-group-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-select-group-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center
}

.teamix-pro-select-group-no-data {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.teamix-pro-select-group-checkbox-content-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-menu-cascader-select {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--popup-local-corner,2px);
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.teamix-pro-menu-cascader-select-select .next-tag-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-menu-cascader-select-select-has-placeholder .next-input-label {
    width: unset
}

.teamix-pro-menu-cascader-select-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.teamix-pro-menu-cascader-select-container,.teamix-pro-menu-cascader-select-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between
}

.teamix-pro-menu-cascader-select-container-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.teamix-pro-menu-cascader-select-group-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-menu-cascader-select-group-item-icon {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.teamix-pro-form-light-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-transition: -webkit-box-shadow var(--active-transition);
    transition: -webkit-box-shadow var(--active-transition);
    transition: box-shadow var(--active-transition),-webkit-box-shadow var(--active-transition)
}

.teamix-pro-form-light-filter:focus,.teamix-pro-form-light-filter:hover {
    -webkit-box-shadow: var(--active-shadow)
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-main {
    -webkit-border-radius: 2px;
    -webkit-border-radius: var(--search-normal-corner,2px);
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-main .teamix-pro-form-light-filter-select .next-input {
    -webkit-box-shadow: none
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-addonAfter .next-btn {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0
}

.teamix-pro-form-light-filter-input-category .teamix-pro-form-light-filter-main {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0
}

.next-formily-item-bordered-none .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-date-picker2-input,.next-formily-item-bordered-none .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-input-group-addon.next-before.next-search-left-addon,.next-formily-item-bordered-none .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-input-group.next-search-left {
    -webkit-box-shadow: none!important
}

.next-formily-icon {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px)
}

.next-formily-item-inset .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component,.next-formily-item-inset .next-formily-item-label-content {
    min-height: 30px;
    min-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
}

.next-formily-item-inset .next-date-picker2-input,.next-formily-item-inset .next-date-picker2-input-range,.next-formily-item-inset .teamix-pro-field-color-swatch {
    -webkit-box-shadow: none!important
}

.next-formily-item-inset .next-input-group,.next-formily-item-inset .next-input-group-addon .next-btn {
    border: 0
}

.next-formily-collapse .next-collapse-panel-title .next-badge-count {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px)
}

.teamix-pro-form-button-affix-always.next-affix,.teamix-pro-form-button-affix-auto.next-affix {
    -webkit-box-shadow: 0 -1px 5px 0 rgba(38,38,38,.14)
}

.next-formily-array-items .next-formily-grid-layout>div:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: flex-end
}

.teamix-pro-form-select-table-column-tree>.next-table-cell-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-formily-array-items-card .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help {
    -webkit-box-shadow: 0 0 10px #eaeaea;
    -webkit-box-shadow: 0 0 10px var(--card-border-color,#eaeaea)
}

.next-formily-item-control-content-component .teamix-pro-field-tooltip.teamix-pro-field-checkbox .teamix-pro-lable-icon-tip-icon {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px)
}

.teamix-pro-pagination-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: flex-end
}

.teamix-pro-pagination-custom-mini-pagination,.teamix-pro-pagination-custom-total-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-pagination-custom-mini-pagination {
    align-items: center;
    display: flex
}

.teamix-pro-pagination-custom-jumper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.teamix-pro-pagination-custom-page-size-selector.next-select-trigger,.teamix-pro-pagination-custom-page-size-selector.next-select-trigger .next-select-inner {
    min-width: 56px
}

.teamix-pro-table-toolbar-filter {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.teamix-pro-table-toolbar-filter .teamix-pro-table-toolbar-filter-btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center
}

.theme-xconsole .teamix-pro-table-toolbar-filter-column-checkbox-group .next-menu-item-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-table-footer-fixed {
    -webkit-box-shadow: var(--shadow-1-up)
}

.teamix-pro-table-footer-has-action,.teamix-pro-table-footer-has-rowSelection,.teamix-pro-table-footer-left-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-table-footer-left-wrapper {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

.teamix-pro-table-footer-right-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: flex-end
}

.teamix-pro-table-footer-right-wrapper>span {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: flex-end
}

.teamix-pro-table-fullscreen .next-table-stickylock.next-table-scrolling-to-right:after {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.teamix-pro-table-fullscreen .teamix-pro-table-footer {
    -webkit-box-shadow: var(--shadow-1-up)
}

.teamix-pro-table-fullscreen .next-table-body {
    -webkit-transition: all .1s
}

.teamix-pro-table-shadow-container-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-table-shadow-container-columns>* {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

.teamix-pro-table-action-column-shadow-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-table-footer-suction .teamix-pro-table-footer {
    -webkit-box-shadow: var(--shadow-1-up)
}

.next-table.next-table td .next-table-cell-wrapper {
    text-overflow: unset
}

.next-table .next-form-preview {
    line-height: unset
}

.teamix-pro-tree-table .next-table-cell.first .next-table-cell-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-table-toolbar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-table-toolbar-filter-column {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message,.teamix-pro-table-toolbar-filter-column-col .next-checkbox-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message {
    -webkit-border-radius: 4px;
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--balloon-tooltip-shadow,none)
}

.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message .teamix-pro-table-full-screen-message-esc {
    -webkit-border-radius: 2px
}

.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message .teamix-pro-table-full-screen-message-esc-title {
    -webkit-transform: translateY(-.5px);
    -ms-transform: translateY(-.5px)
}

.teamix-pro-table-layout-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between
}

.teamix-pro-table-layout-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start
}

.teamix-pro-table-layout-left,.teamix-pro-table-layout-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-table-layout-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end
}

.teamix-pro-table-layout-inline-filter:not(:first-child) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-table-layout-addon-after-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-page-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.teamix-pro-page-container-fixed-top {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--shadow-1-down,0 6px 24px 0 rgba(0,0,0,.1))
}

.teamix-pro-page-container-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.teamix-pro-page-container-body,.teamix-pro-page-container-body-bottom {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex: 1 1;
    -ms-flex: 1 1
}

.teamix-pro-page-container-body-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1
}

.teamix-pro-page-container-body-content,.teamix-pro-page-container-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.teamix-pro-page-container-sidebar:not(.closed) {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

.teamix-pro-page-container-sidebar.closed .teamix-pro-page-container-sidebar-toggle {
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: var(--shadow-1,0 3px 8px 0 rgba(0,0,0,.06))
}

.teamix-pro-page-container-sidebar-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-negative: 0;
    -webkit-align-items: center;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    -webkit-flex-shrink: 0;
    -webkit-justify-content: center
}

.teamix-pro-page-container-body-bottom-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse
}

.teamix-pro-page-container-operation,.teamix-pro-page-container-switch {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

.teamix-pro-page-container-content,.teamix-pro-page-container-scroll-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1
}

.teamix-pro-page-container-scroll-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.teamix-pro-page-container-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-page-container-footer.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start
}

.teamix-pro-page-container-footer.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center
}

.teamix-pro-page-container-footer.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end
}

.teamix-pro-page-container-footer.fixed {
    -ms-flex-negative: 0;
    -webkit-box-shadow: 0 -3px 8px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: var(--shadow-1-up,0 -3px 8px 0 rgba(0,0,0,.06));
    -webkit-flex-shrink: 0
}

.teamix-pro-table-card-view .teamix-pro-card-title-name.teamix-pro-card-title-name .next-form-preview.next-form-preview.next-form-preview,.teamix-pro-table-card-view .teamix-pro-card-title-name.teamix-pro-card-title-name .teamix-pro-field.teamix-pro-field.teamix-pro-field {
    font-size: 14px;
    font-size: var(--card-title-font-size,14px);
    font-weight: var(--font-weight-medium)
}

.teamix-pro-table-card-view .next-card-header-subtitle.next-card-header-subtitle .next-form-preview.next-form-preview.next-form-preview,.teamix-pro-table-card-view .next-card-header-subtitle.next-card-header-subtitle .teamix-pro-field.teamix-pro-field.teamix-pro-field {
    color: #5a5a5a;
    color: var(--card-sub-title-color,#5a5a5a);
    font-size: 12px;
    font-size: var(--card-sub-title-font-size,12px)
}

.teamix-pro-load-more-bottom-text,.teamix-pro-table-card-view-extra {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-load-more-bottom-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center
}

.teamix-pro-form-query-filter-layout .teamix-pro-form-query-filter-layout-inline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between
}

.teamix-pro-form-query-filter-layout .teamix-pro-form-query-filter-layout-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-form-query-filter-layout .teamix-pro-form-query-filter-layout-addonBefore {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto
}

.teamix-pro-form-query-filter-layout .teamix-pro-form-query-filter-layout-addonAfter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto
}

.next-formily-item-inset.next-formily-item-inset.next-formily-item-inset,.teamix-pro-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.teamix-pro-actions>.next-divider-ver {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

.teamix-pro-dialog-footer-description {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-dialog-footer-description.footer-align-center,.teamix-pro-dialog-footer-description.footer-align-right {
    left: 20px;
    left: var(--dialog-footer-padding-left-right,20px)
}

.teamix-pro-dialog-before-content,.teamix-pro-dialog-message {
    margin-bottom: var(--s-2)
}

.teamix-pro-card-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-card-container-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.teamix-pro-card-container-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row
}

.teamix-pro-card-container-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse
}

.teamix-pro-card-container-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.teamix-pro-card-container-flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse
}

.teamix-pro-card-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.1666666667%;
    -ms-flex: 0 0 4.1666666667%
}

.teamix-pro-card-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%
}

.teamix-pro-card-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%
}

.teamix-pro-card-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%
}

.teamix-pro-card-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.8333333333%;
    -ms-flex: 0 0 20.8333333333%
}

.teamix-pro-card-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%
}

.teamix-pro-card-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.1666666667%;
    -ms-flex: 0 0 29.1666666667%
}

.teamix-pro-card-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%
}

.teamix-pro-card-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%
}

.teamix-pro-card-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%
}

.teamix-pro-card-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.8333333333%;
    -ms-flex: 0 0 45.8333333333%
}

.teamix-pro-card-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%
}

.teamix-pro-card-col-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.1666666667%;
    -ms-flex: 0 0 54.1666666667%
}

.teamix-pro-card-col-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%
}

.teamix-pro-card-col-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%
}

.teamix-pro-card-col-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%
}

.teamix-pro-card-col-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.8333333333%;
    -ms-flex: 0 0 70.8333333333%
}

.teamix-pro-card-col-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%
}

.teamix-pro-card-col-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.1666666667%;
    -ms-flex: 0 0 79.1666666667%
}

.teamix-pro-card-col-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%
}

.teamix-pro-card-col-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%
}

.teamix-pro-card-col-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%
}

.teamix-pro-card-col-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.8333333333%;
    -ms-flex: 0 0 95.8333333333%
}

.teamix-pro-card-col-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%
}

.teamix-pro-card-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-card-title>div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-card-title-name {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

.teamix-pro-card-title-collapse>i {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.teamix-pro-card-title-collapse.collapsed>i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg)
}

.teamix-pro-card-divider {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none
}

.teamix-pro-card-content.centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-justify-content: center
}

.teamix-pro-card-content.centered,.teamix-pro-card-content.contain-pro-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-card-content.contain-pro-card.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.teamix-pro-card-content.contain-pro-card.flex-direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row
}

.teamix-pro-card-content.contain-pro-card.flex-direction-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse
}

.teamix-pro-card-content.contain-pro-card.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.teamix-pro-card-content.contain-pro-card.flex-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse
}

.teamix-pro-card-empty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.teamix-pro-card>.next-card-actions>.teamix-pro-actions>.next-btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1
}

.teamix-pro-card.hoverable:hover {
    -webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--shadow-3,0 6px 24px 0 rgba(0,0,0,.1))
}

.teamix-pro-info-edit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-info-edit-icon {
    -webkit-transition: all .2s
}

.teamix-pro-info-item-value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-info-item-header-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-info-item-header-row-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.teamix-pro-info-item-base-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-info-item-base-row-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.teamix-pro-info-item-label {
    display: unset
}

.teamix-pro-info-item-header-label,.teamix-pro-info-item-header-value {
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.teamix-pro-info-item-base-skeleton-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-info,.teamix-pro-info-item-base-skeleton-box span {
    width: 100%
}

.teamix-pro-info-content-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start
}

.teamix-pro-info::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.teamix-pro-page-header>.teamix-pro-page-header-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between
}

.teamix-pro-page-header>.teamix-pro-page-header-section.with-description .teamix-pro-page-header-right {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start
}

.teamix-pro-page-header .teamix-pro-page-header-right {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

.teamix-pro-page-header .teamix-pro-page-header-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.teamix-pro-page-header .teamix-pro-page-header-title {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-shrink: 0
}

.teamix-pro-page-header .teamix-pro-page-header-title-tooltip-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox
}

.teamix-pro-page-header .teamix-pro-page-header-data {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.teamix-pro-page-header .teamix-pro-page-header-data,.teamix-pro-page-header .teamix-pro-page-header-operation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-page-header .teamix-pro-page-header-nav {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

.teamix-pro-page-header .teamix-pro-page-header-extra,.teamix-pro-page-header .teamix-pro-page-header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-page-header .teamix-pro-page-header-bg-type-circle {
    -webkit-border-radius: 100%
}

.teamix-pro-page-header .teamix-pro-page-header-bg-type-square {
    -webkit-border-radius: 4px
}

.teamix-pro-page-header-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important
}

.teamix-pro-sidebar-scroll-tree .teamix-pro-sidebar-container-context::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px
}

.teamix-pro-sidebar .next-form-preview {
    color: unset
}

.teamix-pro-sidebar-container-fold,.teamix-pro-sidebar-container-notice,.teamix-pro-sidebar-container-search-has-message {
    margin-bottom: var(--s-1)
}

.teamix-pro-sidebar-container.teamix-pro-sidebar-container .teamix-pro-sidebar-container-context .next-tree-switcher.next-noop-line.next-noop-line-noroot {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

.teamix-pro-sidebar-container-not-is-tree .teamix-pro-sidebar-container-fold,.teamix-pro-sidebar-container-not-is-tree .teamix-pro-sidebar-container-notice,.teamix-pro-sidebar-container-not-is-tree .teamix-pro-sidebar-container-search,.teamix-pro-sidebar-container-not-is-tree .teamix-pro-sidebar-container-search-has-message {
    padding: 0 8px
}

.teamix-pro-hover-tooltip {
    -webkit-transition: opacity .2s
}

.teamix-pro-sidebar-tree-item-context {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between
}

.teamix-pro-sidebar-tree-item-context,.teamix-pro-sidebar-tree-item-context-front,.teamix-pro-sidebar-tree-item-context-tag,.teamix-pro-sidebar-tree-item-context .teamix-pro-field {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-sidebar-tree-item-content-has-extra {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between
}

.teamix-pro-sidebar-tree .teamix-icon+span.teamix-pro-field-output-bold {
    font-weight: unset
}

.teamix-pro-sidebar-tree .teamix-icon+span.teamix-pro-ellipsis-content .teamix-pro-field-output-bold {
    font-weight: unset
}

.teamix-pro-sidebar-deep-1 .teamix-pro-sidebar-tree .next-tree.next-node-block .next-tree-node-inner {
    -webkit-border-radius: 2px
}

.teamix-pro-timeline-wrapper-left,.teamix-pro-timeline-wrapper-left-fold-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center
}

.teamix-pro-timeline-wrapper-left-fold-icon-open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.teamix-pro-timeline-wrapper-left-fold-image {
    -webkit-border-radius: 50%
}

.teamix-pro-timeline-wrapper-right-top {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: left
}

.teamix-pro-timeline-item,.teamix-pro-timeline-item-render-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.teamix-pro-timeline-item-render-wrapper-dot {
    -webkit-border-radius: 50%
}

.teamix-pro-timeline-item-render-wrapper-circle {
    -webkit-border-radius: 50%
}

.teamix-pro-nocode-empty,.teamix-pro-timeline-item-render-wrapper-circle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center
}

.teamix-pro-nocode-empty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.teamix-pro-nocode-playground {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.teamix-pro-nocode-playground-component {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1
}

.teamix-pro-nocode-playground-configurator {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

.teamix-pro-nocode-playground-configurator>.next-formily-layout>form>.next-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.teamix-pro-nocode-playground-configurator>.next-formily-layout>form>.next-tabs>.next-tabs-bar {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0
}

.teamix-pro-nocode-playground-configurator>.next-formily-layout>form>.next-tabs>.next-tabs-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1
}

.teamix-pro-nocode-playground-tools>i {
    -webkit-border-radius: 4px
}

.theme-xconsole .teamix-pro-table-toolbar-filter-column-all-select .next-menu-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.next-input.next-medium,button.next-btn.next-medium.next-btn-normal,tr.next-table-row {
    -webkit-transition: color 0s;
    transition: color 0s
}

.next-radio-wrapper.checked .next-radio-inner:after {
    -webkit-transition: color 0s
}

.next-checkbox-wrapper .next-checkbox-inner,.next-menu-item.next-nav-item,.next-radio-wrapper .next-radio-inner,.next-tag,.next-tag.next-tag.next-tag.next-tag-closable.next-tag-level-normal.next-tag-closable {
    -webkit-transition: color 0s;
    transition: color 0s
}

.detail-drawer-style .detail-drawer-title-one {
    color: #3d3d3d;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px!important;
    text-align: center
}

.detail-drawer-style .detail-drawer-content-one {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(7%,rgba(19,102,236,.08)),color-stop(99%,rgba(19,102,236,.01)));
    background: linear-gradient(180deg,rgba(19,102,236,.08) 7%,rgba(19,102,236,.01) 99%);
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    padding: 16px 42px;
    text-align: justify
}

.detail-drawer-style .detail-drawer-title-two {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f0f2f5;
    height: 54px;
    padding-left: 20px;
    position: relative
}

.detail-drawer-style .detail-drawer-title-two .detail-drawer-title-two-icon {
    color: #1366ec;
    font-size: 16px;
    opacity: 1;
    position: absolute;
    top: 18px
}

.detail-drawer-style .detail-drawer-title-two .detail-drawer-title-two-con {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    left: 40px;
    letter-spacing: 0;
    line-height: 22px;
    opacity: 1;
    position: absolute;
    top: 15px
}

.detail-drawer-style .teamix-typography ul {
    font-size: 12px;
    list-style-type: disc
}

.detail-drawer-style .teamix-typography p {
    color: #3d3d3d;
    font-family: PingFang SC;
    font-size: 14px
}

.detail-drawer-title-one {
    color: #3d3d3d;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px!important;
    margin-bottom: 10px;
    text-align: center
}

.detail-drawer-content-one {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(7%,rgba(19,102,236,.08)),color-stop(99%,rgba(19,102,236,.01)));
    background: linear-gradient(180deg,rgba(19,102,236,.08) 7%,rgba(19,102,236,.01) 99%);
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    padding: 16px 42px;
    text-align: justify
}

.detail-drawer-title-two {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f0f2f5;
    height: 54px;
    padding-left: 20px;
    position: relative
}

.detail-drawer-title-two .detail-drawer-title-two-icon {
    color: #1366ec;
    font-size: 16px;
    opacity: 1;
    position: absolute;
    top: 18px
}

.detail-drawer-title-two .detail-drawer-title-two-con {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    left: 40px;
    letter-spacing: 0;
    line-height: 22px;
    opacity: 1;
    position: absolute;
    top: 15px
}

.teamix-typography ul {
    font-size: 12px;
    list-style-type: disc!important
}

.teamix-typography p {
    color: #3d3d3d;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400
}

.status-detail-style header {
    height: 20px
}

.full-detail {
    background: #fff;
    height: 100%;
    padding: 20px 5% 60px
}

@media screen and (max-device-width: 480px) {
    .status-detail-style {
        height:1440px!important
    }

    .full-detail {
        padding: 20px 10% 60px!important
    }

    .teamix-typography p {
        color: #3d3d3d;
        font-family: microsoft yahei!important;
        font-weight: 400!important;
        letter-spacing: 2px!important
    }

    .teamix-typography p,.teamix-typography ul {
        font-size: 20px!important;
        line-height: 30px!important
    }

    .html-style {
        font-size: 20px!important
    }
}

.teamixui-anchor-wrap {
    overflow: hidden
}

.teamixui-anchor-wrap:hover {
    overflow: auto
}

.teamixui-anchor-wrap::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.teamixui-anchor-wrap::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.26)
}

.larkui-toc-sidebar .larkui-sidebar-content {
    margin-left: -22px
}

.teamixui-anchor {
    font-size: 12px;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 100%
}

.teamixui-anchor .teamixui-anchor-item {
    color: var(--color-text1-3);
    line-height: 24px
}

.teamixui-anchor .teamixui-anchor-item-collapsible-link {
    display: block;
    margin-left: 8px;
    overflow: hidden;
    padding: 0 10px 0 0;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 8px)
}

.teamixui-anchor .teamixui-anchor-item-collapsible-link a {
    color: var(--color-text1-3);
    cursor: pointer
}

.teamixui-anchor .teamixui-anchor-item-collapsible-link a:hover {
    color: var(--color-text1-2)
}

.teamixui-anchor .teamixui-anchor-item-link {
    display: block;
    margin: 0 10px 0 24px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 24px)
}

.teamixui-anchor .teamixui-anchor-item-link a {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    color: var(--color-text1-3);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 18px
}

.teamixui-anchor .teamixui-anchor-item-link a:hover {
    color: var(--color-text1-2)
}

.teamixui-anchor .teamixui-anchor-item .teamixui-anchor-icon-container {
    margin-right: 4px;
    position: relative;
    top: -1px
}

.teamixui-anchor .teamixui-anchor-item .teamixui-collapse-icon {
    color: #848484;
    color: var(--color-fill1-5,#848484)
}

.teamixui-anchor .teamixui-anchor-item-link-1 {
    padding-left: 0
}

.teamixui-anchor .teamixui-anchor-item-link-2 {
    padding-left: 1.2em
}

.teamixui-anchor .teamixui-anchor-item-link-3 {
    padding-left: 2.4em
}

.teamixui-anchor .teamixui-anchor-item-link-4 {
    padding-left: 3.6em
}

.teamixui-anchor .teamixui-anchor-item-link-5 {
    padding-left: 4.8em
}

.teamixui-anchor .teamixui-anchor-item-active a {
    color: var(--color-brand1-6)
}

.teamixui-anchor .teamixui-anchor-item-active a:hover {
    color: var(--color-brand1-5)
}

.teamixui-anchor .teamixui-anchor-progress-bar {
    border-left: 2px solid var(--color-line1-1)
}

.teamixui-anchor .teamixui-anchor-progress-bar-highlighted {
    border-left: 2px solid var(--color-brand1-6)
}

.teamixui-anchor .next-badge-dot {
    height: 6px!important;
    min-width: 6px!important;
    right: -10px!important;
    top: -4px!important;
    width: 6px!important
}

.teamixui-anchor .teamixui-anchor-item-link a,.teamixui-anchor .teamixui-anchor-item-link a span {
    width: 100%
}

.teamixui-anchor .teamixui-anchor-item-link a span .next-badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.teamixui-anchor .teamixui-anchor-item-link a span .next-badge .text {
    max-width: 142px
}

.teamixui-anchor .teamixui-anchor-item-link a span .next-badge .text,.teamixui-anchor .teamixui-anchor-item-link a span .text {
    display: inline-block;
    min-height: 13.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.next-table-cell-wrapper {
    color: #333;
    font-family: PingFangSC;
    font-size: 12px;
    font-weight: 500
}

#healthy-table-wraper {
    background-color: #fff;
    margin-left: 200px;
    min-height: 80vh;
    padding: 20px
}

#healthy-table-wraper thead .next-table-cell:not(:last-child) {
    border-right: 0
}

#healthy-table-wraper thead .next-table-cell-wrapper {
    position: relative
}

#healthy-table-wraper .double-left-line {
    bottom: 10px;
    padding-right: 19px;
    position: absolute;
    right: 0
}

#healthy-table-wraper .double-left-line:after {
    border-left: 1.5px solid #ebecec;
    content: "";
    height: 16px;
    position: absolute;
    right: 0
}

#healthy-table-wraper .double-right-line:after {
    border-left: 1.5px solid #ebecec;
    content: "";
    height: 16px;
    left: 0;
    position: absolute
}

#healthy-table-wraper .teamix-pro-field .teamix-pro-field-layout-compact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

#healthy-table-wraper .no-border-right {
    border-right: 0
}

#healthy-table-wraper .no-border-right .teamix-pro-field-layout-compact {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left
}

#healthy-table-wraper .align-center {
    text-align: center!important
}

.fixed.over-scrolled {
    opacity: 0
}

.anchor-fixed.anchor-fixed {
    left: 112px;
    position: fixed;
    top: 0;
    z-index: 0
}

.anchor-fixed.over-scrolled-bottom {
    opacity: 0;
    pointer-events: none;
    z-index: -9999
}

#table-container {
    position: relative;
    top: 10px
}

.teamixui-anchor-wrap::-webkit-scrollbar {
    width: 0
}

.teamixui-anchor-wrap {
    background-color: #fff;
    left: 0;
    max-height: 80vh;
    overflow: scroll;
    position: absolute;
    top: 0;
    width: 180px
}

.teamixui-anchor-wrap ul li {
    height: 40px;
    line-height: 40px!important
}

.teamixui-anchor-wrap .teamixui-anchor-progress-bar {
    border-left: none;
    border-right: 2px solid var(--color-line1-1)
}

.teamixui-anchor-wrap .teamixui-anchor-progress-bar-highlighted {
    border-left: none;
    border-right: 2px solid var(--color-brand1-6)
}

.table-divide-line {
    background-color: #eaeaea
}

.table-divide-line .next-table-cell {
    background-color: #eaeaea!important
}

.table-divide-line .next-table-cell-wrapper {
    padding: 0!important
}

.product-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product-col .teamix-icon {
    cursor: pointer;
    position: absolute;
    right: 0
}

.cms-title-con-tt {
    background-image: url(https://img.alicdn.com/imgextra/i2/O1CN01zxqZFl1QNYp7yJ4c1_!!6000000001964-2-tps-4096-854.png);
    background-size: cover;
    height: 200px;
    width: 100%
}

.cms-title-pt {
    height: 90px;
    opacity: 1;
    padding-left: 112px;
    padding-top: 44px
}

.cms-title-pt .cms-title-pt-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: PingFang SC;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 48px
}

.cms-title-pt .cms-title-des {
    margin-top: 21px
}

.cms-title-pt .cms-title-des .cms-title-des-content {
    color: #333;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    opacity: 1
}

.cms-title-pt .cms-title-des .cms-title-des-update {
    bottom: 1px;
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    margin-left: 2px;
    position: relative
}

.cms-title-pt .cms-title-des .cms-title-des-icon {
    bottom: 2px;
    color: #696969;
    position: relative
}

.cms-title-pt .cms-title-des .cms-title-des-line {
    border-right: 2px solid #999292;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    margin-left: 10px;
    margin-right: 10px
}

.cms-title-bt {
    backdrop-filter: blur(2px);
    background: rgba(249,142,26,.05);
    height: 40px;
    opacity: 1;
    padding-left: 112px;
    padding-right: 112px;
    position: relative;
    top: 70px
}

.cms-title-bt .next-slick-dots.hoz {
    color: #fe6a00;
    left: 340px;
    position: absolute;
    text-align: left
}

.cms-title-bt .cms-title-bt-scroll {
    color: #fe6a00;
    cursor: pointer;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin-left: 5px
}

.cms-title-bt .cms-title-btcustom-slide {
    padding-top: 5px;
    width: 1000px
}

.cms-title-bt .next-slick-dots-item button {
    background: rgba(249,142,26,.3)
}

.cms-title-bt .next-slick-dots-item.active button {
    background: #fe6a00
}

.cms-title-bt .cms-title-bt-history {
    color: #1366ec;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    position: absolute;
    right: 112px;
    text-align: right;
    top: 11px
}

.cms-title-bt .cms-title-noEvent {
    color: #23b066;
    position: relative;
    top: 11px
}

.cms-title-bt .cms-title-noEvent .cms-title-noEvent-child {
    color: #23b066;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin-left: 5px
}

.panel-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.panel-title .teamix-icon {
    color: #f98e1a;
    margin-right: 8px
}

.panel-title .title {
    color: #333;
    font-family: PingFangSC;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 4px
}

.panel-title .time {
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0
}

.state-detail {
    background-color: #fff;
    border: none;
    font-family: PingFangSC;
    white-space: pre-wrap;
    word-break: break-all
}

.state-detail p {
    font-size: 12px
}

.status-history .status-table-label-title {
    color: #333;
    color: var(--color-text1-3,#333)
}

.status-history .status-table-label-title:hover {
    color: #ff6a00;
    cursor: pointer
}

.status-history .teamix-pro-page-header-title-name {
    color: #333;
    font-family: PingFangSC;
    font-size: 24px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    margin-top: 6px
}

.status-history span.next-breadcrumb-text.activated {
    color: #181818
}

.status-history .teamix-pro-form-query-filter-layout {
    display: none
}

.status-history .next-table th {
    background-color: #f1f1f1
}

.status-history .next-breadcrumb-icon-sep:before {
    color: #000;
    content: "\e619"
}

.status-history .teamix-pro-page-header-description {
    font-size: 12px
}

#container {
    position: relative
}

.teamix-pro-timeline-wrapper-right-content-info {
    margin-top: 12px
}

.error-404-page {
    height: 100vh;
    width: 100vw
}

.next-formily-item-bordered-none:not(.next-formily-item-inset) .next-input,.next-formily-item-inset .next-input {
    border: none!important;
    box-shadow: none!important;
    outline: none
}

.next-formily-item-feedback-layout-loose.next-formily-item-feedback-has-text:not(.next-formily-item-inset),.next-formily-item-feedback-layout-none,.next-formily-item-feedback-layout-none.next-formily-item-feedback-has-text:not(.next-formily-item-inset) {
    margin-bottom: 0
}

.next-formily-item-label-tooltip-icon {
    color: #00000073
}

.teamix-pro-field-icon-popup-search-input.teamix-pro-field-icon-popup-search-input:active,.teamix-pro-field-icon-popup-search-input.teamix-pro-field-icon-popup-search-input:hover {
    border: 0;
    box-shadow: none
}

.next-formily-item-fullness>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component,.next-formily-item-fullness>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component>:first-child {
    width: 100%
}

.next-formily-array-cards-item .next-card-head .next-card-head-main .next-card-title:before,.next-formily-array-table-status-select {
    display: none
}

.teamix-pro-table-footer-right-wrapper,.teamix-pro-table-footer-right-wrapper>span {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.teamix-pro-sidebar-tree .teamix-icon+span.teamix-pro-ellipsis-content .teamix-pro-field-output-bold,.teamix-pro-sidebar-tree .teamix-icon+span.teamix-pro-field-output-bold {
    font-weight: inherit
}

.teamix-pro-nocode-playground-configurator>.next-formily-layout,.teamix-pro-nocode-playground-configurator>.next-formily-layout>form {
    height: 100%
}

.next-checkbox-wrapper .next-checkbox-inner,.next-input.next-medium,.next-menu-item.next-nav-item,.next-radio-wrapper.checked .next-radio-inner:after,.next-radio-wrapper .next-radio-inner,.next-tag,.next-tag.next-tag.next-tag.next-tag-closable.next-tag-level-normal.next-tag-closable,button.next-btn.next-medium.next-btn-normal,tr.next-table-row {
    transition: color 0s
}

.next-sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 1px
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit;
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

*,:after,:before {
    box-sizing: border-box
}

ol,ul {
    margin: 0;
    padding: 0
}

li {
    margin-left: 0
}

hr {
    border: solid #d9d9d9;
    border-width: 1px 0 0;
    border: 0 var(--line-solid,solid) var(--color-line1-2,#d9d9d9);
    border-top: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9)
}

a:link {
    color: #0064c8;
    color: var(--color-link-1,#0064c8)
}

a:visited {
    color: #0057ad;
    color: var(--color-link-2,#0057ad)
}

a:hover {
    color: #2a7dd1;
    color: var(--color-link-3,#2a7dd1)
}

a:active {
    color: #2a7dd1;
    color: var(--color-link-3,#2a7dd1);
    text-decoration: underline
}

html {
    font-size: 100%
}

body {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.28571
}

button,input,optgroup,select,textarea {
    font-family: inherit
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    font-weight: inherit
}

h1 {
    font-size: 20px;
    font-size: var(--font-size-headline,20px);
    line-height: 36px;
    margin-bottom: 10px;
    margin-bottom: calc(var(--font-size-headline, 20px)*.5)
}

h1,h2 {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

h2 {
    font-size: 18px;
    font-size: var(--font-size-title,18px);
    line-height: 30px;
    margin-bottom: 9px;
    margin-bottom: calc(var(--font-size-title, 18px)*.5)
}

h3 {
    font-size: 16px
}

h3,h4 {
    font-size: var(--font-size-subhead,16px);
    margin-bottom: 8px;
    margin-bottom: calc(var(--font-size-subhead, 16px)*.5)
}

h3,h4,h5 {
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 24px
}

h5 {
    font-size: var(--font-size-body-2,14px);
    margin-bottom: 6px;
    margin-bottom: calc(var(--font-size-body-1, 12px)*.5)
}

h6 {
    font-size: var(--font-size-body-1,12px);
    font-weight: 500;
    font-weight: var(--font-weight-medium,500);
    margin-bottom: 7px;
    margin-bottom: calc(var(--font-size-body-2, 14px)*.5)
}

h6,p {
    line-height: 20px
}

p {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    margin-bottom: 6px;
    margin-bottom: calc(var(--font-size-body-1, 12px)*.5)
}

strong {
    font-weight: 500
}

small {
    font-size: 75%
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-24px)
    }
}

@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-8px)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomInBig {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@keyframes expandInDown {
    0% {
        opacity: 0;
        transform: scaleY(.6);
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: left top 0
    }
}

@keyframes expandInUp {
    0% {
        opacity: 0;
        transform: scaleY(.6);
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: left bottom 0
    }
}

@keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

@keyframes expandOutUp {
    0% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: left top 0
    }

    to {
        opacity: 0;
        transform: scaleY(.6);
        transform-origin: left top 0
    }
}

@keyframes expandOutDown {
    0% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: left bottom 0
    }

    to {
        opacity: 0;
        transform: scaleY(.6);
        transform-origin: left bottom 0
    }
}

@keyframes expandOutWithFade {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.fadeIn {
    animation-delay: 0s;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeIn;
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    backface-visibility: hidden
}

.fadeInDown {
    animation-delay: 0s;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeInDown;
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInDown,.fadeInLeft {
    backface-visibility: hidden
}

.fadeInLeft {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeInLeft;
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInLeft,.fadeInRight {
    animation-delay: 0s;
    animation-duration: .3s
}

.fadeInRight {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeInRight;
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInRight,.fadeInUp {
    backface-visibility: hidden
}

.fadeInUp {
    animation-delay: 0s;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeInUp;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOut {
    animation-delay: 0s;
    animation-duration: .35s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeOut;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOut,.fadeOutDown {
    backface-visibility: hidden
}

.fadeOutDown {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeOutDown;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOutDown,.fadeOutLeft {
    animation-delay: 0s;
    animation-duration: .25s
}

.fadeOutLeft {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeOutLeft;
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    backface-visibility: hidden
}

.fadeOutRight {
    animation-delay: 0s;
    animation-duration: .25s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeOutRight;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOutRight,.fadeOutUp {
    backface-visibility: hidden
}

.fadeOutUp {
    animation-delay: 0s;
    animation-duration: .25s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeOutUp;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideInUp {
    animation-delay: 0s;
    animation-duration: .35s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: slideInUp;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideInDown,.slideInUp {
    backface-visibility: hidden
}

.slideInDown {
    animation-delay: 0s;
    animation-duration: .35s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: slideInDown;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideInLeft {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: slideInLeft;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideInLeft,.slideInRight {
    animation-delay: 0s;
    animation-duration: .35s;
    backface-visibility: hidden
}

.slideInRight {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: slideInRight;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutUp {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: slideOutUp;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutRight,.slideOutUp {
    animation-delay: 0s;
    animation-duration: .3s;
    backface-visibility: hidden
}

.slideOutRight {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: slideOutRight;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutLeft {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: slideOutLeft;
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    backface-visibility: hidden
}

.slideOutDown,.slideOutLeft {
    animation-delay: 0s;
    animation-duration: .3s
}

.slideOutDown {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: slideOutDown;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutDown,.zoomIn {
    backface-visibility: hidden
}

.zoomIn {
    animation-delay: 0s;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: zoomIn;
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.zoomOut {
    animation-delay: 0s;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: zoomOut;
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.expandInDown,.zoomOut {
    backface-visibility: hidden
}

.expandInDown {
    animation-delay: 0s;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: expandInDown;
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.expandOutUp {
    animation-delay: 0s;
    animation-duration: .15s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: expandOutUp;
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.expandInUp,.expandOutUp {
    backface-visibility: hidden
}

.expandInUp {
    animation-delay: 0s;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: expandInUp;
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.expandOutDown {
    animation-duration: .15s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: expandOutDown;
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.expandOutDown,.fadeInDownSmall {
    animation-delay: 0s;
    backface-visibility: hidden
}

.fadeInDownSmall {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeInDownSmall;
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeOutUpSmall {
    animation-delay: 0s;
    animation-duration: .25s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: fadeOutUpSmall;
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    backface-visibility: hidden
}

.zoomInBig {
    animation-delay: 0s;
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: zoomInBig;
    animation-timing-function: cubic-bezier(0,0,.2,1)
}

.zoomInBig,.zoomOutBig {
    backface-visibility: hidden
}

.zoomOutBig {
    animation-delay: 0s;
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: zoomOutBig;
    animation-timing-function: cubic-bezier(0,0,.2,1)
}

.pulse {
    animation-delay: 0s;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: pulse;
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    backface-visibility: hidden
}

.expand-enter {
    overflow: hidden
}

.expand-enter-active {
    transition: all .3s ease-out
}

.expand-enter-active>* {
    animation-delay: 0s;
    animation-duration: .2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: expandInWithFade;
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    backface-visibility: hidden
}

.expand-leave {
    overflow: hidden
}

.expand-leave-active {
    transition: all .2s ease-out
}

.expand-leave-active>* {
    animation-delay: 0s;
    animation-duration: .2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: expandOutWithFade;
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    backface-visibility: hidden
}

.next-icon[dir=rtl]:before {
    transform: rotateY(180deg)
}

@font-face {
    font-display: swap;
    font-family: NextIcon;
    src: url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.eot);
    src: url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.eot?#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.woff2) format("woff2"),url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.woff) format("woff"),url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.ttf) format("truetype"),url(//at.alicdn.com/t/font_1984231_d9bk76ly7rd.svg#NextIcon) format("svg")
}

.next-icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: NextIcon;
    font-style: normal;
    font-weight: 400;
    text-transform: none
}

.next-icon:before {
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

.next-icon-smile:before {
    content: "\e65f";
    content: "\E65F"
}

.next-icon-cry:before {
    content: "\e65d";
    content: "\E65D"
}

.next-icon-success:before {
    content: "\e60a";
    content: "\E60A"
}

.next-icon-warning:before {
    content: "\e60b";
    content: "\E60B"
}

.next-icon-prompt:before {
    content: "\e60c";
    content: "\E60C"
}

.next-icon-error:before {
    content: "\e60d";
    content: "\E60D"
}

.next-icon-help:before {
    content: "\e673";
    content: "\E673"
}

.next-icon-clock:before {
    content: "\e621";
    content: "\E621"
}

.next-icon-success-filling:before {
    content: "\e63a";
    content: "\E63A"
}

.next-icon-delete-filling:before {
    content: "\e623";
    content: "\E623"
}

.next-icon-favorites-filling:before {
    content: "\e60e";
    content: "\E60E"
}

.next-icon-add:before {
    content: "\e655";
    content: "\E655"
}

.next-icon-minus:before {
    content: "\e601";
    content: "\E601"
}

.next-icon-arrow-up:before {
    content: "\e625";
    content: "\E625"
}

.next-icon-arrow-down:before {
    content: "\e63d";
    content: "\E63D"
}

.next-icon-arrow-left:before {
    content: "\e61d";
    content: "\E61D"
}

.next-icon-arrow-right:before {
    content: "\e619";
    content: "\E619"
}

.next-icon-arrow-double-left:before {
    content: "\e659";
    content: "\E659"
}

.next-icon-arrow-double-right:before {
    content: "\e65e";
    content: "\E65E"
}

.next-icon-switch:before {
    content: "\e6b3";
    content: "\E6B3"
}

.next-icon-sorting:before {
    content: "\e634";
    content: "\E634"
}

.next-icon-descending:before {
    content: "\e61f";
    content: "\E61F"
}

.next-icon-ascending:before {
    content: "\e61e";
    content: "\E61E"
}

.next-icon-select:before {
    content: "\e632";
    content: "\E632"
}

.next-icon-semi-select:before {
    content: "\e633";
    content: "\E633"
}

.next-icon-search:before {
    content: "\e656";
    content: "\E656"
}

.next-icon-close:before {
    content: "\e626";
    content: "\E626"
}

.next-icon-ellipsis:before {
    content: "\e654";
    content: "\E654"
}

.next-icon-picture:before {
    content: "\e631";
    content: "\E631"
}

.next-icon-calendar:before {
    content: "\e607";
    content: "\E607"
}

.next-icon-ashbin:before {
    content: "\e639";
    content: "\E639"
}

.next-icon-upload:before {
    content: "\e7ee";
    content: "\E7EE"
}

.next-icon-download:before {
    content: "\e628";
    content: "\E628"
}

.next-icon-set:before {
    content: "\e683";
    content: "\E683"
}

.next-icon-edit:before {
    content: "\e63b";
    content: "\E63B"
}

.next-icon-refresh:before {
    content: "\e677";
    content: "\E677"
}

.next-icon-filter:before {
    content: "\e627";
    content: "\E627"
}

.next-icon-attachment:before {
    content: "\e665";
    content: "\E665"
}

.next-icon-account:before {
    content: "\e608";
    content: "\E608"
}

.next-icon-email:before {
    content: "\e605";
    content: "\E605"
}

.next-icon-atm:before {
    content: "\e606";
    content: "\E606"
}

.next-icon-loading:before {
    animation: loadingCircle 1s linear infinite;
    content: "\e646";
    content: "\E646"
}

.next-icon-eye:before {
    content: "\e611";
    content: "\E611"
}

.next-icon-copy:before {
    content: "\e60f";
    content: "\E60F"
}

.next-icon-toggle-left:before {
    content: "\e602";
    content: "\E602"
}

.next-icon-toggle-right:before {
    content: "\e603";
    content: "\E603"
}

.next-icon-eye-close:before {
    content: "\e600";
    content: "\E600"
}

.next-icon-unlock:before {
    content: "\e615";
    content: "\E615"
}

.next-icon-lock:before {
    content: "\e617";
    content: "\E617"
}

.next-icon-exit:before {
    content: "\e616";
    content: "\E616"
}

.next-icon-chart-bar:before {
    content: "\e612";
    content: "\E612"
}

.next-icon-chart-pie:before {
    content: "\e613";
    content: "\E613"
}

.next-icon-form:before {
    content: "\e7fb";
    content: "\E7FB"
}

.next-icon-detail:before {
    content: "\e7f8";
    content: "\E7F8"
}

.next-icon-list:before {
    content: "\e7f9";
    content: "\E7F9"
}

.next-icon-dashboard:before {
    content: "\e7fa";
    content: "\E7FA"
}

.next-icon.next-xxs .next-icon-remote,.next-icon.next-xxs:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media {
    .next-icon.next-xxs {
        margin-left: -4px;
        margin-right: -4px;
        transform: scale(.5)
    }

    .next-icon.next-xxs:before {
        font-size: 16px;
        width: 16px
    }
}

.next-icon.next-xs .next-icon-remote,.next-icon.next-xs:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-icon.next-small .next-icon-remote,.next-icon.next-small:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-icon.next-medium .next-icon-remote,.next-icon.next-medium:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-icon.next-large .next-icon-remote,.next-icon.next-large:before {
    font-size: 24px;
    line-height: inherit;
    width: 24px
}

.next-icon.next-xl .next-icon-remote,.next-icon.next-xl:before {
    font-size: 32px;
    line-height: inherit;
    width: 32px
}

.next-icon.next-xxl .next-icon-remote,.next-icon.next-xxl:before {
    font-size: 48px;
    line-height: inherit;
    width: 48px
}

.next-icon.next-xxxl .next-icon-remote,.next-icon.next-xxxl:before {
    font-size: 64px;
    line-height: inherit;
    width: 64px
}

.next-icon.next-inherit .next-icon-remote,.next-icon.next-inherit:before {
    font-size: inherit;
    line-height: inherit;
    width: inherit
}

.next-icon .next-icon-remote,.next-icon.next-inherit .next-icon-remote {
    fill: currentColor;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.next-overlay-wrapper .next-overlay-inner {
    z-index: 1001
}

.next-overlay-wrapper .next-overlay-backdrop {
    background-color: rgba(0,0,0,.2);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s cubic-bezier(.4,0,.2,1);
    width: 100%;
    z-index: 1001
}

.next-overlay-wrapper.opened .next-overlay-backdrop {
    opacity: 1
}

.next-loading-fusion-reactor[dir=rtl] {
    animation-name: nextVectorRouteRTL
}

@keyframes nextVectorRouteRTL {
    0% {
        transform: rotate(0deg)
    }

    5% {
        transform: rotate(-90deg)
    }

    25% {
        transform: rotate(-90deg)
    }

    30% {
        transform: rotate(-180deg)
    }

    50% {
        transform: rotate(-180deg)
    }

    55% {
        transform: rotate(-270deg)
    }

    75% {
        transform: rotate(-270deg)
    }

    80% {
        transform: rotate(-1turn)
    }

    to {
        transform: rotate(-1turn)
    }
}

.next-loading {
    position: relative
}

.next-loading.next-open {
    pointer-events: none
}

.next-loading .next-loading-component {
    filter: blur(1px);
    filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";
    opacity: .7;
    pointer-events: none;
    position: relative
}

.next-loading-masker {
    background: #fff;
    bottom: 0;
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}

.next-loading-inline {
    display: inline-block
}

.next-loading-tip {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 4
}

.next-loading-tip-fullscreen {
    left: inherit;
    top: 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 {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.next-loading-right-tip .next-loading-tip-placeholder {
    display: inline-block;
    margin-left: 1em;
    visibility: hidden
}

.next-loading-fusion-reactor {
    animation-duration: 5.6s;
    animation-iteration-count: infinite;
    animation-name: nextVectorRoute;
    animation-timing-function: linear;
    display: inline-block;
    height: 28px;
    height: var(--s-7,28px);
    margin: 0;
    position: relative;
    width: 28px;
    width: var(--s-7,28px)
}

.next-loading-fusion-reactor .next-loading-dot {
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-radius: 50%;
    height: 8px;
    height: var(--loading-large-dot-size,8px);
    margin: auto;
    position: absolute;
    width: 8px;
    width: var(--loading-large-dot-size,8px)
}

.next-loading-fusion-reactor .next-loading-dot:first-child {
    animation-name: nextVectorDotsX;
    bottom: 0;
    left: 0;
    top: 0
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(2) {
    animation-name: nextVectorDotsY;
    left: 0;
    opacity: .8;
    right: 0;
    top: 0
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(3) {
    animation-name: nextVectorDotsXR;
    bottom: 0;
    opacity: .6;
    right: 0;
    top: 0
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(4) {
    animation-name: nextVectorDotsYR;
    bottom: 0;
    left: 0;
    opacity: .2;
    right: 0
}

.next-loading-medium-fusion-reactor {
    height: 28px;
    height: var(--s-7,28px);
    width: 28px;
    width: var(--s-7,28px)
}

.next-loading-medium-fusion-reactor .next-loading-dot {
    height: 8px;
    height: var(--loading-medium-dot-size,8px);
    width: 8px;
    width: var(--loading-medium-dot-size,8px)
}

.next-loading-medium-fusion-reactor .next-loading-dot:first-child {
    animation-name: nextVectorDotsX-medium
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(2) {
    animation-name: nextVectorDotsY-medium
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(3) {
    animation-name: nextVectorDotsXR-medium
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(4) {
    animation-name: nextVectorDotsYR-medium
}

@keyframes nextVectorRoute {
    0% {
        transform: rotate(0deg)
    }

    5% {
        transform: rotate(90deg)
    }

    25% {
        transform: rotate(90deg)
    }

    30% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(180deg)
    }

    55% {
        transform: rotate(270deg)
    }

    75% {
        transform: rotate(270deg)
    }

    80% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes nextVectorDotsYR {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 9.2px;
        bottom: calc(var(--s-7,28px)/2 - var(--loading-large-dot-size, 8px)*1.2/2);
        height: 9.6px;
        height: calc(var(--loading-large-dot-size, 8px)*1.2);
        width: 9.6px;
        width: calc(var(--loading-large-dot-size, 8px)*1.2)
    }

    90% {
        bottom: 0;
        height: 8px;
        height: var(--loading-large-dot-size,8px);
        width: 8px;
        width: var(--loading-large-dot-size,8px)
    }
}

@keyframes nextVectorDotsY {
    25% {
        top: 0
    }

    45%,50% {
        height: 9.6px;
        height: calc(var(--loading-large-dot-size, 8px)*1.2);
        top: 9.2px;
        top: calc(var(--s-7,28px)/2 - var(--loading-large-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-large-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-large-dot-size,8px);
        top: 0;
        width: 8px;
        width: var(--loading-large-dot-size,8px)
    }
}

@keyframes nextVectorDotsX {
    25% {
        left: 0
    }

    45%,50% {
        height: 9.6px;
        height: calc(var(--loading-large-dot-size, 8px)*1.2);
        left: 9.2px;
        left: calc(var(--s-7,28px)/2 - var(--loading-large-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-large-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-large-dot-size,8px);
        left: 0;
        width: 8px;
        width: var(--loading-large-dot-size,8px)
    }
}

@keyframes nextVectorDotsXR {
    25% {
        right: 0
    }

    45%,50% {
        height: 9.6px;
        height: calc(var(--loading-large-dot-size, 8px)*1.2);
        right: 9.2px;
        right: calc(var(--s-7,28px)/2 - var(--loading-large-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-large-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-large-dot-size,8px);
        right: 0;
        width: 8px;
        width: var(--loading-large-dot-size,8px)
    }
}

@keyframes nextVectorDotsYR-medium {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 9.2px;
        bottom: calc(var(--s-7,28px)/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 nextVectorDotsY-medium {
    25% {
        top: 0
    }

    45%,50% {
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        top: 9.2px;
        top: calc(var(--s-7,28px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        top: 0;
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@keyframes nextVectorDotsX-medium {
    25% {
        left: 0
    }

    45%,50% {
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        left: 9.2px;
        left: calc(var(--s-7,28px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        left: 0;
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@keyframes nextVectorDotsXR-medium {
    25% {
        right: 0
    }

    45%,50% {
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        right: 9.2px;
        right: calc(var(--s-7,28px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        right: 0;
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

.next-radio-button-large[dir=rtl]>label:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--radio-button-corner-large,2px);
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-top-right-radius: var(--radio-button-corner-large,2px);
    margin-left: -1px
}

.next-radio-button-large[dir=rtl]>label:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--radio-button-corner-large,2px);
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-left-radius: var(--radio-button-corner-large,2px);
    border-top-right-radius: 0;
    margin-left: 0
}

.next-radio-button-large[dir=rtl] .next-radio-label {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px);
    height: 34px;
    height: calc(var(--radio-button-height-large, 36px) - 2px);
    line-height: 34px;
    line-height: calc(var(--radio-button-height-large, 36px) - 2px)
}

.next-radio-button-medium[dir=rtl]>label:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--corner-1,2px);
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-top-right-radius: var(--corner-1,2px);
    margin-left: -1px
}

.next-radio-button-medium[dir=rtl]>label:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--corner-1,2px);
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-left-radius: var(--corner-1,2px);
    border-top-right-radius: 0;
    margin-left: 0
}

.next-radio-button-small[dir=rtl]>label:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--corner-1,2px);
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-top-right-radius: var(--corner-1,2px);
    margin-left: -1px
}

.next-radio-button-small[dir=rtl]>label:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--corner-1,2px);
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-left-radius: var(--corner-1,2px);
    border-top-right-radius: 0;
    margin-left: 0
}

.next-radio-wrapper[dir=rtl] .next-radio-label {
    margin-left: 0;
    margin-right: 4px
}

.next-radio-group[dir=rtl] .next-radio-label {
    margin-left: 16px;
    margin-right: 4px
}

.next-radio-button[dir=rtl]>label .next-radio-label {
    margin: 0
}

.next-radio-wrapper {
    display: inline-block;
    outline: 0
}

.next-radio-wrapper .next-radio {
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle
}

.next-radio-wrapper .next-radio *,.next-radio-wrapper .next-radio :after,.next-radio-wrapper .next-radio :before {
    box-sizing: border-box
}

.next-radio-wrapper .next-radio input[type=radio] {
    cursor: pointer;
    height: 16px;
    height: var(--s-4,16px);
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 16px;
    width: var(--s-4,16px)
}

.next-radio-wrapper .next-radio-inner {
    background: #fff;
    background: var(--radio-bg-color,#fff);
    border: 1px solid #e5e5e5;
    border: var(--line-1,1px) solid var(--radio-border-color,#e5e5e5);
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    display: block;
    height: 16px;
    height: var(--s-4,16px);
    transition: all .1s linear;
    width: 16px;
    width: var(--s-4,16px)
}

.next-radio-wrapper .next-radio-inner:after {
    background: #fff;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    content: "";
    left: 50%;
    margin-left: -4px;
    margin-left: calc(0px - var(--radio-circle-size, 8px)/2);
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: all .1s linear
}

.next-radio-wrapper.checked .next-radio-inner {
    background: #fff;
    background: var(--radio-checked-bg-color,#fff);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-radio-wrapper.checked .next-radio-inner:after {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    font-weight: 700;
    height: 8px;
    height: var(--radio-circle-size,8px);
    transform: scale(1);
    width: 8px;
    width: var(--radio-circle-size,8px)
}

.next-radio-wrapper.checked.hovered .next-radio-inner,.next-radio-wrapper.checked:hover .next-radio-inner {
    border-color: #0057ad;
    border-color: var(--color-brand1-7,#0057ad)
}

.next-radio-wrapper.disabled input[type=radio] {
    cursor: not-allowed
}

.next-radio-wrapper.disabled .next-radio-inner {
    background: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7);
    border-color: #e5e5e5;
    border-color: var(--radio-disabled-border-color,#e5e5e5)
}

.next-radio-wrapper.disabled .next-radio-inner:after {
    background: #ccc;
    background: var(--color-text1-1,#ccc)
}

.next-radio-wrapper.disabled .next-radio-inner.hovered,.next-radio-wrapper.disabled .next-radio-inner:hover {
    border-color: #e5e5e5;
    border-color: var(--radio-disabled-border-color,#e5e5e5)
}

.next-radio-wrapper.disabled.checked .next-radio-inner {
    background: #f7f7f7;
    background: var(--radio-checked-disabled-bg-color,#f7f7f7);
    border-color: #e5e5e5;
    border-color: var(--radio-checked-disabled-border-color,#e5e5e5)
}

.next-radio-wrapper.disabled.checked .next-radio-inner:after {
    background: #ccc;
    background: var(--radio-checked-disabled-circle-color,#ccc)
}

.next-radio-wrapper.disabled .next-radio-label {
    color: #d9d9d9;
    color: var(--radio-normal-font-color-disabled,#d9d9d9)
}

.next-radio-wrapper:not(.disabled).hovered .next-radio-inner,.next-radio-wrapper:not(.disabled):hover .next-radio-inner {
    background-color: #f0f7ff;
    background-color: var(--radio-hovered-bg-color,#f0f7ff);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-radio-wrapper:not(.disabled).hovered .next-radio-label,.next-radio-wrapper:not(.disabled):hover .next-radio-label {
    cursor: pointer
}

.next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner,.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner {
    background: #cae3fd;
    background: var(--color-brand1-2,#cae3fd);
    border-color: #0057ad;
    border-color: var(--color-brand1-7,#0057ad)
}

.next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after,.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.next-radio-button .next-radio {
    height: 0;
    width: 0
}

.next-radio-button input[type=radio] {
    height: 0;
    width: 0
}

.next-radio-button>label {
    background-color: #fff;
    background-color: var(--radio-button-bg-color,#fff);
    border: 1px solid #ccc;
    border: 1px solid var(--color-line1-3,#ccc);
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 0 -1px;
    position: relative;
    transition: all .1s linear;
    vertical-align: middle;
    z-index: 1
}

.next-radio-button>label .next-radio-label {
    color: dimgray;
    color: #696969;
    color: var(--radio-button-font-color,dimgray);
    display: block;
    margin: 0;
    transition: all .1s linear
}

.next-radio-button>label.hovered,.next-radio-button>label:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--color-line1-3,#ccc);
    z-index: 10
}

.next-radio-button>label.hovered .next-radio-label,.next-radio-button>label:hover .next-radio-label {
    color: dimgray;
    color: #696969;
    color: var(--radio-button-font-color-hovered,dimgray)
}

.next-radio-button>label.checked {
    background-color: #fff;
    background-color: var(--radio-button-bg-color-checked,#fff);
    border-color: #0064c8;
    border-color: var(--radio-button-border-color-checked,#0064c8);
    z-index: 11
}

.next-radio-button>label.checked .next-radio-label {
    color: #0064c8;
    color: var(--radio-button-font-color-checked,#0064c8)
}

.next-radio-button>label.disabled {
    background-color: #fff;
    background-color: var(--color-fill1-1,#fff);
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5);
    cursor: not-allowed;
    z-index: 0
}

.next-radio-button>label.disabled .next-radio-label {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-radio-button>label.checked.disabled {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5);
    z-index: 0
}

.next-radio-button>label.checked.disabled .next-radio-label {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-radio-button-large>label {
    height: 36px;
    height: var(--radio-button-height-large,36px);
    line-height: 36px;
    line-height: var(--radio-button-height-large,36px);
    padding: 0 16px;
    padding: 0 var(--s-4,16px)
}

.next-radio-button-large>label:first-child {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--radio-button-corner-large,2px);
    border-top-left-radius: 2px;
    border-top-left-radius: var(--radio-button-corner-large,2px);
    margin-left: 0
}

.next-radio-button-large>label:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--radio-button-corner-large,2px);
    border-top-right-radius: 2px;
    border-top-right-radius: var(--radio-button-corner-large,2px)
}

.next-radio-button-large .next-radio-label {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px);
    height: 34px;
    height: calc(var(--radio-button-height-large, 36px) - 2px);
    line-height: 34px;
    line-height: calc(var(--radio-button-height-large, 36px) - 2px)
}

.next-radio-button-medium>label {
    height: 32px;
    height: var(--s-8,32px);
    line-height: 32px;
    line-height: var(--s-8,32px);
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-radio-button-medium>label:first-child {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--corner-1,2px);
    border-top-left-radius: 2px;
    border-top-left-radius: var(--corner-1,2px);
    margin-left: 0
}

.next-radio-button-medium>label:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--corner-1,2px);
    border-top-right-radius: 2px;
    border-top-right-radius: var(--corner-1,2px)
}

.next-radio-button-medium .next-radio-label {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 30px;
    height: calc(var(--s-8,32px) - 2px);
    line-height: 30px;
    line-height: calc(var(--s-8,32px) - 2px)
}

.next-radio-button-small>label {
    height: 24px;
    height: var(--radio-button-height-small,24px);
    line-height: 24px;
    line-height: var(--radio-button-height-small,24px);
    padding: 0 8px;
    padding: 0 var(--s-2,8px)
}

.next-radio-button-small>label:first-child {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--corner-1,2px);
    border-top-left-radius: 2px;
    border-top-left-radius: var(--corner-1,2px);
    margin-left: 0
}

.next-radio-button-small>label:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--corner-1,2px);
    border-top-right-radius: 2px;
    border-top-right-radius: var(--corner-1,2px)
}

.next-radio-button-small .next-radio-label {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 22px;
    height: calc(var(--radio-button-height-small, 24px) - 2px);
    line-height: 22px;
    line-height: calc(var(--radio-button-height-small, 24px) - 2px)
}

.next-radio-single-input input[type=radio] {
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.next-radio-group {
    display: inline-block
}

.next-radio-group .next-radio-wrapper {
    margin-right: 12px
}

.next-radio-group .next-radio-wrapper:last-child {
    margin-right: 0
}

.next-radio-group .next-radio-label {
    color: #1a1a1a;
    color: var(--radio-normal-font-color,#1a1a1a)
}

.next-radio-group.disabled .next-radio-label {
    color: #d9d9d9;
    color: var(--radio-normal-font-color-disabled,#d9d9d9)
}

.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 {
    color: #1a1a1a;
    color: var(--radio-normal-font-color,#1a1a1a);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1;
    margin: 0 0 0 8px;
    margin-left: var(--s-2,8px);
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    vertical-align: middle
}

@-moz-document url-prefix() {
    .next-radio {
        margin-top: -1px
    }

    @supports (animation: 0s) {
        .next-radio {
            margin-top:-3px
        }
    }
}

.next-badge {
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle
}

.next-badge *,.next-badge :after,.next-badge :before {
    box-sizing: border-box
}

.next-badge .next-badge-count {
    background: #f2887e;
    background: var(--color-error-4,#f2887e);
    border-radius: 8px;
    border-radius: var(--s-2,8px);
    color: #fff;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 16px;
    height: var(--s-4,16px);
    line-height: 16px;
    line-height: var(--s-4,16px);
    min-width: 16px;
    min-width: var(--s-4,16px);
    padding: 0 4px;
    padding: 0 var(--s-1,4px) 0 var(--s-1,4px);
    position: absolute;
    text-align: center;
    top: -.5em;
    transform: translateX(-50%);
    white-space: nowrap;
    width: auto
}

.next-badge .next-badge-count a,.next-badge .next-badge-count a:hover {
    color: #fff
}

.next-badge .next-badge-dot {
    background: #f2887e;
    background: var(--color-error-4,#f2887e);
    border-radius: 8px;
    border-radius: var(--s-2,8px);
    color: #fff;
    font-size: 1px;
    height: 8px;
    height: var(--s-2,8px);
    line-height: 1;
    min-width: 8px;
    min-width: var(--s-2,8px);
    padding: 0;
    position: absolute;
    text-align: center;
    top: -.5em;
    transform: translateX(-50%);
    white-space: nowrap;
    width: 8px;
    width: var(--s-2,8px)
}

.next-badge .next-badge-dot a,.next-badge .next-badge-dot a:hover {
    color: #fff
}

.next-badge .next-badge-custom {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.166667;
    padding-left: 4px;
    padding-left: var(--s-1,4px);
    padding-right: 4px;
    padding-right: var(--s-1,4px);
    transform: translateX(-50%);
    white-space: nowrap
}

.next-badge .next-badge-custom>* {
    line-height: 1
}

.next-badge .next-badge-custom>.next-icon:before,.next-badge .next-badge-custom>i:before {
    font-size: inherit;
    vertical-align: top;
    width: auto
}

.next-badge .next-badge-scroll-number {
    overflow: hidden;
    position: absolute;
    top: -4px;
    transform-origin: left center;
    z-index: 10
}

.next-badge-scroll-number-only {
    display: inline-block;
    min-width: 8px;
    min-width: var(--s-2,8px);
    position: relative;
    transition: transform .1s linear
}

.next-badge-scroll-number-only span {
    display: block;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 16px;
    height: var(--s-4,16px);
    line-height: 16px;
    line-height: var(--s-4,16px)
}

.next-badge-not-a-wrapper .next-badge-count,.next-badge-not-a-wrapper .next-badge-custom,.next-badge-not-a-wrapper .next-badge-dot {
    display: block;
    position: relative;
    top: auto;
    transform: translateX(0)
}

.next-badge-list-wrapper {
    margin-left: 0
}

.next-badge-list-wrapper li {
    list-style: none;
    margin-bottom: 0;
    margin-bottom: var(--s-zero,0)
}

.next-badge[dir=rtl] .next-badge-custom {
    padding-left: 4px;
    padding-left: var(--s-1,4px);
    padding-right: 4px;
    padding-right: var(--s-1,4px)
}

.next-badge[dir=rtl] .next-badge-scroll-number {
    left: 0;
    transform-origin: right center
}

.next-balloon {
    word-wrap: break-all;
    word-wrap: break-word;
    border-radius: 2px;
    border-radius: var(--balloon-corner,2px);
    border-style: solid;
    border-style: var(--line-solid,solid);
    box-sizing: border-box;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    max-width: 300px;
    position: absolute;
    top: 0;
    z-index: 0
}

.next-balloon *,.next-balloon :after,.next-balloon :before {
    box-sizing: border-box
}

.next-balloon:focus,.next-balloon :focus {
    outline: 0
}

.next-balloon-title {
    font-size: 16px;
    font-size: var(--balloon-title-font-size,16px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    margin-bottom: 8px;
    margin-bottom: var(--s-2,8px)
}

.next-balloon-title.next-balloon-closable {
    padding: 0 40px 0 0;
    padding: 0 var(--s-10,40px) 0 0
}

.next-balloon-title.next-balloon-closable .next-balloon-close {
    right: 12px;
    right: var(--s-3,12px);
    top: -1px;
    transform: translateY(6px);
    transform: translateY(calc(var(--balloon-size-padding-top, 6px) + var(--balloon-title-font-size, 16px)/2 - var(--balloon-size-close, 16px)/2))
}

.next-balloon-primary {
    background-color: #262626;
    background-color: var(--balloon-primary-color-bg,#262626);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    border-width: 1px;
    border-width: var(--line-1,1px);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--balloon-primary-shadow,0 3px 8px 0 rgba(0,0,0,.06));
    color: #fff;
    color: var(--balloon-primary-color,#fff)
}

.next-balloon-primary .next-balloon-close {
    color: #fff;
    color: var(--balloon-primary-color-close,#fff);
    cursor: pointer;
    font-size: 16px;
    font-size: var(--balloon-size-close,16px);
    position: absolute;
    right: 12px;
    right: var(--s-3,12px);
    top: -1px;
    transform: translateY(4px);
    transform: translateY(calc(var(--balloon-size-padding-top, 6px) + var(--font-size-body-1,12px)/2 - var(--balloon-size-close, 16px)/2))
}

.next-balloon-primary .next-balloon-close .next-icon {
    height: 16px;
    height: var(--balloon-size-close,16px);
    line-height: 1em;
    width: 16px;
    width: var(--balloon-size-close,16px)
}

.next-balloon-primary .next-balloon-close .next-icon:before {
    font-size: 16px;
    font-size: var(--balloon-size-close,16px);
    height: 16px;
    height: var(--balloon-size-close,16px);
    line-height: 1em;
    width: 16px;
    width: var(--balloon-size-close,16px)
}

.next-balloon-primary .next-balloon-close :hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-balloon-primary:after {
    background-color: #262626;
    background-color: var(--balloon-primary-color-bg,#262626);
    border: 1px solid transparent;
    border: var(--line-1,1px) var(--line-solid,solid) var(--color-transparent,transparent);
    box-sizing: content-box!important;
    content: "";
    height: 8px;
    height: var(--balloon-size-arrow-size,8px);
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
    width: var(--balloon-size-arrow-size,8px);
    z-index: -1
}

.next-balloon-primary.next-balloon-top:after {
    border-bottom: none;
    border-right: none;
    left: calc(50% - 5px);
    left: calc(50% - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    top: -5px;
    top: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-primary.next-balloon-right:after {
    border-bottom: none;
    border-left: none;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    top: calc(50% - 5px);
    top: calc(50% - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-primary.next-balloon-bottom:after {
    border-left: none;
    border-top: none;
    bottom: -5px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    left: calc(50% - 5px);
    left: calc(50% - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-primary.next-balloon-left:after {
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    top: calc(50% - 5px);
    top: calc(50% - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-primary.next-balloon-left-top:after {
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    top: 12px;
    top: var(--s-3,12px)
}

.next-balloon-primary.next-balloon-left-bottom:after {
    border-right: none;
    border-top: none;
    bottom: 12px;
    bottom: var(--s-3,12px);
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-primary.next-balloon-right-top:after {
    border-bottom: none;
    border-left: none;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    top: 12px;
    top: var(--s-3,12px)
}

.next-balloon-primary.next-balloon-right-bottom:after {
    border-bottom: none;
    border-left: none;
    bottom: 12px;
    bottom: var(--s-3,12px);
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-primary.next-balloon-top-left:after {
    border-bottom: none;
    border-right: none;
    left: 12px;
    left: var(--s-3,12px);
    top: -5px;
    top: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-primary.next-balloon-top-right:after {
    border-bottom: none;
    border-right: none;
    right: 12px;
    right: var(--s-3,12px);
    top: -5px;
    top: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon-primary.next-balloon-bottom-left:after {
    border-left: none;
    border-top: none;
    bottom: -5px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    left: 12px;
    left: var(--s-3,12px)
}

.next-balloon-primary.next-balloon-bottom-right:after {
    border-left: none;
    border-top: none;
    bottom: -5px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    right: 12px;
    right: var(--s-3,12px)
}

.next-balloon-normal {
    background-color: #fff;
    background-color: var(--balloon-normal-color-bg,#fff);
    border-color: #d9d9d9;
    border-color: var(--balloon-normal-color-border,#d9d9d9);
    border-width: 1px;
    border-width: var(--balloon-normal-border-width,1px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--balloon-normal-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-balloon-normal .next-balloon-close {
    color: dimgray;
    color: #696969;
    color: var(--balloon-normal-color-close,dimgray);
    cursor: pointer;
    font-size: 16px;
    font-size: var(--balloon-size-close,16px);
    position: absolute;
    right: 12px;
    right: var(--s-3,12px);
    top: -1px;
    transform: translateY(4px);
    transform: translateY(calc(var(--balloon-size-padding-top, 6px) + var(--font-size-body-1,12px)/2 - var(--balloon-size-close, 16px)/2))
}

.next-balloon-normal .next-balloon-close .next-icon {
    height: 16px;
    height: var(--balloon-size-close,16px);
    line-height: 1em;
    width: 16px;
    width: var(--balloon-size-close,16px)
}

.next-balloon-normal .next-balloon-close .next-icon:before {
    font-size: 16px;
    font-size: var(--balloon-size-close,16px);
    height: 16px;
    height: var(--balloon-size-close,16px);
    line-height: 1em;
    width: 16px;
    width: var(--balloon-size-close,16px)
}

.next-balloon-normal .next-balloon-close :hover {
    color: #333;
    color: var(--balloon-normal-color-close-hover,#333)
}

.next-balloon-normal:after {
    background-color: #fff;
    background-color: var(--balloon-normal-color-bg,#fff);
    border: 1px solid #d9d9d9;
    border: var(--balloon-normal-border-width,1px) var(--line-solid,solid) var(--balloon-normal-color-border,#d9d9d9);
    box-sizing: content-box!important;
    content: "";
    height: 8px;
    height: var(--balloon-size-arrow-size,8px);
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
    width: var(--balloon-size-arrow-size,8px);
    z-index: -1
}

.next-balloon-normal.next-balloon-top:after {
    border-bottom: none;
    border-right: none;
    left: calc(50% - 5px);
    left: calc(50% - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    top: -5px;
    top: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-normal.next-balloon-right:after {
    border-bottom: none;
    border-left: none;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    top: calc(50% - 5px);
    top: calc(50% - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-normal.next-balloon-bottom:after {
    border-left: none;
    border-top: none;
    bottom: -5px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    left: calc(50% - 5px);
    left: calc(50% - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-normal.next-balloon-left:after {
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    top: calc(50% - 5px);
    top: calc(50% - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-normal.next-balloon-left-top:after {
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    top: 12px;
    top: var(--s-3,12px)
}

.next-balloon-normal.next-balloon-left-bottom:after {
    border-right: none;
    border-top: none;
    bottom: 12px;
    bottom: var(--s-3,12px);
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-normal.next-balloon-right-top:after {
    border-bottom: none;
    border-left: none;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    top: 12px;
    top: var(--s-3,12px)
}

.next-balloon-normal.next-balloon-right-bottom:after {
    border-bottom: none;
    border-left: none;
    bottom: 12px;
    bottom: var(--s-3,12px);
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-normal.next-balloon-top-left:after {
    border-bottom: none;
    border-right: none;
    left: 12px;
    left: var(--s-3,12px);
    top: -5px;
    top: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-normal.next-balloon-top-right:after {
    border-bottom: none;
    border-right: none;
    right: 12px;
    right: var(--s-3,12px);
    top: -5px;
    top: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon-normal.next-balloon-bottom-left:after {
    border-left: none;
    border-top: none;
    bottom: -5px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    left: 12px;
    left: var(--s-3,12px)
}

.next-balloon-normal.next-balloon-bottom-right:after {
    border-left: none;
    border-top: none;
    bottom: -5px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    right: 12px;
    right: var(--s-3,12px)
}

.next-balloon.visible {
    display: block
}

.next-balloon.hidden {
    display: none
}

.next-balloon-medium {
    padding: 6px 12px;
    padding: var(--balloon-size-padding-top,6px) var(--s-3,12px) var(--balloon-size-padding-top,6px) var(--s-3,12px)
}

.next-balloon-closable {
    padding: 6px 40px 6px 12px;
    padding: var(--balloon-size-padding-top,6px) var(--s-10,40px) var(--balloon-size-padding-top,6px) var(--s-3,12px)
}

.next-balloon-tooltip {
    word-wrap: break-all;
    word-wrap: break-word;
    background-color: #fff;
    background-color: var(--balloon-tooltip-color-bg,#fff);
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9);
    border-radius: 2px;
    border-radius: var(--balloon-corner,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--balloon-tooltip-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    box-sizing: border-box;
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    max-width: 300px;
    max-width: var(--balloon-size-max-width,300px);
    position: absolute;
    top: 0;
    z-index: 0
}

.next-balloon-tooltip *,.next-balloon-tooltip :after,.next-balloon-tooltip :before {
    box-sizing: border-box
}

.next-balloon-tooltip .next-balloon-arrow {
    background: 0 0;
    display: block;
    height: 16px;
    height: calc(var(--balloon-size-arrow-size, 8px)*2);
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 16px;
    width: calc(var(--balloon-size-arrow-size, 8px)*2)
}

.next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content {
    background-color: #fff;
    background-color: var(--balloon-tooltip-color-bg,#fff);
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9);
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    height: var(--balloon-size-arrow-size,8px);
    left: 0;
    margin: auto;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    width: var(--balloon-size-arrow-size,8px)
}

.next-balloon-tooltip-top .next-balloon-arrow {
    left: calc(50% - 8px);
    left: calc(50% - var(--balloon-size-arrow-size, 8px));
    top: -16px;
    top: calc(0px - var(--balloon-size-arrow-size, 8px)*2)
}

.next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateY(8px) rotate(45deg);
    transform: translateY(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip-right .next-balloon-arrow {
    right: -16px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)*2);
    top: calc(50% - 8px);
    top: calc(50% - var(--balloon-size-arrow-size, 8px))
}

.next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(-8px) rotate(45deg);
    transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg)
}

.next-balloon-tooltip-bottom .next-balloon-arrow {
    bottom: -16px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 8px)*2);
    left: calc(50% - 8px);
    left: calc(50% - var(--balloon-size-arrow-size, 8px))
}

.next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateY(-8px) rotate(45deg);
    transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg)
}

.next-balloon-tooltip-left .next-balloon-arrow {
    left: -16px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)*2);
    top: calc(50% - 8px);
    top: calc(50% - var(--balloon-size-arrow-size, 8px))
}

.next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(8px) rotate(45deg);
    transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip-left-top .next-balloon-arrow {
    left: -16px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)*2);
    top: 8px;
    top: calc(var(--s-3,12px) - var(--balloon-size-arrow-size, 8px)/2)
}

.next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(8px) rotate(45deg);
    transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip-left-bottom .next-balloon-arrow {
    bottom: 8px;
    bottom: calc(var(--s-3,12px) - var(--balloon-size-arrow-size, 8px)/2);
    left: -16px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)*2)
}

.next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(8px) rotate(45deg);
    transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip-right-top .next-balloon-arrow {
    right: -16px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)*2);
    top: 8px;
    top: calc(var(--s-3,12px) - var(--balloon-size-arrow-size, 8px)/2)
}

.next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(-8px) rotate(45deg);
    transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg)
}

.next-balloon-tooltip-right-bottom .next-balloon-arrow {
    bottom: 8px;
    bottom: calc(var(--s-3,12px) - var(--balloon-size-arrow-size, 8px)/2);
    right: -16px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)*2)
}

.next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(-8px) rotate(45deg);
    transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg)
}

.next-balloon-tooltip-top-left .next-balloon-arrow {
    left: 8px;
    left: calc(var(--s-3,12px) - var(--balloon-size-arrow-size, 8px)/2);
    top: -16px;
    top: calc(0px - var(--balloon-size-arrow-size, 8px)*2)
}

.next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateY(8px) rotate(45deg);
    transform: translateY(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip-top-right .next-balloon-arrow {
    right: 8px;
    right: calc(var(--s-3,12px) - var(--balloon-size-arrow-size, 8px)/2);
    top: -16px;
    top: calc(0px - var(--balloon-size-arrow-size, 8px)*2)
}

.next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateY(8px) rotate(45deg);
    transform: translateY(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip-bottom-left .next-balloon-arrow {
    bottom: -16px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 8px)*2);
    left: 8px;
    left: calc(var(--s-3,12px) - var(--balloon-size-arrow-size, 8px)/2)
}

.next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateY(-8px) rotate(45deg);
    transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg)
}

.next-balloon-tooltip-bottom-right .next-balloon-arrow {
    bottom: -16px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 8px)*2);
    right: 8px;
    right: calc(var(--s-3,12px) - var(--balloon-size-arrow-size, 8px)/2)
}

.next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateY(-8px) rotate(45deg);
    transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg)
}

.next-balloon-tooltip.visible {
    display: block
}

.next-balloon-tooltip.hidden {
    display: none
}

.next-balloon-tooltip-medium {
    padding: 6px 12px;
    padding: 6px var(--s-3,12px) 6px var(--s-3,12px)
}

.next-balloon[dir=rtl].next-balloon-primary .next-balloon-close {
    left: 12px;
    left: var(--s-3,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right:after {
    border-bottom: inherit;
    border-left: inherit;
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    right: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left:after {
    border-bottom: none;
    border-left: none;
    border-right: inherit;
    border-top: inherit;
    left: auto;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-top:after {
    border-bottom: none;
    border-left: none;
    border-right: inherit;
    border-top: inherit;
    left: auto;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-bottom:after {
    border-bottom: none;
    border-left: none;
    border-right: inherit;
    border-top: inherit;
    left: auto;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px))
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-top:after {
    border-bottom: inherit;
    border-left: inherit;
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    right: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-bottom:after {
    border-bottom: inherit;
    border-left: inherit;
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--line-1,1px));
    right: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-left:after {
    left: auto;
    right: 12px;
    right: var(--s-3,12px)
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-right:after {
    left: 12px;
    left: var(--s-3,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-left:after {
    left: auto;
    right: 12px;
    right: var(--s-3,12px)
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-right:after {
    left: 12px;
    left: var(--s-3,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal .next-balloon-close {
    left: 12px;
    left: var(--s-3,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right:after {
    border-bottom: inherit;
    border-left: inherit;
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left:after {
    border-bottom: none;
    border-left: none;
    border-right: inherit;
    border-top: inherit;
    left: auto;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-top:after {
    border-bottom: none;
    border-left: none;
    border-right: inherit;
    border-top: inherit;
    left: auto;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-bottom:after {
    border-bottom: none;
    border-left: none;
    border-right: inherit;
    border-top: inherit;
    left: auto;
    right: -5px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px))
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-top:after {
    border-bottom: inherit;
    border-left: inherit;
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-bottom:after {
    border-bottom: inherit;
    border-left: inherit;
    border-right: none;
    border-top: none;
    left: -5px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)/2 - var(--balloon-normal-border-width, 1px));
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-left:after {
    left: auto;
    right: 12px;
    right: var(--s-3,12px)
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-right:after {
    left: 12px;
    left: var(--s-3,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-left:after {
    left: auto;
    right: 12px;
    right: var(--s-3,12px)
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-right:after {
    left: 12px;
    left: var(--s-3,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-closable {
    padding: 6px 12px 6px 40px;
    padding: var(--balloon-size-padding-top,6px) var(--s-3,12px) var(--balloon-size-padding-top,6px) var(--s-10,40px)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow {
    left: -16px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)*2);
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(8px) rotate(45deg);
    transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow {
    left: auto;
    right: -16px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)*2)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(-8px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow {
    left: auto;
    right: -16px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)*2)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(-8px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow {
    left: auto;
    right: -16px;
    right: calc(0px - var(--balloon-size-arrow-size, 8px)*2)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(-8px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow {
    left: -16px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)*2);
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(8px) rotate(45deg);
    transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow {
    left: -16px;
    left: calc(0px - var(--balloon-size-arrow-size, 8px)*2);
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
    transform: translateX(8px) rotate(45deg);
    transform: translateX(var(--balloon-size-arrow-size,8px)) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-left .next-balloon-arrow {
    left: auto;
    right: 10px;
    right: calc(var(--s-3,12px) - 2px)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-right .next-balloon-arrow {
    left: 10px;
    left: calc(var(--s-3,12px) - 2px);
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-left .next-balloon-arrow {
    left: auto;
    right: 10px;
    right: calc(var(--s-3,12px) - 2px)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-right .next-balloon-arrow {
    left: 10px;
    left: calc(var(--s-3,12px) - 2px);
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-medium {
    padding: 6px 12px;
    padding: var(--balloon-tooltip-size-padding-top,6px) var(--s-3,12px) var(--balloon-tooltip-size-padding-bottom,6px) var(--s-3,12px)
}

.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-right: 0
}

.next-menu[dir=rtl] .next-menu-hoz-right {
    float: left
}

.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: -12px;
    margin-right: calc(-8px - var(--menu-padding-horizontal, 16px)/2)
}

.next-menu[dir=rtl] .next-menu-icon-selected.next-icon .next-icon-remote,.next-menu[dir=rtl] .next-menu-icon-selected.next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-menu[dir=rtl] .next-menu-icon-selected.next-icon.next-menu-icon-right {
    left: 4px;
    right: auto
}

.next-menu[dir=rtl] .next-menu-icon-arrow.next-icon {
    left: 10px;
    right: auto
}

.next-menu {
    animation-duration: .3s;
    animation-timing-function: ease;
    background: #fff;
    background: var(--menu-background,#fff);
    border: 0 solid #e5e5e5;
    border: var(--popup-local-border-width,0) var(--line-solid,solid) var(--popup-local-border-color,#e5e5e5);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    box-sizing: border-box;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 32px;
    line-height: var(--s-8,32px);
    list-style: none;
    margin: 0;
    min-width: 100px;
    position: relative
}

.next-menu *,.next-menu :after,.next-menu :before {
    box-sizing: border-box
}

.next-menu:focus,.next-menu :focus {
    outline: 0
}

.next-menu-spacing-lr {
    padding: 0;
    padding: 0 var(--s-zero,0)
}

.next-menu-spacing-lr.next-menu-outside>.next-menu {
    height: 100%;
    overflow-y: auto
}

.next-menu-spacing-tb {
    padding: 0;
    padding: var(--s-zero,0) 0
}

.next-menu.next-ver {
    padding: 8px;
    padding: var(--s-2,8px) var(--menu-padding-ver-padding-lr,8px)
}

.next-menu.next-ver .next-menu-item {
    padding: 0 8px;
    padding: 0 var(--menu-item-padding-ver-padding-r,16px) 0 var(--menu-item-padding-ver-padding-l,16px)
}

.next-menu.next-hoz {
    padding: 8px 0;
    padding: var(--s-2,8px) var(--s-zero,0)
}

.next-menu.next-hoz .next-menu-item {
    padding: 0 16px;
    padding: 0 var(--s-4,16px)
}

.next-menu-embeddable,.next-menu-embeddable .next-menu-item.next-disabled,.next-menu-embeddable .next-menu-item.next-disabled .next-menu-item-text>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
}

.next-menu-content,.next-menu-sub-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.next-menu-sub-menu.next-expand-enter {
    overflow: hidden
}

.next-menu-sub-menu.next-expand-enter-active {
    transition: height .3s ease
}

.next-menu-sub-menu.next-expand-leave {
    overflow: hidden
}

.next-menu-sub-menu.next-expand-leave-active {
    transition: height .3s ease
}

.next-menu-item {
    color: #333;
    color: var(--menu-color,#333);
    cursor: pointer;
    position: relative;
    transition: background .1s linear
}

.next-menu-item-helper {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,dimgray);
    float: right;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-style: normal
}

.next-menu-item .next-checkbox,.next-menu-item .next-radio {
    margin-right: 4px
}

.next-menu-item.next-selected {
    background-color: #f0f7ff;
    background-color: var(--menu-background-selected,#f0f7ff);
    color: #333;
    color: var(--menu-color-selected,#333)
}

.next-menu-item.next-selected .next-menu-icon-arrow {
    color: gray;
    color: grey;
    color: var(--menu-arrow-color,gray)
}

.next-menu-item.next-disabled,.next-menu-item.next-disabled .next-menu-item-text>a {
    background-color: #fff;
    background-color: var(--menu-background,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: not-allowed
}

.next-menu-item.next-disabled .next-menu-icon-arrow,.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-arrow {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-menu-item.next-disabled .next-menu-icon-selected,.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-selected {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.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.next-focused:hover,.next-menu-item:not(.next-disabled).next-selected:focus,.next-menu-item:not(.next-disabled).next-selected:focus:hover,.next-menu-item:not(.next-disabled).next-selected:hover,.next-menu-item:not(.next-disabled):hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    color: #333;
    color: var(--menu-color-hover,#333)
}

.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.next-focused:hover .next-menu-icon-arrow,.next-menu-item:not(.next-disabled).next-selected:focus .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-selected:hover .next-menu-icon-arrow,.next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow {
    color: #1a1a1a;
    color: var(--color-text-1,#1a1a1a)
}

.next-menu-item-inner {
    word-wrap: normal;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 32px;
    height: var(--s-8,32px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-menu-item .next-menu-item-text {
    vertical-align: middle
}

.next-menu-item .next-menu-item-text>a {
    color: #333;
    color: var(--menu-color,#333);
    display: inline-block;
    text-decoration: none
}

.next-menu-item .next-menu-item-text>a:before {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.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 .next-menu-content>.next-menu-item,.next-menu.next-hoz>.next-menu-item,.next-menu.next-hoz>.next-menu-sub-menu-wrapper {
    display: inline-block;
    vertical-align: top
}

.next-menu.next-hoz .next-menu-content,.next-menu.next-hoz .next-menu-footer,.next-menu.next-hoz .next-menu-header {
    display: inline-block
}

.next-menu-hoz-right {
    float: right
}

.next-menu-group-label {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,dimgray);
    padding: 0 8px;
    padding: 0 var(--menu-padding-title-horizontal,8px)
}

.next-menu-divider {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--menu-divider-color,#e5e5e5);
    margin: 8px;
    margin: var(--s-2,8px) var(--menu-divider-margin-hoz,8px)
}

.next-menu .next-menu-icon-selected.next-icon {
    margin-left: -4px;
    margin-left: calc(4px - var(--menu-item-padding-ver-padding-l, 16px));
    position: absolute;
    top: 0
}

.next-menu .next-menu-icon-selected.next-icon .next-icon-remote,.next-menu .next-menu-icon-selected.next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-menu .next-menu-icon-selected.next-icon.next-menu-icon-right {
    right: 4px
}

.next-menu .next-menu-symbol-icon-selected.next-menu-icon-selected:before {
    content: "\e632"
}

.next-menu .next-menu-icon-arrow.next-icon {
    color: gray;
    color: grey;
    color: var(--menu-arrow-color,gray);
    position: absolute;
    right: 10px;
    top: 0;
    transition: all .1s linear
}

.next-menu .next-menu-icon-arrow.next-icon .next-icon-remote,.next-menu .next-menu-icon-arrow.next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-menu .next-menu-icon-arrow-down:before {
    content: "\e63d"
}

.next-menu .next-menu-icon-arrow-down.next-open {
    transform: rotate(180deg)
}

.next-menu .next-menu-icon-arrow-down.next-open .next-icon-remote,.next-menu .next-menu-icon-arrow-down.next-open:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-menu .next-menu-symbol-popupfold:before {
    content: "\e619"
}

.next-menu .next-menu-icon-arrow-right.next-open {
    transform: rotate(-90deg)
}

.next-menu .next-menu-icon-arrow-right.next-open .next-icon-remote,.next-menu .next-menu-icon-arrow-right.next-open:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-menu .next-menu-hoz-icon-arrow.next-icon {
    color: gray;
    color: grey;
    color: var(--menu-arrow-color,gray);
    position: absolute;
    right: 6px;
    top: 0;
    transition: all .1s linear
}

.next-menu .next-menu-hoz-icon-arrow.next-icon .next-icon-remote,.next-menu .next-menu-hoz-icon-arrow.next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-menu .next-menu-hoz-icon-arrow.next-icon:before {
    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 .next-icon-remote,.next-menu .next-menu-hoz-icon-arrow.next-open:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-menu.next-context {
    line-height: 24px
}

.next-menu.next-context .next-menu-item-inner {
    height: 24px
}

.next-breadcrumb {
    display: block;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.next-breadcrumb .next-breadcrumb-item {
    display: inline-block
}

.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .1s linear;
    white-space: nowrap
}

.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text>b {
    font-weight: 400
}

.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-separator {
    display: inline-block;
    vertical-align: top
}

.next-breadcrumb .next-breadcrumb-text {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 16px;
    line-height: 16px;
    min-width: 16px
}

.next-breadcrumb .next-breadcrumb-separator {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin: 0 4px
}

.next-breadcrumb .next-breadcrumb-separator .next-icon:before {
    display: block
}

.next-breadcrumb .next-breadcrumb-separator .next-icon .next-icon-remote,.next-breadcrumb .next-breadcrumb-separator .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-breadcrumb .next-breadcrumb-text-ellipsis {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-breadcrumb .next-breadcrumb-text {
    color: #333;
    color: var(--breadcrumb-text-color,#333)
}

.next-breadcrumb .next-breadcrumb-text>b {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-breadcrumb .next-breadcrumb-text>a {
    color: #333;
    color: var(--breadcrumb-text-color,#333);
    text-align: center;
    text-decoration: none
}

.next-breadcrumb .next-breadcrumb-text.activated {
    color: #ccc;
    color: var(--breadcrumb-text-current-color,#ccc);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-breadcrumb .next-breadcrumb-text.activated>a {
    color: #ccc;
    color: var(--breadcrumb-text-current-color,#ccc);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-breadcrumb .next-breadcrumb-text-ellipsis {
    color: #333;
    color: var(--color-text1-3,#333);
    cursor: default
}

.next-breadcrumb .next-breadcrumb-text-ellipsis-clickable {
    color: #333;
    color: var(--color-text1-3,#333);
    cursor: pointer
}

.next-breadcrumb .next-breadcrumb-separator {
    color: #ccc;
    color: var(--breadcrumb-icon-color,#ccc)
}

.next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover>a {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-breadcrumb a.next-breadcrumb-text.activated:hover>a {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover>b {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-breadcrumb a.next-breadcrumb-text.activated:hover {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-breadcrumb-icon-sep:before {
    content: "\e867"
}

.next-breadcrumb-dropdown-wrapper {
    padding: 4px 0
}

.next-btn {
    box-sizing: border-box
}

.next-btn *,.next-btn :after,.next-btn :before {
    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
}

.next-btn {
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all .1s linear;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.next-btn:after {
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: opacity .1s linear;
    visibility: hidden
}

.next-btn:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.next-btn .next-icon {
    display: inline-block;
    font-size: 0;
    vertical-align: middle
}

.next-btn>div,.next-btn>span {
    display: inline-block;
    vertical-align: middle
}

.next-btn>.next-btn-helper {
    display: inline-block;
    text-decoration: inherit;
    vertical-align: middle
}

.next-btn.hover,.next-btn:hover {
    box-shadow: none
}

.next-btn.next-small {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    border-width: 1px;
    border-width: var(--line-1,1px);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 24px;
    height: var(--s-6,24px);
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-btn.next-small>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    transform: scale(1)
}

.next-btn.next-small>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn.next-small>.next-btn-icon.next-icon-first:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn.next-small>.next-btn-icon.next-icon-last {
    margin-left: 4px;
    margin-right: 0;
    transform: scale(1)
}

.next-btn.next-small>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn.next-small>.next-btn-icon.next-icon-last:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn.next-small>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn.next-small>.next-btn-icon.next-icon-alone .next-icon-remote,.next-btn.next-small>.next-btn-icon.next-icon-alone:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn.next-small.next-btn-loading:before {
    font-size: 12px;
    height: 12px;
    left: 12px;
    left: var(--s-3,12px);
    line-height: 12px;
    margin-right: 4px;
    text-align: center;
    top: 50%;
    width: 12px
}

.next-btn.next-small.next-btn-loading>.next-icon {
    display: none
}

.next-btn.next-small>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn.next-small>.next-btn-custom-loading-icon.show {
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear;
    width: 12px
}

.next-btn.next-medium {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    border-width: 1px;
    border-width: var(--line-1,1px);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 32px;
    height: var(--s-8,32px);
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-btn.next-medium>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    transform: scale(1)
}

.next-btn.next-medium>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn.next-medium>.next-btn-icon.next-icon-first:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn.next-medium>.next-btn-icon.next-icon-last {
    margin-left: 4px;
    margin-right: 0;
    transform: scale(1)
}

.next-btn.next-medium>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn.next-medium>.next-btn-icon.next-icon-last:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn.next-medium>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn.next-medium>.next-btn-icon.next-icon-alone .next-icon-remote,.next-btn.next-medium>.next-btn-icon.next-icon-alone:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn.next-medium.next-btn-loading:before {
    font-size: 16px;
    height: 16px;
    left: 12px;
    left: var(--s-3,12px);
    line-height: 16px;
    margin-right: 4px;
    text-align: center;
    top: 50%;
    width: 16px
}

.next-btn.next-medium.next-btn-loading>.next-icon {
    display: none
}

.next-btn.next-medium>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn.next-medium>.next-btn-custom-loading-icon.show {
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear;
    width: 16px
}

.next-btn.next-large {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    border-width: 1px;
    border-width: var(--line-1,1px);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    height: 36px;
    height: var(--s-9,36px);
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-btn.next-large>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    transform: scale(1)
}

.next-btn.next-large>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn.next-large>.next-btn-icon.next-icon-first:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn.next-large>.next-btn-icon.next-icon-last {
    margin-left: 4px;
    margin-right: 0;
    transform: scale(1)
}

.next-btn.next-large>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn.next-large>.next-btn-icon.next-icon-last:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn.next-large>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn.next-large>.next-btn-icon.next-icon-alone .next-icon-remote,.next-btn.next-large>.next-btn-icon.next-icon-alone:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn.next-large.next-btn-loading:before {
    font-size: 16px;
    height: 16px;
    left: 12px;
    left: var(--s-3,12px);
    line-height: 16px;
    margin-right: 4px;
    text-align: center;
    top: 50%;
    width: 16px
}

.next-btn.next-large.next-btn-loading>.next-icon {
    display: none
}

.next-btn.next-large>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn.next-large>.next-btn-custom-loading-icon.show {
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear;
    width: 16px
}

.next-btn.next-btn-normal {
    background: #fff;
    background: var(--btn-pure-normal-bg,#fff);
    border-color: #d9d9d9;
    border-color: var(--btn-pure-normal-border-color,#d9d9d9);
    border-style: solid;
    border-style: var(--line-solid,solid)
}

.next-btn.next-btn-normal,.next-btn.next-btn-normal.visited,.next-btn.next-btn-normal:link,.next-btn.next-btn-normal:visited {
    color: #333;
    color: var(--btn-pure-normal-color,#333)
}

.next-btn.next-btn-normal.hover,.next-btn.next-btn-normal:focus,.next-btn.next-btn-normal:hover {
    background: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7);
    border-color: #d9d9d9;
    border-color: var(--btn-pure-normal-border-color-hover,#d9d9d9);
    color: #333;
    color: var(--btn-pure-normal-color-hover,#333);
    text-decoration: none
}

.next-btn.next-btn-normal.active,.next-btn.next-btn-normal:active {
    background: #e5e5e5;
    background: var(--btn-pure-normal-bg-active,#e5e5e5);
    border-color: #d9d9d9;
    border-color: var(--btn-pure-normal-border-color-active,#d9d9d9);
    color: #333;
    color: var(--btn-pure-normal-color-active,#333);
    text-decoration: none
}

.next-btn.next-btn-primary {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    border-style: solid;
    border-style: var(--line-solid,solid)
}

.next-btn.next-btn-primary,.next-btn.next-btn-primary.visited,.next-btn.next-btn-primary:link,.next-btn.next-btn-primary:visited {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-btn.next-btn-primary.hover,.next-btn.next-btn-primary:focus,.next-btn.next-btn-primary:hover {
    background: #2a7dd1;
    background: var(--btn-pure-primary-bg-hover,#2a7dd1);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: #fff;
    color: var(--color-white,#fff);
    text-decoration: none
}

.next-btn.next-btn-primary.active,.next-btn.next-btn-primary:active {
    background: #0057ad;
    background: var(--btn-pure-primary-bg-active,#0057ad);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: #fff;
    color: var(--color-white,#fff);
    text-decoration: none
}

.next-btn.next-btn-secondary {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    border-style: solid;
    border-style: var(--line-solid,solid)
}

.next-btn.next-btn-secondary,.next-btn.next-btn-secondary.visited,.next-btn.next-btn-secondary:link,.next-btn.next-btn-secondary:visited {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-btn.next-btn-secondary.hover,.next-btn.next-btn-secondary:focus,.next-btn.next-btn-secondary:hover {
    background: #f0f7ff;
    background: var(--btn-pure-secondary-bg-hover,#f0f7ff);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    text-decoration: none
}

.next-btn.next-btn-secondary.active,.next-btn.next-btn-secondary:active {
    background: #cae3fd;
    background: var(--btn-pure-secondary-bg-active,#cae3fd);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: #0057ad;
    color: var(--color-brand1-7,#0057ad);
    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: #fff;
    background: var(--btn-pure-normal-bg-disabled,#fff);
    border-color: #e5e5e5;
    border-color: var(--btn-pure-normal-border-color-disabled,#e5e5e5)
}

.next-btn.disabled.next-btn-normal,.next-btn.disabled.next-btn-normal.visited,.next-btn.disabled.next-btn-normal:link,.next-btn.disabled.next-btn-normal:visited,.next-btn[disabled].next-btn-normal,.next-btn[disabled].next-btn-normal.visited,.next-btn[disabled].next-btn-normal:link,.next-btn[disabled].next-btn-normal:visited {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.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,.next-btn[disabled].next-btn-normal:focus,.next-btn[disabled].next-btn-normal:hover {
    background: #fff;
    background: var(--btn-pure-normal-bg-disabled,#fff);
    border-color: #e5e5e5;
    border-color: var(--btn-pure-normal-border-color-disabled,#e5e5e5);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    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 {
    background: #fff;
    background: var(--btn-pure-normal-bg-disabled,#fff);
    border-color: #e5e5e5;
    border-color: var(--btn-pure-normal-border-color-disabled,#e5e5e5);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    text-decoration: none
}

.next-btn.disabled.next-btn-primary,.next-btn[disabled].next-btn-primary {
    background: #d9d9d9;
    background: var(--btn-pure-primary-bg-disabled,#d9d9d9);
    border-color: #d9d9d9;
    border-color: var(--btn-pure-primary-border-color-disabled,#d9d9d9)
}

.next-btn.disabled.next-btn-primary,.next-btn.disabled.next-btn-primary.visited,.next-btn.disabled.next-btn-primary:link,.next-btn.disabled.next-btn-primary:visited,.next-btn[disabled].next-btn-primary,.next-btn[disabled].next-btn-primary.visited,.next-btn[disabled].next-btn-primary:link,.next-btn[disabled].next-btn-primary:visited {
    color: #fff;
    color: var(--btn-pure-primary-color-disabled,#fff)
}

.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,.next-btn[disabled].next-btn-primary:focus,.next-btn[disabled].next-btn-primary:hover {
    background: #d9d9d9;
    background: var(--btn-pure-primary-bg-disabled,#d9d9d9);
    border-color: #d9d9d9;
    border-color: var(--btn-pure-primary-border-color-disabled,#d9d9d9);
    color: #fff;
    color: var(--btn-pure-primary-color-disabled,#fff);
    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 {
    background: #d9d9d9;
    background: var(--btn-pure-primary-bg-disabled,#d9d9d9);
    border-color: #d9d9d9;
    border-color: var(--btn-pure-primary-border-color-disabled,#d9d9d9);
    color: #fff;
    color: var(--btn-pure-primary-color-disabled,#fff);
    text-decoration: none
}

.next-btn.disabled.next-btn-secondary,.next-btn[disabled].next-btn-secondary {
    background: #fff;
    background: var(--btn-pure-secondary-bg-disabled,#fff);
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-btn.disabled.next-btn-secondary,.next-btn.disabled.next-btn-secondary.visited,.next-btn.disabled.next-btn-secondary:link,.next-btn.disabled.next-btn-secondary:visited,.next-btn[disabled].next-btn-secondary,.next-btn[disabled].next-btn-secondary.visited,.next-btn[disabled].next-btn-secondary:link,.next-btn[disabled].next-btn-secondary:visited {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.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,.next-btn[disabled].next-btn-secondary:focus,.next-btn[disabled].next-btn-secondary:hover {
    background: #fff;
    background: var(--btn-pure-secondary-bg-disabled,#fff);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    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 {
    background: #fff;
    background: var(--btn-pure-secondary-bg-disabled,#fff);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    text-decoration: none
}

.next-btn-warning {
    border-style: solid;
    border-style: var(--line-solid,solid)
}

.next-btn-warning.next-btn-primary {
    background: #ed675a;
    background: var(--color-error-5,#ed675a);
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-btn-warning.next-btn-primary,.next-btn-warning.next-btn-primary.visited,.next-btn-warning.next-btn-primary:link,.next-btn-warning.next-btn-primary:visited {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-btn-warning.next-btn-primary.hover,.next-btn-warning.next-btn-primary:focus,.next-btn-warning.next-btn-primary:hover {
    background: #f2887e;
    background: var(--color-error-4,#f2887e);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: #fff;
    color: var(--color-white,#fff);
    text-decoration: none
}

.next-btn-warning.next-btn-primary.active,.next-btn-warning.next-btn-primary:active {
    background: #e84738;
    background: var(--color-error-6,#e84738);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: #fff;
    color: var(--color-white,#fff);
    text-decoration: none
}

.next-btn-warning.next-btn-primary.disabled,.next-btn-warning.next-btn-primary[disabled] {
    background: #d9d9d9;
    background: var(--btn-warning-primary-bg-disabled,#d9d9d9);
    border-color: #d9d9d9;
    border-color: var(--color-line1-2,#d9d9d9)
}

.next-btn-warning.next-btn-primary.disabled,.next-btn-warning.next-btn-primary.disabled.visited,.next-btn-warning.next-btn-primary.disabled:link,.next-btn-warning.next-btn-primary.disabled:visited,.next-btn-warning.next-btn-primary[disabled],.next-btn-warning.next-btn-primary[disabled].visited,.next-btn-warning.next-btn-primary[disabled]:link,.next-btn-warning.next-btn-primary[disabled]:visited {
    color: #fff;
    color: var(--btn-warning-primary-color-disabled,#fff)
}

.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,.next-btn-warning.next-btn-primary[disabled]:focus,.next-btn-warning.next-btn-primary[disabled]:hover {
    background: #d9d9d9;
    background: var(--btn-warning-primary-bg-disabled,#d9d9d9);
    border-color: #d9d9d9;
    border-color: var(--color-line1-2,#d9d9d9);
    color: #fff;
    color: var(--btn-warning-primary-color-disabled,#fff);
    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 {
    background: #d9d9d9;
    background: var(--btn-warning-primary-bg-disabled,#d9d9d9);
    border-color: #d9d9d9;
    border-color: var(--color-line1-2,#d9d9d9);
    color: #fff;
    color: var(--btn-warning-primary-color-disabled,#fff);
    text-decoration: none
}

.next-btn-warning.next-btn-normal {
    background: #fff;
    background: var(--btn-warning-normal-bg,#fff);
    border-color: #fcceca;
    border-color: var(--btn-warning-normal-border-color,#fcceca)
}

.next-btn-warning.next-btn-normal,.next-btn-warning.next-btn-normal.visited,.next-btn-warning.next-btn-normal:link,.next-btn-warning.next-btn-normal:visited {
    color: #f2887e;
    color: var(--btn-warning-normal-color,#f2887e)
}

.next-btn-warning.next-btn-normal.hover,.next-btn-warning.next-btn-normal:focus,.next-btn-warning.next-btn-normal:hover {
    background: #ffeceb;
    background: var(--btn-warning-normal-bg-hover,#ffeceb);
    border-color: #fcceca;
    border-color: var(--btn-warning-normal-border-color-hover,#fcceca);
    color: #ed675a;
    color: var(--color-error-5,#ed675a);
    text-decoration: none
}

.next-btn-warning.next-btn-normal.active,.next-btn-warning.next-btn-normal:active {
    background: #fcceca;
    background: var(--color-error-2,#fcceca);
    border-color: #f7aaa3;
    border-color: var(--btn-warning-normal-border-color-active,#f7aaa3);
    color: #ed675a;
    color: var(--color-error-5,#ed675a);
    text-decoration: none
}

.next-btn-warning.next-btn-normal.disabled,.next-btn-warning.next-btn-normal[disabled] {
    background: transparent;
    background: var(--btn-warning-normal-bg-disabled,transparent);
    border-color: #e5e5e5;
    border-color: var(--btn-warning-normal-border-color-disabled,#e5e5e5)
}

.next-btn-warning.next-btn-normal.disabled,.next-btn-warning.next-btn-normal.disabled.visited,.next-btn-warning.next-btn-normal.disabled:link,.next-btn-warning.next-btn-normal.disabled:visited,.next-btn-warning.next-btn-normal[disabled],.next-btn-warning.next-btn-normal[disabled].visited,.next-btn-warning.next-btn-normal[disabled]:link,.next-btn-warning.next-btn-normal[disabled]:visited {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.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,.next-btn-warning.next-btn-normal[disabled]:focus,.next-btn-warning.next-btn-normal[disabled]:hover {
    background: transparent;
    background: var(--btn-warning-normal-bg-disabled,transparent);
    border-color: #e5e5e5;
    border-color: var(--btn-warning-normal-border-color-disabled,#e5e5e5);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    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 {
    background: transparent;
    background: var(--btn-warning-normal-bg-disabled,transparent);
    border-color: #e5e5e5;
    border-color: var(--btn-warning-normal-border-color-disabled,#e5e5e5);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    text-decoration: none
}

.next-btn-text {
    border-radius: 0;
    box-shadow: none;
    -ms-user-select: text;
    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.visited,.next-btn-text.next-btn-primary:link,.next-btn-text.next-btn-primary:visited {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-btn-text.next-btn-primary.hover,.next-btn-text.next-btn-primary:focus,.next-btn-text.next-btn-primary:hover {
    background: transparent;
    border-color: transparent;
    color: #2a7dd1;
    color: var(--btn-text-primary-color-hover,#2a7dd1);
    text-decoration: none
}

.next-btn-text.next-btn-primary.active,.next-btn-text.next-btn-primary:active {
    background: transparent;
    border-color: transparent;
    color: #2a7dd1;
    color: var(--btn-text-primary-color-hover,#2a7dd1);
    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.visited,.next-btn-text.next-btn-primary.disabled:link,.next-btn-text.next-btn-primary.disabled:visited,.next-btn-text.next-btn-primary[disabled],.next-btn-text.next-btn-primary[disabled].visited,.next-btn-text.next-btn-primary[disabled]:link,.next-btn-text.next-btn-primary[disabled]:visited {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.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,.next-btn-text.next-btn-primary[disabled]:focus,.next-btn-text.next-btn-primary[disabled]:hover {
    background: transparent;
    border-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    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 {
    background: transparent;
    border-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    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.visited,.next-btn-text.next-btn-secondary:link,.next-btn-text.next-btn-secondary:visited {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-btn-text.next-btn-secondary.hover,.next-btn-text.next-btn-secondary:focus,.next-btn-text.next-btn-secondary:hover {
    background: transparent;
    border-color: transparent;
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    text-decoration: none
}

.next-btn-text.next-btn-secondary.active,.next-btn-text.next-btn-secondary:active {
    background: transparent;
    border-color: transparent;
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    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.visited,.next-btn-text.next-btn-secondary.disabled:link,.next-btn-text.next-btn-secondary.disabled:visited,.next-btn-text.next-btn-secondary[disabled],.next-btn-text.next-btn-secondary[disabled].visited,.next-btn-text.next-btn-secondary[disabled]:link,.next-btn-text.next-btn-secondary[disabled]:visited {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.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,.next-btn-text.next-btn-secondary[disabled]:focus,.next-btn-text.next-btn-secondary[disabled]:hover {
    background: transparent;
    border-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    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 {
    background: transparent;
    border-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    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.visited,.next-btn-text.next-btn-normal:link,.next-btn-text.next-btn-normal:visited {
    color: #333;
    color: var(--btn-text-normal-color,#333)
}

.next-btn-text.next-btn-normal.hover,.next-btn-text.next-btn-normal:focus,.next-btn-text.next-btn-normal:hover {
    background: transparent;
    border-color: transparent;
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    text-decoration: none
}

.next-btn-text.next-btn-normal.active,.next-btn-text.next-btn-normal:active {
    background: transparent;
    border-color: transparent;
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    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.visited,.next-btn-text.next-btn-normal.disabled:link,.next-btn-text.next-btn-normal.disabled:visited,.next-btn-text.next-btn-normal[disabled],.next-btn-text.next-btn-normal[disabled].visited,.next-btn-text.next-btn-normal[disabled]:link,.next-btn-text.next-btn-normal[disabled]:visited {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.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,.next-btn-text.next-btn-normal[disabled]:focus,.next-btn-text.next-btn-normal[disabled]:hover {
    background: transparent;
    border-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    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 {
    background: transparent;
    border-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    text-decoration: none
}

.next-btn-text.next-large {
    border-radius: 0;
    border-width: 0;
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    height: 20px;
    padding: 0
}

.next-btn-text.next-large>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    transform: scale(1)
}

.next-btn-text.next-large>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn-text.next-large>.next-btn-icon.next-icon-first:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn-text.next-large>.next-btn-icon.next-icon-last {
    margin-left: 4px;
    margin-right: 0;
    transform: scale(1)
}

.next-btn-text.next-large>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn-text.next-large>.next-btn-icon.next-icon-last:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn-text.next-large>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn-text.next-large>.next-btn-icon.next-icon-alone .next-icon-remote,.next-btn-text.next-large>.next-btn-icon.next-icon-alone:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn-text.next-large.next-btn-loading:before {
    font-size: 16px;
    height: 16px;
    left: 0;
    line-height: 16px;
    margin-right: 4px;
    text-align: center;
    top: 50%;
    width: 16px
}

.next-btn-text.next-large.next-btn-loading>.next-icon {
    display: none
}

.next-btn-text.next-large>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn-text.next-large>.next-btn-custom-loading-icon.show {
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear;
    width: 16px
}

.next-btn-text.next-medium {
    border-radius: 0;
    border-width: 0;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 18px;
    padding: 0
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    transform: scale(1)
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn-text.next-medium>.next-btn-icon.next-icon-first:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-last {
    margin-left: 4px;
    margin-right: 0;
    transform: scale(1)
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn-text.next-medium>.next-btn-icon.next-icon-last:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-alone .next-icon-remote,.next-btn-text.next-medium>.next-btn-icon.next-icon-alone:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn-text.next-medium.next-btn-loading:before {
    font-size: 16px;
    height: 16px;
    left: 0;
    line-height: 16px;
    margin-right: 4px;
    text-align: center;
    top: 50%;
    width: 16px
}

.next-btn-text.next-medium.next-btn-loading>.next-icon {
    display: none
}

.next-btn-text.next-medium>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn-text.next-medium>.next-btn-custom-loading-icon.show {
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear;
    width: 16px
}

.next-btn-text.next-small {
    border-radius: 0;
    border-width: 0;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 18px;
    padding: 0
}

.next-btn-text.next-small>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    transform: scale(1)
}

.next-btn-text.next-small>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn-text.next-small>.next-btn-icon.next-icon-first:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn-text.next-small>.next-btn-icon.next-icon-last {
    margin-left: 4px;
    margin-right: 0;
    transform: scale(1)
}

.next-btn-text.next-small>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn-text.next-small>.next-btn-icon.next-icon-last:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn-text.next-small>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn-text.next-small>.next-btn-icon.next-icon-alone .next-icon-remote,.next-btn-text.next-small>.next-btn-icon.next-icon-alone:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn-text.next-small.next-btn-loading:before {
    font-size: 12px;
    height: 12px;
    left: 0;
    line-height: 12px;
    margin-right: 4px;
    text-align: center;
    top: 50%;
    width: 12px
}

.next-btn-text.next-small.next-btn-loading>.next-icon {
    display: none
}

.next-btn-text.next-small>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn-text.next-small>.next-btn-custom-loading-icon.show {
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear;
    width: 12px
}

.next-btn-text.next-btn-loading {
    background: transparent;
    border-color: transparent
}

.next-btn-text.next-btn-loading,.next-btn-text.next-btn-loading.visited,.next-btn-text.next-btn-loading:link,.next-btn-text.next-btn-loading:visited {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-btn-text.next-btn-loading.hover,.next-btn-text.next-btn-loading:focus,.next-btn-text.next-btn-loading:hover {
    background: transparent;
    border-color: transparent;
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    text-decoration: none
}

.next-btn-text.next-btn-loading.active,.next-btn-text.next-btn-loading:active {
    background: transparent;
    border-color: transparent;
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    text-decoration: none
}

.next-btn-loading {
    pointer-events: none
}

.next-btn-loading:before {
    animation: loadingCircle 2s linear infinite;
    content: "\e646";
    font-family: NextIcon;
    opacity: 1;
    visibility: visible
}

.next-btn-loading:after {
    content: "";
    display: inline-block;
    height: 100%;
    position: static;
    vertical-align: middle;
    width: 0
}

.next-btn-custom-loading {
    pointer-events: none
}

.next-btn-ghost {
    border-style: solid;
    border-style: var(--line-solid,solid);
    box-shadow: none
}

.next-btn-ghost.next-btn-dark {
    background: transparent;
    border-color: #ccc;
    border-color: var(--color-line1-3,#ccc)
}

.next-btn-ghost.next-btn-dark,.next-btn-ghost.next-btn-dark.visited,.next-btn-ghost.next-btn-dark:link,.next-btn-ghost.next-btn-dark:visited {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-btn-ghost.next-btn-dark.hover,.next-btn-ghost.next-btn-dark:focus,.next-btn-ghost.next-btn-dark:hover {
    background: hsla(0,0%,100%,.8);
    border-color: #fff;
    border-color: var(--color-white,#fff);
    color: #fff;
    color: var(--color-white,#fff);
    text-decoration: none
}

.next-btn-ghost.next-btn-dark.active,.next-btn-ghost.next-btn-dark:active {
    background: hsla(0,0%,100%,.8);
    border-color: #fff;
    border-color: var(--color-white,#fff);
    color: #fff;
    color: var(--color-white,#fff);
    text-decoration: none
}

.next-btn-ghost.next-btn-dark.disabled,.next-btn-ghost.next-btn-dark[disabled] {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-color: hsla(0,0%,100%,.4)
}

.next-btn-ghost.next-btn-dark.disabled,.next-btn-ghost.next-btn-dark.disabled.visited,.next-btn-ghost.next-btn-dark.disabled:link,.next-btn-ghost.next-btn-dark.disabled:visited,.next-btn-ghost.next-btn-dark[disabled],.next-btn-ghost.next-btn-dark[disabled].visited,.next-btn-ghost.next-btn-dark[disabled]:link,.next-btn-ghost.next-btn-dark[disabled]:visited {
    color: hsla(0,0%,100%,.4)
}

.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,.next-btn-ghost.next-btn-dark[disabled]:focus,.next-btn-ghost.next-btn-dark[disabled]:hover {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-color: hsla(0,0%,100%,.4);
    color: hsla(0,0%,100%,.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 {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-color: hsla(0,0%,100%,.4);
    color: hsla(0,0%,100%,.4);
    text-decoration: none
}

.next-btn-ghost.next-btn-light {
    background: transparent;
    border-color: #589adb;
    border-color: var(--btn-ghost-light-border-color,#589adb)
}

.next-btn-ghost.next-btn-light,.next-btn-ghost.next-btn-light.visited,.next-btn-ghost.next-btn-light:link,.next-btn-ghost.next-btn-light:visited {
    color: #90c0ef;
    color: var(--color-brand1-3,#90c0ef)
}

.next-btn-ghost.next-btn-light.hover,.next-btn-ghost.next-btn-light:focus,.next-btn-ghost.next-btn-light:hover {
    background: rgba(0,0,0,.92);
    border-color: #1a1a1a;
    border-color: var(--color-text1-4,#1a1a1a);
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    text-decoration: none
}

.next-btn-ghost.next-btn-light.active,.next-btn-ghost.next-btn-light:active {
    background: rgba(0,0,0,.92);
    border-color: #1a1a1a;
    border-color: var(--color-text1-4,#1a1a1a);
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    text-decoration: none
}

.next-btn-ghost.next-btn-light.disabled,.next-btn-ghost.next-btn-light[disabled] {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-color: rgba(0,0,0,.1)
}

.next-btn-ghost.next-btn-light.disabled,.next-btn-ghost.next-btn-light.disabled.visited,.next-btn-ghost.next-btn-light.disabled:link,.next-btn-ghost.next-btn-light.disabled:visited,.next-btn-ghost.next-btn-light[disabled],.next-btn-ghost.next-btn-light[disabled].visited,.next-btn-ghost.next-btn-light[disabled]:link,.next-btn-ghost.next-btn-light[disabled]:visited {
    color: rgba(0,0,0,.1)
}

.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,.next-btn-ghost.next-btn-light[disabled]:focus,.next-btn-ghost.next-btn-light[disabled]:hover {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-color: rgba(0,0,0,.1);
    color: rgba(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 {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.1);
    text-decoration: none
}

.next-btn-group {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.next-btn-group>.next-btn {
    box-shadow: none;
    float: left;
    position: relative
}

.next-btn-group>.next-btn.active,.next-btn-group>.next-btn:active,.next-btn-group>.next-btn:focus,.next-btn-group>.next-btn:hover {
    z-index: 1
}

.next-btn-group>.next-btn.disabled,.next-btn-group>.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>.next-btn:first-child {
    margin: 0
}

.next-btn-group>.next-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.next-btn-group>.next-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.next-btn-group>.next-btn-primary:not(:first-child) {
    border-left-color: hsla(0,0%,100%,.2)
}

.next-btn-group>.next-btn-primary:not(:first-child):hover {
    border-left-color: transparent
}

.next-btn-group>.next-btn-primary:not(:first-child).disabled,.next-btn-group>.next-btn-primary:not(:first-child)[disabled] {
    border-left-color: #e5e5e5;
    border-left-color: var(--color-line1-1,#e5e5e5)
}

.next-btn-group[dir=rtl]>.next-btn {
    float: right
}

.next-btn-group[dir=rtl] .next-btn.next-btn {
    margin: 0 -1px 0 0
}

.next-btn-group[dir=rtl]>.next-btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.next-btn-group[dir=rtl]>.next-btn:last-child:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.next-btn-group[dir=rtl]>.next-btn-primary:not(:first-child) {
    border-right-color: hsla(0,0%,100%,.2)
}

.next-btn-group[dir=rtl]>.next-btn-primary:not(:first-child):hover {
    border-right-color: transparent
}

.next-btn-group[dir=rtl]>.next-btn-primary:not(:first-child).disabled,.next-btn-group[dir=rtl]>.next-btn-primary:not(:first-child)[disabled] {
    border-right-color: #e5e5e5;
    border-right-color: var(--color-line1-1,#e5e5e5)
}

.next-btn.next-small[dir=rtl] {
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-first:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-last:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn.next-small[dir=rtl].next-btn-loading {
    padding-left: 12px;
    padding-left: var(--s-3,12px);
    padding-right: 28px;
    padding-right: calc(var(--s-3,12px) + 16px)
}

.next-btn.next-small[dir=rtl].next-btn-loading:after {
    margin-left: 4px;
    margin-right: 0;
    right: 12px;
    right: var(--s-3,12px);
    top: 50%
}

.next-btn.next-medium[dir=rtl] {
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-first:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-last:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn.next-medium[dir=rtl].next-btn-loading {
    padding-left: 12px;
    padding-left: var(--s-3,12px);
    padding-right: 32px;
    padding-right: calc(var(--s-3,12px) + 20px)
}

.next-btn.next-medium[dir=rtl].next-btn-loading:after {
    margin-left: 4px;
    margin-right: 0;
    right: 12px;
    right: var(--s-3,12px);
    top: 50%
}

.next-btn.next-large[dir=rtl] {
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-first:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-last:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn.next-large[dir=rtl].next-btn-loading {
    padding-left: 12px;
    padding-left: var(--s-3,12px);
    padding-right: 32px;
    padding-right: calc(var(--s-3,12px) + 20px)
}

.next-btn.next-large[dir=rtl].next-btn-loading:after {
    margin-left: 4px;
    margin-right: 0;
    right: 12px;
    right: var(--s-3,12px);
    top: 50%
}

.next-btn-text[dir=rtl].next-large {
    border-radius: 0
}

.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-first:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-last:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn-text[dir=rtl].next-large.next-btn-loading {
    padding-left: 0;
    padding-right: 20px
}

.next-btn-text[dir=rtl].next-large.next-btn-loading:after {
    margin-left: 4px;
    margin-right: 0;
    right: 0;
    top: 50%
}

.next-btn-text[dir=rtl].next-medium {
    border-radius: 0
}

.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-first:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-last:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-btn-text[dir=rtl].next-medium.next-btn-loading {
    padding-left: 0;
    padding-right: 20px
}

.next-btn-text[dir=rtl].next-medium.next-btn-loading:after {
    margin-left: 4px;
    margin-right: 0;
    right: 0;
    top: 50%
}

.next-btn-text[dir=rtl].next-small {
    border-radius: 0
}

.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-first .next-icon-remote,.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-first:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-last .next-icon-remote,.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-last:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn-text[dir=rtl].next-small.next-btn-loading {
    padding-left: 0;
    padding-right: 16px
}

.next-btn-text[dir=rtl].next-small.next-btn-loading:after {
    margin-left: 4px;
    margin-right: 0;
    right: 0;
    top: 50%
}

.next-input {
    background-color: #fff;
    background-color: var(--input-bg-color,#fff);
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) solid var(--input-border-color,#d9d9d9);
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
    display: inline-table;
    font-size: 0;
    line-height: 1;
    transition: all .1s linear;
    vertical-align: middle;
    width: 200px
}

.next-input *,.next-input :after,.next-input :before {
    box-sizing: border-box
}

.next-input input {
    height: 100%
}

.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 {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    -webkit-box-shadow: 0 0 0 1000px var(--input-bg-color,#fff) inset
}

.next-input input[type=password]::-ms-reveal {
    display: none
}

.next-input textarea {
    resize: none
}

.next-input input,.next-input textarea {
    background-color: transparent;
    border: none;
    color: #333;
    color: var(--color-text-2,#333);
    font-weight: 400;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
    width: 100%
}

.next-input input::-ms-clear,.next-input textarea::-ms-clear {
    display: none
}

.next-input.next-small {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    height: 24px;
    height: var(--s-6,24px)
}

.next-input.next-small .next-input-label {
    padding-left: 8px;
    padding-left: var(--s-2,8px)
}

.next-input.next-small .next-input-inner,.next-input.next-small .next-input-label {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-input.next-small .next-input-control,.next-input.next-small .next-input-inner-text {
    padding-right: 4px;
    padding-right: var(--s-1,4px)
}

.next-input.next-small input {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 22px;
    height: calc(var(--s-6,24px) - var(--line-1,1px)*2);
    line-height: 22px \0;
    line-height: calc(var(--s-6,24px) - var(--line-1,1px)*2) \0;
    padding: 0 4px;
    padding: 0 var(--s-1,4px)
}

.next-input.next-small input:-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-input.next-small input::placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-input.next-small .next-input-text-field {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 22px;
    height: calc(var(--s-6,24px) - var(--line-1,1px)*2);
    line-height: 22px;
    line-height: calc(var(--s-6,24px) - var(--line-1,1px)*2);
    padding: 0 4px;
    padding: 0 var(--s-1,4px)
}

.next-input.next-small .next-icon .next-icon-remote,.next-input.next-small .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-input.next-small .next-input-control {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-input.next-medium {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    height: 32px;
    height: var(--s-8,32px)
}

.next-input.next-medium .next-input-label {
    padding-left: 8px;
    padding-left: var(--s-2,8px)
}

.next-input.next-medium .next-input-inner,.next-input.next-medium .next-input-label {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-input.next-medium .next-input-control,.next-input.next-medium .next-input-inner-text {
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-input.next-medium input {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    line-height: 30px \0;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0;
    padding: 0 8px;
    padding: 0 var(--s-2,8px)
}

.next-input.next-medium input:-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-input.next-medium input::placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-input.next-medium .next-input-text-field {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    line-height: 30px;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    padding: 0 8px;
    padding: 0 var(--s-2,8px)
}

.next-input.next-medium .next-icon .next-icon-remote,.next-input.next-medium .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-input.next-medium .next-input-control {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-input.next-large {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    height: 36px;
    height: var(--s-9,36px)
}

.next-input.next-large .next-input-label {
    padding-left: 12px;
    padding-left: var(--s-3,12px)
}

.next-input.next-large .next-input-inner,.next-input.next-large .next-input-label {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-input.next-large .next-input-control,.next-input.next-large .next-input-inner-text {
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-input.next-large input {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    line-height: 34px \0;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0;
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-input.next-large input:-ms-input-placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-input.next-large input::placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-input.next-large .next-input-text-field {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    line-height: 34px;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-input.next-large .next-icon .next-icon-remote,.next-input.next-large .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-input.next-large .next-input-control {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-input.next-input-textarea {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    font-size: 0;
    height: auto
}

.next-input.next-input-textarea textarea {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    color: #333;
    color: var(--color-text-2,#333);
    padding: 4px 8px;
    padding: var(--s-1,4px) var(--s-2,8px)
}

.next-input.next-input-textarea.next-small textarea,.next-input.next-input-textarea textarea {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-input.next-input-textarea.next-large textarea {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-input.next-input-textarea .next-input-control {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    display: block;
    width: auto
}

.next-input.next-input-textarea .next-input-len {
    display: block;
    padding: 0 8px 4px;
    padding: 0 var(--s-2,8px) 4px;
    text-align: right;
    width: auto
}

.next-input-hint-wrap {
    color: dimgray;
    color: #696969;
    color: var(--input-hint-color,dimgray);
    position: relative
}

.next-input-hint-wrap .next-input-clear {
    opacity: 0;
    position: absolute;
    z-index: 1
}

.next-input-hint-wrap .next-input-hint {
    opacity: 1
}

.next-input .next-icon-eye-close:hover,.next-input .next-icon-eye:hover,.next-input .next-input-clear-icon:hover {
    color: gray;
    color: grey;
    color: var(--input-hint-hover-color,gray);
    cursor: pointer
}

.next-input .next-input-hover-show {
    opacity: 0
}

.next-input.next-focus,.next-input:hover {
    background-color: #fff;
    background-color: var(--color-fill-1,#fff);
    border-color: #ccc;
    border-color: var(--input-hover-border-color,#ccc)
}

.next-input.next-focus .next-input-clear,.next-input:hover .next-input-clear {
    opacity: 1
}

.next-input.next-focus .next-input-clear+.next-input-hint,.next-input:hover .next-input-clear+.next-input-hint {
    opacity: 0
}

.next-input.next-focus .next-input-hover-show,.next-input:hover .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 {
    background-color: #fff;
    background-color: var(--color-fill-1,#fff);
    border-color: #aaa;
    border-color: var(--input-focus-border-color,#aaa);
    box-shadow: 0 0 0 0 hsla(0,0%,67%,.2)
}

.next-input.next-warning {
    background-color: #fff;
    background-color: var(--input-feedback-warning-bg-color,#fff);
    border-color: #ffb96e;
    border-color: var(--color-warning-4,#ffb96e)
}

.next-input.next-warning.next-focus,.next-input.next-warning:hover {
    border-color: #ffb96e;
    border-color: var(--color-warning-4,#ffb96e)
}

.next-input.next-warning.next-focus {
    box-shadow: 0 0 0 0 rgba(255,185,110,.2)
}

.next-input.next-error {
    background-color: #fff;
    background-color: var(--input-feedback-error-bg-color,#fff);
    border-color: #f2887e;
    border-color: var(--color-error-4,#f2887e)
}

.next-input.next-error input,.next-input.next-error textarea {
    color: #333;
    color: var(--input-feedback-error-color,#333)
}

.next-input.next-error.next-focus,.next-input.next-error:hover {
    border-color: #f2887e;
    border-color: var(--color-error-4,#f2887e)
}

.next-input.next-error.next-focus {
    box-shadow: 0 0 0 0 hsla(5,82%,72%,.2)
}

.next-input.next-hidden {
    display: none
}

.next-input.next-noborder {
    border: none;
    box-shadow: none
}

.next-input-control .next-input-len {
    color: #aaa;
    color: var(--color-text-5,#aaa);
    display: table-cell;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 12px;
    line-height: var(--font-size-caption,12px);
    vertical-align: bottom;
    width: 1px
}

.next-input-control .next-input-len.next-error {
    color: #ed675a;
    color: var(--color-error-5,#ed675a)
}

.next-input-control .next-input-len.next-warning {
    color: #ffcd96;
    color: var(--color-warning-3,#ffcd96)
}

.next-input-control>* {
    display: table-cell;
    top: 0;
    width: 1%
}

.next-input-control>:not(:last-child) {
    padding-right: 4px
}

.next-input-control .next-icon {
    color: dimgray;
    color: #696969;
    color: var(--input-hint-color,dimgray);
    transition: all .1s linear
}

.next-input-control .next-input-warning-icon {
    color: #f7a854;
    color: var(--input-feedback-warning-color,#f7a854)
}

.next-input-control .next-input-warning-icon:before {
    content: "\e60b"
}

.next-input-control .next-input-success-icon {
    color: #67cf98;
    color: var(--color-success-4,#67cf98)
}

.next-input-control .next-input-success-icon:before {
    content: "\e63a"
}

.next-input-control .next-input-loading-icon {
    color: gray;
    color: grey;
    color: var(--color-text-4,grey)
}

.next-input-control .next-input-loading-icon:before {
    animation: loadingCircle 1s linear infinite;
    content: "\e646"
}

.next-input-control .next-input-clear-icon:before {
    content: "\e623"
}

.next-input-inner-text,.next-input-label {
    color: #aaa;
    color: var(--input-label-color,#aaa)
}

.next-input input::-moz-placeholder,.next-input textarea::-moz-placeholder {
    color: #aaa;
    color: var(--color-text-5,#aaa);
    opacity: 1
}

.next-input input:-ms-input-placeholder,.next-input textarea:-ms-input-placeholder {
    color: #aaa;
    color: var(--color-text-5,#aaa)
}

.next-input input::-webkit-input-placeholder,.next-input textarea::-webkit-input-placeholder {
    color: #aaa;
    color: var(--color-text-5,#aaa)
}

.next-input.next-disabled {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc);
    color: #aaa;
    color: var(--color-text-5,#aaa)
}

.next-input.next-disabled:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc)
}

.next-input.next-disabled input,.next-input.next-disabled textarea {
    -webkit-text-fill-color: #aaa;
    -webkit-text-fill-color: var(--color-text-5,#aaa);
    color: #aaa;
    color: var(--color-text-5,#aaa)
}

.next-input.next-disabled input::-moz-placeholder,.next-input.next-disabled textarea::-moz-placeholder {
    color: #aaa;
    color: var(--color-text-5,#aaa);
    opacity: 1
}

.next-input.next-disabled input:-ms-input-placeholder,.next-input.next-disabled textarea:-ms-input-placeholder {
    color: #aaa;
    color: var(--color-text-5,#aaa)
}

.next-input.next-disabled input::-webkit-input-placeholder,.next-input.next-disabled textarea::-webkit-input-placeholder {
    color: #aaa;
    color: var(--color-text-5,#aaa)
}

.next-input.next-disabled .next-input-hint-wrap,.next-input.next-disabled .next-input-inner-text,.next-input.next-disabled .next-input-label,.next-input.next-disabled .next-input-len {
    color: #aaa;
    color: var(--color-text-5,#aaa)
}

.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 {
    color: #aaa;
    color: var(--color-text-5,#aaa);
    cursor: not-allowed
}

.next-input.next-disabled .next-icon {
    color: #aaa;
    color: var(--color-text-5,#aaa)
}

.next-input-control,.next-input-inner,.next-input-label {
    background-color: transparent;
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    width: 1px
}

.next-input-group {
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
    display: inline-table;
    line-height: 0;
    width: 100%
}

.next-input-group *,.next-input-group :after,.next-input-group :before {
    box-sizing: border-box
}

.next-input-group-auto-width {
    border-radius: 0!important;
    width: 100%
}

.next-input-group>.next-input {
    border-radius: 0
}

.next-input-group>.next-input.next-focus {
    position: relative;
    z-index: 1
}

.next-input-group>.next-input:first-child.next-small {
    border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    border-top-left-radius: 2px!important;
    border-top-left-radius: var(--corner-1,2px)!important
}

.next-input-group>.next-input:first-child.next-medium {
    border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    border-top-left-radius: 2px!important;
    border-top-left-radius: var(--corner-1,2px)!important
}

.next-input-group>.next-input:first-child.next-large {
    border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    border-top-left-radius: 2px!important;
    border-top-left-radius: var(--corner-1,2px)!important
}

.next-input-group>.next-input:last-child.next-small {
    border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    border-top-right-radius: 2px!important;
    border-top-right-radius: var(--corner-1,2px)!important
}

.next-input-group>.next-input:last-child.next-medium {
    border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    border-top-right-radius: 2px!important;
    border-top-right-radius: var(--corner-1,2px)!important
}

.next-input-group>.next-input:last-child.next-large {
    border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    border-top-right-radius: 2px!important;
    border-top-right-radius: var(--corner-1,2px)!important
}

.next-input-group-addon {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    width: 1px
}

.next-input-group-addon:first-child {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.next-input-group-addon:first-child>* {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
    margin-right: -1px;
    margin-right: calc(0px - var(--line-1,1px))
}

.next-input-group-addon:first-child>.next-focus {
    position: relative;
    z-index: 1
}

.next-input-group-addon:first-child>*>.next-input {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.next-input-group-addon:first-child>*>.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>* {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
    margin-left: -1px;
    margin-left: calc(0px - var(--line-1,1px))
}

.next-input-group-addon:last-child>*>.next-input {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.next-input-group-text {
    background-color: #fff;
    background-color: var(--input-addon-bg-color,#fff);
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) solid var(--input-border-color,#d9d9d9);
    color: dimgray;
    color: #696969;
    color: var(--color-text-3,#696969);
    padding: 0 8px;
    padding: 0 var(--s-2,8px);
    text-align: center
}

.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 {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc);
    color: #aaa;
    color: var(--color-text-5,#aaa);
    cursor: not-allowed
}

.next-input-group-text.next-disabled:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc)
}

.next-input-group-text.next-small {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-input-group-text.next-medium {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-input-group-text.next-large {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-input[dir=rtl].next-small .next-input-label {
    padding-left: 0;
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-input[dir=rtl].next-small .next-input-control {
    padding-left: 4px;
    padding-left: var(--s-1,4px);
    padding-right: 0
}

.next-input[dir=rtl].next-medium .next-input-label {
    padding-left: 0;
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-input[dir=rtl].next-medium .next-input-control {
    padding-left: 8px;
    padding-left: var(--s-2,8px);
    padding-right: 0
}

.next-input[dir=rtl].next-large .next-input-label {
    padding-left: 0;
    padding-right: 12px;
    padding-right: var(--s-3,12px)
}

.next-input[dir=rtl].next-large .next-input-control {
    padding-left: 8px;
    padding-left: var(--s-2,8px);
    padding-right: 0
}

.next-input[dir=rtl].next-input-textarea .next-input-len {
    text-align: left
}

.next-input[dir=rtl] .next-input-control>:not(:last-child) {
    padding-left: 4px;
    padding-right: 0
}

.next-input-group[dir=rtl]>.next-input:first-child.next-small {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 2px!important;
    border-top-right-radius: var(--corner-1,2px)!important
}

.next-input-group[dir=rtl]>.next-input:first-child.next-medium {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 2px!important;
    border-top-right-radius: var(--corner-1,2px)!important
}

.next-input-group[dir=rtl]>.next-input:first-child.next-large {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 2px!important;
    border-top-right-radius: var(--corner-1,2px)!important
}

.next-input-group[dir=rtl]>.next-input:last-child.next-small {
    border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    border-bottom-right-radius: 0!important;
    border-top-left-radius: 2px!important;
    border-top-left-radius: var(--corner-1,2px)!important;
    border-top-right-radius: 0!important
}

.next-input-group[dir=rtl]>.next-input:last-child.next-medium {
    border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    border-bottom-right-radius: 0!important;
    border-top-left-radius: 2px!important;
    border-top-left-radius: var(--corner-1,2px)!important;
    border-top-right-radius: 0!important
}

.next-input-group[dir=rtl]>.next-input:last-child.next-large {
    border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    border-bottom-right-radius: 0!important;
    border-top-left-radius: 2px!important;
    border-top-left-radius: var(--corner-1,2px)!important;
    border-top-right-radius: 0!important
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child,.next-input-group[dir=rtl] .next-input-group-addon:first-child>*>.next-input,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.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>*>.next-input.next-small,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.next-input.next-small {
    border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    border-top-right-radius: 2px!important;
    border-top-right-radius: var(--corner-1,2px)!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>*>.next-input.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.next-input.next-medium {
    border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    border-top-right-radius: 2px!important;
    border-top-right-radius: var(--corner-1,2px)!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>*>.next-input.next-large,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.next-input.next-large {
    border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    border-top-right-radius: 2px!important;
    border-top-right-radius: var(--corner-1,2px)!important
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child>* {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
    margin-left: -1px;
    margin-left: calc(0px - var(--line-1,1px))
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child,.next-input-group[dir=rtl] .next-input-group-addon:last-child>*>.next-input,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.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>*>.next-input.next-small,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.next-input.next-small {
    border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    border-top-left-radius: 2px!important;
    border-top-left-radius: var(--corner-1,2px)!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>*>.next-input.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.next-input.next-medium {
    border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    border-top-left-radius: 2px!important;
    border-top-left-radius: var(--corner-1,2px)!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>*>.next-input.next-large,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.next-input.next-large {
    border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    border-top-left-radius: 2px!important;
    border-top-left-radius: var(--corner-1,2px)!important
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child>* {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
    margin-right: -1px;
    margin-right: calc(0px - var(--line-1,1px))
}

.next-input-group[dir=rtl] .next-input-group-text:first-child {
    border-left: 0;
    border-right-width: 1px;
    border-right-width: var(--line-1,1px)
}

.next-input-group[dir=rtl] .next-input-group-text:last-child {
    border-left-width: 1px;
    border-left-width: var(--line-1,1px);
    border-right: 0
}

.next-calendar {
    box-sizing: border-box
}

.next-calendar *,.next-calendar :after,.next-calendar :before {
    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(.5)
    }

    to {
        transform: scale(1)
    }
}

@keyframes cellHover {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes enterToLeft {
    0% {
        opacity: 0;
        transform: translate(-40%)
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes enterToRight {
    0% {
        opacity: 0;
        transform: translate(40%)
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

.next-calendar-card .next-calendar-header,.next-calendar-fullscreen .next-calendar-header {
    text-align: right
}

.next-calendar-card .next-calendar-header .next-select,.next-calendar-fullscreen .next-calendar-header .next-select {
    margin-right: 4px;
    vertical-align: top
}

.next-calendar-card .next-calendar-header .next-menu,.next-calendar-fullscreen .next-calendar-header .next-menu {
    text-align: left
}

.next-calendar-card .next-calendar-header,.next-calendar-fullscreen .next-calendar-header {
    margin-bottom: 8px;
    margin-bottom: var(--s-2,8px)
}

.next-calendar-panel-header {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-bottom: 1px solid transparent;
    border-bottom: var(--line-1,1px) solid var(--color-transparent,transparent);
    margin-bottom: 12px;
    margin-bottom: var(--s-3,12px);
    position: relative
}

.next-calendar-panel-header-full,.next-calendar-panel-header-left,.next-calendar-panel-header-right {
    height: 32px;
    height: var(--s-8,32px);
    line-height: 32px;
    line-height: var(--s-8,32px)
}

.next-calendar-panel-header-full .next-calendar-btn,.next-calendar-panel-header-left .next-calendar-btn,.next-calendar-panel-header-right .next-calendar-btn {
    background: transparent;
    border-color: transparent;
    font-weight: 500;
    font-weight: var(--calendar-btn-date-font-weight,500);
    margin: 0 4px;
    margin: 0 var(--s-1,4px);
    vertical-align: top
}

.next-calendar-panel-header-full .next-calendar-btn,.next-calendar-panel-header-full .next-calendar-btn.visited,.next-calendar-panel-header-full .next-calendar-btn:link,.next-calendar-panel-header-full .next-calendar-btn:visited,.next-calendar-panel-header-left .next-calendar-btn,.next-calendar-panel-header-left .next-calendar-btn.visited,.next-calendar-panel-header-left .next-calendar-btn:link,.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.visited,.next-calendar-panel-header-right .next-calendar-btn:link,.next-calendar-panel-header-right .next-calendar-btn:visited {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-calendar-panel-header-full .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-left .next-calendar-btn.hover,.next-calendar-panel-header-left .next-calendar-btn:focus,.next-calendar-panel-header-left .next-calendar-btn:hover,.next-calendar-panel-header-right .next-calendar-btn.hover,.next-calendar-panel-header-right .next-calendar-btn:focus,.next-calendar-panel-header-right .next-calendar-btn:hover {
    background: transparent;
    border-color: transparent;
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    text-decoration: none
}

.next-calendar-panel-header-full .next-calendar-btn.active,.next-calendar-panel-header-full .next-calendar-btn:active,.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 {
    background: transparent;
    border-color: transparent;
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    text-decoration: none
}

.next-calendar-panel-header-left,.next-calendar-panel-header-right {
    display: inline-block;
    text-align: center;
    width: 50%
}

.next-calendar-panel-header-full {
    text-align: center;
    width: 100%
}

.next-calendar-panel-menu {
    max-height: 210px;
    overflow: auto;
    text-align: left
}

.next-calendar-btn {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 100%;
    margin: 0;
    outline: none;
    padding: 0
}

.next-calendar-btn>.next-icon.next-icon .next-icon-remote,.next-calendar-btn>.next-icon.next-icon:before {
    font-size: 16px;
    font-size: var(--calendar-btn-arrow-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--calendar-btn-arrow-size,16px)
}

.next-calendar-btn .next-icon {
    margin-left: 4px
}

.next-calendar-btn-next-decade,.next-calendar-btn-next-month,.next-calendar-btn-next-year,.next-calendar-btn-prev-decade,.next-calendar-btn-prev-month,.next-calendar-btn-prev-year {
    background: transparent;
    border-color: transparent;
    position: absolute;
    top: 0
}

.next-calendar-btn-next-decade,.next-calendar-btn-next-decade.visited,.next-calendar-btn-next-decade:link,.next-calendar-btn-next-decade:visited,.next-calendar-btn-next-month,.next-calendar-btn-next-month.visited,.next-calendar-btn-next-month:link,.next-calendar-btn-next-month:visited,.next-calendar-btn-next-year,.next-calendar-btn-next-year.visited,.next-calendar-btn-next-year:link,.next-calendar-btn-next-year:visited,.next-calendar-btn-prev-decade,.next-calendar-btn-prev-decade.visited,.next-calendar-btn-prev-decade:link,.next-calendar-btn-prev-decade:visited,.next-calendar-btn-prev-month,.next-calendar-btn-prev-month.visited,.next-calendar-btn-prev-month:link,.next-calendar-btn-prev-month:visited,.next-calendar-btn-prev-year,.next-calendar-btn-prev-year.visited,.next-calendar-btn-prev-year:link,.next-calendar-btn-prev-year:visited {
    color: gray;
    color: grey;
    color: var(--calendar-btn-arrow-color,gray)
}

.next-calendar-btn-next-decade.hover,.next-calendar-btn-next-decade:focus,.next-calendar-btn-next-decade:hover,.next-calendar-btn-next-month.hover,.next-calendar-btn-next-month:focus,.next-calendar-btn-next-month:hover,.next-calendar-btn-next-year.hover,.next-calendar-btn-next-year:focus,.next-calendar-btn-next-year:hover,.next-calendar-btn-prev-decade.hover,.next-calendar-btn-prev-decade:focus,.next-calendar-btn-prev-decade:hover,.next-calendar-btn-prev-month.hover,.next-calendar-btn-prev-month:focus,.next-calendar-btn-prev-month:hover,.next-calendar-btn-prev-year.hover,.next-calendar-btn-prev-year:focus,.next-calendar-btn-prev-year:hover {
    background: transparent;
    border-color: transparent;
    color: gray;
    color: grey;
    color: var(--calendar-btn-arrow-color-hover,gray);
    text-decoration: none
}

.next-calendar-btn-next-decade.active,.next-calendar-btn-next-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-prev-decade.active,.next-calendar-btn-prev-decade:active,.next-calendar-btn-prev-month.active,.next-calendar-btn-prev-month:active,.next-calendar-btn-prev-year.active,.next-calendar-btn-prev-year:active {
    background: transparent;
    border-color: transparent;
    color: gray;
    color: grey;
    color: var(--calendar-btn-arrow-color-hover,gray);
    text-decoration: none
}

.next-calendar-btn-prev-decade,.next-calendar-btn-prev-year {
    left: 8px;
    left: var(--s-2,8px)
}

.next-calendar-btn-prev-month {
    left: 32px;
    left: var(--s-8,32px)
}

.next-calendar-btn-next-month {
    right: 32px;
    right: var(--s-8,32px)
}

.next-calendar-btn-next-decade,.next-calendar-btn-next-year {
    right: 8px;
    right: var(--s-2,8px)
}

.next-calendar-fullscreen .next-calendar-th {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    font-size: 16px;
    font-size: var(--font-size-subhead,16px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    padding-bottom: 4px;
    padding-bottom: var(--s-1,4px);
    padding-right: 12px;
    padding-right: var(--s-3,12px);
    text-align: right
}

.next-calendar-fullscreen .next-calendar-cell {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date,.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month {
    background: #f0f7ff;
    background: var(--color-brand1-1,#f0f7ff);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold)
}

.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date,.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month {
    background: #fff;
    background: var(--calendar-fullscreen-table-cell-disabled-background,#fff);
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5);
    color: #ccc;
    color: var(--calendar-fullscreen-table-cell-disabled-color,#ccc);
    cursor: not-allowed
}

.next-calendar-fullscreen .next-calendar-date,.next-calendar-fullscreen .next-calendar-month {
    background: #fff;
    background: var(--calendar-fullscreen-table-cell-normal-background,#fff);
    border-top: 2px solid;
    border-top: var(--line-2,2px) var(--line-solid,solid);
    border-color: #d9d9d9;
    border-color: var(--calendar-fullscreen-table-cell-normal-border-color,#d9d9d9);
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    margin: 0 4px;
    margin: var(--s-zero,0) var(--s-1,4px);
    min-height: 80px;
    min-height: var(--s-20,80px);
    overflow: hidden;
    padding: 4px 8px;
    padding: var(--s-1,4px) var(--s-2,8px);
    text-align: right;
    text-overflow: ellipsis;
    transition: background .1s linear;
    white-space: nowrap
}

.next-calendar-fullscreen .next-calendar-date:hover,.next-calendar-fullscreen .next-calendar-month:hover {
    background: #f7f7f7;
    background: var(--calendar-fullscreen-table-cell-hover-background,#f7f7f7);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: dimgray;
    color: #696969;
    color: var(--calendar-fullscreen-table-cell-hover-color,dimgray)
}

.next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date,.next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date {
    background: #f7f7f7;
    background: var(--calendar-fullscreen-table-cell-other-background,#f7f7f7);
    border-color: #e5e5e5;
    border-color: var(--calendar-fullscreen-table-cell-other-border-color,#e5e5e5);
    color: #ccc;
    color: var(--calendar-fullscreen-table-cell-other-color,#ccc)
}

.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-date,.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month {
    background: #fff;
    background: var(--calendar-fullscreen-table-cell-current-background,#fff);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold)
}

.next-calendar-card .next-calendar-th,.next-calendar-panel .next-calendar-th,.next-calendar-range .next-calendar-th {
    color: #aaa;
    color: var(--calendar-card-table-head-color,#aaa);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    text-align: center
}

.next-calendar-card .next-calendar-cell,.next-calendar-panel .next-calendar-cell,.next-calendar-range .next-calendar-cell {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    text-align: center
}

.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 .4s cubic-bezier(.23,1,.32,1);
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--calendar-card-table-cell-select-border-color,#0064c8);
    color: #fff;
    color: var(--color-white,#fff);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.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 {
    background: #fff;
    background: var(--calendar-card-table-cell-disabled-background,#fff);
    border-color: #fff;
    border-color: var(--calendar-card-table-cell-disabled-border-color,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: not-allowed
}

.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: #f0f7ff;
    background: var(--calendar-card-table-cell-inrange-background,#f0f7ff);
    border-color: #f0f7ff;
    border-color: var(--calendar-card-table-cell-inrange-border-color,#f0f7ff);
    color: #0064c8;
    color: var(--calendar-card-table-cell-inrange-color,#0064c8)
}

.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 {
    background: #fff;
    background: var(--calendar-card-table-cell-normal-background,#fff);
    border: 1px solid;
    border: var(--line-1,1px) var(--line-solid,solid);
    border-color: #fff;
    border-color: var(--calendar-card-table-cell-normal-border-color,#fff);
    color: #333;
    color: var(--calendar-card-table-cell-normal-color,#333);
    text-align: center
}

.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: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: dimgray;
    color: #696969;
    color: var(--calendar-card-table-cell-hover-color,dimgray)
}

.next-calendar-card .next-calendar-date,.next-calendar-panel .next-calendar-date,.next-calendar-range .next-calendar-date {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    height: 32px;
    height: var(--s-8,32px);
    line-height: 30px;
    line-height: calc(var(--s-8,32px) - 2px);
    margin: 4px auto;
    width: 32px;
    width: var(--s-8,32px)
}

.next-calendar-card .next-calendar-month,.next-calendar-card .next-calendar-year,.next-calendar-panel .next-calendar-month,.next-calendar-panel .next-calendar-year,.next-calendar-range .next-calendar-month,.next-calendar-range .next-calendar-year {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    height: 32px;
    height: var(--s-8,32px);
    line-height: 30px;
    line-height: calc(var(--s-8,32px) - 2px);
    margin: 8px auto;
    width: 64px;
    width: var(--s-16,64px)
}

.next-calendar-card .next-calendar-cell-next-month .next-calendar-date,.next-calendar-card .next-calendar-cell-prev-month .next-calendar-date,.next-calendar-panel .next-calendar-cell-next-month .next-calendar-date,.next-calendar-panel .next-calendar-cell-prev-month .next-calendar-date,.next-calendar-range .next-calendar-cell-next-month .next-calendar-date,.next-calendar-range .next-calendar-cell-prev-month .next-calendar-date {
    background: #fff;
    background: var(--calendar-card-table-cell-other-background,#fff);
    border-color: #fff;
    border-color: var(--calendar-card-table-cell-other-border-color,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.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 {
    background: #fff;
    background: var(--calendar-card-table-cell-current-background,#fff);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold)
}

.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: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    color: dimgray;
    color: #696969;
    color: var(--calendar-card-table-cell-hover-color,dimgray)
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-cell.next-selected .next-calendar-date {
    background: transparent;
    border-color: transparent;
    font-weight: 400
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date {
    color: #0064c8;
    color: var(--calendar-card-table-cell-inrange-color,#0064c8);
    position: relative
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date:before {
    background: #f0f7ff;
    background: var(--calendar-card-table-cell-inrange-background,#f0f7ff);
    border: 1px solid;
    border: var(--line-1,1px) var(--line-solid,solid);
    border-color: #f0f7ff;
    border-color: var(--calendar-card-table-cell-inrange-border-color,#f0f7ff);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    bottom: -1px;
    bottom: calc(0px - var(--line-1, 1px));
    content: "";
    left: -1px;
    left: calc(0px - var(--line-1, 1px));
    position: absolute;
    right: -1px;
    right: calc(0px - var(--line-1, 1px));
    top: -1px;
    top: calc(0px - var(--line-1, 1px))
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date>span {
    position: relative
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end,.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end:before,.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start:before {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--calendar-card-table-cell-select-border-color,#0064c8)
}

.next-calendar[dir=rtl] .next-calendar-header {
    text-align: left
}

.next-calendar[dir=rtl] .next-calendar-header .next-select {
    margin-left: 4px;
    margin-right: 0
}

.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(--s-2,8px)
}

.next-calendar[dir=rtl] .next-calendar-btn-prev-month {
    left: auto;
    right: 32px;
    right: var(--s-8,32px)
}

.next-calendar[dir=rtl] .next-calendar-btn-next-month {
    left: 32px;
    left: var(--s-8,32px);
    right: auto
}

.next-calendar[dir=rtl] .next-calendar-btn-next-decade,.next-calendar[dir=rtl] .next-calendar-btn-next-year {
    left: 8px;
    left: var(--s-2,8px);
    right: auto
}

.next-calendar-fullscreen[dir=rtl] .next-calendar-th {
    padding-left: 12px;
    padding-left: var(--s-3,12px);
    padding-right: 0;
    text-align: left
}

.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-left: 8px;
    padding-right: 0
}

.next-calendar-range[dir=rtl] .next-calendar-body-right {
    padding-left: 0;
    padding-right: 8px
}

.next-calendar-table {
    table-layout: fixed;
    width: 100%
}

.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
}

.next-calendar-range .next-calendar-body-right {
    padding-left: 8px
}

.next-calendar-range .next-calendar-body:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.next-calendar-symbol-prev:before {
    content: "\e61d"
}

.next-calendar-symbol-next:before {
    content: "\e619"
}

.next-calendar-symbol-prev-super:before {
    content: "\e659"
}

.next-calendar-symbol-next-super:before {
    content: "\e65e"
}

.next-card,.next-card:after,.next-card:before {
    box-sizing: border-box
}

.next-card[dir=rtl] .next-card-extra {
    left: 0;
    right: auto
}

.next-card[dir=rtl] .next-card-title:before {
    left: auto;
    right: 0
}

.next-card[dir=rtl] .next-card-subtitle {
    float: left;
    padding-left: 0;
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-card[dir=rtl] .next-card-head-show-bullet .next-card-title {
    padding-left: 0;
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-card {
    box-sizing: border-box
}

.next-card *,.next-card :after,.next-card :before {
    box-sizing: border-box
}

.next-card {
    background: #fff;
    background: var(--card-background,#fff);
    border: 1px solid #e5e5e5;
    border: var(--line-1,1px) var(--line-solid,solid) var(--card-border-color,#e5e5e5);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    min-width: 100px;
    overflow: hidden
}

.next-card-noborder {
    border: 0
}

.next-card-head {
    background: transparent;
    background: var(--color-transparent,transparent);
    padding-left: 20px;
    padding-left: var(--s-5,20px);
    padding-right: 20px;
    padding-right: var(--s-5,20px)
}

.next-card-head-show-bullet .next-card-title {
    padding-left: 8px;
    padding-left: var(--s-2,8px)
}

.next-card-head-show-bullet .next-card-title:before {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    content: "";
    display: inline-block;
    height: 16px;
    height: var(--s-4,16px);
    left: 0;
    position: absolute;
    top: calc(50% - 8px);
    top: calc(50% - var(--s-4,16px)/2);
    width: 6px;
    width: var(--line-3,6px)
}

.next-card-head-main {
    height: 40px;
    height: var(--s-10,40px);
    line-height: 40px;
    line-height: var(--s-10,40px);
    margin-bottom: 0;
    margin-bottom: var(--s-zero,0);
    margin-top: 8px;
    margin-top: var(--s-2,8px);
    position: relative
}

.next-card-title {
    color: #1a1a1a;
    color: var(--color-text-1,#1a1a1a);
    display: inline-block;
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    font-weight: 500;
    font-weight: var(--card-title-font-weight,500);
    height: 100%;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-card-subtitle {
    color: dimgray;
    color: #696969;
    color: var(--card-sub-title-color,dimgray);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    padding-left: 8px;
    padding-left: var(--s-2,8px)
}

.next-card-extra {
    color: #0064c8;
    color: var(--color-link-1,#0064c8);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.next-card-body {
    padding-bottom: 16px;
    padding-bottom: var(--card-body-padding-bottom,16px);
    padding-left: 20px;
    padding-left: var(--s-5,20px);
    padding-right: 20px;
    padding-right: var(--s-5,20px)
}

.next-card-show-divider .next-card-head-main {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5)
}

.next-card-show-divider .next-card-body {
    padding-top: 16px;
    padding-top: var(--card-body-show-divider-padding-top,20px)
}

.next-card-hide-divider .next-card-body {
    padding-top: 0;
    padding-top: var(--s-zero,0)
}

.next-card—free {
    padding: 0
}

.next-card-content {
    overflow: hidden;
    position: relative;
    transition: all .3s ease
}

.next-card-footer .next-icon {
    transition: all .1s linear
}

.next-card-footer .next-icon.next-icon-arrow-down.expand {
    transform: rotate(180deg);
    transform-origin: 50% 47%
}

.next-card-header {
    background: transparent;
    background: var(--color-transparent,transparent);
    margin-bottom: 16px;
    margin-bottom: var(--card-body-show-divider-padding-top,20px);
    margin-top: 16px;
    margin-top: var(--card-body-padding-bottom,16px);
    padding: 0 20px;
    padding: 0 var(--s-5,20px)
}

.next-card-media,.next-card-media>* {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    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;
    vertical-align: middle
}

.next-card-header-title {
    color: #1a1a1a;
    color: var(--color-text-1,#1a1a1a);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    font-weight: 500;
    font-weight: var(--card-title-font-weight,500);
    line-height: 1.5
}

.next-card-header-subtitle {
    color: dimgray;
    color: #696969;
    color: var(--card-sub-title-color,dimgray);
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-card-actions {
    display: block;
    padding: 16px 20px;
    padding: var(--card-body-show-divider-padding-top,20px) var(--s-5,20px) var(--card-body-padding-bottom,16px)
}

.next-card-actions .next-btn:not(:last-child) {
    margin-right: 12px;
    vertical-align: middle
}

.next-card-divider {
    border-style: none;
    margin: 0;
    overflow: visible;
    position: relative;
    width: 100%
}

.next-card-divider:before {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    content: "";
    display: block
}

.next-card-divider--inset {
    padding: 0 20px;
    padding: 0 var(--s-5,20px)
}

.next-card-content-container {
    color: #333;
    color: var(--card-content-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 16px;
    margin-top: var(--card-body-show-divider-padding-top,20px);
    padding-bottom: 16px;
    padding-bottom: var(--card-body-padding-bottom,16px);
    padding-left: 20px;
    padding-left: var(--s-5,20px);
    padding-right: 20px;
    padding-right: var(--s-5,20px)
}

.next-cascader {
    border: 1px solid #e5e5e5;
    border: var(--line-1,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e5e5e5);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-sizing: border-box;
    display: inline-block;
    overflow: auto
}

.next-cascader *,.next-cascader :after,.next-cascader :before {
    box-sizing: border-box
}

.next-cascader-inner:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.next-cascader-menu-wrapper {
    float: left;
    height: 192px;
    height: var(--s-48,192px);
    min-width: 100px;
    min-width: var(--s-25,100px);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
    width: var(--cascader-menu-width,auto)
}

.next-cascader-menu-wrapper+.next-cascader-menu-wrapper {
    border-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e5e5e5)
}

.next-cascader-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 100%;
    min-width: auto;
    padding: 0;
    position: relative
}

.next-cascader-menu.next-has-right-border {
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e5e5e5)
}

.next-cascader-menu-item.next-expanded {
    background-color: #f7f7f7;
    background-color: var(--cascader-menu-item-expanded-background-color,#f7f7f7);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-cascader-menu-icon-right {
    color: gray;
    color: grey;
    color: var(--cascader-menu-icon-expand-color,gray);
    position: absolute;
    right: 10px;
    top: 0
}

.next-cascader-menu-icon-right:hover {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-cascader-menu-icon-expand.next-icon .next-icon-remote,.next-cascader-menu-icon-expand.next-icon:before {
    font-size: 16px;
    font-size: var(--cascader-menu-icon-expand-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--cascader-menu-icon-expand-size,16px)
}

.next-cascader-menu-icon-loading.next-icon .next-icon-remote,.next-cascader-menu-icon-loading.next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-cascader-filtered-list {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 192px;
    overflow: auto;
    padding: 0
}

.next-cascader-filtered-list .next-menu-item-inner {
    overflow: visible
}

.next-cascader-filtered-item em {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-style: normal
}

.next-cascader[dir=rtl] .next-cascader-menu-wrapper {
    border-left: none;
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e5e5e5);
    float: right
}

.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-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e5e5e5);
    border-right: none
}

.next-cascader[dir=rtl] .next-cascader-menu-icon-right {
    left: 10px;
    right: auto
}

.next-cascader-select {
    box-sizing: border-box
}

.next-cascader-select *,.next-cascader-select :after,.next-cascader-select :before {
    box-sizing: border-box
}

.next-cascader-select-dropdown {
    border: 0 solid #e5e5e5;
    border: var(--popup-local-border-width,0) var(--line-solid,solid) var(--popup-local-border-color,#e5e5e5);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    box-sizing: border-box
}

.next-cascader-select-dropdown *,.next-cascader-select-dropdown :after,.next-cascader-select-dropdown :before {
    box-sizing: border-box
}

.next-cascader-select-dropdown .next-cascader {
    border: none;
    box-shadow: none;
    display: block
}

.next-cascader-select-not-found {
    border: none;
    box-shadow: none;
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,dimgray);
    overflow: auto;
    padding: 0
}

.next-cascader-select-not-found .next-menu-item:hover {
    background: #fff;
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,dimgray);
    cursor: default
}

.next-checkbox-wrapper[dir=rtl] {
    margin-left: 0;
    margin-right: 8px
}

.next-checkbox-wrapper[dir=rtl]:first-child {
    margin-right: 0
}

.next-checkbox-wrapper[dir=rtl]>.next-checkbox-label {
    margin-left: 0;
    margin-right: 8px;
    margin-right: var(--s-2,8px)
}

.next-checkbox-wrapper {
    box-sizing: border-box;
    display: inline-block
}

.next-checkbox-wrapper *,.next-checkbox-wrapper :after,.next-checkbox-wrapper :before {
    box-sizing: border-box
}

.next-checkbox-wrapper .next-checkbox {
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle
}

.next-checkbox-wrapper input[type=checkbox] {
    cursor: pointer;
    height: 16px;
    height: var(--s-4,16px);
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 16px;
    width: var(--s-4,16px)
}

.next-checkbox-wrapper .next-checkbox-inner {
    background: #fff;
    background: var(--checkbox-bg-color,#fff);
    border: 1px solid #ccc;
    border: var(--line-1,1px) solid var(--checkbox-border-color,#ccc);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    display: block;
    height: 16px;
    height: var(--s-4,16px);
    text-align: left;
    transition: all .1s linear;
    width: 16px;
    width: var(--s-4,16px)
}

.next-checkbox-wrapper .next-checkbox-inner>.next-icon {
    color: #fff;
    color: var(--color-white,#fff);
    left: 2px;
    left: calc(var(--s-4,16px)/2 - var(--checkbox-circle-size, 12px)/2);
    line-height: 16px;
    line-height: var(--s-4,16px);
    margin-left: 0;
    margin-top: 1px;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all .1s linear
}

.next-checkbox-wrapper .next-checkbox-inner>.next-icon .next-icon-remote,.next-checkbox-wrapper .next-checkbox-inner>.next-icon:before {
    font-size: 12px;
    font-size: var(--checkbox-circle-size,12px);
    line-height: inherit;
    width: 12px;
    width: var(--checkbox-circle-size,12px)
}

.next-checkbox-wrapper .next-checkbox-inner>.next-icon:before {
    margin-top: 0;
    vertical-align: top
}

.next-checkbox-wrapper .next-checkbox-inner>.next-checkbox-select-icon:before {
    content: "\e632"
}

.next-checkbox-wrapper .next-checkbox-inner>.next-checkbox-semi-select-icon:before {
    content: "\e633"
}

.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner,.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner {
    background-color: #0064c8;
    background-color: var(--color-brand1-6,#0064c8);
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner.hovered,.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner:hover,.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner.hovered,.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner:hover {
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner>.next-icon,.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner>.next-icon {
    margin-left: 0;
    opacity: 1;
    transform: scale(1)
}

.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner>.next-icon .next-icon-remote,.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner>.next-icon:before,.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner>.next-icon .next-icon-remote,.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner>.next-icon:before {
    font-size: 12px;
    font-size: var(--checkbox-circle-size,12px);
    line-height: inherit;
    width: 12px;
    width: var(--checkbox-circle-size,12px)
}

.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner,.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner {
    background-color: #0064c8;
    background-color: var(--color-brand1-6,#0064c8);
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner.hovered,.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner:hover,.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner.hovered,.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner:hover {
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner>.next-icon,.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner>.next-icon {
    margin-left: 0;
    opacity: 1;
    transform: scaleX(1)
}

.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner>.next-icon .next-icon-remote,.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner>.next-icon:before,.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner>.next-icon .next-icon-remote,.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner>.next-icon:before {
    font-size: 12px;
    font-size: var(--checkbox-circle-size,12px);
    line-height: inherit;
    width: 12px;
    width: var(--checkbox-circle-size,12px)
}

.next-checkbox-wrapper.focused>.next-checkbox>.next-checkbox-inner,.next-checkbox-wrapper.hovered>.next-checkbox>.next-checkbox-inner,.next-checkbox-wrapper:not(.disabled):hover>.next-checkbox>.next-checkbox-inner {
    background-color: #f0f7ff;
    background-color: var(--checkbox-hovered-bg-color,#f0f7ff);
    border-color: #589adb;
    border-color: var(--checkbox-hovered-border-color,#589adb)
}

.next-checkbox-wrapper.focused .next-checkbox-label,.next-checkbox-wrapper.hovered .next-checkbox-label,.next-checkbox-wrapper:not(.disabled):hover .next-checkbox-label {
    cursor: pointer
}

.next-checkbox-wrapper.checked:not(.disabled).hovered>.next-checkbox .next-checkbox-inner,.next-checkbox-wrapper.checked:not(.disabled):hover>.next-checkbox .next-checkbox-inner,.next-checkbox-wrapper.indeterminate:not(.disabled).hovered>.next-checkbox .next-checkbox-inner,.next-checkbox-wrapper.indeterminate:not(.disabled):hover>.next-checkbox .next-checkbox-inner {
    background-color: #0057ad;
    background-color: var(--color-brand1-7,#0057ad);
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-checkbox-wrapper.checked:not(.disabled).hovered>.next-checkbox .next-checkbox-inner>.next-icon,.next-checkbox-wrapper.checked:not(.disabled):hover>.next-checkbox .next-checkbox-inner>.next-icon,.next-checkbox-wrapper.indeterminate:not(.disabled).hovered>.next-checkbox .next-checkbox-inner>.next-icon,.next-checkbox-wrapper.indeterminate:not(.disabled):hover>.next-checkbox .next-checkbox-inner>.next-icon {
    color: #fff;
    color: var(--color-white,#fff);
    opacity: 1
}

.next-checkbox-wrapper.disabled input[type=checkbox] {
    cursor: not-allowed
}

.next-checkbox-wrapper.disabled.checked .next-checkbox-inner,.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner,.next-checkbox-wrapper.disabled .next-checkbox-inner {
    background: #d9d9d9;
    background: var(--checkbox-disabled-bg-color,#d9d9d9);
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-checkbox-wrapper.disabled.checked .next-checkbox-inner.hovered,.next-checkbox-wrapper.disabled.checked .next-checkbox-inner:hover,.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner.hovered,.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner:hover {
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-checkbox-wrapper.disabled.checked .next-checkbox-inner>.next-icon,.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner>.next-icon {
    color: #fff;
    color: var(--checkbox-disabled-circle-color,#fff);
    opacity: 1
}

.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner {
    background: #d9d9d9;
    background: var(--checkbox-disabled-bg-color,#d9d9d9);
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner>.next-icon {
    color: #fff;
    color: var(--checkbox-disabled-circle-color,#fff);
    opacity: 1
}

.next-checkbox-wrapper.disabled .next-checkbox-label {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    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-bottom: 8px;
    margin-left: 0;
    margin-right: 0
}

.next-checkbox-label {
    color: #333;
    color: var(--checkbox-label-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1;
    margin: 0 0 0 8px;
    margin-left: var(--s-2,8px);
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    vertical-align: middle
}

.next-collapse[dir=rtl] .next-collapse-panel-title {
    padding: 11px 36px 11px 0;
    padding: 11px 36px var(--collapse-title-padding-tb,11px) 0
}

.next-collapse[dir=rtl] .next-collapse-panel-icon {
    left: inherit;
    margin-left: 0;
    margin-right: 0;
    right: 12px;
    transform: rotate(180deg)
}

.next-collapse[dir=rtl] .next-collapse-panel-icon .next-icon-remote,.next-collapse[dir=rtl] .next-collapse-panel-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-collapse {
    border: 0 solid transparent;
    border: var(--collapse-border-width,0) solid var(--color-transparent,transparent);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-sizing: border-box
}

.next-collapse *,.next-collapse :after,.next-collapse :before {
    box-sizing: border-box
}

.next-collapse:focus,.next-collapse :focus {
    outline: 0
}

.next-collapse-panel:not(:first-child) {
    border-top: 0 solid #e5e5e5;
    border-top: var(--collapse-title-border-width,0) solid var(--collapse-panel-border-color,#e5e5e5)
}

.next-collapse .next-collapse-panel-icon {
    color: dimgray;
    color: #696969;
    color: var(--collapse-icon-color,dimgray);
    left: 12px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -2px;
    position: absolute;
    transition: transform .1s linear
}

.next-collapse .next-collapse-panel-icon .next-icon-remote,.next-collapse .next-collapse-panel-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-collapse-panel-title {
    background: #f7f7f7;
    background: var(--collapse-title-bg-color,#f7f7f7);
    color: #333;
    color: var(--collapse-title-font-color,#333);
    cursor: pointer;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 500;
    font-weight: var(--font-weight-medium,600);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    padding: 11px 0 11px 36px;
    padding: var(--collapse-title-padding-tb,11px) 0 var(--collapse-title-padding-tb,11px) 36px;
    position: relative;
    transition: background .1s linear
}

.next-collapse-panel-title:hover {
    background: #e5e5e5;
    background: var(--collapse-title-hover-bg-color,#e5e5e5);
    color: dimgray;
    color: #696969;
    color: var(--collapse-title-hover-font-color,dimgray);
    font-weight: 500;
    font-weight: var(--font-weight-medium,600)
}

.next-collapse-panel-title:hover .next-collapse-panel-icon {
    color: dimgray;
    color: #696969;
    color: var(--collapse-icon-hover-color,dimgray)
}

.next-collapse-panel-content {
    background: #fff;
    background: var(--collapse-content-bg-color,#fff);
    color: dimgray;
    color: #696969;
    color: var(--collapse-content-color,dimgray);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 0;
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    opacity: 0;
    padding: 0 36px;
    padding: 0 var(--s-9,36px);
    transition: all .3s ease
}

.next-collapse-panel-expanded>.next-collapse-panel-content {
    display: block;
    height: auto;
    opacity: 1;
    padding: 10px 36px;
    padding: 10px var(--s-9,36px)
}

.next-collapse .next-collapse-unfold-icon:before {
    content: "\e730"
}

.next-collapse-panel-hidden>.next-collapse-panel-content {
    overflow: hidden
}

.next-collapse .next-collapse-panel-icon:before {
    content: "\e725"
}

.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before {
    content: "\e730"
}

.next-collapse-disabled {
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5)
}

.next-collapse-panel-disabled:not(:first-child) {
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5)
}

.next-collapse-panel-disabled>.next-collapse-panel-title {
    background: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: not-allowed
}

.next-collapse-panel-disabled .next-collapse-panel-icon {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-collapse-panel-disabled .next-collapse-panel-title:hover {
    font-weight: 500;
    font-weight: var(--font-weight-medium,600)
}

.next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-collapse-panel-disabled:hover {
    background: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-time-picker-menu {
    float: left;
    text-align: center
}

.next-time-picker-menu:not(:last-child) {
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e5e5e5)
}

.next-time-picker-menu-title {
    background: #fff;
    background: var(--time-picker-menu-title-background,#fff);
    color: #aaa;
    color: var(--time-picker-menu-title-color,#aaa);
    cursor: default;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 28px;
    height: var(--s-7,28px);
    line-height: 28px;
    line-height: var(--s-7,28px)
}

.next-time-picker-menu ul {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 196px;
    height: calc(var(--s-7,28px)*7);
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: relative
}

.next-time-picker-menu-item {
    background: #fff;
    background: var(--time-picker-menu-item-background,#fff);
    color: #333;
    color: var(--time-picker-menu-item-color,#333);
    cursor: pointer;
    height: 28px;
    height: var(--s-7,28px);
    line-height: 28px;
    line-height: var(--s-7,28px);
    outline: none;
    transition: background .1s linear
}

.next-time-picker-menu-item:hover {
    background: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7);
    color: #1a1a1a;
    color: var(--time-picker-menu-item-color-hover,#1a1a1a)
}

.next-time-picker-menu-item.next-selected {
    background: #f0f7ff;
    background: var(--time-picker-menu-item-background-selected,#f0f7ff);
    color: #333;
    color: var(--time-picker-menu-item-color-selected,#333);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-time-picker-menu-item.next-disabled {
    background: #fff;
    background: var(--time-picker-menu-item-background-disabled,#fff);
    color: #e5e5e5;
    color: var(--time-picker-menu-item-color-disabled,#e5e5e5);
    cursor: not-allowed
}

.next-time-picker-panel {
    box-sizing: border-box
}

.next-time-picker-panel *,.next-time-picker-panel :after,.next-time-picker-panel :before {
    box-sizing: border-box
}

.next-time-picker-panel:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.next-time-picker-panel-header {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--popup-local-border-color,#e5e5e5)
}

.next-time-picker-panel-input.next-input {
    border-color: transparent;
    padding: 6px;
    vertical-align: middle;
    width: 100%
}

.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-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e5e5e5);
    border-right: none
}

.next-time-picker {
    box-sizing: border-box;
    display: inline-block;
    width: 200px
}

.next-time-picker *,.next-time-picker :after,.next-time-picker :before {
    box-sizing: border-box
}

.next-time-picker-trigger .next-input {
    width: 100%
}

.next-time-picker-body {
    background: #fff;
    background: var(--time-picker-panel-background,#fff);
    border: 0 solid #e5e5e5;
    border: var(--popup-local-border-width,0) var(--line-solid,solid) var(--popup-local-border-color,#e5e5e5);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    overflow: hidden;
    width: 200px;
    width: var(--s-50,200px)
}

.next-time-picker-symbol-clock-icon:before {
    content: "\e621"
}

.next-range-picker-panel-input-separator,.next-range-picker-trigger-separator {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    text-align: center;
    vertical-align: middle;
    width: 16px
}

.next-date-picker,.next-month-picker,.next-week-picker,.next-year-picker {
    display: inline-block;
    width: 200px
}

.next-date-picker-input,.next-month-picker-input,.next-week-picker-input,.next-year-picker-input {
    width: 100%
}

.next-date-picker-body,.next-month-picker-body,.next-week-picker-body,.next-year-picker-body {
    width: 288px
}

.next-date-picker-panel-input.next-input,.next-month-picker-panel-input.next-input,.next-week-picker-panel-input.next-input,.next-year-picker-panel-input.next-input {
    background: transparent;
    width: 100%
}

.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
}

.next-range-picker-input {
    width: 100%
}

.next-range-picker-trigger {
    background-color: #fff;
    background-color: var(--input-bg-color,#fff);
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) solid var(--input-border-color,#d9d9d9)
}

.next-range-picker-trigger:hover {
    background-color: #fff;
    background-color: var(--color-fill-1,#fff);
    border-color: #ccc;
    border-color: var(--input-hover-border-color,#ccc)
}

.next-range-picker-trigger.next-error {
    border-color: #f2887e;
    border-color: var(--color-error-4,#f2887e)
}

.next-range-picker-trigger-input.next-input {
    height: auto;
    width: calc(50% - 8px)
}

.next-range-picker.next-disabled .next-range-picker-trigger {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc);
    color: #aaa;
    color: var(--color-text-5,#aaa);
    cursor: not-allowed
}

.next-range-picker.next-disabled .next-range-picker-trigger:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc)
}

.next-range-picker.next-large .next-range-picker-panel-input,.next-range-picker.next-large .next-range-picker-trigger,.next-range-picker.next-medium .next-range-picker-panel-input,.next-range-picker.next-medium .next-range-picker-trigger,.next-range-picker.next-small .next-range-picker-panel-input,.next-range-picker.next-small .next-range-picker-trigger {
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

.next-range-picker-body {
    width: 600px
}

.next-range-picker-panel-input-end-date.next-input,.next-range-picker-panel-input-start-date.next-input {
    width: calc(50% - 8px)
}

.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-end-time,.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-start-time {
    width: calc(25% - 8px)
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
    margin-right: 8px
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
    margin-left: 8px
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end,.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start {
    float: left;
    width: 50%
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start {
    border-right: 1px solid #d9d9d9;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9)
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
    border-left: 1px solid #d9d9d9;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9)
}

.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>.next-btn:not(:last-child) {
    margin-left: 16px;
    margin-right: 0
}

.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-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e5e5e5);
    border-right: none
}

.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>.next-btn:not(:last-child) {
    margin-left: 16px;
    margin-right: 0
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
    margin-left: 8px;
    margin-right: 0
}

.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
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-end,.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-start {
    float: right
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-start {
    border-left: 1px solid #d9d9d9;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9);
    border-right: none
}

.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 #d9d9d9;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9)
}

.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-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e5e5e5);
    border-right: none
}

.next-date-picker,.next-month-picker,.next-range-picker,.next-week-picker,.next-year-picker {
    box-sizing: border-box
}

.next-date-picker *,.next-date-picker :after,.next-date-picker :before,.next-month-picker *,.next-month-picker :after,.next-month-picker :before,.next-range-picker *,.next-range-picker :after,.next-range-picker :before,.next-week-picker *,.next-week-picker :after,.next-week-picker :before,.next-year-picker *,.next-year-picker :after,.next-year-picker :before {
    box-sizing: border-box
}

.next-date-picker-body,.next-month-picker-body,.next-range-picker-body,.next-week-picker-body,.next-year-picker-body {
    background: #fff;
    background: var(--date-picker-panel-background,#fff);
    border: 0 solid #e5e5e5;
    border: var(--popup-local-border-width,0) var(--line-solid,solid) var(--popup-local-border-color,#e5e5e5);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.next-date-picker-panel-header,.next-month-picker-panel-header,.next-range-picker-panel-header,.next-week-picker-panel-header,.next-year-picker-panel-header {
    padding: 6px;
    text-align: center
}

.next-date-picker-panel-time,.next-month-picker-panel-time,.next-range-picker-panel-time,.next-week-picker-panel-time,.next-year-picker-panel-time {
    border-top: 0 solid #e5e5e5;
    border-top: var(--popup-local-border-width,0) var(--line-solid,solid) var(--popup-local-border-color,#e5e5e5)
}

.next-date-picker-panel-footer,.next-month-picker-panel-footer,.next-range-picker-panel-footer,.next-week-picker-panel-footer,.next-year-picker-panel-footer {
    border-top: 0 solid #e5e5e5;
    border-top: var(--popup-local-border-width,0) var(--line-solid,solid) var(--popup-local-border-color,#e5e5e5);
    padding: 8px;
    padding: var(--s-2,8px) var(--s-2,8px);
    text-align: right
}

.next-date-picker-panel-footer>.next-btn:not(:last-child),.next-date-picker-panel-tools>.next-btn:not(:last-child),.next-month-picker-panel-footer>.next-btn:not(:last-child),.next-month-picker-panel-tools>.next-btn:not(:last-child),.next-range-picker-panel-footer>.next-btn:not(:last-child),.next-range-picker-panel-tools>.next-btn:not(:last-child),.next-week-picker-panel-footer>.next-btn:not(:last-child),.next-week-picker-panel-tools>.next-btn:not(:last-child),.next-year-picker-panel-footer>.next-btn:not(:last-child),.next-year-picker-panel-tools>.next-btn:not(:last-child) {
    margin-right: 16px
}

.next-date-picker-panel-tools,.next-month-picker-panel-tools,.next-range-picker-panel-tools,.next-week-picker-panel-tools,.next-year-picker-panel-tools {
    float: left
}

.next-date-picker .next-calendar-panel-header,.next-month-picker .next-calendar-panel-header,.next-range-picker .next-calendar-panel-header,.next-week-picker .next-calendar-panel-header,.next-year-picker .next-calendar-panel-header {
    margin-left: 0;
    margin-left: calc(0px - var(--popup-local-border-width, 0px));
    margin-right: 0;
    margin-right: calc(0px - var(--popup-local-border-width, 0px))
}

.next-date-picker .next-input input,.next-month-picker .next-input input,.next-range-picker .next-input input,.next-week-picker .next-input input,.next-year-picker .next-input input {
    vertical-align: baseline
}

.next-date-picker-symbol-calendar-icon:before,.next-month-picker-symbol-calendar-icon:before,.next-range-picker-symbol-calendar-icon:before,.next-week-picker-symbol-calendar-icon:before,.next-year-picker-symbol-calendar-icon:before {
    content: "\e607"
}

.next-range-picker-panel-body .next-calendar {
    display: inline-block;
    width: 50%
}

.next-message {
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    position: relative;
    vertical-align: baseline
}

.next-message *,.next-message :after,.next-message :before {
    box-sizing: border-box
}

.next-message:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.next-message .next-message-close {
    color: gray;
    color: grey;
    color: var(--message-close-icon-color,gray);
    cursor: pointer;
    font-size: 0;
    position: absolute
}

.next-message .next-message-close .next-icon-close {
    height: 16px;
    line-height: 1em;
    width: 16px
}

.next-message .next-message-close .next-icon-close:before {
    line-height: 1em
}

.next-message .next-message-close:hover {
    color: #262626;
    color: var(--message-hover-close-icon-color,#262626)
}

.next-message.next-message-success.next-inline {
    background-color: #ebfff6;
    background-color: var(--message-success-color-bg-inline,#ebfff6);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    border-style: solid;
    border-style: var(--line-solid,solid);
    box-shadow: none
}

.next-message.next-message-success.next-inline .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-success.next-inline .next-message-content {
    color: #333;
    color: var(--message-success-color-content-inline,#333)
}

.next-message.next-message-success.next-inline .next-message-symbol {
    color: #43bf7e;
    color: var(--color-success-5,#43bf7e)
}

.next-message.next-message-success.next-inline .next-message-symbol-icon:before {
    content: "\e732"
}

.next-message.next-message-success.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: none
}

.next-message.next-message-success.next-addon .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-success.next-addon .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-message.next-message-success.next-addon .next-message-symbol {
    color: #43bf7e;
    color: var(--message-success-color-icon-addon,#43bf7e)
}

.next-message.next-message-success.next-addon .next-message-symbol-icon:before {
    content: "\e732"
}

.next-message.next-message-success.next-toast {
    background-color: #fff;
    background-color: var(--message-success-color-bg-toast,#fff);
    border-color: #e5e5e5;
    border-color: var(--message-success-color-border-toast,#e5e5e5);
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-success.next-toast .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-success.next-toast .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--message-success-color-content-toast,dimgray)
}

.next-message.next-message-success.next-toast .next-message-symbol {
    color: #43bf7e;
    color: var(--color-success-5,#43bf7e)
}

.next-message.next-message-success.next-toast .next-message-symbol-icon:before {
    content: "\e732"
}

.next-message.next-message-warning.next-inline {
    background-color: #fff5eb;
    background-color: var(--message-warning-color-bg-inline,#fff5eb);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    border-style: solid;
    border-style: var(--line-solid,solid);
    box-shadow: none
}

.next-message.next-message-warning.next-inline .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-warning.next-inline .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--message-warning-color-content-inline,dimgray)
}

.next-message.next-message-warning.next-inline .next-message-symbol {
    color: #f7a854;
    color: var(--color-warning-5,#f7a854)
}

.next-message.next-message-warning.next-inline .next-message-symbol-icon:before {
    content: "\e747"
}

.next-message.next-message-warning.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: none
}

.next-message.next-message-warning.next-addon .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-warning.next-addon .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-message.next-message-warning.next-addon .next-message-symbol {
    color: #f7a854;
    color: var(--message-warning-color-icon-addon,#f7a854)
}

.next-message.next-message-warning.next-addon .next-message-symbol-icon:before {
    content: "\e747"
}

.next-message.next-message-warning.next-toast {
    background-color: #fff;
    background-color: var(--message-warning-color-bg-toast,#fff);
    border-color: #e5e5e5;
    border-color: var(--message-warning-color-border-toast,#e5e5e5);
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-warning.next-toast .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-warning.next-toast .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--message-warning-color-content-toast,dimgray)
}

.next-message.next-message-warning.next-toast .next-message-symbol {
    color: #f7a854;
    color: var(--color-warning-5,#f7a854)
}

.next-message.next-message-warning.next-toast .next-message-symbol-icon:before {
    content: "\e747"
}

.next-message.next-message-error.next-inline {
    background-color: #ffeceb;
    background-color: var(--message-error-color-bg-inline,#ffeceb);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    border-style: solid;
    border-style: var(--line-solid,solid);
    box-shadow: none
}

.next-message.next-message-error.next-inline .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-error.next-inline .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--message-error-color-content-inline,dimgray)
}

.next-message.next-message-error.next-inline .next-message-symbol {
    color: #ed675a;
    color: var(--color-error-5,#ed675a)
}

.next-message.next-message-error.next-inline .next-message-symbol-icon:before {
    content: "\e716"
}

.next-message.next-message-error.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: none
}

.next-message.next-message-error.next-addon .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-error.next-addon .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-message.next-message-error.next-addon .next-message-symbol {
    color: #ed675a;
    color: var(--message-error-color-icon-addon,#ed675a)
}

.next-message.next-message-error.next-addon .next-message-symbol-icon:before {
    content: "\e716"
}

.next-message.next-message-error.next-toast {
    background-color: #fff;
    background-color: var(--message-error-color-bg-toast,#fff);
    border-color: #e5e5e5;
    border-color: var(--message-error-color-border-toast,#e5e5e5);
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-error.next-toast .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-error.next-toast .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--message-error-color-content-toast,dimgray)
}

.next-message.next-message-error.next-toast .next-message-symbol {
    color: #ed675a;
    color: var(--color-error-5,#ed675a)
}

.next-message.next-message-error.next-toast .next-message-symbol-icon:before {
    content: "\e716"
}

.next-message.next-message-notice.next-inline {
    background-color: #f0f7ff;
    background-color: var(--message-notice-color-bg-inline,#f0f7ff);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    border-style: solid;
    border-style: var(--line-solid,solid);
    box-shadow: none
}

.next-message.next-message-notice.next-inline .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-notice.next-inline .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--message-notice-color-content-inline,dimgray)
}

.next-message.next-message-notice.next-inline .next-message-symbol {
    color: #0057ad;
    color: var(--message-notice-color-icon-inline,#0057ad)
}

.next-message.next-message-notice.next-inline .next-message-symbol-icon:before {
    content: "\e6f3"
}

.next-message.next-message-notice.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: none
}

.next-message.next-message-notice.next-addon .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-notice.next-addon .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-message.next-message-notice.next-addon .next-message-symbol {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-message.next-message-notice.next-addon .next-message-symbol-icon:before {
    content: "\e6f3"
}

.next-message.next-message-notice.next-toast {
    background-color: #fff;
    background-color: var(--message-notice-color-bg-toast,#fff);
    border-color: #e5e5e5;
    border-color: var(--message-notice-color-border-toast,#e5e5e5);
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-notice.next-toast .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-notice.next-toast .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--message-notice-color-content-toast,dimgray)
}

.next-message.next-message-notice.next-toast .next-message-symbol {
    color: #0064c8;
    color: var(--message-notice-color-icon-toast,#0064c8)
}

.next-message.next-message-notice.next-toast .next-message-symbol-icon:before {
    content: "\e6f3"
}

.next-message.next-message-help.next-inline {
    background-color: #f0f7ff;
    background-color: var(--message-help-color-bg-inline,#f0f7ff);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    border-style: solid;
    border-style: var(--line-solid,solid);
    box-shadow: none
}

.next-message.next-message-help.next-inline .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-help.next-inline .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--message-help-color-content-inline,dimgray)
}

.next-message.next-message-help.next-inline .next-message-symbol {
    color: #0057ad;
    color: var(--message-help-color-icon-inline,#0057ad)
}

.next-message.next-message-help.next-inline .next-message-symbol-icon:before {
    content: "\e714"
}

.next-message.next-message-help.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: none
}

.next-message.next-message-help.next-addon .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-help.next-addon .next-message-content {
    color: #333;
    color: var(--message-help-color-content-addon,#333)
}

.next-message.next-message-help.next-addon .next-message-symbol {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-message.next-message-help.next-addon .next-message-symbol-icon:before {
    content: "\e714"
}

.next-message.next-message-help.next-toast {
    background-color: #fff;
    background-color: var(--message-help-color-bg-toast,#fff);
    border-color: #e5e5e5;
    border-color: var(--message-help-color-border-toast,#e5e5e5);
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-help.next-toast .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-help.next-toast .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--message-help-color-content-toast,dimgray)
}

.next-message.next-message-help.next-toast .next-message-symbol {
    color: #0064c8;
    color: var(--message-help-color-icon-toast,#0064c8)
}

.next-message.next-message-help.next-toast .next-message-symbol-icon:before {
    content: "\e714"
}

.next-message.next-message-loading.next-inline {
    background-color: #f0f7ff;
    background-color: var(--message-loading-color-bg-inline,#f0f7ff);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    border-style: solid;
    border-style: var(--line-solid,solid);
    box-shadow: none
}

.next-message.next-message-loading.next-inline .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-loading.next-inline .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--message-loading-color-content-inline,dimgray)
}

.next-message.next-message-loading.next-inline .next-message-symbol {
    color: #0057ad;
    color: var(--message-loading-color-icon-inline,#0057ad)
}

.next-message.next-message-loading.next-inline .next-message-symbol-icon:before {
    animation: loadingCircle 1s linear infinite;
    content: "\e646"
}

.next-message.next-message-loading.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: none
}

.next-message.next-message-loading.next-addon .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-loading.next-addon .next-message-content {
    color: #333;
    color: var(--message-loading-color-content-addon,#333)
}

.next-message.next-message-loading.next-addon .next-message-symbol {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-message.next-message-loading.next-addon .next-message-symbol-icon:before {
    animation: loadingCircle 1s linear infinite;
    content: "\e646"
}

.next-message.next-message-loading.next-toast {
    background-color: #fff;
    background-color: var(--message-loading-color-bg-toast,#fff);
    border-color: #e5e5e5;
    border-color: var(--message-loading-color-border-toast,#e5e5e5);
    border-style: solid;
    border-style: var(--message-border-style-toast,solid);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1)
}

.next-message.next-message-loading.next-toast .next-message-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-message.next-message-loading.next-toast .next-message-content {
    color: dimgray;
    color: #696969;
    color: var(--message-loading-color-content-toast,dimgray)
}

.next-message.next-message-loading.next-toast .next-message-symbol {
    color: #0064c8;
    color: var(--message-loading-color-icon-toast,#0064c8)
}

.next-message.next-message-loading.next-toast .next-message-symbol-icon:before {
    animation: loadingCircle 1s linear infinite;
    content: "\e646"
}

.next-message.next-medium {
    border-width: 1px;
    border-width: var(--line-1,1px);
    padding: 8px;
    padding: var(--s-2,8px)
}

.next-message.next-medium .next-message-symbol {
    float: left;
    line-height: 20px;
    line-height: var(--message-size-m-icon,20px)
}

.next-message.next-medium .next-message-symbol .next-icon-remote,.next-message.next-medium .next-message-symbol:before {
    font-size: 20px;
    font-size: var(--message-size-m-icon,20px);
    line-height: inherit;
    width: 20px;
    width: var(--message-size-m-icon,20px)
}

.next-message.next-medium .next-message-title {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    line-height: 14px;
    line-height: var(--font-size-body-2,14px);
    padding: 0 6px 0 28px;
    padding: 0 6px 0 calc(var(--s-2,8px) + var(--message-size-m-icon, 20px))
}

.next-message.next-medium .next-message-content {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 4px;
    margin-top: var(--s-1,4px);
    padding: 0 12px 0 28px;
    padding: 0 var(--message-size-m-title-content-padding-right,12px) 0 calc(var(--s-2,8px) + var(--message-size-m-icon, 20px))
}

.next-message.next-medium .next-message-symbol+.next-message-content {
    margin-top: 0
}

.next-message.next-medium.next-only-content .next-message-content,.next-message.next-medium.next-title-content .next-message-title {
    line-height: 20px;
    line-height: var(--message-size-m-icon,20px)
}

.next-message.next-medium .next-message-close {
    right: 12px;
    right: var(--s-3,12px);
    top: 8px;
    top: var(--s-2,8px)
}

.next-message.next-medium.next-inline,.next-message.next-medium.next-toast {
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

.next-message.next-large {
    border-width: 1px;
    border-width: var(--line-1,1px);
    padding: 12px;
    padding: var(--s-3,12px)
}

.next-message.next-large .next-message-symbol {
    float: left;
    line-height: 20px;
    line-height: var(--message-size-l-icon,20px)
}

.next-message.next-large .next-message-symbol .next-icon-remote,.next-message.next-large .next-message-symbol:before {
    font-size: 20px;
    font-size: var(--message-size-l-icon,20px);
    line-height: inherit;
    width: 20px;
    width: var(--message-size-l-icon,20px)
}

.next-message.next-large .next-message-title {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    line-height: 14px;
    line-height: var(--font-size-body-2,14px)
}

.next-message.next-large .next-message-content,.next-message.next-large .next-message-title {
    padding: 0 8px 0 28px;
    padding: 0 var(--s-2,8px) 0 calc(var(--s-2,8px) + var(--message-size-l-icon, 20px))
}

.next-message.next-large .next-message-content {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 4px;
    margin-top: var(--s-1,4px)
}

.next-message.next-large .next-message-symbol+.next-message-content {
    margin-top: 0
}

.next-message.next-large.next-only-content .next-message-content,.next-message.next-large.next-title-content .next-message-title {
    line-height: 20px;
    line-height: var(--message-size-l-icon,20px)
}

.next-message.next-large .next-message-close {
    right: 12px;
    right: var(--s-3,12px);
    top: 12px;
    top: var(--s-3,12px)
}

.next-message.next-large.next-inline,.next-message.next-large.next-toast {
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

.next-message[dir=rtl] .next-message-symbol {
    float: right
}

.next-message[dir=rtl].next-medium .next-message-title {
    padding: 0 28px 0 12px;
    padding: 0 calc(var(--s-2,8px) + var(--message-size-m-icon, 20px)) 0 var(--message-size-m-title-content-padding-right,12px)
}

.next-message[dir=rtl].next-medium .next-message-close {
    left: 12px;
    left: var(--s-3,12px);
    right: auto
}

.next-message[dir=rtl].next-large .next-message-title {
    padding: 0 28px 0 8px;
    padding: 0 calc(var(--s-2,8px) + var(--message-size-l-icon, 20px)) 0 var(--s-2,8px)
}

.next-message[dir=rtl].next-large .next-message-close {
    left: 12px;
    left: var(--s-3,12px);
    right: auto
}

.next-message-wrapper-v2 {
    left: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 1001
}

.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: .3s;
    animation-fill-mode: both;
    animation-play-state: paused;
    animation-timing-function: ease
}

.next-message-fade-leave.next-message-fade-leave-active {
    animation-name: MessageFadeOut;
    animation-play-state: running
}

@keyframes MessageFadeOut {
    0% {
        margin-bottom: 16px;
        max-height: 150px;
        opacity: 1
    }

    to {
        margin-bottom: 0;
        max-height: 0;
        opacity: 0;
        padding-bottom: 0;
        padding-top: 0
    }
}

.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-left: 0;
    margin-right: 4px
}

.next-dialog[dir=rtl] .next-dialog-close {
    left: 20px;
    left: var(--s-5,20px);
    right: auto
}

.next-dialog {
    background: #fff;
    background: var(--dialog-bg,#fff);
    border: 0 solid transparent;
    border: var(--line-zero,0) var(--line-solid,solid) var(--color-transparent,transparent);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--dialog-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    box-sizing: border-box;
    max-width: 90%;
    overflow: hidden;
    position: fixed;
    text-align: left;
    z-index: 1001
}

.next-dialog *,.next-dialog :after,.next-dialog :before {
    box-sizing: border-box
}

.next-dialog-header {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--dialog-title-border-color,transparent);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    padding: 20px;
    padding: var(--dialog-title-padding-top,20px) var(--s-5,20px) var(--dialog-title-padding-bottom,4px) var(--s-5,20px)
}

.next-dialog-body {
    color: dimgray;
    color: #696969;
    color: var(--dialog-content-color,dimgray);
    font-size: 12px;
    font-size: var(--dialog-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    padding: 16px 20px 20px;
    padding: var(--dialog-content-padding-top,16px) var(--s-5,20px) var(--dialog-content-padding-bottom,20px) var(--s-5,20px)
}

.next-dialog-body-no-footer {
    margin-bottom: 0;
    margin-bottom: var(--s-0,var(--s-zero))
}

.next-dialog-footer {
    background: #fff;
    background: var(--dialog-footer-bg-color,#fff);
    border-top: 1px solid transparent;
    border-top: var(--line-1,1px) var(--line-solid,solid) transparent;
    padding: 16px 20px 20px;
    padding: 16px var(--s-5,20px) var(--dialog-footer-padding-bottom,20px) var(--s-5,20px)
}

.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 {
    bottom: 0;
    position: absolute;
    width: 100%
}

.next-dialog-btn+.next-dialog-btn {
    margin-left: 8px;
    margin-left: var(--s-2,8px)
}

.next-dialog-close {
    color: gray;
    color: grey;
    color: var(--dialog-close-color,gray);
    cursor: pointer;
    height: 16px;
    height: var(--s-4,16px);
    position: absolute;
    right: 20px;
    right: var(--s-5,20px);
    top: 14px;
    width: 16px;
    width: var(--s-4,16px)
}

.next-dialog-close:link,.next-dialog-close:visited {
    color: gray;
    color: grey;
    color: var(--dialog-close-color,gray);
    height: 16px;
    height: var(--s-4,16px)
}

.next-dialog-close:hover {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: gray;
    color: grey;
    color: var(--dialog-close-color-hovered,gray)
}

.next-dialog-close .next-dialog-close-icon.next-icon {
    height: 16px;
    height: var(--dialog-close-size,16px);
    left: 50%;
    line-height: 1em;
    margin-left: -8px;
    margin-left: calc(0px - var(--dialog-close-size, 16px)/2);
    margin-top: -8px;
    margin-top: calc(0px - var(--dialog-close-size, 16px)/2);
    position: absolute;
    top: 50%;
    width: 16px;
    width: var(--dialog-close-size,16px)
}

.next-dialog-close .next-dialog-close-icon.next-icon:before {
    font-size: 16px;
    font-size: var(--dialog-close-size,16px);
    height: 16px;
    height: var(--dialog-close-size,16px);
    line-height: 1em;
    width: 16px;
    width: var(--dialog-close-size,16px)
}

.next-dialog-container {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    overflow: auto;
    padding: 40px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1001
}

.next-dialog-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.next-dialog-container .next-dialog {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.next-dialog-quick .next-dialog-body {
    padding: 20px 20px 0;
    padding: var(--s-5,20px) var(--s-5,20px) var(--s-zero,0) var(--s-5,20px)
}

.next-dialog .next-dialog-message.next-message {
    min-width: 300px;
    padding: 0
}

.next-dialog-wrapper {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0
}

.next-dialog-inner-wrapper {
    display: flex;
    padding-bottom: 24px;
    pointer-events: none;
    position: relative;
    top: 100px
}

.next-dialog-v2 {
    margin: 0 auto;
    pointer-events: auto
}

.next-dialog-v2 .next-dialog-header {
    word-break: break-word
}

.next-dialog-v2 .next-dialog-body,.next-dialog-v2 .next-dialog-header {
    padding-right: 56px;
    padding-right: calc(var(--s-5,20px)*2 + var(--s-4,16px))
}

.next-dialog-v2 .next-dialog-header+.next-dialog-body {
    padding: 16px 20px 20px;
    padding: var(--dialog-content-padding-top,16px) var(--s-5,20px) var(--dialog-content-padding-bottom,20px) var(--s-5,20px)
}

.next-dialog-v2 .next-dialog-header+.next-dialog-body-no-footer {
    margin-bottom: 0;
    margin-bottom: var(--s-0,var(--s-zero))
}

.next-dialog.next-dialog-v2 {
    position: relative
}

.next-dialog-centered {
    text-align: center
}

.next-dialog-centered:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.next-dialog-centered .next-dialog-v2 {
    display: inline-block;
    margin: 40px 0;
    text-align: left;
    vertical-align: middle
}

.next-drawer {
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    background: #fff;
    background: var(--drawer-bg,#fff);
    border: 1px solid transparent;
    border: var(--line-1,1px) var(--line-solid,solid) var(--color-transparent,transparent);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--drawer-shadow,0 0 24px 0 rgba(0,0,0,.1));
    box-sizing: border-box;
    overflow: auto;
    position: fixed;
    z-index: 1001
}

.next-drawer *,.next-drawer :after,.next-drawer :before {
    box-sizing: border-box
}

.next-drawer-left,.next-drawer-right {
    height: 100%;
    max-width: 80%;
    width: 240px
}

.next-drawer-bottom,.next-drawer-top {
    width: 100%
}

.next-drawer-header {
    background: #fff;
    background: var(--drawer-title-bg-color,#fff);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--drawer-title-border-color,#e5e5e5);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    padding: 12px 20px;
    padding: var(--s-3,12px) var(--s-5,20px) var(--s-3,12px) var(--s-5,20px)
}

.next-drawer-no-title {
    border-bottom: 0;
    padding: 0
}

.next-drawer-body {
    color: #333;
    color: var(--drawer-content-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    padding: 20px;
    padding: var(--drawer-content-padding-top,20px) var(--s-5,20px) var(--s-5,20px) var(--s-5,20px)
}

.next-drawer-close {
    color: dimgray;
    color: #696969;
    color: var(--drawer-close-color,dimgray);
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 12px;
    right: var(--s-3,12px);
    top: 12px;
    top: var(--s-3,12px);
    width: 16px
}

.next-drawer-close:link,.next-drawer-close:visited {
    color: dimgray;
    color: #696969;
    color: var(--drawer-close-color,dimgray);
    height: 16px
}

.next-drawer-close:hover {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #1a1a1a;
    color: var(--drawer-close-color-hovered,#1a1a1a)
}

.next-drawer-close .next-drawer-close-icon.next-icon {
    height: 16px;
    height: var(--drawer-close-size,16px);
    left: 50%;
    line-height: 1em;
    margin-left: -8px;
    margin-left: calc(0px - var(--drawer-close-size, 16px)/2);
    margin-top: -8px;
    margin-top: calc(0px - var(--drawer-close-size, 16px)/2);
    position: absolute;
    top: 50%;
    width: 16px;
    width: var(--drawer-close-size,16px)
}

.next-drawer-close .next-drawer-close-icon.next-icon:before {
    font-size: 16px;
    font-size: var(--drawer-close-size,16px);
    height: 16px;
    height: var(--drawer-close-size,16px);
    line-height: 1em;
    width: 16px;
    width: var(--drawer-close-size,16px)
}

.next-row {
    box-sizing: border-box;
    display: flex
}

.next-row *,.next-row :after,.next-row :before {
    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 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
}

@media (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%;
    max-width: 4.16667%;
    width: 4.16667%
}

.next-col-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%
}

.next-col-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%
}

.next-col-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%
}

.next-col-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
    width: 20.83333%
}

.next-col-6 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%
}

.next-col-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
    width: 29.16667%
}

.next-col-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%
}

.next-col-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
    width: 37.5%
}

.next-col-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%
}

.next-col-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
    width: 45.83333%
}

.next-col-12 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%
}

.next-col-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
    width: 54.16667%
}

.next-col-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%
}

.next-col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    width: 62.5%
}

.next-col-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%
}

.next-col-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
    width: 70.83333%
}

.next-col-18 {
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%
}

.next-col-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
    width: 79.16667%
}

.next-col-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%
}

.next-col-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
    width: 87.5%
}

.next-col-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%
}

.next-col-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
    width: 95.83333%
}

.next-col-24 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

@media (min-width: 320px) {
    .next-col-xxs-1 {
        flex:0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-xxs-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-xxs-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-xxs-4 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-xxs-5 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-xxs-6 {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-xxs-7 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-xxs-8 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-xxs-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-xxs-10 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-xxs-11 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-xxs-12 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-xxs-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-xxs-14 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-xxs-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-xxs-16 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-xxs-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-xxs-18 {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-xxs-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-xxs-20 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-xxs-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-xxs-22 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-xxs-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-xxs-24 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 480px) {
    .next-col-xs-1 {
        flex:0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-xs-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-xs-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-xs-4 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-xs-5 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-xs-6 {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-xs-7 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-xs-8 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-xs-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-xs-10 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-xs-11 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-xs-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-xs-14 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-xs-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-xs-16 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-xs-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-xs-18 {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-xs-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-xs-20 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-xs-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-xs-22 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-xs-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-xs-24 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 720px) {
    .next-col-s-1 {
        flex:0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-s-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-s-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-s-4 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-s-5 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-s-6 {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-s-7 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-s-8 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-s-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-s-10 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-s-11 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-s-12 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-s-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-s-14 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-s-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-s-16 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-s-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-s-18 {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-s-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-s-20 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-s-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-s-22 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-s-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-s-24 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 990px) {
    .next-col-m-1 {
        flex:0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-m-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-m-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-m-4 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-m-5 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-m-6 {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-m-7 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-m-8 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-m-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-m-10 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-m-11 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-m-12 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-m-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-m-14 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-m-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-m-16 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-m-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-m-18 {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-m-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-m-20 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-m-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-m-22 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-m-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-m-24 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .next-col-l-1 {
        flex:0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-l-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-l-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-l-4 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-l-5 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-l-6 {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-l-7 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-l-8 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-l-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-l-10 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-l-11 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-l-12 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-l-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-l-14 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-l-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-l-16 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-l-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-l-18 {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-l-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-l-20 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-l-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-l-22 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-l-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-l-24 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1500px) {
    .next-col-xl-1 {
        flex:0 0 4.16667%;
        max-width: 4.16667%;
        width: 4.16667%
    }

    .next-col-xl-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%
    }

    .next-col-xl-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        width: 12.5%
    }

    .next-col-xl-4 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%
    }

    .next-col-xl-5 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
        width: 20.83333%
    }

    .next-col-xl-6 {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%
    }

    .next-col-xl-7 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        width: 29.16667%
    }

    .next-col-xl-8 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%
    }

    .next-col-xl-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%
    }

    .next-col-xl-10 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .next-col-xl-11 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%;
        width: 45.83333%
    }

    .next-col-xl-12 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }

    .next-col-xl-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        width: 54.16667%
    }

    .next-col-xl-14 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .next-col-xl-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%;
        width: 62.5%
    }

    .next-col-xl-16 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%
    }

    .next-col-xl-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
        width: 70.83333%
    }

    .next-col-xl-18 {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%
    }

    .next-col-xl-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
        width: 79.16667%
    }

    .next-col-xl-20 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%
    }

    .next-col-xl-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
        width: 87.5%
    }

    .next-col-xl-22 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%
    }

    .next-col-xl-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
        width: 95.83333%
    }

    .next-col-xl-24 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.next-col-1p5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%
}

.next-col-2p5 {
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%
}

.next-col-3p5 {
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%
}

.next-col-4p5 {
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%
}

.next-col-5p5 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

@media (min-width: 320px) {
    .next-col-xxs-1p5 {
        flex:0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-xxs-2p5 {
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-xxs-3p5 {
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-xxs-4p5 {
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-xxs-5p5 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 480px) {
    .next-col-xs-1p5 {
        flex:0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-xs-2p5 {
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-xs-3p5 {
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-xs-4p5 {
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-xs-5p5 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 720px) {
    .next-col-s-1p5 {
        flex:0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-s-2p5 {
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-s-3p5 {
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-s-4p5 {
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-s-5p5 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 990px) {
    .next-col-m-1p5 {
        flex:0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-m-2p5 {
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-m-3p5 {
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-m-4p5 {
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-m-5p5 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .next-col-l-1p5 {
        flex:0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-l-2p5 {
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-l-3p5 {
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-l-4p5 {
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-l-5p5 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1500px) {
    .next-col-xl-1p5 {
        flex:0 0 20%;
        max-width: 20%;
        width: 20%
    }

    .next-col-xl-2p5 {
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%
    }

    .next-col-xl-3p5 {
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%
    }

    .next-col-xl-4p5 {
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%
    }

    .next-col-xl-5p5 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.next-col-fixed-1 {
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px
}

.next-col-fixed-2 {
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px
}

.next-col-fixed-3 {
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px
}

.next-col-fixed-4 {
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px
}

.next-col-fixed-5 {
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px
}

.next-col-fixed-6 {
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px
}

.next-col-fixed-7 {
    flex: 0 0 140px;
    max-width: 140px;
    width: 140px
}

.next-col-fixed-8 {
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px
}

.next-col-fixed-9 {
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px
}

.next-col-fixed-10 {
    flex: 0 0 200px;
    max-width: 200px;
    width: 200px
}

.next-col-fixed-11 {
    flex: 0 0 220px;
    max-width: 220px;
    width: 220px
}

.next-col-fixed-12 {
    flex: 0 0 240px;
    max-width: 240px;
    width: 240px
}

.next-col-fixed-13 {
    flex: 0 0 260px;
    max-width: 260px;
    width: 260px
}

.next-col-fixed-14 {
    flex: 0 0 280px;
    max-width: 280px;
    width: 280px
}

.next-col-fixed-15 {
    flex: 0 0 300px;
    max-width: 300px;
    width: 300px
}

.next-col-fixed-16 {
    flex: 0 0 320px;
    max-width: 320px;
    width: 320px
}

.next-col-fixed-17 {
    flex: 0 0 340px;
    max-width: 340px;
    width: 340px
}

.next-col-fixed-18 {
    flex: 0 0 360px;
    max-width: 360px;
    width: 360px
}

.next-col-fixed-19 {
    flex: 0 0 380px;
    max-width: 380px;
    width: 380px
}

.next-col-fixed-20 {
    flex: 0 0 400px;
    max-width: 400px;
    width: 400px
}

.next-col-fixed-21 {
    flex: 0 0 420px;
    max-width: 420px;
    width: 420px
}

.next-col-fixed-22 {
    flex: 0 0 440px;
    max-width: 440px;
    width: 440px
}

.next-col-fixed-23 {
    flex: 0 0 460px;
    max-width: 460px;
    width: 460px
}

.next-col-fixed-24 {
    flex: 0 0 480px;
    max-width: 480px;
    width: 480px
}

.next-col-fixed-25 {
    flex: 0 0 500px;
    max-width: 500px;
    width: 500px
}

.next-col-fixed-26 {
    flex: 0 0 520px;
    max-width: 520px;
    width: 520px
}

.next-col-fixed-27 {
    flex: 0 0 540px;
    max-width: 540px;
    width: 540px
}

.next-col-fixed-28 {
    flex: 0 0 560px;
    max-width: 560px;
    width: 560px
}

.next-col-fixed-29 {
    flex: 0 0 580px;
    max-width: 580px;
    width: 580px
}

.next-col-fixed-30 {
    flex: 0 0 600px;
    max-width: 600px;
    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-left: auto;
    margin-right: 4.16667%
}

.next-col-offset-2[dir=rtl] {
    margin-left: auto;
    margin-right: 8.33333%
}

.next-col-offset-3[dir=rtl] {
    margin-left: auto;
    margin-right: 12.5%
}

.next-col-offset-4[dir=rtl] {
    margin-left: auto;
    margin-right: 16.66667%
}

.next-col-offset-5[dir=rtl] {
    margin-left: auto;
    margin-right: 20.83333%
}

.next-col-offset-6[dir=rtl] {
    margin-left: auto;
    margin-right: 25%
}

.next-col-offset-7[dir=rtl] {
    margin-left: auto;
    margin-right: 29.16667%
}

.next-col-offset-8[dir=rtl] {
    margin-left: auto;
    margin-right: 33.33333%
}

.next-col-offset-9[dir=rtl] {
    margin-left: auto;
    margin-right: 37.5%
}

.next-col-offset-10[dir=rtl] {
    margin-left: auto;
    margin-right: 41.66667%
}

.next-col-offset-11[dir=rtl] {
    margin-left: auto;
    margin-right: 45.83333%
}

.next-col-offset-12[dir=rtl] {
    margin-left: auto;
    margin-right: 50%
}

.next-col-offset-13[dir=rtl] {
    margin-left: auto;
    margin-right: 54.16667%
}

.next-col-offset-14[dir=rtl] {
    margin-left: auto;
    margin-right: 58.33333%
}

.next-col-offset-15[dir=rtl] {
    margin-left: auto;
    margin-right: 62.5%
}

.next-col-offset-16[dir=rtl] {
    margin-left: auto;
    margin-right: 66.66667%
}

.next-col-offset-17[dir=rtl] {
    margin-left: auto;
    margin-right: 70.83333%
}

.next-col-offset-18[dir=rtl] {
    margin-left: auto;
    margin-right: 75%
}

.next-col-offset-19[dir=rtl] {
    margin-left: auto;
    margin-right: 79.16667%
}

.next-col-offset-20[dir=rtl] {
    margin-left: auto;
    margin-right: 83.33333%
}

.next-col-offset-21[dir=rtl] {
    margin-left: auto;
    margin-right: 87.5%
}

.next-col-offset-22[dir=rtl] {
    margin-left: auto;
    margin-right: 91.66667%
}

.next-col-offset-23[dir=rtl] {
    margin-left: auto;
    margin-right: 95.83333%
}

.next-col-offset-24[dir=rtl] {
    margin-left: auto;
    margin-right: 100%
}

@media (min-width: 320px) {
    .next-col-xxs-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-xxs-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-xxs-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-xxs-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-xxs-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-xxs-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-xxs-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-xxs-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-xxs-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-xxs-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-xxs-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-xxs-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-xxs-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-xxs-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-xxs-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-xxs-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-xxs-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-xxs-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-xxs-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-xxs-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-xxs-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-xxs-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-xxs-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-xxs-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

@media (min-width: 480px) {
    .next-col-xs-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-xs-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-xs-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-xs-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-xs-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-xs-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-xs-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-xs-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-xs-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-xs-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-xs-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-xs-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-xs-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-xs-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-xs-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-xs-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-xs-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-xs-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-xs-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-xs-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-xs-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-xs-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-xs-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-xs-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

@media (min-width: 720px) {
    .next-col-s-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-s-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-s-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-s-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-s-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-s-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-s-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-s-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-s-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-s-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-s-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-s-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-s-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-s-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-s-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-s-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-s-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-s-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-s-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-s-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-s-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-s-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-s-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-s-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

@media (min-width: 990px) {
    .next-col-m-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-m-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-m-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-m-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-m-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-m-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-m-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-m-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-m-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-m-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-m-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-m-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-m-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-m-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-m-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-m-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-m-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-m-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-m-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-m-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-m-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-m-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-m-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-m-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

@media (min-width: 1200px) {
    .next-col-l-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-l-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-l-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-l-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-l-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-l-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-l-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-l-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-l-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-l-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-l-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-l-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-l-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-l-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-l-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-l-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-l-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-l-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-l-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-l-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-l-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-l-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-l-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-l-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

@media (min-width: 1500px) {
    .next-col-xl-offset-1[dir=rtl] {
        margin-left:auto;
        margin-right: 4.16667%
    }

    .next-col-xl-offset-2[dir=rtl] {
        margin-left: auto;
        margin-right: 8.33333%
    }

    .next-col-xl-offset-3[dir=rtl] {
        margin-left: auto;
        margin-right: 12.5%
    }

    .next-col-xl-offset-4[dir=rtl] {
        margin-left: auto;
        margin-right: 16.66667%
    }

    .next-col-xl-offset-5[dir=rtl] {
        margin-left: auto;
        margin-right: 20.83333%
    }

    .next-col-xl-offset-6[dir=rtl] {
        margin-left: auto;
        margin-right: 25%
    }

    .next-col-xl-offset-7[dir=rtl] {
        margin-left: auto;
        margin-right: 29.16667%
    }

    .next-col-xl-offset-8[dir=rtl] {
        margin-left: auto;
        margin-right: 33.33333%
    }

    .next-col-xl-offset-9[dir=rtl] {
        margin-left: auto;
        margin-right: 37.5%
    }

    .next-col-xl-offset-10[dir=rtl] {
        margin-left: auto;
        margin-right: 41.66667%
    }

    .next-col-xl-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.83333%
    }

    .next-col-xl-offset-12[dir=rtl] {
        margin-left: auto;
        margin-right: 50%
    }

    .next-col-xl-offset-13[dir=rtl] {
        margin-left: auto;
        margin-right: 54.16667%
    }

    .next-col-xl-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.33333%
    }

    .next-col-xl-offset-15[dir=rtl] {
        margin-left: auto;
        margin-right: 62.5%
    }

    .next-col-xl-offset-16[dir=rtl] {
        margin-left: auto;
        margin-right: 66.66667%
    }

    .next-col-xl-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.83333%
    }

    .next-col-xl-offset-18[dir=rtl] {
        margin-left: auto;
        margin-right: 75%
    }

    .next-col-xl-offset-19[dir=rtl] {
        margin-left: auto;
        margin-right: 79.16667%
    }

    .next-col-xl-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.33333%
    }

    .next-col-xl-offset-21[dir=rtl] {
        margin-left: auto;
        margin-right: 87.5%
    }

    .next-col-xl-offset-22[dir=rtl] {
        margin-left: auto;
        margin-right: 91.66667%
    }

    .next-col-xl-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.83333%
    }

    .next-col-xl-offset-24[dir=rtl] {
        margin-left: auto;
        margin-right: 100%
    }
}

.next-col-offset-fixed-1[dir=rtl] {
    margin-left: auto;
    margin-right: 20px
}

.next-col-offset-fixed-2[dir=rtl] {
    margin-left: auto;
    margin-right: 40px
}

.next-col-offset-fixed-3[dir=rtl] {
    margin-left: auto;
    margin-right: 60px
}

.next-col-offset-fixed-4[dir=rtl] {
    margin-left: auto;
    margin-right: 80px
}

.next-col-offset-fixed-5[dir=rtl] {
    margin-left: auto;
    margin-right: 100px
}

.next-col-offset-fixed-6[dir=rtl] {
    margin-left: auto;
    margin-right: 120px
}

.next-col-offset-fixed-7[dir=rtl] {
    margin-left: auto;
    margin-right: 140px
}

.next-col-offset-fixed-8[dir=rtl] {
    margin-left: auto;
    margin-right: 160px
}

.next-col-offset-fixed-9[dir=rtl] {
    margin-left: auto;
    margin-right: 180px
}

.next-col-offset-fixed-10[dir=rtl] {
    margin-left: auto;
    margin-right: 200px
}

.next-col-offset-fixed-11[dir=rtl] {
    margin-left: auto;
    margin-right: 220px
}

.next-col-offset-fixed-12[dir=rtl] {
    margin-left: auto;
    margin-right: 240px
}

.next-col-offset-fixed-13[dir=rtl] {
    margin-left: auto;
    margin-right: 260px
}

.next-col-offset-fixed-14[dir=rtl] {
    margin-left: auto;
    margin-right: 280px
}

.next-col-offset-fixed-15[dir=rtl] {
    margin-left: auto;
    margin-right: 300px
}

.next-col-offset-fixed-16[dir=rtl] {
    margin-left: auto;
    margin-right: 320px
}

.next-col-offset-fixed-17[dir=rtl] {
    margin-left: auto;
    margin-right: 340px
}

.next-col-offset-fixed-18[dir=rtl] {
    margin-left: auto;
    margin-right: 360px
}

.next-col-offset-fixed-19[dir=rtl] {
    margin-left: auto;
    margin-right: 380px
}

.next-col-offset-fixed-20[dir=rtl] {
    margin-left: auto;
    margin-right: 400px
}

.next-col-offset-fixed-21[dir=rtl] {
    margin-left: auto;
    margin-right: 420px
}

.next-col-offset-fixed-22[dir=rtl] {
    margin-left: auto;
    margin-right: 440px
}

.next-col-offset-fixed-23[dir=rtl] {
    margin-left: auto;
    margin-right: 460px
}

.next-col-offset-fixed-24[dir=rtl] {
    margin-left: auto;
    margin-right: 480px
}

.next-col-offset-fixed-25[dir=rtl] {
    margin-left: auto;
    margin-right: 500px
}

.next-col-offset-fixed-26[dir=rtl] {
    margin-left: auto;
    margin-right: 520px
}

.next-col-offset-fixed-27[dir=rtl] {
    margin-left: auto;
    margin-right: 540px
}

.next-col-offset-fixed-28[dir=rtl] {
    margin-left: auto;
    margin-right: 560px
}

.next-col-offset-fixed-29[dir=rtl] {
    margin-left: auto;
    margin-right: 580px
}

.next-col-offset-fixed-30[dir=rtl] {
    margin-left: auto;
    margin-right: 600px
}

.next-col-offset-fixed-xxs-1[dir=rtl] {
    margin-left: auto;
    margin-right: 20px
}

.next-col-offset-fixed-xxs-2[dir=rtl] {
    margin-left: auto;
    margin-right: 40px
}

.next-col-offset-fixed-xxs-3[dir=rtl] {
    margin-left: auto;
    margin-right: 60px
}

.next-col-offset-fixed-xxs-4[dir=rtl] {
    margin-left: auto;
    margin-right: 80px
}

.next-col-offset-fixed-xxs-5[dir=rtl] {
    margin-left: auto;
    margin-right: 100px
}

.next-col-offset-fixed-xxs-6[dir=rtl] {
    margin-left: auto;
    margin-right: 120px
}

.next-col-offset-fixed-xxs-7[dir=rtl] {
    margin-left: auto;
    margin-right: 140px
}

.next-col-offset-fixed-xxs-8[dir=rtl] {
    margin-left: auto;
    margin-right: 160px
}

.next-col-offset-fixed-xxs-9[dir=rtl] {
    margin-left: auto;
    margin-right: 180px
}

.next-col-offset-fixed-xxs-10[dir=rtl] {
    margin-left: auto;
    margin-right: 200px
}

.next-col-offset-fixed-xxs-11[dir=rtl] {
    margin-left: auto;
    margin-right: 220px
}

.next-col-offset-fixed-xxs-12[dir=rtl] {
    margin-left: auto;
    margin-right: 240px
}

.next-col-offset-fixed-xxs-13[dir=rtl] {
    margin-left: auto;
    margin-right: 260px
}

.next-col-offset-fixed-xxs-14[dir=rtl] {
    margin-left: auto;
    margin-right: 280px
}

.next-col-offset-fixed-xxs-15[dir=rtl] {
    margin-left: auto;
    margin-right: 300px
}

.next-col-offset-fixed-xxs-16[dir=rtl] {
    margin-left: auto;
    margin-right: 320px
}

.next-col-offset-fixed-xxs-17[dir=rtl] {
    margin-left: auto;
    margin-right: 340px
}

.next-col-offset-fixed-xxs-18[dir=rtl] {
    margin-left: auto;
    margin-right: 360px
}

.next-col-offset-fixed-xxs-19[dir=rtl] {
    margin-left: auto;
    margin-right: 380px
}

.next-col-offset-fixed-xxs-20[dir=rtl] {
    margin-left: auto;
    margin-right: 400px
}

.next-col-offset-fixed-xxs-21[dir=rtl] {
    margin-left: auto;
    margin-right: 420px
}

.next-col-offset-fixed-xxs-22[dir=rtl] {
    margin-left: auto;
    margin-right: 440px
}

.next-col-offset-fixed-xxs-23[dir=rtl] {
    margin-left: auto;
    margin-right: 460px
}

.next-col-offset-fixed-xxs-24[dir=rtl] {
    margin-left: auto;
    margin-right: 480px
}

.next-col-offset-fixed-xxs-25[dir=rtl] {
    margin-left: auto;
    margin-right: 500px
}

.next-col-offset-fixed-xxs-26[dir=rtl] {
    margin-left: auto;
    margin-right: 520px
}

.next-col-offset-fixed-xxs-27[dir=rtl] {
    margin-left: auto;
    margin-right: 540px
}

.next-col-offset-fixed-xxs-28[dir=rtl] {
    margin-left: auto;
    margin-right: 560px
}

.next-col-offset-fixed-xxs-29[dir=rtl] {
    margin-left: auto;
    margin-right: 580px
}

.next-col-offset-fixed-xxs-30[dir=rtl] {
    margin-left: auto;
    margin-right: 600px
}

.next-col-offset-fixed-xs-1[dir=rtl] {
    margin-left: auto;
    margin-right: 20px
}

.next-col-offset-fixed-xs-2[dir=rtl] {
    margin-left: auto;
    margin-right: 40px
}

.next-col-offset-fixed-xs-3[dir=rtl] {
    margin-left: auto;
    margin-right: 60px
}

.next-col-offset-fixed-xs-4[dir=rtl] {
    margin-left: auto;
    margin-right: 80px
}

.next-col-offset-fixed-xs-5[dir=rtl] {
    margin-left: auto;
    margin-right: 100px
}

.next-col-offset-fixed-xs-6[dir=rtl] {
    margin-left: auto;
    margin-right: 120px
}

.next-col-offset-fixed-xs-7[dir=rtl] {
    margin-left: auto;
    margin-right: 140px
}

.next-col-offset-fixed-xs-8[dir=rtl] {
    margin-left: auto;
    margin-right: 160px
}

.next-col-offset-fixed-xs-9[dir=rtl] {
    margin-left: auto;
    margin-right: 180px
}

.next-col-offset-fixed-xs-10[dir=rtl] {
    margin-left: auto;
    margin-right: 200px
}

.next-col-offset-fixed-xs-11[dir=rtl] {
    margin-left: auto;
    margin-right: 220px
}

.next-col-offset-fixed-xs-12[dir=rtl] {
    margin-left: auto;
    margin-right: 240px
}

.next-col-offset-fixed-xs-13[dir=rtl] {
    margin-left: auto;
    margin-right: 260px
}

.next-col-offset-fixed-xs-14[dir=rtl] {
    margin-left: auto;
    margin-right: 280px
}

.next-col-offset-fixed-xs-15[dir=rtl] {
    margin-left: auto;
    margin-right: 300px
}

.next-col-offset-fixed-xs-16[dir=rtl] {
    margin-left: auto;
    margin-right: 320px
}

.next-col-offset-fixed-xs-17[dir=rtl] {
    margin-left: auto;
    margin-right: 340px
}

.next-col-offset-fixed-xs-18[dir=rtl] {
    margin-left: auto;
    margin-right: 360px
}

.next-col-offset-fixed-xs-19[dir=rtl] {
    margin-left: auto;
    margin-right: 380px
}

.next-col-offset-fixed-xs-20[dir=rtl] {
    margin-left: auto;
    margin-right: 400px
}

.next-col-offset-fixed-xs-21[dir=rtl] {
    margin-left: auto;
    margin-right: 420px
}

.next-col-offset-fixed-xs-22[dir=rtl] {
    margin-left: auto;
    margin-right: 440px
}

.next-col-offset-fixed-xs-23[dir=rtl] {
    margin-left: auto;
    margin-right: 460px
}

.next-col-offset-fixed-xs-24[dir=rtl] {
    margin-left: auto;
    margin-right: 480px
}

.next-col-offset-fixed-xs-25[dir=rtl] {
    margin-left: auto;
    margin-right: 500px
}

.next-col-offset-fixed-xs-26[dir=rtl] {
    margin-left: auto;
    margin-right: 520px
}

.next-col-offset-fixed-xs-27[dir=rtl] {
    margin-left: auto;
    margin-right: 540px
}

.next-col-offset-fixed-xs-28[dir=rtl] {
    margin-left: auto;
    margin-right: 560px
}

.next-col-offset-fixed-xs-29[dir=rtl] {
    margin-left: auto;
    margin-right: 580px
}

.next-col-offset-fixed-xs-30[dir=rtl] {
    margin-left: auto;
    margin-right: 600px
}

.next-col-offset-fixed-s-1[dir=rtl] {
    margin-left: auto;
    margin-right: 20px
}

.next-col-offset-fixed-s-2[dir=rtl] {
    margin-left: auto;
    margin-right: 40px
}

.next-col-offset-fixed-s-3[dir=rtl] {
    margin-left: auto;
    margin-right: 60px
}

.next-col-offset-fixed-s-4[dir=rtl] {
    margin-left: auto;
    margin-right: 80px
}

.next-col-offset-fixed-s-5[dir=rtl] {
    margin-left: auto;
    margin-right: 100px
}

.next-col-offset-fixed-s-6[dir=rtl] {
    margin-left: auto;
    margin-right: 120px
}

.next-col-offset-fixed-s-7[dir=rtl] {
    margin-left: auto;
    margin-right: 140px
}

.next-col-offset-fixed-s-8[dir=rtl] {
    margin-left: auto;
    margin-right: 160px
}

.next-col-offset-fixed-s-9[dir=rtl] {
    margin-left: auto;
    margin-right: 180px
}

.next-col-offset-fixed-s-10[dir=rtl] {
    margin-left: auto;
    margin-right: 200px
}

.next-col-offset-fixed-s-11[dir=rtl] {
    margin-left: auto;
    margin-right: 220px
}

.next-col-offset-fixed-s-12[dir=rtl] {
    margin-left: auto;
    margin-right: 240px
}

.next-col-offset-fixed-s-13[dir=rtl] {
    margin-left: auto;
    margin-right: 260px
}

.next-col-offset-fixed-s-14[dir=rtl] {
    margin-left: auto;
    margin-right: 280px
}

.next-col-offset-fixed-s-15[dir=rtl] {
    margin-left: auto;
    margin-right: 300px
}

.next-col-offset-fixed-s-16[dir=rtl] {
    margin-left: auto;
    margin-right: 320px
}

.next-col-offset-fixed-s-17[dir=rtl] {
    margin-left: auto;
    margin-right: 340px
}

.next-col-offset-fixed-s-18[dir=rtl] {
    margin-left: auto;
    margin-right: 360px
}

.next-col-offset-fixed-s-19[dir=rtl] {
    margin-left: auto;
    margin-right: 380px
}

.next-col-offset-fixed-s-20[dir=rtl] {
    margin-left: auto;
    margin-right: 400px
}

.next-col-offset-fixed-s-21[dir=rtl] {
    margin-left: auto;
    margin-right: 420px
}

.next-col-offset-fixed-s-22[dir=rtl] {
    margin-left: auto;
    margin-right: 440px
}

.next-col-offset-fixed-s-23[dir=rtl] {
    margin-left: auto;
    margin-right: 460px
}

.next-col-offset-fixed-s-24[dir=rtl] {
    margin-left: auto;
    margin-right: 480px
}

.next-col-offset-fixed-s-25[dir=rtl] {
    margin-left: auto;
    margin-right: 500px
}

.next-col-offset-fixed-s-26[dir=rtl] {
    margin-left: auto;
    margin-right: 520px
}

.next-col-offset-fixed-s-27[dir=rtl] {
    margin-left: auto;
    margin-right: 540px
}

.next-col-offset-fixed-s-28[dir=rtl] {
    margin-left: auto;
    margin-right: 560px
}

.next-col-offset-fixed-s-29[dir=rtl] {
    margin-left: auto;
    margin-right: 580px
}

.next-col-offset-fixed-s-30[dir=rtl] {
    margin-left: auto;
    margin-right: 600px
}

.next-col-offset-fixed-m-1[dir=rtl] {
    margin-left: auto;
    margin-right: 20px
}

.next-col-offset-fixed-m-2[dir=rtl] {
    margin-left: auto;
    margin-right: 40px
}

.next-col-offset-fixed-m-3[dir=rtl] {
    margin-left: auto;
    margin-right: 60px
}

.next-col-offset-fixed-m-4[dir=rtl] {
    margin-left: auto;
    margin-right: 80px
}

.next-col-offset-fixed-m-5[dir=rtl] {
    margin-left: auto;
    margin-right: 100px
}

.next-col-offset-fixed-m-6[dir=rtl] {
    margin-left: auto;
    margin-right: 120px
}

.next-col-offset-fixed-m-7[dir=rtl] {
    margin-left: auto;
    margin-right: 140px
}

.next-col-offset-fixed-m-8[dir=rtl] {
    margin-left: auto;
    margin-right: 160px
}

.next-col-offset-fixed-m-9[dir=rtl] {
    margin-left: auto;
    margin-right: 180px
}

.next-col-offset-fixed-m-10[dir=rtl] {
    margin-left: auto;
    margin-right: 200px
}

.next-col-offset-fixed-m-11[dir=rtl] {
    margin-left: auto;
    margin-right: 220px
}

.next-col-offset-fixed-m-12[dir=rtl] {
    margin-left: auto;
    margin-right: 240px
}

.next-col-offset-fixed-m-13[dir=rtl] {
    margin-left: auto;
    margin-right: 260px
}

.next-col-offset-fixed-m-14[dir=rtl] {
    margin-left: auto;
    margin-right: 280px
}

.next-col-offset-fixed-m-15[dir=rtl] {
    margin-left: auto;
    margin-right: 300px
}

.next-col-offset-fixed-m-16[dir=rtl] {
    margin-left: auto;
    margin-right: 320px
}

.next-col-offset-fixed-m-17[dir=rtl] {
    margin-left: auto;
    margin-right: 340px
}

.next-col-offset-fixed-m-18[dir=rtl] {
    margin-left: auto;
    margin-right: 360px
}

.next-col-offset-fixed-m-19[dir=rtl] {
    margin-left: auto;
    margin-right: 380px
}

.next-col-offset-fixed-m-20[dir=rtl] {
    margin-left: auto;
    margin-right: 400px
}

.next-col-offset-fixed-m-21[dir=rtl] {
    margin-left: auto;
    margin-right: 420px
}

.next-col-offset-fixed-m-22[dir=rtl] {
    margin-left: auto;
    margin-right: 440px
}

.next-col-offset-fixed-m-23[dir=rtl] {
    margin-left: auto;
    margin-right: 460px
}

.next-col-offset-fixed-m-24[dir=rtl] {
    margin-left: auto;
    margin-right: 480px
}

.next-col-offset-fixed-m-25[dir=rtl] {
    margin-left: auto;
    margin-right: 500px
}

.next-col-offset-fixed-m-26[dir=rtl] {
    margin-left: auto;
    margin-right: 520px
}

.next-col-offset-fixed-m-27[dir=rtl] {
    margin-left: auto;
    margin-right: 540px
}

.next-col-offset-fixed-m-28[dir=rtl] {
    margin-left: auto;
    margin-right: 560px
}

.next-col-offset-fixed-m-29[dir=rtl] {
    margin-left: auto;
    margin-right: 580px
}

.next-col-offset-fixed-m-30[dir=rtl] {
    margin-left: auto;
    margin-right: 600px
}

.next-col-offset-fixed-l-1[dir=rtl] {
    margin-left: auto;
    margin-right: 20px
}

.next-col-offset-fixed-l-2[dir=rtl] {
    margin-left: auto;
    margin-right: 40px
}

.next-col-offset-fixed-l-3[dir=rtl] {
    margin-left: auto;
    margin-right: 60px
}

.next-col-offset-fixed-l-4[dir=rtl] {
    margin-left: auto;
    margin-right: 80px
}

.next-col-offset-fixed-l-5[dir=rtl] {
    margin-left: auto;
    margin-right: 100px
}

.next-col-offset-fixed-l-6[dir=rtl] {
    margin-left: auto;
    margin-right: 120px
}

.next-col-offset-fixed-l-7[dir=rtl] {
    margin-left: auto;
    margin-right: 140px
}

.next-col-offset-fixed-l-8[dir=rtl] {
    margin-left: auto;
    margin-right: 160px
}

.next-col-offset-fixed-l-9[dir=rtl] {
    margin-left: auto;
    margin-right: 180px
}

.next-col-offset-fixed-l-10[dir=rtl] {
    margin-left: auto;
    margin-right: 200px
}

.next-col-offset-fixed-l-11[dir=rtl] {
    margin-left: auto;
    margin-right: 220px
}

.next-col-offset-fixed-l-12[dir=rtl] {
    margin-left: auto;
    margin-right: 240px
}

.next-col-offset-fixed-l-13[dir=rtl] {
    margin-left: auto;
    margin-right: 260px
}

.next-col-offset-fixed-l-14[dir=rtl] {
    margin-left: auto;
    margin-right: 280px
}

.next-col-offset-fixed-l-15[dir=rtl] {
    margin-left: auto;
    margin-right: 300px
}

.next-col-offset-fixed-l-16[dir=rtl] {
    margin-left: auto;
    margin-right: 320px
}

.next-col-offset-fixed-l-17[dir=rtl] {
    margin-left: auto;
    margin-right: 340px
}

.next-col-offset-fixed-l-18[dir=rtl] {
    margin-left: auto;
    margin-right: 360px
}

.next-col-offset-fixed-l-19[dir=rtl] {
    margin-left: auto;
    margin-right: 380px
}

.next-col-offset-fixed-l-20[dir=rtl] {
    margin-left: auto;
    margin-right: 400px
}

.next-col-offset-fixed-l-21[dir=rtl] {
    margin-left: auto;
    margin-right: 420px
}

.next-col-offset-fixed-l-22[dir=rtl] {
    margin-left: auto;
    margin-right: 440px
}

.next-col-offset-fixed-l-23[dir=rtl] {
    margin-left: auto;
    margin-right: 460px
}

.next-col-offset-fixed-l-24[dir=rtl] {
    margin-left: auto;
    margin-right: 480px
}

.next-col-offset-fixed-l-25[dir=rtl] {
    margin-left: auto;
    margin-right: 500px
}

.next-col-offset-fixed-l-26[dir=rtl] {
    margin-left: auto;
    margin-right: 520px
}

.next-col-offset-fixed-l-27[dir=rtl] {
    margin-left: auto;
    margin-right: 540px
}

.next-col-offset-fixed-l-28[dir=rtl] {
    margin-left: auto;
    margin-right: 560px
}

.next-col-offset-fixed-l-29[dir=rtl] {
    margin-left: auto;
    margin-right: 580px
}

.next-col-offset-fixed-l-30[dir=rtl] {
    margin-left: auto;
    margin-right: 600px
}

.next-col-offset-fixed-xl-1[dir=rtl] {
    margin-left: auto;
    margin-right: 20px
}

.next-col-offset-fixed-xl-2[dir=rtl] {
    margin-left: auto;
    margin-right: 40px
}

.next-col-offset-fixed-xl-3[dir=rtl] {
    margin-left: auto;
    margin-right: 60px
}

.next-col-offset-fixed-xl-4[dir=rtl] {
    margin-left: auto;
    margin-right: 80px
}

.next-col-offset-fixed-xl-5[dir=rtl] {
    margin-left: auto;
    margin-right: 100px
}

.next-col-offset-fixed-xl-6[dir=rtl] {
    margin-left: auto;
    margin-right: 120px
}

.next-col-offset-fixed-xl-7[dir=rtl] {
    margin-left: auto;
    margin-right: 140px
}

.next-col-offset-fixed-xl-8[dir=rtl] {
    margin-left: auto;
    margin-right: 160px
}

.next-col-offset-fixed-xl-9[dir=rtl] {
    margin-left: auto;
    margin-right: 180px
}

.next-col-offset-fixed-xl-10[dir=rtl] {
    margin-left: auto;
    margin-right: 200px
}

.next-col-offset-fixed-xl-11[dir=rtl] {
    margin-left: auto;
    margin-right: 220px
}

.next-col-offset-fixed-xl-12[dir=rtl] {
    margin-left: auto;
    margin-right: 240px
}

.next-col-offset-fixed-xl-13[dir=rtl] {
    margin-left: auto;
    margin-right: 260px
}

.next-col-offset-fixed-xl-14[dir=rtl] {
    margin-left: auto;
    margin-right: 280px
}

.next-col-offset-fixed-xl-15[dir=rtl] {
    margin-left: auto;
    margin-right: 300px
}

.next-col-offset-fixed-xl-16[dir=rtl] {
    margin-left: auto;
    margin-right: 320px
}

.next-col-offset-fixed-xl-17[dir=rtl] {
    margin-left: auto;
    margin-right: 340px
}

.next-col-offset-fixed-xl-18[dir=rtl] {
    margin-left: auto;
    margin-right: 360px
}

.next-col-offset-fixed-xl-19[dir=rtl] {
    margin-left: auto;
    margin-right: 380px
}

.next-col-offset-fixed-xl-20[dir=rtl] {
    margin-left: auto;
    margin-right: 400px
}

.next-col-offset-fixed-xl-21[dir=rtl] {
    margin-left: auto;
    margin-right: 420px
}

.next-col-offset-fixed-xl-22[dir=rtl] {
    margin-left: auto;
    margin-right: 440px
}

.next-col-offset-fixed-xl-23[dir=rtl] {
    margin-left: auto;
    margin-right: 460px
}

.next-col-offset-fixed-xl-24[dir=rtl] {
    margin-left: auto;
    margin-right: 480px
}

.next-col-offset-fixed-xl-25[dir=rtl] {
    margin-left: auto;
    margin-right: 500px
}

.next-col-offset-fixed-xl-26[dir=rtl] {
    margin-left: auto;
    margin-right: 520px
}

.next-col-offset-fixed-xl-27[dir=rtl] {
    margin-left: auto;
    margin-right: 540px
}

.next-col-offset-fixed-xl-28[dir=rtl] {
    margin-left: auto;
    margin-right: 560px
}

.next-col-offset-fixed-xl-29[dir=rtl] {
    margin-left: auto;
    margin-right: 580px
}

.next-col-offset-fixed-xl-30[dir=rtl] {
    margin-left: auto;
    margin-right: 600px
}

.next-responsive-grid {
    box-sizing: border-box;
    display: grid
}

.next-responsive-grid *,.next-responsive-grid :after,.next-responsive-grid :before {
    box-sizing: border-box
}

.next-responsive-grid-ie {
    display: block
}

.next-form {
    box-sizing: border-box
}

.next-form *,.next-form :after,.next-form :before {
    box-sizing: border-box
}

.next-form-preview.next-form-item .next-form-item-label {
    color: #333;
    color: var(--form-element-preview-label-color,#333)
}

.next-form-preview.next-form-item .next-form-preview {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-form-preview.next-form-item.next-medium .next-form-item-label {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 28px;
    line-height: var(--s-7,28px)
}

.next-form-preview.next-form-item.next-small .next-form-item-label {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 20px;
    line-height: var(--s-5,20px)
}

.next-form-preview.next-form-item.next-large .next-form-item-label {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px);
    line-height: 40px;
    line-height: var(--s-10,40px)
}

.next-form-responsive-grid .next-form-item-control {
    flex: 1 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(--s-4,16px)
}

.next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-bottom: 6px;
    margin-bottom: calc(var(--s-6,24px)/2 - var(--font-size-caption,12px)/2);
    margin-top: 6px;
    margin-top: calc(var(--s-6,24px)/2 - var(--font-size-caption,12px)/2)
}

.next-form-responsive-grid.next-medium .next-responsive-grid {
    gap: 20px;
    gap: var(--s-5,20px)
}

.next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-bottom: 10px;
    margin-bottom: calc(var(--s-8,32px)/2 - var(--font-size-body-1,12px)/2);
    margin-top: 10px;
    margin-top: calc(var(--s-8,32px)/2 - var(--font-size-body-1,12px)/2)
}

.next-form-responsive-grid.next-large .next-responsive-grid {
    gap: 12px;
    gap: var(--s-3,12px)
}

.next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-bottom: 11px;
    margin-bottom: calc(var(--s-9,36px)/2 - var(--font-size-body-2,14px)/2);
    margin-top: 11px;
    margin-top: calc(var(--s-9,36px)/2 - var(--font-size-body-2,14px)/2)
}

.next-form-item {
    margin-bottom: 16px;
    margin-bottom: var(--s-4,16px)
}

.next-form-item.has-error>.next-form-item-control>.next-form-item-help {
    color: #f2887e;
    color: var(--color-error-4,#f2887e)
}

.next-form-item.has-warning>.next-form-item-control>.next-form-item-help {
    color: #ffcd96;
    color: var(--color-warning-3,#ffcd96)
}

.next-form-item .next-form-item-label,.next-form-item .next-form-text-align,.next-form-item p {
    line-height: 32px;
    line-height: var(--s-8,32px)
}

.next-form-item .next-form-text-align,.next-form-item p {
    margin: 0
}

.next-form-item .next-checkbox-group,.next-form-item .next-checkbox-wrapper,.next-form-item .next-radio-group,.next-form-item .next-radio-wrapper,.next-form-item .next-rating {
    line-height: 28px;
    line-height: calc(var(--s-8,32px) - 4px)
}

.next-form-item .next-form-preview {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 28px;
    line-height: var(--s-7,28px)
}

.next-form-item .next-form-preview.next-input-textarea>p {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.4;
    margin-top: 5.6px;
    margin-top: calc(var(--s-7,28px)/2 - var(--font-size-body-1,12px)*1.4/2);
    min-height: 16.8px;
    min-height: calc(var(--font-size-body-1,12px)*1.4);
    text-align: justify
}

.next-form-item .next-form-item-label {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-form-item.next-large {
    margin-bottom: 12px;
    margin-bottom: var(--s-3,12px)
}

.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: 36px;
    line-height: var(--s-9,36px)
}

.next-form-item.next-large .next-checkbox-group,.next-form-item.next-large .next-checkbox-wrapper,.next-form-item.next-large .next-radio-group,.next-form-item.next-large .next-radio-wrapper,.next-form-item.next-large .next-rating {
    line-height: 35px;
    line-height: calc(var(--s-9,36px) - 1px)
}

.next-form-item.next-large .next-form-preview {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px);
    line-height: 40px;
    line-height: var(--s-10,40px)
}

.next-form-item.next-large .next-form-preview.next-input-textarea>p {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px);
    line-height: 1.4;
    margin-top: 8.8px;
    margin-top: calc(var(--s-10,40px)/2 - var(--font-size-subhead,16px)*1.4/2);
    min-height: 22.4px;
    min-height: calc(var(--font-size-subhead,16px)*1.4);
    text-align: justify
}

.next-form-item.next-large .next-switch {
    margin-top: 5px;
    margin-top: calc(var(--s-9,36px)/2 - 13px)
}

.next-form-item.next-large .next-form-item-label {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-form-item.next-small {
    margin-bottom: 12px;
    margin-bottom: var(--s-3,12px)
}

.next-form-item.next-small .next-checkbox-group,.next-form-item.next-small .next-checkbox-wrapper,.next-form-item.next-small .next-form-item-label,.next-form-item.next-small .next-form-text-align,.next-form-item.next-small .next-radio-group,.next-form-item.next-small .next-radio-wrapper,.next-form-item.next-small .next-rating,.next-form-item.next-small p {
    line-height: 24px;
    line-height: var(--s-6,24px)
}

.next-form-item.next-small .next-form-preview {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 20px;
    line-height: var(--s-5,20px)
}

.next-form-item.next-small .next-form-preview.next-input-textarea>p {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.4;
    margin-top: 1.6px;
    margin-top: calc(var(--s-5,20px)/2 - var(--font-size-caption,12px)*1.4/2);
    min-height: 16.8px;
    min-height: calc(var(--font-size-caption,12px)*1.4);
    text-align: justify
}

.next-form-item.next-small .next-form-item-label {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-form-item.next-top>.next-form-item-label {
    margin-bottom: 2px
}

.next-form-item.next-inset .next-form-item-label {
    line-height: inherit;
    padding-left: 0;
    padding-right: 0
}

.next-form-item-control .next-form-text-align {
    margin: 0
}

.next-form-item-control>.next-input,.next-form-item-control>.next-input-group {
    width: 100%
}

.next-form-item-fullwidth .next-form-item-control>.next-date-picker,.next-form-item-fullwidth .next-form-item-control>.next-input,.next-form-item-fullwidth .next-form-item-control>.next-input-group,.next-form-item-fullwidth .next-form-item-control>.next-month-picker,.next-form-item-fullwidth .next-form-item-control>.next-range-picker,.next-form-item-fullwidth .next-form-item-control>.next-select,.next-form-item-fullwidth .next-form-item-control>.next-time-picker,.next-form-item-fullwidth .next-form-item-control>.next-year-picker {
    width: 100%
}

.next-form-item-fullwidth .next-form-item-control>.next-date-picker2 .next-date-picker2-input input {
    width: inherit
}

.next-form-item-label {
    color: #333;
    color: var(--form-label-color,#333);
    display: inline-block;
    padding-right: 12px;
    padding-right: var(--s-3,12px);
    text-align: right;
    vertical-align: top
}

.next-form-item-label label[required]:before {
    color: #f2887e;
    color: var(--color-error-4,#f2887e);
    content: "*";
    margin-right: 4px
}

.next-form-item-label.has-colon label:after {
    content: ":";
    margin: 0 0 0 2px;
    position: relative;
    top: -.5px
}

.next-form-item-label.next-left {
    text-align: left
}

.next-form-item-label.next-left>label[required]:before {
    display: none
}

.next-form-item-label.next-left>label[required]:after {
    color: #f2887e;
    color: var(--color-error-4,#f2887e);
    content: "*";
    margin-left: 4px
}

.next-form-item-help {
    color: gray;
    color: grey;
    color: var(--form-help-color,gray);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 4px;
    margin-top: var(--s-1,4px)
}

.next-form.next-inline .next-form-item {
    display: inline-block;
    vertical-align: top
}

.next-form.next-inline .next-form-item.next-left .next-form-item-control {
    display: inline-block;
    line-height: 0;
    vertical-align: top
}

.next-form.next-inline .next-form-item:not(:last-child) {
    margin-right: 20px;
    margin-right: var(--s-5,20px)
}

.next-form.next-inline .next-form-item.next-large:not(:last-child) {
    margin-right: 12px;
    margin-right: var(--s-3,12px)
}

.next-form.next-inline .next-form-item.next-small:not(:last-child) {
    margin-right: 16px;
    margin-right: var(--s-4,16px)
}

@media screen and (min-width: 0\0) and (min-resolution:0.001dpcm) {
    .next-form-item.next-left>.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 {
    padding-left: 12px;
    padding-left: var(--s-3,12px);
    padding-right: 0;
    text-align: left
}

.next-form[dir=rtl].next-inline .next-form-item:not(:last-child) {
    margin-left: 20px;
    margin-left: var(--s-5,20px);
    margin-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item.next-large:not(:last-child) {
    margin-left: 12px;
    margin-left: var(--s-3,12px);
    margin-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item.next-small:not(:last-child) {
    margin-left: 16px;
    margin-left: var(--s-4,16px);
    margin-right: 0
}

.next-avatar {
    background: #d9d9d9;
    background: var(--color-fill1-4,#d9d9d9);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    height: var(--s-10,40px);
    line-height: 40px;
    line-height: var(--s-10,40px);
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 40px;
    width: var(--s-10,40px)
}

.next-avatar-image {
    background: transparent
}

.next-avatar-string {
    left: 50%;
    position: absolute;
    transform-origin: 0 center
}

.next-avatar-large {
    border-radius: 50%;
    height: 52px;
    height: var(--s-13,52px);
    line-height: 52px;
    line-height: var(--s-13,52px);
    width: 52px;
    width: var(--s-13,52px)
}

.next-avatar-large-string {
    left: 50%;
    position: absolute;
    transform-origin: 0 center
}

.next-avatar-small {
    border-radius: 50%;
    height: 28px;
    height: var(--s-7,28px);
    line-height: 28px;
    line-height: var(--s-7,28px);
    width: 28px;
    width: var(--s-7,28px)
}

.next-avatar-small-string {
    left: 50%;
    position: absolute;
    transform-origin: 0 center
}

.next-avatar-square {
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

.next-avatar>img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.next-select {
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle
}

.next-select *,.next-select :after,.next-select :before {
    box-sizing: border-box
}

.next-select-trigger {
    min-width: 100px;
    outline: 0;
    transition: all .1s linear
}

.next-select-trigger .next-input-label {
    flex: 0 0 auto;
    width: auto
}

.next-select-trigger .next-select-values {
    display: block;
    flex: 1 1;
    overflow: hidden;
    width: 100%
}

.next-select-trigger .next-select-values>em {
    font-style: inherit
}

.next-select-trigger .next-select-values input {
    padding-left: 0;
    padding-right: 0
}

.next-select-trigger .next-input-control {
    flex: 0 0 auto;
    width: auto
}

.next-select-trigger .next-input-control>* {
    display: inline-block;
    width: auto
}

.next-select-trigger .next-input-control>.next-select-arrow {
    padding-right: 0
}

.next-select-trigger .next-input.next-disabled em {
    color: #aaa;
    color: var(--color-text-5,#aaa)
}

.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 {
    align-items: center;
    color: #333;
    color: var(--select-color,#333);
    display: inline-flex;
    min-width: 100px;
    outline: 0;
    width: 100%
}

.next-select .next-select-inner .next-tag {
    line-height: 1;
    margin-bottom: 3px;
    margin-right: 4px;
    padding-left: 0;
    padding-right: 0
}

.next-select .next-select-inner .next-input-inner {
    width: auto
}

.next-select-trigger-search {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 100%
}

.next-select-trigger-search>input,.next-select-trigger-search>span {
    display: block;
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    overflow: hidden;
    white-space: nowrap
}

.next-select-trigger-search input {
    background-color: transparent;
    border: 0;
    cursor: inherit;
    height: 100%!important;
    left: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.next-select-trigger-search>span {
    max-width: 100%;
    position: relative;
    visibility: hidden;
    white-space: pre;
    z-index: -1
}

.next-select-single.next-no-search {
    cursor: pointer
}

.next-select-single.next-has-search.next-active .next-select-values>em {
    display: none
}

.next-select-single.next-inactive .next-select-values>em+.next-select-trigger-search,.next-select-single.next-no-search .next-select-values>em+.next-select-trigger-search {
    filter: alpha(opacity=0);
    opacity: 0;
    width: 1px
}

.next-select-single .next-select-values {
    align-items: center;
    display: inline-flex
}

.next-select-single .next-select-values>em {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    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 {
    background: linear-gradient(90deg,transparent,#fff 10px);
    background: linear-gradient(90deg,transparent,var(--input-bg-color,#fff) 10px);
    color: #333;
    color: var(--color-text-2,#333);
    padding: 0 4px 0 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.next-select-multiple .next-disabled .next-select-tag-compact {
    background: linear-gradient(90deg,transparent,#f7f7f7 10px);
    background: linear-gradient(90deg,transparent,var(--color-fill-2,#f7f7f7) 10px)
}

.next-select-multiple .next-select-values,.next-select-tag .next-select-values {
    height: auto!important;
    margin-bottom: -3px
}

.next-select-multiple .next-select-trigger-search,.next-select-tag .next-select-trigger-search {
    margin-bottom: 3px
}

.next-select-multiple .next-tag+.next-select-trigger-search,.next-select-tag .next-tag+.next-select-trigger-search {
    min-width: 1px;
    width: auto
}

.next-select-multiple .next-input,.next-select-tag .next-input {
    align-items: start;
    height: auto
}

.next-select-multiple.next-small .next-select-values,.next-select-tag.next-small .next-select-values {
    line-height: 14px;
    line-height: var(--select-s-lineheight,14px);
    min-height: 22px;
    min-height: calc(var(--s-6,24px) - 2px);
    padding-bottom: 4px;
    padding-bottom: calc(var(--s-6,24px)/2 - var(--select-s-lineheight, 14px)/2 - 1px);
    padding-top: 4px;
    padding-top: calc(var(--s-6,24px)/2 - 8px)
}

.next-select-multiple.next-small .next-select-values-compact,.next-select-tag.next-small .next-select-values-compact {
    height: 24px!important;
    height: var(--s-6,24px)!important
}

.next-select-multiple.next-small .next-tag,.next-select-tag.next-small .next-tag {
    border: 0;
    height: 14px;
    height: var(--select-s-lineheight,14px);
    padding-bottom: 0;
    padding-bottom: calc(var(--select-s-lineheight, 14px)/2 - 7px);
    padding-top: 0;
    padding-top: calc(var(--select-s-lineheight, 14px)/2 - 7px)
}

.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 + 14px)
}

.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-control,.next-select-multiple.next-small .next-input-inner,.next-select-multiple.next-small .next-input-label,.next-select-multiple.next-small .next-select-tag-compact,.next-select-tag.next-small .next-input-control,.next-select-tag.next-small .next-input-inner,.next-select-tag.next-small .next-input-label,.next-select-tag.next-small .next-select-tag-compact {
    line-height: 22px;
    line-height: calc(var(--s-6,24px) - 2px)
}

.next-select-multiple.next-medium .next-select-values,.next-select-tag.next-medium .next-select-values {
    line-height: 20px;
    line-height: var(--s-5,20px);
    min-height: 30px;
    min-height: calc(var(--s-8,32px) - 2px);
    padding-bottom: 5px;
    padding-bottom: calc(var(--s-8,32px)/2 - var(--s-5,20px)/2 - 1px);
    padding-top: 5px;
    padding-top: calc(var(--s-8,32px)/2 - var(--s-5,20px)/2 - 1px)
}

.next-select-multiple.next-medium .next-select-values-compact,.next-select-tag.next-medium .next-select-values-compact {
    height: 32px!important;
    height: var(--s-8,32px)!important
}

.next-select-multiple.next-medium .next-tag,.next-select-tag.next-medium .next-tag {
    height: 20px;
    height: var(--s-5,20px);
    padding-bottom: 1px;
    padding-bottom: calc(var(--s-5,20px)/2 - 9px);
    padding-top: 1px;
    padding-top: calc(var(--s-5,20px)/2 - 9px)
}

.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(--s-5,20px) - var(--s-5,20px)/2*2 + 18px)
}

.next-select-multiple.next-medium .next-input-control,.next-select-multiple.next-medium .next-input-inner,.next-select-multiple.next-medium .next-input-label,.next-select-multiple.next-medium .next-select-tag-compact,.next-select-tag.next-medium .next-input-control,.next-select-tag.next-medium .next-input-inner,.next-select-tag.next-medium .next-input-label,.next-select-tag.next-medium .next-select-tag-compact {
    line-height: 30px;
    line-height: calc(var(--s-8,32px) - 2px)
}

.next-select-multiple.next-large .next-select-values,.next-select-tag.next-large .next-select-values {
    line-height: 24px;
    line-height: var(--s-6,24px);
    min-height: 34px;
    min-height: calc(var(--s-9,36px) - 2px);
    padding-bottom: 5px;
    padding-bottom: calc(var(--s-9,36px)/2 - var(--s-6,24px)/2 - 1px);
    padding-top: 5px;
    padding-top: calc(var(--s-9,36px)/2 - var(--s-6,24px)/2 - 1px)
}

.next-select-multiple.next-large .next-select-values-compact,.next-select-tag.next-large .next-select-values-compact {
    height: 36px!important;
    height: var(--s-9,36px)!important
}

.next-select-multiple.next-large .next-tag,.next-select-tag.next-large .next-tag {
    height: 24px;
    height: var(--s-6,24px);
    padding-bottom: 3px;
    padding-bottom: calc(var(--s-6,24px)/2 - 9px);
    padding-top: 3px;
    padding-top: calc(var(--s-6,24px)/2 - 9px)
}

.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(--s-6,24px) - var(--s-6,24px)/2*2 + 18px)
}

.next-select-multiple.next-large .next-input-control,.next-select-multiple.next-large .next-input-inner,.next-select-multiple.next-large .next-input-label,.next-select-multiple.next-large .next-select-tag-compact,.next-select-tag.next-large .next-input-control,.next-select-tag.next-large .next-input-inner,.next-select-tag.next-large .next-input-label,.next-select-tag.next-large .next-select-tag-compact {
    line-height: 34px;
    line-height: calc(var(--s-9,36px) - 2px)
}

.next-select-auto-complete {
    width: 160px
}

.next-select-auto-complete .next-input {
    width: 100%
}

.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"
}

.next-select-arrow {
    cursor: pointer;
    text-align: center;
    transition: all .1s linear;
    width: auto!important
}

.next-select-popup-wrap {
    animation-duration: .3s;
    animation-timing-function: ease
}

.next-select-popup-wrap,.next-select-spacing-tb {
    padding: 0;
    padding: var(--s-zero,0) 0
}

.next-select-menu-wrapper {
    border: 0 solid #e5e5e5;
    border: var(--popup-local-border-width,0) var(--line-solid,solid) var(--popup-local-border-color,#e5e5e5);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    max-height: 260px;
    overflow: auto
}

.next-select-menu-wrapper .next-select-menu {
    border: none;
    max-height: none
}

.next-select-menu {
    max-height: 260px;
    overflow: auto
}

.next-select-menu .next-select-menu-empty-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    padding-left: 8px;
    padding-right: 8px
}

.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 {
    border-bottom: 1px solid #d9d9d9;
    border-bottom: 1px solid var(--color-line1-2,#d9d9d9);
    cursor: pointer;
    display: block;
    margin: 0 12px 8px;
    padding: 0 8px
}

.next-select-all:hover {
    color: #2a7dd1;
    color: var(--color-link-3,#2a7dd1)
}

.next-select-all .next-menu-icon-selected.next-icon {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    display: inline-block!important;
    top: auto
}

.next-select-highlight {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-select-in-ie.next-select-trigger .next-select-values {
    overflow: visible
}

.next-select-in-ie.next-select-trigger .next-input-control,.next-select-in-ie.next-select-trigger .next-input-label {
    width: 1px
}

.next-select-in-ie.next-select-trigger .next-input-control>* {
    display: table-cell;
    width: 1%
}

.next-select-in-ie.next-select-trigger .next-select-arrow {
    display: table-cell
}

.next-select-in-ie.next-select-trigger .next-select-clear {
    display: none
}

.next-select-in-ie.next-select-trigger.next-select-multiple .next-select-inner,.next-select-in-ie.next-select-trigger.next-select-tag .next-select-inner {
    vertical-align: top
}

.next-select-in-ie.next-select-trigger .next-select-inner,.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: 24px;
    line-height: var(--s-6,24px)
}

.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values {
    line-height: 32px;
    line-height: var(--s-8,32px)
}

.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values {
    line-height: 36px;
    line-height: var(--s-9,36px)
}

.next-select-in-ie.next-select-trigger .next-select-trigger-search>span {
    max-width: 100px
}

.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values {
    position: relative
}

.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values>em {
    display: inline-block;
    height: 100%;
    left: 4px;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 30%;
    vertical-align: middle
}

.next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values>em+.next-select-trigger-search,.next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values>em+.next-select-trigger-search {
    filter: alpha(opacity=0);
    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,hsla(0,0%,100%,0),#fff 10px);
        background: linear-gradient(90deg,hsla(0,0%,100%,0),var(--input-bg-color,#fff) 10px)
    }

    .next-select-multiple .next-disabled .next-select-tag-compact {
        background: linear-gradient(90deg,hsla(0,0%,100%,0),#f7f7f7 10px);
        background: linear-gradient(90deg,hsla(0,0%,100%,0),var(--color-fill-2,#f7f7f7) 10px)
    }
}

.next-select.next-select-multiple[dir=rtl] .next-select-compact .next-select-tag-compact {
    background: linear-gradient(270deg,hsla(0,0%,100%,0),#fff 10px);
    background: linear-gradient(270deg,hsla(0,0%,100%,0),var(--input-bg-color,#fff) 10px);
    left: 0;
    padding: 0 16px 0 4px;
    right: auto
}

.next-list-header {
    border-bottom: 1px solid #d9d9d9;
    border-bottom: var(--line-1,1px) solid var(--color-line1-2,#d9d9d9);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-list-footer {
    border-top: 1px solid #d9d9d9;
    border-top: var(--line-1,1px) solid var(--color-line1-2,#d9d9d9);
    color: dimgray;
    color: #696969;
    color: var(--list-content-color,dimgray)
}

.next-list-loading.next-loading {
    display: block
}

.next-list-empty {
    color: #fff;
    color: var(--color-line1-4,#fff);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    padding: 32px 0;
    text-align: center
}

.next-list-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.next-list-item {
    color: dimgray;
    color: #696969;
    color: var(--list-content-color,dimgray);
    display: table;
    display: flex;
    width: 100%
}

.next-list-item-extra,.next-list-item-media {
    align-items: flex-start;
    display: table-cell;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: flex-start;
    min-width: 1px;
    vertical-align: top
}

.next-list-item-extra {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-list-item-content {
    align-items: flex-start;
    display: table-cell;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    width: 100%
}

.next-list-item-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-list-medium .next-list-header {
    font-size: 18px;
    font-size: var(--font-size-title,18px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold)
}

.next-list-medium .next-list-footer,.next-list-medium .next-list-header {
    padding: 16px 0;
    padding: var(--s-4,16px) var(--s-zero,0)
}

.next-list-medium .next-list-item-media {
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-list-medium .next-list-item-extra {
    padding-left: 8px;
    padding-left: var(--s-2,8px)
}

.next-list-medium .next-list-item {
    font-size: 12px;
    font-size: var(--list-size-m-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    padding: 16px 0;
    padding: var(--s-4,16px) var(--s-zero,0)
}

.next-list-medium .next-list-item-title {
    font-size: 14px;
    font-size: var(--list-size-m-item-title-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-list-small .next-list-header {
    font-size: 14px;
    font-size: var(--list-size-s-title-font-size,14px);
    font-weight: 500;
    font-weight: var(--list-size-s-title-font-weight,500)
}

.next-list-small .next-list-footer,.next-list-small .next-list-header {
    padding: 8px 0;
    padding: var(--s-2,8px) var(--s-zero,0)
}

.next-list-small .next-list-item-media {
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-list-small .next-list-item-extra {
    padding-left: 8px;
    padding-left: var(--s-2,8px)
}

.next-list-small .next-list-item {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 1.5;
    line-height: var(--font-lineheight-1,1.5);
    padding: 8px 0;
    padding: var(--s-2,8px) var(--s-zero,0)
}

.next-list-small .next-list-item-title {
    font-size: 12px;
    font-size: var(--list-size-s-item-title-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-list-divider .next-list-item {
    border-bottom: 1px solid #d9d9d9;
    border-bottom: var(--line-1,1px) solid var(--color-line1-2,#d9d9d9)
}

.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(--s-2,8px);
    padding-right: 0
}

.next-list[dir=rtl] .next-list-item-extra {
    padding-left: 0;
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-list[dir=rtl] .next-list-small .next-list-item-media {
    padding-left: 8px;
    padding-left: var(--s-2,8px);
    padding-right: 0
}

.next-list[dir=rtl] .next-list-small .next-list-item-extra {
    padding-left: 0;
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-menu-btn {
    box-shadow: none;
    display: inline-block
}

.next-menu-btn-spacing-tb {
    padding: 0;
    padding: var(--s-zero,0) 0
}

.next-menu-btn .next-icon {
    transition: transform .1s linear
}

.next-menu-btn .next-menu-btn-arrow:before {
    content: "\e63d"
}

.next-menu-btn.next-expand .next-menu-btn-arrow:before {
    content: "\e625"
}

.next-menu-btn-symbol-unfold:before {
    content: "\e625"
}

.next-menu-btn.next-btn-normal .next-menu-btn-arrow {
    color: gray;
    color: grey;
    color: var(--menu-btn-pure-text-normal-icon-color,gray)
}

.next-menu-btn.next-btn-normal:hover .next-menu-btn-arrow {
    color: #333;
    color: var(--btn-pure-normal-color-hover,#333)
}

.next-menu-btn.next-btn-secondary .next-menu-btn-arrow {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-menu-btn.next-btn-secondary:hover .next-menu-btn-arrow {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-menu-btn.next-btn-secondary.next-btn-text:hover .next-menu-btn-arrow {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-menu-btn.next-btn-primary .next-menu-btn-arrow {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
    color: #0064c8;
    color: var(--color-link-1,#0064c8)
}

.next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
    color: #2a7dd1;
    color: var(--btn-text-primary-color-hover,#2a7dd1)
}

.next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-menu-btn.next-btn-ghost.next-btn-dark:hover .next-menu-btn-arrow {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-menu-btn.disabled .next-menu-btn-arrow,.next-menu-btn[disabled] .next-menu-btn-arrow {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow,.next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
    color: hsla(0,0%,100%,.4);
    color: var(--menu-btn-ghost-dark-disabled-icon-color,hsla(0,0%,100%,.4))
}

.next-menu-btn[disabled].next-btn-ghost.next-btn-light .next-menu-btn-arrow {
    color: rgba(0,0,0,.1);
    color: var(--menu-btn-ghost-light-disabled-icon-color,rgba(0,0,0,.1))
}

.next-nav {
    border-radius: 0;
    box-sizing: border-box;
    min-width: auto
}

.next-nav *,.next-nav :after,.next-nav :before {
    box-sizing: border-box
}

.next-nav-icon.next-icon {
    font-weight: inherit;
    margin-right: 12px
}

.next-nav-icon.next-icon .next-icon-remote,.next-nav-icon.next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-nav-group-label {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 40px;
    height: var(--s-10,40px);
    line-height: 40px;
    line-height: var(--s-10,40px)
}

.next-nav-item .next-menu-item-text>span,.next-nav-item .next-nav-group-label>span {
    opacity: 1;
    transition: opacity .1s linear
}

.next-nav-item .next-menu-item-text>a {
    color: inherit;
    text-decoration: none
}

.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-menu-hoz-icon-arrow.next-icon,.next-nav-item .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,.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:hover .next-menu-hoz-icon-arrow.next-icon,.next-nav-item:hover .next-menu-icon-arrow.next-icon {
    color: inherit;
    top: 0;
    transform-origin: center 50%
}

.next-nav.next-active .next-nav-item:before {
    content: "";
    position: absolute;
    transition: all .3s ease
}

.next-nav.next-hoz {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 44px;
    height: calc(var(--s-11,44px) + var(--s-zero,0px)*2);
    line-height: 44px;
    line-height: calc(var(--s-11,44px) - var(--popup-local-border-width, 0px)*2);
    padding: 0
}

.next-nav.next-hoz .next-menu-item.next-nav-item {
    border-radius: 0;
    border-radius: var(--corner-zero,0);
    margin-left: 0;
    margin-left: var(--s-zero,0);
    margin-right: 0;
    margin-right: var(--s-zero,0);
    padding: 0 20px;
    padding: 0 var(--s-5,20px)
}

.next-nav.next-hoz .next-menu-item,.next-nav.next-hoz .next-menu-sub-menu-wrapper>.next-menu-item {
    margin-bottom: 0;
    margin-bottom: var(--s-zero,0);
    margin-top: 0;
    margin-top: var(--s-zero,0)
}

.next-nav.next-hoz .next-menu-item-inner {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 44px;
    height: calc(var(--s-11,44px) - var(--popup-local-border-width, 0px)*2)
}

.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
    line-height: 1;
    padding: 12px 8px
}

.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
    height: auto;
    min-height: 44px;
    min-height: calc(var(--s-11,44px) - var(--popup-local-border-width, 0px)*2)
}

.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
    display: block;
    line-height: 1;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis
}

.next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 40px;
    height: var(--s-10,40px);
    line-height: 40px;
    line-height: var(--s-10,40px)
}

.next-nav.next-hoz .next-menu-header {
    float: left
}

.next-nav.next-hoz .next-menu-footer,.next-nav.next-hoz .next-menu-header {
    height: 44px;
    height: calc(var(--s-11,44px) - var(--popup-local-border-width, 0px)*2)
}

.next-nav.next-hoz .next-menu-footer {
    float: right
}

.next-nav.next-hoz .next-nav-item:before {
    height: 2px;
    height: var(--line-2,2px);
    left: 50%;
    width: 0
}

.next-nav.next-hoz .next-nav-item:hover:before {
    height: 0;
    height: var(--line-zero,0)
}

.next-nav.next-hoz.next-top .next-nav-item:before {
    top: 0;
    top: calc(0px - var(--popup-local-border-width, 0px))
}

.next-nav.next-hoz.next-bottom .next-nav-item:before {
    bottom: 0;
    bottom: calc(0px - var(--popup-local-border-width, 0px))
}

.next-nav.next-hoz .next-selected.next-nav-item:before {
    height: 2px;
    height: var(--line-2,2px);
    left: 0;
    width: 100%
}

.next-nav.next-ver {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 40px;
    line-height: var(--nav-ver-height,40px);
    padding: 0;
    transition: width .3s ease
}

.next-nav.next-ver .next-menu-item.next-nav-item {
    border-radius: 0;
    border-radius: var(--corner-zero,0);
    margin-left: 0;
    margin-left: var(--s-zero,0);
    margin-right: 0;
    margin-right: var(--s-zero,0);
    padding: 0 20px;
    padding: 0 var(--s-5,20px)
}

.next-nav.next-ver .next-menu-item:not(:first-child),.next-nav.next-ver .next-menu-sub-menu-wrapper:not(:first-child)>.next-menu-item {
    margin-top: 0;
    margin-top: var(--s-zero,0)
}

.next-nav.next-ver .next-menu-item:not(:last-child),.next-nav.next-ver .next-menu-sub-menu-wrapper:not(:last-child)>.next-menu-item {
    margin-bottom: 0;
    margin-bottom: var(--s-zero,0)
}

.next-nav.next-ver .next-menu-item-inner {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 40px;
    height: var(--nav-ver-height,40px)
}

.next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title {
    line-height: 1;
    padding: 12px 8px
}

.next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
    height: auto;
    min-height: 40px;
    min-height: var(--nav-ver-height,40px)
}

.next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
    display: block;
    line-height: 1;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis
}

.next-nav.next-ver .next-nav-group-label .next-menu-item-inner {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 40px;
    height: var(--s-10,40px);
    line-height: 40px;
    line-height: var(--s-10,40px)
}

.next-nav.next-ver>.next-menu-item:first-child,.next-nav.next-ver>.next-menu-sub-menu-wrapper:first-child>.next-menu-item {
    margin-top: 0;
    margin-top: var(--s-zero,0)
}

.next-nav.next-ver>.next-menu-item:last-child,.next-nav.next-ver>.next-menu-sub-menu-wrapper:last-child>.next-menu-item {
    margin-bottom: 0;
    margin-bottom: var(--s-zero,0)
}

.next-nav.next-ver .next-menu-sub-menu {
    line-height: 40px;
    line-height: var(--s-10,40px)
}

.next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 40px;
    height: var(--s-10,40px)
}

.next-nav.next-ver .next-nav-item:before {
    height: 0;
    top: 50%;
    width: 0;
    width: var(--line-zero,0)
}

.next-nav.next-ver .next-nav-item:hover:before {
    width: 0;
    width: var(--line-zero,0)
}

.next-nav.next-ver.next-left .next-nav-item:before,.next-nav.next-ver.next-top .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--popup-local-border-width, 0px))
}

.next-nav.next-ver.next-bottom .next-nav-item:before,.next-nav.next-ver.next-right .next-nav-item:before {
    right: 0;
    right: calc(0px - var(--popup-local-border-width, 0px))
}

.next-nav.next-ver .next-selected.next-nav-item:before {
    height: 100%;
    top: 0;
    width: 0;
    width: var(--line-zero,0)
}

.next-nav.next-primary {
    background: #3a3c4b;
    background: var(--color-other-1,#3a3c4b);
    border-color: #1a1a1a;
    border-color: var(--color-text1-4,#1a1a1a);
    border-width: 0;
    border-width: var(--line-zero,0);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    box-shadow: var(--nav-primary-shadow,0 3px 8px 0 rgba(0,0,0,.18));
    color: #fff;
    color: var(--color-white,#fff);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-primary.next-hoz {
    line-height: var(--s-11,44px);
    line-height: 44px;
    line-height: calc(var(--s-11,44px) - var(--line-zero,0px)*2)
}

.next-nav.next-primary.next-hoz .next-menu-footer,.next-nav.next-primary.next-hoz .next-menu-header,.next-nav.next-primary.next-hoz .next-menu-item-inner {
    height: 44px;
    height: calc(var(--s-11,44px) - var(--line-zero,0px)*2);
    line-height: 44px;
    line-height: var(--s-11,44px)
}

.next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
    top: 0;
    top: calc(0px - var(--line-zero,0px))
}

.next-nav.next-primary.next-hoz.next-bottom .next-nav-item:before {
    bottom: 0;
    bottom: calc(0px - var(--line-zero,0px))
}

.next-nav.next-primary.next-ver.next-left .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--line-zero,0px))
}

.next-nav.next-primary.next-ver.next-right .next-nav-item:before {
    right: 0;
    right: calc(0px - var(--line-zero,0px))
}

.next-nav.next-primary .next-nav-item.next-menu-item {
    background: #3a3c4b;
    background: var(--color-other-1,#3a3c4b);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-focused,.next-nav.next-primary .next-nav-item.next-menu-item:hover {
    background: #fff;
    background: var(--color-other-2,#fff);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
    font-weight: 700;
    font-weight: var(--font-weight-3,bold)
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-selected,.next-nav.next-primary .next-nav-item.next-menu-item.next-selected.next-nav-item {
    background: #fff;
    background: var(--color-other-2,#fff);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-opened {
    background: #3a3c4b;
    background: var(--color-other-1,#3a3c4b);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #fff;
    color: var(--color-white,#fff);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold)
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup,.next-nav.next-primary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-primary .next-nav-item.next-menu-item:before {
    background: #fff;
    background: var(--color-other-2,#fff)
}

.next-nav.next-primary .next-nav-item.next-menu-item:hover:before {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened {
    background: #3a3c4b;
    background: var(--color-other-1,#3a3c4b);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-primary .next-nav-group-label {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-primary .next-menu-sub-menu .next-menu-item {
    background: #3a3c4b;
    background: var(--color-other-1,#3a3c4b);
    color: #fff;
    color: var(--color-white,#fff);
    font-weight: 400;
    font-weight: var(--font-weight-2,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: #3a3c4b;
    background: var(--color-other-1,#3a3c4b);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected,.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
    background: #000;
    background: var(--color-black,#000);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled,.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: not-allowed
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow,.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-arrow {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected,.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-selected {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-nav.next-secondary {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    border-width: 0;
    border-width: var(--line-zero,0);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    box-shadow: var(--nav-secondary-shadow,0 3px 8px 0 rgba(0,0,0,.18));
    color: #fff;
    color: var(--color-white,#fff);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-secondary.next-hoz {
    line-height: var(--s-11,44px);
    line-height: 44px;
    line-height: calc(var(--s-11,44px) - var(--line-zero,0px)*2)
}

.next-nav.next-secondary.next-hoz .next-menu-footer,.next-nav.next-secondary.next-hoz .next-menu-header,.next-nav.next-secondary.next-hoz .next-menu-item-inner {
    height: 44px;
    height: calc(var(--s-11,44px) - var(--line-zero,0px)*2);
    line-height: 44px;
    line-height: var(--s-11,44px)
}

.next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
    top: 0;
    top: calc(0px - var(--line-zero,0px))
}

.next-nav.next-secondary.next-hoz.next-bottom .next-nav-item:before {
    bottom: 0;
    bottom: calc(0px - var(--line-zero,0px))
}

.next-nav.next-secondary.next-ver.next-left .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--line-zero,0px))
}

.next-nav.next-secondary.next-ver.next-right .next-nav-item:before {
    right: 0;
    right: calc(0px - var(--line-zero,0px))
}

.next-nav.next-secondary .next-nav-item.next-menu-item {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-focused,.next-nav.next-secondary .next-nav-item.next-menu-item:hover {
    background: #2a7dd1;
    background: var(--color-brand1-5,#2a7dd1);
    color: #fff;
    color: var(--color-white,#fff);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected {
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected,.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected.next-nav-item {
    background: #003263;
    background: var(--color-brand1-9,#003263);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected,.next-nav.next-secondary .next-nav-item.next-menu-item.next-opened {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected {
    font-weight: 700;
    font-weight: var(--font-weight-3,bold)
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup,.next-nav.next-secondary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-secondary .next-nav-item.next-menu-item:before {
    background: #003263;
    background: var(--color-brand1-9,#003263)
}

.next-nav.next-secondary .next-nav-item.next-menu-item:hover:before {
    background: #2a7dd1;
    background: var(--color-brand1-5,#2a7dd1)
}

.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-secondary .next-menu-sub-menu .next-menu-item,.next-nav.next-secondary .next-nav-group-label {
    color: #fff;
    color: var(--color-white,#fff);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-secondary .next-menu-sub-menu .next-menu-item {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.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: #003263;
    background: var(--color-brand1-9,#003263);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected,.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
    background: #003263;
    background: var(--color-brand1-9,#003263);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled,.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a {
    color: #f0f7ff;
    color: var(--color-brand1-1,#f0f7ff);
    cursor: not-allowed
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow,.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-arrow {
    color: #f0f7ff;
    color: var(--color-brand1-1,#f0f7ff)
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected,.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-selected {
    color: #f0f7ff;
    color: var(--color-brand1-1,#f0f7ff)
}

.next-nav.next-normal {
    border-color: #d9d9d9;
    border-color: var(--nav-normal-border-color,#d9d9d9);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-normal,.next-nav.next-normal .next-nav-item.next-menu-item {
    background: #fff;
    background: var(--nav-normal-bg-color,#fff);
    color: dimgray;
    color: #696969;
    color: var(--nav-normal-text-color,dimgray)
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-focused,.next-nav.next-normal .next-nav-item.next-menu-item:hover {
    background: #f7f7f7;
    background: var(--nav-normal-item-hover-bg-color,#f7f7f7);
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-selected {
    font-weight: 400;
    font-weight: var(--nav-normal-item-selected-text-style,normal)
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-selected,.next-nav.next-normal .next-nav-item.next-menu-item.next-selected.next-nav-item {
    background: #f0f7ff;
    background: var(--nav-normal-item-selected-bg-color,#f0f7ff);
    color: #0064c8;
    color: var(--nav-normal-item-selected-text-color,#0064c8)
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-opened {
    background: #fff;
    background: var(--nav-normal-item-opened-bg-color,#fff);
    color: dimgray;
    color: #696969;
    color: var(--nav-normal-item-opened-text-color,dimgray)
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-opened.next-nav-popup {
    color: dimgray;
    color: #696969;
    color: var(--nav-normal-item-opened-text-color,dimgray)
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-nav.next-normal .next-nav-item.next-menu-item:before {
    background: #0064c8;
    background: var(--nav-normal-item-selected-active-color,#0064c8)
}

.next-nav.next-normal .next-nav-item.next-menu-item:hover:before {
    background: #0064c8;
    background: var(--nav-normal-item-hover-active-color,#0064c8)
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened {
    background: #fff;
    background: var(--nav-normal-item-opened-bg-color,#fff);
    color: dimgray;
    color: #696969;
    color: var(--nav-normal-item-opened-text-color,dimgray)
}

.next-nav.next-normal .next-nav-group-label {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item {
    background: #fff;
    background: var(--nav-normal-sub-nav-bg-color,#fff);
    color: dimgray;
    color: #696969;
    color: var(--nav-normal-sub-nav-text-color,dimgray);
    font-weight: 400;
    font-weight: var(--font-weight-2,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: #f0f7ff;
    background: var(--nav-normal-sub-nav-hover-bg-color,#f0f7ff);
    color: #1a1a1a;
    color: var(--nav-normal-sub-nav-hover-text-color,#1a1a1a)
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected,.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
    background: #f0f7ff;
    background: var(--nav-normal-sub-nav-selected-bg-color,#f0f7ff);
    color: #1a1a1a;
    color: var(--nav-normal-sub-nav-selected-text-color,#1a1a1a)
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled,.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    cursor: not-allowed
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow,.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-arrow {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected,.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-selected {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-nav.next-line {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-color: #d9d9d9;
    border-color: var(--color-line1-2,#d9d9d9);
    box-shadow: none;
    color: #1a1a1a;
    color: var(--nav-line-text-color,#1a1a1a);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-line.next-hoz {
    border-right-color: transparent;
    border-right-color: var(--color-transparent,transparent)
}

.next-nav.next-line.next-hoz,.next-nav.next-line.next-ver {
    border-left-color: transparent;
    border-left-color: var(--color-transparent,transparent);
    border-top-color: transparent;
    border-top-color: var(--color-transparent,transparent)
}

.next-nav.next-line.next-ver {
    border-bottom-color: transparent;
    border-bottom-color: var(--color-transparent,transparent)
}

.next-nav.next-line .next-nav-item.next-menu-item {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #1a1a1a;
    color: var(--nav-line-text-color,#1a1a1a)
}

.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: #0064c8;
    color: var(--nav-line-item-hover-text-color,#0064c8);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-line .next-nav-item.next-menu-item.next-selected {
    font-weight: 400;
    font-weight: var(--nav-line-item-selected-text-style,normal)
}

.next-nav.next-line .next-nav-item.next-menu-item.next-selected,.next-nav.next-line .next-nav-item.next-menu-item.next-selected.next-nav-item {
    background: transparent;
    background: var(--nav-line-item-selected-bg-color,transparent);
    color: #0064c8;
    color: var(--nav-line-item-selected-text-color,#0064c8)
}

.next-nav.next-line .next-nav-item.next-menu-item.next-opened {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #0064c8;
    color: var(--nav-line-item-opened-text-color,#0064c8)
}

.next-nav.next-line .next-nav-item.next-menu-item.next-child-selected {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-line .next-nav-item.next-menu-item.next-opened.next-nav-popup {
    color: #0064c8;
    color: var(--nav-line-item-opened-text-color,#0064c8)
}

.next-nav.next-line .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-nav.next-line .next-nav-item.next-menu-item:before {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.next-nav.next-line .next-nav-item.next-menu-item:hover:before {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-opened {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #0064c8;
    color: var(--nav-line-item-opened-text-color,#0064c8)
}

.next-nav.next-line .next-nav-group-label {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

.next-nav.next-line .next-menu-sub-menu .next-menu-item {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    font-weight: 400;
    font-weight: var(--font-weight-2,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(--color-transparent,transparent);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected,.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-nav.next-line .next-nav-item.next-menu-item.next-disabled,.next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    cursor: not-allowed
}

.next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow,.next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-arrow {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected,.next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a .next-menu-icon-selected {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-nav.next-icon-only.next-icon-only-text {
    padding-bottom: 4px;
    padding-top: 4px
}

.next-nav.next-icon-only.next-custom-icon-only-width {
    text-align: center
}

.next-nav.next-icon-only .next-menu-item-inner {
    text-overflow: clip
}

.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon {
    margin-left: 1px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--s-5,20px) - var(--popup-local-border-width, 0px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--s-5,20px) - var(--popup-local-border-width, 0px))
}

.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote,.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before {
    font-size: 16px;
    font-size: var(--nav-icon-only-font-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--nav-icon-only-font-size,16px)
}

.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(--s-5,20px) - var(--line-zero,0px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--s-5,20px) - var(--line-zero,0px))
}

.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote,.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before {
    font-size: 16px;
    font-size: var(--nav-icon-only-font-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--nav-icon-only-font-size,16px)
}

.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(--s-5,20px) - var(--line-zero,0px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--s-5,20px) - var(--line-zero,0px))
}

.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote,.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before {
    font-size: 16px;
    font-size: var(--nav-icon-only-font-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--nav-icon-only-font-size,16px)
}

.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(--s-5,20px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--s-5,20px));
    transform-origin: center 50%;
    transition: all .1s linear
}

.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote,.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon:before {
    font-size: 16px;
    font-size: var(--nav-icon-only-font-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--nav-icon-only-font-size,16px)
}

.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
    margin-left: 1px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--s-5,20px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--s-5,20px));
    transform: rotate(180deg)
}

.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote,.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before {
    font-size: 16px;
    font-size: var(--nav-icon-only-font-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--nav-icon-only-font-size,16px)
}

.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-normal,.next-nav-embeddable.next-primary,.next-nav-embeddable.next-secondary {
    background: transparent;
    border: none;
    box-shadow: none;
    height: 100%
}

.next-nav-embeddable.next-normal .next-menu-sub-menu .next-menu-item,.next-nav-embeddable.next-normal .next-nav-item.next-menu-item,.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 {
    background: transparent
}

.next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon,.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 {
    margin-left: 1px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--s-5,20px));
    margin-right: 1px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--s-5,20px))
}

.next-nav-embeddable.next-normal.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-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote,.next-nav-embeddable.next-primary.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-secondary.next-icon-only .next-nav-icon.next-icon:before {
    font-size: 16px;
    font-size: var(--nav-icon-only-font-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--nav-icon-only-font-size,16px)
}

.next-nav-embeddable.next-nav.next-hoz .next-menu-item-inner,.next-nav-embeddable.next-nav.next-hoz .next-menu-sub-menu .next-menu-item,.next-nav-embeddable.next-nav.next-hoz .next-nav-item.next-menu-item {
    height: 100%
}

.next-nav-embeddable,.next-nav-embeddable .next-nav-item.next-disabled,.next-nav-embeddable .next-nav-item.next-disabled .next-menu-item-text>a {
    background: transparent;
    border: none
}

.next-nav[dir=rtl] .next-nav-icon.next-icon {
    margin-left: 12px;
    margin-right: 0
}

.next-nav[dir=rtl] .next-nav-icon.next-icon .next-icon-remote,.next-nav[dir=rtl] .next-nav-icon.next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.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 {
    left: 50%;
    width: 0
}

.next-nav[dir=rtl].next-hoz .next-selected.next-nav-item:before {
    left: auto;
    right: 0;
    width: 100%
}

.next-nav[dir=rtl].next-ver.next-left .next-nav-item:before {
    left: auto;
    right: 0;
    right: calc(0px - var(--popup-local-border-width, 0px))
}

.next-nav[dir=rtl].next-ver.next-right .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--popup-local-border-width, 0px));
    right: auto
}

.next-nav[dir=rtl].next-primary.next-ver.next-left .next-nav-item:before {
    left: auto;
    right: 0;
    right: calc(0px - var(--line-zero,0px))
}

.next-nav[dir=rtl].next-primary.next-ver.next-right .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--line-zero,0px));
    right: auto
}

.next-nav[dir=rtl].next-secondary.next-ver.next-left .next-nav-item:before {
    left: auto;
    right: 0;
    right: calc(0px - var(--line-zero,0px))
}

.next-nav[dir=rtl].next-secondary.next-ver.next-right .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--line-zero,0px));
    right: auto
}

.next-nav[dir=rtl] .next-nav.next-line.next-ver {
    border-bottom-color: transparent;
    border-bottom-color: var(--color-transparent,transparent);
    border-left-color: transparent;
    border-right-color: transparent;
    border-right-color: var(--color-transparent,transparent);
    border-top-color: transparent;
    border-top-color: var(--color-transparent,transparent)
}

.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon,.next-nav[dir=rtl].next-icon-only .next-nav-icon.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-only-arrow.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.next-icon .next-icon-remote,.next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon: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,.next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before {
    font-size: 16px;
    font-size: var(--nav-icon-only-font-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--nav-icon-only-font-size,16px)
}

.next-number-picker {
    box-sizing: border-box;
    display: inline-block
}

.next-number-picker *,.next-number-picker :after,.next-number-picker :before {
    box-sizing: border-box
}

.next-number-picker .next-btn {
    box-shadow: none!important;
    line-height: 0!important;
    padding: 0!important
}

.next-number-picker-normal .next-input {
    width: 100%
}

.next-number-picker-normal .next-input .next-input-control {
    height: 100%;
    padding-right: 0
}

.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-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top: none;
    border-top-left-radius: 0;
    height: 50%
}

.next-number-picker-normal .next-btn:last-child {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-right: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: calc(50% + 1px);
    margin-top: -1px
}

.next-number-picker-normal .next-number-picker-handler {
    display: block;
    height: 100%;
    transition: opacity .1s linear
}

.next-number-picker-normal:not(.next-number-picker-show-trigger) .next-number-picker-handler {
    opacity: 0
}

.next-number-picker-normal.hover .next-number-picker-handler,.next-number-picker-normal:hover .next-number-picker-handler {
    opacity: 1
}

.next-number-picker-normal .next-input.next-disabled .next-number-picker-handler {
    opacity: 0
}

.next-number-picker-normal .next-number-picker-up-icon:before {
    content: "\e625"
}

.next-number-picker-normal .next-number-picker-down-icon:before {
    content: "\e63d"
}

.next-number-picker-normal.next-small {
    width: 68px
}

.next-number-picker-normal.next-small .next-btn {
    width: 20px;
    width: var(--s-5,20px)
}

.next-number-picker-normal.next-small .next-btn:first-child {
    border-top-right-radius: 2px;
    border-top-right-radius: var(--corner-1,2px)
}

.next-number-picker-normal.next-small .next-btn:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--corner-1,2px)
}

.next-number-picker-normal.next-small .next-icon .next-icon-remote,.next-number-picker-normal.next-small .next-icon:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media {
    .next-number-picker-normal.next-small .next-icon {
        margin-left: -4px;
        margin-right: -4px;
        transform: scale(.5)
    }

    .next-number-picker-normal.next-small .next-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-number-picker-normal.next-medium {
    width: 100px;
    width: var(--number-picker-normal-m-input-width,100px)
}

.next-number-picker-normal.next-medium .next-btn {
    width: 20px;
    width: var(--s-5,20px)
}

.next-number-picker-normal.next-medium .next-btn:first-child {
    border-top-right-radius: 2px;
    border-top-right-radius: var(--corner-1,2px)
}

.next-number-picker-normal.next-medium .next-btn:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--corner-1,2px)
}

.next-number-picker-normal.next-medium .next-icon .next-icon-remote,.next-number-picker-normal.next-medium .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-number-picker-normal.next-large {
    width: 100px;
    width: var(--number-picker-normal-l-input-width,100px)
}

.next-number-picker-normal.next-large .next-btn {
    width: 20px;
    width: var(--s-5,20px)
}

.next-number-picker-normal.next-large .next-btn:first-child {
    border-top-right-radius: 2px;
    border-top-right-radius: var(--corner-1,2px)
}

.next-number-picker-normal.next-large .next-btn:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--corner-1,2px)
}

.next-number-picker-normal.next-large .next-icon .next-icon-remote,.next-number-picker-normal.next-large .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-number-picker-inline input {
    text-align: center
}

.next-number-picker-inline .next-input input {
    padding: 0
}

.next-number-picker-inline .next-number-picker-add-icon:before {
    content: "\e655"
}

.next-number-picker-inline .next-number-picker-minus-icon:before {
    content: "\e601"
}

.next-number-picker-inline.next-small {
    min-width: 72px;
    min-width: calc(var(--s-6,24px)*3);
    width: 68px
}

.next-number-picker-inline.next-small .next-icon .next-icon-remote,.next-number-picker-inline.next-small .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-number-picker-inline.next-small .next-btn {
    height: 24px;
    height: var(--s-6,24px)
}

.next-number-picker-inline.next-small .next-before .next-btn {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--corner-1,2px);
    border-top-left-radius: 2px;
    border-top-left-radius: var(--corner-1,2px);
    margin-right: 2px
}

.next-number-picker-inline.next-small .next-after .next-btn {
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--corner-1,2px);
    border-top-right-radius: 2px;
    border-top-right-radius: var(--corner-1,2px);
    margin-left: 2px;
    margin-left: var(--number-picker-inline-s-button-margin,2px)
}

.next-number-picker-inline.next-medium {
    min-width: 96px;
    min-width: calc(var(--s-8,32px)*3);
    width: 100px;
    width: var(--s-25,100px)
}

.next-number-picker-inline.next-medium .next-icon .next-icon-remote,.next-number-picker-inline.next-medium .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-number-picker-inline.next-medium .next-btn {
    height: 32px;
    height: var(--s-8,32px)
}

.next-number-picker-inline.next-medium .next-before .next-btn {
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--corner-2,4px);
    border-top-left-radius: 4px;
    border-top-left-radius: var(--corner-2,4px);
    margin-right: 2px
}

.next-number-picker-inline.next-medium .next-after .next-btn {
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--corner-2,4px);
    border-top-right-radius: 4px;
    border-top-right-radius: var(--corner-2,4px);
    margin-left: 2px;
    margin-left: var(--number-picker-inline-m-button-margin,2px)
}

.next-number-picker-inline.next-large {
    min-width: 108px;
    min-width: calc(var(--s-9,36px)*3);
    width: 128px;
    width: var(--s-32,128px)
}

.next-number-picker-inline.next-large .next-icon .next-icon-remote,.next-number-picker-inline.next-large .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-number-picker-inline.next-large .next-btn {
    height: 36px;
    height: var(--s-9,36px)
}

.next-number-picker-inline.next-large .next-before .next-btn {
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--corner-2,4px);
    border-top-left-radius: 4px;
    border-top-left-radius: var(--corner-2,4px);
    margin-right: 2px
}

.next-number-picker-inline.next-large .next-after .next-btn {
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--corner-2,4px);
    border-top-right-radius: 4px;
    border-top-right-radius: var(--corner-2,4px);
    margin-left: 2px;
    margin-left: var(--number-picker-inline-l-button-margin,2px)
}

.next-number-picker-inline .next-btn.next-small {
    width: 24px;
    width: var(--s-6,24px)
}

.next-number-picker-inline .next-btn.next-medium {
    width: 32px;
    width: var(--s-8,32px)
}

.next-number-picker-inline .next-btn.next-large {
    width: 36px;
    width: var(--s-9,36px)
}

@-moz-document url-prefix() {
    .next-number-picker-normal.next-small .next-number-picker-handler {
        height: 22px;
        height: calc(var(--s-6,24px) - 2px)
    }

    .next-number-picker-normal.next-medium .next-number-picker-handler {
        height: 30px;
        height: calc(var(--s-8,32px) - 2px)
    }

    .next-number-picker-normal.next-large .next-number-picker-handler {
        height: 34px;
        height: calc(var(--s-9,36px) - 2px)
    }
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child {
    border-left: 0;
    border-right: 1px solid #ccc;
    border-right: 1px solid var(--color-line1-3,#ccc);
    border-top-right-radius: 0
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-small {
    border-top-left-radius: 2px;
    border-top-left-radius: var(--corner-1,2px)
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-medium {
    border-top-left-radius: 2px;
    border-top-left-radius: var(--corner-1,2px)
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-large {
    border-top-left-radius: 2px;
    border-top-left-radius: var(--corner-1,2px)
}

.next-number-picker-normal[dir=rtl] .next-btn:last-child {
    border-bottom-right-radius: 0;
    border-left: 0;
    border-right: 1px solid #ccc;
    border-right: 1px solid var(--color-line1-3,#ccc)
}

.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-small {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--corner-1,2px)
}

.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-medium {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--corner-1,2px)
}

.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-large {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--corner-1,2px)
}

.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 {
    border-bottom-right-radius: 2px!important;
    border-bottom-right-radius: var(--corner-1,2px)!important;
    border-top-right-radius: 2px!important;
    border-top-right-radius: var(--corner-1,2px)!important;
    margin-left: 2px;
    margin-left: var(--number-picker-inline-s-button-margin,2px)
}

.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-medium {
    border-bottom-right-radius: 4px!important;
    border-bottom-right-radius: var(--corner-2,4px)!important;
    border-top-right-radius: 4px!important;
    border-top-right-radius: var(--corner-2,4px)!important;
    margin-left: 2px;
    margin-left: var(--number-picker-inline-m-button-margin,2px)
}

.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-large {
    border-bottom-right-radius: 4px!important;
    border-bottom-right-radius: var(--corner-2,4px)!important;
    border-top-right-radius: 4px!important;
    border-top-right-radius: var(--corner-2,4px)!important;
    margin-left: 2px;
    margin-left: var(--number-picker-inline-l-button-margin,2px)
}

.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 {
    border-bottom-left-radius: 2px!important;
    border-bottom-left-radius: var(--corner-1,2px)!important;
    border-top-left-radius: 2px!important;
    border-top-left-radius: var(--corner-1,2px)!important;
    margin-right: 2px;
    margin-right: var(--number-picker-inline-s-button-margin,2px)
}

.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-medium {
    border-bottom-left-radius: 4px!important;
    border-bottom-left-radius: var(--corner-2,4px)!important;
    border-top-left-radius: 4px!important;
    border-top-left-radius: var(--corner-2,4px)!important;
    margin-right: 2px;
    margin-right: var(--number-picker-inline-m-button-margin,2px)
}

.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-large {
    border-bottom-left-radius: 4px!important;
    border-bottom-left-radius: var(--corner-2,4px)!important;
    border-top-left-radius: 4px!important;
    border-top-left-radius: var(--corner-2,4px)!important;
    margin-right: 2px;
    margin-right: var(--number-picker-inline-l-button-margin,2px)
}

.next-pagination[dir=rtl] .next-pagination-total {
    margin-left: 16px;
    margin-right: 0
}

.next-pagination[dir=rtl] .next-pagination-jump-go {
    margin-left: 0;
    margin-right: 4px
}

.next-pagination[dir=rtl] .next-pagination-size-selector-title {
    margin-left: 4px;
    margin-left: var(--s-1,4px);
    margin-right: 0
}

.next-pagination[dir=rtl] .next-pagination-size-selector-btn.next-btn-text+.next-pagination-size-selector-btn {
    border-left: none;
    border-right: 1px solid #d9d9d9;
    border-right: var(--line-1,1px) solid var(--color-line1-2,#d9d9d9)
}

.next-pagination[dir=rtl] .next-pagination-pages+.next-pagination-size-selector,.next-pagination[dir=rtl] .next-pagination-size-selector+.next-pagination-pages {
    margin-left: 0;
    margin-right: 40px
}

.next-pagination[dir=rtl].next-start .next-pagination-pages {
    float: left
}

.next-pagination[dir=rtl].next-start .next-pagination-size-selector {
    float: right
}

.next-pagination[dir=rtl].next-end .next-pagination-pages {
    float: right
}

.next-pagination[dir=rtl].next-end .next-pagination-size-selector {
    float: left
}

.next-pagination[dir=rtl].next-small .next-pagination-list {
    margin: 0 4px;
    margin: 0 var(--s-1,4px)
}

.next-pagination[dir=rtl].next-small .next-pagination-total {
    line-height: 24px;
    line-height: var(--s-6,24px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-small .next-pagination-item {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    border-width: 1px;
    border-width: var(--line-1,1px);
    padding: 0 6px
}

.next-pagination[dir=rtl].next-small .next-pagination-item+.next-pagination-item {
    margin: 0 4px 0 0;
    margin: 0 var(--s-1,4px) 0 0
}

.next-pagination[dir=rtl].next-small .next-pagination-ellipsis {
    height: 24px;
    height: var(--s-6,24px);
    line-height: 24px;
    line-height: var(--s-6,24px);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    margin-right: 8px;
    margin-right: var(--s-2,8px)
}

.next-pagination[dir=rtl].next-small .next-pagination-ellipsis .next-icon-remote,.next-pagination[dir=rtl].next-small .next-pagination-ellipsis:before {
    font-size: 12px;
    font-size: var(--pagination-small-ellipsis-size,12px);
    line-height: inherit;
    width: 12px;
    width: var(--pagination-small-ellipsis-size,12px)
}

.next-pagination[dir=rtl].next-small .next-pagination-display {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-pagination[dir=rtl].next-small .next-pagination-display em {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-pagination[dir=rtl].next-small .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-pagination[dir=rtl].next-small .next-pagination-jump-input {
    width: 28px;
    width: var(--s-7,28px)
}

.next-pagination[dir=rtl].next-small .next-pagination-size-selector-title {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 24px;
    height: var(--s-6,24px);
    line-height: 24px;
    line-height: var(--s-6,24px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-small .next-pagination-size-selector-btn {
    padding: 0 8px;
    padding: 0 var(--s-2,8px)
}

.next-pagination[dir=rtl].next-small .next-pagination-item.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-small .next-pagination-item.next-prev:not([disabled]) i {
    color: gray;
    color: grey;
    color: var(--pagination-arrow-color,gray)
}

.next-pagination[dir=rtl].next-small .next-pagination-item:hover.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-small .next-pagination-item:hover.next-prev:not([disabled]) i {
    color: #595959;
    color: var(--pagination-arrow-hover-color,#595959)
}

.next-pagination[dir=rtl].next-medium .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--s-2,8px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-total {
    line-height: 32px;
    line-height: var(--s-8,32px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-medium .next-pagination-item {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    border-width: 1px;
    border-width: var(--line-1,1px);
    padding: 0 10px
}

.next-pagination[dir=rtl].next-medium .next-pagination-item+.next-pagination-item {
    margin: 0 8px 0 0;
    margin: 0 var(--s-2,8px) 0 0
}

.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis {
    height: 32px;
    height: var(--s-8,32px);
    line-height: 32px;
    line-height: var(--s-8,32px);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    margin-right: 8px;
    margin-right: var(--s-2,8px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis .next-icon-remote,.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis:before {
    font-size: 12px;
    font-size: var(--pagination-ellipsis-size,12px);
    line-height: inherit;
    width: 12px;
    width: var(--pagination-ellipsis-size,12px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-display {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-display em {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-jump-input {
    width: 40px;
    width: var(--s-10,40px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-title {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 32px;
    height: var(--s-8,32px);
    line-height: 32px;
    line-height: var(--s-8,32px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-btn {
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-item.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-medium .next-pagination-item.next-prev:not([disabled]) i {
    color: gray;
    color: grey;
    color: var(--pagination-arrow-color,gray)
}

.next-pagination[dir=rtl].next-medium .next-pagination-item:hover.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i {
    color: #595959;
    color: var(--pagination-arrow-hover-color,#595959)
}

.next-pagination[dir=rtl].next-large .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--s-2,8px)
}

.next-pagination[dir=rtl].next-large .next-pagination-total {
    line-height: 36px;
    line-height: var(--s-9,36px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-large .next-pagination-item {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    border-width: 1px;
    border-width: var(--line-1,1px);
    padding: 0 15px
}

.next-pagination[dir=rtl].next-large .next-pagination-item+.next-pagination-item {
    margin: 0 8px 0 0;
    margin: 0 var(--s-2,8px) 0 0
}

.next-pagination[dir=rtl].next-large .next-pagination-ellipsis {
    height: 36px;
    height: var(--s-9,36px);
    line-height: 36px;
    line-height: var(--s-9,36px);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    margin-right: 8px;
    margin-right: var(--s-2,8px)
}

.next-pagination[dir=rtl].next-large .next-pagination-ellipsis .next-icon-remote,.next-pagination[dir=rtl].next-large .next-pagination-ellipsis:before {
    font-size: 16px;
    font-size: var(--pagination-large-ellipsis-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--pagination-large-ellipsis-size,16px)
}

.next-pagination[dir=rtl].next-large .next-pagination-display {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px)
}

.next-pagination[dir=rtl].next-large .next-pagination-display em {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px)
}

.next-pagination[dir=rtl].next-large .next-pagination-jump-text {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px)
}

.next-pagination[dir=rtl].next-large .next-pagination-jump-input {
    width: 48px;
    width: var(--s-12,48px)
}

.next-pagination[dir=rtl].next-large .next-pagination-size-selector-title {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px);
    height: 36px;
    height: var(--s-9,36px);
    line-height: 36px;
    line-height: var(--s-9,36px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-large .next-pagination-size-selector-btn {
    padding: 0 16px;
    padding: 0 var(--s-4,16px)
}

.next-pagination[dir=rtl].next-large .next-pagination-item.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-large .next-pagination-item.next-prev:not([disabled]) i {
    color: gray;
    color: grey;
    color: var(--pagination-arrow-color,gray)
}

.next-pagination[dir=rtl].next-large .next-pagination-item:hover.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-large .next-pagination-item:hover.next-prev:not([disabled]) i {
    color: #595959;
    color: var(--pagination-arrow-hover-color,#595959)
}

.next-pagination {
    box-sizing: border-box;
    font-size: 0
}

.next-pagination *,.next-pagination :after,.next-pagination :before {
    box-sizing: border-box
}

.next-pagination:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.next-pagination-total {
    display: inline-block;
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    margin-right: 16px
}

.next-pagination-pages {
    display: inline-block
}

.next-pagination-list {
    display: inline-block;
    vertical-align: top
}

.next-pagination .next-pagination-item:not([disabled]) {
    background: #fff;
    background: var(--pagination-item-bg,#fff);
    border-color: #fff;
    border-color: var(--pagination-item-border-color,#fff);
    border-style: solid;
    border-style: var(--line-solid,solid);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    color: dimgray;
    color: #696969;
    color: var(--pagination-item-color,dimgray);
    display: inline-block
}

.next-pagination .next-pagination-item {
    transition: none
}

.next-pagination .next-pagination-item.next-current {
    background: transparent;
    background: var(--color-transparent,transparent);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-pagination .next-pagination-item.next-current:focus,.next-pagination .next-pagination-item.next-current:hover {
    background: transparent;
    background: var(--pagination-item-current-hover-bg,transparent);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-pagination-ellipsis {
    color: dimgray;
    color: #696969;
    color: var(--pagination-ellipsis-color,dimgray);
    display: inline-block;
    vertical-align: top
}

.next-pagination-display {
    color: dimgray;
    color: #696969;
    color: var(--pagination-total-color,dimgray);
    display: inline-block;
    margin: 0 16px;
    vertical-align: middle
}

.next-pagination-display em {
    color: dimgray;
    color: #696969;
    color: var(--pagination-current-color,dimgray);
    font-style: normal
}

.next-pagination-jump-text {
    color: dimgray;
    color: #696969;
    color: var(--pagination-jump-color,dimgray);
    display: inline-block;
    vertical-align: middle
}

.next-pagination-jump-input {
    margin: 0 8px;
    margin: 0 var(--s-2,8px);
    vertical-align: top
}

.next-pagination-jump-go {
    margin-left: 4px;
    vertical-align: top
}

.next-pagination-size-selector {
    display: inline-block;
    position: relative
}

.next-pagination-size-selector-title {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    margin-right: 4px;
    margin-right: var(--s-1,4px)
}

.next-pagination-size-selector-filter {
    display: inline-block;
    vertical-align: middle
}

.next-pagination-size-selector-dropdown {
    min-width: 64px;
    vertical-align: top
}

.next-pagination-size-selector-dropdown .next-select-inner,.next-pagination-size-selector-popup {
    min-width: 64px
}

.next-pagination-size-selector-btn.next-btn-text {
    border-radius: 0;
    color: #333;
    color: var(--color-text1-3,#333);
    height: auto;
    line-height: normal
}

.next-pagination-size-selector-btn.next-btn-text.next-current {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-pagination-size-selector-btn.next-btn-text+.next-pagination-size-selector-btn {
    border-left: 1px solid #d9d9d9;
    border-left: var(--line-1,1px) solid var(--color-line1-2,#d9d9d9)
}

.next-pagination-pages+.next-pagination-size-selector,.next-pagination-size-selector+.next-pagination-pages {
    margin-left: 40px
}

.next-pagination.next-hide {
    display: none
}

.next-pagination.next-start .next-pagination-pages {
    float: right
}

.next-pagination.next-end .next-pagination-pages,.next-pagination.next-start .next-pagination-size-selector {
    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(--s-1,4px)
}

.next-pagination.next-small .next-pagination-total {
    line-height: 24px;
    line-height: var(--s-6,24px);
    vertical-align: middle
}

.next-pagination.next-small .next-pagination-item {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    border-width: 1px;
    border-width: var(--line-1,1px);
    padding: 0 6px
}

.next-pagination.next-small .next-pagination-item+.next-pagination-item {
    margin: 0 0 0 4px;
    margin: 0 0 0 var(--s-1,4px)
}

.next-pagination.next-small .next-pagination-ellipsis {
    height: 24px;
    height: var(--s-6,24px);
    line-height: 24px;
    line-height: var(--s-6,24px);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    margin-right: 8px;
    margin-right: var(--s-2,8px)
}

.next-pagination.next-small .next-pagination-ellipsis .next-icon-remote,.next-pagination.next-small .next-pagination-ellipsis:before {
    font-size: 12px;
    font-size: var(--pagination-small-ellipsis-size,12px);
    line-height: inherit;
    width: 12px;
    width: var(--pagination-small-ellipsis-size,12px)
}

.next-pagination.next-small .next-pagination-display,.next-pagination.next-small .next-pagination-display em,.next-pagination.next-small .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-pagination.next-small .next-pagination-jump-input {
    width: 28px;
    width: var(--s-7,28px)
}

.next-pagination.next-small .next-pagination-size-selector-title {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 24px;
    height: var(--s-6,24px);
    line-height: 24px;
    line-height: var(--s-6,24px);
    vertical-align: middle
}

.next-pagination.next-small .next-pagination-size-selector-btn {
    padding: 0 8px;
    padding: 0 var(--s-2,8px)
}

.next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i,.next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i {
    color: gray;
    color: grey;
    color: var(--pagination-arrow-color,gray)
}

.next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i,.next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i {
    color: #595959;
    color: var(--pagination-arrow-hover-color,#595959)
}

.next-pagination.next-small.next-arrow-only .next-pagination-item.next-next,.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev {
    padding: 0;
    width: 20px
}

.next-pagination.next-small.next-arrow-only .next-pagination-item.next-next .next-icon,.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev .next-icon {
    margin: 0 auto
}

.next-pagination.next-small.next-arrow-prev-only .next-pagination-item.next-prev {
    padding: 0;
    width: 20px
}

.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-next,.next-pagination.next-small.next-no-border .next-pagination-item.next-prev {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0
}

.next-pagination.next-small.next-no-border .next-pagination-item.next-next .next-icon,.next-pagination.next-small.next-no-border .next-pagination-item.next-prev .next-icon {
    margin: 0
}

.next-pagination.next-small.next-no-border .next-pagination-item.next-next:not([disabled]):hover i,.next-pagination.next-small.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-pagination.next-small.next-no-border .next-pagination-display {
    margin: 0 8px
}

.next-pagination.next-small.next-mini .next-pagination-item.next-prev {
    margin-right: 4px
}

.next-pagination.next-small.next-mini .next-pagination-item.next-next {
    margin-left: 4px
}

.next-pagination.next-medium .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--s-2,8px)
}

.next-pagination.next-medium .next-pagination-total {
    line-height: 32px;
    line-height: var(--s-8,32px);
    vertical-align: middle
}

.next-pagination.next-medium .next-pagination-item {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    border-width: 1px;
    border-width: var(--line-1,1px);
    padding: 0 10px
}

.next-pagination.next-medium .next-pagination-item+.next-pagination-item {
    margin: 0 0 0 8px;
    margin: 0 0 0 var(--s-2,8px)
}

.next-pagination.next-medium .next-pagination-ellipsis {
    height: 32px;
    height: var(--s-8,32px);
    line-height: 32px;
    line-height: var(--s-8,32px);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    margin-right: 8px;
    margin-right: var(--s-2,8px)
}

.next-pagination.next-medium .next-pagination-ellipsis .next-icon-remote,.next-pagination.next-medium .next-pagination-ellipsis:before {
    font-size: 12px;
    font-size: var(--pagination-ellipsis-size,12px);
    line-height: inherit;
    width: 12px;
    width: var(--pagination-ellipsis-size,12px)
}

.next-pagination.next-medium .next-pagination-display,.next-pagination.next-medium .next-pagination-display em,.next-pagination.next-medium .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-pagination.next-medium .next-pagination-jump-input {
    width: 40px;
    width: var(--s-10,40px)
}

.next-pagination.next-medium .next-pagination-size-selector-title {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 32px;
    height: var(--s-8,32px);
    line-height: 32px;
    line-height: var(--s-8,32px);
    vertical-align: middle
}

.next-pagination.next-medium .next-pagination-size-selector-btn {
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i,.next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i {
    color: gray;
    color: grey;
    color: var(--pagination-arrow-color,gray)
}

.next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i,.next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i {
    color: #595959;
    color: var(--pagination-arrow-hover-color,#595959)
}

.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next,.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev {
    padding: 0;
    width: 28px
}

.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next .next-icon,.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev .next-icon {
    margin: 0 auto
}

.next-pagination.next-medium.next-arrow-prev-only .next-pagination-item.next-prev {
    padding: 0;
    width: 28px
}

.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-next,.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0
}

.next-pagination.next-medium.next-no-border .next-pagination-item.next-next .next-icon,.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev .next-icon {
    margin: 0
}

.next-pagination.next-medium.next-no-border .next-pagination-item.next-next:not([disabled]):hover i,.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-pagination.next-medium.next-no-border .next-pagination-display {
    margin: 0 12px
}

.next-pagination.next-medium.next-mini .next-pagination-item.next-prev {
    margin-right: 4px
}

.next-pagination.next-medium.next-mini .next-pagination-item.next-next {
    margin-left: 4px
}

.next-pagination.next-large .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--s-2,8px)
}

.next-pagination.next-large .next-pagination-total {
    line-height: 36px;
    line-height: var(--s-9,36px);
    vertical-align: middle
}

.next-pagination.next-large .next-pagination-item {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    border-width: 1px;
    border-width: var(--line-1,1px);
    padding: 0 15px
}

.next-pagination.next-large .next-pagination-item+.next-pagination-item {
    margin: 0 0 0 8px;
    margin: 0 0 0 var(--s-2,8px)
}

.next-pagination.next-large .next-pagination-ellipsis {
    height: 36px;
    height: var(--s-9,36px);
    line-height: 36px;
    line-height: var(--s-9,36px);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    margin-right: 8px;
    margin-right: var(--s-2,8px)
}

.next-pagination.next-large .next-pagination-ellipsis .next-icon-remote,.next-pagination.next-large .next-pagination-ellipsis:before {
    font-size: 16px;
    font-size: var(--pagination-large-ellipsis-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--pagination-large-ellipsis-size,16px)
}

.next-pagination.next-large .next-pagination-display,.next-pagination.next-large .next-pagination-display em,.next-pagination.next-large .next-pagination-jump-text {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px)
}

.next-pagination.next-large .next-pagination-jump-input {
    width: 48px;
    width: var(--s-12,48px)
}

.next-pagination.next-large .next-pagination-size-selector-title {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px);
    height: 36px;
    height: var(--s-9,36px);
    line-height: 36px;
    line-height: var(--s-9,36px);
    vertical-align: middle
}

.next-pagination.next-large .next-pagination-size-selector-btn {
    padding: 0 16px;
    padding: 0 var(--s-4,16px)
}

.next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i,.next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i {
    color: gray;
    color: grey;
    color: var(--pagination-arrow-color,gray)
}

.next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i,.next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i {
    color: #595959;
    color: var(--pagination-arrow-hover-color,#595959)
}

.next-pagination.next-large.next-arrow-only .next-pagination-item.next-next,.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev {
    padding: 0;
    width: 40px
}

.next-pagination.next-large.next-arrow-only .next-pagination-item.next-next .next-icon,.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev .next-icon {
    margin: 0 auto
}

.next-pagination.next-large.next-arrow-prev-only .next-pagination-item.next-prev {
    padding: 0;
    width: 40px
}

.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-next,.next-pagination.next-large.next-no-border .next-pagination-item.next-prev {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0
}

.next-pagination.next-large.next-no-border .next-pagination-item.next-next .next-icon,.next-pagination.next-large.next-no-border .next-pagination-item.next-prev .next-icon {
    margin: 0
}

.next-pagination.next-large.next-no-border .next-pagination-item.next-next:not([disabled]):hover i,.next-pagination.next-large.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-pagination.next-large.next-no-border .next-pagination-display {
    margin: 0 16px
}

.next-pagination.next-large.next-mini .next-pagination-item.next-prev {
    margin-right: 8px
}

.next-pagination.next-large.next-mini .next-pagination-item.next-next {
    margin-left: 8px
}

.next-pagination-icon-prev:before {
    content: "\e61d"
}

.next-pagination-icon-next:before {
    content: "\e619"
}

.next-pagination-icon-ellipsis:before {
    content: "\e700"
}

.next-paragraph {
    color: #1a1a1a;
    color: #f0f2f5;
    color: var(--paragraph-text-color,#1a1a1a)
}

.next-paragraph-short {
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-paragraph-long {
    line-height: 1.5;
    line-height: var(--font-lineheight-3,1.5)
}

.next-paragraph-small {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-paragraph-medium {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.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 :after,.next-progress-line :before {
    box-sizing: border-box
}

.next-progress-line {
    display: inline-block;
    position: relative;
    width: 100%
}

.next-progress-line-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.next-progress-line-underlay {
    background: #e5e5e5;
    background: var(--progress-line-underlay-color,#e5e5e5);
    overflow: hidden;
    position: relative;
    width: 100%
}

.next-progress-line-overlay {
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease
}

.next-progress-line-overlay-normal {
    background: #0064c8;
    background: var(--progress-line-normal-color,#0064c8)
}

.next-progress-line-overlay-success {
    background: #43bf7e;
    background: var(--progress-line-success-color,#43bf7e)
}

.next-progress-line-overlay-error {
    background: #ed675a;
    background: var(--progress-line-error-color,#ed675a)
}

.next-progress-line-overlay-started {
    background: #ed675a;
    background: var(--progress-line-started-color,#ed675a)
}

.next-progress-line-overlay-middle {
    background: #f7a854;
    background: var(--progress-line-middle-color,#f7a854)
}

.next-progress-line-overlay-finishing {
    background: #43bf7e;
    background: var(--progress-line-finishing-color,#43bf7e)
}

.next-progress-line.next-small .next-progress-line-overlay,.next-progress-line.next-small .next-progress-line-underlay {
    border-radius: 50px;
    border-radius: var(--corner-3,50px);
    height: 4px;
    height: var(--s-1,4px)
}

.next-progress-line.next-small .next-progress-line-overlay {
    margin-top: -2px;
    margin-top: calc(0px - var(--s-1,4px)/2);
    top: 50%
}

.next-progress-line.next-small .next-progress-line-text {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 4px;
    line-height: var(--s-1,4px)
}

.next-progress-line.next-medium .next-progress-line-overlay,.next-progress-line.next-medium .next-progress-line-underlay {
    border-radius: 4px;
    border-radius: var(--corner-2,4px);
    height: 4px;
    height: var(--s-1,4px)
}

.next-progress-line.next-medium .next-progress-line-overlay {
    margin-top: -2px;
    margin-top: calc(0px - var(--s-1,4px)/2);
    top: 50%
}

.next-progress-line.next-medium .next-progress-line-text {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 4px;
    line-height: var(--s-1,4px)
}

.next-progress-line.next-large .next-progress-line-overlay,.next-progress-line.next-large .next-progress-line-underlay {
    border-radius: 50px;
    border-radius: var(--corner-3,50px);
    height: 6px
}

.next-progress-line.next-large .next-progress-line-overlay {
    height: var(--progress-line-height-size-l,6px);
    margin-top: -3px;
    margin-top: calc(0px - var(--progress-line-height-size-l, 6px)/2);
    top: 50%
}

.next-progress-line.next-large .next-progress-line-text {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 6px;
    line-height: var(--progress-line-height-size-l,6px)
}

.next-progress-line-show-info .next-progress-line-container {
    margin-right: -60px;
    padding-right: 60px
}

.next-progress-line-show-info .next-progress-line-text {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    vertical-align: middle;
    width: 50px
}

.next-progress-line-show-border .next-progress-line-underlay {
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) solid var(--color-line1-2,#d9d9d9)
}

.next-progress-line-show-border.next-small .next-progress-line-underlay {
    border-radius: 50px;
    border-radius: var(--corner-3,50px);
    height: 6px;
    height: calc(var(--s-1,4px) + var(--line-1,1px)*2)
}

.next-progress-line-show-border.next-small .next-progress-line-overlay {
    border-radius: 50px;
    border-radius: var(--corner-3,50px);
    height: 4px;
    height: var(--s-1,4px);
    margin-top: -2px;
    margin-top: calc(0px - var(--s-1,4px)/2);
    top: 50%
}

.next-progress-line-show-border.next-small .next-progress-line-text {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 6px;
    line-height: calc(var(--s-1,4px) + var(--line-1,1px)*2)
}

.next-progress-line-show-border.next-medium .next-progress-line-underlay {
    border-radius: 4px;
    border-radius: var(--corner-2,4px);
    height: 6px;
    height: calc(var(--s-1,4px) + var(--line-1,1px)*2)
}

.next-progress-line-show-border.next-medium .next-progress-line-overlay {
    border-radius: 4px;
    border-radius: var(--corner-2,4px);
    height: 4px;
    height: var(--s-1,4px);
    margin-top: -2px;
    margin-top: calc(0px - var(--s-1,4px)/2);
    top: 50%
}

.next-progress-line-show-border.next-medium .next-progress-line-text {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 6px;
    line-height: calc(var(--s-1,4px) + var(--line-1,1px)*2)
}

.next-progress-line-show-border.next-large .next-progress-line-underlay {
    border-radius: 50px;
    border-radius: var(--corner-3,50px);
    height: 8px;
    height: calc(var(--progress-line-height-size-l, 6px) + var(--line-1,1px)*2)
}

.next-progress-line-show-border.next-large .next-progress-line-overlay {
    border-radius: 50px;
    border-radius: var(--corner-3,50px);
    height: 6px;
    height: var(--progress-line-height-size-l,6px);
    margin-top: -3px;
    margin-top: calc(0px - var(--progress-line-height-size-l, 6px)/2);
    top: 50%
}

.next-progress-line-show-border.next-large .next-progress-line-text {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 8px;
    line-height: calc(var(--progress-line-height-size-l, 6px) + var(--line-1,1px)*2)
}

.next-progress-circle {
    box-sizing: border-box
}

.next-progress-circle *,.next-progress-circle :after,.next-progress-circle :before {
    box-sizing: border-box
}

.next-progress-circle {
    display: inline-block;
    position: relative
}

.next-progress-circle-underlay {
    stroke-width: 6px;
    stroke: #e5e5e5;
    stroke: var(--progress-circle-underlay-color,#e5e5e5)
}

.next-progress-circle-overlay {
    stroke-linecap: round;
    stroke-width: 6px;
    transition: all .3s ease
}

.next-progress-circle-overlay-normal {
    stroke: #0064c8;
    stroke: var(--color-brand1-6,#0064c8)
}

.next-progress-circle-overlay-success {
    stroke: #43bf7e;
    stroke: var(--progress-circle-success-color,#43bf7e)
}

.next-progress-circle-overlay-error {
    stroke: #ed675a;
    stroke: var(--progress-circle-error-color,#ed675a)
}

.next-progress-circle-overlay-started {
    stroke: #ed675a;
    stroke: var(--progress-circle-started-color,#ed675a)
}

.next-progress-circle-overlay-middle {
    stroke: #f7a854;
    stroke: var(--progress-circle-middle-color,#f7a854)
}

.next-progress-circle-overlay-finishing {
    stroke: #43bf7e;
    stroke: var(--progress-circle-finishing-color,#43bf7e)
}

.next-progress-circle.next-small {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    height: 36px;
    height: var(--progress-circle-size-s,36px);
    width: 36px
}

.next-progress-circle.next-medium {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    height: 56px;
    height: var(--progress-circle-size-m,56px);
    width: 56px
}

.next-progress-circle.next-large {
    font-size: 20px;
    font-size: var(--font-size-headline,20px);
    height: 96px;
    height: var(--progress-circle-size-l,96px);
    width: 96px
}

.next-progress-circle-text {
    color: gray;
    color: grey;
    color: var(--progress-circle-text-color,gray);
    display: block;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease;
    width: 100%
}

.next-range {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    vertical-align: baseline;
    width: 100%
}

.next-range *,.next-range :after,.next-range :before {
    box-sizing: border-box
}

.next-range .next-range-inner {
    position: relative
}

.next-range .next-range-inner:only-child {
    margin-bottom: auto;
    margin-top: auto
}

.next-range .next-range-track {
    width: 100%
}

.next-range .next-range-selected,.next-range .next-range-track {
    border-radius: 50px;
    border-radius: var(--corner-3,50px);
    position: absolute;
    top: 50%
}

.next-range .next-range-selected {
    left: 0;
    width: 0
}

.next-range .next-range-scale {
    height: 12px;
    position: relative;
    width: 100%
}

.next-range .next-range-scale .next-range-scale-item {
    border: 1px solid;
    border: var(--line-1,1px) solid;
    border-radius: 0;
    border-radius: var(--corner-zero,0);
    left: 0;
    position: absolute;
    width: 2px
}

.next-range .next-range-scale .next-range-scale-item:last-child {
    margin-left: -2px;
    margin-left: calc(0px - var(--line-1,1px)*2)
}

.next-range .next-range-slider {
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 50%
}

.next-range .next-range-slider-inner {
    border-radius: 50%;
    border-style: solid;
    border-style: var(--line-solid,solid);
    border-width: 2px;
    border-width: var(--line-2,2px);
    left: 50%;
    position: absolute;
    top: 50%;
    transition: transform .1s linear,border-color .1s linear
}

.next-range .next-range-frag.next-range-active .next-range-slider .next-range-slider-inner,.next-range .next-range-slider.next-range-slider-moving .next-range-slider-inner {
    border: 2px solid #589adb;
    border: var(--line-2,2px) var(--line-solid,solid) var(--range-normal-selected-color,#589adb);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    transform: scale(1.2)
}

.next-range .next-range-mark {
    cursor: auto;
    position: relative
}

.next-range .next-range-mark .next-range-mark-text {
    left: 0;
    padding-left: 2px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%)
}

.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: #e5e5e5;
    background: var(--range-normal-unselected-color,#e5e5e5)
}

.next-range .next-range-track:hover {
    background: #e5e5e5;
    background: var(--range-normal-unselected-color-hover,#e5e5e5)
}

.next-range .next-range-selected {
    background: #589adb;
    background: var(--range-normal-selected-color,#589adb)
}

.next-range .next-range-selected:hover {
    background: #90c0ef;
    background: var(--range-normal-selected-color-hover,#90c0ef)
}

.next-range .next-range-scale .next-range-scale-item {
    background: #e5e5e5;
    background: var(--range-normal-unselected-color,#e5e5e5);
    border-color: #e5e5e5;
    border-color: var(--range-normal-unselected-color,#e5e5e5)
}

.next-range .next-range-scale .next-range-scale-item:hover {
    border-color: #e5e5e5;
    border-color: var(--range-normal-unselected-color-hover,#e5e5e5)
}

.next-range .next-range-scale .next-range-scale-item.activated {
    background: #589adb;
    background: var(--range-normal-selected-color,#589adb);
    border-color: #589adb;
    border-color: var(--range-normal-selected-color,#589adb)
}

.next-range .next-range-scale .next-range-scale-item.activated:hover {
    border-color: #90c0ef;
    border-color: var(--range-normal-selected-color-hover,#90c0ef)
}

.next-range .next-range-slider-inner {
    background: #fff;
    background: var(--range-normal-slider-bg-color,#fff);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-range .next-range-slider-inner:hover {
    background: #fff;
    background: var(--range-normal-slider-bg-color-hover,#fff);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    transform: scale(1.2)
}

.next-range .next-range-mark .next-range-mark-text {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-range .next-range-mark .next-range-mark-text:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-range .next-range-mark .next-range-mark-text.activated {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-range .next-range-mark .next-range-mark-text.activated:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-range.disabled .next-range-track {
    background: #e5e5e5;
    background: var(--color-line1-1,#e5e5e5)
}

.next-range.disabled .next-range-selected {
    background: #d9d9d9;
    background: var(--range-normal-selected-color-disabled,#d9d9d9)
}

.next-range.disabled .next-range-scale-item {
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5)
}

.next-range.disabled .next-range-scale-item.activated {
    border-color: #d9d9d9;
    border-color: var(--range-normal-selected-color-disabled,#d9d9d9)
}

.next-range.disabled .next-range-slider-inner {
    background: #fff;
    background: var(--range-normal-slider-bg-color-disabled,#fff);
    border-color: #ccc;
    border-color: var(--range-normal-slider-border-color-disabled,#ccc);
    box-shadow: none;
    transform: none
}

.next-range.disabled .next-range-mark-text {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-range.disabled .next-range-mark-text.activated {
    color: #ccc;
    color: var(--range-normal-mark-selected-color-disabled,#ccc)
}

.next-range .next-range-selected,.next-range .next-range-track {
    height: 6px;
    margin-top: -3px;
    margin-top: calc(0px - var(--range-size-m-track-height, 6px)/2)
}

.next-range .next-range-selected {
    height: var(--range-size-m-track-height,6px)
}

.next-range .next-range-frag {
    height: 6px;
    height: var(--range-size-m-track-height,6px);
    margin-top: 3px;
    margin-top: calc(var(--range-size-m-scale-height, 12px)/2 - var(--range-size-m-track-height, 6px)/2)
}

.next-range .next-range-slider {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--range-size-m-slider-shadow,0 3px 8px 0 rgba(0,0,0,.06))
}

.next-range .next-range-slider,.next-range .next-range-slider-inner {
    height: 16px;
    margin-left: -8px;
    margin-left: calc(0px - var(--range-size-m-slider-hw, 16px)/2);
    margin-top: -8px;
    margin-top: calc(0px - var(--range-size-m-slider-hw, 16px)/2);
    width: 16px;
    width: var(--range-size-m-slider-hw,16px)
}

.next-range .next-range-slider-inner {
    height: var(--range-size-m-slider-hw,16px)
}

.next-range .next-range-mark {
    display: block
}

.next-range .next-range-mark .next-range-mark-text {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 20px;
    height: var(--range-size-m-mark-font-lineheight,20px);
    line-height: 20px
}

.next-range .next-range-mark.next-range-mark-below {
    height: 30px
}

.next-range .next-range-mark.next-range-mark-below .next-range-mark-text {
    bottom: 0
}

.next-range .next-range-mark.next-range-mark-above {
    height: 30px;
    height: var(--range-size-m-mark-top,30px)
}

.next-range .next-range-scale .next-range-scale-item {
    height: 12px;
    height: var(--range-size-m-scale-height,12px)
}

.next-range.simulation-hover>.next-range-slider-inner {
    background: #fff;
    background: var(--range-normal-slider-bg-color-hover,#fff);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    transform: scale(1.2)
}

.next-range.simulation-hover .next-range-selected {
    background: #90c0ef;
    background: var(--range-normal-selected-color-hover,#90c0ef)
}

.next-range.simulation-hover .next-range-track {
    background: #e5e5e5;
    background: var(--range-normal-unselected-color-hover,#e5e5e5)
}

.next-range.simulation-hover .next-range-scale-item {
    border-color: #e5e5e5;
    border-color: var(--range-normal-unselected-color-hover,#e5e5e5)
}

.next-range.simulation-hover .next-range-scale-item.activated {
    border-color: #90c0ef;
    border-color: var(--range-normal-selected-color-hover,#90c0ef)
}

.next-range.simulation-click>.next-range-slider-inner {
    border: 2px solid #589adb;
    border: 2px solid var(--range-normal-selected-color,#589adb);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    transform: scale(1.2)
}

.next-range[dir=rtl] .next-range-mark {
    cursor: auto;
    position: relative
}

.next-range[dir=rtl] .next-range-mark .next-range-mark-text {
    padding-right: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateX(50%)
}

.next-rating[dir=rtl] .next-rating-overlay {
    left: auto;
    right: 0
}

.next-rating[dir=rtl] .next-rating-overlay .next-rating-icon,.next-rating[dir=rtl] .next-rating-underlay .next-rating-icon {
    margin-left: 0;
    margin-right: 4px
}

.next-rating[dir=rtl] .next-rating-overlay .next-rating-icon:last-child,.next-rating[dir=rtl] .next-rating-underlay .next-rating-icon:last-child {
    margin-left: 4px
}

.next-rating {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.next-rating:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.next-rating-base,.next-rating-text {
    float: left
}

.next-rating-base-disabled,.next-rating-base-disabled .next-rating-overlay .next-rating-icon,.next-rating-base-disabled .next-rating-underlay .next-rating-icon {
    cursor: not-allowed
}

.next-rating-symbol-icon:before {
    content: "\e60e"
}

.next-rating-underlay {
    overflow: hidden;
    white-space: nowrap
}

.next-rating-underlay .next-icon {
    color: #d9d9d9;
    color: var(--rating-normal-underlay-color,#d9d9d9)
}

.next-rating-stroke-mode .next-rating-underlay .next-icon {
    -webkit-text-stroke: 1px #0064c8;
    -webkit-text-stroke: 1px var(--color-brand1-6,#0064c8);
    color: transparent
}

.next-rating-overlay {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 0
}

.next-rating-overlay .next-icon {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-rating-overlay .next-rating-icon,.next-rating-underlay .next-rating-icon {
    cursor: pointer;
    margin-left: 4px
}

.next-rating-overlay .next-rating-icon:last-child,.next-rating-underlay .next-rating-icon:last-child {
    margin-right: 4px
}

.next-rating-overlay .next-icon,.next-rating-underlay .next-icon {
    transition: all .1s linear
}

.next-rating-overlay .next-icon.hover,.next-rating-underlay .next-icon.hover {
    transform: scale3d(1.1,1.1,1.1)
}

.next-rating-overlay .next-icon.clicked,.next-rating-underlay .next-icon.clicked {
    transform: scale3d(.9,.9,.9)
}

.next-rating-info {
    background: #fff;
    border: 1px solid #d9d9d9;
    border: 1px solid var(--color-fill1-4,#d9d9d9);
    font-size: 12px;
    left: 0;
    padding: 4px 8px 3px;
    position: absolute;
    top: calc(100% + 4px);
    white-space: nowrap
}

.next-rating-info:after {
    background: #fff;
    border: 1px solid #d9d9d9;
    border: 1px solid var(--color-fill1-4,#d9d9d9);
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    content: "";
    height: 4px;
    left: 4px;
    position: absolute;
    top: -3px;
    transform: rotate(45deg);
    width: 4px
}

.next-rating.hover,.next-rating:focus .next-rating-base:not(.next-rating-base-disabled) {
    outline: none
}

.next-rating.hover .next-rating-overlay .next-icon,.next-rating:focus .next-rating-base:not(.next-rating-base-disabled) .next-rating-overlay .next-icon {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-rating-grade-low.hover .next-rating-overlay .next-icon,.next-rating-grade-low .next-rating-overlay .next-icon {
    color: gray;
    color: grey;
    color: var(--rating-grade-low-overlay-color,gray)
}

.next-rating-grade-high.hover .next-rating-overlay .next-icon,.next-rating-grade-high .next-rating-overlay .next-icon {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-rating-small {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-rating-small .next-icon .next-icon-remote,.next-rating-small .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-rating-small .next-rating-text {
    margin-left: 8px;
    margin-left: var(--s-2,8px)
}

.next-rating-medium {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-rating-medium .next-icon .next-icon-remote,.next-rating-medium .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-rating-medium .next-rating-text {
    margin-left: 12px;
    margin-left: var(--s-3,12px)
}

.next-rating-large {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px)
}

.next-rating-large .next-icon .next-icon-remote,.next-rating-large .next-icon:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-rating-large .next-rating-text {
    margin-left: 16px;
    margin-left: var(--s-4,16px)
}

.next-search-simple[dir=rtl].next-large .next-search-icon {
    margin-left: 8px;
    margin-right: 0
}

.next-search-simple[dir=rtl].next-medium .next-search-icon {
    margin-left: 8px;
    margin-right: 0
}

.next-search-simple[dir=rtl].next-normal .next-search-left .next-search-left-addon {
    border-left: 1px solid #ccc;
    border-left: 1px solid var(--search-simple-normal-split-color,#ccc);
    border-right: none
}

.next-search-simple[dir=rtl].next-dark .next-search-left {
    border-color: #ccc;
    border-color: var(--color-line1-3,#ccc)
}

.next-search-simple[dir=rtl].next-dark .next-search-left .next-search-left-addon {
    border-right: 1px solid #ccc;
    border-right: 1px solid var(--color-line1-3,#ccc)
}

.next-search-simple[dir=rtl].next-dark:hover .next-search-left {
    border-color: #ccc;
    border-color: var(--color-line1-3,#ccc)
}

.next-search-simple[dir=rtl].next-dark .next-search-icon {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-search-simple[dir=rtl].next-dark .next-search-icon:hover {
    color: #333;
    color: var(--color-text1-3,#333)
}

.next-search-normal[dir=rtl] .next-search-left {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--corner-1,2px);
    border-left: none;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-top-right-radius: var(--corner-1,2px)
}

.next-search-normal[dir=rtl] .next-search-btn.next-btn {
    border-radius: 2px 0 0 2px!important;
    border-radius: var(--corner-1,2px) 0 0 var(--corner-1,2px)!important
}

.next-search-normal[dir=rtl] .next-input {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-search-normal[dir=rtl].next-primary .next-input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1px;
    border-bottom-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    border-top-left-radius: 0;
    border-top-right-radius: 1px;
    border-top-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search-normal[dir=rtl].next-primary .next-search-left .next-search-left-addon {
    border-left: 1px solid #e5e5e5;
    border-left: 1px solid var(--search-normal-primary-split-color,#e5e5e5);
    border-right: none
}

.next-search-normal[dir=rtl].next-secondary .next-input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1px;
    border-bottom-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    border-top-left-radius: 0;
    border-top-right-radius: 1px;
    border-top-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search-normal[dir=rtl].next-secondary .next-search-left .next-search-left-addon {
    border-left: 1px solid #e5e5e5;
    border-left: 1px solid var(--search-normal-secondary-split-color,#e5e5e5);
    border-right: none
}

.next-search-normal[dir=rtl].next-normal .next-input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1px;
    border-bottom-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    border-top-left-radius: 0;
    border-top-right-radius: 1px;
    border-top-right-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search-normal[dir=rtl].next-normal .next-search-left .next-search-left-addon {
    border-left: 1px solid #e5e5e5;
    border-left: 1px solid var(--search-normal-normal-split-color,#e5e5e5);
    border-right: none
}

.next-search-normal[dir=rtl].next-dark .next-search-left .next-search-left-addon {
    border-left: 1px solid #0064c8;
    border-left: 1px solid var(--color-brand1-6,#0064c8);
    border-right: none
}

.next-search {
    box-sizing: border-box;
    display: inline-block;
    width: 100%
}

.next-search *,.next-search :after,.next-search :before {
    box-sizing: border-box
}

.next-search .next-input,.next-search .next-select {
    border: none;
    box-shadow: none
}

.next-search .next-select .next-input,.next-search .next-select .next-input .next-input-text-field {
    height: auto
}

.next-search .next-search-left {
    border-style: solid;
    transition: all .1s linear
}

.next-search .next-search-left-addon .next-input,.next-search .next-search-left-addon .next-select-trigger-search {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    min-height: 100%
}

.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: "\e63e"
}

.next-search-normal {
    width: 600px
}

.next-search-normal .next-search-left {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--corner-1,2px);
    border-top-left-radius: 2px;
    border-top-left-radius: var(--corner-1,2px)
}

.next-search-normal .next-input {
    border-radius: 2px 0 0 2px;
    border-radius: var(--corner-1,2px) 0 0 var(--corner-1,2px)
}

.next-search-normal .next-btn {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-search-normal.next-primary .next-search-left {
    border-color: #0064c8;
    border-color: var(--search-normal-primary-color,#0064c8)
}

.next-search-normal.next-primary .next-search-left .next-search-left-addon {
    border-right: 1px solid #e5e5e5;
    border-right: 1px solid var(--search-normal-primary-split-color,#e5e5e5)
}

.next-search-normal.next-primary:hover .next-btn,.next-search-normal.next-primary:hover .next-search-left {
    border-color: #0064c8;
    border-color: var(--search-normal-primary-hover-color,#0064c8)
}

.next-search-normal.next-primary .next-search-btn {
    background: #0064c8;
    background: var(--search-normal-primary-color,#0064c8);
    border-color: #0064c8;
    border-color: var(--search-normal-primary-color,#0064c8);
    color: #fff;
    color: var(--search-normal-primary-btn-text-color,#fff)
}

.next-search-normal.next-primary .next-search-btn:hover {
    background: #2a7dd1;
    background: var(--search-normal-primary-btn-hover-bg-color,#2a7dd1);
    border-color: #0064c8;
    border-color: var(--search-normal-primary-hover-color,#0064c8);
    color: #fff;
    color: var(--search-normal-primary-btn-hover-text-color,#fff)
}

.next-search-normal.next-primary .next-search-btn .next-icon {
    color: #fff;
    color: var(--search-normal-primary-btn-text-color,#fff)
}

.next-search-normal.next-primary .next-search-btn .next-icon:hover {
    color: #fff;
    color: var(--search-normal-primary-btn-hover-text-color,#fff)
}

.next-search-normal.next-primary.next-large {
    box-shadow: none;
    box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-primary.next-large .next-search-btn,.next-search-normal.next-primary.next-large .next-search-left {
    border-width: 1px;
    border-width: var(--line-1,1px);
    height: 36px;
    height: var(--s-9,36px)
}

.next-search-normal.next-primary.next-large .next-search-input {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    overflow-y: hidden
}

.next-search-normal.next-primary.next-large .next-search-input input {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    line-height: 34px \0;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-primary.next-large .next-select {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2)
}

.next-search-normal.next-primary.next-large .next-search-btn {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote,.next-search-normal.next-primary.next-large .next-search-btn .next-icon:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-search-normal.next-primary.next-large .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0;
    padding-left: var(--s-zero,0)
}

.next-search-normal.next-primary.next-medium {
    box-shadow: none;
    box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-primary.next-medium .next-search-btn,.next-search-normal.next-primary.next-medium .next-search-left {
    border-width: 1px;
    border-width: var(--line-1,1px);
    height: 32px;
    height: var(--s-8,32px)
}

.next-search-normal.next-primary.next-medium .next-search-input {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    overflow-y: hidden
}

.next-search-normal.next-primary.next-medium .next-search-input input {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    line-height: 30px \0;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-primary.next-medium .next-select {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2)
}

.next-search-normal.next-primary.next-medium .next-search-btn {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-search-normal.next-primary.next-medium .next-search-btn .next-icon .next-icon-remote,.next-search-normal.next-primary.next-medium .next-search-btn .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-search-normal.next-primary.next-medium .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0;
    padding-left: var(--s-zero,0)
}

.next-search-normal.next-primary .next-input {
    border-bottom-left-radius: 1px;
    border-bottom-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    border-top-left-radius: 1px;
    border-top-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search-normal.next-secondary .next-search-left {
    border-color: #ccc;
    border-color: var(--search-normal-secondary-color,#ccc)
}

.next-search-normal.next-secondary .next-search-left .next-search-left-addon {
    border-right: 1px solid #e5e5e5;
    border-right: 1px solid var(--search-normal-secondary-split-color,#e5e5e5)
}

.next-search-normal.next-secondary:hover .next-btn,.next-search-normal.next-secondary:hover .next-search-left {
    border-color: #0064c8;
    border-color: var(--search-normal-secondary-hover-color,#0064c8)
}

.next-search-normal.next-secondary .next-search-btn {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-secondary .next-search-btn:hover {
    background: #003263;
    background: var(--color-brand1-9,#003263);
    border-color: #0064c8;
    border-color: var(--search-normal-secondary-hover-color,#0064c8);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-secondary .next-search-btn .next-icon {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-secondary .next-search-btn .next-icon:hover {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-secondary.next-large {
    box-shadow: none;
    box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-secondary.next-large .next-search-btn,.next-search-normal.next-secondary.next-large .next-search-left {
    border-width: 1px;
    border-width: var(--line-1,1px);
    height: 36px;
    height: var(--s-9,36px)
}

.next-search-normal.next-secondary.next-large .next-search-input {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    overflow-y: hidden
}

.next-search-normal.next-secondary.next-large .next-search-input input {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    line-height: 34px \0;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-secondary.next-large .next-select {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2)
}

.next-search-normal.next-secondary.next-large .next-search-btn {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px)
}

.next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote,.next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-search-normal.next-secondary.next-large .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0;
    padding-left: var(--s-zero,0)
}

.next-search-normal.next-secondary.next-medium {
    box-shadow: none;
    box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-secondary.next-medium .next-search-btn,.next-search-normal.next-secondary.next-medium .next-search-left {
    border-width: 1px;
    border-width: var(--line-1,1px);
    height: 32px;
    height: var(--s-8,32px)
}

.next-search-normal.next-secondary.next-medium .next-search-input {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    overflow-y: hidden
}

.next-search-normal.next-secondary.next-medium .next-search-input input {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    line-height: 30px \0;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-secondary.next-medium .next-select {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,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 .next-icon-remote,.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-search-normal.next-secondary.next-medium .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0;
    padding-left: var(--s-zero,0)
}

.next-search-normal.next-secondary .next-input {
    border-bottom-left-radius: 1px;
    border-bottom-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    border-top-left-radius: 1px;
    border-top-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search-normal.next-normal .next-search-left {
    border-color: #ccc;
    border-color: var(--color-line1-3,#ccc)
}

.next-search-normal.next-normal .next-search-left .next-search-left-addon {
    border-right: 1px solid #e5e5e5;
    border-right: 1px solid var(--search-normal-normal-split-color,#e5e5e5)
}

.next-search-normal.next-normal:hover .next-btn,.next-search-normal.next-normal:hover .next-search-left {
    border-color: #d9d9d9;
    border-color: var(--search-normal-normal-hover-color,#d9d9d9)
}

.next-search-normal.next-normal .next-search-btn {
    background: #fff;
    background: var(--search-normal-normal-btn-bg-color,#fff);
    border-color: #ccc;
    border-color: var(--color-line1-3,#ccc);
    color: dimgray;
    color: #696969;
    color: var(--search-normal-normal-btn-text-color,dimgray)
}

.next-search-normal.next-normal .next-search-btn:hover {
    background: #f7f7f7;
    background: var(--search-normal-normal-btn-hover-bg-color,#f7f7f7);
    border-color: #d9d9d9;
    border-color: var(--search-normal-normal-hover-color,#d9d9d9);
    color: dimgray;
    color: #696969;
    color: var(--search-normal-normal-btn-hover-text-color,dimgray)
}

.next-search-normal.next-normal .next-search-btn .next-icon {
    color: dimgray;
    color: #696969;
    color: var(--search-normal-normal-btn-text-color,dimgray)
}

.next-search-normal.next-normal .next-search-btn .next-icon:hover {
    color: dimgray;
    color: #696969;
    color: var(--search-normal-normal-btn-hover-text-color,dimgray)
}

.next-search-normal.next-normal.next-large {
    box-shadow: none;
    box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-normal.next-large .next-search-btn,.next-search-normal.next-normal.next-large .next-search-left {
    border-width: 1px;
    border-width: var(--line-1,1px);
    height: 36px;
    height: var(--s-9,36px)
}

.next-search-normal.next-normal.next-large .next-search-input {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    overflow-y: hidden
}

.next-search-normal.next-normal.next-large .next-search-input input {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    line-height: 34px \0;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-normal.next-large .next-select {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2)
}

.next-search-normal.next-normal.next-large .next-search-btn {
    font-size: 14px;
    font-size: var(--search-normal-normal-l-btn-text-size,14px)
}

.next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote,.next-search-normal.next-normal.next-large .next-search-btn .next-icon:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-search-normal.next-normal.next-large .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0;
    padding-left: var(--s-zero,0)
}

.next-search-normal.next-normal.next-medium {
    box-shadow: none;
    box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-normal.next-medium .next-search-btn,.next-search-normal.next-normal.next-medium .next-search-left {
    border-width: 1px;
    border-width: var(--line-1,1px);
    height: 32px;
    height: var(--s-8,32px)
}

.next-search-normal.next-normal.next-medium .next-search-input {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    overflow-y: hidden
}

.next-search-normal.next-normal.next-medium .next-search-input input {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    line-height: 30px \0;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-normal.next-medium .next-select {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2)
}

.next-search-normal.next-normal.next-medium .next-search-btn {
    font-size: 12px;
    font-size: var(--search-normal-normal-m-btn-text-size,12px)
}

.next-search-normal.next-normal.next-medium .next-search-btn .next-icon .next-icon-remote,.next-search-normal.next-normal.next-medium .next-search-btn .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-search-normal.next-normal.next-medium .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0;
    padding-left: var(--s-zero,0)
}

.next-search-normal.next-normal .next-input {
    border-bottom-left-radius: 1px;
    border-bottom-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px));
    border-top-left-radius: 1px;
    border-top-left-radius: calc(var(--corner-1,2px) - var(--line-1,1px))
}

.next-search-normal.next-dark .next-search-left {
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-search-normal.next-dark .next-search-left .next-search-left-addon {
    border-right: 1px solid #0064c8;
    border-right: 1px solid var(--color-brand1-6,#0064c8)
}

.next-search-normal.next-dark:hover .next-btn,.next-search-normal.next-dark:hover .next-search-left {
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-search-normal.next-dark .next-search-btn {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-dark .next-search-btn:hover {
    background: #003263;
    background: var(--color-brand1-9,#003263);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-dark .next-search-btn .next-icon {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-dark .next-search-btn .next-icon:hover {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-dark .next-select-inner,.next-search-normal.next-dark input {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-normal.next-dark .next-input,.next-search-normal.next-dark .next-select {
    background: hsla(0,0%,100%,0)
}

.next-search-normal.next-dark.next-large {
    box-shadow: none;
    box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-dark.next-large .next-search-btn,.next-search-normal.next-dark.next-large .next-search-left {
    border-width: 1px;
    border-width: var(--line-1,1px);
    height: 36px;
    height: var(--s-9,36px)
}

.next-search-normal.next-dark.next-large .next-search-input {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    overflow-y: hidden
}

.next-search-normal.next-dark.next-large .next-search-input input {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    line-height: 34px \0;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-dark.next-large .next-select {
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2)
}

.next-search-normal.next-dark.next-large .next-search-btn {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px)
}

.next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote,.next-search-normal.next-dark.next-large .next-search-btn .next-icon:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-search-normal.next-dark.next-large .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0;
    padding-left: var(--s-zero,0)
}

.next-search-normal.next-dark.next-medium {
    box-shadow: none;
    box-shadow: var(--shadow-zero,none)
}

.next-search-normal.next-dark.next-medium .next-search-btn,.next-search-normal.next-dark.next-medium .next-search-left {
    border-width: 1px;
    border-width: var(--line-1,1px);
    height: 32px;
    height: var(--s-8,32px)
}

.next-search-normal.next-dark.next-medium .next-search-input {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    overflow-y: hidden
}

.next-search-normal.next-dark.next-medium .next-search-input input {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    line-height: 30px \0;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0
}

.next-search-normal.next-dark.next-medium .next-select {
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,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 .next-icon-remote,.next-search-normal.next-dark.next-medium .next-search-btn .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-search-normal.next-dark.next-medium .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0;
    padding-left: var(--s-zero,0)
}

.next-search-normal:not([dir=rtl]) .next-search-left {
    border-right: none
}

.next-search-simple {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    width: 300px
}

.next-search-simple .next-search-icon {
    cursor: pointer;
    transition: all .1s linear
}

.next-search-simple .next-input,.next-search-simple .next-search-left {
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

.next-search-simple.next-large .next-search-icon,.next-search-simple.next-medium .next-search-icon {
    margin-right: 8px
}

.next-search-simple.next-normal .next-search-left {
    border-color: #ccc;
    border-color: var(--color-line1-3,#ccc)
}

.next-search-simple.next-normal .next-search-left .next-search-left-addon {
    border-right: 1px solid #ccc;
    border-right: 1px solid var(--search-simple-normal-split-color,#ccc)
}

.next-search-simple.next-normal:hover .next-search-left {
    border-color: #ccc;
    border-color: var(--search-simple-normal-hover-color,#ccc)
}

.next-search-simple.next-normal .next-search-icon {
    color: dimgray;
    color: #696969;
    color: var(--search-simple-normal-icon-text-color,dimgray)
}

.next-search-simple.next-normal .next-search-icon:hover {
    color: #333;
    color: var(--search-simple-normal-icon-hover-text-color,#333)
}

.next-search-simple.next-normal .next-search-left {
    border-width: 1px;
    border-width: var(--line-1,1px)
}

.next-search-simple.next-normal.next-large .next-search-icon .next-icon-remote,.next-search-simple.next-normal.next-large .next-search-icon:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-search-simple.next-normal.next-medium .next-search-icon .next-icon-remote,.next-search-simple.next-normal.next-medium .next-search-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-search-simple.next-dark .next-search-left {
    border-color: #ccc;
    border-color: var(--color-line1-3,#ccc)
}

.next-search-simple.next-dark .next-search-left .next-search-left-addon {
    border-right: 1px solid #ccc;
    border-right: 1px solid var(--color-line1-3,#ccc)
}

.next-search-simple.next-dark:hover .next-search-left {
    border-color: #ccc;
    border-color: var(--color-line1-3,#ccc)
}

.next-search-simple.next-dark .next-search-icon {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-search-simple.next-dark .next-search-icon:hover {
    color: #333;
    color: var(--color-text1-3,#333)
}

.next-search-simple.next-dark .next-select-inner,.next-search-simple.next-dark input {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-search-simple.next-dark .next-input,.next-search-simple.next-dark .next-select {
    background: hsla(0,0%,100%,0)
}

.next-search-simple.next-dark .next-search-left {
    border-width: 1px;
    border-width: var(--line-1,1px)
}

.next-search-simple.next-dark.next-large .next-search-icon .next-icon-remote,.next-search-simple.next-dark.next-large .next-search-icon:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-search-simple.next-dark.next-medium .next-search-icon .next-icon-remote,.next-search-simple.next-dark.next-medium .next-search-icon:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-search-simple .next-select.next-large {
    height: 34px;
    height: calc(var(--s-9,36px) - 2px)
}

.next-search-simple .next-select.next-medium {
    height: 30px;
    height: calc(var(--s-8,32px) - 2px)
}

.next-slick {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    -ms-user-select: none;
    user-select: none
}

.next-slick *,.next-slick :after,.next-slick :before {
    box-sizing: border-box
}

.next-slick-initialized .next-slick-slide {
    display: block
}

.next-slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform: translateZ(0)
}

.next-slick-list:focus {
    outline: none
}

.next-slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.next-slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
    transform: translateZ(0)
}

.next-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    transition: all .1s linear
}

.next-slick[dir=rtl] .next-slick-slide {
    float: right
}

.next-slick-slide img {
    display: block
}

.next-slick-arrow {
    cursor: pointer;
    display: block;
    position: absolute;
    text-align: center;
    transition: all .1s linear
}

.next-slick-arrow.inner {
    background: #000;
    background: var(--color-black,#000);
    border: none;
    color: #fff;
    color: var(--color-white,#fff);
    opacity: .2;
    padding: 0
}

.next-slick-arrow.inner:focus,.next-slick-arrow.inner:hover {
    background: #000;
    background: var(--color-black,#000);
    color: #fff;
    color: var(--color-white,#fff);
    opacity: .2
}

.next-slick-arrow.inner.disabled {
    background: #fff;
    background: var(--color-fill1-1,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    opacity: .5
}

.next-slick-arrow.outer {
    background: transparent;
    background: var(--color-transparent,transparent);
    border: none;
    border-radius: 0;
    border-radius: var(--s-zero,0);
    color: #333;
    color: var(--color-text1-3,#333);
    opacity: .32;
    padding: 0
}

.next-slick-arrow.outer:focus,.next-slick-arrow.outer:hover {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    opacity: .32
}

.next-slick-arrow.outer.disabled {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    opacity: .32
}

.next-slick-arrow.disabled {
    cursor: not-allowed
}

.next-slick-dots {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute
}

.next-slick-dots-item {
    cursor: pointer;
    display: inline-block;
    position: relative
}

.next-slick-dots-item button {
    background: rgba(0,0,0,.2);
    border: 0 solid rgba(26,26,26,0);
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    border-width: var(--line-zero,0);
    cursor: pointer;
    height: 8px;
    height: var(--s-2,8px);
    outline: none;
    padding: 0;
    width: 8px;
    width: var(--s-2,8px)
}

.next-slick-dots-item button:focus,.next-slick-dots-item button:hover {
    background-color: hsla(0,0%,100%,.2);
    border-color: #fff
}

.next-slick-dots-item.active button {
    animation: zoom .3s cubic-bezier(.86,0,.07,1);
    background: #0064c8;
    border-color: #fff
}

.next-slick-dots.hoz {
    bottom: 12px;
    bottom: var(--s-3,12px);
    left: 0;
    text-align: center;
    width: 100%
}

.next-slick-dots.hoz .next-slick-dots-item {
    margin: 0 4px;
    margin: 0 var(--s-1,4px)
}

.next-slick-dots.ver {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 20px;
    right: var(--s-5,20px);
    top: 0;
    width: 16px;
    width: calc(var(--s-2,8px) + 8px)
}

.next-slick-dots.ver .next-slick-dots-item {
    margin: 0;
    margin: var(--s-zero,0) 0
}

.next-slick.next-slick-hoz.next-slick-outer {
    padding: 0 24px;
    padding: 0 var(--s-6,24px)
}

.next-slick.next-slick-hoz .next-slick-arrow.medium {
    height: 56px;
    height: var(--s-14,56px);
    line-height: 56px;
    line-height: var(--s-14,56px);
    width: 28px;
    width: var(--s-7,28px)
}

.next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon .next-icon-remote,.next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner {
    top: calc(50% - 28px);
    top: calc(50% - var(--s-14,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(--s-14,56px)/2)
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
    left: -4px;
    left: calc(0px - var(--s-1,4px))
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
    right: -4px;
    right: calc(0px - var(--s-1,4px))
}

.next-slick.next-slick-hoz .next-slick-arrow.large {
    height: 96px;
    height: var(--s-24,96px);
    line-height: 96px;
    line-height: var(--s-24,96px);
    width: 48px;
    width: var(--s-12,48px)
}

.next-slick.next-slick-hoz .next-slick-arrow.large .next-icon .next-icon-remote,.next-slick.next-slick-hoz .next-slick-arrow.large .next-icon:before {
    font-size: 32px;
    line-height: inherit;
    width: 32px
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner {
    top: calc(50% - 48px);
    top: calc(50% - var(--s-24,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(--s-24,96px)/2)
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
    left: -8px;
    left: calc(0px - var(--s-2,8px))
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
    right: -8px;
    right: calc(0px - var(--s-2,8px))
}

.next-slick.next-slick-ver.next-slick-outer {
    padding: 24px 0;
    padding: var(--s-6,24px) 0
}

.next-slick.next-slick-ver .next-slick-slide {
    display: block;
    height: auto
}

.next-slick.next-slick-ver .next-slick-arrow.medium {
    height: 28px;
    height: var(--s-7,28px);
    line-height: 28px;
    line-height: var(--s-7,28px);
    width: 56px;
    width: var(--s-14,56px)
}

.next-slick.next-slick-ver .next-slick-arrow.medium .next-icon .next-icon-remote,.next-slick.next-slick-ver .next-slick-arrow.medium .next-icon:before {
    font-size: 20px;
    line-height: inherit;
    width: 20px
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner {
    left: calc(50% - 28px);
    left: calc(50% - var(--s-14,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(--s-14,56px)/2)
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
    top: -4px;
    top: calc(0px - var(--s-1,4px))
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
    bottom: -4px;
    bottom: calc(0px - var(--s-1,4px))
}

.next-slick.next-slick-ver .next-slick-arrow.large {
    height: 48px;
    height: var(--s-12,48px);
    line-height: 48px;
    line-height: var(--s-12,48px);
    width: 96px;
    width: var(--s-24,96px)
}

.next-slick.next-slick-ver .next-slick-arrow.large .next-icon .next-icon-remote,.next-slick.next-slick-ver .next-slick-arrow.large .next-icon:before {
    font-size: 32px;
    line-height: inherit;
    width: 32px
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner {
    left: calc(50% - 48px);
    left: calc(50% - var(--s-24,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(--s-24,96px)/2)
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
    top: -16px;
    top: calc(0px - var(--s-4,16px))
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
    bottom: -16px;
    bottom: calc(0px - var(--s-4,16px))
}

.next-split-btn {
    display: inline-block;
    position: relative
}

.next-split-btn-spacing-tb {
    padding: 0;
    padding: var(--s-zero,0) 0
}

.next-split-btn-trigger .next-icon {
    transition: transform .1s 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: gray;
    color: grey;
    color: var(--split-btn-trigger-normal-icon-color,gray)
}

.next-split-btn-trigger.next-small {
    padding-left: 4px;
    padding-right: 4px
}

.next-split-btn-trigger.next-medium {
    padding-left: 8px;
    padding-right: 8px
}

.next-split-btn-symbol-fold:before {
    content: "\e63d"
}

.next-split-btn-symbol-unfold:before {
    content: "";
    content: var(--split-btn-unfold-icon-content,"")
}

.next-step *,.next-step :after,.next-step :before {
    box-sizing: border-box
}

.next-step,.next-step:after,.next-step:before {
    box-sizing: border-box
}

.next-step {
    border: none;
    position: relative;
    width: 100%
}

.next-step-item {
    height: 100%;
    outline: 0;
    position: relative;
    vertical-align: middle
}

.next-step-item-body {
    outline: 0
}

.next-step-item-node {
    transition: all .1s linear
}

.next-step-item-node.clicked {
    transform: scale3d(.8,.8,.8)
}

.next-step-horizontal {
    overflow: hidden
}

.next-step-horizontal>.next-step-item {
    display: inline-block;
    text-align: left
}

.next-step-vertical>.next-step-item {
    display: block;
    text-align: center
}

.next-step-arrow {
    display: flex
}

.next-step-arrow .next-step-item {
    flex: 1 1;
    height: 32px;
    height: var(--s-8,32px);
    line-height: 32px;
    line-height: var(--s-8,32px);
    margin-left: 16px;
    margin-left: calc(var(--s-8,32px)/2);
    margin-right: 4px;
    margin-right: calc(var(--s-8,32px)/8)
}

.next-step-arrow .next-step-item:before {
    border: 16px solid transparent;
    border: calc(var(--s-8,32px)/2) solid transparent;
    content: "";
    left: -16px;
    left: calc(0px - var(--s-8,32px)/2);
    position: absolute;
    top: 0;
    z-index: 1
}

.next-step-arrow .next-step-item:after {
    border-bottom: 16px solid transparent;
    border-bottom: calc(var(--s-8,32px)/2) solid transparent;
    border-left: 16px solid transparent;
    border-left: calc(var(--s-8,32px)/2) solid transparent;
    border-top: 16px solid transparent;
    border-top: calc(var(--s-8,32px)/2) solid transparent;
    content: "";
    position: absolute;
    right: -16px;
    right: calc(0px - var(--s-8,32px)/2);
    top: 0;
    z-index: 1
}

.next-step-arrow .next-step-item .next-step-item-container {
    cursor: pointer;
    height: 32px;
    height: var(--s-8,32px);
    min-width: 100px
}

.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 32px;
    height: var(--s-8,32px);
    line-height: 32px;
    line-height: var(--s-8,32px);
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-step-arrow>.next-step-item-wait {
    background: #e5e5e5;
    background: var(--color-fill1-3,#e5e5e5)
}

.next-step-arrow>.next-step-item-wait .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-wait .next-step-item-tail-underlay {
    background: #ccc;
    background: var(--color-text1-1,#ccc)
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-progress {
    height: 32px;
    width: 32px
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle {
    background: #e5e5e5;
    background: var(--color-fill1-3,#e5e5e5);
    border-color: #000
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #e5e5e5;
    background: var(--color-fill1-3,#e5e5e5);
    border-color: #000
}

.next-step-arrow>.next-step-item-wait .next-step-item-title {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    word-break: break-word
}

.next-step-arrow>.next-step-item-wait .next-step-item-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    word-break: break-word
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-placeholder {
    height: 32px;
    position: relative;
    width: 32px
}

.next-step-arrow>.next-step-item-wait .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 32px;
    line-height: 30px;
    line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-arrow>.next-step-item-wait .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-arrow>.next-step-item-wait:before {
    border: 16px solid #e5e5e5;
    border-left: 16px solid var(--color-fill1-3,#e5e5e5);
    border: calc(var(--s-8,32px)/2) solid var(--color-fill1-3,#e5e5e5);
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-wait:after {
    border-left-color: #e5e5e5;
    border-left-color: var(--color-fill1-3,#e5e5e5)
}

.next-step-arrow>.next-step-item-process {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.next-step-arrow>.next-step-item-process .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-process .next-step-item-tail-underlay {
    background: #ccc;
    background: var(--color-text1-1,#ccc)
}

.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-progress {
    height: 32px;
    width: 32px
}

.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node-circle {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #000
}

.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #000
}

.next-step-arrow>.next-step-item-process .next-step-item-title {
    color: #fff;
    color: var(--color-white,#fff);
    word-break: break-word
}

.next-step-arrow>.next-step-item-process .next-step-item-content {
    color: #fff;
    color: var(--color-white,#fff);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    word-break: break-word
}

.next-step-arrow>.next-step-item-process .next-step-item-node-placeholder {
    height: 32px;
    position: relative;
    width: 32px
}

.next-step-arrow>.next-step-item-process .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-arrow>.next-step-item-process .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 32px;
    line-height: 30px;
    line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-arrow>.next-step-item-process .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-arrow>.next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-arrow>.next-step-item-process .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-arrow>.next-step-item-process:before {
    border: 16px solid #0064c8;
    border-left: 16px solid var(--color-brand1-6,#0064c8);
    border: calc(var(--s-8,32px)/2) solid var(--color-brand1-6,#0064c8);
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-process:after {
    border-left-color: #0064c8;
    border-left-color: var(--color-brand1-6,#0064c8)
}

.next-step-arrow>.next-step-item-finish {
    background: #f0f7ff;
    background: var(--color-brand1-1,#f0f7ff)
}

.next-step-arrow>.next-step-item-finish .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-finish .next-step-item-tail-underlay {
    background: #ccc;
    background: var(--color-text1-1,#ccc)
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-progress {
    height: 32px;
    width: 32px
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle {
    background: #f0f7ff;
    background: var(--color-brand1-1,#f0f7ff);
    border-color: #000
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #f0f7ff;
    background: var(--color-brand1-1,#f0f7ff);
    border-color: #000
}

.next-step-arrow>.next-step-item-finish .next-step-item-title {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    word-break: break-word
}

.next-step-arrow>.next-step-item-finish .next-step-item-content {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    word-break: break-word
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-placeholder {
    height: 32px;
    position: relative;
    width: 32px
}

.next-step-arrow>.next-step-item-finish .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 32px;
    line-height: 30px;
    line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-arrow>.next-step-item-finish .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-arrow>.next-step-item-finish:before {
    border: 16px solid #f0f7ff;
    border-left: 16px solid var(--color-brand1-1,#f0f7ff);
    border: calc(var(--s-8,32px)/2) solid var(--color-brand1-1,#f0f7ff);
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-finish:after {
    border-left-color: #f0f7ff;
    border-left-color: var(--color-brand1-1,#f0f7ff)
}

.next-step-arrow .next-step-item-disabled {
    background: #fff;
    background: var(--color-fill1-1,#fff);
    cursor: not-allowed
}

.next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay {
    background: #ccc;
    background: var(--color-text1-1,#ccc)
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-progress {
    height: 32px;
    width: 32px
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle {
    background: #fff;
    background: var(--color-fill1-1,#fff);
    border-color: #000
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--color-fill1-1,#fff);
    border-color: #000
}

.next-step-arrow .next-step-item-disabled .next-step-item-title {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    word-break: break-word
}

.next-step-arrow .next-step-item-disabled .next-step-item-content {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    font-size: 12px;
    font-size: var(--font-size-caption,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 {
    height: 32px;
    position: relative;
    width: 32px
}

.next-step-arrow .next-step-item-disabled .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 32px;
    line-height: 30px;
    line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-arrow .next-step-item-disabled:before {
    border: 16px solid #fff;
    border-left: 16px solid var(--color-fill1-1,#fff);
    border: calc(var(--s-8,32px)/2) solid var(--color-fill1-1,#fff);
    border-left-color: transparent
}

.next-step-arrow .next-step-item-disabled:after {
    border-left-color: #fff;
    border-left-color: var(--color-fill1-1,#fff)
}

.next-step-arrow .next-step-item-disabled .next-step-item-container {
    cursor: not-allowed
}

.next-step-arrow .next-step-item-read-only,.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: calc(var(--s-8,32px)/2) 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: calc(var(--s-8,32px)/2) solid transparent
}

.next-step-circle .next-step-item-container {
    display: inline-block;
    padding: 0 8px;
    padding: 0 var(--s-2,8px);
    position: relative;
    vertical-align: middle
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
    stroke: #e5e5e5;
    stroke: var(--step-circle-item-node-wait-border-color,#e5e5e5);
    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: #cae3fd;
    stroke: var(--step-circle-item-node-finish-border-color,#cae3fd);
    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>.next-step-item-wait .next-step-item-tail-overlay {
    background: #e5e5e5;
    background: var(--color-line1-1,#e5e5e5)
}

.next-step-circle>.next-step-item-wait .next-step-item-tail-underlay {
    background: #e5e5e5;
    background: var(--step-circle-item-tail-bg-color,#e5e5e5)
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-progress {
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node {
    color: dimgray;
    color: #696969;
    color: var(--step-circle-item-node-wait-color,dimgray)
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle {
    background: #e5e5e5;
    background: var(--step-circle-item-node-wait-background,#e5e5e5);
    border-color: #e5e5e5;
    border-color: var(--step-circle-item-node-wait-border-color,#e5e5e5)
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #e5e5e5;
    background: var(--step-circle-item-node-wait-background,#e5e5e5);
    border-color: #e5e5e5;
    border-color: var(--step-circle-item-node-wait-border-color,#e5e5e5)
}

.next-step-circle>.next-step-item-wait .next-step-item-title {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    word-break: break-word
}

.next-step-circle>.next-step-item-wait .next-step-item-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    word-break: break-word
}

.next-step-circle>.next-step-item-wait .next-step-item-node-placeholder {
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    position: relative;
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle>.next-step-item-wait .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-circle>.next-step-item-wait .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    line-height: 22px;
    line-height: calc(var(--step-circle-item-node-process-size, 24px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle>.next-step-item-wait .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-circle>.next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-circle>.next-step-item-wait .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-circle>.next-step-item-process .next-step-item-tail-overlay {
    background: #e5e5e5;
    background: var(--step-circle-item-tail-process-color,#e5e5e5)
}

.next-step-circle>.next-step-item-process .next-step-item-tail-underlay {
    background: #e5e5e5;
    background: var(--step-circle-item-tail-bg-color,#e5e5e5)
}

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-progress {
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node {
    color: #fff;
    color: var(--step-circle-item-node-process-color,#fff)
}

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node-circle {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-step-circle>.next-step-item-process .next-step-item-title {
    color: #333;
    color: var(--step-circle-item-title-process-color,#333);
    word-break: break-word
}

.next-step-circle>.next-step-item-process .next-step-item-content {
    color: #333;
    color: var(--step-circle-item-title-process-color,#333);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    word-break: break-word
}

.next-step-circle>.next-step-item-process .next-step-item-node-placeholder {
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    position: relative;
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle>.next-step-item-process .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-circle>.next-step-item-process .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    line-height: 22px;
    line-height: calc(var(--step-circle-item-node-process-size, 24px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle>.next-step-item-process .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-circle>.next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-circle>.next-step-item-process .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-circle>.next-step-item-finish .next-step-item-tail-overlay {
    background: #0064c8;
    background: var(--step-circle-item-tail-finish-color,#0064c8)
}

.next-step-circle>.next-step-item-finish .next-step-item-tail-underlay {
    background: #e5e5e5;
    background: var(--step-circle-item-tail-bg-color,#e5e5e5)
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-progress {
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node {
    color: #0064c8;
    color: var(--step-circle-item-node-finish-color,#0064c8)
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle {
    background: #cae3fd;
    background: var(--color-brand1-2,#cae3fd);
    border-color: #cae3fd;
    border-color: var(--step-circle-item-node-finish-border-color,#cae3fd)
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #cae3fd;
    background: var(--color-brand1-2,#cae3fd);
    border-color: #cae3fd;
    border-color: var(--step-circle-item-node-finish-border-color,#cae3fd)
}

.next-step-circle>.next-step-item-finish .next-step-item-title {
    color: dimgray;
    color: #696969;
    color: var(--step-circle-item-title-finish-color,dimgray);
    word-break: break-word
}

.next-step-circle>.next-step-item-finish .next-step-item-content {
    color: dimgray;
    color: #696969;
    color: var(--step-circle-item-title-finish-color,dimgray);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    word-break: break-word
}

.next-step-circle>.next-step-item-finish .next-step-item-node-placeholder {
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    position: relative;
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle>.next-step-item-finish .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    line-height: 22px;
    line-height: calc(var(--step-circle-item-node-process-size, 24px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-circle>.next-step-item-finish .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-circle .next-step-item-disabled .next-step-item-tail-overlay {
    background: #e5e5e5;
    background: var(--color-line1-1,#e5e5e5)
}

.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
    background: #e5e5e5;
    background: var(--step-circle-item-tail-bg-color,#e5e5e5)
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-progress {
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle {
    background: #fff;
    background: var(--step-circle-item-node-disabled-background,#fff);
    border-color: #e5e5e5;
    border-color: var(--step-circle-item-node-disabled-border-color,#e5e5e5)
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--step-circle-item-node-disabled-background,#fff);
    border-color: #e5e5e5;
    border-color: var(--step-circle-item-node-disabled-border-color,#e5e5e5)
}

.next-step-circle .next-step-item-disabled .next-step-item-title {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    word-break: break-word
}

.next-step-circle .next-step-item-disabled .next-step-item-content {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    font-size: 12px;
    font-size: var(--font-size-caption,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 {
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    position: relative;
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle .next-step-item-disabled .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 24px;
    height: var(--step-circle-item-node-process-size,24px);
    line-height: 22px;
    line-height: calc(var(--step-circle-item-node-process-size, 24px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 24px;
    width: var(--step-circle-item-node-process-size,24px)
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-circle .next-step-item-disabled .next-step-item-node,.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
    cursor: not-allowed
}

.next-step-circle .next-step-item-read-only .next-step-item-node,.next-step-circle .next-step-item-read-only .next-step-item-node-placeholder {
    cursor: default
}

.next-step-circle .next-step-item-last .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal {
    text-align: center;
    white-space: nowrap
}

.next-step-circle.next-step-horizontal>.next-step-item .next-step-item-title {
    white-space: normal
}

.next-step-circle.next-step-horizontal>.next-step-item .next-step-item-content {
    white-space: normal
}

.next-step-circle.next-step-horizontal>.next-step-item-wait .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    width: calc(100% - var(--step-circle-item-node-process-size, 24px) - var(--s-2,8px)*2)
}

.next-step-circle.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 2px;
    height: var(--line-2,2px);
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    height: 2px;
    height: var(--line-2,2px);
    position: absolute;
    top: 0;
    transition: all .1s linear;
    width: 100%
}

.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    left: -28px;
    left: calc(0px - var(--s-24,96px)/2 + var(--step-circle-item-node-process-size, 24px)/2 + var(--s-2,8px)*2/2);
    position: absolute;
    text-align: center;
    width: 96px;
    width: var(--s-24,96px)
}

.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 18px;
    line-height: calc(var(--font-size-body-2,14px) + 4px);
    margin-top: 8px;
    margin-top: var(--s-2,8px)
}

.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    margin-top: var(--step-circle-item-content-margin-top,4px)
}

.next-step-circle.next-step-horizontal>.next-step-item-process .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    width: calc(100% - var(--step-circle-item-node-process-size, 24px) - var(--s-2,8px)*2)
}

.next-step-circle.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 2px;
    height: var(--line-2,2px);
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    height: 2px;
    height: var(--line-2,2px);
    position: absolute;
    top: 0;
    transition: all .1s linear;
    width: 100%
}

.next-step-circle.next-step-horizontal>.next-step-item-process>.next-step-item-body {
    left: -28px;
    left: calc(0px - var(--s-24,96px)/2 + var(--step-circle-item-node-process-size, 24px)/2 + var(--s-2,8px)*2/2);
    position: absolute;
    text-align: center;
    width: 96px;
    width: var(--s-24,96px)
}

.next-step-circle.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 18px;
    line-height: calc(var(--font-size-body-2,14px) + 4px);
    margin-top: 8px;
    margin-top: var(--s-2,8px)
}

.next-step-circle.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    margin-top: var(--step-circle-item-content-margin-top,4px)
}

.next-step-circle.next-step-horizontal>.next-step-item-finish .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    width: calc(100% - var(--step-circle-item-node-process-size, 24px) - var(--s-2,8px)*2)
}

.next-step-circle.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 2px;
    height: var(--line-2,2px);
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    height: 2px;
    height: var(--line-2,2px);
    position: absolute;
    top: 0;
    transition: all .1s linear;
    width: 100%
}

.next-step-circle.next-step-horizontal>.next-step-item-finish>.next-step-item-body {
    left: -28px;
    left: calc(0px - var(--s-24,96px)/2 + var(--step-circle-item-node-process-size, 24px)/2 + var(--s-2,8px)*2/2);
    position: absolute;
    text-align: center;
    width: 96px;
    width: var(--s-24,96px)
}

.next-step-circle.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 18px;
    line-height: calc(var(--font-size-body-2,14px) + 4px);
    margin-top: 8px;
    margin-top: var(--s-2,8px)
}

.next-step-circle.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    margin-top: var(--step-circle-item-content-margin-top,4px)
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    width: calc(100% - var(--step-circle-item-node-process-size, 24px) - var(--s-2,8px)*2)
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 2px;
    height: var(--line-2,2px);
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    height: 2px;
    height: var(--line-2,2px);
    position: absolute;
    top: 0;
    transition: all .1s linear;
    width: 100%
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled>.next-step-item-body {
    left: -28px;
    left: calc(0px - var(--s-24,96px)/2 + var(--step-circle-item-node-process-size, 24px)/2 + var(--s-2,8px)*2/2);
    position: absolute;
    text-align: center;
    width: 96px;
    width: var(--s-24,96px)
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 18px;
    line-height: calc(var(--font-size-body-2,14px) + 4px);
    margin-top: 8px;
    margin-top: var(--s-2,8px)
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    margin-top: var(--step-circle-item-content-margin-top,4px)
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item {
    vertical-align: baseline;
    vertical-align: initial
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item:last-child .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body {
    display: inline-block;
    left: 0;
    max-width: 96px;
    max-width: var(--s-24,96px);
    overflow: hidden;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body .next-step-item-title {
    display: inline-block;
    margin-top: 5px;
    margin-top: calc(var(--step-circle-item-node-process-size, 24px)/2 - var(--font-size-body-2,14px)/2);
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-tail {
    margin-top: -2px;
    margin-top: calc(0px - var(--line-2,2px));
    position: absolute;
    right: 0;
    width: calc(100% - 136px);
    width: calc(100% - var(--step-circle-item-node-process-size, 24px) - var(--s-2,8px)*2 - var(--s-24,96px))
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item:last-child .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body {
    display: inline-block;
    left: 0;
    max-width: 96px;
    max-width: var(--s-24,96px);
    overflow: hidden;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body .next-step-item-title {
    display: inline-block;
    margin-top: 5px;
    margin-top: calc(var(--step-circle-item-node-process-size, 24px)/2 - var(--font-size-body-2,14px)/2);
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-tail {
    margin-top: -2px;
    margin-top: calc(0px - var(--line-2,2px));
    position: absolute;
    right: 0;
    width: calc(100% - 136px);
    width: calc(100% - var(--step-circle-item-node-process-size, 24px) - var(--s-2,8px)*2 - var(--s-24,96px))
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item:last-child .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body {
    display: inline-block;
    left: 0;
    max-width: 96px;
    max-width: var(--s-24,96px);
    overflow: hidden;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body .next-step-item-title {
    display: inline-block;
    margin-top: 5px;
    margin-top: calc(var(--step-circle-item-node-process-size, 24px)/2 - var(--font-size-body-2,14px)/2);
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-tail {
    margin-top: -2px;
    margin-top: calc(0px - var(--line-2,2px));
    position: absolute;
    right: 0;
    width: calc(100% - 136px);
    width: calc(100% - var(--step-circle-item-node-process-size, 24px) - var(--s-2,8px)*2 - var(--s-24,96px))
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item:last-child .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-body {
    display: inline-block;
    left: 0;
    max-width: 96px;
    max-width: var(--s-24,96px);
    overflow: hidden;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-body .next-step-item-title {
    display: inline-block;
    margin-top: 5px;
    margin-top: calc(var(--step-circle-item-node-process-size, 24px)/2 - var(--font-size-body-2,14px)/2);
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-tail {
    margin-top: -2px;
    margin-top: calc(0px - var(--line-2,2px));
    position: absolute;
    right: 0;
    width: calc(100% - 136px);
    width: calc(100% - var(--step-circle-item-node-process-size, 24px) - var(--s-2,8px)*2 - var(--s-24,96px))
}

.next-step-circle.next-step-vertical {
    display: table-cell;
    font-size: 0;
    position: relative;
    vertical-align: middle
}

.next-step-circle.next-step-vertical .next-step-item-container {
    padding: 0
}

.next-step-circle.next-step-vertical>.next-step-item:last-child .next-step-item-tail {
    display: block;
    visibility: hidden
}

.next-step-circle.next-step-vertical>.next-step-item-wait .next-step-item-tail {
    height: 0;
    margin: 8px auto;
    margin: var(--s-2,8px) auto;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-wait>.next-step-item-body {
    left: 12px;
    left: calc(var(--step-circle-item-node-process-size, 24px)/2);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    position: absolute;
    top: 0
}

.next-step-circle.next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.28571;
    margin-top: 8px;
    margin-top: var(--step-circle-vertical-item-title-margin-top,8px);
    text-align: left
}

.next-step-circle.next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 4px;
    margin-top: var(--s-1,4px);
    min-height: 8px;
    text-align: left
}

.next-step-circle.next-step-vertical>.next-step-item-process .next-step-item-tail {
    height: 0;
    margin: 8px auto;
    margin: var(--s-2,8px) auto;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-process>.next-step-item-body {
    left: 12px;
    left: calc(var(--step-circle-item-node-process-size, 24px)/2);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    position: absolute;
    top: 0
}

.next-step-circle.next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.28571;
    margin-top: 8px;
    margin-top: var(--step-circle-vertical-item-title-margin-top,8px);
    text-align: left
}

.next-step-circle.next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 4px;
    margin-top: var(--s-1,4px);
    min-height: 8px;
    text-align: left
}

.next-step-circle.next-step-vertical>.next-step-item-finish .next-step-item-tail {
    height: 0;
    margin: 8px auto;
    margin: var(--s-2,8px) auto;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-finish>.next-step-item-body {
    left: 12px;
    left: calc(var(--step-circle-item-node-process-size, 24px)/2);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    position: absolute;
    top: 0
}

.next-step-circle.next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.28571;
    margin-top: 8px;
    margin-top: var(--step-circle-vertical-item-title-margin-top,8px);
    text-align: left
}

.next-step-circle.next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 4px;
    margin-top: var(--s-1,4px);
    min-height: 8px;
    text-align: left
}

.next-step-circle.next-step-vertical>.next-step-item-disabled .next-step-item-tail {
    height: 0;
    margin: 8px auto;
    margin: var(--s-2,8px) auto;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    width: var(--line-2,2px)
}

.next-step-circle.next-step-vertical>.next-step-item-disabled>.next-step-item-body {
    left: 12px;
    left: calc(var(--step-circle-item-node-process-size, 24px)/2);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    position: absolute;
    top: 0
}

.next-step-circle.next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.28571;
    margin-top: 8px;
    margin-top: var(--step-circle-vertical-item-title-margin-top,8px);
    text-align: left
}

.next-step-circle.next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 4px;
    margin-top: var(--s-1,4px);
    min-height: 8px;
    text-align: left
}

.next-step-dot .next-step-item-container {
    display: inline-block;
    margin-bottom: -1px;
    margin-top: -1px;
    padding: 0 8px;
    padding: 0 var(--s-2,8px);
    position: relative;
    vertical-align: middle
}

.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 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-dot .next-step-item-container .next-step-item-node .next-icon .next-icon-remote,.next-step-dot .next-step-item-container .next-step-item-node .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-dot>.next-step-item-wait .next-step-item-tail-overlay {
    background: #e5e5e5;
    background: var(--step-dot-item-tail-wait-color,#e5e5e5)
}

.next-step-dot>.next-step-item-wait .next-step-item-tail-underlay {
    background: #e5e5e5;
    background: var(--step-dot-item-tail-bg-color,#e5e5e5)
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-progress {
    height: 12px;
    height: var(--s-3,12px);
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle {
    background: #fff;
    background: var(--step-dot-item-node-wait-background,#fff);
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5)
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--step-dot-item-node-wait-background,#fff);
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5)
}

.next-step-dot>.next-step-item-wait .next-step-item-title {
    color: #333;
    color: var(--color-text1-3,#333);
    word-break: break-word
}

.next-step-dot>.next-step-item-wait .next-step-item-content {
    color: #333;
    color: var(--color-text1-3,#333);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    word-break: break-word
}

.next-step-dot>.next-step-item-wait .next-step-item-node-placeholder {
    height: 12px;
    height: var(--s-3,12px);
    position: relative;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot>.next-step-item-wait .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-dot>.next-step-item-wait .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 12px;
    height: var(--s-3,12px);
    line-height: 10px;
    line-height: calc(var(--s-3,12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot>.next-step-item-wait .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-dot>.next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-dot>.next-step-item-wait .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-dot>.next-step-item-wait .next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-step-dot>.next-step-item-wait .next-step-item-node-dot {
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 12px;
    height: var(--s-3,12px);
    line-height: 10px;
    line-height: calc(var(--s-3,12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    transition: background-color .3s ease,border-color .3s ease;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot>.next-step-item-process .next-step-item-tail-overlay {
    background: #e5e5e5;
    background: var(--step-dot-item-tail-process-color,#e5e5e5)
}

.next-step-dot>.next-step-item-process .next-step-item-tail-underlay {
    background: #e5e5e5;
    background: var(--step-dot-item-tail-bg-color,#e5e5e5)
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-progress {
    height: 12px;
    height: var(--s-3,12px);
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node-circle {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-step-dot>.next-step-item-process .next-step-item-title {
    color: #1a1a1a;
    color: var(--step-dot-item-title-process-color,#1a1a1a);
    word-break: break-word
}

.next-step-dot>.next-step-item-process .next-step-item-content {
    color: #1a1a1a;
    color: var(--step-dot-item-title-process-color,#1a1a1a);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    word-break: break-word
}

.next-step-dot>.next-step-item-process .next-step-item-node-placeholder {
    height: 12px;
    height: var(--s-3,12px);
    position: relative;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot>.next-step-item-process .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-dot>.next-step-item-process .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 12px;
    height: var(--s-3,12px);
    line-height: 10px;
    line-height: calc(var(--s-3,12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot>.next-step-item-process .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-dot>.next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-dot>.next-step-item-process .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-dot>.next-step-item-process .next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-step-dot>.next-step-item-process .next-step-item-node-dot {
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 12px;
    height: var(--s-3,12px);
    line-height: 10px;
    line-height: calc(var(--s-3,12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    transition: background-color .3s ease,border-color .3s ease;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot>.next-step-item-finish .next-step-item-tail-overlay {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.next-step-dot>.next-step-item-finish .next-step-item-tail-underlay {
    background: #e5e5e5;
    background: var(--step-dot-item-tail-bg-color,#e5e5e5)
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-progress {
    height: 12px;
    height: var(--s-3,12px);
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle {
    background: #fff;
    background: var(--step-dot-item-node-finish-background,#fff);
    border-color: #0064c8;
    border-color: var(--step-dot-item-node-finish-border-color,#0064c8)
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--step-dot-item-node-finish-background,#fff);
    border-color: #0064c8;
    border-color: var(--step-dot-item-node-finish-border-color,#0064c8)
}

.next-step-dot>.next-step-item-finish .next-step-item-title {
    color: #333;
    color: var(--step-dot-item-title-finish-color,#333);
    word-break: break-word
}

.next-step-dot>.next-step-item-finish .next-step-item-content {
    color: #333;
    color: var(--step-dot-item-title-finish-color,#333);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    word-break: break-word
}

.next-step-dot>.next-step-item-finish .next-step-item-node-placeholder {
    height: 12px;
    height: var(--s-3,12px);
    position: relative;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot>.next-step-item-finish .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-dot>.next-step-item-finish .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 12px;
    height: var(--s-3,12px);
    line-height: 10px;
    line-height: calc(var(--s-3,12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot>.next-step-item-finish .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-dot>.next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-dot>.next-step-item-finish .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-dot>.next-step-item-finish .next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-step-dot>.next-step-item-finish .next-step-item-node-dot {
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 12px;
    height: var(--s-3,12px);
    line-height: 10px;
    line-height: calc(var(--s-3,12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    transition: background-color .3s ease,border-color .3s ease;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay {
    background: #e5e5e5;
    background: var(--color-line1-1,#e5e5e5)
}

.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
    background: #e5e5e5;
    background: var(--step-dot-item-tail-bg-color,#e5e5e5)
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-progress {
    height: 12px;
    height: var(--s-3,12px);
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node {
    color: #e5e5e5;
    color: var(--color-line1-1,#e5e5e5)
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle {
    background: #fff;
    background: var(--step-dot-item-node-disabled-background,#fff);
    border-color: #d9d9d9;
    border-color: var(--step-dot-item-node-disabled-border-color,#d9d9d9)
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--step-dot-item-node-disabled-background,#fff);
    border-color: #d9d9d9;
    border-color: var(--step-dot-item-node-disabled-border-color,#d9d9d9)
}

.next-step-dot .next-step-item-disabled .next-step-item-content,.next-step-dot .next-step-item-disabled .next-step-item-title {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    word-break: break-word
}

.next-step-dot .next-step-item-disabled .next-step-item-content {
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
    height: 12px;
    height: var(--s-3,12px);
    position: relative;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot .next-step-item-disabled .next-step-item-node {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle {
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 12px;
    height: var(--s-3,12px);
    line-height: 10px;
    line-height: calc(var(--s-3,12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    transition: background-color .1s linear;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote,.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-step-dot .next-step-item-disabled .next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--corner-circle,50%);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 12px;
    height: var(--s-3,12px);
    line-height: 10px;
    line-height: calc(var(--s-3,12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    transition: background-color .3s ease,border-color .3s ease;
    width: 12px;
    width: var(--s-3,12px)
}

.next-step-dot .next-step-item-disabled .next-step-item-node,.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
    cursor: not-allowed
}

.next-step-dot .next-step-item-read-only .next-step-item-node,.next-step-dot .next-step-item-read-only .next-step-item-node-placeholder {
    cursor: default
}

.next-step-dot .next-step-item-last .next-step-item-tail {
    display: none
}

.next-step-dot.next-step-horizontal {
    text-align: center;
    white-space: nowrap
}

.next-step-dot.next-step-horizontal>.next-step-item .next-step-item-title {
    white-space: normal
}

.next-step-dot.next-step-horizontal>.next-step-item .next-step-item-content {
    white-space: normal
}

.next-step-dot.next-step-horizontal .next-step-item-node .next-icon {
    vertical-align: middle
}

.next-step-dot.next-step-horizontal>.next-step-item-wait .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 28px);
    width: calc(100% - var(--s-3,12px) - var(--s-2,8px)*2)
}

.next-step-dot.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 2px;
    height: var(--line-2,2px);
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    height: 2px;
    height: var(--line-2,2px);
    position: absolute;
    top: 0;
    transition: all .1s linear;
    width: 100%
}

.next-step-dot.next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    left: -36px;
    left: calc(0px - var(--s-25,100px)/2 + var(--s-3,12px)/2 + var(--s-2,8px)*2/2);
    position: absolute;
    text-align: center;
    width: 100px;
    width: var(--s-25,100px)
}

.next-step-dot.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 16px;
    line-height: calc(var(--font-size-body-1,12px) + 4px);
    margin-top: 8px;
    margin-top: var(--s-2,8px)
}

.next-step-dot.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    margin-top: var(--s-1,4px)
}

.next-step-dot.next-step-horizontal>.next-step-item-process .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 28px);
    width: calc(100% - var(--s-3,12px) - var(--s-2,8px)*2)
}

.next-step-dot.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 2px;
    height: var(--line-2,2px);
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    height: 2px;
    height: var(--line-2,2px);
    position: absolute;
    top: 0;
    transition: all .1s linear;
    width: 100%
}

.next-step-dot.next-step-horizontal>.next-step-item-process>.next-step-item-body {
    left: -36px;
    left: calc(0px - var(--s-25,100px)/2 + var(--s-3,12px)/2 + var(--s-2,8px)*2/2);
    position: absolute;
    text-align: center;
    width: 100px;
    width: var(--s-25,100px)
}

.next-step-dot.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 16px;
    line-height: calc(var(--font-size-body-1,12px) + 4px);
    margin-top: 8px;
    margin-top: var(--s-2,8px)
}

.next-step-dot.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    margin-top: var(--s-1,4px)
}

.next-step-dot.next-step-horizontal>.next-step-item-finish .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 28px);
    width: calc(100% - var(--s-3,12px) - var(--s-2,8px)*2)
}

.next-step-dot.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 2px;
    height: var(--line-2,2px);
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    height: 2px;
    height: var(--line-2,2px);
    position: absolute;
    top: 0;
    transition: all .1s linear;
    width: 100%
}

.next-step-dot.next-step-horizontal>.next-step-item-finish>.next-step-item-body {
    left: -36px;
    left: calc(0px - var(--s-25,100px)/2 + var(--s-3,12px)/2 + var(--s-2,8px)*2/2);
    position: absolute;
    text-align: center;
    width: 100px;
    width: var(--s-25,100px)
}

.next-step-dot.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 16px;
    line-height: calc(var(--font-size-body-1,12px) + 4px);
    margin-top: 8px;
    margin-top: var(--s-2,8px)
}

.next-step-dot.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    margin-top: var(--s-1,4px)
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 28px);
    width: calc(100% - var(--s-3,12px) - var(--s-2,8px)*2)
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 2px;
    height: var(--line-2,2px);
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    height: 2px;
    height: var(--line-2,2px);
    position: absolute;
    top: 0;
    transition: all .1s linear;
    width: 100%
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled>.next-step-item-body {
    left: -36px;
    left: calc(0px - var(--s-25,100px)/2 + var(--s-3,12px)/2 + var(--s-2,8px)*2/2);
    position: absolute;
    text-align: center;
    width: 100px;
    width: var(--s-25,100px)
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 16px;
    line-height: calc(var(--font-size-body-1,12px) + 4px);
    margin-top: 8px;
    margin-top: var(--s-2,8px)
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    margin-top: var(--s-1,4px)
}

.next-step-dot.next-step-vertical {
    display: table-cell;
    font-size: 0;
    padding: 0 0 0 4px;
    position: relative
}

.next-step-dot.next-step-vertical .next-step-item-container {
    padding: 0
}

.next-step-dot.next-step-vertical>.next-step-item:last-child .next-step-item-tail {
    display: block;
    visibility: hidden
}

.next-step-dot.next-step-vertical>.next-step-item-wait .next-step-item-tail {
    height: 0;
    margin: 8px auto;
    margin: var(--s-2,8px) auto;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-wait>.next-step-item-body {
    left: 6px;
    left: calc(var(--s-3,12px)/2);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    position: absolute;
    top: 0
}

.next-step-dot.next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.28571;
    margin-top: 0;
    margin-top: var(--s-zero,0);
    text-align: left
}

.next-step-dot.next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
    min-height: 8px;
    text-align: left
}

.next-step-dot.next-step-vertical>.next-step-item-process .next-step-item-tail {
    height: 0;
    margin: 8px auto;
    margin: var(--s-2,8px) auto;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-process>.next-step-item-body {
    left: 6px;
    left: calc(var(--s-3,12px)/2);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    position: absolute;
    top: 0
}

.next-step-dot.next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.28571;
    margin-top: 0;
    margin-top: var(--s-zero,0);
    text-align: left
}

.next-step-dot.next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
    min-height: 8px;
    text-align: left
}

.next-step-dot.next-step-vertical>.next-step-item-finish .next-step-item-tail {
    height: 0;
    margin: 8px auto;
    margin: var(--s-2,8px) auto;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-finish>.next-step-item-body {
    left: 6px;
    left: calc(var(--s-3,12px)/2);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    position: absolute;
    top: 0
}

.next-step-dot.next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.28571;
    margin-top: 0;
    margin-top: var(--s-zero,0);
    text-align: left
}

.next-step-dot.next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
    min-height: 8px;
    text-align: left
}

.next-step-dot.next-step-vertical>.next-step-item-disabled .next-step-item-tail {
    height: 0;
    margin: 8px auto;
    margin: var(--s-2,8px) auto;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    width: var(--step-dot-vertical-item-tail-size,2px)
}

.next-step-dot.next-step-vertical>.next-step-item-disabled>.next-step-item-body {
    left: 6px;
    left: calc(var(--s-3,12px)/2);
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    position: absolute;
    top: 0
}

.next-step-dot.next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.28571;
    margin-top: 0;
    margin-top: var(--s-zero,0);
    text-align: left
}

.next-step-dot.next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
    min-height: 8px;
    text-align: left
}

.next-step-horizontal[dir=rtl]>.next-step-item {
    text-align: right
}

.next-step-arrow[dir=rtl] .next-step-item {
    height: 32px;
    height: var(--s-8,32px);
    line-height: 32px;
    line-height: var(--s-8,32px);
    margin-left: 4px;
    margin-left: calc(var(--s-8,32px)/8);
    margin-right: 16px;
    margin-right: calc(var(--s-8,32px)/2)
}

.next-step-arrow[dir=rtl] .next-step-item:before {
    border: 16px solid transparent;
    border: calc(var(--s-8,32px)/2) solid transparent;
    left: auto;
    right: -16px;
    right: calc(0px - var(--s-8,32px)/2)
}

.next-step-arrow[dir=rtl] .next-step-item:after {
    border-bottom: 16px solid transparent;
    border-bottom: calc(var(--s-8,32px)/2) solid transparent;
    border-right: 16px solid transparent;
    border-right: calc(var(--s-8,32px)/2) solid transparent;
    border-top: 16px solid transparent;
    border-top: calc(var(--s-8,32px)/2) solid transparent;
    left: -32px;
    left: calc(0px - var(--s-8,32px)/2*2);
    right: auto
}

.next-step-arrow[dir=rtl]>.next-step-item-wait {
    background: #e5e5e5;
    background: var(--color-fill1-3,#e5e5e5)
}

.next-step-arrow[dir=rtl]>.next-step-item-wait .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-arrow[dir=rtl]>.next-step-item-wait:before {
    border: 16px solid #e5e5e5;
    border-right: 16px solid var(--color-fill1-3,#e5e5e5);
    border: calc(var(--s-8,32px)/2) solid var(--color-fill1-3,#e5e5e5);
    border-right-color: transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-wait:after {
    border-left-color: transparent;
    border-right-color: #e5e5e5;
    border-right-color: var(--color-fill1-3,#e5e5e5)
}

.next-step-arrow[dir=rtl]>.next-step-item-process {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.next-step-arrow[dir=rtl]>.next-step-item-process .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-arrow[dir=rtl]>.next-step-item-process:before {
    border: 16px solid #0064c8;
    border-right: 16px solid var(--color-brand1-6,#0064c8);
    border: calc(var(--s-8,32px)/2) solid var(--color-brand1-6,#0064c8);
    border-right-color: transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-process:after {
    border-left-color: transparent;
    border-right-color: #0064c8;
    border-right-color: var(--color-brand1-6,#0064c8)
}

.next-step-arrow[dir=rtl]>.next-step-item-finish {
    background: #f0f7ff;
    background: var(--color-brand1-1,#f0f7ff)
}

.next-step-arrow[dir=rtl]>.next-step-item-finish .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-arrow[dir=rtl]>.next-step-item-finish:before {
    border: 16px solid #f0f7ff;
    border-right: 16px solid var(--color-brand1-1,#f0f7ff);
    border: calc(var(--s-8,32px)/2) solid var(--color-brand1-1,#f0f7ff);
    border-right-color: transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-finish:after {
    border-left-color: transparent;
    border-right-color: #f0f7ff;
    border-right-color: var(--color-brand1-1,#f0f7ff)
}

.next-step-arrow[dir=rtl] .next-step-item-disabled {
    background: #fff;
    background: var(--color-fill1-1,#fff)
}

.next-step-arrow[dir=rtl] .next-step-item-disabled .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-arrow[dir=rtl] .next-step-item-disabled:before {
    border: 16px solid #fff;
    border-right: 16px solid var(--color-fill1-1,#fff);
    border: calc(var(--s-8,32px)/2) solid var(--color-fill1-1,#fff);
    border-right-color: transparent
}

.next-step-arrow[dir=rtl] .next-step-item-disabled:after {
    border-left-color: transparent;
    border-right-color: #fff;
    border-right-color: var(--color-fill1-1,#fff)
}

.next-step-arrow[dir=rtl] .next-step-item-first {
    margin-right: 0
}

.next-step-arrow[dir=rtl] .next-step-item-last {
    margin-left: 0
}

.next-step-circle[dir=rtl]>.next-step-item-wait .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-circle[dir=rtl]>.next-step-item-process .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-circle[dir=rtl]>.next-step-item-finish .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-circle[dir=rtl] .next-step-item-disabled .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    left: auto;
    right: -28px;
    right: calc(0px - var(--s-24,96px)/2 + var(--step-circle-item-node-process-size, 24px)/2 + var(--s-2,8px)*2/2)
}

.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-process>.next-step-item-body {
    left: auto;
    right: -28px;
    right: calc(0px - var(--s-24,96px)/2 + var(--step-circle-item-node-process-size, 24px)/2 + var(--s-2,8px)*2/2)
}

.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-finish>.next-step-item-body {
    left: auto;
    right: -28px;
    right: calc(0px - var(--s-24,96px)/2 + var(--step-circle-item-node-process-size, 24px)/2 + var(--s-2,8px)*2/2)
}

.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-disabled>.next-step-item-body {
    left: auto;
    right: -28px;
    right: calc(0px - var(--s-24,96px)/2 + var(--step-circle-item-node-process-size, 24px)/2 + var(--s-2,8px)*2/2)
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body {
    left: auto;
    right: 0;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--s-2,8px);
    padding-right: 0
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-tail {
    left: 0;
    right: auto
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body {
    left: auto;
    right: 0;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--s-2,8px);
    padding-right: 0
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-tail {
    left: 0;
    right: auto
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body {
    left: auto;
    right: 0;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--s-2,8px);
    padding-right: 0
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-tail {
    left: 0;
    right: auto
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-body {
    left: auto;
    right: 0;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--s-2,8px);
    padding-right: 0
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-tail {
    left: 0;
    right: auto
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body {
    left: auto;
    margin-left: 0;
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    right: 12px;
    right: calc(var(--step-circle-item-node-process-size, 24px)/2)
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.28571;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body {
    left: auto;
    margin-left: 0;
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    right: 12px;
    right: calc(var(--step-circle-item-node-process-size, 24px)/2)
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.28571;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body {
    left: auto;
    margin-left: 0;
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    right: 12px;
    right: calc(var(--step-circle-item-node-process-size, 24px)/2)
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.28571;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body {
    left: auto;
    margin-left: 0;
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    right: 12px;
    right: calc(var(--step-circle-item-node-process-size, 24px)/2)
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.28571;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-dot[dir=rtl]>.next-step-item-wait .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-dot[dir=rtl]>.next-step-item-process .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-dot[dir=rtl]>.next-step-item-finish .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-dot[dir=rtl] .next-step-item-disabled .next-step-item-node-dot {
    left: auto;
    right: 50%
}

.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    left: auto;
    right: -36px;
    right: calc(0px - var(--s-25,100px)/2 + var(--s-3,12px)/2 + var(--s-2,8px)*2/2)
}

.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-process>.next-step-item-body {
    left: auto;
    right: -36px;
    right: calc(0px - var(--s-25,100px)/2 + var(--s-3,12px)/2 + var(--s-2,8px)*2/2)
}

.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-finish>.next-step-item-body {
    left: auto;
    right: -36px;
    right: calc(0px - var(--s-25,100px)/2 + var(--s-3,12px)/2 + var(--s-2,8px)*2/2)
}

.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-disabled>.next-step-item-body {
    left: auto;
    right: -36px;
    right: calc(0px - var(--s-25,100px)/2 + var(--s-3,12px)/2 + var(--s-2,8px)*2/2)
}

.next-step-dot[dir=rtl].next-step-vertical {
    padding: 0 4px 0 0
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body {
    left: auto;
    margin-left: 0;
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    right: 6px;
    right: calc(var(--s-3,12px)/2)
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.28571;
    text-align: right
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body {
    left: auto;
    margin-left: 0;
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    right: 6px;
    right: calc(var(--s-3,12px)/2)
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.28571;
    text-align: right
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body {
    left: auto;
    margin-left: 0;
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    right: 6px;
    right: calc(var(--s-3,12px)/2)
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.28571;
    text-align: right
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body {
    left: auto;
    margin-left: 0;
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    right: 6px;
    right: calc(var(--s-3,12px)/2)
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-family: PingFang SC,Helvetica Neue,Microsoft YaHei,Helvetica,Arial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 1.28571;
    text-align: right
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-switch:after[dir=rtl] {
    content: " ";
    transform-origin: right center;
    transition: all .1s linear
}

.next-switch-medium[dir=rtl]:after {
    right: 100%;
    transform: translateX(100%)
}

.next-switch-small[dir=rtl]:after {
    right: 100%;
    transform: translateX(100%)
}

.next-switch-on[dir=rtl]>.next-switch-children {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-switch-on[disabled][dir=rtl]:after {
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    left: 0;
    right: 100%
}

.next-switch-off[dir=rtl]:after {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--switch-rtl-on-shadow,0 0 8px 0 rgba(0,0,0,.06));
    right: 0;
    transform: translateX(0)
}

.next-switch-off[dir=rtl]>.next-switch-children {
    right: auto
}

.next-switch-off.next-switch-small[dir=rtl]>.next-switch-children {
    right: auto
}

.next-switch {
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    text-align: left;
    transition: background .1s cubic-bezier(.4,0,.2,1),border-color .1s cubic-bezier(.4,0,.2,1);
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

.next-switch *,.next-switch :after,.next-switch :before {
    box-sizing: border-box
}

.next-switch-btn {
    transform-origin: left center;
    transition: all .15s cubic-bezier(.4,0,.2,1)
}

.next-switch:after {
    content: ""
}

.next-switch-loading {
    pointer-events: none
}

.next-switch-loading .next-icon-loading {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    text-align: center;
    transform: translate(0);
    transform: translate(calc(0px - var(--line-zero,0px)),calc(0px - var(--line-zero,0px)))
}

.next-switch-loading .next-icon-loading.next-switch-inner-icon:before {
    vertical-align: top
}

.next-switch-medium {
    border: 2px solid transparent;
    border: var(--line-2,2px) solid transparent;
    border-radius: 50px;
    border-radius: var(--corner-3,50px);
    display: inline-block;
    height: 20px;
    height: calc(var(--s-4,16px) + var(--line-2,2px)*2);
    position: relative;
    width: 36px;
    width: var(--s-9,36px)
}

.next-switch-medium:not([disabled]):active .next-switch-btn {
    width: 20.8px;
    width: calc(var(--s-4,16px)*1.3)
}

.next-switch-medium.next-switch-on:not([disabled]):active .next-switch-btn {
    left: calc(100% - 20.8px);
    left: calc(100% - var(--s-4,16px)*1.3)
}

.next-switch-medium.next-switch-auto-width {
    min-width: 36px;
    min-width: var(--s-9,36px);
    overflow: visible;
    overflow: initial;
    width: auto
}

.next-switch-medium:after {
    content: ""
}

.next-switch-medium>.next-switch-btn {
    border: 0 solid transparent;
    border: var(--line-zero,0) solid transparent;
    border-radius: 500px;
    border-radius: var(--corner-semicircle,500px);
    box-sizing: border-box;
    height: 16px;
    height: var(--s-4,16px);
    left: calc(100% - 16px);
    left: calc(100% - var(--s-4,16px));
    position: absolute;
    width: 16px;
    width: var(--s-4,16px)
}

.next-switch-medium>.next-switch-children {
    height: 16px;
    height: var(--s-4,16px);
    line-height: 16px;
    line-height: var(--s-4,16px)
}

.next-switch-medium>.next-switch-children {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-switch-medium.next-switch.next-switch-on>.next-switch-children {
    margin: 0 24px 0 8px;
    margin: 0 calc(var(--s-4,16px) + var(--s-2,8px)) 0 var(--s-2,8px)
}

.next-switch-medium.next-switch.next-switch-off>.next-switch-children {
    margin: 0 8px 0 24px;
    margin: 0 var(--s-2,8px) 0 calc(var(--s-4,16px) + var(--s-2,8px))
}

.next-switch-medium.next-switch-loading .next-icon-loading {
    height: 16px;
    height: var(--s-4,16px);
    line-height: 16px;
    line-height: var(--s-4,16px);
    width: 16px;
    width: var(--s-4,16px)
}

.next-switch-medium.next-switch-loading .next-icon-loading .next-icon-remote,.next-switch-medium.next-switch-loading .next-icon-loading:before {
    font-size: 16px;
    font-size: var(--s-4,16px);
    line-height: inherit;
    width: 16px;
    width: var(--s-4,16px)
}

.next-switch-small {
    border: 2px solid transparent;
    border: var(--line-2,2px) solid transparent;
    border-radius: 50px;
    border-radius: var(--corner-3,50px);
    display: inline-block;
    height: 16px;
    height: calc(var(--s-3,12px) + var(--line-2,2px)*2);
    position: relative;
    width: 28px;
    width: var(--s-7,28px)
}

.next-switch-small:not([disabled]):active .next-switch-btn {
    width: 15.6px;
    width: calc(var(--s-3,12px)*1.3)
}

.next-switch-small.next-switch-on:not([disabled]):active .next-switch-btn {
    left: calc(100% - 15.6px);
    left: calc(100% - var(--s-3,12px)*1.3)
}

.next-switch-small.next-switch-auto-width {
    min-width: 28px;
    min-width: var(--s-7,28px);
    overflow: visible;
    overflow: initial;
    width: auto
}

.next-switch-small:after {
    content: ""
}

.next-switch-small>.next-switch-btn {
    border: 0 solid transparent;
    border: var(--line-zero,0) solid transparent;
    border-radius: 500px;
    border-radius: var(--corner-semicircle,500px);
    box-sizing: border-box;
    height: 12px;
    height: var(--s-3,12px);
    left: calc(100% - 12px);
    left: calc(100% - var(--s-3,12px));
    position: absolute;
    width: 12px;
    width: var(--s-3,12px)
}

.next-switch-small>.next-switch-children {
    height: 12px;
    height: var(--s-3,12px);
    line-height: 12px;
    line-height: var(--s-3,12px)
}

.next-switch-small>.next-switch-children {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-switch-small.next-switch.next-switch-on>.next-switch-children {
    margin: 0 20px 0 8px;
    margin: 0 calc(var(--s-3,12px) + var(--s-2,8px)) 0 var(--s-2,8px)
}

.next-switch-small.next-switch.next-switch-off>.next-switch-children {
    margin: 0 8px 0 20px;
    margin: 0 var(--s-2,8px) 0 calc(var(--s-3,12px) + var(--s-2,8px))
}

.next-switch-small.next-switch-loading .next-icon-loading {
    height: 12px;
    height: var(--s-3,12px);
    line-height: 12px;
    line-height: var(--s-3,12px);
    width: 12px;
    width: var(--s-3,12px)
}

.next-switch-small.next-switch-loading .next-icon-loading .next-icon-remote,.next-switch-small.next-switch-loading .next-icon-loading:before {
    font-size: 12px;
    font-size: var(--s-3,12px);
    line-height: inherit;
    width: 12px;
    width: var(--s-3,12px)
}

.next-switch-on {
    background-color: #67cf98;
    background-color: var(--switch-normal-on-bg-color,#67cf98)
}

.next-switch-on .next-switch-btn {
    background-color: #fff;
    background-color: var(--color-white,#fff);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none)
}

.next-switch-on>.next-switch-children {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-switch-on.hover,.next-switch-on:focus,.next-switch-on:hover {
    background-color: #23b066;
    background-color: var(--switch-hover-on-bg-color,#23b066)
}

.next-switch-on.hover .next-switch-btn,.next-switch-on:focus .next-switch-btn,.next-switch-on:hover .next-switch-btn {
    background-color: #fff;
    background-color: var(--color-white,#fff)
}

.next-switch-on[disabled] {
    background-color: #90deb5;
    background-color: var(--color-success-3,#90deb5);
    cursor: not-allowed
}

.next-switch-on[disabled] .next-switch-btn {
    background-color: #fff;
    background-color: var(--switch-disabled-on-trigger-bg-color,#fff);
    border-color: transparent;
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    right: 0
}

.next-switch-on[disabled]>.next-switch-children {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-switch-off {
    background-color: #ccc;
    background-color: var(--switch-normal-off-bg-color,#ccc);
    border-color: transparent;
    border-color: var(--switch-normal-off-border-color,transparent)
}

.next-switch-off.hover,.next-switch-off:focus,.next-switch-off:hover {
    background-color: #d9d9d9;
    background-color: var(--switch-hover-off-bg-color,#d9d9d9);
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-switch-off .next-switch-btn {
    background-color: #fff;
    background-color: var(--color-white,#fff);
    border-color: transparent;
    border-color: var(--color-transparent,transparent);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    left: 0
}

.next-switch-off.hover .next-switch-btn,.next-switch-off:focus .next-switch-btn,.next-switch-off:hover .next-switch-btn {
    background-color: #fff;
    background-color: var(--color-white,#fff)
}

.next-switch-off>.next-switch-children {
    color: dimgray;
    color: #696969;
    color: var(--color-text-3,#696969)
}

.next-switch-off[disabled] {
    background-color: #ccc;
    background-color: var(--switch-disabled-off-bg-color,#ccc);
    cursor: not-allowed
}

.next-switch-off[disabled] .next-switch-btn {
    background-color: #fff;
    background-color: var(--switch-disabled-off-trigger-bg-color,#fff);
    border-color: transparent;
    border-color: var(--switch-handle-disabled-border-color,transparent);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--switch-off-shadow,0 3px 8px 0 rgba(0,0,0,.06))
}

.next-switch-off[disabled]>.next-switch-children {
    color: #aaa;
    color: var(--color-text-5,#aaa)
}

.next-tabs {
    box-sizing: border-box;
    width: 100%
}

.next-tabs *,.next-tabs :after,.next-tabs :before {
    box-sizing: border-box
}

.next-tabs-bar {
    outline: none
}

.next-tabs-bar-popup {
    max-height: 480px;
    overflow-y: auto
}

.next-tabs-nav-container {
    position: relative
}

.next-tabs-nav-container:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.next-tabs-nav-wrap {
    overflow: hidden
}

.next-tabs-nav-scroll {
    overflow: hidden;
    white-space: nowrap
}

.next-tabs-scrollable .next-tabs-nav-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden
}

.next-tabs-scrollable .next-tabs-nav-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none!important;
    height: 0!important;
    opacity: 0!important;
    width: 0!important
}

.next-tabs-nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all .3s ease
}

.next-tabs-nav-appear,.next-tabs-nav-enter {
    animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    animation-fill-mode: both
}

.next-tabs-nav-leave {
    animation: fadeOutLeft .2s cubic-bezier(.78,.14,.15,.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 .1s linear
}

.next-tabs-tab-inner {
    cursor: pointer;
    position: relative;
    text-decoration: none
}

.next-tabs-tab:before {
    content: "";
    position: absolute;
    transition: all .3s ease
}

.next-tabs-tab.active {
    font-weight: 500;
    font-weight: var(--tab-item-font-weight-selected,500)
}

.next-tabs-tab .next-tabs-tab-close {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tabs-tab .next-tabs-tab-close:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tabs-tab .next-tabs-tab-close:focus {
    outline: none
}

.next-tabs-tab.active .next-tabs-tab-close,.next-tabs-tab.disabled .next-tabs-tab-close {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tabs-tab:focus {
    outline: none
}

.next-tabs-tabpane {
    opacity: 0;
    visibility: hidden
}

.next-tabs-tabpane.active {
    height: auto;
    opacity: 1;
    visibility: visible
}

.next-tabs-tabpane.hidden {
    border: 0!important;
    height: 0!important;
    margin: 0!important;
    overflow: hidden;
    padding: 0!important
}

.next-tabs-btn-down,.next-tabs-btn-next,.next-tabs-btn-prev {
    background: transparent;
    border: 0;
    border-color: transparent;
    cursor: pointer;
    height: 100%;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0
}

.next-tabs-btn-down,.next-tabs-btn-down.visited,.next-tabs-btn-down:link,.next-tabs-btn-down:visited,.next-tabs-btn-next,.next-tabs-btn-next.visited,.next-tabs-btn-next:link,.next-tabs-btn-next:visited,.next-tabs-btn-prev,.next-tabs-btn-prev.visited,.next-tabs-btn-prev:link,.next-tabs-btn-prev:visited {
    color: #333;
    color: var(--color-text1-3,#333)
}

.next-tabs-btn-down.hover,.next-tabs-btn-down:focus,.next-tabs-btn-down:hover,.next-tabs-btn-next.hover,.next-tabs-btn-next:focus,.next-tabs-btn-next:hover,.next-tabs-btn-prev.hover,.next-tabs-btn-prev:focus,.next-tabs-btn-prev:hover {
    background: transparent;
    border-color: transparent;
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    text-decoration: none
}

.next-tabs-btn-down.active,.next-tabs-btn-down:active,.next-tabs-btn-next.active,.next-tabs-btn-next:active,.next-tabs-btn-prev.active,.next-tabs-btn-prev:active {
    background: transparent;
    border-color: transparent;
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    text-decoration: none
}

.next-tabs-btn-down.disabled,.next-tabs-btn-next.disabled,.next-tabs-btn-prev.disabled {
    color: #d9d9d9;
    color: var(--color-line1-2,#d9d9d9);
    cursor: not-allowed
}

.next-tabs-btn-next {
    right: 8px;
    right: var(--s-2,8px)
}

.next-tabs-btn-prev {
    right: 32px;
    right: var(--s-8,32px)
}

.next-tabs-btn-down {
    right: 8px;
    right: var(--s-2,8px)
}

.next-tabs .next-tab-icon-dropdown:before {
    content: "\e63d"
}

.next-tabs .next-tab-icon-prev:before {
    content: "\e61d"
}

.next-tabs .next-tab-icon-next:before {
    content: "\e619"
}

.next-tabs-content {
    overflow: hidden
}

.next-tabs-vertical>.next-tabs-bar .next-tabs-nav {
    width: 100%
}

.next-tabs-vertical>.next-tabs-bar .next-tabs-tab {
    display: block
}

.next-tabs.next-medium .next-tabs-nav-container-scrolling {
    padding-right: 60px;
    padding-right: var(--s-15,60px)
}

.next-tabs.next-medium .next-tabs-tab-inner {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    padding: 9px 16px;
    padding: 9px var(--s-4,16px)
}

.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
    line-height: 1
}

.next-tabs.next-medium .next-tabs-tab-inner .next-icon .next-icon-remote,.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close {
    margin-left: 8px;
    margin-left: var(--s-2,8px)
}

.next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote,.next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-tabs.next-medium .next-tabs-btn-down .next-icon .next-icon-remote,.next-tabs.next-medium .next-tabs-btn-down .next-icon:before,.next-tabs.next-medium .next-tabs-btn-next .next-icon .next-icon-remote,.next-tabs.next-medium .next-tabs-btn-next .next-icon:before,.next-tabs.next-medium .next-tabs-btn-prev .next-icon .next-icon-remote,.next-tabs.next-medium .next-tabs-btn-prev .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-tabs.next-small .next-tabs-nav-container-scrolling {
    padding-right: 56px;
    padding-right: var(--s-14,56px)
}

.next-tabs.next-small .next-tabs-tab-inner {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    padding: 9px 16px
}

.next-tabs.next-small .next-tabs-tab-inner .next-icon {
    line-height: 1
}

.next-tabs.next-small .next-tabs-tab-inner .next-icon .next-icon-remote,.next-tabs.next-small .next-tabs-tab-inner .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
    margin-left: 8px;
    margin-left: var(--s-2,8px)
}

.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote,.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media {
    .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
        margin-left: -4px;
        margin-right: -4px;
        transform: scale(.5)
    }

    .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tabs.next-small .next-tabs-btn-down .next-icon .next-icon-remote,.next-tabs.next-small .next-tabs-btn-down .next-icon:before,.next-tabs.next-small .next-tabs-btn-next .next-icon .next-icon-remote,.next-tabs.next-small .next-tabs-btn-next .next-icon:before,.next-tabs.next-small .next-tabs-btn-prev .next-icon .next-icon-remote,.next-tabs.next-small .next-tabs-btn-prev .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-tabs-pure>.next-tabs-bar {
    background-color: transparent;
    background-color: var(--color-transparent,transparent);
    border-bottom: 1px solid #d9d9d9;
    border-bottom: var(--line-solid,solid) var(--line-1,1px) var(--tab-pure-divider-border-color,#d9d9d9)
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container {
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    margin-bottom: -1px;
    margin-bottom: calc(0px - var(--line-1,1px))
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
    background-color: transparent;
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
    background-color: transparent;
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    cursor: pointer
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
    background-color: transparent;
    color: #0064c8;
    color: var(--tab-pure-text-color-selected,#0064c8);
    z-index: 1
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
    background: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: default;
    pointer-events: none
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
    border-bottom: 2px solid #0064c8;
    border-bottom: var(--line-2,2px) solid var(--color-brand1-6,#0064c8);
    border-radius: 0;
    bottom: 0;
    left: 50%;
    width: 0
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
    left: 0;
    left: calc(var(--s-zero,0px));
    width: 100%;
    width: calc(100% - var(--s-zero,0px)*2)
}

.next-tabs-wrapped>.next-tabs-bar {
    background: transparent;
    background: var(--color-transparent,transparent)
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab {
    background-color: #fff;
    background-color: var(--tab-wrapped-bg-color,#fff);
    color: #333;
    color: var(--tab-wrapped-text-color,#333)
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab:hover {
    background-color: transparent;
    background-color: var(--color-transparent,transparent);
    color: #1a1a1a;
    color: var(--tab-wrapped-text-color-hover,#1a1a1a);
    cursor: pointer
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.active {
    background-color: #fff;
    background-color: var(--tab-wrapped-bg-color-selected,#fff);
    color: #0064c8;
    color: var(--tab-wrapped-text-color-selected,#0064c8);
    z-index: 1
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.disabled {
    background: #fff;
    background: var(--color-fill1-1,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: default;
    pointer-events: none
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
    outline: none
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tabs-wrapped:after,.next-tabs-wrapped:before {
    content: "";
    display: table
}

.next-tabs-wrapped:after {
    clear: both
}

.next-tabs-wrapped>.next-tabs-content {
    position: relative
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar {
    position: relative
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-nav-extra {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab {
    border: 0 solid #e5e5e5;
    border: var(--line-solid,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#e5e5e5);
    border-radius: 0 0 0 0;
    border-radius: var(--corner-zero,0) var(--corner-zero,0) 0 0;
    border-width: 0;
    border-width: var(--tab-wrapped-border-side-width,0) var(--tab-wrapped-border-side-width,0) var(--tab-wrapped-border-line-width,0);
    margin-right: 4px;
    margin-right: var(--s-1,4px)
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab:hover {
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab.active {
    border-color: #e5e5e5 #e5e5e5 #fff;
    border-color: var(--tab-wrapped-border-line-color,#e5e5e5) var(--tab-wrapped-border-line-color,#e5e5e5) var(--tab-wrapped-bg-color-selected,#fff)
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab:before {
    border-radius: 0;
    border-radius: var(--corner-zero,0);
    border-top: 2px solid #0064c8;
    border-top: var(--line-2,2px) solid var(--color-brand1-6,#0064c8);
    left: 50%;
    top: 0;
    top: calc(0px - var(--tab-wrapped-border-line-width, 0px));
    width: 0
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab.active:before {
    left: 0;
    left: calc(var(--s-zero,0px));
    width: 100%;
    width: calc(100% - var(--s-zero,0px)*2)
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab.active {
    border-width: 0;
    border-width: var(--tab-wrapped-border-line-width,0)
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar:before {
    border-bottom: 0 solid #e5e5e5;
    border-bottom: var(--tab-wrapped-content-border-line-width,0) var(--line-solid,solid) var(--tab-wrapped-border-line-color,#e5e5e5);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 100%;
    transform: translateY(0);
    transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 0px)));
    width: 100%
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar {
    position: relative
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-nav-extra {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab {
    border: 0 solid #e5e5e5;
    border: var(--line-solid,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#e5e5e5);
    border-radius: 0 0 0 0;
    border-radius: 0 0 var(--corner-zero,0) var(--corner-zero,0);
    margin-right: 4px;
    margin-right: var(--s-1,4px)
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab:hover {
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab.active {
    border-color: #fff #e5e5e5 #e5e5e5;
    border-color: var(--tab-wrapped-bg-color-selected,#fff) var(--tab-wrapped-border-line-color,#e5e5e5) var(--tab-wrapped-border-line-color,#e5e5e5)
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab:before {
    border-bottom: 2px solid #0064c8;
    border-bottom: var(--line-2,2px) solid var(--color-brand1-6,#0064c8);
    border-radius: 0;
    border-radius: var(--corner-zero,0);
    bottom: 0;
    bottom: calc(0px - var(--tab-wrapped-border-line-width, 0px));
    left: 50%;
    width: 0
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab.active:before {
    left: 0;
    left: calc(var(--s-zero,0px));
    width: 100%;
    width: calc(100% - var(--s-zero,0px)*2)
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-content {
    border-bottom: 0 solid #e5e5e5;
    border-bottom: var(--tab-wrapped-content-border-line-width,0) var(--line-solid,solid) var(--tab-wrapped-border-line-color,#e5e5e5);
    top: 0;
    top: var(--tab-wrapped-border-line-width,0)
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar {
    float: left
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab {
    border: 0 solid #e5e5e5;
    border: var(--line-solid,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#e5e5e5);
    border-radius: 0 0 0 0;
    border-radius: var(--corner-zero,0) 0 0 var(--corner-zero,0);
    border-width: 0;
    border-width: var(--tab-wrapped-border-side-width,0) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-side-width,0) var(--tab-wrapped-border-side-width,0);
    float: none;
    margin-bottom: 4px
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab:hover {
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab.active {
    border-color: #e5e5e5 #fff #e5e5e5 #e5e5e5;
    border-color: var(--tab-wrapped-border-line-color,#e5e5e5) var(--tab-wrapped-bg-color-selected,#fff) var(--tab-wrapped-border-line-color,#e5e5e5) var(--tab-wrapped-border-line-color,#e5e5e5)
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab:before {
    border-left: 2px solid #0064c8;
    border-left: var(--line-2,2px) solid var(--color-brand1-6,#0064c8);
    border-radius: 0;
    border-radius: var(--corner-zero,0);
    height: 0;
    left: 0;
    left: calc(0px - var(--tab-wrapped-border-line-width, 0px));
    top: 50%
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab.active:before {
    height: 100%;
    top: 0;
    top: var(--corner-zero,0)
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab.active {
    border-width: 0;
    border-width: var(--tab-wrapped-border-line-width,0)
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-content {
    border-left: 0 solid #e5e5e5;
    border-left: var(--tab-wrapped-content-border-line-width,0) var(--line-solid,solid) var(--tab-wrapped-border-line-color,#e5e5e5);
    right: 0;
    right: var(--tab-wrapped-border-line-width,0)
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar {
    float: right
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab {
    border: 0 solid #e5e5e5;
    border: var(--line-solid,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#e5e5e5);
    border-radius: 0 0 0 0;
    border-radius: 0 var(--corner-zero,0) var(--corner-zero,0) 0;
    border-width: 0;
    border-width: var(--tab-wrapped-border-side-width,0) var(--tab-wrapped-border-side-width,0) var(--tab-wrapped-border-side-width,0) var(--tab-wrapped-border-line-width,0);
    float: none;
    margin-bottom: 4px;
    margin-bottom: var(--tab-wrapped-tab-margin-bottom,4px)
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab:hover {
    border-color: transparent;
    border-color: var(--color-transparent,transparent)
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab.active {
    border-color: #e5e5e5 #e5e5e5 #e5e5e5 #fff;
    border-color: var(--tab-wrapped-border-line-color,#e5e5e5) var(--tab-wrapped-border-line-color,#e5e5e5) var(--tab-wrapped-border-line-color,#e5e5e5) var(--tab-wrapped-bg-color-selected,#fff)
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab:before {
    border-radius: 0;
    border-radius: var(--corner-zero,0);
    border-right: 2px solid #0064c8;
    border-right: var(--line-2,2px) solid var(--color-brand1-6,#0064c8);
    height: 0;
    right: 0;
    right: calc(0px - var(--tab-wrapped-border-line-width, 0px));
    top: 50%
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab.active:before {
    height: 100%;
    top: 0;
    top: var(--corner-zero,0)
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab.active {
    border-width: 0;
    border-width: var(--tab-wrapped-border-line-width,0)
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-content {
    border-right: 0 solid #e5e5e5;
    border-right: var(--tab-wrapped-content-border-line-width,0) var(--line-solid,solid) var(--tab-wrapped-border-line-color,#e5e5e5);
    right: 0;
    right: calc(0px - var(--tab-wrapped-border-line-width, 0px))
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab {
    background-color: #fff;
    background-color: var(--tab-capsule-bg-color,#fff);
    border: 1px solid #e5e5e5;
    border: var(--line-1,1px) var(--line-solid,solid) var(--tab-capsule-tab-border-line-color,#e5e5e5);
    border-right-color: transparent;
    color: #1a1a1a;
    color: var(--tab-capsule-text-color,#1a1a1a);
    margin-right: -1px;
    margin-right: calc(0px - var(--line-1,1px));
    transition: background-color .1s linear
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:first-child {
    border-radius: 2px 0 0 2px;
    border-radius: var(--corner-1,2px) 0 0 var(--corner-1,2px)
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:last-child {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0;
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--tab-capsule-tab-border-line-color,#e5e5e5)
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active {
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--tab-capsule-tab-border-line-color,#e5e5e5);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.disabled {
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5)
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:hover {
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--tab-capsule-tab-border-line-color,#e5e5e5);
    border-color: #e5e5e5;
    border-color: var(--tab-capsule-tab-border-line-color-hover,#e5e5e5);
    z-index: 2
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:hover {
    background-color: #f7f7f7;
    background-color: var(--tab-capsule-bg-color-hover,#f7f7f7);
    color: #333;
    color: var(--tab-capsule-text-color-hover,#333);
    cursor: pointer
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active {
    background-color: #fff;
    background-color: var(--tab-capsule-bg-color-selected,#fff);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    z-index: 1
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.disabled {
    background: #fff;
    background: var(--color-fill1-1,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: default;
    pointer-events: none
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab {
    background-color: transparent;
    color: #333;
    color: var(--tab-text-text-color-normal,#333)
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab:hover {
    background-color: transparent;
    color: #1a1a1a;
    color: var(--tab-text-text-color-hover,#1a1a1a);
    cursor: pointer
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab.active {
    background-color: transparent;
    color: #0064c8;
    color: var(--tab-text-text-color-selected,#0064c8);
    z-index: 1
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab.disabled {
    background: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: default;
    pointer-events: none
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab:not(:last-child):after {
    background-color: #d9d9d9;
    background-color: var(--color-line1-2,#d9d9d9);
    content: "";
    height: 8px;
    height: var(--s-2,8px);
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    top: calc(50% - var(--s-2,8px)/2);
    width: 1px;
    width: var(--line-1,1px)
}

.next-tabs-pure>.next-tabs-bar {
    position: relative
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-extra {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.next-tabs-capsule>.next-tabs-bar {
    position: relative
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-nav-extra {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.next-tabs-text>.next-tabs-bar {
    position: relative
}

.next-tabs-text>.next-tabs-bar .next-tabs-nav-extra {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.next-tabs[dir=rtl].next-medium .next-tabs-nav-container-scrolling {
    padding-left: 60px;
    padding-left: var(--s-15,60px);
    padding-right: 0
}

.next-tabs[dir=rtl].next-medium .next-tabs-tab-close {
    padding-left: 0;
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-tabs[dir=rtl].next-small .next-tabs-nav-container-scrolling {
    padding-left: 56px;
    padding-left: var(--s-14,56px);
    padding-right: 0
}

.next-tabs[dir=rtl].next-small .next-tabs-tab-close {
    padding-left: 0;
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-nav-extra {
    left: 0;
    right: auto
}

.next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-nav-extra {
    left: 0;
    right: auto
}

.next-tabs[dir=rtl]>.next-tabs-bar .next-tabs-nav-extra {
    left: 0;
    right: auto
}

.next-tabs[dir=rtl].next-tabs-capsule>.next-tabs-bar .next-tabs-tab {
    border: 1px solid #e5e5e5;
    border-left: 0;
    border: var(--line-1,1px) var(--line-solid,solid) var(--tab-capsule-tab-border-line-color,#e5e5e5)
}

.next-tabs[dir=rtl].next-tabs-capsule>.next-tabs-bar .next-tabs-tab:first-child {
    border-left: 0;
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-tabs[dir=rtl].next-tabs-capsule>.next-tabs-bar .next-tabs-tab:last-child {
    border-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--tab-capsule-tab-border-line-color,#e5e5e5);
    border-radius: 2px 0 0 2px;
    border-radius: var(--corner-1,2px) 0 0 var(--corner-1,2px)
}

.next-tabs[dir=rtl].next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active {
    border-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--tab-capsule-tab-border-line-color,#e5e5e5);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    margin-left: -1px;
    margin-left: calc(0px - var(--line-1,1px));
    margin-right: auto
}

.next-tabs[dir=rtl] .next-tabs-btn-next {
    left: 8px;
    left: var(--s-2,8px);
    right: auto
}

.next-tabs[dir=rtl] .next-tabs-btn-prev {
    left: 32px;
    left: var(--s-8,32px);
    right: auto
}

.next-tabs[dir=rtl] .next-tabs-btn-down {
    left: 8px;
    left: var(--s-2,8px);
    right: auto
}

.next-tabs-text[dir=rtl]>.next-tabs-bar .next-tabs-tab:not(:last-child):after {
    content: "";
    left: 0;
    position: absolute;
    right: auto
}

@keyframes fadeInRightForTag {
    0% {
        opacity: 0;
        transform: rotate(45deg) translateX(20px)
    }

    to {
        opacity: 1;
        transform: rotate(45deg) translateX(0)
    }
}

.next-tag>.next-tag-body {
    overflow: hidden;
    text-overflow: ellipsis
}

.next-tag-checkable.next-tag-level-secondary {
    background-color: transparent;
    border-color: transparent;
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.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: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-tag-default.next-tag-level-primary {
    background-color: #f0f7ff;
    background-color: var(--color-brand1-1,#f0f7ff);
    border-color: transparent;
    border-color: var(--tag-fill-border-color,transparent);
    color: #0064c8;
    color: var(--tag-fill-text-color,#0064c8)
}

.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover,.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover {
    background-color: #cae3fd;
    background-color: var(--color-brand1-2,#cae3fd);
    border-color: transparent;
    border-color: var(--tag-fill-border-color-hover,transparent);
    color: #0064c8;
    color: var(--tag-fill-text-color-hover,#0064c8)
}

.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover>.next-tag-close-btn,.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover>.next-tag-close-btn {
    color: #0064c8;
    color: var(--tag-fill-tail-color-hover,#0064c8)
}

.disabled.next-tag-default.next-tag-level-primary,.next-tag-default.next-tag-level-primary[disabled] {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    border-color: #f7f7f7;
    border-color: var(--tag-fill-border-color-disabled,#f7f7f7);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.disabled.next-tag-default.next-tag-level-primary>.next-tag-close-btn,.next-tag-default.next-tag-level-primary[disabled]>.next-tag-close-btn {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tag-default.next-tag-level-primary>.next-tag-close-btn {
    color: #0064c8;
    color: var(--tag-fill-tail-color,#0064c8)
}

.next-tag-closable.next-tag-level-primary {
    background-color: #f0f7ff;
    background-color: var(--tag-closable-primary-fill-bg-color,#f0f7ff);
    border-color: #f0f7ff;
    border-color: var(--tag-closable-primary-fill-border-color,#f0f7ff);
    color: #0064c8;
    color: var(--tag-closable-primary-fill-text-color,#0064c8)
}

.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover,.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover {
    background-color: #f0f7ff;
    background-color: var(--tag-closable-primary-fill-bg-color-hover,#f0f7ff);
    border-color: #f0f7ff;
    border-color: var(--tag-closable-primary-fill-border-color-hover,#f0f7ff);
    color: #0064c8;
    color: var(--tag-closable-primary-fill-text-color-hover,#0064c8)
}

.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover>.next-tag-close-btn,.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover>.next-tag-close-btn {
    color: #0064c8;
    color: var(--tag-fill-tail-color-hover,#0064c8)
}

.disabled.next-tag-closable.next-tag-level-primary,.next-tag-closable.next-tag-level-primary[disabled] {
    background-color: #fff;
    background-color: var(--tag-closable-primary-fill-bg-color-disabled,#fff);
    border-color: #e5e5e5;
    border-color: var(--tag-closable-primary-fill-border-color-disabled,#e5e5e5);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.disabled.next-tag-closable.next-tag-level-primary>.next-tag-close-btn,.next-tag-closable.next-tag-level-primary[disabled]>.next-tag-close-btn {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tag-closable.next-tag-level-primary>.next-tag-close-btn {
    color: #0064c8;
    color: var(--tag-fill-tail-color,#0064c8)
}

.next-tag-checkable.next-tag-level-primary {
    background-color: #e5e5e5;
    background-color: var(--tag-checkable-fill-bg-color,#e5e5e5);
    border-color: #e5e5e5;
    border-color: var(--tag-checkable-fill-border-color,#e5e5e5);
    color: #333;
    color: var(--tag-checkable-fill-text-color,#333)
}

.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover,.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover {
    background-color: #d9d9d9;
    background-color: var(--tag-checkable-fill-bg-color-hover,#d9d9d9);
    border-color: #d9d9d9;
    border-color: var(--tag-checkable-fill-border-color-hover,#d9d9d9);
    color: #1a1a1a;
    color: var(--tag-checkable-fill-text-color-hover,#1a1a1a)
}

.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover>.next-tag-close-btn,.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover>.next-tag-close-btn {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.disabled.next-tag-checkable.next-tag-level-primary,.next-tag-checkable.next-tag-level-primary[disabled] {
    background-color: #fff;
    background-color: var(--color-fill1-1,#fff);
    border-color: #fff;
    border-color: var(--color-fill1-1,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.disabled.next-tag-checkable.next-tag-level-primary>.next-tag-close-btn,.next-tag-checkable.next-tag-level-primary[disabled]>.next-tag-close-btn {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tag-checkable.next-tag-level-primary>.next-tag-close-btn {
    color: #333;
    color: var(--color-text1-3,#333)
}

.next-tag-checkable.next-tag-level-primary.checked {
    background-color: #0064c8;
    background-color: var(--color-brand1-6,#0064c8);
    border-color: #0064c8;
    border-color: var(--tag-checkable-primary-border-color,#0064c8);
    color: #fff;
    color: var(--tag-checkable-primary-text-color,#fff)
}

.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 {
    background-color: #003263;
    background-color: var(--tag-checkable-primary-bg-color-hover,#003263);
    border-color: #003263;
    border-color: var(--tag-checkable-primary-border-color-hover,#003263);
    color: #fff;
    color: var(--tag-checkable-primary-text-color-hover,#fff)
}

.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover>.next-tag-close-btn,.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover>.next-tag-close-btn {
    color: #fff;
    color: var(--color-white,#fff)
}

.disabled.next-tag-checkable.next-tag-level-primary.checked,.next-tag-checkable.next-tag-level-primary.checked[disabled] {
    background-color: #fff;
    background-color: var(--color-fill1-1,#fff);
    border-color: #fff;
    border-color: var(--color-fill1-1,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.disabled.next-tag-checkable.next-tag-level-primary.checked>.next-tag-close-btn,.next-tag-checkable.next-tag-level-primary.checked[disabled]>.next-tag-close-btn {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-tag-checkable.next-tag-level-primary.checked>.next-tag-close-btn {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-tag-default.next-tag-level-normal {
    background-color: #f7f7f7;
    background-color: var(--tag-bordered-bg,#f7f7f7);
    border-color: transparent;
    border-color: var(--tag-bordered-border-color,transparent);
    color: dimgray;
    color: #696969;
    color: var(--tag-bordered-text-color,dimgray)
}

.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover,.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover {
    background-color: #e5e5e5;
    background-color: var(--tag-bordered-bg-hover,#e5e5e5);
    border-color: transparent;
    border-color: var(--tag-bordered-border-color-hover,transparent);
    color: dimgray;
    color: #696969;
    color: var(--tag-bordered-text-color-hover,dimgray)
}

.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover>.next-tag-close-btn,.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover>.next-tag-close-btn {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.disabled.next-tag-default.next-tag-level-normal,.next-tag-default.next-tag-level-normal[disabled] {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    border-color: #f7f7f7;
    border-color: var(--color-fill1-2,#f7f7f7);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.disabled.next-tag-default.next-tag-level-normal>.next-tag-close-btn,.next-tag-default.next-tag-level-normal[disabled]>.next-tag-close-btn {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tag-default.next-tag-level-normal>.next-tag-close-btn {
    color: #333;
    color: var(--color-text1-3,#333)
}

.next-tag-closable.next-tag-level-normal {
    background-color: #f7f7f7;
    background-color: var(--tag-closable-bordered-bg,#f7f7f7);
    border-color: #f7f7f7;
    border-color: var(--tag-closable-bordered-border-color,#f7f7f7);
    color: dimgray;
    color: #696969;
    color: var(--tag-closable-bordered-text-color,dimgray)
}

.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover,.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover {
    background-color: #f7f7f7;
    background-color: var(--tag-closable-bordered-bg-hover,#f7f7f7);
    border-color: #f7f7f7;
    border-color: var(--tag-closable-bordered-border-color-hover,#f7f7f7);
    color: dimgray;
    color: #696969;
    color: var(--tag-closable-bordered-text-color-hover,dimgray)
}

.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover>.next-tag-close-btn,.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover>.next-tag-close-btn {
    color: dimgray;
    color: #696969;
    color: var(--tag-closable-bordered-tail-color-hover,dimgray)
}

.disabled.next-tag-closable.next-tag-level-normal,.next-tag-closable.next-tag-level-normal[disabled] {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    border-color: #f7f7f7;
    border-color: var(--color-fill1-2,#f7f7f7);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.disabled.next-tag-closable.next-tag-level-normal>.next-tag-close-btn,.next-tag-closable.next-tag-level-normal[disabled]>.next-tag-close-btn {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tag-closable.next-tag-level-normal>.next-tag-close-btn {
    color: gray;
    color: grey;
    color: var(--tag-closable-bordered-tail-color,gray)
}

.next-tag-checkable.next-tag-level-normal.checked {
    background-color: #f0f7ff;
    background-color: var(--color-brand1-1,#f0f7ff);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.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 {
    background-color: #f0f7ff;
    background-color: var(--tag-secondary-bg-hover,#f0f7ff);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-tag-checkable.next-tag-level-secondary.checked {
    background-color: #f0f7ff;
    background-color: var(--color-brand1-1,#f0f7ff);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.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 {
    background-color: #f0f7ff;
    background-color: var(--tag-secondary-bg-hover,#f0f7ff);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-tag-checkable.next-tag-level-secondary.checked:before {
    -webkit-font-smoothing: antialiased;
    background-color: #0064c8;
    background-color: var(--color-brand1-6,#0064c8);
    content: "";
    position: absolute;
    transform: rotate(45deg)
}

.next-tag-checkable.next-tag-level-secondary.checked:after {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    color: var(--color-white,#fff);
    content: "\e632";
    font-family: NextIcon;
    position: absolute;
    transform: scale(.6)
}

.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: #003263;
    background-color: var(--color-brand1-9,#003263)
}

.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: #fff;
    color: var(--color-white,#fff)
}

.next-tag-checkable.next-tag-level-secondary.checked:disabled:before,.next-tag-checkable.next-tag-level-secondary.checked[disabled]:before {
    background-color: #e5e5e5;
    background-color: var(--color-line1-1,#e5e5e5)
}

.next-tag-checkable.next-tag-level-secondary.checked:disabled:after,.next-tag-checkable.next-tag-level-secondary.checked[disabled]:after {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-tag-checkable.next-tag-level-normal {
    background-color: #fff;
    background-color: var(--tag-checkable-normal-bg,#fff);
    border-color: #d9d9d9;
    border-color: var(--tag-checkable-normal-border-color,#d9d9d9);
    color: #333;
    color: var(--tag-checkable-normal-text-color,#333)
}

.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover,.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover {
    background-color: #f7f7f7;
    background-color: var(--tag-checkable-normal-bg-hover,#f7f7f7);
    border-color: #ccc;
    border-color: var(--tag-checkable-normal-border-color-hover,#ccc);
    color: #333;
    color: var(--tag-checkable-normal-text-color-hover,#333)
}

.disabled.next-tag-checkable.next-tag-level-normal,.next-tag-checkable.next-tag-level-normal[disabled] {
    background-color: #fff;
    background-color: var(--color-white,#fff);
    border-color: #d9d9d9;
    border-color: var(--tag-checkable-normal-border-selected-disabled,#d9d9d9);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tag-checkable.next-tag-level-normal.checked:before {
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    background-color: var(--color-transparent,transparent);
    content: "";
    position: absolute;
    transform: rotate(45deg)
}

.next-tag-checkable.next-tag-level-normal.checked:after {
    -webkit-font-smoothing: antialiased;
    color: transparent;
    color: var(--color-transparent,transparent);
    content: "\e632";
    font-family: NextIcon;
    position: absolute;
    transform: scale(.6)
}

.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: transparent;
    background-color: var(--color-transparent,transparent)
}

.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: transparent;
    color: var(--color-transparent,transparent)
}

.next-tag-checkable.next-tag-level-normal.checked:disabled:before,.next-tag-checkable.next-tag-level-normal.checked[disabled]:before {
    background-color: #f7f7f7;
    background-color: var(--tag-checkable-normal-tick-bg-selected-disabled,#f7f7f7)
}

.next-tag-checkable.next-tag-level-normal.checked:disabled:after,.next-tag-checkable.next-tag-level-normal.checked[disabled]:after {
    color: #fff;
    color: var(--tag-checkable-normal-icon-color-selected-disabled,#fff)
}

.next-tag-closable.next-tag-level-normal:before {
    -webkit-font-smoothing: antialiased;
    background-color: #e5e5e5;
    background-color: var(--tag-closable-normal-bg,#e5e5e5);
    content: "";
    position: absolute;
    transform: rotate(45deg)
}

.next-tag-closable.next-tag-level-normal:after {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    color: var(--color-white,#fff);
    content: "\e626";
    font-family: NextIcon;
    position: absolute;
    transform: scale(.6)
}

.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: #e5e5e5;
    background-color: var(--tag-closable-normal-bg-hover,#e5e5e5)
}

.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: gray;
    color: grey;
    color: var(--tag-closable-normal-icon-color-hover,gray)
}

.next-tag-closable.next-tag-level-normal:disabled:before,.next-tag-closable.next-tag-level-normal[disabled]:before {
    background-color: #e5e5e5;
    background-color: var(--color-line1-1,#e5e5e5)
}

.next-tag-closable.next-tag-level-normal:disabled:after,.next-tag-closable.next-tag-level-normal[disabled]:after {
    color: #e5e5e5;
    color: var(--tag-closable-normal-icon-color-disabled,#e5e5e5)
}

.next-tag-group .next-tag-large,.next-tag-group .next-tag-medium {
    margin-bottom: 8px;
    margin-right: 8px
}

.next-tag-group .next-tag-small {
    margin-bottom: 4px;
    margin-right: 4px
}

.next-tag {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    border-style: solid;
    border-width: 1px;
    border-width: var(--line-1,1px);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    max-width: 100%;
    outline: 0;
    overflow: hidden;
    transition: all .1s linear;
    vertical-align: middle;
    white-space: nowrap
}

.next-tag *,.next-tag :after,.next-tag :before {
    box-sizing: border-box
}

.next-tag>.next-tag-body {
    cursor: default;
    display: inline-block;
    height: 100%;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.next-tag>.next-tag-body>a {
    color: inherit;
    text-decoration: none
}

.next-tag>.next-tag-body>a:before {
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.next-tag>.next-tag-body .next-icon {
    line-height: 1;
    vertical-align: baseline
}

.next-tag>.next-tag-body .next-icon:before {
    font-size: inherit
}

.next-tag.next-tag-body-pointer {
    cursor: pointer
}

.next-tag.disabled,.next-tag[disabled] {
    cursor: not-allowed;
    pointer-events: none
}

.next-tag-blue {
    background-color: #4494f9;
    border-color: #4494f9;
    color: #fff
}

.next-tag-blue-inverse {
    background-color: rgba(68,148,249,.25);
    border-color: #4494f9;
    color: #4494f9
}

.next-tag-green {
    background-color: #46bc15;
    border-color: #46bc15;
    color: #fff
}

.next-tag-green-inverse {
    background-color: rgba(70,188,21,.25);
    border-color: #46bc15;
    color: #46bc15
}

.next-tag-orange {
    background-color: #ff9300;
    border-color: #ff9300;
    color: #fff
}

.next-tag-orange-inverse {
    background-color: rgba(255,147,0,.25);
    border-color: #ff9300;
    color: #ff9300
}

.next-tag-red {
    background-color: #ff3000;
    border-color: #ff3000;
    color: #fff
}

.next-tag-red-inverse {
    background-color: rgba(255,48,0,.25);
    border-color: #ff3000;
    color: #ff3000
}

.next-tag-turquoise {
    background-color: #01c1b2;
    border-color: #01c1b2;
    color: #fff
}

.next-tag-turquoise-inverse {
    background-color: rgba(1,193,178,.25);
    border-color: #01c1b2;
    color: #01c1b2
}

.next-tag-yellow {
    background-color: #fccc12;
    border-color: #fccc12;
    color: #fff
}

.next-tag-yellow-inverse {
    background-color: rgba(252,204,18,.25);
    border-color: #fccc12;
    color: #fccc12
}

.next-tag-large {
    font-size: 0;
    height: 28px;
    height: var(--s-7,28px);
    line-height: 26px;
    line-height: calc(var(--s-7,28px) - var(--line-1,1px)*2);
    padding: 0
}

.next-tag-large>.next-tag-body {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    min-width: 48px;
    min-width: var(--s-12,48px);
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-tag-large.next-tag-closable>.next-tag-body {
    max-width: calc(100% - 44px);
    max-width: calc(100% - var(--s-4,16px) - var(--tag-size-l-icon-font, 16px) - var(--s-3,12px));
    padding: 0 0 0 12px;
    padding: 0 0 0 var(--s-3,12px)
}

.next-tag-large[dir=rtl].next-tag-closable>.next-tag-body {
    padding: 0 12px 0 0;
    padding: 0 var(--s-3,12px) 0 0
}

.next-tag-large.next-tag-closable>.next-tag-close-btn {
    margin-left: 16px;
    margin-left: var(--s-4,16px);
    padding-right: 12px;
    padding-right: var(--s-3,12px)
}

.next-tag-large.next-tag-closable>.next-tag-close-btn .next-icon .next-icon-remote,.next-tag-large.next-tag-closable>.next-tag-close-btn .next-icon:before {
    font-size: 16px;
    font-size: var(--tag-size-l-icon-font,16px);
    line-height: inherit;
    width: 16px;
    width: var(--tag-size-l-icon-font,16px)
}

.next-tag-large[dir=rtl]>.next-tag-close-btn {
    margin-left: 0;
    margin-right: 16px;
    margin-right: var(--s-4,16px);
    padding-left: 12px;
    padding-left: var(--s-3,12px);
    padding-right: 0
}

.next-tag-medium {
    font-size: 0;
    height: 24px;
    height: var(--s-6,24px);
    line-height: 22px;
    line-height: calc(var(--s-6,24px) - var(--line-1,1px)*2);
    padding: 0
}

.next-tag-medium>.next-tag-body {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    min-width: 40px;
    min-width: var(--s-10,40px);
    padding: 0 8px;
    padding: 0 var(--s-2,8px)
}

.next-tag-medium.next-tag-closable>.next-tag-body {
    max-width: calc(100% - 36px);
    max-width: calc(100% - var(--s-3,12px) - 16px - var(--s-2,8px));
    padding: 0 0 0 8px;
    padding: 0 0 0 var(--s-2,8px)
}

.next-tag-medium[dir=rtl].next-tag-closable>.next-tag-body {
    padding: 0 8px 0 0;
    padding: 0 var(--s-2,8px) 0 0
}

.next-tag-medium.next-tag-closable>.next-tag-close-btn {
    margin-left: 12px;
    margin-left: var(--s-3,12px);
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-tag-medium.next-tag-closable>.next-tag-close-btn .next-icon .next-icon-remote,.next-tag-medium.next-tag-closable>.next-tag-close-btn .next-icon:before {
    font-size: 16px;
    font-size: var(--tag-size-m-icon-font,16px);
    line-height: inherit;
    width: 16px;
    width: var(--tag-size-m-icon-font,16px)
}

.next-tag-medium[dir=rtl]>.next-tag-close-btn {
    margin-left: 0;
    margin-right: 12px;
    margin-right: var(--s-3,12px);
    padding-left: 8px;
    padding-left: var(--s-2,8px);
    padding-right: 0
}

.next-tag-small {
    font-size: 0;
    height: 20px;
    height: var(--s-5,20px);
    line-height: 18px;
    line-height: calc(var(--s-5,20px) - var(--line-1,1px)*2);
    padding: 0
}

.next-tag-small>.next-tag-body {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    min-width: 4px;
    min-width: var(--s-1,4px);
    padding: 0 8px;
    padding: 0 var(--s-2,8px)
}

.next-tag-small.next-tag-closable>.next-tag-body {
    max-width: calc(100% - 28px);
    max-width: calc(100% - 30px);
    max-width: calc(100% - var(--s-2,8px) - 14px - var(--s-2,8px));
    padding: 0 0 0 8px;
    padding: 0 0 0 var(--s-2,8px)
}

.next-tag-small[dir=rtl].next-tag-closable>.next-tag-body {
    padding: 0 8px 0 0;
    padding: 0 var(--s-2,8px) 0 0
}

.next-tag-small.next-tag-closable>.next-tag-close-btn {
    margin-left: 8px;
    margin-left: var(--s-2,8px);
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-tag-small.next-tag-closable>.next-tag-close-btn .next-icon .next-icon-remote,.next-tag-small.next-tag-closable>.next-tag-close-btn .next-icon:before {
    font-size: 12px;
    font-size: var(--tag-size-s-icon-font,12px);
    line-height: inherit;
    width: 12px;
    width: var(--tag-size-s-icon-font,12px)
}

.next-tag-small[dir=rtl]>.next-tag-close-btn {
    margin-left: 0;
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    padding-left: 8px;
    padding-left: var(--s-2,8px);
    padding-right: 0
}

.next-tag-default {
    cursor: default
}

.next-tag-closable {
    position: relative
}

.next-tag-closable>.next-tag-close-btn {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: middle
}

.next-tag-checkable {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    cursor: pointer;
    position: relative
}

.next-tag-checkable.checked:before {
    animation: fadeInRightForTag .4s cubic-bezier(.78,.14,.15,.86)
}

.next-tag-checkable.checked:after {
    animation: zoomIn .4s cubic-bezier(.78,.14,.15,.86)
}

.next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before {
    bottom: 0;
    bottom: calc(0px - var(--tag-size-s-tick-icon-bg-size, 0px)/2);
    height: 0;
    height: var(--tag-size-s-tick-icon-bg-size,0);
    right: 0;
    right: calc(0px - var(--tag-size-s-tick-icon-bg-size, 0px)/2);
    width: 0;
    width: var(--tag-size-s-tick-icon-bg-size,0)
}

.next-tag-checkable.next-tag-small:not(.next-tag-level-primary):after {
    bottom: 0;
    font-size: 8px;
    line-height: 8px;
    right: 0
}

.next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):before {
    bottom: 0;
    bottom: calc(0px - var(--tag-size-m-tick-icon-bg-size, 0px)/2);
    height: 0;
    height: var(--tag-size-m-tick-icon-bg-size,0);
    right: 0;
    right: calc(0px - var(--tag-size-m-tick-icon-bg-size, 0px)/2);
    width: 0;
    width: var(--tag-size-m-tick-icon-bg-size,0)
}

.next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):after {
    bottom: 0;
    font-size: 12px;
    line-height: 12px;
    right: 0
}

.next-tag-checkable.next-tag-large:not(.next-tag-level-primary):before {
    bottom: 0;
    bottom: calc(0px - var(--tag-size-l-tick-icon-bg-size, 0px)/2);
    height: 0;
    height: var(--tag-size-l-tick-icon-bg-size,0);
    right: 0;
    right: calc(0px - var(--tag-size-l-tick-icon-bg-size, 0px)/2);
    width: 0;
    width: var(--tag-size-l-tick-icon-bg-size,0)
}

.next-tag-checkable.next-tag-large:not(.next-tag-level-primary):after {
    bottom: 0;
    font-size: 16px;
    line-height: 16px;
    right: 0
}

.next-tag-checkable.next-tag-level-secondary.disabled,.next-tag-checkable.next-tag-level-secondary[disabled] {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tag-zoom-appear,.next-tag-zoom-enter {
    animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    animation-fill-mode: both
}

.next-tag-zoom-leave {
    animation: zoomOut .3s ease-in;
    animation-fill-mode: both
}

.next-timeline *,.next-timeline :after,.next-timeline :before {
    box-sizing: border-box
}

.next-timeline,.next-timeline:after,.next-timeline:before {
    box-sizing: border-box
}

.next-timeline ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.next-timeline p {
    margin: 0
}

.next-timeline-hide {
    display: none
}

.next-timeline[dir=rtl] .next-timeline-item-folder {
    padding-left: 0;
    padding-right: 36px;
    padding-right: calc(var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline[dir=rtl] .next-timeline-item-dot-tail {
    border-left: none;
    border-right: 1px dotted #d9d9d9;
    border-right: var(--line-1,1px) dotted var(--color-line1-2,#d9d9d9);
    left: auto;
    right: 12px;
    right: calc(var(--s-6,24px)/2)
}

.next-timeline[dir=rtl] .next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 0;
    margin-right: 80px;
    margin-right: var(--s-20,80px)
}

.next-timeline[dir=rtl] .next-timeline-item-done {
    position: relative
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline {
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
    float: right;
    height: 32px;
    height: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    padding: 4px 0;
    padding: var(--timeline-item-node-padding,4px) 0;
    position: relative;
    text-align: center;
    width: 24px;
    width: var(--s-6,24px)
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: auto;
    line-height: 1;
    margin-left: 0;
    margin-right: -8px;
    margin-right: calc(0px - var(--s-10,40px)/2 + var(--s-6,24px)/2);
    width: 40px;
    width: var(--s-10,40px);
    word-break: break-all
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    height: var(--timeline-item-done-dot-size,8px);
    left: 50%;
    margin-left: -4px;
    margin-left: calc(0px - var(--timeline-item-done-dot-size, 8px)/2);
    margin-top: -4px;
    margin-top: calc(0px - var(--timeline-item-done-dot-size, 8px)/2);
    position: absolute;
    top: 50%;
    width: 8px;
    width: var(--timeline-item-done-dot-size,8px)
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
    border-radius: 100%;
    display: block;
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote,.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
    height: calc(100% - 32px);
    height: calc(100% - var(--s-6,24px) - var(--timeline-item-node-padding, 4px)*2);
    left: auto;
    position: absolute;
    right: 12px;
    right: calc(var(--s-6,24px)/2);
    top: 32px;
    top: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    width: auto
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #d9d9d9;
    background: var(--color-line1-2,#d9d9d9);
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px;
    width: var(--line-1,1px)
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content {
    display: inline-block;
    margin-left: 0;
    margin-right: 36px;
    margin-right: calc(var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    color: var(--timeline-item-title-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-title-margin-top,8px);
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
    color: #333;
    color: var(--timeline-item-body-color,#333);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-body-margin-top,8px);
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin: 4px 0 20px;
    margin-bottom: var(--s-5,20px);
    margin-top: var(--s-1,4px);
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--timeline-item-title-margin-top,8px);
    padding-left: 12px;
    padding-left: var(--s-3,12px);
    padding-right: 0;
    position: absolute;
    text-align: left;
    width: 80px;
    width: var(--s-20,80px)
}

.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-left-content p {
    word-break: break-word
}

.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-timeline {
    margin-left: 0;
    margin-right: 80px;
    margin-right: var(--s-20,80px)
}

.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 0;
    margin-right: 116px;
    margin-right: calc(var(--s-20,80px) + var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-dot {
    background: #e5e5e5;
    background: var(--timeline-item-done-background,#e5e5e5)
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-icon {
    background: #e5e5e5;
    background: var(--timeline-item-done-background,#e5e5e5);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-timeline[dir=rtl] .next-timeline-item-process {
    position: relative
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline {
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
    float: right;
    height: 32px;
    height: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    padding: 4px 0;
    padding: var(--timeline-item-node-padding,4px) 0;
    position: relative;
    text-align: center;
    width: 24px;
    width: var(--s-6,24px)
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: auto;
    line-height: 1;
    margin-left: 0;
    margin-right: -8px;
    margin-right: calc(0px - var(--s-10,40px)/2 + var(--s-6,24px)/2);
    width: 40px;
    width: var(--s-10,40px);
    word-break: break-all
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    height: var(--timeline-item-process-dot-size,8px);
    left: 50%;
    margin-left: -4px;
    margin-left: calc(0px - var(--timeline-item-process-dot-size, 8px)/2);
    margin-top: -4px;
    margin-top: calc(0px - var(--timeline-item-process-dot-size, 8px)/2);
    position: absolute;
    top: 50%;
    width: 8px;
    width: var(--timeline-item-process-dot-size,8px)
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
    border-radius: 100%;
    display: block;
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote,.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
    height: calc(100% - 32px);
    height: calc(100% - var(--s-6,24px) - var(--timeline-item-node-padding, 4px)*2);
    left: auto;
    position: absolute;
    right: 12px;
    right: calc(var(--s-6,24px)/2);
    top: 32px;
    top: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    width: auto
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #d9d9d9;
    background: var(--color-line1-2,#d9d9d9);
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px;
    width: var(--line-1,1px)
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content {
    display: inline-block;
    margin-left: 0;
    margin-right: 36px;
    margin-right: calc(var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    color: var(--timeline-item-title-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-title-margin-top,8px);
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
    color: #333;
    color: var(--timeline-item-body-color,#333);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-body-margin-top,8px);
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin: 4px 0 20px;
    margin-bottom: var(--s-5,20px);
    margin-top: var(--s-1,4px);
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--timeline-item-title-margin-top,8px);
    padding-left: 12px;
    padding-left: var(--s-3,12px);
    padding-right: 0;
    position: absolute;
    text-align: left;
    width: 80px;
    width: var(--s-20,80px)
}

.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-left-content p {
    word-break: break-word
}

.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-timeline {
    margin-left: 0;
    margin-right: 80px;
    margin-right: var(--s-20,80px)
}

.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 0;
    margin-right: 116px;
    margin-right: calc(var(--s-20,80px) + var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-dot {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-icon {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-timeline[dir=rtl] .next-timeline-item-success {
    position: relative
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline {
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
    float: right;
    height: 32px;
    height: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    padding: 4px 0;
    padding: var(--timeline-item-node-padding,4px) 0;
    position: relative;
    text-align: center;
    width: 24px;
    width: var(--s-6,24px)
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: auto;
    line-height: 1;
    margin-left: 0;
    margin-right: -8px;
    margin-right: calc(0px - var(--s-10,40px)/2 + var(--s-6,24px)/2);
    width: 40px;
    width: var(--s-10,40px);
    word-break: break-all
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    height: var(--timeline-item-success-dot-size,8px);
    left: 50%;
    margin-left: -4px;
    margin-left: calc(0px - var(--timeline-item-success-dot-size, 8px)/2);
    margin-top: -4px;
    margin-top: calc(0px - var(--timeline-item-success-dot-size, 8px)/2);
    position: absolute;
    top: 50%;
    width: 8px;
    width: var(--timeline-item-success-dot-size,8px)
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
    border-radius: 100%;
    display: block;
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote,.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
    height: calc(100% - 32px);
    height: calc(100% - var(--s-6,24px) - var(--timeline-item-node-padding, 4px)*2);
    left: auto;
    position: absolute;
    right: 12px;
    right: calc(var(--s-6,24px)/2);
    top: 32px;
    top: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    width: auto
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #d9d9d9;
    background: var(--color-line1-2,#d9d9d9);
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px;
    width: var(--line-1,1px)
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content {
    display: inline-block;
    margin-left: 0;
    margin-right: 36px;
    margin-right: calc(var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    color: var(--timeline-item-title-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-title-margin-top,8px);
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
    color: #333;
    color: var(--timeline-item-body-color,#333);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-body-margin-top,8px);
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin: 4px 0 20px;
    margin-bottom: var(--s-5,20px);
    margin-top: var(--s-1,4px);
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--timeline-item-title-margin-top,8px);
    padding-left: 12px;
    padding-left: var(--s-3,12px);
    padding-right: 0;
    position: absolute;
    text-align: left;
    width: 80px;
    width: var(--s-20,80px)
}

.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-left-content p {
    word-break: break-word
}

.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-timeline {
    margin-left: 0;
    margin-right: 80px;
    margin-right: var(--s-20,80px)
}

.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 0;
    margin-right: 116px;
    margin-right: calc(var(--s-20,80px) + var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-dot {
    background: #67cf98;
    background: var(--color-success-4,#67cf98)
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-icon {
    background: #67cf98;
    background: var(--color-success-4,#67cf98);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-timeline[dir=rtl] .next-timeline-item-error {
    position: relative
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline {
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
    float: right;
    height: 32px;
    height: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    padding: 4px 0;
    padding: var(--timeline-item-node-padding,4px) 0;
    position: relative;
    text-align: center;
    width: 24px;
    width: var(--s-6,24px)
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: auto;
    line-height: 1;
    margin-left: 0;
    margin-right: -8px;
    margin-right: calc(0px - var(--s-10,40px)/2 + var(--s-6,24px)/2);
    width: 40px;
    width: var(--s-10,40px);
    word-break: break-all
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    height: var(--timeline-item-error-dot-size,8px);
    left: 50%;
    margin-left: -4px;
    margin-left: calc(0px - var(--timeline-item-error-dot-size, 8px)/2);
    margin-top: -4px;
    margin-top: calc(0px - var(--timeline-item-error-dot-size, 8px)/2);
    position: absolute;
    top: 50%;
    width: 8px;
    width: var(--timeline-item-error-dot-size,8px)
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
    border-radius: 100%;
    display: block;
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote,.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
    height: calc(100% - 32px);
    height: calc(100% - var(--s-6,24px) - var(--timeline-item-node-padding, 4px)*2);
    left: auto;
    position: absolute;
    right: 12px;
    right: calc(var(--s-6,24px)/2);
    top: 32px;
    top: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    width: auto
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #d9d9d9;
    background: var(--color-line1-2,#d9d9d9);
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px;
    width: var(--line-1,1px)
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content {
    display: inline-block;
    margin-left: 0;
    margin-right: 36px;
    margin-right: calc(var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    color: var(--timeline-item-title-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-title-margin-top,8px);
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
    color: #333;
    color: var(--timeline-item-body-color,#333);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-body-margin-top,8px);
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin: 4px 0 20px;
    margin-bottom: var(--s-5,20px);
    margin-top: var(--s-1,4px);
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--timeline-item-title-margin-top,8px);
    padding-left: 12px;
    padding-left: var(--s-3,12px);
    padding-right: 0;
    position: absolute;
    text-align: left;
    width: 80px;
    width: var(--s-20,80px)
}

.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-left-content p {
    word-break: break-word
}

.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-timeline {
    margin-left: 0;
    margin-right: 80px;
    margin-right: var(--s-20,80px)
}

.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 0;
    margin-right: 116px;
    margin-right: calc(var(--s-20,80px) + var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-dot {
    background: #f2887e;
    background: var(--color-error-4,#f2887e)
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-icon {
    background: #f2887e;
    background: var(--color-error-4,#f2887e);
    color: #fff;
    color: var(--color-white,#fff)
}

.next-timeline {
    list-style: none;
    margin: 0;
    padding: 0
}

.next-timeline>li {
    outline: 0
}

.next-timeline-item-folder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    padding-bottom: 4px;
    padding-bottom: var(--s-1,4px);
    padding-left: 36px;
    padding-left: calc(var(--s-3,12px) + var(--s-6,24px));
    padding-top: 4px;
    padding-top: var(--s-1,4px);
    position: relative
}

.next-timeline-item-dot-tail {
    border: 0;
    border-left: var(--line-1,1px) dotted var(--color-line1-2,#d9d9d9);
    height: 100%;
    left: 12px;
    left: calc(var(--s-6,24px)/2);
    position: absolute;
    top: 0
}

.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(--s-20,80px)
}

.next-timeline-item-done {
    position: relative
}

.next-timeline-item-done .next-timeline-item-timeline {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
    float: left;
    height: 32px;
    height: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    padding: 4px 0;
    padding: var(--timeline-item-node-padding,4px) 0;
    position: relative;
    text-align: center;
    width: 24px;
    width: var(--s-6,24px)
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: auto;
    line-height: 1;
    margin-left: -8px;
    margin-left: calc(0px - var(--s-10,40px)/2 + var(--s-6,24px)/2);
    width: 40px;
    width: var(--s-10,40px);
    word-break: break-all
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    height: var(--timeline-item-done-dot-size,8px);
    left: 50%;
    margin-left: -4px;
    margin-left: calc(0px - var(--timeline-item-done-dot-size, 8px)/2);
    margin-top: -4px;
    margin-top: calc(0px - var(--timeline-item-done-dot-size, 8px)/2);
    position: absolute;
    top: 50%;
    width: 8px;
    width: var(--timeline-item-done-dot-size,8px)
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
    border-radius: 100%;
    display: block;
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote,.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
    height: calc(100% - 32px);
    height: calc(100% - var(--s-6,24px) - var(--timeline-item-node-padding, 4px)*2);
    left: 12px;
    left: calc(var(--s-6,24px)/2);
    position: absolute;
    top: 32px;
    top: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    width: auto
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #d9d9d9;
    background: var(--color-line1-2,#d9d9d9);
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px;
    width: var(--line-1,1px)
}

.next-timeline-item-done .next-timeline-item-content {
    display: inline-block;
    margin-left: 36px;
    margin-left: calc(var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    color: var(--timeline-item-title-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-title-margin-top,8px);
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
    color: #333;
    color: var(--timeline-item-body-color,#333);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-body-margin-top,8px);
    text-align: left
}

.next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin: 4px 0 20px;
    margin-bottom: var(--s-5,20px);
    margin-top: var(--s-1,4px);
    text-align: left
}

.next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--timeline-item-title-margin-top,8px);
    padding-right: 12px;
    padding-right: var(--s-3,12px);
    position: absolute;
    text-align: right;
    width: 80px;
    width: var(--s-20,80px)
}

.next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-left-content p {
    word-break: break-word
}

.next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-timeline {
    margin-left: 80px;
    margin-left: var(--s-20,80px)
}

.next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 116px;
    margin-left: calc(var(--s-20,80px) + var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline-item-done .next-timeline-item-dot,.next-timeline-item-done .next-timeline-item-icon {
    background: #e5e5e5;
    background: var(--timeline-item-done-background,#e5e5e5)
}

.next-timeline-item-done .next-timeline-item-icon {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-timeline-item-process {
    position: relative
}

.next-timeline-item-process .next-timeline-item-timeline {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
    float: left;
    height: 32px;
    height: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    padding: 4px 0;
    padding: var(--timeline-item-node-padding,4px) 0;
    position: relative;
    text-align: center;
    width: 24px;
    width: var(--s-6,24px)
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: auto;
    line-height: 1;
    margin-left: -8px;
    margin-left: calc(0px - var(--s-10,40px)/2 + var(--s-6,24px)/2);
    width: 40px;
    width: var(--s-10,40px);
    word-break: break-all
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    height: var(--timeline-item-process-dot-size,8px);
    left: 50%;
    margin-left: -4px;
    margin-left: calc(0px - var(--timeline-item-process-dot-size, 8px)/2);
    margin-top: -4px;
    margin-top: calc(0px - var(--timeline-item-process-dot-size, 8px)/2);
    position: absolute;
    top: 50%;
    width: 8px;
    width: var(--timeline-item-process-dot-size,8px)
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
    border-radius: 100%;
    display: block;
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote,.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
    height: calc(100% - 32px);
    height: calc(100% - var(--s-6,24px) - var(--timeline-item-node-padding, 4px)*2);
    left: 12px;
    left: calc(var(--s-6,24px)/2);
    position: absolute;
    top: 32px;
    top: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    width: auto
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #d9d9d9;
    background: var(--color-line1-2,#d9d9d9);
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px;
    width: var(--line-1,1px)
}

.next-timeline-item-process .next-timeline-item-content {
    display: inline-block;
    margin-left: 36px;
    margin-left: calc(var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    color: var(--timeline-item-title-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-title-margin-top,8px);
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
    color: #333;
    color: var(--timeline-item-body-color,#333);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-body-margin-top,8px);
    text-align: left
}

.next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin: 4px 0 20px;
    margin-bottom: var(--s-5,20px);
    margin-top: var(--s-1,4px);
    text-align: left
}

.next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--timeline-item-title-margin-top,8px);
    padding-right: 12px;
    padding-right: var(--s-3,12px);
    position: absolute;
    text-align: right;
    width: 80px;
    width: var(--s-20,80px)
}

.next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-left-content p {
    word-break: break-word
}

.next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-timeline {
    margin-left: 80px;
    margin-left: var(--s-20,80px)
}

.next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 116px;
    margin-left: calc(var(--s-20,80px) + var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline-item-process .next-timeline-item-dot,.next-timeline-item-process .next-timeline-item-icon {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.next-timeline-item-process .next-timeline-item-icon {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-timeline-item-success {
    position: relative
}

.next-timeline-item-success .next-timeline-item-timeline {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
    float: left;
    height: 32px;
    height: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    padding: 4px 0;
    padding: var(--timeline-item-node-padding,4px) 0;
    position: relative;
    text-align: center;
    width: 24px;
    width: var(--s-6,24px)
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: auto;
    line-height: 1;
    margin-left: -8px;
    margin-left: calc(0px - var(--s-10,40px)/2 + var(--s-6,24px)/2);
    width: 40px;
    width: var(--s-10,40px);
    word-break: break-all
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    height: var(--timeline-item-success-dot-size,8px);
    left: 50%;
    margin-left: -4px;
    margin-left: calc(0px - var(--timeline-item-success-dot-size, 8px)/2);
    margin-top: -4px;
    margin-top: calc(0px - var(--timeline-item-success-dot-size, 8px)/2);
    position: absolute;
    top: 50%;
    width: 8px;
    width: var(--timeline-item-success-dot-size,8px)
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
    border-radius: 100%;
    display: block;
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote,.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
    height: calc(100% - 32px);
    height: calc(100% - var(--s-6,24px) - var(--timeline-item-node-padding, 4px)*2);
    left: 12px;
    left: calc(var(--s-6,24px)/2);
    position: absolute;
    top: 32px;
    top: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    width: auto
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #d9d9d9;
    background: var(--color-line1-2,#d9d9d9);
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px;
    width: var(--line-1,1px)
}

.next-timeline-item-success .next-timeline-item-content {
    display: inline-block;
    margin-left: 36px;
    margin-left: calc(var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    color: var(--timeline-item-title-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-title-margin-top,8px);
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
    color: #333;
    color: var(--timeline-item-body-color,#333);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-body-margin-top,8px);
    text-align: left
}

.next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin: 4px 0 20px;
    margin-bottom: var(--s-5,20px);
    margin-top: var(--s-1,4px);
    text-align: left
}

.next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--timeline-item-title-margin-top,8px);
    padding-right: 12px;
    padding-right: var(--s-3,12px);
    position: absolute;
    text-align: right;
    width: 80px;
    width: var(--s-20,80px)
}

.next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-left-content p {
    word-break: break-word
}

.next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-timeline {
    margin-left: 80px;
    margin-left: var(--s-20,80px)
}

.next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 116px;
    margin-left: calc(var(--s-20,80px) + var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline-item-success .next-timeline-item-dot,.next-timeline-item-success .next-timeline-item-icon {
    background: #67cf98;
    background: var(--color-success-4,#67cf98)
}

.next-timeline-item-success .next-timeline-item-icon {
    color: #fff;
    color: var(--color-white,#fff)
}

.next-timeline-item-error {
    position: relative
}

.next-timeline-item-error .next-timeline-item-timeline {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
    float: left;
    height: 32px;
    height: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    padding: 4px 0;
    padding: var(--timeline-item-node-padding,4px) 0;
    position: relative;
    text-align: center;
    width: 24px;
    width: var(--s-6,24px)
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: auto;
    line-height: 1;
    margin-left: -8px;
    margin-left: calc(0px - var(--s-10,40px)/2 + var(--s-6,24px)/2);
    width: 40px;
    width: var(--s-10,40px);
    word-break: break-all
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    height: var(--timeline-item-error-dot-size,8px);
    left: 50%;
    margin-left: -4px;
    margin-left: calc(0px - var(--timeline-item-error-dot-size, 8px)/2);
    margin-top: -4px;
    margin-top: calc(0px - var(--timeline-item-error-dot-size, 8px)/2);
    position: absolute;
    top: 50%;
    width: 8px;
    width: var(--timeline-item-error-dot-size,8px)
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
    border-radius: 100%;
    display: block;
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote,.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
    height: calc(100% - 32px);
    height: calc(100% - var(--s-6,24px) - var(--timeline-item-node-padding, 4px)*2);
    left: 12px;
    left: calc(var(--s-6,24px)/2);
    position: absolute;
    top: 32px;
    top: calc(var(--s-6,24px) + var(--timeline-item-node-padding, 4px)*2);
    width: auto
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #d9d9d9;
    background: var(--color-line1-2,#d9d9d9);
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px;
    width: var(--line-1,1px)
}

.next-timeline-item-error .next-timeline-item-content {
    display: inline-block;
    margin-left: 36px;
    margin-left: calc(var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    color: var(--timeline-item-title-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-title-margin-top,8px);
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
    color: #333;
    color: var(--timeline-item-body-color,#333);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 8px 0 0;
    margin-top: var(--timeline-item-body-margin-top,8px);
    text-align: left
}

.next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin: 4px 0 20px;
    margin-bottom: var(--s-5,20px);
    margin-top: var(--s-1,4px);
    text-align: left
}

.next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-top: 8px;
    margin-top: var(--timeline-item-title-margin-top,8px);
    padding-right: 12px;
    padding-right: var(--s-3,12px);
    position: absolute;
    text-align: right;
    width: 80px;
    width: var(--s-20,80px)
}

.next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-left-content p {
    word-break: break-word
}

.next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-timeline {
    margin-left: 80px;
    margin-left: var(--s-20,80px)
}

.next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 116px;
    margin-left: calc(var(--s-20,80px) + var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline-item-error .next-timeline-item-dot,.next-timeline-item-error .next-timeline-item-icon {
    background: #f2887e;
    background: var(--color-error-4,#f2887e)
}

.next-timeline-item-error .next-timeline-item-icon {
    color: #fff;
    color: var(--color-white,#fff)
}

.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 {
    padding-right: 12px;
    padding-right: var(--s-3,12px);
    width: 50%
}

.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% + 36px);
    margin-left: calc(50% + var(--s-3,12px) + var(--s-6,24px))
}

.next-timeline.next-alternate .next-timeline-item-folder {
    margin-left: 50%
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-title {
    color: #333;
    color: var(--timeline-item-title-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 4px 0 0;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
    color: #333;
    color: var(--timeline-item-body-color,#333);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 4px 0 0;
    text-align: right
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-time {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin: 4px 0 20px;
    margin-bottom: var(--s-5,20px);
    margin-top: var(--s-1,4px);
    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: 36px;
    margin-left: calc(var(--s-3,12px) + var(--s-6,24px));
    position: absolute
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    margin-top: 4px
}

.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 {
    padding-left: 12px;
    padding-left: var(--s-3,12px);
    width: 50%
}

.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 {
    margin-right: calc(50% + 36px);
    margin-right: calc(50% + var(--s-3,12px) + var(--s-6,24px));
    width: 50%
}

.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 {
    color: #333;
    color: var(--timeline-item-title-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 700;
    font-weight: var(--font-weight-3,bold);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-body {
    color: #333;
    color: var(--timeline-item-body-color,#333);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin: 0;
    text-align: left
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-time {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin: 4px 0 20px;
    margin-bottom: var(--s-5,20px);
    margin-top: var(--s-1,4px);
    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: 36px;
    margin-right: calc(var(--s-3,12px) + var(--s-6,24px));
    position: absolute
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body {
    text-align: right
}

.next-timeline-item-last .next-timeline-item-tail {
    display: none
}

.next-timeline-item-has-left-content {
    min-height: 48px
}

.next-timeline-item-folder.next-timeline-item-has-left-content {
    min-height: auto
}

.next-transfer {
    box-sizing: border-box;
    display: inline-block
}

.next-transfer *,.next-transfer :after,.next-transfer :before {
    box-sizing: border-box
}

.next-transfer-panel {
    background-color: #fff;
    background-color: var(--transfer-panel-background-color,#fff);
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    display: inline-block;
    vertical-align: middle
}

.next-transfer-panel-header {
    background-color: #fff;
    background-color: var(--transfer-panel-header-background-color,#fff);
    border-bottom: 1px solid #d9d9d9;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9);
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    padding: 8px 20px;
    padding: var(--s-2,8px) var(--s-5,20px)
}

.next-transfer-panel-search {
    margin-bottom: 0;
    margin-bottom: var(--s-zero,0);
    margin-top: 4px;
    margin-top: var(--s-1,4px);
    padding: 0 4px;
    padding: 0 var(--s-1,4px);
    width: 180px;
    width: var(--s-45,180px)
}

.next-transfer .next-transfer-panel-list {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 160px;
    height: var(--s-40,160px);
    overflow-y: auto;
    padding: 0;
    width: 180px;
    width: var(--s-45,180px)
}

.next-transfer-panel-not-found-container {
    display: table;
    height: 100%;
    width: 100%
}

.next-transfer-panel-not-found {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,dimgray);
    display: table-cell;
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    text-align: center;
    vertical-align: middle
}

.next-transfer-panel-item.next-focused {
    transition: background-color .1s linear
}

.next-transfer-panel-item:not(.next-disabled).next-simple:hover {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-transfer-panel-item.next-insert-before:before {
    border-top: 1px solid #0064c8;
    border-top: var(--line-1,1px) solid var(--color-brand1-6,#0064c8);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.next-transfer-panel-item.next-insert-after:after {
    border-bottom: 1px solid #0064c8;
    border-bottom: var(--line-1,1px) solid var(--color-brand1-6,#0064c8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%
}

.next-transfer-panel-footer {
    background-color: #fff;
    background-color: var(--transfer-panel-footer-background-color,#fff);
    border-top: 1px solid #d9d9d9;
    border-top: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    font-size: 0;
    padding: 8px 16px;
    padding: var(--s-2,8px) var(--s-4,16px);
    position: relative
}

.next-transfer-panel-count {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    margin-left: 4px;
    vertical-align: middle
}

.next-transfer-panel-move-all {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    cursor: pointer;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-transfer-panel-move-all.next-disabled {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: not-allowed
}

.next-transfer-operations {
    display: inline-block;
    margin: 0 8px;
    margin: 0 var(--s-2,8px);
    vertical-align: middle
}

.next-transfer-move.next-icon {
    color: #ccc;
    color: var(--color-line1-3,#ccc)
}

.next-transfer-move.next-icon:before {
    content: "\e6b3"
}

.next-transfer-operation.next-btn {
    display: block
}

.next-transfer-operation.next-btn+.next-transfer-operation.next-btn {
    margin-top: 8px;
    margin-top: var(--s-2,8px)
}

.next-transfer-operation.next-btn .next-icon .next-icon-remote,.next-transfer-operation.next-btn .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-tree {
    box-sizing: border-box
}

.next-tree *,.next-tree :after,.next-tree :before {
    box-sizing: border-box
}

.next-tree,.next-tree-child-tree {
    list-style: none;
    margin: 0;
    padding: 0
}

.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(--s-1,4px);
    vertical-align: middle
}

.next-tree-node-label {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    padding: 0 var(--s-1,4px)
}

.next-tree-node-label .next-icon {
    font-size: 14px;
    font-size: calc(var(--font-size-body-1,12px) + 2px)
}

.next-tree-node-label .next-icon:before {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    margin-right: .5em;
    width: 12px;
    width: var(--font-size-body-1,12px)
}

.next-tree-node-input.next-input {
    margin: 0 4px;
    margin: 0 var(--s-1,4px)
}

.next-tree-node-indent-unit {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 24px
}

.next-tree-node-indent-unit.next-line:before {
    border-left: 1px solid #d9d9d9;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--tree-line-color,#d9d9d9);
    content: "";
    display: inline-block;
    height: 28px;
    height: calc(var(--s-1,4px) + var(--line-2, 2px)*2 + 20px);
    left: 7.5px;
    left: calc(var(--s-4,16px)/2 - var(--line-1,1px)/2);
    position: absolute
}

.next-tree-switcher {
    display: inline-block;
    margin-right: 4px;
    margin-right: var(--s-1,4px);
    position: relative;
    vertical-align: middle
}

.next-tree .next-tree-unfold-icon:before {
    content: "";
    content: var(--tree-unfold-icon-content,"")
}

.next-tree-switcher.next-noline {
    cursor: pointer;
    height: 8px;
    height: var(--tree-switch-arrow-size,8px);
    line-height: 8px;
    line-height: var(--tree-switch-arrow-size,8px);
    width: 8px;
    width: var(--tree-switch-arrow-size,8px)
}

.next-tree-switcher.next-noline .next-tree-switcher-icon {
    color: #333;
    color: var(--tree-switch-arrow-color,#333);
    transition: transform .1s linear
}

.next-tree-switcher.next-noline .next-tree-switcher-icon .next-icon-remote,.next-tree-switcher.next-noline .next-tree-switcher-icon:before {
    font-size: 8px;
    font-size: var(--tree-switch-arrow-size,8px);
    line-height: inherit;
    width: 8px;
    width: var(--tree-switch-arrow-size,8px)
}

@media {
    .next-tree-switcher.next-noline .next-tree-switcher-icon {
        margin-left: -4px;
        margin-left: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        transform: scale(.5)
    }

    .next-tree-switcher.next-noline .next-tree-switcher-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tree-switcher.next-noline .next-tree-fold-icon:before {
    content: "\e604"
}

.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 .next-icon-remote,.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon:before {
    font-size: 8px;
    font-size: var(--tree-switch-arrow-size,8px);
    line-height: inherit;
    width: 8px;
    width: var(--tree-switch-arrow-size,8px)
}

@media {
    .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon {
        margin-left: -4px;
        margin-left: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        transform: scale(.5) rotate(-90deg)
    }

    .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
    color: #333;
    color: var(--tree-switch-hover-arrow-color,#333)
}

.next-tree-switcher.next-noline.next-disabled {
    cursor: not-allowed
}

.next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tree-switcher.next-noop-noline {
    height: 8px;
    height: var(--tree-switch-arrow-size,8px);
    width: 8px;
    width: var(--tree-switch-arrow-size,8px)
}

.next-tree-switcher.next-line {
    background-color: #fff;
    background-color: var(--tree-switch-bg-color,#fff);
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) var(--line-solid,solid) var(--tree-switch-border-color,#d9d9d9);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    cursor: pointer;
    height: 16px;
    height: var(--s-4,16px);
    line-height: 14px;
    line-height: calc(var(--s-4,16px) - var(--line-1,1px)*2);
    width: 16px;
    width: var(--s-4,16px)
}

.next-tree-switcher.next-line .next-tree-switcher-icon {
    color: gray;
    color: grey;
    color: var(--tree-switch-icon-color,gray);
    margin-left: 3px;
    margin-left: calc(var(--s-4,16px)/2 - 4px - var(--line-1,1px)*2/2)
}

.next-tree-switcher.next-line .next-tree-switcher-icon .next-icon-remote,.next-tree-switcher.next-line .next-tree-switcher-icon:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media {
    .next-tree-switcher.next-line .next-tree-switcher-icon {
        margin-left: -1px;
        margin-left: calc(var(--s-4,16px)/2 - 8px - var(--line-1,1px)*2/2);
        margin-right: -4px;
        transform: scale(.5)
    }

    .next-tree-switcher.next-line .next-tree-switcher-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tree-switcher.next-line .next-tree-switcher-fold-icon:before {
    content: "\e655"
}

.next-tree-switcher.next-line .next-tree-switcher-unfold-icon:before {
    content: "\e601"
}

.next-tree-switcher.next-line:not(.next-disabled):hover {
    background-color: #f7f7f7;
    background-color: var(--tree-switch-hover-bg-color,#f7f7f7);
    border-color: #aaa;
    border-color: var(--tree-switch-hover-border-color,#aaa)
}

.next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
    color: gray;
    color: grey;
    color: var(--tree-switch-hover-icon-color,gray)
}

.next-tree-switcher.next-line.next-disabled {
    background-color: #fff;
    border-color: #e5e5e5;
    border-color: var(--color-line1-1,#e5e5e5);
    cursor: not-allowed
}

.next-tree-switcher.next-line.next-disabled .next-tree-switcher-icon {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-tree-switcher.next-noop-line {
    height: 16px;
    height: var(--s-4,16px);
    width: 16px;
    width: var(--s-4,16px)
}

.next-tree-switcher.next-noop-line-noroot {
    border-bottom: 1px solid #d9d9d9;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--tree-line-color,#d9d9d9);
    border-left: 1px solid #d9d9d9;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--tree-line-color,#d9d9d9);
    height: 0
}

.next-tree-switcher.next-noop-line-noroot .next-tree-right-angle {
    bottom: -1px;
    bottom: calc(0px - var(--line-1,1px))
}

.next-tree-switcher.next-loading.next-loading-noline {
    height: 8px;
    height: var(--tree-switch-arrow-size,8px);
    line-height: 8px;
    line-height: var(--tree-switch-arrow-size,8px);
    width: 8px;
    width: var(--tree-switch-arrow-size,8px)
}

.next-tree-switcher.next-loading.next-loading-line {
    border: 1px solid transparent;
    border: var(--line-1,1px) var(--line-solid,solid) transparent;
    height: 16px;
    height: var(--s-4,16px);
    line-height: 14px;
    line-height: calc(var(--s-4,16px) - var(--line-1,1px)*2);
    width: 16px;
    width: var(--s-4,16px)
}

.next-tree-switcher.next-loading .next-tree-switcher-icon {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-tree-switcher.next-loading .next-tree-switcher-icon .next-icon-remote,.next-tree-switcher.next-loading .next-tree-switcher-icon:before {
    font-size: 8px;
    font-size: var(--tree-switch-arrow-size,8px);
    line-height: inherit;
    width: 8px;
    width: var(--tree-switch-arrow-size,8px)
}

@media {
    .next-tree-switcher.next-loading .next-tree-switcher-icon {
        margin-left: -4px;
        margin-left: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        margin-right: -4px;
        margin-right: calc(-8px + var(--tree-switch-arrow-size, 8px)/2);
        transform: scale(.5)
    }

    .next-tree-switcher.next-loading .next-tree-switcher-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tree-right-angle {
    border-bottom: 1px solid #d9d9d9;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--tree-line-color,#d9d9d9);
    border-left: 1px solid #d9d9d9;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--tree-line-color,#d9d9d9);
    bottom: 6.5px;
    bottom: calc(var(--s-4,16px)/2 - var(--line-1,1px)*2/2 - var(--line-1,1px)/2);
    display: block;
    height: 22px;
    height: calc(20px + var(--s-1,4px) - var(--line-1,1px)*2);
    left: -17.5px;
    left: calc(-24px + var(--s-4,16px)/2 - var(--line-1,1px)/2 - var(--line-1,1px));
    position: absolute;
    width: 16.5px;
    width: calc(24px - var(--s-4,16px)/2 + var(--line-1,1px)/2)
}

.next-tree.next-label-block .next-tree-node-inner {
    align-items: center;
    display: flex;
    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
}

.next-tree.next-node-indent .next-tree-node-inner {
    padding-bottom: 2px;
    padding-bottom: calc(var(--s-1,4px)/2);
    padding-top: 2px;
    padding-top: calc(var(--s-1,4px)/2)
}

.next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    color: #333;
    color: var(--tree-node-hover-color,#333)
}

.next-tree.next-node-indent .next-tree-node-label-wrapper {
    border-bottom: 2px solid transparent;
    border-bottom: var(--line-2,2px) solid transparent;
    border-top: 2px solid transparent;
    border-top: var(--line-2,2px) solid transparent
}

.next-tree.next-node-indent .next-tree-node-label {
    background-color: #fff;
    background-color: var(--tree-node-normal-background,#fff);
    color: #333;
    color: var(--tree-node-normal-color,#333);
    cursor: default;
    transition: color .1s linear,background-color .1s linear
}

.next-tree.next-node-indent .next-tree-node-label-selectable {
    cursor: pointer
}

.next-tree.next-node-indent .next-tree-node-label:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    color: #333;
    color: var(--tree-node-hover-color,#333)
}

.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
    background-color: #f0f7ff;
    background-color: var(--tree-node-selected-background,#f0f7ff);
    color: #0064c8;
    color: var(--tree-node-selected-color,#0064c8)
}

.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 {
    background-color: #fff;
    background-color: var(--tree-node-disabled-background,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: not-allowed
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over .next-tree-node-label {
    background-color: #0064c8;
    background-color: var(--color-brand1-6,#0064c8);
    color: #fff;
    opacity: .8
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label-wrapper {
    border-top-color: #0064c8;
    border-top-color: var(--color-brand1-6,#0064c8)
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label-wrapper {
    border-bottom-color: #0064c8;
    border-bottom-color: var(--color-brand1-6,#0064c8)
}

.next-tree.next-node-block .next-tree-node-inner {
    background-color: #fff;
    background-color: var(--tree-node-normal-background,#fff);
    color: #333;
    color: var(--tree-node-normal-color,#333);
    cursor: pointer;
    padding-bottom: 4px;
    padding-bottom: var(--s-1,4px);
    padding-top: 4px;
    padding-top: var(--s-1,4px);
    transition: color .1s linear,background-color .1s linear
}

.next-tree.next-node-block .next-tree-node-inner:focus,.next-tree.next-node-block .next-tree-node-inner:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    color: #333;
    color: var(--tree-node-hover-color,#333)
}

.next-tree.next-node-block .next-tree-node-inner.next-selected {
    background-color: #f0f7ff;
    background-color: var(--tree-node-selected-background,#f0f7ff);
    color: #0064c8;
    color: var(--tree-node-selected-color,#0064c8)
}

.next-tree.next-node-block .next-tree-node-inner.next-disabled,.next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
    background-color: #fff;
    background-color: var(--tree-node-disabled-background,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: not-allowed
}

.next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) {
    border-left: 1px solid #d9d9d9;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--tree-line-color,#d9d9d9);
    margin-left: 7.5px;
    margin-left: calc(var(--s-4,16px)/2 - var(--line-1,1px)/2);
    padding-left: 15.5px;
    padding-left: calc(24px - var(--line-1,1px) - var(--s-4,16px)/2 + var(--line-1,1px)/2)
}

.next-tree-node.next-filtered>.next-tree-node-inner .next-tree-node-label {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-tree-node.next-filtered>.next-tree-node-inner .next-tree-node-label:hover {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-tree[dir=rtl] .next-tree-switcher {
    margin-left: 4px;
    margin-left: var(--s-1,4px);
    margin-right: 0
}

.next-tree[dir=rtl] .next-tree-switcher.next-noop-line-noroot {
    border-left: none;
    border-right: 1px solid #d9d9d9;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--tree-line-color,#d9d9d9)
}

.next-tree[dir=rtl] .next-tree-right-angle {
    border-left: none;
    border-right: 1px solid #d9d9d9;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--tree-line-color,#d9d9d9);
    left: auto;
    right: -17.5px;
    right: calc(-24px + var(--s-4,16px)/2 - var(--line-1,1px)/2 - var(--line-1,1px))
}

.next-tree[dir=rtl].next-show-line .next-tree-node .next-tree-node:not(:last-child) {
    border-left: none;
    border-right: 1px solid #d9d9d9;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--tree-line-color,#d9d9d9);
    margin-left: 0;
    margin-right: 7.5px;
    margin-right: calc(var(--s-4,16px)/2 - var(--line-1,1px)/2);
    padding-left: 0;
    padding-right: 15.5px;
    padding-right: calc(24px - var(--line-1,1px) - var(--s-4,16px)/2 + var(--line-1,1px)/2)
}

.next-tree[dir=rtl].next-node-indent .next-tree-node .next-tree-node {
    margin-left: 0;
    margin-right: 24px
}

.next-tree-select {
    box-sizing: border-box
}

.next-tree-select *,.next-tree-select :after,.next-tree-select :before {
    box-sizing: border-box
}

.next-tree-select-dropdown {
    background: #fff;
    background: var(--tree-select-background,#fff);
    border: 0 solid #e5e5e5;
    border: var(--popup-local-border-width,0) var(--line-solid,solid) var(--popup-local-border-color,#e5e5e5);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    max-height: 260px;
    overflow: auto
}

.next-tree-select-dropdown>.next-tree,.next-tree-select-dropdown>.next-tree-select-not-found,.next-tree-select-dropdown>.next-virtual-tree-container {
    padding: 8px 20px;
    padding: var(--s-2,8px) var(--s-5,20px)
}

.next-tree-select-not-found {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,dimgray);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item {
    padding: 4px 8px;
    padding: 4px var(--s-2,8px);
    padding-left: 40px;
    padding-left: calc(var(--s-3,12px)*2 + 16px)
}

.next-upload-list[dir=rtl].next-upload-list-text .next-icon {
    left: 12px;
    left: var(--s-3,12px);
    right: auto
}

.next-upload-list[dir=rtl].next-upload-list-image .next-icon-close {
    float: left;
    margin-left: 8px;
    margin-left: var(--upload-image-list-close-icon-right,8px);
    margin-right: 0
}

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-thumbnail {
    float: right;
    margin-left: 8px;
    margin-right: 0
}

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-progress {
    margin-left: 32px;
    margin-left: calc(16px + var(--upload-image-list-close-icon-right, 8px)*2);
    margin-right: 56px;
    margin-right: calc(var(--s-12,48px) + 8px)
}

.next-upload {
    box-sizing: border-box
}

.next-upload *,.next-upload :after,.next-upload :before {
    box-sizing: border-box
}

.next-upload-inner {
    display: inline-block;
    outline: 0
}

.next-upload-inner.next-hidden {
    display: none
}

.next-upload-list {
    box-sizing: border-box;
    overflow: hidden
}

.next-upload-list *,.next-upload-list :after,.next-upload-list :before {
    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: #e5e5e5!important;
    border-color: var(--color-line1-1,#e5e5e5)!important;
    color: #ccc!important;
    color: var(--color-text1-1,#ccc)!important
}

.next-upload.next-disabled .next-icon-close {
    cursor: not-allowed!important
}

.next-upload.next-disabled .next-upload-inner * {
    border-color: #e5e5e5!important;
    border-color: var(--color-line1-1,#e5e5e5)!important;
    color: #ccc!important;
    color: var(--color-text1-1,#ccc)!important;
    cursor: not-allowed!important
}

.next-upload-list-text .next-upload-list-item {
    background-color: transparent;
    background-color: var(--upload-text-list-bg-color,transparent);
    border-radius: 0;
    border-radius: var(--corner-zero,0);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 40px;
    height: var(--s-10,40px);
    line-height: 32px;
    line-height: calc(var(--s-10,40px) - 8px);
    overflow: hidden;
    padding: 4px 8px;
    padding: 4px var(--s-2,8px);
    padding-right: 40px;
    padding-right: calc(var(--s-3,12px)*2 + 16px);
    transition: all .1s linear
}

.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;
    right: 12px;
    right: var(--s-3,12px);
    top: 0
}

.next-upload-list-text .next-upload-list-item .next-icon-close {
    color: gray;
    color: grey;
    color: var(--upload-text-list-close-icon-color,gray);
    cursor: pointer;
    line-height: 40px;
    line-height: var(--s-10,40px);
    text-align: center;
    transition: all .1s linear
}

.next-upload-list-text .next-upload-list-item .next-icon-close .next-icon-remote,.next-upload-list-text .next-upload-list-item .next-icon-close:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-upload-list-text .next-upload-list-item:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7)
}

.next-upload-list-text .next-upload-list-item:hover .next-icon {
    color: #262626;
    color: var(--upload-text-list-close-icon-color-hover,#262626)
}

.next-upload-list-text .next-upload-list-item-name-wrap {
    margin-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-upload-list-text .next-upload-list-item-name {
    color: #333;
    color: var(--upload-text-list-name-font-color,#333);
    transition: all .1s linear
}

.next-upload-list-text .next-upload-list-item-size {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    margin-left: 8px
}

.next-upload-list-text .next-upload-list-item-uploading {
    line-height: 16px;
    line-height: calc(var(--s-10,40px)/2 - 4px)
}

.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress {
    line-height: 0;
    padding-bottom: 6px;
    padding-bottom: calc(var(--s-10,40px)/2/2 - 2px - var(--upload-text-list-progressbar-height, 4px)/2);
    padding-top: 6px;
    padding-top: calc(var(--s-10,40px)/2/2 - 4px)
}

.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
    height: 4px;
    height: var(--upload-text-list-progressbar-height,4px)
}

.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
    height: 4px;
    height: var(--upload-text-list-progressbar-height,4px);
    margin-top: -2px;
    margin-top: calc(0px - var(--upload-text-list-progressbar-height, 4px)/2)
}

.next-upload-list-text .next-upload-list-item-done {
    line-height: 32px;
    line-height: calc(var(--s-10,40px) - 8px)
}

.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-upload-list-text .next-upload-list-item-error {
    background-color: #ffeceb!important;
    background-color: var(--color-error-1,#ffeceb)!important
}

.next-upload-list-text .next-upload-list-item-error.next-upload-list-item-error-with-msg {
    line-height: 16px;
    line-height: calc(var(--s-10,40px)/2 - 4px)
}

.next-upload-list-text .next-upload-list-item-error-msg {
    color: #ed675a;
    color: var(--color-error-5,#ed675a);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-upload-list-image .next-upload-list-item {
    background-color: #fff;
    background-color: var(--upload-image-list-item-bg-color,#fff);
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) solid var(--color-line1-2,#d9d9d9);
    border-radius: 2px;
    border-radius: var(--upload-card-list-corner,2px);
    box-sizing: content-box;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 48px;
    height: var(--s-12,48px);
    line-height: 48px;
    line-height: var(--s-12,48px);
    overflow: hidden;
    padding: 8px;
    padding: var(--s-2,8px);
    transition: all .1s linear
}

.next-upload-list-image .next-upload-list-item:not(:last-child) {
    margin-bottom: 4px
}

.next-upload-list-image .next-upload-list-item:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.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 {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    cursor: pointer;
    text-align: center
}

.next-upload-list-image .next-upload-list-item .next-icon-close .next-icon-remote,.next-upload-list-image .next-upload-list-item .next-icon-close:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-upload-list-image .next-upload-list-item:hover {
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-upload-list-image .next-upload-list-item:hover .next-icon-close {
    color: #333;
    color: var(--color-text1-3,#333)
}

.next-upload-list-image .next-upload-list-item-name {
    color: #333;
    color: var(--upload-text-list-name-font-color,#333);
    display: block;
    margin-left: 56px;
    margin-left: calc(var(--s-12,48px) + var(--s-2,8px));
    margin-right: 32px;
    margin-right: calc(16px + var(--upload-image-list-close-icon-right, 8px)*2);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .1s linear;
    white-space: nowrap
}

.next-upload-list-image .next-upload-list-item-size {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    margin-left: 8px
}

.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-name {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-size {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-upload-list-image .next-upload-list-item-thumbnail {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    border: 1px solid transparent;
    border: var(--line-1,1px) solid var(--upload-image-list-item-picture-border-color,transparent);
    border-radius: 0;
    border-radius: var(--corner-zero,0);
    box-sizing: border-box;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    float: left;
    height: 48px;
    height: var(--s-12,48px);
    margin-right: 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 48px;
    width: var(--s-12,48px)
}

.next-upload-list-image .next-upload-list-item-thumbnail img {
    height: 100%;
    width: 100%
}

.next-upload-list-image .next-upload-list-item-thumbnail .next-icon {
    display: block;
    line-height: 48px;
    line-height: var(--s-12,48px);
    margin: 0
}

.next-upload-list-image .next-upload-list-item-thumbnail .next-icon .next-icon-remote,.next-upload-list-image .next-upload-list-item-thumbnail .next-icon:before {
    font-size: 24px;
    line-height: inherit;
    width: 24px
}

.next-upload-list-image .next-upload-list-item-error {
    background-color: #fff;
    background-color: var(--upload-image-list-item-error-bg-color,#fff);
    border-color: #f7aaa3!important;
    border-color: var(--color-error-3,#f7aaa3)!important
}

.next-upload-list-image .next-upload-list-item-uploading {
    background-color: #fff;
    background-color: var(--upload-image-list-item-uploading-bg-color,#fff)
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-name {
    height: 24px;
    height: calc(var(--s-12,48px)/2);
    line-height: 24px;
    line-height: calc(var(--s-12,48px)/2)
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress {
    line-height: 0;
    margin-left: 56px;
    margin-left: calc(var(--s-12,48px) + 8px);
    margin-right: 32px;
    margin-right: calc(16px + var(--upload-image-list-close-icon-right, 8px)*2);
    padding-bottom: 10px;
    padding-bottom: calc(var(--s-12,48px)/2/2 - var(--upload-image-list-progressbar-height, 4px)/2);
    padding-top: 10px;
    padding-top: calc(var(--s-12,48px)/2/2 - 2px)
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
    height: 4px;
    height: var(--upload-image-list-progressbar-height,4px)
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
    height: 4px;
    height: var(--upload-image-list-progressbar-height,4px);
    margin-top: -2px;
    margin-top: calc(0px - var(--upload-image-list-progressbar-height, 4px)/2)
}

.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg,.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-name {
    height: 24px;
    height: calc(var(--s-12,48px)/2);
    line-height: 24px;
    line-height: calc(var(--s-12,48px)/2)
}

.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
    color: #ed675a;
    color: var(--color-error-5,#ed675a);
    margin-left: 56px;
    margin-left: calc(var(--s-12,48px) + 8px);
    margin-right: 32px;
    margin-right: calc(16px + var(--upload-image-list-close-icon-right, 8px)*2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-upload-list-card {
    display: inline-block
}

.next-upload-list-card .next-upload-list-item {
    float: left;
    vertical-align: middle
}

.next-upload-list-card .next-upload-list-item:not(:last-child) {
    margin-right: 12px;
    margin-right: var(--s-3,12px)
}

.next-upload-list-card .next-upload-list-item-wrapper {
    background-color: transparent;
    background-color: var(--color-transparent,transparent);
    border: 1px solid #ccc;
    border: 1px solid var(--color-line1-3,#ccc);
    border-radius: 0;
    border-radius: var(--corner-zero,0);
    height: 100px;
    height: var(--s-25,100px);
    overflow: hidden;
    padding: 0;
    padding: var(--s-zero,0);
    position: relative;
    width: 100px;
    width: var(--s-25,100px)
}

.next-upload-list-card .next-upload-list-item-thumbnail {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 100%;
    text-align: center;
    width: 100%
}

.next-upload-list-card .next-upload-list-item-thumbnail img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.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 .next-icon-remote,.next-upload-list-card .next-upload-list-item-thumbnail .next-icon:before {
    font-size: 48px;
    line-height: inherit;
    width: 48px
}

.next-upload-list-card .next-upload-list-item-handler {
    margin-top: 13px;
    margin-top: calc(var(--s-25,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 {
    color: #333;
    color: var(--color-text1-3,#333);
    display: block;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin-top: 4px;
    margin-top: var(--s-1,4px);
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    width: var(--s-25,100px)
}

.next-upload-list-card .next-upload-list-item-progress {
    bottom: 0;
    font-size: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.next-upload-list-card .next-upload-list-item-progress .next-progress-line-underlay {
    border-radius: 0;
    height: 4px;
    height: var(--upload-card-list-progressbar-height,4px)
}

.next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
    border-radius: 0;
    height: 4px;
    height: var(--upload-card-list-progressbar-height,4px);
    margin-top: -2px;
    margin-top: calc(0px - var(--upload-card-list-progressbar-height, 4px)/2)
}

.next-upload-list-card .next-upload-list-item-uploading .next-upload-list-item-wrapper {
    background-color: #fff;
    background-color: var(--color-fill1-1,#fff)
}

.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 {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    display: flex;
    height: 28px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .1s linear;
    width: 100%;
    z-index: 1
}

.next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon {
    color: #fff;
    cursor: pointer;
    line-height: 28px
}

.next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon .next-icon-remote,.next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-upload-list-card .next-upload-list-item .next-upload-tool-item {
    text-align: center;
    width: 100%
}

.next-upload-list-card .next-upload-list-item .next-upload-tool-item:not(:last-child) {
    border-right: 1px solid #fff
}

.next-upload-list-card .next-upload-list-item .next-upload-tool-reupload {
    display: inline-block
}

.next-upload-list-card .next-upload-list-item .next-upload-card {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.next-upload-list-card .next-upload-list-item-error .next-upload-list-item-wrapper {
    border-color: #f7aaa3;
    border-color: var(--color-error-3,#f7aaa3)
}

.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,.next-upload-list-card.next-upload-ie9 .next-upload-card {
    display: table-cell
}

.next-upload-card {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    border: 1px dashed #f7f7f7;
    border: 1px var(--upload-card-border-style,dashed) var(--upload-card-border-color,#f7f7f7);
    border-radius: 0;
    border-radius: var(--corner-zero,0);
    cursor: pointer;
    height: 100px;
    height: var(--s-25,100px);
    text-align: center;
    transition: border-color .1s linear;
    vertical-align: middle;
    width: 100px;
    width: var(--s-25,100px)
}

.next-upload-card .next-icon {
    color: gray;
    color: grey;
    color: var(--upload-card-icon-color,gray)
}

.next-upload-card .next-icon .next-icon-remote,.next-upload-card .next-icon:before {
    font-size: 24px;
    line-height: inherit;
    width: 24px
}

.next-upload-card .next-upload-add-icon:before {
    content: "\e655"
}

.next-upload-card .next-upload-text {
    color: #333;
    color: var(--upload-card-font-color,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    margin-top: 8px;
    margin-top: var(--upload-card-add-text-margin-top,8px);
    outline: none
}

.next-upload-card:hover {
    border-color: #ccc;
    border-color: var(--color-line1-3,#ccc)
}

.next-upload-card:hover .next-icon {
    color: #333;
    color: var(--upload-card-hover-font-color,#333)
}

.next-upload-card:hover .next-upload-text {
    color: #333;
    color: var(--upload-card-hover-font-color,#333)
}

.next-upload-dragable .next-upload-inner {
    display: block
}

.next-upload-dragable .next-upload-drag {
    background-color: transparent;
    background-color: var(--color-transparent,transparent);
    border: 1px dashed #ccc;
    border: 1px dashed var(--color-line1-3,#ccc);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    cursor: pointer;
    margin-bottom: 4px;
    text-align: center;
    transition: border-color .1s linear
}

.next-upload-dragable .next-upload-drag-icon {
    color: #0064c8;
    color: var(--upload-drag-zone-upload-icon-color,#0064c8);
    margin: 20px 0 0
}

.next-upload-dragable .next-upload-drag-icon .next-upload-drag-upload-icon:before {
    content: "\e7ee";
    font-size: 24px
}

.next-upload-dragable .next-upload-drag-text {
    color: #333;
    color: var(--color-text1-3,#333);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    margin: 12px 0 0
}

.next-upload-dragable .next-upload-drag-hint {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969);
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    margin: 4px 0 20px
}

.next-upload-dragable .next-upload-drag-over {
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8)
}

.next-shell {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all .2s ease
}

.next-shell *,.next-shell :after,.next-shell :before {
    box-sizing: border-box
}

.next-shell-content-wrapper {
    overflow: auto
}

.next-shell-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 9
}

.next-shell-header .dock-trigger,.next-shell-header .nav-trigger {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    outline: 0;
    width: 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 {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-direction: row
}

.next-shell-header .next-shell-action,.next-shell-header .next-shell-branding {
    align-items: center;
    display: flex
}

.next-shell-sub-main {
    flex: 1 1;
    flex-direction: column;
    outline: 0
}

.next-shell-main,.next-shell-sub-main {
    display: flex;
    height: 100%;
    overflow: auto
}

.next-shell-main {
    box-sizing: content-box;
    flex: 1 1 auto;
    flex-direction: row;
    position: relative;
    transition: all .2s 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 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: 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 {
    bottom: 0;
    position: fixed;
    top: 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 .2s ease
}

.next-shell-aside .aside-trigger {
    align-items: center;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    outline: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px
}

.next-shell-aside .local-nav-trigger {
    border-left: none;
    outline: 0;
    right: 0;
    transform: translate(100%,-50%)
}

.next-shell-aside .ancillary-trigger {
    border-right: 0;
    left: 1px;
    outline: 0;
    transform: translate(-100%,-50%)
}

.next-shell-aside.next-aside-ancillary,.next-shell-aside.next-aside-localnavigation {
    position: relative
}

.next-shell-aside.next-shell-navigation {
    display: flex;
    flex-direction: column;
    justify-self: flex-start;
    transition: all .2s ease
}

.next-shell-aside.next-shell-tooldock {
    align-items: center;
    display: flex;
    flex-direction: column
}

.next-shell-aside .next-shell-tooldockitem {
    text-align: center;
    width: 100%
}

.next-shell-aside .next-shell-localnavigation {
    position: relative
}

.next-shell-aside .next-shell-ancillary,.next-shell-aside .next-shell-localnavigation {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-self: flex-start;
    transition: all .2s ease
}

.next-shell-light .next-shell-header .dock-trigger,.next-shell-light .next-shell-header .nav-trigger {
    background: #fff;
    background: var(--shell-light-header-background,#fff)
}

.next-shell-light .next-shell-aside .local-nav-trigger {
    background: #d9d9d9;
    background: var(--color-fill1-4,#d9d9d9)
}

.next-shell-light .next-shell-aside .ancillary-trigger {
    background: #fff;
    background: var(--color-white,#fff)
}

.next-shell-light .next-shell-header {
    background: #fff;
    background: var(--shell-light-header-background,#fff);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shell-light-header-shadow,none);
    color: #000;
    color: var(--shell-light-header-color,#000);
    height: 52px;
    height: var(--s-13,52px);
    padding: 0 16px;
    padding: 0 var(--s-4,16px)
}

.next-shell-light .next-shell-header .next-shell-navigation {
    height: 52px;
    height: var(--s-13,52px);
    justify-content: flex-end;
    line-height: 52px;
    line-height: var(--s-13,52px);
    margin: 0 48px;
    margin: 0 var(--s-12,48px)
}

.next-shell-light .next-shell-task-header {
    background: #fff;
    background: var(--color-white,#fff);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    min-height: 40px;
    min-height: var(--s-10,40px);
    overflow: auto;
    padding: 0;
    padding: 0 var(--s-zero,0);
    width: 100%
}

.next-shell-light .next-shell-main {
    background: #e5e5e5;
    background: var(--shell-light-content-background,#e5e5e5)
}

.next-shell-light .next-shell-main .next-shell-appbar {
    background: #fff;
    background: var(--color-white,#fff);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    min-height: 48px;
    min-height: var(--s-12,48px);
    padding: 0 24px;
    padding: 0 var(--s-6,24px)
}

.next-shell-light .next-shell-main .next-shell-content {
    padding: 20px;
    padding: var(--s-5,20px) var(--s-5,20px)
}

.next-shell-light .next-shell-main .next-shell-footer {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    min-height: 56px;
    min-height: var(--s-14,56px)
}

.next-shell-light .next-shell-aside.next-shell-navigation {
    background: #fff;
    background: var(--shell-light-navigation-ver-background,#fff);
    border-right: 1px solid #e5e5e5;
    border-right: var(--shell-light-navigation-ver-divider-size,1px) var(--line-solid,solid) var(--shell-light-navigation-ver-divider-color,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 168px;
    width: var(--s-42,168px)
}

.next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
    width: 60px;
    width: var(--s-15,60px)
}

.next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse {
    width: 0
}

.next-shell-light .next-shell-aside.next-shell-tooldock {
    background: #d9d9d9;
    background: var(--color-fill1-4,#d9d9d9);
    border-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 52px;
    width: var(--s-13,52px)
}

.next-shell-light .next-shell-aside .next-shell-tooldockitem {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #333;
    color: var(--color-text1-3,#333);
    padding: 8px 0;
    padding: var(--s-2,8px) 0
}

.next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
    background: #e5e5e5;
    background: var(--color-fill1-3,#e5e5e5);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-shell-light .next-shell-aside .next-shell-localnavigation {
    background: #d9d9d9;
    background: var(--color-fill1-4,#d9d9d9);
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 168px;
    width: var(--s-42,168px)
}

.next-shell-light .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
    width: 0
}

.next-shell-light .next-shell-aside .next-shell-ancillary {
    background: #fff;
    background: var(--color-white,#fff);
    border-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 168px;
    width: var(--s-42,168px)
}

.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: #000;
    background: var(--color-black,#000)
}

.next-shell-dark .next-shell-aside .local-nav-trigger {
    background: #d9d9d9;
    background: var(--color-fill1-4,#d9d9d9)
}

.next-shell-dark .next-shell-aside .ancillary-trigger {
    background: #fff;
    background: var(--color-white,#fff)
}

.next-shell-dark .next-shell-header {
    background: #000;
    background: var(--color-black,#000);
    border-bottom: 1px solid #1f1f1f;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) #1f1f1f;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--shell-dark-header-shadow,0 3px 8px 0 rgba(0,0,0,.06));
    color: #fff;
    color: var(--color-white,#fff);
    height: 52px;
    height: var(--s-13,52px);
    padding: 0 16px;
    padding: 0 var(--s-4,16px)
}

.next-shell-dark .next-shell-header .next-shell-navigation {
    height: 52px;
    height: var(--s-13,52px);
    justify-content: flex-end;
    line-height: 52px;
    line-height: var(--s-13,52px);
    margin: 0 48px;
    margin: 0 var(--s-12,48px)
}

.next-shell-dark .next-shell-task-header {
    background: #fff;
    background: var(--color-white,#fff);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    min-height: 40px;
    min-height: var(--s-10,40px);
    overflow: auto;
    padding: 0;
    padding: 0 var(--s-zero,0);
    width: 100%
}

.next-shell-dark .next-shell-main {
    background: #e5e5e5;
    background: var(--color-fill1-3,#e5e5e5)
}

.next-shell-dark .next-shell-main .next-shell-appbar {
    background: #fff;
    background: var(--color-white,#fff);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    min-height: 48px;
    min-height: var(--s-12,48px);
    padding: 0 24px;
    padding: 0 var(--s-6,24px)
}

.next-shell-dark .next-shell-main .next-shell-content {
    padding: 20px;
    padding: var(--s-5,20px) var(--s-5,20px)
}

.next-shell-dark .next-shell-main .next-shell-footer {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    min-height: 56px;
    min-height: var(--s-14,56px)
}

.next-shell-dark .next-shell-aside.next-shell-navigation {
    background: #1a1a1a;
    background: var(--shell-dark-navigation-ver-background,#1a1a1a);
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 168px;
    width: var(--s-42,168px)
}

.next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
    width: 60px;
    width: var(--s-15,60px)
}

.next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse {
    width: 0
}

.next-shell-dark .next-shell-aside.next-shell-tooldock {
    background: #d9d9d9;
    background: var(--color-fill1-4,#d9d9d9);
    border-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 52px;
    width: var(--s-13,52px)
}

.next-shell-dark .next-shell-aside .next-shell-tooldockitem {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #333;
    color: var(--color-text1-3,#333);
    padding: 8px 0;
    padding: var(--s-2,8px) 0
}

.next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
    background: #e5e5e5;
    background: var(--color-fill1-3,#e5e5e5);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-shell-dark .next-shell-aside .next-shell-localnavigation {
    background: #d9d9d9;
    background: var(--color-fill1-4,#d9d9d9);
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 168px;
    width: var(--s-42,168px)
}

.next-shell-dark .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
    width: 0
}

.next-shell-dark .next-shell-aside .next-shell-ancillary {
    background: #fff;
    background: var(--color-white,#fff);
    border-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 168px;
    width: var(--s-42,168px)
}

.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: #0064c8;
    background: var(--color-brand1-6,#0064c8)
}

.next-shell-brand .next-shell-aside .local-nav-trigger {
    background: #d9d9d9;
    background: var(--color-fill1-4,#d9d9d9)
}

.next-shell-brand .next-shell-aside .ancillary-trigger {
    background: #fff;
    background: var(--color-white,#fff)
}

.next-shell-brand .next-shell-header {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--shell-brand-header-shadow,0 3px 8px 0 rgba(0,0,0,.06));
    color: #fff;
    color: var(--color-white,#fff);
    height: 52px;
    height: var(--s-13,52px);
    padding: 0 16px;
    padding: 0 var(--s-4,16px)
}

.next-shell-brand .next-shell-header .next-shell-navigation {
    height: 52px;
    height: var(--s-13,52px);
    justify-content: flex-end;
    line-height: 52px;
    line-height: var(--s-13,52px);
    margin: 0 48px;
    margin: 0 var(--s-12,48px)
}

.next-shell-brand .next-shell-task-header {
    background: #fff;
    background: var(--color-white,#fff);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    min-height: 40px;
    min-height: var(--s-10,40px);
    overflow: auto;
    padding: 0;
    padding: 0 var(--s-zero,0);
    width: 100%
}

.next-shell-brand .next-shell-main {
    background: #e5e5e5;
    background: var(--color-fill1-3,#e5e5e5)
}

.next-shell-brand .next-shell-main .next-shell-appbar {
    background: #fff;
    background: var(--color-white,#fff);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    min-height: 48px;
    min-height: var(--s-12,48px);
    padding: 0 24px;
    padding: 0 var(--s-6,24px)
}

.next-shell-brand .next-shell-main .next-shell-content {
    padding: 20px;
    padding: var(--s-5,20px) var(--s-5,20px)
}

.next-shell-brand .next-shell-main .next-shell-footer {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    min-height: 56px;
    min-height: var(--s-14,56px)
}

.next-shell-brand .next-shell-aside.next-shell-navigation {
    background: #fff;
    background: var(--shell-brand-navigation-ver-background,#fff);
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 168px;
    width: var(--s-42,168px)
}

.next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
    width: 60px;
    width: var(--s-15,60px)
}

.next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse {
    width: 0
}

.next-shell-brand .next-shell-aside.next-shell-tooldock {
    background: #d9d9d9;
    background: var(--color-fill1-4,#d9d9d9);
    border-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 52px;
    width: var(--s-13,52px)
}

.next-shell-brand .next-shell-aside .next-shell-tooldockitem {
    background: transparent;
    background: var(--color-transparent,transparent);
    color: #333;
    color: var(--color-text1-3,#333);
    padding: 8px 0;
    padding: var(--s-2,8px) 0
}

.next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
    background: #e5e5e5;
    background: var(--color-fill1-3,#e5e5e5);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-shell-brand .next-shell-aside .next-shell-localnavigation {
    background: #d9d9d9;
    background: var(--color-fill1-4,#d9d9d9);
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 168px;
    width: var(--s-42,168px)
}

.next-shell-brand .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
    width: 0
}

.next-shell-brand .next-shell-aside .next-shell-ancillary {
    background: #fff;
    background: var(--color-white,#fff);
    border-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-1,#e5e5e5);
    box-shadow: none;
    box-shadow: var(--shadow-zero,none);
    padding: 8px 0;
    padding: var(--s-2,8px) 0 var(--s-2,8px);
    width: 168px;
    width: var(--s-42,168px)
}

.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 {
    height: 100%;
    transition: height .2s ease;
    width: 100%
}

.next-shell.next-shell-phone .next-shell-navigation.next-shell-collapse {
    height: 0;
    padding: 0;
    transition: height .2s ease
}

.next-shell.next-shell-phone .next-shell-tooldock {
    flex-direction: row;
    height: 52px;
    height: var(--s-13,52px);
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.next-shell.next-shell-phone .next-shell-tooldock.next-shell-collapse {
    display: none;
    height: 0;
    padding: 0;
    transition: all .2s ease
}

.next-shell.next-shell-phone .next-shell-aside.next-aside-ancillary,.next-shell.next-shell-tablet .next-shell-aside.next-aside-ancillary {
    width: 0
}

.next-shell.next-shell-phone .next-shell-ancillary,.next-shell.next-shell-tablet .next-shell-ancillary {
    transform: translateX(-100%)
}

.next-shell.next-shell-phone .next-shell-aside.next-aside-localnavigation,.next-shell.next-shell-tablet .next-shell-aside.next-aside-localnavigation {
    width: 0
}

.next-notification {
    margin: 0;
    padding: 0;
    position: fixed;
    width: 384px;
    z-index: 1010
}

.next-notification .next-message {
    margin-bottom: 16px;
    overflow: hidden
}

.next-notification-fade-leave {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused;
    animation-timing-function: ease
}

.next-notification-fade-leave.next-notification-fade-leave-active {
    animation-name: NotificationFadeOut;
    animation-play-state: running
}

@keyframes NotificationFadeOut {
    0% {
        margin-bottom: 16px;
        max-height: 150px;
        opacity: 1
    }

    to {
        margin-bottom: 0;
        max-height: 0;
        opacity: 0;
        padding-bottom: 0;
        padding-top: 0
    }
}

.next-typography {
    color: #1a1a1a;
    color: var(--typography-text-color,#1a1a1a)
}

.next-typography-title {
    font-weight: 600;
    font-weight: var(--font-weight-semi-bold,600);
    margin-bottom: .5em
}

.next-typography+.next-typography-title {
    margin-top: 1.2em
}

.next-typography-paragraph {
    color: #1a1a1a;
    color: var(--typography-text-color,#1a1a1a);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    margin-bottom: 1em
}

.next-typography mark {
    background: #ffe0bf;
    background: var(--typography-text-mark-background,#ffe0bf);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    padding: 0
}

.next-typography strong {
    font-weight: 600;
    font-weight: var(--font-weight-semi-bold,600)
}

.next-typography code {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-line1-1,#e5e5e5);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    font-size: 85%;
    margin: 0 .2em;
    padding: .2em .4em .1em
}

.next-typography ol,.next-typography ul {
    margin: 0 0 1em;
    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: #0064c8;
    color: var(--color-link-1,#0064c8)
}

.next-typography a:visited {
    color: #0057ad;
    color: var(--color-link-2,#0057ad)
}

.next-typography a:hover {
    color: #2a7dd1;
    color: var(--color-link-3,#2a7dd1)
}

.next-typography a:active {
    color: #2a7dd1;
    color: var(--color-link-3,#2a7dd1);
    text-decoration: underline
}

h1.next-typography-title {
    font-size: 20px;
    font-size: var(--font-size-headline,20px)
}

h2.next-typography-title {
    font-size: 18px;
    font-size: var(--font-size-title,18px)
}

h3.next-typography-title,h4.next-typography-title {
    font-size: 16px;
    font-size: var(--font-size-subhead,16px)
}

h5.next-typography-title {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

h6.next-typography-title {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-divider {
    font-feature-settings: "tnum";
    background: #e5e5e5;
    background: var(--divider-hoz-color,#e5e5e5);
    border-collapse: separate;
    box-sizing: border-box;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0
}

.next-divider *,.next-divider :after,.next-divider :before {
    box-sizing: border-box
}

.next-divider-hoz {
    clear: both;
    display: block;
    height: 1px;
    height: var(--line-1,1px);
    margin: 16px 0;
    margin: var(--s-4,16px) 0;
    min-width: 100%;
    width: 100%
}

.next-divider-ver {
    background: #d9d9d9;
    background: var(--color-line1-2,#d9d9d9);
    display: inline-block;
    height: .9em;
    margin: 0 12px;
    margin: 0 var(--s-3,12px);
    position: relative;
    top: -.06em;
    vertical-align: middle;
    width: 1px;
    width: var(--line-1,1px)
}

.next-divider-hoz.next-divider-with-text-center,.next-divider-hoz.next-divider-with-text-left,.next-divider-hoz.next-divider-with-text-right {
    background: transparent;
    color: #1a1a1a;
    color: var(--divider-hoz-text-color,#1a1a1a);
    display: table;
    font-size: 16px;
    font-size: var(--font-size-subhead,16px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    margin: 16px 0;
    margin: var(--s-4,16px) 0;
    text-align: center;
    white-space: nowrap
}

.next-divider-hoz.next-divider-with-text-center:after,.next-divider-hoz.next-divider-with-text-center:before,.next-divider-hoz.next-divider-with-text-left:after,.next-divider-hoz.next-divider-with-text-left:before,.next-divider-hoz.next-divider-with-text-right:after,.next-divider-hoz.next-divider-with-text-right:before {
    border-top: 1px solid #e5e5e5;
    border-top: var(--line-1,1px) solid var(--divider-hoz-color,#e5e5e5);
    content: "";
    display: table-cell;
    top: 50%;
    transform: translateY(50%);
    width: 50%
}

.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:after,.next-divider-hoz.next-divider-with-text-center.next-divider-dashed:before,.next-divider-hoz.next-divider-with-text-left.next-divider-dashed:after,.next-divider-hoz.next-divider-with-text-left.next-divider-dashed:before,.next-divider-hoz.next-divider-with-text-right.next-divider-dashed:after,.next-divider-hoz.next-divider-with-text-right.next-divider-dashed:before {
    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(--s-4,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(--s-4,16px)
}

.next-divider-dashed {
    background: none;
    border: 0 dashed #e5e5e5;
    border-color: var(--divider-hoz-color,#e5e5e5);
    border-top: var(--line-1,1px) dashed var(--divider-hoz-color,#e5e5e5)
}

.next-divider-dashed.next-divider-ver {
    border-width: 0 0 0 1px;
    border-bottom-width: 0;
    border-left-width: var(--line-1,1px);
    border-right-width: 0;
    border-top-width: 0
}

.next-box {
    box-sizing: border-box;
    display: flex
}

.next-box *,.next-box :after,.next-box :before {
    box-sizing: border-box
}

.next-table {
    border-bottom-left-radius: 0;
    border-bottom-left-radius: var(--corner-zero,0);
    border-bottom-right-radius: 0;
    border-bottom-right-radius: var(--corner-zero,0);
    border-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5);
    border-top: 1px solid #e5e5e5;
    border-top: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5);
    border-top-left-radius: 0;
    border-top-left-radius: var(--corner-zero,0);
    border-top-right-radius: 0;
    border-top-right-radius: var(--corner-zero,0);
    box-sizing: border-box;
    position: relative
}

.next-table *,.next-table :after,.next-table :before {
    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(--corner-zero,0)
}

.next-table .next-table-header tr:first-child th:last-child {
    border-top-right-radius: 0;
    border-top-right-radius: var(--corner-zero,0)
}

.next-table .next-table-header tr:last-child th:first-child {
    border-bottom-left-radius: 0;
    border-bottom-left-radius: var(--corner-zero,0)
}

.next-table .next-table-header tr:last-child th:last-child {
    border-bottom-right-radius: 0;
    border-bottom-right-radius: var(--corner-zero,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 td .next-table-cell-wrapper,.next-table.next-table-small th .next-table-cell-wrapper {
    padding: 8px;
    padding: var(--s-2,8px) var(--s-2,8px)
}

.next-table.next-table-small .next-table-prerow .next-table-cell-wrapper {
    padding: 8px
}

.next-table table {
    background: #fff;
    background: var(--table-row-bg,#fff);
    border-bottom-left-radius: 0;
    border-bottom-left-radius: var(--corner-zero,0);
    border-bottom-right-radius: 0;
    border-bottom-right-radius: var(--corner-zero,0);
    border-collapse: separate;
    border-spacing: 0;
    border-top-left-radius: 0;
    border-top-left-radius: var(--corner-zero,0);
    border-top-right-radius: 0;
    border-top-right-radius: var(--corner-zero,0);
    width: 100%
}

.next-table table tr:first-child td {
    border-top-width: 0
}

.next-table th {
    background: #f7f7f7;
    background: var(--table-th-bg,#f7f7f7);
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5);
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5);
    color: gray;
    color: grey;
    color: var(--table-th-color,gray);
    font-weight: 500;
    font-weight: var(--font-weight-medium,600);
    padding: 0;
    text-align: left
}

.next-table th .next-table-cell-wrapper {
    overflow: hidden;
    padding: 12px 16px;
    padding: var(--s-3,12px) var(--s-4,16px);
    text-overflow: ellipsis;
    word-break: break-all
}

.next-table th.next-table-prerow .next-table-cell-wrapper {
    padding: 12px 16px
}

.next-table th.next-table-word-break-word .next-table-cell-wrapper {
    word-break: break-word
}

.next-table th.next-table-fix-left,.next-table th.next-table-fix-right {
    z-index: 1
}

.next-table-affix {
    overflow: hidden;
    z-index: 1
}

.next-table-stickylock .next-table-affix {
    z-index: 9
}

.next-table-header-resizable {
    position: relative
}

.next-table-header-resizable .next-table-resize-handler {
    background: transparent;
    bottom: 0;
    cursor: ew-resize;
    position: absolute;
    right: -5px;
    top: 0;
    width: 10px
}

.next-table-header-resizable .next-table-resize-handler:after {
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: 50%;
    width: 2px;
    width: var(--line-2,2px)
}

.next-table-header-resizable .next-table-resize-handler:hover:after {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    z-index: 1
}

.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: auto
}

.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 {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5);
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5);
    padding: 0
}

.next-table td .next-table-cell-wrapper {
    overflow: hidden;
    padding: 12px 16px;
    padding: var(--s-3,12px) var(--s-4,16px);
    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 {
    cursor: pointer;
    margin-right: 8px;
    outline: 0
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow .next-icon-remote,.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before {
    content: "\e689"
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow .next-icon-remote,.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before {
    content: "\e688"
}

.next-table td.next-table-prerow .next-table-cell-wrapper {
    padding: 12px 16px
}

.next-table td.next-table-word-break-word .next-table-cell-wrapper {
    word-break: break-word
}

.next-table .next-table-expanded .next-table-cell-wrapper,.next-table .next-table-selection .next-table-cell-wrapper {
    overflow: visible
}

.next-table.no-header table tr:first-child td {
    border-top-width: 1px
}

.next-table.only-bottom-border {
    border-width: 0
}

.next-table.only-bottom-border td,.next-table.only-bottom-border th {
    border-width: 0 0 1px;
    border-bottom-width: var(--line-1,1px);
    border-right-width: 0;
    border-top-width: 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: #fff;
    background: var(--color-white,#fff)
}

.next-table.zebra tr:nth-child(2n) td {
    background: #fff;
    background: var(--color-fill1-1,#fff)
}

.next-table.zebra .next-table-cell.hovered,.next-table.zebra .next-table-row.hovered td {
    background: #f7f7f7;
    background: var(--table-row-hover-bg,#f7f7f7);
    color: #333;
    color: var(--table-row-hover-color,#333)
}

.next-table.zebra .next-table-row.selected td {
    background: #f0f7ff;
    background: var(--table-row-selected-bg,#f0f7ff);
    color: #333;
    color: var(--color-text-2,#333)
}

.next-table-empty {
    color: #aaa;
    color: var(--color-text-5,#aaa);
    padding: 48px 0;
    padding: var(--s-12,48px) 0;
    text-align: center
}

.next-table-expanded-row>td {
    border-width: 0 0 1px;
    border-bottom-width: var(--line-1,1px);
    border-right-width: 0;
    border-top-width: 0
}

.next-table-expanded-row>td:first-child {
    border-left-width: 1px;
    border-left-width: var(--line-1,1px)
}

.next-table-expanded-row>td:last-child {
    border-right-width: 1px;
    border-right-width: var(--line-1,1px)
}

.next-table-expanded-row:last-child>td {
    border-bottom-width: 1px;
    border-bottom-width: var(--line-1,1px)
}

.next-table-expanded-row .next-table {
    border-left: 0;
    border-top: 0
}

.next-table-expanded-row .next-table td,.next-table-expanded-row .next-table th {
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5)
}

.next-table-expanded-row .next-table.only-bottom-border td,.next-table-expanded-row .next-table.only-bottom-border th {
    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 {
    background: #fff;
    background: var(--table-row-bg,#fff);
    color: #333;
    color: var(--table-row-color,#333);
    transition: all .1s linear
}

.next-table-row.hidden {
    display: none
}

.next-table-row.hovered {
    background: #f7f7f7;
    background: var(--table-row-hover-bg,#f7f7f7);
    color: #333;
    color: var(--table-row-hover-color,#333)
}

.next-table-row.selected {
    background: #f0f7ff;
    background: var(--table-row-selected-bg,#f0f7ff);
    color: #333;
    color: var(--color-text-2,#333)
}

.next-table-cell.hovered {
    background: #f7f7f7;
    background: var(--table-row-hover-bg,#f7f7f7);
    color: #333;
    color: var(--table-row-hover-color,#333)
}

.next-table-tree-placeholder {
    visibility: hidden
}

.next-table-tree-placeholder .next-icon-remote,.next-table-tree-placeholder:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.last .next-table-expanded-row td {
    border-bottom-width: 1px
}

.next-table-body,.next-table-header {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    overflow: auto
}

.next-table-column-resize-proxy {
    border-left: 2px solid #0064c8;
    border-left: var(--line-2,2px) solid var(--color-brand1-6,#0064c8);
    bottom: 0;
    display: none;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 10
}

.next-table-header {
    -ms-overflow-style: none;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: var(--corner-zero,0);
    border-bottom-right-radius: 0;
    border-bottom-right-radius: var(--corner-zero,0);
    border-top-left-radius: 0;
    border-top-left-radius: var(--corner-zero,0);
    border-top-right-radius: 0;
    border-top-right-radius: var(--corner-zero,0);
    margin-bottom: -20px;
    overflow: -moz-scrollbars-none;
    padding-bottom: 20px;
    scrollbar-width: none
}

.next-table-header::-webkit-scrollbar {
    display: none
}

.next-table-body {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    position: relative
}

.next-table-fixed {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5);
    border-right: 1px solid #e5e5e5;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5)
}

.next-table-fixed table {
    table-layout: fixed
}

.next-table-fixed .next-table-header {
    background: #f7f7f7;
    background: var(--table-th-bg,#f7f7f7)
}

.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(--line-1,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(--line-1,1px)
}

.next-table-fixed.next-table-group .next-table-header th {
    border-top-width: 1px;
    border-top-width: var(--line-1,1px)
}

.next-table-fixed.next-table-group .next-table-header tr th:last-child {
    border-right-width: 1px;
    border-right-width: var(--line-1,1px)
}

.next-table-fixed.next-table-group .next-table-body td {
    border-top-width: 1px;
    border-top-width: var(--line-1,1px)
}

.next-table-fixed.next-table-group .next-table-body tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-width: var(--line-1,1px)
}

.next-table-fixed.next-table-group .next-table-body tr td:last-child {
    border-right-width: 1px;
    border-right-width: var(--line-1,1px)
}

.next-table-fixed.next-table-lock-left .next-table-header tr th:last-child {
    border-right-width: 1px;
    border-right-width: var(--line-1,1px)
}

.next-table-fixed.next-table-lock-left .next-table-body tr td:last-child {
    border-right-width: 1px;
    border-right-width: var(--line-1,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-body table,.next-table-group.only-bottom-border .next-table-body table.next-table-row,.next-table-group.only-bottom-border .next-table-header table {
    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(--s-2,8px)
}

.next-table-group .next-table-body table {
    border-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5);
    border-top: 1px solid #e5e5e5;
    border-top: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5);
    margin-bottom: 8px;
    margin-bottom: var(--s-2,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-left: 1px solid #e5e5e5;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5);
    border-top: 1px solid #e5e5e5;
    border-top: var(--line-1,1px) var(--line-solid,solid) var(--table-normal-border-color,#e5e5e5)
}

.next-table-group .next-table-group-header td {
    background: #f7f7f7;
    background: var(--table-group-th-bg,#f7f7f7);
    color: dimgray;
    color: #696969;
    color: var(--table-group-th-color,dimgray)
}

.next-table-group .next-table-group-header td:first-child {
    border-bottom-left-radius: 0;
    border-bottom-left-radius: var(--corner-zero,0);
    border-top-left-radius: 0;
    border-top-left-radius: var(--corner-zero,0)
}

.next-table-group .next-table-group-header td:last-child {
    border-bottom-right-radius: 0;
    border-bottom-right-radius: var(--corner-zero,0);
    border-top-right-radius: 0;
    border-top-right-radius: var(--corner-zero,0)
}

.next-table-group .next-table-group-footer td {
    background: #f7f7f7;
    background: var(--color-bg-4,#f7f7f7);
    color: dimgray;
    color: #696969;
    color: var(--table-group-footer-color,dimgray)
}

.next-table-group .next-table-group-footer td:first-child {
    border-bottom-left-radius: 0;
    border-bottom-left-radius: var(--corner-zero,0);
    border-top-left-radius: 0;
    border-top-left-radius: var(--corner-zero,0)
}

.next-table-group .next-table-group-footer td:last-child {
    border-bottom-right-radius: 0;
    border-bottom-right-radius: var(--corner-zero,0);
    border-top-right-radius: 0;
    border-top-right-radius: var(--corner-zero,0)
}

.next-table-group .next-table-row.hovered,.next-table-group .next-table-row.selected {
    background: #fff;
    background: var(--table-row-bg,#fff);
    color: #333;
    color: var(--table-row-color,#333)
}

.next-table-lock {
    position: relative
}

.next-table-lock table {
    table-layout: fixed
}

.next-table-header-inner {
    overflow: visible;
    overflow: initial
}

.next-table-header-fixer {
    background: inherit;
    border-bottom-right-radius: 0;
    border-bottom-right-radius: var(--corner-zero,0);
    border-top-right-radius: 0;
    border-top-right-radius: var(--corner-zero,0);
    content: " ";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px
}

.next-table-wrap-empty .next-table-lock-left td,.next-table-wrap-empty .next-table-lock-right td {
    border: none
}

.next-table-wrap-empty .next-table-lock-left .next-table-empty,.next-table-wrap-empty .next-table-lock-right .next-table-empty {
    display: none
}

.next-table-wrap-empty>.next-table-inner>.next-table-body>table {
    table-layout: fixed
}

.next-table-lock-left,.next-table-lock-right {
    border: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: box-shadow .3s ease;
    z-index: 1
}

.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 {
    margin-right: -20px;
    overflow-x: hidden;
    overflow-y: scroll;
    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 {
    left: auto;
    right: 0
}

.next-table-lock-right table tr td:first-child,.next-table-lock-right table tr th:first-child {
    border-left-width: 1px
}

.next-table-filter {
    line-height: 1
}

.next-table-sort {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    position: relative;
    width: 16px
}

.next-table-sort:focus {
    outline: 0
}

.next-table-sort>a:before {
    content: " ";
    display: inline-block;
    vertical-align: middle
}

.next-table-sort .next-icon {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    left: -2px;
    position: absolute
}

.next-table-sort .next-icon .next-icon-remote,.next-table-sort .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-table-sort .current .next-icon {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-table-sort .next-icon-ascending {
    left: 2px
}

.next-table-filter {
    cursor: pointer;
    display: inline-block;
    width: 20px
}

.next-table-filter:focus {
    outline: 0
}

.next-table-filter .next-icon {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-table-filter .next-icon .next-icon-remote,.next-table-filter .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-table-filter .next-table-filter-active {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-table-filter-menu .next-menu-content {
    max-height: 220px;
    overflow: auto
}

.next-table-header-icon {
    margin-left: 8px
}

.next-table-expanded-ctrl {
    cursor: pointer
}

.next-table-expanded-ctrl:focus {
    outline: 0
}

.next-table-expanded-ctrl.disabled {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,#696969)
}

.next-table-expanded-ctrl .next-table-expand-unfold .next-icon-remote,.next-table-expanded-ctrl .next-table-expand-unfold:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-table-expanded-ctrl .next-table-expand-unfold:before {
    content: "\e601"
}

.next-table-expanded-ctrl .next-table-expand-fold .next-icon-remote,.next-table-expanded-ctrl .next-table-expand-fold:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-table-expanded-ctrl .next-table-expand-fold:before {
    content: "\e655"
}

.next-table-fix-left,.next-table-fix-right {
    background: inherit;
    position: sticky;
    z-index: 1
}

.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 {
    bottom: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: box-shadow .3s;
    width: 30px
}

.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 {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: box-shadow .3s;
    width: 30px
}

.next-table-fixed.next-table-scrolling-to-right:after,.next-table-lock.next-table-scrolling-to-right:after {
    bottom: 0;
    box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    content: "";
    pointer-events: none;
    position: absolute;
    right: -30px;
    top: 0;
    transform: translateX(-100%);
    transition: box-shadow .3s;
    width: 30px
}

.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 {
    left: 0;
    right: auto
}

.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 {
    float: right;
    margin-left: 3px;
    margin-right: 0
}

.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;
    border-bottom-width: var(--line-1,1px);
    border-right-width: 0;
    border-top-width: 0
}

.next-table[dir=rtl].only-bottom-border .next-table-expanded-row td {
    border-width: 0 0 1px;
    border-bottom-width: var(--line-1,1px);
    border-right-width: 0;
    border-top-width: 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 {
    left: 0;
    right: auto
}

.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,.12)
}

.next-table[dir=rtl] .next-table-lock-left.shadow {
    box-shadow: -2px 0 3px rgba(0,0,0,.12)
}

.next-table[dir=rtl] .next-table-sort .next-icon {
    left: auto;
    right: 0
}

.next-table[dir=rtl] .next-table-sort .next-icon-ascending {
    left: auto;
    right: 4px
}

.next-table[dir=rtl] .next-table-filter {
    margin-left: 0;
    margin-right: 5px
}

.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(--line-1,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(--line-1,1px)
}

.next-table-fixed[dir=rtl] .next-table-body tr td:last-child {
    border-left-width: 1px;
    border-left-width: var(--line-1,1px)
}

.next-calendar2 {
    box-sizing: border-box
}

.next-calendar2 *,.next-calendar2 :after,.next-calendar2 :before {
    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-card .next-calendar2-header-actions,div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-actions,div[dir=rtl].next-calendar2-panel .next-calendar2-header-actions {
    margin-left: 0;
    margin-right: auto
}

div[dir=rtl].next-calendar2-card .next-calendar2-header-actions>:not(:first-child),div[dir=rtl].next-calendar2-card .next-calendar2-header-ranges>:not(:first-child),div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-actions>:not(:first-child),div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-ranges>:not(:first-child),div[dir=rtl].next-calendar2-panel .next-calendar2-header-actions>:not(:first-child),div[dir=rtl].next-calendar2-panel .next-calendar2-header-ranges>:not(:first-child) {
    margin-left: 0;
    margin-right: 8px
}

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;
    -ms-user-select: none;
    user-select: none
}

.next-calendar2-header {
    display: flex
}

.next-calendar2-table {
    table-layout: fixed;
    width: 100%
}

.next-calendar2-cell {
    cursor: pointer;
    position: relative;
    transition: background-color .2s,border .2s
}

.next-calendar2 .next-calendar2-cell-inner {
    border: 1px solid transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    min-width: 24px;
    outline: none;
    position: relative
}

.next-calendar2-cell-disabled:before {
    background: #fff;
    background: var(--color-fill1-1,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-calendar2-card .next-calendar2-header-actions,.next-calendar2-fullscreen .next-calendar2-header-actions,.next-calendar2-panel .next-calendar2-header-actions {
    margin-left: auto
}

.next-calendar2-card .next-calendar2-header-actions>:not(:first-child),.next-calendar2-card .next-calendar2-header-ranges>:not(:first-child),.next-calendar2-fullscreen .next-calendar2-header-actions>:not(:first-child),.next-calendar2-fullscreen .next-calendar2-header-ranges>:not(:first-child),.next-calendar2-panel .next-calendar2-header-actions>:not(:first-child),.next-calendar2-panel .next-calendar2-header-ranges>:not(:first-child) {
    margin-left: 8px
}

.next-calendar2-card .next-calendar2-header-select-month,.next-calendar2-card .next-calendar2-header-select-year,.next-calendar2-fullscreen .next-calendar2-header-select-month,.next-calendar2-fullscreen .next-calendar2-header-select-year,.next-calendar2-panel .next-calendar2-header-select-month,.next-calendar2-panel .next-calendar2-header-select-year {
    min-width: 88px
}

.next-calendar2-card .next-calendar2-header-select-month .next-input,.next-calendar2-card .next-calendar2-header-select-year .next-input,.next-calendar2-fullscreen .next-calendar2-header-select-month .next-input,.next-calendar2-fullscreen .next-calendar2-header-select-year .next-input,.next-calendar2-panel .next-calendar2-header-select-month .next-input,.next-calendar2-panel .next-calendar2-header-select-year .next-input {
    min-width: auto
}

.next-calendar2-card .next-calendar2-body,.next-calendar2-fullscreen .next-calendar2-body,.next-calendar2-panel .next-calendar2-body {
    padding: 8px 0
}

.next-calendar2-card .next-calendar2-cell-inner,.next-calendar2-panel .next-calendar2-cell-inner {
    border-radius: 2px;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    z-index: 2
}

.next-calendar2-card .next-calendar2,.next-calendar2-panel .next-calendar2 {
    min-height: 150px
}

.next-calendar2-card .next-calendar2-table thead>tr,.next-calendar2-panel .next-calendar2-table thead>tr {
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,dimgray);
    height: 24px
}

.next-calendar2-card .next-calendar2-table td,.next-calendar2-card .next-calendar2-table th,.next-calendar2-panel .next-calendar2-table td,.next-calendar2-panel .next-calendar2-table th {
    font-weight: 400;
    padding: 4px 0;
    text-align: center
}

.next-calendar2-card .next-calendar2-table th,.next-calendar2-panel .next-calendar2-table th {
    height: 32px
}

.next-calendar2-card .next-calendar2-table-decade,.next-calendar2-card .next-calendar2-table-month,.next-calendar2-card .next-calendar2-table-year,.next-calendar2-panel .next-calendar2-table-decade,.next-calendar2-panel .next-calendar2-table-month,.next-calendar2-panel .next-calendar2-table-year {
    height: 145px
}

.next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner,.next-calendar2-card .next-calendar2-table-month .next-calendar2-cell-inner,.next-calendar2-card .next-calendar2-table-year .next-calendar2-cell-inner,.next-calendar2-panel .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 {
    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: #333;
    color: var(--color-text1-3,#333)
}

.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: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7)
}

.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: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.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 {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    color: #fff
}

.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 {
    margin: 0 4px;
    padding: 4px 8px 0
}

.next-calendar2-fullscreen .next-calendar2-cell-inner,.next-calendar2-fullscreen td .next-calendar2-cell-inner {
    border-top: 2px solid #e5e5e5;
    border-top: 2px solid var(--color-line1-1,#e5e5e5);
    height: 80px
}

.next-calendar2-fullscreen .next-calendar2-cell-disabled .next-calendar2-cell-inner {
    background: #fff;
    background: var(--color-fill1-1,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.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: #333;
    color: var(--color-text1-3,#333)
}

.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: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7)
}

.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-today .next-calendar2-cell-inner {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-calendar2-fullscreen .next-calendar2-cell-current .next-calendar2-cell-inner {
    background-color: #fff
}

.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
    background: #f0f7ff;
    background: var(--color-brand1-1,#f0f7ff);
    border-top-color: #0064c8;
    border-top-color: var(--color-brand1-6,#0064c8);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    font-weight: 700
}

.next-calendar2-card .next-calendar2-header {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-line1-1,#e5e5e5);
    padding: 8px
}

.next-calendar2-panel .next-calendar2-header {
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--color-line1-1,#e5e5e5);
    display: flex;
    padding: 0 8px
}

.next-calendar2-panel .next-calendar2-header-btn {
    border-radius: 2px;
    color: #333;
    color: var(--color-text1-3,#333);
    font-family: inherit;
    line-height: 20px;
    min-width: 20px;
    vertical-align: baseline;
    vertical-align: initial
}

.next-calendar2-panel .next-calendar2-header-btn>span,.next-calendar2-panel .next-calendar2-header-text-field {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    vertical-align: baseline;
    vertical-align: initial
}

.next-calendar2-panel .next-calendar2-header-btn:hover,.next-calendar2-panel .next-calendar2-header-btn:hover>span {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.next-calendar2-panel .next-calendar2-header-left-btn:hover,.next-calendar2-panel .next-calendar2-header-right-btn:hover {
    background: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7)
}

.next-calendar2-panel .next-calendar2-header-text-field {
    flex: 1 1;
    height: 38px;
    line-height: 38px
}

.next-calendar2-panel .next-calendar2-header-text-field .next-calendar2-header-btn:not(:first-child) {
    margin-left: 6px
}

.next-calendar2-header-select-month-popup,.next-calendar2-header-select-year-popup {
    min-width: auto
}

.next-date-picker2-footer {
    align-items: center;
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid var(--color-line1-1,#e5e5e5);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    min-height: 40px;
    min-width: 100%;
    padding: 4px 12px;
    position: relative;
    text-align: center;
    width: min-content
}

.next-date-picker2-footer-preset>.next-btn {
    margin-right: 8px
}

.next-date-picker2-footer-actions {
    margin-left: auto
}

.next-date-picker2-footer-preset-only {
    width: 100%
}

.next-time-picker2-menu {
    float: left;
    padding: 8px 0;
    text-align: center
}

.next-time-picker2-menu:not(:last-child) {
    border-right: 1px solid #d9d9d9;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9)
}

.next-time-picker2-menu-title {
    background: #fff;
    color: dimgray;
    color: #696969;
    color: var(--color-text1-2,dimgray);
    cursor: default;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    height: 28px;
    line-height: 28px
}

.next-time-picker2-menu ul {
    -ms-overflow-style: none;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 224px;
    list-style: none;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    position: relative;
    scrollbar-width: none;
    width: 54px
}

.next-time-picker2-menu ul::-webkit-scrollbar {
    width: 0
}

.next-time-picker2-menu ul:hover {
    overflow-y: auto
}

.next-time-picker2-menu ul:after {
    content: "";
    display: block;
    height: 192px
}

.next-time-picker2-menu-item {
    -webkit-touch-callout: none;
    background: #fff;
    color: #333;
    color: var(--color-text1-3,#333);
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    outline: none;
    transition: background .1s linear;
    -ms-user-select: none;
    user-select: none
}

.next-time-picker2-menu-item:hover {
    background: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7);
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.next-time-picker2-menu-item.next-selected {
    background: #f0f7ff;
    background: var(--color-brand1-1,#f0f7ff);
    color: #333;
    color: var(--color-text1-3,#333)
}

.next-time-picker2-menu-item.next-disabled {
    background: #fff;
    background: var(--color-fill1-1,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: not-allowed
}

.next-time-picker2-panel {
    box-sizing: border-box;
    display: flex
}

.next-time-picker2-panel *,.next-time-picker2-panel :after,.next-time-picker2-panel :before {
    box-sizing: border-box
}

.next-time-picker2-panel:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.next-time-picker2-panel-header {
    border-bottom: 1px solid #e5e5e5;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--popup-local-border-color,#e5e5e5)
}

.next-time-picker2-panel-input.next-input {
    border-color: transparent;
    padding: 6px;
    vertical-align: middle;
    width: 100%
}

.next-time-picker2-panel .next-time-picker2-menu {
    flex: 1 1
}

.next-time-picker2-panel-range .next-time-picker2-panel-list:last-of-type {
    margin-left: 20px
}

.next-time-picker2-footer {
    align-items: center;
    border-top: 1px solid #f0f0f0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    min-height: 40px;
    min-width: 100%;
    padding: 4px 12px;
    text-align: center;
    width: min-content
}

.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-left: 1px solid #d9d9d9;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#d9d9d9);
    border-right: none
}

.next-time-picker2 {
    box-sizing: border-box;
    display: inline-block
}

.next-time-picker2 *,.next-time-picker2 :after,.next-time-picker2 :before {
    box-sizing: border-box
}

.next-time-picker2-trigger .next-input {
    width: 100%
}

.next-time-picker2-wrapper {
    padding: 4px 0
}

.next-time-picker2-body {
    background: #fff;
    border: 0 solid #e5e5e5;
    border: var(--popup-local-border-width,0) var(--line-solid,solid) var(--popup-local-border-color,#e5e5e5);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    display: block;
    overflow: hidden
}

.next-time-picker2-symbol-clock-icon:before {
    content: "\e621"
}

.next-time-picker2-input {
    align-items: center;
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) solid var(--input-border-color,#d9d9d9);
    box-sizing: border-box;
    display: inline-flex;
    outline: none;
    vertical-align: middle;
    width: inherit
}

.next-time-picker2-input .next-input {
    border: none;
    height: 100%;
    width: 100%
}

.next-time-picker2-input .next-input input {
    height: 100%
}

.next-time-picker2-input.next-time-picker2-input-small {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    height: 24px;
    height: var(--s-6,24px)
}

.next-time-picker2-input.next-time-picker2-input-small .next-input-label {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    padding-left: 8px;
    padding-left: var(--s-2,8px)
}

.next-time-picker2-input.next-time-picker2-input-small .next-input-inner {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-time-picker2-input.next-time-picker2-input-small .next-input-control,.next-time-picker2-input.next-time-picker2-input-small .next-input-inner-text {
    padding-right: 4px;
    padding-right: var(--s-1,4px)
}

.next-time-picker2-input.next-time-picker2-input-small input {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 22px;
    height: calc(var(--s-6,24px) - var(--line-1,1px)*2);
    line-height: 22px \0;
    line-height: calc(var(--s-6,24px) - var(--line-1,1px)*2) \0;
    padding: 0 4px;
    padding: 0 var(--s-1,4px)
}

.next-time-picker2-input.next-time-picker2-input-small input:-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-time-picker2-input.next-time-picker2-input-small input::placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-time-picker2-input.next-time-picker2-input-small .next-input-text-field {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 22px;
    height: calc(var(--s-6,24px) - var(--line-1,1px)*2);
    line-height: 22px;
    line-height: calc(var(--s-6,24px) - var(--line-1,1px)*2);
    padding: 0 4px;
    padding: 0 var(--s-1,4px)
}

.next-time-picker2-input.next-time-picker2-input-small .next-icon .next-icon-remote,.next-time-picker2-input.next-time-picker2-input-small .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-time-picker2-input.next-time-picker2-input-small .next-input-control {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-time-picker2-input.next-time-picker2-input-medium {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    height: 32px;
    height: var(--s-8,32px)
}

.next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    padding-left: 8px;
    padding-left: var(--s-2,8px)
}

.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-time-picker2-input.next-time-picker2-input-medium .next-input-control,.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner-text {
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-time-picker2-input.next-time-picker2-input-medium input {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    line-height: 30px \0;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0;
    padding: 0 8px;
    padding: 0 var(--s-2,8px)
}

.next-time-picker2-input.next-time-picker2-input-medium input:-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    line-height: 30px;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    padding: 0 8px;
    padding: 0 var(--s-2,8px)
}

.next-time-picker2-input.next-time-picker2-input-medium .next-icon .next-icon-remote,.next-time-picker2-input.next-time-picker2-input-medium .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-time-picker2-input.next-time-picker2-input-large {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    height: 36px;
    height: var(--s-9,36px)
}

.next-time-picker2-input.next-time-picker2-input-large .next-input-label {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    padding-left: 12px;
    padding-left: var(--s-3,12px)
}

.next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-time-picker2-input.next-time-picker2-input-large .next-input-control,.next-time-picker2-input.next-time-picker2-input-large .next-input-inner-text {
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-time-picker2-input.next-time-picker2-input-large input {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    line-height: 34px \0;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0;
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-time-picker2-input.next-time-picker2-input-large input:-ms-input-placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-time-picker2-input.next-time-picker2-input-large input::placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    line-height: 34px;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-time-picker2-input.next-time-picker2-input-large .next-icon .next-icon-remote,.next-time-picker2-input.next-time-picker2-input-large .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-time-picker2-input.next-time-picker2-input-large .next-input-control {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-time-picker2-input:hover {
    background-color: #fff;
    background-color: var(--color-fill-1,#fff);
    border-color: #ccc;
    border-color: var(--input-hover-border-color,#ccc)
}

.next-time-picker2-input.next-time-picker2-input-focus {
    background-color: #fff;
    background-color: var(--color-fill-1,#fff);
    border-color: #aaa;
    border-color: var(--input-focus-border-color,#aaa);
    box-shadow: 0 0 0 0 hsla(0,0%,67%,.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 {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc);
    color: #aaa;
    color: var(--color-text-5,#aaa);
    cursor: not-allowed
}

.next-time-picker2-input.next-time-picker2-input-disabled:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc)
}

.next-time-picker2-input-separator {
    color: #d9d9d9;
    color: var(--input-border-color,#d9d9d9);
    display: inline-block;
    font-size: 12px;
    min-width: 16px;
    text-align: center
}

div[dir=rtl] .next-date-picker2-footer-preset>.next-btn {
    margin-left: 8px;
    margin-right: 0
}

div[dir=rtl] .next-date-picker2-footer-actions {
    margin-left: 0;
    margin-right: auto
}

div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:last-child:before {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    left: 8px;
    right: 0
}

div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:first-child:before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    left: 0;
    right: 8px
}

div[dir=rtl] .next-date-time-picker-wrapper {
    border-left: node;
    border-right: 1px solid #e5e5e5;
    border-right: 1px solid var(--color-line1-1,#e5e5e5)
}

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 {
    left: 0;
    right: 50%
}

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 {
    left: 7px;
    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:first-of-type:after {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-left: none;
    border-right: 1px dashed #003263;
    border-right: 1px dashed var(--color-brand1-9,#003263);
    border-top-left-radius: 0;
    border-top-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:last-of-type:after {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-left: 1px dashed #003263;
    border-left: 1px dashed var(--color-brand1-9,#003263);
    border-right: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 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-edge-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-edge-end:before {
    left: 8px;
    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-edge-end.next-calendar2-cell-hover:after {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-left: 1px dashed #003263;
    border-left: 1px dashed var(--color-brand1-9,#003263);
    border-right: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 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-begin:after {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-left: none;
    border-right: 1px dashed #003263;
    border-right: 1px dashed var(--color-brand1-9,#003263);
    border-top-left-radius: 0;
    border-top-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-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-left: 1px dashed #003263;
    border-left: 1px dashed var(--color-brand1-9,#003263);
    border-right: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 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):after,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 {
    left: 0;
    right: 8px
}

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 {
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #003263;
    border-right: 1px dashed var(--color-brand1-9,#003263);
    border-top-right-radius: 2px;
    right: 8px
}

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-bottom-left-radius: 0;
    border-left: none;
    border-top-left-radius: 0
}

div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2):before {
    left: 0;
    right: 50%
}

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 {
    display: inline-table;
    outline: none;
    position: relative;
    width: inherit
}

.next-date-picker2-overlay {
    padding: 4px 0;
    vertical-align: top
}

.next-date-picker2-overlay-range {
    padding: 12px 0
}

.next-date-picker2-wrapper {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-line1-1,#e5e5e5);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.12)
}

.next-date-picker2-wrapper,.next-date-picker2-wrapper .next-calendar2-panel {
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

.next-date-picker2-wrapper .next-calendar2-body {
    width: 272px
}

.next-date-picker2-wrapper .next-calendar2-cell:before {
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.next-date-picker2-wrapper .next-calendar2-cell:last-child:before {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    right: 8px
}

.next-date-picker2-wrapper .next-calendar2-cell:first-child:before {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    left: 8px
}

.next-date-picker2-input {
    align-items: center;
    background-color: #fff;
    background-color: var(--input-bg-color,#fff);
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) solid var(--input-border-color,#d9d9d9);
    box-sizing: border-box;
    display: inline-flex;
    outline: none;
    vertical-align: middle;
    width: inherit
}

.next-date-picker2-input .next-input {
    border: none;
    flex-basis: 100%;
    height: 100%;
    width: 100%
}

.next-date-picker2-input .next-input input {
    height: 100%
}

.next-date-picker2-input.next-date-picker2-input-small {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    height: 24px;
    height: var(--s-6,24px)
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-label {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    padding-left: 8px;
    padding-left: var(--s-2,8px)
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-control,.next-date-picker2-input.next-date-picker2-input-small .next-input-inner-text {
    padding-right: 4px;
    padding-right: var(--s-1,4px)
}

.next-date-picker2-input.next-date-picker2-input-small input {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 22px;
    height: calc(var(--s-6,24px) - var(--line-1,1px)*2);
    line-height: 22px \0;
    line-height: calc(var(--s-6,24px) - var(--line-1,1px)*2) \0;
    padding: 0 4px;
    padding: 0 var(--s-1,4px)
}

.next-date-picker2-input.next-date-picker2-input-small input:-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-date-picker2-input.next-date-picker2-input-small input::placeholder {
    font-size: 12px;
    font-size: var(--font-size-caption,12px)
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 22px;
    height: calc(var(--s-6,24px) - var(--line-1,1px)*2);
    line-height: 22px;
    line-height: calc(var(--s-6,24px) - var(--line-1,1px)*2);
    padding: 0 4px;
    padding: 0 var(--s-1,4px)
}

.next-date-picker2-input.next-date-picker2-input-small .next-icon .next-icon-remote,.next-date-picker2-input.next-date-picker2-input-small .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-control {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-date-picker2-input.next-date-picker2-input-medium {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    height: 32px;
    height: var(--s-8,32px)
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    padding-left: 8px;
    padding-left: var(--s-2,8px)
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-control,.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner-text {
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-date-picker2-input.next-date-picker2-input-medium input {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    line-height: 30px \0;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2) \0;
    padding: 0 8px;
    padding: 0 var(--s-2,8px)
}

.next-date-picker2-input.next-date-picker2-input-medium input:-ms-input-placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    height: 30px;
    height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    line-height: 30px;
    line-height: calc(var(--s-8,32px) - var(--line-1,1px)*2);
    padding: 0 8px;
    padding: 0 var(--s-2,8px)
}

.next-date-picker2-input.next-date-picker2-input-medium .next-icon .next-icon-remote,.next-date-picker2-input.next-date-picker2-input-medium .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-date-picker2-input.next-date-picker2-input-large {
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    height: 36px;
    height: var(--s-9,36px)
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-label {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    padding-left: 12px;
    padding-left: var(--s-3,12px)
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-control,.next-date-picker2-input.next-date-picker2-input-large .next-input-inner-text {
    padding-right: 8px;
    padding-right: var(--s-2,8px)
}

.next-date-picker2-input.next-date-picker2-input-large input {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    line-height: 34px \0;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2) \0;
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-date-picker2-input.next-date-picker2-input-large input:-ms-input-placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-date-picker2-input.next-date-picker2-input-large input::placeholder {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    height: 34px;
    height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    line-height: 34px;
    line-height: calc(var(--s-9,36px) - var(--line-1,1px)*2);
    padding: 0 12px;
    padding: 0 var(--s-3,12px)
}

.next-date-picker2-input.next-date-picker2-input-large .next-icon .next-icon-remote,.next-date-picker2-input.next-date-picker2-input-large .next-icon:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
    border-radius: 0 2px 2px 0;
    border-radius: 0 var(--corner-1,2px) var(--corner-1,2px) 0
}

.next-date-picker2-input:hover {
    background-color: #fff;
    background-color: var(--color-fill-1,#fff);
    border-color: #ccc;
    border-color: var(--input-hover-border-color,#ccc)
}

.next-date-picker2-input.next-date-picker2-input-focus {
    background-color: #fff;
    background-color: var(--color-fill-1,#fff);
    border-color: #aaa;
    border-color: var(--input-focus-border-color,#aaa);
    box-shadow: 0 0 0 0 hsla(0,0%,67%,.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 {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc);
    color: #aaa;
    color: var(--color-text-5,#aaa);
    cursor: not-allowed
}

.next-date-picker2-input.next-date-picker2-input-disabled:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7);
    border-color: #ccc;
    border-color: var(--input-disabled-border-color,#ccc)
}

.next-date-picker2-input-separator {
    color: #d9d9d9;
    color: var(--input-border-color,#d9d9d9);
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    min-width: 16px;
    text-align: center
}

.next-date-picker2-panel,.next-range-picker2-panel {
    display: inline-flex
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-left .next-calendar2-header-right-btn,.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-right .next-calendar2-header-left-btn {
    visibility: hidden
}

.next-range-picker2-arrow {
    background: #fff;
    border-color: #e5e5e5 #e5e5e5 transparent transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid var(--color-line1-1,#e5e5e5);
    border-top: 1px solid var(--color-line1-1,#e5e5e5);
    display: block;
    height: 10px;
    margin-left: 16.5px;
    position: absolute;
    transform: translateY(-50%) rotate(-45deg);
    transition: left .3s ease-out;
    width: 10px;
    z-index: 1
}

.next-date-picker2-tl-bl .next-range-picker2-arrow {
    top: 12.5px
}

.next-date-picker2-bl-tl .next-range-picker2-arrow {
    bottom: 13px;
    transform: translateY(50%) rotate(135deg)
}

.next-date-time-picker-wrapper {
    border-left: 1px solid #e5e5e5;
    border-left: 1px solid var(--color-line1-1,#e5e5e5)
}

.next-date-time-picker-wrapper .next-calendar2-body {
    padding-left: 0;
    padding-right: 0
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-disabled .next-calendar2-cell-inner {
    background: #fff;
    background: var(--color-fill1-1,#fff);
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected:before {
    background: #f0f7ff;
    background: var(--color-brand1-1,#f0f7ff);
    color: #333;
    color: var(--color-text1-3,#333)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected .next-calendar2-cell-inner {
    background: transparent;
    color: #333;
    color: var(--color-text1-3,#333)
}

.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 {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    color: #fff;
    z-index: 10
}

.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 {
    border-color: #003263 transparent;
    border-bottom: 1px dashed var(--color-brand1-9,#003263);
    border-left: 1px dashed transparent;
    border-right: 1px dashed transparent;
    border-top: 1px dashed var(--color-brand1-9,#003263);
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.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-bottom-left-radius: 2px;
    border-left: 1px dashed #003263;
    border-left: 1px dashed var(--color-brand1-9,#003263);
    border-top-left-radius: 2px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:last-of-type:after {
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #003263;
    border-right: 1px dashed var(--color-brand1-9,#003263);
    border-top-right-radius: 2px
}

.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-bottom-right-radius: 2px;
    border-right: 1px dashed #003263;
    border-right: 1px dashed var(--color-brand1-9,#003263);
    border-top-right-radius: 2px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover-begin:after {
    border-bottom-left-radius: 2px;
    border-left: 1px dashed #003263;
    border-left: 1px dashed var(--color-brand1-9,#003263);
    border-top: 1px dashed #003263;
    border-top: 1px dashed var(--color-brand1-9,#003263);
    border-top-left-radius: 2px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover-end:after {
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #003263;
    border-right: 1px dashed var(--color-brand1-9,#003263);
    border-top: 1px dashed #003263;
    border-top: 1px dashed var(--color-brand1-9,#003263);
    border-top-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):after,.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 {
    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-bottom-left-radius: 2px;
    border-left: 1px dashed #003263;
    border-left: 1px dashed var(--color-brand1-9,#003263);
    border-top-left-radius: 2px
}

.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: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7)
}

.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected .next-calendar2-cell-inner,.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:before {
    background-color: #f0f7ff;
    background-color: var(--color-brand1-1,#f0f7ff);
    color: #333;
    color: var(--color-text1-3,#333)
}

.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 {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    color: #fff
}

.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) .next-calendar2-cell-inner,.next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):before {
    background-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.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: #f0f7ff;
    background-color: var(--color-brand1-1,#f0f7ff);
    color: #333;
    color: var(--color-text1-3,#333)
}

.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 {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    color: #fff
}

.next-icon-circle:before {
    content: "\e6ec";
    content: "\E6EC"
}

.next-icon-environment-o:before {
    content: "\e99c";
    content: "\E99C"
}

.next-icon-environment:before {
    content: "\e99b";
    content: "\E99B"
}

.next-icon-custom-text:before {
    content: "\e653";
    content: "\E653"
}

.next-icon-slash-line:before {
    content: "\e867";
    content: "\E867"
}

.next-icon-zuzhi-orgnization-line:before {
    content: "\e62b";
    content: "\E62B"
}

.next-icon-qingli-Clear-line:before {
    content: "\eaaf";
    content: "\EAAF"
}

.next-icon-quanbu-all-line:before {
    content: "\eaa6";
    content: "\EAA6"
}

.next-icon-shu-tree-fill:before {
    content: "\ea9b";
    content: "\EA9B"
}

.next-icon-quanxian-permissions-line:before {
    content: "\ea99";
    content: "\EA99"
}

.next-icon-shuju-data-fill:before {
    content: "\ea94";
    content: "\EA94"
}

.next-icon-quanping-fullscreen-line:before {
    content: "\ea92";
    content: "\EA92"
}

.next-icon-remen-pop-fill:before {
    content: "\ea90";
    content: "\EA90"
}

.next-icon-qingli-Clear-fill:before {
    content: "\ea8e";
    content: "\EA8E"
}

.next-icon-riqi-calendar-fill:before {
    content: "\ea8c";
    content: "\EA8C"
}

.next-icon-quanbu-all-fill:before {
    content: "\ea83";
    content: "\EA83"
}

.next-icon-quanping-fullscreen-1-fill:before {
    content: "\ea7e";
    content: "\EA7E"
}

.next-icon-quanxian-permissions-fill:before {
    content: "\ea65";
    content: "\EA65"
}

.next-icon-fuzhi-copy-fill:before {
    content: "\ea51";
    content: "\EA51"
}

.next-icon-rijian-sun-fill:before {
    content: "\ea2f";
    content: "\EA2F"
}

.next-icon-shuoming-tips-fill:before {
    content: "\ea2d";
    content: "\EA2D"
}

.next-icon-jinzhi-block-fill:before {
    content: "\ea2b";
    content: "\EA2B"
}

.next-icon-jinzhi-block-line:before {
    content: "\ea24";
    content: "\EA24"
}

.next-icon-didiandingwei-map-fill:before {
    content: "\ea1a";
    content: "\EA1A"
}

.next-icon-shuoming-tips-line:before {
    content: "\ea18";
    content: "\EA18"
}

.next-icon-rijian-sun-line:before {
    content: "\ea13";
    content: "\EA13"
}

.next-icon-zhouye-sun-fill:before {
    content: "\ea10";
    content: "\EA10"
}

.next-icon-zhouye-sun-line:before {
    content: "\ea0a";
    content: "\EA0A"
}

.next-icon-didiandingwei-map-line:before {
    content: "\ea03";
    content: "\EA03"
}

.next-icon-shaixuan-filter-fill:before {
    content: "\e9f9";
    content: "\E9F9"
}

.next-icon-jiantouxiangyou-right-arrow:before {
    content: "\ead1";
    content: "\EAD1"
}

.next-icon-meiyuan-dollar:before {
    content: "\eacc";
    content: "\EACC"
}

.next-icon-jiantouxiangshang-arrow-up-1:before {
    content: "\eac7";
    content: "\EAC7"
}

.next-icon-jiantouxiangxia-arrow-down-1:before {
    content: "\eac4";
    content: "\EAC4"
}

.next-icon-fenxiang-share:before {
    content: "\eac1";
    content: "\EAC1"
}

.next-icon-shu-tree-line:before {
    content: "\eab9";
    content: "\EAB9"
}

.next-icon-CombinedShape:before {
    content: "\e9f3";
    content: "\E9F3"
}

.next-icon-line-checkbox:before {
    content: "\e9f0";
    content: "\E9F0"
}

.next-icon-sun-1:before {
    content: "\e92b";
    content: "\E92B"
}

.next-icon-moon-o:before {
    content: "\e92a";
    content: "\E92A"
}

.next-icon-filter-o:before {
    content: "\e82a";
    content: "\E82A"
}

.next-icon-moon1:before {
    content: "\e929";
    content: "\E929"
}

.next-icon-filter2:before {
    content: "\e829";
    content: "\E829"
}

.next-icon-edit-3-o:before {
    content: "\e826";
    content: "\E826"
}

.next-icon-edit-3:before {
    content: "\e825";
    content: "\E825"
}

.next-icon-product-o:before {
    content: "\e81c";
    content: "\E81C"
}

.next-icon-product:before {
    content: "\e81b";
    content: "\E81B"
}

.next-icon-eye-slash-o:before {
    content: "\e812";
    content: "\E812"
}

.next-icon-eye-slash1:before {
    content: "\e811";
    content: "\E811"
}

.next-icon-eye-1-o:before {
    content: "\e810";
    content: "\E810"
}

.next-icon-eye-1:before {
    content: "\e80f";
    content: "\E80F"
}

.next-icon-sun-o:before {
    content: "\e80c";
    content: "\E80C"
}

.next-icon-sun1:before {
    content: "\e80b";
    content: "\E80B"
}

.next-icon-tree-o:before {
    content: "\e8fc";
    content: "\E8FC"
}

.next-icon-tree1:before {
    content: "\e8fb";
    content: "\E8FB"
}

.next-icon-task:before {
    content: "\e8f9";
    content: "\E8F9"
}

.next-icon-database-o:before {
    content: "\e8f8";
    content: "\E8F8"
}

.next-icon-database:before {
    content: "\e8f7";
    content: "\E8F7"
}

.next-icon-networksystems-o:before {
    content: "\e8f2";
    content: "\E8F2"
}

.next-icon-Dirll-o:before {
    content: "\e8e8";
    content: "\E8E8"
}

.next-icon-Dirll:before {
    content: "\e8e7";
    content: "\E8E7"
}

.next-icon-alert-o:before {
    content: "\e8e6";
    content: "\E8E6"
}

.next-icon-alert:before {
    content: "\e8e5";
    content: "\E8E5"
}

.next-icon-remind-o:before {
    content: "\e8e4";
    content: "\E8E4"
}

.next-icon-remind:before {
    content: "\e8e3";
    content: "\E8E3"
}

.next-icon-ECS-o:before {
    content: "\e9e0";
    content: "\E9E0"
}

.next-icon-ECS:before {
    content: "\e9df";
    content: "\E9DF"
}

.next-icon-share:before {
    content: "\e7d5";
    content: "\E7D5"
}

.next-icon-dollar:before {
    content: "\e7d0";
    content: "\E7D0"
}

.next-icon-loading2:before {
    content: "\e7cd";
    content: "\E7CD"
}

.next-icon-refresh-2:before {
    content: "\e7cc";
    content: "\E7CC"
}

.next-icon-search2:before {
    content: "\e7cb";
    content: "\E7CB"
}

.next-icon-Upload:before {
    content: "\e7c6";
    content: "\E7C6"
}

.next-icon-close1:before {
    content: "\e7c3";
    content: "\E7C3"
}

.next-icon-select1:before {
    content: "\e7c2";
    content: "\E7C2"
}

.next-icon-add1:before {
    content: "\e7c1";
    content: "\E7C1"
}

.next-icon-semi-selectminus:before {
    content: "\e7c0";
    content: "\E7C0"
}

.next-icon-menu1:before {
    content: "\e7be";
    content: "\E7BE"
}

.next-icon-open-list:before {
    content: "\e7bc";
    content: "\E7BC"
}

.next-icon-furl-list:before {
    content: "\e7bb";
    content: "\E7BB"
}

.next-icon-fullscreen-close:before {
    content: "\e7b8";
    content: "\E7B8"
}

.next-icon-fullscreen-1:before {
    content: "\e7b7";
    content: "\E7B7"
}

.next-icon-fullscreen-2:before {
    content: "\e7b6";
    content: "\E7B6"
}

.next-icon-Exitfullscreen-2:before {
    content: "\e7b5";
    content: "\E7B5"
}

.next-icon-sorting1:before {
    content: "\e7b2";
    content: "\E7B2"
}

.next-icon-ascending1:before {
    content: "\e7b1";
    content: "\E7B1"
}

.next-icon-descending1:before {
    content: "\e7b0";
    content: "\E7B0"
}

.next-icon-custom-o:before {
    content: "\e9b0";
    content: "\E9B0"
}

.next-icon-custom:before {
    content: "\e9af";
    content: "\E9AF"
}

.next-icon-project-o:before {
    content: "\e9ac";
    content: "\E9AC"
}

.next-icon-project:before {
    content: "\e9ab";
    content: "\E9AB"
}

.next-icon-picture2:before {
    content: "\e99d";
    content: "\E99D"
}

.next-icon-lock2:before {
    content: "\e87f";
    content: "\E87F"
}

.next-icon-monitor-o:before {
    content: "\e87a";
    content: "\E87A"
}

.next-icon-mingpian:before {
    content: "\e979";
    content: "\E979"
}

.next-icon-monitor:before {
    content: "\e879";
    content: "\E879"
}

.next-icon-favorites-o:before {
    content: "\e860";
    content: "\E860"
}

.next-icon-play:before {
    content: "\e95f";
    content: "\E95F"
}

.next-icon-favorites:before {
    content: "\e85f";
    content: "\E85F"
}

.next-icon-compass-o:before {
    content: "\e95a";
    content: "\E95A"
}

.next-icon-compass:before {
    content: "\e959";
    content: "\E959"
}

.next-icon-error-o:before {
    content: "\e958";
    content: "\E958"
}

.next-icon-error1:before {
    content: "\e957";
    content: "\E957"
}

.next-icon-prompt-o:before {
    content: "\e956";
    content: "\E956"
}

.next-icon-prompt1:before {
    content: "\e955";
    content: "\E955"
}

.next-icon-time:before {
    content: "\e953";
    content: "\E953"
}

.next-icon-set-o:before {
    content: "\e852";
    content: "\E852"
}

.next-icon-personal-center-o:before {
    content: "\e950";
    content: "\E950"
}

.next-icon-operation-o:before {
    content: "\e850";
    content: "\E850"
}

.next-icon-personal-center:before {
    content: "\e94f";
    content: "\E94F"
}

.next-icon-operation:before {
    content: "\e84f";
    content: "\E84F"
}

.next-icon-power-o:before {
    content: "\e84e";
    content: "\E84E"
}

.next-icon-power:before {
    content: "\e84d";
    content: "\E84D"
}

.next-icon-pin-o:before {
    content: "\e84c";
    content: "\E84C"
}

.next-icon-pin1:before {
    content: "\e84b";
    content: "\E84B"
}

.next-icon-smile-o:before {
    content: "\e94a";
    content: "\E94A"
}

.next-icon-smile1:before {
    content: "\e949";
    content: "\E949"
}

.next-icon-rmb-o:before {
    content: "\e946";
    content: "\E946"
}

.next-icon-discount-o:before {
    content: "\e846";
    content: "\E846"
}

.next-icon-rmb:before {
    content: "\e945";
    content: "\E945"
}

.next-icon-discount:before {
    content: "\e845";
    content: "\E845"
}

.next-icon-ip-box-fill:before {
    content: "\e64f";
    content: "\E64F"
}

.next-icon-ip:before {
    content: "\e64e";
    content: "\E64E"
}

.next-icon-menu:before {
    content: "\e648";
    content: "\E648"
}

.next-icon-pencil:before {
    content: "\e644";
    content: "\E644"
}

.next-icon-play-o:before {
    content: "\e642";
    content: "\E642"
}

.next-icon-quetion-o:before {
    content: "\e641";
    content: "\E641"
}

.next-icon-post:before {
    content: "\e61b";
    content: "\E61B"
}

.next-icon-starstroke:before {
    content: "\e61a";
    content: "\E61A"
}

.next-icon-selection:before {
    content: "\e614";
    content: "\E614"
}

.next-icon-paper-pen:before {
    content: "\e63f";
    content: "\E63F"
}

.next-icon-search1:before {
    content: "\e63e";
    content: "\E63E"
}

.next-icon-gear:before {
    content: "\e63c";
    content: "\E63C"
}

.next-icon-star-fill:before {
    content: "\e638";
    content: "\E638"
}

.next-icon-trashbin:before {
    content: "\e636";
    content: "\E636"
}

.next-icon-paperclip:before {
    content: "\e62f";
    content: "\E62F"
}

.next-icon-arrows-long-up:before {
    content: "\e624";
    content: "\E624"
}

.next-icon-arrows-long-down:before {
    content: "\e622";
    content: "\E622"
}

.next-icon-question-o:before {
    content: "\e753";
    content: "\E753"
}

.next-icon-oldman:before {
    content: "\e751";
    content: "\E751"
}

.next-icon-qq:before {
    content: "\e750";
    content: "\E750"
}

.next-icon-triangle-up-s:before {
    content: "\e749";
    content: "\E749"
}

.next-icon-warning-o-fill:before {
    content: "\e747";
    content: "\E747"
}

.next-icon-grid:before {
    content: "\e745";
    content: "\E745"
}

.next-icon-tick-o-fill:before {
    content: "\e732";
    content: "\E732"
}

.next-icon-triangle-down-s:before {
    content: "\e730";
    content: "\E730"
}

.next-icon-tick:before {
    content: "\e729";
    content: "\E729"
}

.next-icon-triangle-right-s:before {
    content: "\e725";
    content: "\E725"
}

.next-icon-tick-o:before {
    content: "\e723";
    content: "\E723"
}

.next-icon-tick-bold:before {
    content: "\e720";
    content: "\E720"
}

.next-icon-remove:before {
    content: "\e71a";
    content: "\E71A"
}

.next-icon-remove-o:before {
    content: "\e718";
    content: "\E718"
}

.next-icon-remove-o-fill:before {
    content: "\e716";
    content: "\E716"
}

.next-icon-question-o-fill:before {
    content: "\e714";
    content: "\E714"
}

.next-icon-info-o:before {
    content: "\e713";
    content: "\E713"
}

.next-icon-plus:before {
    content: "\e712";
    content: "\E712"
}

.next-icon-priorityflag:before {
    content: "\e7a5";
    content: "\E7A5"
}

.next-icon-pause-o:before {
    content: "\e710";
    content: "\E710"
}

.next-icon-overview:before {
    content: "\e7a1";
    content: "\E7A1"
}

.next-icon-paragraph:before {
    content: "\e70d";
    content: "\E70D"
}

.next-icon-plus-mobile:before {
    content: "\e79b";
    content: "\E79B"
}

.next-icon-plus-o-fill:before {
    content: "\e707";
    content: "\E707"
}

.next-icon-plus-o:before {
    content: "\e704";
    content: "\E704"
}

.next-icon-more-o:before {
    content: "\e702";
    content: "\E702"
}

.next-icon-size-grid:before {
    content: "\e794";
    content: "\E794"
}

.next-icon-disable:before {
    content: "\e6fa";
    content: "\E6FA"
}

.next-icon-report-overview:before {
    content: "\e78d";
    content: "\E78D"
}

.next-icon-more-o-fill:before {
    content: "\e6f8";
    content: "\E6F8"
}

.next-icon-expand-oblique:before {
    content: "\e78c";
    content: "\E78C"
}

.next-icon-info-o-fill:before {
    content: "\e6f3";
    content: "\E6F3"
}

.next-icon-pin-fill:before {
    content: "\e787";
    content: "\E787"
}

.next-icon-progress:before {
    content: "\e786";
    content: "\E786"
}

.next-icon-figma:before {
    content: "\e6e9";
    content: "\E6E9"
}

.next-icon-expand:before {
    content: "\e6e5";
    content: "\E6E5"
}

.next-icon-preview:before {
    content: "\e778";
    content: "\E778"
}

.next-icon-drag:before {
    content: "\e6e3";
    content: "\E6E3"
}

.next-icon-play-outline:before {
    content: "\e66b";
    content: "\E66B"
}

.next-icon-multi-number:before {
    content: "\e771";
    content: "\E771"
}

.next-icon-tag:before {
    content: "\e76e";
    content: "\E76E"
}

.next-icon-paper:before {
    content: "\e69d";
    content: "\E69D"
}

.next-icon-sun:before {
    content: "\e66a";
    content: "\E66A"
}

.next-icon-moon:before {
    content: "\e664";
    content: "\E664"
}

.next-icon-arrows-swtich-horizontal:before {
    content: "\e6cc";
    content: "\E6CC"
}

.next-icon-dock:before {
    content: "\e694";
    content: "\E694"
}

.next-icon-arrows-full-expand:before {
    content: "\e6c2";
    content: "\E6C2"
}

.next-icon-arrows-swtich-vertical:before {
    content: "\e6bf";
    content: "\E6BF"
}

.next-icon-meta:before {
    content: "\e690";
    content: "\E690"
}

.next-icon-arrows-pinch-out:before {
    content: "\e6be";
    content: "\E6BE"
}

.next-icon-panel:before {
    content: "\e68f";
    content: "\E68F"
}

.next-icon-arrows-pinch:before {
    content: "\e6bc";
    content: "\E6BC"
}

.next-icon-custom-number:before {
    content: "\e658";
    content: "\E658"
}

.next-icon-arrows-full-collapse:before {
    content: "\e6bb";
    content: "\E6BB"
}

.next-icon-multi-selection:before {
    content: "\e657";
    content: "\E657"
}

.next-icon-redo:before {
    content: "\e76c";
    content: "\E76C"
}

.next-icon-pin:before {
    content: "\e764";
    content: "\E764"
}

.next-icon-arrow-down1:before {
    content: "\e6ac";
    content: "\E6AC"
}

.next-icon-palette:before {
    content: "\e762";
    content: "\E762"
}

.next-icon-pencil-fill:before {
    content: "\e761";
    content: "\E761"
}

.next-icon-apps:before {
    content: "\e6a6";
    content: "\E6A6"
}

.next-icon-zoom-in:before {
    content: "\e759";
    content: "\E759"
}

.next-icon-aliyun:before {
    content: "\e6a2";
    content: "\E6A2"
}

.next-icon-zoom-out:before {
    content: "\e758";
    content: "\E758"
}

.next-icon-download1:before {
    content: "\e72e";
    content: "\E72E"
}

.next-icon-export:before {
    content: "\e727";
    content: "\E727"
}

.next-icon-permission:before {
    content: "\e680";
    content: "\E680"
}

.next-icon-clear:before {
    content: "\e67d";
    content: "\E67D"
}

.next-icon-more:before {
    content: "\e700";
    content: "\E700"
}

.next-icon-sort:before {
    content: "\e643";
    content: "\E643"
}

.next-icon-triangle-up:before {
    content: "\e68a";
    content: "\E68A"
}

.next-icon-triangle-right:before {
    content: "\e689";
    content: "\E689"
}

.next-icon-triangle-down:before {
    content: "\e688";
    content: "\E688"
}

.next-icon-solidDown:before {
    content: "\e604";
    content: "\E604"
}

.next-icon-queding:before {
    content: "\e635";
    content: "\E635"
}

.next-range-scale-item.next-range-scale-item.next-range-scale-item.next-range-scale-item {
    top: 0;
    top: var(--range-scale-item-position-top,0);
    width: 1px;
    width: var(--range-scale-item-width,1px)
}

.next-range .next-range-slider-inner:hover {
    transform: scale(1.38)
}

.next-range .next-range-slider-moving .next-range-slider-inner.next-range-slider-inner.next-range-slider-inner {
    transform: scale(1.38)
}

.next-timeline-item.next-timeline-item-done .next-timeline-item-dot {
    background: #e5e5e5;
    background: var(--timeline-item-done-background,#c0c6cc);
    border: var(--timeline-item-done-border);
    border-radius: 50%
}

.next-balloon.next-balloon.next-balloon:after {
    box-shadow: none
}

.next-balloon.next-balloon-bottom-left:after,.next-balloon.next-balloon-bottom-right:after,.next-balloon.next-balloon-bottom:after {
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon.next-balloon-top-left:after,.next-balloon.next-balloon-top-right:after,.next-balloon.next-balloon-top:after {
    border-top-left-radius: 2px;
    border-top-left-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon.next-balloon-right-bottom:after,.next-balloon.next-balloon-right-top:after,.next-balloon.next-balloon-right:after {
    border-top-right-radius: 2px;
    border-top-right-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon.next-balloon-left-bottom:after,.next-balloon.next-balloon-left-top:after,.next-balloon.next-balloon-left:after {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon-tooltip.next-balloon-tooltip.next-balloon-tooltip:after {
    box-shadow: none
}

.next-balloon-tooltip.next-balloon-tooltip-bottom-left:after,.next-balloon-tooltip.next-balloon-tooltip-bottom-right:after,.next-balloon-tooltip.next-balloon-tooltip-bottom:after {
    border-bottom-right-radius: 2px;
    border-bottom-right-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon-tooltip.next-balloon-tooltip-top-left:after,.next-balloon-tooltip.next-balloon-tooltip-top-right:after,.next-balloon-tooltip.next-balloon-tooltip-top:after {
    border-top-left-radius: 2px;
    border-top-left-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon-tooltip.next-balloon-tooltip-right-bottom:after,.next-balloon-tooltip.next-balloon-tooltip-right-top:after,.next-balloon-tooltip.next-balloon-tooltip-right:after {
    border-top-right-radius: 2px;
    border-top-right-radius: var(--balloon-arrow-border-radius,2px)
}

.next-balloon-tooltip.next-balloon-tooltip-left-bottom:after,.next-balloon-tooltip.next-balloon-tooltip-left-top:after,.next-balloon-tooltip.next-balloon-tooltip-left:after {
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: var(--balloon-arrow-border-radius,2px)
}

.next-btn {
    font-weight: 400;
    font-weight: var(--btn-font-weight,400);
    transition: all .1s
}

.next-btn[disabled]:hover {
    box-shadow: none
}

.next-btn-primary:focus-visible,.next-btn-primary:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    box-shadow: var(--btn-primary-hover-shadow)
}

.next-btn-primary:active {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.18);
    box-shadow: var(--btn-primary-active-shadow)
}

.next-btn.next-btn-text:active,.next-btn.next-btn-text:focus-visible,.next-btn.next-btn-text:hover {
    box-shadow: none
}

.next-btn-normal:focus-visible,.next-btn-normal:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--btn-normal-hover-shadow)
}

.next-btn-normal:active {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
    box-shadow: var(--btn-normal-active-shadow)
}

.next-btn.next-small:not(.isOnlyIcon):not(.next-btn-text) {
    min-width: 62px
}

.next-btn.next-small.isTwoToThreeCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
    padding: 0;
    width: 62px
}

.next-btn.next-small.isFourCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
    padding: 0;
    width: 72px
}

.next-btn.next-small.isOnlyIcon {
    height: 24px;
    padding: 0;
    width: 24px
}

.next-btn.next-medium:not(.isOnlyIcon):not(.next-btn-text) {
    min-width: 62px
}

.next-btn.next-medium.isTwoToThreeCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
    padding: 0;
    width: 62px
}

.next-btn.next-medium.isFourCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
    padding: 0;
    width: 80px
}

.next-btn.next-medium.isOnlyIcon {
    height: 32px;
    padding: 0;
    width: 32px
}

.next-btn.next-large:not(.isOnlyIcon):not(.next-btn-text) {
    min-width: 64px
}

.next-btn.next-large.isTwoToThreeCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
    padding: 0;
    width: 64px
}

.next-btn.next-large.isFourCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
    padding: 0;
    width: 88px
}

.next-btn.next-large.isOnlyIcon {
    height: 36px;
    padding: 0;
    width: 36px
}

.next-btn-group .next-btn.next-btn.next-btn.next-btn {
    min-width: 0;
    min-width: auto
}

.next-btn-group .next-btn.next-btn-primary {
    border-color: hsla(0,0%,100%,.2);
    border-style: solid
}

.next-btn .teamix-icon {
    vertical-align: middle
}

.next-btn .teamix-icon-first {
    margin-left: 0;
    margin-right: 4px
}

.next-btn .teamix-icon-last {
    margin-left: 4px;
    margin-right: 0
}

.next-btn.next-btn-normal.next-btn-text.next-btn-warning:hover {
    color: #ed675a;
    color: var(--color-error-5)
}

.next-btn.next-btn-normal.next-btn-text.next-btn-warning:active {
    color: #e84738;
    color: var(--color-error-6)
}

.next-btn.next-btn-primary.next-btn-text.next-btn-warning {
    color: #ed675a;
    color: var(--color-error-5)
}

.next-btn.next-btn-primary.next-btn-text.next-btn-warning:hover {
    color: #f2887e;
    color: var(--color-error-4)
}

.next-btn.next-btn-primary.next-btn-text.next-btn-warning:active {
    color: #e84738;
    color: var(--color-error-6)
}

.next-pagination {
    font-size: inherit
}

.next-pagination .next-pagination-item.next-current.next-current.next-current {
    z-index: 2
}

.next-pagination .next-pagination-item:not(.next-current):focus-visible,.next-pagination .next-pagination-item:not(.next-current):hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7)
}

.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn {
    min-width: 32px
}

.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-small {
    min-width: 24px
}

.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-next,.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-prev {
    border-color: #fff;
    border-color: var(--pagination-item-border-color,transparent)
}

.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-next[disabled]:hover,.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-prev[disabled]:hover {
    background-color: #fff;
    background-color: var(--pagination-item-disabled-bg,#fff)
}

.next-pagination-size-selector-popup .next-select-menu-item.next-select-menu-item.next-select-menu-item.next-select-menu-item.next-select-menu-item {
    padding-right: 0
}

.next-transfer.next-transfer .next-transfer-panel-list {
    margin: 0;
    padding: 8px;
    padding: 8px var(--transfer-panel-padding-lr,8px)
}

.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
    opacity: .5
}

.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2);
    border-radius: 3px;
    border-radius: var(--scrollbar-thumb-border-radius,3px);
    opacity: .5
}

.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation {
    height: 24px;
    height: var(--transfer-operation-height,24px);
    padding: 0;
    width: 24px;
    width: var(--transfer-operation-width,24px)
}

.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation.next-btn {
    min-width: 0;
    min-width: auto
}

.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation[disabled],.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation[disabled]:hover {
    background-color: #d9d9d9;
    background-color: var(--btn-pure-primary-bg-disabled,#d1d5d9);
    border-color: #d9d9d9;
    border-color: var(--btn-pure-primary-border-color-disabled,transparent);
    color: #fff;
    color: var(--btn-pure-primary-color-disabled,#fff)
}

.next-transfer-operations .next-transfer-move:before {
    font-size: 16px;
    font-size: var(--transfer-operation-simple-move-size,16px);
    height: 16px;
    height: var(--transfer-operation-simple-move-size,16px);
    width: 16px;
    width: var(--transfer-operation-simple-move-size,16px)
}

.next-tabs-pure .next-tabs-tab.next-tabs-tab.next-tabs-tab.next-tabs-tab:hover {
    background-color: var(--tab-pure-hover-bg)
}

.next-date-picker .next-date-picker-trigger {
    transition: box-shadow .3s;
    transition: box-shadow var(--active-transition)
}

.next-date-picker .next-date-picker-trigger:hover,.next-date-picker .next-date-picker-trigger[aria-expanded=true] {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-date-picker .next-date-picker-trigger .next-date-picker-trigger-input {
    box-shadow: none
}

.next-range-picker .next-range-picker-trigger {
    transition: box-shadow .3s;
    transition: box-shadow var(--active-transition)
}

.next-range-picker .next-range-picker-trigger:hover,.next-range-picker .next-range-picker-trigger[aria-expanded=true] {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-range-picker .next-range-picker-trigger .next-range-picker-trigger-input {
    box-shadow: none
}

.next-month-picker .next-month-picker-trigger {
    transition: box-shadow .3s;
    transition: box-shadow var(--active-transition)
}

.next-month-picker .next-month-picker-trigger:hover,.next-month-picker .next-month-picker-trigger[aria-expanded=true] {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-month-picker .next-month-picker-trigger .next-month-picker-trigger-input {
    box-shadow: none
}

.next-year-picker .next-year-picker-trigger {
    transition: box-shadow .3s;
    transition: box-shadow var(--active-transition)
}

.next-year-picker .next-year-picker-trigger:hover,.next-year-picker .next-year-picker-trigger[aria-expanded=true] {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-year-picker .next-year-picker-trigger .next-year-picker-trigger-input {
    box-shadow: none
}

.next-week-picker .next-week-picker-trigger {
    transition: box-shadow .3s;
    transition: box-shadow var(--active-transition)
}

.next-week-picker .next-week-picker-trigger:hover,.next-week-picker .next-week-picker-trigger[aria-expanded=true] {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-week-picker .next-week-picker-trigger .next-week-picker-trigger-input {
    box-shadow: none
}

.next-calendar-panel-header-full .next-calendar-btn,.next-calendar-panel-header-left .next-calendar-btn,.next-calendar-panel-header-right .next-calendar-btn {
    line-height: 30px
}

.next-date-picker-panel-footer,.next-month-picker-panel-footer,.next-range-picker-panel-footer,.next-week-picker-panel-footer,.next-year-picker-panel-footer {
    --popup-local-border-width: 1px
}

.next-date-picker-panel-header,.next-month-picker-panel-header,.next-range-picker-panel-header,.next-week-picker-panel-header,.next-year-picker-panel-header {
    padding: 8px
}

.next-search {
    transition: box-shadow .3s;
    transition: box-shadow var(--active-transition)
}

.next-search.next-search.next-search.focusing,.next-search.next-search.next-search.visible,.next-search.next-search.next-search:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-search.next-search.next-search.disabled {
    box-shadow: none
}

.next-search.next-search.next-search .next-input:hover {
    box-shadow: none
}

.next-search.next-search.next-search .next-input-group:hover {
    box-shadow: none
}

.next-search.next-search.next-search .next-btn:hover {
    box-shadow: none
}

.next-search-simple:not(.is-wind) .next-input {
    display: flex
}

.next-search-simple:not(.is-wind) .next-input input {
    padding-left: 0
}

.next-search-simple:not(.is-wind) .next-input .next-input-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    order: -1;
    width: auto
}

.next-search-simple:not(.is-wind) .next-input .next-input-inner .next-search-icon {
    margin-right: 0;
    padding: 0 12px
}

.next-search-simple:not(.is-wind) .next-input .next-input-control {
    align-items: center;
    display: flex;
    justify-content: center;
    order: 10;
    width: auto
}

.next-search-simple:not(.is-wind) .next-input .next-input-control .next-input-hint-wrap {
    padding-right: 0;
    width: auto
}

.next-search.next-normal.disabled .next-input-group,.next-search.next-search-normal.disabled .next-input-group {
    border-color: #ccc;
    border-color: var(--color-line1-3,#ccc)
}

.next-search.next-normal .next-after .next-btn-normal,.next-search.next-search-normal .next-after .next-btn-normal {
    margin-right: -1px;
    padding: 0 8px
}

.next-search.next-normal .next-after .next-btn-normal .next-icon-search,.next-search.next-search-normal .next-after .next-btn-normal .next-icon-search {
    margin-right: 0
}

.next-search.next-normal.custom-search-text .next-after .next-btn-normal {
    padding: 0 16px
}

.next-input.next-disabled,.next-search .next-input.next-disabled * {
    cursor: not-allowed
}

.next-input.next-disabled>input,.next-input.next-disabled>textarea {
    cursor: not-allowed
}

.next-input.next-focus,.next-input:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-input.next-disabled {
    box-shadow: none
}

.next-input-group {
    transition: box-shadow .3s;
    transition: box-shadow var(--active-transition)
}

.next-input-group:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-input-group.next-disabled,.next-input-group .next-input {
    box-shadow: none
}

.next-input-group>.next-number-picker:first-child .next-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.next-input-group>.next-number-picker:first-child .next-input.next-focus {
    position: relative;
    z-index: 1
}

.next-input-group>.next-number-picker:last-child .next-input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.next-input-group>.next-number-picker:last-child .next-input.next-focus {
    position: relative;
    z-index: 1
}

.next-input.next-noborder.next-focus,.next-input.next-noborder:hover {
    box-shadow: none
}

.next-select.next-active .next-select-inner {
    border-color: #aaa;
    border-color: var(--input-focus-border-color,#0064c8);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-select-menu.next-select-multiple-menu .next-icon-select,.next-select-menu.next-select-multiple-menu .next-icon-selected,.next-select-menu.next-select-single-menu .next-icon-select,.next-select-menu.next-select-single-menu .next-icon-selected,.next-select-menu.next-select-tag-menu .next-icon-select,.next-select-menu.next-select-tag-menu .next-icon-selected {
    margin-left: -20px
}

.next-select-menu.next-select-multiple-menu .next-select-menu-item.next-selected,.next-select-menu.next-select-single-menu .next-select-menu-item.next-selected,.next-select-menu.next-select-tag-menu .next-select-menu-item.next-selected {
    font-weight: 400;
    font-weight: var(--select-selected-font-weight,400)
}

.next-menu.next-menu {
    padding: 6px
}

.next-menu.next-menu.next-menu.next-menu.next-menu .next-menu-symbol-icon-selected {
    font-size: 16px;
    font-size: var(--menu-icon-selected-size,16px);
    height: 100%;
    overflow: hidden;
    width: 16px;
    width: var(--menu-icon-selected-size,16px)
}

.next-menu.next-menu.next-menu.next-menu.next-menu .next-menu-symbol-icon-selected:before {
    font-size: 16px;
    font-size: var(--menu-icon-selected-size,16px);
    width: 16px;
    width: var(--menu-icon-selected-size,16px)
}

.next-menu-item {
    border-radius: 2px;
    border-radius: var(--corner-1)
}

.next-menu-selectable-multiple .next-menu-item:not([role=menuitemcheckbox]):not([role=menuitemradio]):not(.next-nav-item),.next-menu-selectable-single .next-menu-item:not([role=menuitemcheckbox]):not([role=menuitemradio]):not(.next-nav-item) {
    padding: 0 8px 0 24px;
    padding: 0 var(--menu-padding-horizontal) 0 var(--menu-padding-horizontal-selectable,var(--menu-padding-horizontal))
}

.next-menu-item-inner .next-checkbox,.next-menu-item-inner .next-radio {
    margin-right: 8px;
    margin-right: var(--menu-checkbox-mr,8px)
}

.next-menu .next-menu-icon-selected.next-icon {
    margin-left: -20px;
    margin-left: var(--select-menu-select-icon-ml,-20px)
}

.next-tag-has-icon .next-tag-body {
    align-items: center;
    display: inline-flex
}

.next-tag-has-icon .next-tag-icon {
    font-size: 0;
    margin-right: 4px
}

.next-tag-has-icon .next-tag-icon .next-icon:before {
    width: auto
}

.next-tag-medium.next-tag-has-icon>.next-tag-body .next-icon:before {
    font-size: 12px
}

.next-tag-large.next-tag-has-icon>.next-tag-body .next-icon:before {
    font-size: 16px
}

.next-tag-medium.next-tag-has-icon>.next-tag-body .teamix-icon {
    font-size: 12px;
    vertical-align: middle
}

.next-tag-large.next-tag-has-icon>.next-tag-body .teamix-icon {
    font-size: 16px;
    vertical-align: middle
}

.next-split-btn.next-split-btn>.next-btn {
    box-shadow: none
}

.next-number-picker>.next-input .next-number-picker-handler:focus-within {
    opacity: 1
}

.next-number-picker>.next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn {
    border: none;
    border: var(--number-picker-handler-btn-border,none);
    min-width: 0;
    min-width: auto
}

.next-number-picker>.next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn:not(.disabled):hover {
    border: none;
    border: var(--number-picker-handler-btn-border-hover,none)
}

.next-number-picker>.next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn.next-btn:first-child {
    border-right: none;
    border-top: none
}

.next-number-picker>.next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn.next-btn:last-child {
    border-bottom: none;
    border-right: none
}

.next-number-picker-inline .next-input-group {
    border: 1px solid #d9d9d9;
    border: var(--number-picker-inline-group-border,1px solid #c0c6cc);
    border-radius: 2px;
    border-radius: var(--number-picker-border-radius,2px);
    padding: 4px;
    padding: var(--number-picker-inline-group-padding,4px)
}

.next-number-picker-inline .next-input-group .next-input-group-addon .next-btn {
    border: none;
    border: var(--number-picker-inline-group-btn-border,none);
    border-radius: 2px!important;
    border-radius: var(--number-picker-border-radius,2px)!important;
    min-width: 0;
    min-width: auto
}

.next-number-picker-inline .next-input-group .next-input-group-addon .next-btn:not(.disabled):hover {
    border: none;
    border: var(--number-picker-inline-group-btn-border-hover,none)
}

.next-number-picker-inline .next-input-group .next-input {
    border: none;
    border: var(--number-picker-inline-group-btn-border,none)
}

.next-number-picker-inline .next-input-group .next-input:hover {
    border: none;
    border: var(--number-picker-inline-group-btn-border-hover,none)
}

.next-number-picker.next-disabled {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7)
}

.next-number-picker.next-disabled>.next-input {
    border: 1px solid #dedede;
    border: var(--number-picker-normal-border,1px solid #dedede)
}

.next-number-picker.next-disabled .next-input-group {
    box-shadow: none
}

.next-number-picker.next-disabled .next-input-group:hover {
    border: 1px solid #d9d9d9;
    border: var(--number-picker-inline-group-border,1px solid #c0c6cc)
}

.next-number-picker.next-disabled .next-input-group .next-input-group-addon .next-btn {
    background-color: #f7f7f7;
    background-color: var(--color-fill-2,#f7f7f7)
}

.next-number-picker.next-disabled .next-input-group .next-input-group-addon .next-btn:hover {
    border: none;
    border: var(--number-picker-inline-group-btn-border,none)
}

.next-number-picker.next-disabled .next-input-group .next-input:hover {
    border: none;
    border: var(--number-picker-inline-group-btn-border,none)
}

.next-number-picker-inline.next-medium .next-input-group .next-input-group-addon .next-btn {
    height: calc(var(--number-picker-height-medium) - 10px);
    height: var(--number-picker-final-height-medium,calc(var(--number-picker-height-medium) - 10px));
    min-width: 0;
    min-width: auto;
    width: calc(var(--number-picker-height-medium) - 10px);
    width: var(--number-picker-final-height-medium,calc(var(--number-picker-height-medium) - 10px))
}

.next-number-picker-inline.next-medium .next-input-group .next-input {
    display: inline-block;
    height: calc(var(--number-picker-height-medium) - 10px);
    height: var(--number-picker-final-height-medium,calc(var(--number-picker-height-medium) - 10px));
    line-height: calc(var(--number-picker-height-medium) - 10px);
    line-height: var(--number-picker-final-height-medium,calc(var(--number-picker-height-medium) - 10px))
}

.next-number-picker-inline.next-medium .next-input-group .next-input input {
    display: inline-block;
    height: 100%
}

.next-number-picker-inline.next-small .next-input-group .next-input-group-addon .next-btn {
    height: calc(var(--number-picker-height-small) - 10px);
    height: var(--number-picker-final-height-small,calc(var(--number-picker-height-small) - 10px));
    min-width: 0;
    min-width: auto;
    width: calc(var(--number-picker-height-small) - 10px);
    width: var(--number-picker-final-height-small,calc(var(--number-picker-height-small) - 10px))
}

.next-number-picker-inline.next-small .next-input-group .next-input {
    display: inline-block;
    height: calc(var(--number-picker-height-small) - 10px);
    height: var(--number-picker-final-height-small,calc(var(--number-picker-height-small) - 10px));
    line-height: calc(var(--number-picker-height-small) - 10px);
    line-height: var(--number-picker-final-height-small,calc(var(--number-picker-height-small) - 10px))
}

.next-number-picker-inline.next-small .next-input-group .next-input input {
    display: inline-block;
    height: 100%
}

.next-number-picker-inline.next-large .next-input-group .next-input-group-addon .next-btn {
    height: calc(var(--number-picker-height-large) - 10px);
    height: var(--number-picker-final-height-large,calc(var(--number-picker-height-large) - 10px));
    min-width: 0;
    min-width: auto;
    width: calc(var(--number-picker-height-large) - 10px);
    width: var(--number-picker-final-height-large,calc(var(--number-picker-height-large) - 10px))
}

.next-number-picker-inline.next-large .next-input-group .next-input {
    display: inline-block;
    height: calc(var(--number-picker-height-large) - 10px);
    height: var(--number-picker-final-height-large,calc(var(--number-picker-height-large) - 10px));
    line-height: calc(var(--number-picker-height-large) - 10px);
    line-height: var(--number-picker-final-height-large,calc(var(--number-picker-height-large) - 10px))
}

.next-number-picker-inline.next-large .next-input-group .next-input input {
    display: inline-block;
    height: 100%
}

.next-number-picker-normal.next-small.next-small.next-small .next-icon .next-icon-remote,.next-number-picker-normal.next-small.next-small.next-small .next-icon:before {
    line-height: inherit
}

.next-number-picker.next-medium>.next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn {
    height: 15px;
    height: calc(var(--s-8,32px)/2 - var(--line-1,1px)*2/2)
}

.next-card {
    transition: box-shadow .3s;
    transition: box-shadow var(--active-transition)
}

.next-card:hover {
    background-color: #fff;
    background-color: var(--card-hover-background,var(--card-background));
    border-color: #e5e5e5;
    border-color: var(--card-hover-border-color,var(--card-border-color));
    box-shadow: none
}

.next-card .next-card-header-extra .next-icon-ellipsis-vertical:before {
    vertical-align: text-bottom
}

.next-card .next-card-collapsable-tail {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 16px;
    margin-bottom: var(--card-body-padding-bottom,16px);
    padding: 0 20px 16px;
    padding: 0 var(--s-5,20px) var(--card-body-padding-bottom,16px)
}

.next-card .next-card-collapsable-tail:hover {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    cursor: pointer
}

.next-card .next-card-collapsable-tail .next-icon {
    margin-left: 4px
}

.next-card .next-card-collapsable-tail .next-icon:before {
    height: 18px;
    line-height: 18px;
    width: 18px
}

.next-card .next-card-collapsable-head {
    font-size: 14px;
    line-height: 22px;
    margin: 16px 0;
    margin: var(--card-body-padding-bottom,16px) 0;
    padding: 0 20px;
    padding: 0 var(--s-5,20px)
}

.next-card .next-card-collapsable-head:hover {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8);
    cursor: pointer
}

.next-cascader:not(.multiple) .next-cascader-menu .next-menu-item {
    --menu-padding-horizontal: var(--menu-padding-horizontal-selectable);
    padding: 0 8px;
    padding: 0 var(--menu-padding-horizontal) 0 var(--menu-padding-horizontal)
}

.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar {
    height: 4px;
    height: var(--scrollbar-height,4px);
    width: 4px;
    width: var(--scrollbar-width,4px)
}

.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar-track {
    background: transparent;
    background: var(--scrollbar-track-bg,#eaedf0);
    border-radius: 3px;
    border-radius: var(--scrollbar-track-border-radius,3px);
    opacity: .5
}

.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2);
    background: var(--scrollbar-thumb-bg,#abb6c0);
    border-radius: 3px;
    border-radius: var(--scrollbar-thumb-border-radius,3px);
    opacity: .5
}

.next-cascader-select-dropdown {
    background-color: #fff;
    background-color: var(--dropdown-bg-color,#fff)
}

.next-cascader-select-dropdown .next-cascader-menu-wrapper {
    border-left: none;
    overflow-y: scroll
}

.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar {
    height: 4px;
    height: var(--scrollbar-height,4px);
    width: 4px;
    width: var(--scrollbar-width,4px)
}

.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar-track {
    background: transparent;
    background: var(--scrollbar-track-bg,#eaedf0);
    border-radius: 3px;
    border-radius: var(--scrollbar-track-border-radius,3px);
    opacity: .5
}

.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2);
    background: var(--scrollbar-thumb-bg,#abb6c0);
    border-radius: 3px;
    border-radius: var(--scrollbar-thumb-border-radius,3px);
    opacity: .5
}

.next-cascader-select-dropdown .next-menu {
    border: none
}

.next-table-fix-left,.next-table-fix-right {
    background-clip: padding-box
}

.next-message-title {
    font-weight: 500
}

.next-message .next-message-close .next-icon-close {
    align-items: center;
    display: flex;
    justify-content: center
}

.next-message .next-message-close .next-icon-close:before {
    font-size: 16px;
    font-size: var(--message-close-icon-size,12px);
    height: 16px;
    height: var(--message-close-icon-size,12px);
    line-height: 16px;
    line-height: var(--message-close-icon-size,12px);
    width: 16px;
    width: var(--message-close-icon-size,12px)
}

.next-dialog-footer .next-btn {
    margin-left: 8px;
    margin-left: var(--s-2,8px)
}

.next-dialog-footer .next-btn:first-child {
    margin-left: 0
}

.next-dialog.next-dialog-quick.quick-show .next-dialog-body {
    padding: 16px 20px 20px;
    padding: var(--dialog-content-padding-top,0) var(--s-5,20px) var(--dialog-content-padding-bottom,16px) var(--s-5,20px)
}

.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner>.next-icon {
    margin-top: 0;
    transform: scale(.7)
}

.next-nav.next-nav.next-nav.next-nav.next-menu {
    padding: 0
}

.next-modal,body.next-modal-open {
    overflow: hidden
}

.next-modal {
    background: #f7f7f7;
    background: var(--color-fill1-2);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1001
}

.next-modal-header {
    align-items: center;
    background: #fff;
    background: var(--color-fill1-1);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--shadow-1);
    box-sizing: border-box;
    display: flex;
    height: 60px;
    justify-content: space-between;
    padding: 8px 16px;
    padding: var(--s-2) var(--s-4);
    position: relative;
    z-index: 1
}

.next-modal-header .left-part .next-modal-title {
    color: #333;
    color: var(--color-text1-3);
    font-size: 14px;
    font-size: var(--font-size-body-2);
    line-height: 1.5;
    line-height: var(--font-lineheight-1)
}

.next-modal-header .left-part .next-modal-title .next-modal-edit-icon {
    margin-left: 4px;
    margin-left: var(--s-1);
    vertical-align: middle
}

.next-modal-header .left-part .next-modal-title .edit-title {
    display: inline-block;
    vertical-align: middle
}

.next-modal-header .left-part .next-modal-description {
    color: #ccc;
    color: var(--color-text1-1);
    font-size: 12px;
    font-size: var(--font-size-body-1);
    line-height: 1.5;
    line-height: var(--font-lineheight-1)
}

.next-modal-header .right-part {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.next-modal-header .right-part .next-modal-side-drawer-switch {
    border: 1px solid #ccc;
    border: 1px solid var(--color-line1-3);
    border-radius: 2px;
    border-radius: var(--corner-1);
    box-sizing: border-box;
    color: #333;
    color: var(--color-text1-3);
    font-size: 12px;
    font-size: var(--font-size-body-1);
    height: 32px;
    height: var(--s-8);
    line-height: 1.5;
    line-height: var(--font-lineheight-1);
    margin: 2px 12px;
    margin: 2px var(--s-3);
    padding: 5px 12px;
    padding: 5px var(--s-3)
}

.next-modal-header .right-part .next-modal-side-drawer-switch-label {
    display: inline-block;
    vertical-align: middle
}

.next-modal-header .right-part .next-modal-side-drawer-switch .next-switch {
    margin: 2px 0 2px 8px;
    margin: 2px 0 2px var(--s-2);
    vertical-align: middle
}

.next-modal-header .right-part .next-modal-close {
    height: 24px;
    height: var(--s-6);
    margin: 6px 0
}

.next-modal-body {
    display: flex;
    height: calc(100% - 60px);
    overflow: hidden
}

.next-modal-body .next-modal-children,.next-modal-body .next-modal-side-drawer {
    height: 100%;
    overflow: auto
}

.next-modal-body .next-modal-children {
    background: #f7f7f7;
    background: var(--color-fill1-2);
    flex: 1 1
}

.next-modal-body .next-modal-side-drawer {
    background: #fff;
    background: var(--color-fill1-1);
    overflow: hidden;
    transition: width .3s ease-out
}

.next-modal-body .next-modal-side-drawer.next-modal-side-drawer-visible {
    box-shadow: -1px 0 0 0 #e5e5e5;
    box-shadow: -1px 0 0 0 var(--color-fill1-3);
    overflow: auto
}

.next-modal-header .next-modal-title-box {
    align-items: center;
    display: flex
}

.next-modal-header .next-modal-title-box .next-modal-title-icon {
    color: grey;
    color: var(--color-fill1-6,#8b8b8b);
    cursor: pointer;
    font-size: 14px;
    font-size: var(--font-size-body-2,12px);
    margin-right: 12px;
    margin-right: var(--modal-title-icon-margin-right,12px);
    transform: translateY(2px);
    transform: translateY(var(--modal-title-icon-transform-top,2px))
}

.next-badge .next-badge-count,.next-badge .next-badge-dot {
    box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px var(--badge-border-color,#fff)
}

.next-upload-dragable .next-upload-drag {
    transition: all .1s linear
}

.next-upload-dragable .next-upload-drag-over {
    background: #f0f7ff;
    background: var(--color-brand1-1)
}

.next-upload-card {
    border-radius: 2px;
    border-radius: var(--corner-1)
}

.next-upload-list-card .next-upload-list-item-wrapper {
    border-radius: 2px;
    border-radius: var(--corner-1);
    border-style: dashed
}

.next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
    border-radius: 0 2px 2px 2px;
    border-radius: 0 var(--corner-1) var(--corner-1) var(--corner-1)
}

.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: none
}

.next-drawer-footer {
    background: #fff;
    background: var(--drawer-title-bg-color,var(--drawer-bg));
    border-radius: 0 0 4px 4px;
    bottom: 0;
    left: 0;
    padding: 16px 20px;
    padding: var(--s-4,16px) var(--s-5,20px) var(--s-4,16px) var(--s-5,20px);
    position: absolute;
    width: 100%;
    z-index: 3
}

.next-drawer-footer-has-shadow,.next-drawer-footer-line {
    border-top: 1px solid #e5e5e5;
    border-top: var(--line-1,1px) var(--line-solid,solid) var(--drawer-footer-border-color,var(--color-line1-1))
}

.next-drawer-footer-has-shadow {
    box-shadow: 0 -3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--shadow-1-up)
}

.next-drawer-footer-right {
    text-align: right
}

.next-drawer-footer-left {
    text-align: left
}

.next-drawer-footer-center {
    text-align: center
}

.next-drawer {
    overflow: hidden
}

.next-drawer .next-drawer-body {
    height: calc(100% - 40px);
    height: calc(100% - var(--s-10,40px))
}

.next-drawer-has-footer .next-drawer-body {
    margin-bottom: 40px;
    margin-bottom: var(--s-10,40px);
    padding-bottom: 76px;
    padding-bottom: calc(var(--s-5,20px) + var(--s-10,40px) + var(--s-4,16px))
}

.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar {
    height: 4px;
    height: var(--scrollbar-height,4px);
    width: 4px;
    width: var(--scrollbar-width,4px)
}

.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar-track {
    background: transparent;
    background: var(--scrollbar-track-bg,#eaedf0);
    border-radius: 3px;
    border-radius: var(--scrollbar-track-border-radius,3px);
    opacity: .5
}

.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2);
    background: var(--scrollbar-thumb-bg,#abb6c0);
    border-radius: 3px;
    border-radius: var(--scrollbar-thumb-border-radius,3px);
    opacity: .5
}

body {
    line-height: 1.5
}

code,kbd,pre,samp {
    font-family: Consolas,Menlo,Courier,monospace
}

a:active,a:hover,a:link,a:visited {
    text-decoration: none
}

.next-btn.next-btn-normal.isOnlyIcon:not(:disabled):not(.next-btn-text) i {
    color: #696969;
    color: var(--color-text1-2,#5a5a5a)
}

.next-btn.next-btn-normal.isOnlyIcon:not(:disabled).next-btn-text i {
    color: grey;
    color: var(--color-fill1-6,#848484)
}

.next-btn.next-btn-normal.isOnlyIcon:not(:disabled):hover.next-btn-text i {
    color: #2a7dd1;
    color: var(--color-brand1-5)
}

.next-btn.next-btn-normal.isOnlyIcon:not(:disabled):focus.next-btn-text i {
    color: #0057ad;
    color: var(--color-brand1-7)
}

.next-checkbox-wrapper.disabled:not(.checked):not(.indeterminate) .next-checkbox-inner {
    background: #f7f7f7;
    background: var(--color-fill1-2);
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-line1-1)
}

.next-checkbox-inner {
    position: relative
}

.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner>.next-icon {
    animation: none;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) scale(.7);
    transform: translate(-50%,-50%) scale(var(--checkbox-icon-scale,.8))
}

.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner>.next-icon:before {
    display: inline-block;
    font-size: 16px;
    font-size: var(--checkbox-icon-size,16px);
    height: 16px;
    height: var(--checkbox-icon-size,16px);
    line-height: inherit;
    width: 16px;
    width: var(--checkbox-icon-size,16px)
}

.next-menu-item.next-selected .next-menu-icon-selected {
    color: #0064c8;
    color: var(--color-brand1-6)
}

.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.next-focused:hover .next-menu-icon-selected,.next-menu-item:not(.next-disabled).next-selected:focus .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-selected:hover .next-menu-icon-selected,.next-menu-item:not(.next-disabled):hover .next-menu-icon-selected {
    color: #0064c8;
    color: var(--color-brand1-6)
}

.next-menu-item.next-selected.next-selected.next-selected {
    background-color: #f0f7ff;
    background-color: var(--menu-background-selected)
}

.next-menu-item-inner,.next-menu-item-inner .next-checkbox-wrapper {
    align-items: center;
    display: flex
}

.next-menu-item .next-menu-item-text {
    flex: 1 1
}

.next-tag-blue-inverse {
    background-color: #f0f7ff;
    background-color: var(--color-notice-1);
    border: 1px solid #cae3fd;
    border: 1px solid var(--color-notice-2);
    color: #0064c8;
    color: var(--color-notice-5)
}

.next-tag-blue {
    background-color: #0064c8;
    background-color: var(--color-notice-5);
    border-color: #0064c8;
    border-color: var(--color-notice-5)
}

.next-tag-green-inverse {
    background-color: #ebfff6;
    background-color: var(--color-success-1);
    border: 1px solid #d1f4e1;
    border: var(--colortag-border-width,0) solid var(--color-success-2);
    color: #43bf7e;
    color: var(--color-success-5)
}

.next-tag-green {
    background-color: #43bf7e;
    background-color: var(--color-success-5);
    border-color: #43bf7e;
    border-color: var(--color-success-5)
}

.next-tag-red-inverse {
    background-color: #ffeceb;
    background-color: var(--color-error-1);
    border: 1px solid #fcceca;
    border: var(--colortag-border-width,0) solid var(--color-error-2);
    color: #ed675a;
    color: var(--color-error-5)
}

.next-tag-red {
    background-color: #ed675a;
    background-color: var(--color-error-5);
    border-color: #ed675a;
    border-color: var(--color-error-5)
}

.next-tag-orange-inverse {
    background-color: #fff5eb;
    background-color: var(--color-warning-1);
    border: 1px solid #ffe0bf;
    border: var(--colortag-border-width,0) solid var(--color-warning-2);
    color: #f7a854;
    color: var(--color-warning-5)
}

.next-tag-orange {
    background-color: #f7a854;
    background-color: var(--color-warning-5);
    border-color: #f7a854;
    border-color: var(--color-warning-5)
}

.next-tag-yellow-inverse {
    background-color: #fff7e0;
    background-color: var(--color-help-1);
    border: 1px solid #fff2cc;
    border: var(--colortag-border-width,0) solid var(--color-help-2);
    color: #ffd24a;
    color: var(--color-help-5)
}

.next-tag-yellow {
    background-color: #ffd24a;
    background-color: var(--color-help-5);
    border-color: #ffd24a;
    border-color: var(--color-help-5)
}

.next-tag.next-tag-checkable:not([disabled]) {
    cursor: pointer
}

.next-tag.next-tag-checkable:not([disabled])>.next-tag-body {
    cursor: pointer
}

.next-tag-large.next-tag-closable.next-tag-large.next-tag-closable {
    padding-left: 12px;
    padding-right: 12px;
    transition: all .2s ease
}

.next-tag-large.next-tag-closable.next-tag-large.next-tag-closable .next-tag-body {
    max-width: 100%;
    padding: 0;
    position: static
}

.next-tag-large.next-tag-closable.next-tag-large.next-tag-closable .next-tag-close-btn {
    align-items: center;
    display: flex;
    line-height: 24px;
    margin-left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 3px;
    top: 0;
    transition: opacity .1s ease;
    z-index: 0
}

.next-tag-large.next-tag-closable.next-tag-large.next-tag-closable:not(.disabled):not([disabled]):hover {
    padding-left: 5px;
    padding-right: 19px
}

.next-tag-large.next-tag-closable.next-tag-large.next-tag-closable:not(.disabled):not([disabled]):hover .next-tag-close-btn {
    opacity: 1
}

.next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable,.next-tag-small.next-tag-closable.next-tag-small.next-tag-closable {
    padding-left: 10px;
    padding-right: 10px;
    transition: all .2s ease
}

.next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable .next-tag-body,.next-tag-small.next-tag-closable.next-tag-small.next-tag-closable .next-tag-body {
    max-width: 100%;
    padding: 0;
    position: static
}

.next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable .next-tag-close-btn,.next-tag-small.next-tag-closable.next-tag-small.next-tag-closable .next-tag-close-btn {
    line-height: 18px;
    margin-left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 0;
    transition: opacity .1s ease;
    z-index: 0
}

.next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable:not(.disabled):not([disabled]):hover,.next-tag-small.next-tag-closable.next-tag-small.next-tag-closable:not(.disabled):not([disabled]):hover {
    padding-left: 4px;
    padding-right: 16px
}

.next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable:not(.disabled):not([disabled]):hover .next-tag-close-btn,.next-tag-small.next-tag-closable.next-tag-small.next-tag-closable:not(.disabled):not([disabled]):hover .next-tag-close-btn {
    opacity: 1
}

.next-select-multiple.next-large .next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable .next-tag-close-btn,.next-select-tag.next-large .next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable .next-tag-close-btn {
    line-height: 24px
}

.next-select-multiple.next-medium .next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable .next-tag-close-btn,.next-select-tag.next-medium .next-tag-medium.next-tag-closable.next-tag-medium.next-tag-closable .next-tag-close-btn {
    line-height: 20px
}

.next-tag-checkable.next-tag-level-normal.next-tag-medium {
    height: 32px;
    line-height: 30px;
    padding: 0 7px
}

.next-tag-checkable.next-tag-level-normal.next-tag-small {
    height: 24px;
    line-height: 22px;
    padding: 0 3px
}

.next-tag-checkable.next-tag-level-normal.next-tag-large {
    height: 36px;
    line-height: 34px;
    padding: 0 7px
}

.next-tag-blue-inverse {
    border: 1px solid #f0f7ff;
    border: var(--colortag-border-width,0) solid var(--color-notice-1)
}

.next-tag-green-inverse {
    border: 1px solid #ebfff6;
    border: var(--colortag-border-width,0) solid var(--color-success-1)
}

.next-tag-orange-inverse {
    border: 1px solid #fff5eb;
    border: var(--colortag-border-width,0) solid var(--color-warning-1)
}

.next-tag-red-inverse {
    border: 1px solid #ffeceb;
    border: var(--colortag-border-width,0) solid var(--color-error-1)
}

.next-tag-turquoise-inverse {
    border-color: #c9efec;
    border-color: var(--color-tag-turquoise-background,#c9efec)
}

.next-tag-yellow-inverse {
    border: 1px solid #fff7e0;
    border: var(--colortag-border-width,0) solid var(--color-help-1)
}

.next-tag-closable .next-tag-close-btn {
    align-items: center;
    display: flex
}

.next-tag-custom-error {
    background-color: hsla(5,89%,89%,.5);
    background-color: rgba(var(--color-error-2-rgb),.5);
    border: 1px solid hsla(5,89%,89%,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-error-2-rgb),0)
}

.next-tag-custom-error .next-tag-body {
    color: #f2493a
}

.next-tag-custom-error:hover {
    background-color: #fcceca;
    background-color: rgba(var(--color-error-2-rgb),1);
    border: 1px solid hsla(5,89%,89%,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-error-2-rgb),0)
}

.next-tag-custom-success {
    background-color: rgba(209,244,225,.5);
    background-color: rgba(var(--color-success-2-rgb),.5);
    border: 1px solid rgba(209,244,225,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-success-2-rgb),0)
}

.next-tag-custom-success .next-tag-body {
    color: #12b862
}

.next-tag-custom-success:hover {
    background-color: #d1f4e1;
    background-color: rgba(var(--color-success-2-rgb),1);
    border: 1px solid rgba(209,244,225,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-success-2-rgb),0)
}

.next-tag-custom-prompt {
    background-color: rgba(202,227,253,.5);
    background-color: rgba(var(--color-brand1-2-rgb),.5);
    border: 1px solid rgba(202,227,253,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-brand1-2-rgb),0)
}

.next-tag-custom-prompt .next-tag-body {
    color: #0064c8;
    color: var(--color-notice-5,#0064c8)
}

.next-tag-custom-prompt:hover {
    background-color: #cae3fd;
    background-color: rgba(var(--color-brand1-2-rgb),1);
    border: 1px solid rgba(202,227,253,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-brand1-2-rgb),0)
}

.next-tag-custom-warning {
    background-color: rgba(255,224,191,.5);
    background-color: rgba(var(--color-warning-2-rgb),.5);
    border: 1px solid rgba(255,224,191,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-warning-2-rgb),0)
}

.next-tag-custom-warning .next-tag-body {
    color: #f7a854;
    color: var(--color-warning-5,#f98e1a)
}

.next-tag-custom-warning:hover {
    background-color: #ffe0bf;
    background-color: rgba(var(--color-warning-2-rgb),1);
    border: 1px solid rgba(255,224,191,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-warning-2-rgb),0)
}

.next-tag-custom-mention {
    background-color: rgba(215,215,252,.5);
    background-color: rgba(var(--color-mention-2-rgb),.5);
    border: 1px solid rgba(215,215,252,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-mention-2-rgb),0)
}

.next-tag-custom-mention .next-tag-body {
    color: #8a87f5;
    color: var(--color-mention-5,#666ce0)
}

.next-tag-custom-mention:hover {
    background-color: #d7d7fc;
    background-color: rgba(var(--color-mention-2-rgb),1);
    border: 1px solid rgba(215,215,252,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-mention-2-rgb),0)
}

.next-tag-custom-help {
    background-color: rgba(255,242,204,.5);
    background-color: rgba(var(--color-help-2-rgb),.5);
    border: 1px solid rgba(255,242,204,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-help-2-rgb),0)
}

.next-tag-custom-help .next-tag-body {
    color: #ffd24a;
    color: var(--color-help-5,#fad414)
}

.next-tag-custom-help:hover {
    background-color: #fff2cc;
    background-color: rgba(var(--color-help-2-rgb),1);
    border: 1px solid rgba(255,242,204,0);
    border: var(--colortag-border-width,0) solid rgba(var(--color-help-2-rgb),0)
}

.next-tag.next-tag-checkable.next-tag-level-normal.checked {
    background: #f7f7f7
}

.next-input span.next-input-inner.next-before {
    color: #aaa;
    color: var(--color-line1-5);
    padding-left: 8px
}

.next-input span.next-input-inner.next-after {
    color: #aaa;
    color: var(--color-line1-5);
    padding-right: 8px
}

.next-input-control .next-input-len {
    vertical-align: middle
}

.next-menu-btn.next-menu-btn.next-menu-btn .next-menu-btn-arrow.next-icon {
    margin-left: 8px;
    margin-right: -4px
}

.next-notification.next-message-success.next-toast {
    border-left: 4px solid #159953;
    border-left: 4px solid var(--color-success-7,#159953)
}

.next-notification.next-message-warning.next-toast {
    border-left: 4px solid #cf7412;
    border-left: 4px solid var(--color-warning-7,#cf7412)
}

.next-notification.next-message-error.next-toast {
    border-left: 4px solid #c43123;
    border-left: 4px solid var(--color-error-7,#c43123)
}

.next-notification.next-message-help.next-toast,.next-notification.next-message-notice.next-toast {
    border-left: 4px solid #589adb;
    border-left: 4px solid var(--color-brand1-4,#589adb)
}

.next-message.next-large .next-message-content,.next-message.next-medium .next-message-content {
    line-height: 1.5
}

.next-message.next-message-loading .next-message-symbol:before {
    font-size: 18px;
    width: 18px
}

.next-message.next-message .next-message-close {
    top: 11px
}

.next-message.next-large .next-message-close {
    top: 14px
}

.next-message-content {
    margin-top: .5px
}

.next-title-content .next-message-content {
    margin-top: 0
}

.next-message.next-medium .next-message-symbol {
    font-size: 0
}

.next-tree.next-node-block .next-tree-node-inner.next-selected:not(.next-disabled) {
    font-weight: 600
}

.next-tree.next-node-block .next-tree-node-inner.next-selected:not(.next-disabled) .next-tree-switcher.next-noline .next-tree-switcher-icon {
    color: #0064c8;
    color: var(--tree-switcher-icon-selected-color,var(--color-brand1-6))
}

.next-tree-node-label .next-icon:before {
    font-size: 14px;
    font-size: calc(var(--font-size-body-1) + 2px)
}

.next-tree.next-node-block .next-tree-node-inner {
    border-radius: 2px;
    border-radius: var(--corner-1)
}

.next-tree-switcher.next-tree-switcher.next-tree-switcher.next-noline .next-tree-fold-icon:before {
    line-height: inherit
}

.next-tree-switcher.next-tree-switcher.next-tree-switcher.next-loading .next-tree-switcher-icon:before {
    line-height: inherit
}

.next-tree-switcher.next-line {
    flex-shrink: 0
}

@media {
    .next-tree-switcher.next-loading .next-tree-switcher-icon {
        transform: scale(.7)
    }

    .next-tree-switcher.next-line.next-tree-switcher.next-line .next-tree-switcher-icon:before {
        line-height: inherit
    }
}

.next-select-multiple .next-select-compact .next-select-tag-compact {
    color: grey;
    color: var(--color-fill1-6)
}

.next-select-all {
    padding-left: 12px
}

.next-btn-group .next-btn.next-btn-primary:not([disabled]) {
    border-color: #0064c8;
    border-color: var(--color-brand1-6)
}

.next-btn-group .next-btn.next-btn-primary:not([disabled]):hover {
    border-color: #2a7dd1;
    border-color: var(--color-brand1-5)
}

.next-btn-group .next-btn.next-btn-primary:not([disabled]):active {
    border-color: #003e7c;
    border-color: var(--color-brand1-8)
}

.next-btn-group .next-btn.next-btn-primary:not([disabled]).next-split-btn-trigger {
    border-left-color: hsla(0,0%,100%,.2)
}

.is-hybridcloud.next-tabs-capsule>.next-tabs-bar .next-tabs-tab,.theme-hybridcloud .next-tabs-capsule>.next-tabs-bar .next-tabs-tab {
    transition: color .1s,background-color .1s,border-color .1s
}

.is-hybridcloud.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active,.theme-hybridcloud .next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active {
    z-index: 3
}

.is-hybridcloud.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active:hover,.theme-hybridcloud .next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active:hover {
    background-color: #fff;
    background-color: var(--tab-capsule-bg-color-selected,#fff);
    border-color: #0064c8;
    border-color: var(--color-brand1-6,#0064c8);
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.is-hybridcloud.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before,.theme-hybridcloud .next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
    border-radius: 1px
}

.next-tabs .next-tabs-content.next-tabs-content {
    padding-left: 0
}

.next-tabs.next-medium .next-tabs-tab-inner {
    line-height: 22px
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab:first-child .next-tabs-tab-inner {
    padding-left: 0
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab:last-child .next-tabs-tab-inner {
    padding-right: 0
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab .next-tabs-tab-inner {
    padding-left: 16px;
    padding-right: 16px
}

.next-icon.next-icon.next-icon.next-icon:before {
    line-height: 1em
}

.next-step-circle>.next-step-item-finish .next-step-item-node-placeholder,.next-step-circle>.next-step-item-wait .next-step-item-node-placeholder {
    height: 24px;
    width: 24px
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle,.next-step-circle>.next-step-item-wait .next-step-item-node-circle {
    height: 24px;
    line-height: 22px;
    width: 24px
}

.next-step-circle>.next-step-item-finish .next-step-item-content,.next-step-circle>.next-step-item-process .next-step-item-content,.next-step-circle>.next-step-item-wait .next-step-item-content {
    color: #696969;
    color: var(--color-text1-7,#8c8c8c)
}

.next-step-item-node.clicked {
    transform: none
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle .next-icon {
    animation: none
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle .next-icon:before {
    font-weight: 700
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body .next-step-item-title,.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body .next-step-item-title,.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body .next-step-item-title {
    margin-top: 2px
}

.next-step-circle.next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    margin-top: 2px
}

.next-step-circle.next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title,.next-step-circle.next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    margin-top: 2px
}

.next-step-circle.next-step-horizontal>.next-step-item-finish .next-step-item-tail,.next-step-circle.next-step-horizontal>.next-step-item-wait .next-step-item-tail {
    width: calc(100% - 40px)
}

.next-step-circle.next-step-horizontal>.next-step-item-finish>.next-step-item-body,.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    left: -28px
}

.next-time-picker-menu ul::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.next-time-picker-menu ul::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    border: 4px solid transparent;
    border-radius: 6px
}

.next-time-picker-menu ul::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    border-width: 3px
}

.next-time-picker-menu ul::-webkit-scrollbar-track {
    background-color: transparent
}

.theme-hybridcloud-dark.theme-hybridcloud-dark .next-dialog-message.next-message.next-addon .next-message-content,.theme-hybridcloud.theme-hybridcloud .next-dialog-message.next-message.next-addon .next-message-content {
    color: #696969;
    color: var(--color-dialog-content);
    line-height: 1.5;
    margin-top: 16px
}

.theme-hybridcloud-dark.theme-hybridcloud-dark .next-dialog-message.next-message.next-addon .next-message-content .next-message .next-message-content,.theme-hybridcloud.theme-hybridcloud .next-dialog-message.next-message.next-addon .next-message-content .next-message .next-message-content {
    margin-top: 0
}

.theme-hybridcloud-dark.theme-hybridcloud-dark .next-dialog-header,.theme-hybridcloud.theme-hybridcloud .next-dialog-header {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

.next-dialog-message.next-message.next-addon .next-message-content {
    color: #696969;
    color: var(--color-dialog-content);
    line-height: 1.5;
    margin-top: 16px
}

.next-dialog-message.next-message.next-addon .next-message-content .next-message .next-message-content {
    margin-top: 0
}

.next-dialog-header {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

.theme-hybridcloud-dark .next-dialog,.theme-hybridcloud .next-dialog,:not(.theme-yunxiao) .next-dialog,:not(.theme-yunxiao-dark) .next-dialog {
    min-width: 400px
}

.theme-hybridcloud-dark .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-header,.theme-hybridcloud .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-header,:not(.theme-yunxiao) .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-header,:not(.theme-yunxiao-dark) .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-header {
    --dialog-title-padding-bottom: 12px;
    --dialog-title-padding-top: 12px;
    --dialog-title-border-color: var(--color-line1-1)
}

.theme-hybridcloud-dark .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-body,.theme-hybridcloud .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-body,:not(.theme-yunxiao) .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-body,:not(.theme-yunxiao-dark) .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-body {
    --dialog-content-padding-top: 16px
}

.theme-hybridcloud-dark .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-footer,.theme-hybridcloud .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-footer,:not(.theme-yunxiao) .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-footer,:not(.theme-yunxiao-dark) .next-dialog:not(.next-dialog-quick:not(.quick-show)):not(.quick-show-confirm-or-alert) .next-dialog-footer {
    --dialog-footer-padding-bottom: 16px
}

.theme-hybridcloud-dark .next-dialog-message.next-message.next-addon .next-message-content,.theme-hybridcloud .next-dialog-message.next-message.next-addon .next-message-content,:not(.theme-yunxiao) .next-dialog-message.next-message.next-addon .next-message-content,:not(.theme-yunxiao-dark) .next-dialog-message.next-message.next-addon .next-message-content {
    line-height: 1.5
}

.theme-hybridcloud-dark .next-dialog-header,.theme-hybridcloud .next-dialog-header,:not(.theme-yunxiao) .next-dialog-header,:not(.theme-yunxiao-dark) .next-dialog-header {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

.next-dialog-close {
    border-radius: 2px;
    height: 20px;
    height: var(--dialog-header-close-bg-height,20px);
    width: 20px;
    width: var(--dialog-header-close-bg-width,20px)
}

.next-dialog-close:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7)
}

.next-dialog-close:hover .next-dialog-close-icon {
    color: #696969;
    color: var(--color-text1-2,#5a5a5a)
}

.next-dialog-close:active {
    background-color: #e5e5e5;
    background-color: var(--color-fill1-3,#eaeaea)
}

.next-dialog-close:active .next-dialog-close-icon {
    color: #262626;
    color: var(--color-text1-5,#292929)
}

.next-dialog-close .next-dialog-close-icon {
    color: grey;
    color: var(--color-fill1-6,#848484)
}

.next-dialog-quick.quick-show.quick-show-confirm-or-alert .next-dialog-body {
    padding: 20px 20px 0;
    padding: var(--s-5,20px) var(--s-5,20px) var(--s-zero,0) var(--s-5,20px)
}

.next-dialog-body::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.next-dialog-body::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.next-dialog-body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.next-dialog-body::-webkit-scrollbar-track {
    background-color: transparent
}

.next-dialog-footer {
    z-index: 3
}

.next-dialog-footer-has-shadow {
    border-top: 1px solid #e5e5e5;
    border-top: var(--line-1,1px) var(--line-solid,solid) var(--drawer-footer-border-color,var(--color-line1-1));
    box-shadow: 0 -3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--shadow-1-up)
}

.next-dialog-quick .next-message-title .next-dialog-header-container,.next-dialog .next-dialog-header .next-dialog-header-container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.next-dialog-quick .next-message-title .next-dialog-header-extra,.next-dialog .next-dialog-header .next-dialog-header-extra {
    align-items: center;
    display: flex;
    margin-right: -8px
}

.next-dialog-quick .next-message-title .next-dialog-header-line,.next-dialog .next-dialog-header .next-dialog-header-line {
    background-color: #d9d9d9;
    background-color: var(--color-fill1-4);
    display: inline-block;
    height: 18px;
    margin-left: 12px;
    width: 1px
}

.next-dialog-quick .next-message-title .next-dialog-header-extra {
    margin-right: -16px
}

.next-dialog-quick.quick-show-confirm-or-alert .next-message-title .next-dialog-header-extra {
    margin-right: 18px
}

.next-form.next-medium .next-switch {
    margin-top: 5px
}

.next-form-item .next-form-item-label>label {
    display: inline-block;
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-form-item.next-top {
    margin-bottom: 20px;
    margin-bottom: var(--s-5,20px)
}

.next-form-item.next-top .next-form-item-label {
    line-height: 1.5;
    margin-bottom: 4px;
    margin-bottom: var(--s-1,4px)
}

.next-form-item .next-form-item-label {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

.next-form-item-label label[required]:before {
    display: none
}

.next-form-item-label label[required]:after {
    color: #ed675a;
    color: #f2887e;
    color: var(--color-error-4,#f2887e);
    content: "*";
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    top: 2px
}

.next-drawer-header {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

.next-drawer-close .next-drawer-close-icon.next-icon {
    margin-left: -14px;
    margin-top: -6px;
    margin-top: var(--drawer-close-icon-mt,-6px)
}

.next-drawer .next-drawer-header .next-drawer-header-container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.next-drawer .next-drawer-header .next-drawer-header-extra {
    align-items: center;
    display: flex;
    margin-right: 24px
}

.next-drawer .next-drawer-header .next-drawer-header-line {
    background-color: #d9d9d9;
    background-color: var(--color-fill1-4);
    display: inline-block;
    height: 18px;
    margin-left: 12px;
    width: 1px
}

.next-date-picker2 .next-date-picker2-input-range .next-input {
    box-shadow: none
}

@media {
    .next-calendar2-header .next-icon.next-xxs {
        transform: scale(1)
    }
}

.next-date-picker2-input.next-date-picker2-input-focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-date-picker2:not(disabled).active .next-date-picker2-input-range,.next-date-picker2:not(disabled):hover .next-date-picker2-input-range {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-date-picker2-input-separator {
    color: grey;
    color: var(--color-input-separator,var(--color-fill1-5))
}

.next-date-picker2-input input {
    font-feature-settings: normal
}

.next-date-picker2-input .next-input input {
    width: auto
}

.next-table.with-row-select tr td:nth-child(2) .next-table-cell-wrapper,.next-table.with-row-select tr th:nth-child(2) .next-table-cell-wrapper {
    padding-left: 0
}

.next-table-fixed .next-table-body tr td:last-child {
    border-right-width: 1px
}

.next-table-fixed .next-table-body tr td.last {
    border-right-width: 0
}

.next-collapse .next-collapse-panel-icon {
    margin-top: -1px
}

.next-calendar2 {
    background: #fff;
    background: var(--date-picker-panel-background)
}

.hybridcloud-card-dropdown-actions-icon.hybridcloud-card-dropdown-actions-icon,.theme-hybridcloud-dark .hybridcloud-card-dropdown-actions-icon,.theme-hybridcloud .hybridcloud-card-dropdown-actions-icon {
    color: grey;
    color: var(--color-fill1-6,#848484);
    cursor: pointer;
    margin-top: -1px
}

.hybridcloud-card-dropdown-actions-icon.hybridcloud-card-dropdown-actions-icon:before,.theme-hybridcloud-dark .hybridcloud-card-dropdown-actions-icon:before,.theme-hybridcloud .hybridcloud-card-dropdown-actions-icon:before {
    font-size: 24px;
    width: 24px
}

.next-card .next-card-header {
    font-size: 0
}

.next-card .next-card-content-container::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.next-card .next-card-content-container::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.next-card .next-card-content-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.next-card .next-card-content-container::-webkit-scrollbar-track {
    background-color: transparent
}

.next-card .next-card-header-title {
    font-weight: 500;
    font-weight: var(--font-weight-medium);
    line-height: 22px
}

.next-card .next-card-content-container+:not(.next-card-divider).next-card-actions {
    padding-top: 0
}

.next-card .next-card-header-extra {
    font-size: 12px;
    line-height: 22px;
    position: relative
}

.next-tabs-pure.next-tabs.next-medium>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
    margin: 0 16px;
    margin: 0 var(--tab-item-margin-lr-size-m)
}

.next-tabs-pure.next-tabs.next-medium>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:first-child {
    margin-left: 0
}

.next-tabs-pure.next-tabs.next-medium>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:last-child {
    margin-right: 0
}

.next-tabs-pure.next-tabs.next-medium>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab .next-tabs-tab-inner {
    padding-left: 0;
    padding-right: 0
}

.next-tabs-pure.next-tabs.next-small>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
    margin: 0 16px;
    margin: 0 var(--tab-item-margin-lr-size-s)
}

.next-tabs-pure.next-tabs.next-small>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:first-child {
    margin-left: 0
}

.next-tabs-pure.next-tabs.next-small>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:last-child {
    margin-right: 0
}

.next-tabs-pure.next-tabs.next-small>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab .next-tabs-tab-inner {
    padding-left: 0;
    padding-right: 0
}

.next-tabs.next-tabs-vertical.next-tabs-left.next-medium>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
    margin: 20px 0
}

.next-tabs.next-tabs-vertical.next-tabs-left.next-medium>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:first-child {
    margin-top: 0
}

.next-tabs.next-tabs-vertical.next-tabs-left.next-medium>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab .next-tabs-tab-inner {
    padding-bottom: 0;
    padding-top: 0
}

.next-tabs.next-tabs-vertical.next-tabs-left.next-small>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
    margin: 20px 0
}

.next-tabs.next-tabs-vertical.next-tabs-left.next-small>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:first-child {
    margin-top: 0
}

.next-tabs.next-tabs-vertical.next-tabs-left.next-small>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab .next-tabs-tab-inner {
    padding-bottom: 0;
    padding-top: 0
}

.next-table-row .next-table-cell.next-table-selection {
    position: relative
}

.next-table-row .next-table-cell.next-table-selection .next-checkbox-wrapper.checked:before {
    border-left: 2px solid #0064c8;
    border-left: 2px solid var(--color-table-selected-border);
    content: "";
    height: calc(100% + 1px);
    left: 0;
    position: absolute;
    top: 0
}

.next-table-lock-right.shadow {
    box-shadow: -2px 0 3px rgba(0,0,0,.12);
    box-shadow: var(--table-lock-right-shadow)
}

.next-table-lock-left.shadow {
    box-shadow: 2px 0 3px rgba(0,0,0,.12);
    box-shadow: var(--table-lock-left-shadow)
}

.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,.15);
    box-shadow: var(--table-ping-right-shadow)
}

.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,.15);
    box-shadow: var(--table-ping-left-shadow)
}

.next-table:not(.next-table-fixed) ::-webkit-scrollbar {
    height: 14px;
    width: 14px
}

.next-table:not(.next-table-fixed) ::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 7px
}

.next-table:not(.next-table-fixed) ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.next-table:not(.next-table-fixed) ::-webkit-scrollbar-track {
    background-color: transparent
}

.next-table.next-table th .next-table-cell-wrapper {
    word-break: break-word
}

.next-card .next-table th,.next-dialog .next-table th,.next-drawer .next-table th {
    background: #f7f7f7;
    background: var(--table-th-fill-color,#f7f7f7)
}

.next-card .next-table-row,.next-dialog .next-table-row,.next-drawer .next-table-row {
    background: #fff;
    background: var(--table-tr-fill-color,#fff)
}

.next-table-row .next-table-cell.first .next-table-cell-wrapper .next-checkbox-wrapper {
    display: flex
}

.next-pagination.next-medium .next-pagination-total {
    color: #333;
    color: var(--color-text1-3,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-pagination-list .next-pagination-item {
    box-sizing: border-box
}

.next-pagination-list .next-pagination-item:not(.next-current):hover {
    border-color: #f7f7f7;
    border-color: var(--color-fill1-2,#f7f7f7)
}

.next-pagination.next-medium .next-pagination-jump-go {
    margin-left: 12px
}

.next-pagination.next-medium .next-pagination-pages+.next-pagination-size-selector,.next-pagination.next-medium .next-pagination-size-selector+.next-pagination-pages {
    margin-left: 20px
}

.next-btn.next-btn-normal.next-pagination-item[disabled].next-next,.next-btn.next-btn-normal.next-pagination-item[disabled].next-prev {
    background-color: transparent
}

.next-btn.next-btn-normal.next-pagination-item[disabled].next-next:hover,.next-btn.next-btn-normal.next-pagination-item[disabled].next-prev:hover {
    background-color: transparent
}

.react-loading-skeleton.react-loading-skeleton {
    background-color: #eee;
    background-color: var(--color-skeleton-bg-normal);
    background-image: linear-gradient(90deg,#eee,#f5f5f5,#eee);
    background-image: linear-gradient(90deg,var(--color-skeleton-bg-normal),var(--color-skeleton-bg-light),var(--color-skeleton-bg-normal))
}

.theme-hybridcloud-dark .next-loading .next-loading-component {
    filter: blur(2px);
    opacity: 1
}

.theme-hybridcloud-dark .next-loading .next-loading-component .next-loading-masker {
    background: #0a0a0a;
    opacity: .2
}

.next-tree-node-label-wrapper.next-tree-node-label-wrapper.next-tree-node-label-wrapper {
    border: 0
}

.next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label {
    position: relative
}

.next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label:after {
    background-color: #0064c8;
    background-color: var(--color-brand1-6,#0064c8);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: -3px
}

.next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label {
    position: relative
}

.next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label:after {
    background-color: #0064c8;
    background-color: var(--color-brand1-6,#0064c8);
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0
}

.next-tree-node-label {
    height: 24px;
    line-height: 24px
}

.next-tree-node-label .next-icon {
    color: grey;
    color: var(--color-fill1-6,#848484)
}

.next-selected .next-tree-node-label-selectable .next-icon {
    color: #0064c8;
    color: var(--tree-node-selected-color,#0064c8)
}

.next-tree-right-angle {
    height: 21.5px;
    height: calc(19.5px + var(--s-1,4px) - var(--line-1,1px)*2)
}

.next-balloon-content.next-balloon-content {
    word-break: break-word
}

.next-drawer-header {
    position: relative
}

.next-drawer-header .next-drawer-close {
    border-radius: 2px;
    border-radius: var(--drawer-header-close-border-radius,2px);
    height: 20px;
    height: var(--s-5,20px);
    top: 50%;
    transform: translate(-4px,-50%);
    width: 20px;
    width: var(--s-5,20px)
}

.next-drawer-header .next-drawer-close:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7)
}

.next-drawer-header .next-drawer-close:hover .next-drawer-close-icon {
    color: #696969;
    color: var(--color-text1-2,#5a5a5a)
}

.next-drawer-header .next-drawer-close:active {
    background-color: #e5e5e5;
    background-color: var(--color-fill1-3,#eaeaea)
}

.next-drawer-header .next-drawer-close:active .next-drawer-close-icon {
    color: #262626;
    color: var(--color-text1-5,#292929)
}

.next-drawer-header .next-drawer-close .next-drawer-close-icon {
    color: grey;
    color: var(--color-fill1-6,#848484);
    margin-left: 0;
    margin-top: 0;
    transform: translate(-50%,-50%)
}

.next-drawer-body::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.next-drawer-body::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.next-drawer-body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.next-drawer-body::-webkit-scrollbar-track {
    background-color: transparent
}

.next-modal-close.next-modal-close.next-modal-close.next-modal-close.next-modal-close {
    border-radius: 2px;
    height: 20px;
    width: 20px
}

.next-modal-close.next-modal-close.next-modal-close.next-modal-close.next-modal-close:hover {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    color: #696969;
    color: var(--color-text1-2,#5a5a5a)
}

.next-modal-close.next-modal-close.next-modal-close.next-modal-close.next-modal-close:active {
    background-color: #e5e5e5;
    background-color: var(--color-fill1-3,#eaeaea);
    color: #262626;
    color: var(--color-text1-5,#292929)
}

.next-modal-close.next-modal-close.next-modal-close.next-modal-close.next-modal-close .next-dialog-close-icon {
    color: grey;
    color: var(--color-fill1-6,#848484)
}

.next-modal .right-part {
    margin-right: 18px
}

.next-input-group.next-search-left.next-input-group.next-search-left.next-input-group.next-search-left {
    border-color: #d9d9d9;
    border-color: var(--input-border-color)
}

.next-input-group.next-search-left.next-input-group.next-search-left.next-input-group.next-search-left:hover {
    border-color: #ccc;
    border-color: var(--input-hover-border-color)
}

.next-search.next-search.next-search.next-search {
    border-color: #d9d9d9;
    border-color: var(--input-border-color);
    box-shadow: none
}

.next-search.next-search.next-search.next-search .next-input-inner {
    margin: 0 8px 0 0;
    margin: var(--search-before-title-icon-margin,0 8px 0 0)
}

.next-search.next-search.next-search.next-search .next-input-inner i.next-icon.next-icon {
    color: grey;
    height: 20px;
    height: var(--search-before-title-icon-font-size,20px);
    padding: 0 0 0 8px;
    padding: var(--search-before-title-icon-padding,0 0 0 8px);
    width: 20px
}

.next-search.next-search.next-search.next-search .next-input-inner i.next-icon.next-icon:before {
    font-size: 20px;
    font-size: var(--search-before-title-icon-font-size,20px)
}

.next-search.next-search.next-search.next-search i.next-icon.next-icon.next-btn-icon {
    color: #aaa;
    color: var(--color-line1-5);
    height: 20px;
    height: var(--search-before-title-icon-font-size,20px);
    width: 20px;
    width: var(--search-before-title-icon-font-size,20px)
}

.next-search.next-search.next-search.next-search i.next-icon.next-icon.next-btn-icon:before {
    font-size: 20px;
    font-size: var(--search-before-title-icon-font-size,20px)
}

.next-search.next-search.next-search.next-search .next-size-large .next-input-hint-wrap i.next-icon-delete-filling,.next-search.next-search.next-search.next-search .next-size-medium .next-input-hint-wrap i.next-icon-delete-filling {
    height: 16px;
    width: 16px
}

.next-search.next-search.next-search.next-search .next-size-large .next-input-hint-wrap i.next-icon-delete-filling:before,.next-search.next-search.next-search.next-search .next-size-medium .next-input-hint-wrap i.next-icon-delete-filling:before {
    font-size: 16px;
    width: 16px
}

.next-search.next-search.next-search.next-search .next-input-hint-wrap i.next-icon-delete-filling {
    color: #696969;
    color: var(--input-hint-color,#848484)
}

.next-search.focusing.next-search.focusing .next-input-group-addon.next-input-group-addon.next-input-group-addon button,.next-search.focusing.next-search.focusing .next-input-group.next-input-group.next-input-group {
    background-color: #fff;
    background-color: var(--color-fill-1,#fff);
    border-color: #aaa;
    border-color: var(--input-focus-border-color,#ababab);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-search:hover .next-input-group.next-input-group.next-input-group {
    background-color: #fff;
    background-color: var(--color-fill-1,#fff);
    border-color: #ccc;
    border-color: var(--input-hover-border-color,#ccc);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-search:hover .next-input-group-addon.next-input-group-addon.next-input-group-addon button {
    background-color: #fff;
    background-color: var(--color-fill-1,#fff);
    border-color: #ccc;
    border-color: var(--input-hover-border-color,#ccc);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--active-shadow)
}

.next-search-no-custom-search-text.next-large .next-input-group-addon .next-search-btn.next-search-btn {
    min-width: 36px;
    min-width: calc(var(--s-9,36px));
    padding: 0 6px
}

.next-search-no-custom-search-text.next-medium .next-input-group-addon .next-search-btn.next-search-btn {
    min-width: 32px;
    min-width: calc(var(--s-8,32px));
    padding: 0 6px
}

.next-search-no-custom-search-text.next-medium .next-input-group-addon .next-search-btn.next-search-btn .next-icon {
    margin-left: -4px
}

.next-date-picker2-wrapper,.next-date-picker2-wrapper .next-range-picker2-arrow,.next-time-picker2-menu ul li {
    background: #fff;
    background: var(--date-picker-panel-background)
}

.next-time-picker2-menu ul li.next-selected {
    background: #f0f7ff;
    background: var(--date-picker2-time-bg,var(--color-brand1-1,#001a33))
}

.next-time-picker2-wrapper .next-time-picker2-body {
    background: #fff;
    background: var(--date-picker-panel-background)
}

.next-select-menu .next-menu-group-label {
    color: #333;
    color: var(--color-text1-3,#333);
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

.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: 16px
}

.next-divider-ver {
    top: 0
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body {
    top: 1px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body {
    top: 1px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body {
    top: 1px
}

.next-step-circle>.next-step-item-finish .next-step-item-title {
    word-break: normal
}

.next-step-circle>.next-step-item-process .next-step-item-title {
    word-break: normal
}

.next-step-circle>.next-step-item-wait .next-step-item-title {
    word-break: normal
}

.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar-track {
    background-color: transparent
}

.next-transfer-no-data {
    color: grey;
    color: var(--color-fill1-6,#848484);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar-track {
    background-color: transparent
}

.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar-track {
    background-color: transparent
}

.next-virtual-tree-container.next-virtual-tree-container::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.next-virtual-tree-container.next-virtual-tree-container::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.next-virtual-tree-container.next-virtual-tree-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.next-virtual-tree-container.next-virtual-tree-container::-webkit-scrollbar-track {
    background-color: transparent
}

.next-tree-select-no-data {
    color: grey;
    color: var(--color-fill1-6,#848484);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.next-virtual-tree-container::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.next-virtual-tree-container::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 3px;
    border-radius: var(--scrollbar-track-border-radius,3px)
}

.next-virtual-tree-container::-webkit-scrollbar-corner {
    background-color: transparent
}

.next-virtual-tree-container::-webkit-scrollbar-track {
    background-color: transparent;
    background-color: var(--scrollbar-track-bg,#303030);
    width: 100%
}

.next-number-picker.next-number-picker-inline:not(.next-disabled) .next-input-group {
    border: 1px solid #d9d9d9;
    border: var(--line-1,1px) solid var(--input-border-color,#383838)
}

.next-number-picker.next-number-picker-inline:not(.next-disabled) .next-input-group:hover {
    border-color: #ccc;
    border-color: var(--input-hover-border-color,#4d4d4d)
}

.next-number-picker.next-number-picker-inline:not(.next-disabled) .next-input-group .next-btn.next-medium>.next-btn-icon.next-icon-alone .next-icon-remote,.next-number-picker.next-number-picker-inline:not(.next-disabled) .next-input-group .next-btn.next-medium>.next-btn-icon.next-icon-alone:before {
    line-height: 1em
}

.next-number-picker.next-number-picker-inline.next-disabled .next-input-group,.next-number-picker.next-number-picker-normal.next-disabled .next-input {
    border: 1px solid #ccc;
    border: var(--line-1,1px) solid var(--input-disabled-border-color,#4d4d4d)
}

.next-menu.next-menu::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.next-menu.next-menu::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.next-menu.next-menu::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.next-menu.next-menu::-webkit-scrollbar-track {
    background-color: transparent
}

.next-menu-item.next-menu-item[aria-haspopup=true][aria-expanded] {
    padding-right: 16px
}

.next-menu-item.next-menu-item[aria-haspopup=true][aria-expanded] .next-menu-item-inner {
    width: 100%
}

.next-menu-item.next-menu-item[aria-haspopup=true][aria-expanded] .next-menu-icon-arrow.next-icon {
    right: 0
}

.next-range .next-balloon-tooltip .next-balloon-content.next-balloon-content {
    word-break: normal
}

.next-input.next-input-textarea textarea::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.next-input.next-input-textarea textarea::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.next-input.next-input-textarea textarea::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.next-input.next-input-textarea textarea::-webkit-scrollbar-track {
    background-color: transparent
}

#password:-webkit-autofill,#username:-webkit-autofill {
    -webkit-text-fill-color: #333!important;
    -webkit-text-fill-color: var(--input-text-color)!important
}

.isWindows.isWindows {
    --font-weight-medium: 600
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "tnum","tnum","tnum";
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-variant: tabular-nums
}

h1,h2,h3,h4,h5,h6 {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    font-weight: 500;
    font-weight: var(--font-weight-medium,500);
    line-height: 1.5;
    margin: 0 0 .5em
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar-track {
    background-color: transparent
}

.isWindows ::-webkit-scrollbar {
    height: 14px;
    width: 14px
}

.isWindows ::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: rgba(0,0,0,.2);
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 7px
}

.isWindows ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.isWindows ::-webkit-scrollbar-track {
    background-color: transparent
}

:root {
    --color-help-7: #deac16;
    --color-event-p9: #79c5e0;
    --color-event-p10: #afdef0;
    --color-event-p8: #49add1;
    --color-help-9: #806208;
    --color-help-8: #a8820d;
    --color-help-6: #fac31e;
    --color-help-10: #574203;
    --color-help-5: #ffd24a;
    --color-help-4: #ffdd75;
    --color-help-3: #ffe7a1;
    --color-help-2: #fff2cc;
    --color-help-1: #fff7e0;
    --color-error-10: #520700;
    --color-error-9: #7d1207;
    --color-error-8: #a11f13;
    --color-error-7: #c43123;
    --color-error-5: #ed675a;
    --color-error-6: #e84738;
    --color-error-4: #f2887e;
    --color-error-1: #ffeceb;
    --color-warning-10: #522a00;
    --color-warning-9: #774106;
    --color-warning-8: #a35a0a;
    --color-warning-7: #cf7412;
    --color-warning-5: #f7a854;
    --color-warning-6: #f98e1a;
    --color-warning-4: #ffb96e;
    --color-warning-1: #fff5eb;
    --color-success-10: #005226;
    --color-success-9: #026b34;
    --color-success-8: #0a8243;
    --color-success-7: #159953;
    --color-success-5: #43bf7e;
    --color-success-6: #23b066;
    --color-success-4: #67cf98;
    --color-success-2: #d1f4e1;
    --color-success-1: #ebfff6;
    --G80: #262626;
    --color-border-5: #d9d9d9;
    --color-border-4: #e5e5e5;
    --color-border-3: #aaa;
    --color-fill-3: #f0f7ff;
    --color-fill-2: #f7f7f7;
    --color-fill-1: #fff;
    --color-text-1: #1a1a1a;
    --color-text-2: #333;
    --color-text-3: #696969;
    --color-text-4: grey;
    --color-text-5: #aaa;
    --color-border-1: #d9d9d9;
    --color-border-2: #ccc;
    --G0: #f7f7f7;
    --G10: #e5e5e5;
    --G20: #d9d9d9;
    --G30: #ccc;
    --G40: #aaa;
    --G50: grey;
    --G60: #696969;
    --G70: #333;
    --S0: #f0f2f5;
    --S10: #dce0e8;
    --G90: #1a1a1a;
    --S20: #d1d7e3;
    --S30: #bec6d4;
    --S40: #a4acbd;
    --S50: #818a9c;
    --S60: #586173;
    --S70: #3f454f;
    --S80: #2d333d;
    --S90: #191b1f;
    --color-bg-1: #fff;
    --color-bg-2: #f7f7f7;
    --color-bg-3: #fff;
    --color-bg-4: #f7f7f7;
    --snow: #fff;
    --black: #000;
    --color-bg-5: #fff;
    --color-text1-8: grey;
    --color-text1-7: #696969;
    --color-text1-6: #696969;
    --color-line1-5: #aaa;
    --color-text1-5: #262626;
    --color-fill1-5: grey;
    --color-fill1-6: grey;
    --color-text1-2: #696969;
    --color-fill1-4: #d9d9d9;
    --color-fill1-3: #e5e5e5;
    --color-fill1-2: #f7f7f7;
    --color-line1-3: #ccc;
    --color-line1-2: #d9d9d9;
    --color-line1-1: #e5e5e5;
    --space-grey-1: #1a1a1a;
    --color-transparent: transparent;
    --color-black: #000;
    --color-white: #fff;
    --color-event-p1: #bf0030;
    --color-event-p2: #e84738;
    --color-event-p3: #f98e1a;
    --color-event-p4: #fac31e;
    --color-event-p5: #d1bb4f;
    --color-event-p6: #00b3c7;
    --color-event-p7: #0092c7;
    --color-text1-4: #1a1a1a;
    --color-text1-3: #333;
    --color-notice-7: #589adb;
    --color-notice-5: #0064c8;
    --color-notice-6: #0057ad;
    --color-notice-4: #2a7dd1;
    --color-notice-3: #90c0ef;
    --color-notice-2: #cae3fd;
    --color-notice-1: #f0f7ff;
    --color-link-3: #2a7dd1;
    --color-link-2: #0057ad;
    --color-link-1: #0064c8;
    --color-text1-1: #ccc;
    --color-other-3: #1a1a1a;
    --color-brand1-7: #0057ad;
    --color-brand1-8: #003e7c;
    --color-fill1-7: #595959;
    --color-brand1-2: #cae3fd;
    --color-brand1-3: #90c0ef;
    --color-brand1-4: #589adb;
    --color-brand1-5: #2a7dd1;
    --color-brand1-10: #002952;
    --color-fill1-1: #fff;
    --color-line1-4: #fff;
    --color-error-3: #f7aaa3;
    --color-error-2: #fcceca;
    --color-warning-3: #ffcd96;
    --color-warning-2: #ffe0bf;
    --color-success-3: #90deb5;
    --color-other-2: #fff;
    --color-other-1: #3a3c4b;
    --color-brand1-9: #003263;
    --color-brand1-6: #0064c8;
    --color-brand1-1: #f0f7ff;
    --line-dotted: dotted;
    --line-dashed: dashed;
    --line-solid: solid;
    --line-2: 2px;
    --line-1: 1px;
    --line-zero: 0px;
    --line-3: 6px;
    --popup-local-shadow: var(--shadow-3-down,0px 6px 24px 0px rgba(0,0,0,.1));
    --popup-local-border-width: var(--line-zero,0px);
    --popup-local-border-color: var(--color-line1-1,#e5e5e5);
    --form-element-preview-label-color: var(--color-text1-3,#333);
    --form-element-medium-icon-size: var(--icon-s,16px);
    --form-element-medium-height: var(--s-8,32px);
    --s-50: 200px;
    --s-49: 196px;
    --s-48: 192px;
    --s-47: 188px;
    --s-46: 184px;
    --s-45: 180px;
    --s-44: 176px;
    --s-43: 172px;
    --s-42: 168px;
    --s-41: 164px;
    --s-40: 160px;
    --s-39: 156px;
    --s-38: 152px;
    --s-37: 148px;
    --s-36: 144px;
    --s-35: 140px;
    --s-34: 136px;
    --s-33: 132px;
    --s-32: 128px;
    --s-31: 124px;
    --s-30: 120px;
    --s-29: 116px;
    --s-28: 112px;
    --s-27: 108px;
    --s-26: 104px;
    --s-25: 100px;
    --s-24: 96px;
    --s-23: 92px;
    --s-22: 88px;
    --s-21: 84px;
    --s-20: 80px;
    --s-19: 76px;
    --s-18: 72px;
    --s-17: 68px;
    --s-16: 64px;
    --s-15: 60px;
    --s-14: 56px;
    --s-13: 52px;
    --s-12: 48px;
    --s-11: 44px;
    --s-10: 40px;
    --s-9: 36px;
    --s-8: 32px;
    --s-7: 28px;
    --s-6: 24px;
    --s-5: 20px;
    --s-4: 16px;
    --s-3: 12px;
    --s-2: 8px;
    --s-1: 4px;
    --s-zero: 0px;
    --size-base: 4px;
    --shadow-3-left: 0px 0px 24px 0px rgba(0,0,0,.1);
    --shadow-3-down: 0px 6px 24px 0px rgba(0,0,0,.1);
    --shadow-3-right: 0px 0px 24px 0px rgba(0,0,0,.1);
    --shadow-3-up: 0px -6px 24px 0px rgba(0,0,0,.1);
    --shadow-3: 0px 6px 24px 0px rgba(0,0,0,.1);
    --shadow-2-left: 0px 0px 8px 0px rgba(0,0,0,.18);
    --shadow-2-down: 0px 3px 8px 0px rgba(0,0,0,.18);
    --shadow-2-right: 0px 0px 8px 0px rgba(0,0,0,.18);
    --shadow-2-up: 0px -3px 8px 0px rgba(0,0,0,.18);
    --shadow-2: 0px 3px 8px 0px rgba(0,0,0,.18);
    --shadow-1-left: 0px 0px 8px 0px rgba(0,0,0,.06);
    --shadow-1-down: 0px 3px 8px 0px rgba(0,0,0,.06);
    --shadow-1-right: 0px 0px 8px 0px rgba(0,0,0,.06);
    --shadow-1-up: 0px -3px 8px 0px rgba(0,0,0,.06);
    --shadow-1: 0px 3px 8px 0px rgba(0,0,0,.06);
    --shadow-zero: none;
    --shadow-spread-sd3: 0;
    --shadow-spread-sd2: 0;
    --shadow-spread-sd1: 0;
    --shadow-color-sd3: var(--color-black,#000);
    --shadow-color-sd1: var(--color-black,#000);
    --shadow-sides-left: "left";
    --shadow-sides-down: "down";
    --shadow-sides-right: "right";
    --shadow-sides-up: "up";
    --shadow-sides-base: "base";
    --shadow-distance-sd1y: 3;
    --shadow-distance-sd2y: 3;
    --shadow-distance-sd2: 0;
    --shadow-distance-sd1: 0;
    --shadow-blur-sd3: 24;
    --shadow-blur-sd2: 8;
    --shadow-blur-sd1: 8;
    --shadow-color-sd2: var(--color-black,#000);
    --shadow-opacity-sd3: 0.1;
    --shadow-opacity-sd2: 0.18;
    --shadow-opacity-sd1: 0.06;
    --shadow-distance-sd3y: 6;
    --shadow-distance-sd3: 0;
    --icon-reset: "";
    --icon-xxxl: var(--s-16,64px);
    --icon-xxl: var(--s-12,48px);
    --icon-xl: var(--s-8,32px);
    --icon-l: var(--s-6,24px);
    --icon-m: var(--s-5,20px);
    --icon-s: var(--s-4,16px);
    --icon-xs: var(--s-3,12px);
    --icon-xxs: var(--s-2,8px);
    --icon-font-name: "icon";
    --icon-font-path: "//at.alicdn.com/t/font_1984231_d9bk76ly7rd";
    --font-weight-ultra-bold: 900;
    --font-weight-extra-bold: 800;
    --font-weight-3: bold;
    --font-weight-semi-bold: 600;
    --font-weight-medium: 500;
    --font-weight-2: normal;
    --font-weight-light: 300;
    --font-weight-thin: 200;
    --font-weight-1: lighter;
    --font-size-body-1: 12px;
    --font-size-body-2: 14px;
    --font-size-subhead: 16px;
    --font-lineheight-2: 1.5;
    --font-size-display-3: 36px;
    --font-name-bold: "";
    --font-name-medium: "";
    --font-name-regular: "";
    --font-name-light: "";
    --font-name-thin: "";
    --font-custom-name: "";
    --font-custom-path: "";
    --font-family-base: "PingFang SC","Helvetica Neue","Microsoft YaHei",Helvetica,Arial;
    --font-size-caption: 12px;
    --font-size-title: 18px;
    --font-size-headline: 20px;
    --font-size-display-1: 24px;
    --font-size-display-2: 28px;
    --font-lineheight-3: 1.5;
    --font-lineheight-1: 1.5;
    --corner-zero: 0px;
    --corner-semicircle: 500px;
    --corner-circle: 50%;
    --corner-3: 50px;
    --corner-2: 4px;
    --corner-1: 2px;
    --search-normal-primary-btn-hover-bg-color: var(--color-brand1-5,#2a7dd1);
    --search-simple-normal-hover-color: var(--color-text1-1,#ccc);
    --search-simple-normal-icon-hover-text-color: var(--color-text1-3,#333);
    --search-normal-normal-hover-color: var(--color-line1-2,#d9d9d9);
    --search-normal-normal-btn-bg-color: var(--color-white,#fff);
    --search-normal-normal-btn-hover-bg-color: var(--color-fill1-2,#f7f7f7);
    --search-normal-normal-l-height: var(--s-9,36px);
    --search-normal-normal-m-height: var(--s-8,32px);
    --search-normal-normal-m-btn-text-size: var(--font-size-body-1,12px);
    --search-normal-normal-l-btn-text-size: var(--font-size-body-2,14px);
    --search-simple-normal-color: var(--color-line1-3,#ccc);
    --search-simple-l-icon-margin-right: var(--s-2,8px);
    --search-normal-normal-btn-text-color: var(--color-text1-2,dimgray);
    --search-normal-normal-btn-hover-text-color: var(--color-text1-2,dimgray);
    --search-normal-primary-color: var(--color-brand1-6,#0064c8);
    --search-normal-primary-hover-color: var(--color-brand1-6,#0064c8);
    --search-normal-primary-split-color: var(--color-line1-1,#e5e5e5);
    --search-normal-primary-btn-text-color: var(--color-white,#fff);
    --search-normal-primary-btn-hover-text-color: var(--color-white,#fff);
    --search-normal-secondary-color: var(--color-line1-3,#ccc);
    --search-normal-secondary-split-color: var(--color-line1-1,#e5e5e5);
    --search-normal-secondary-hover-color: var(--color-brand1-6,#0064c8);
    --search-normal-secondary-m-btn-text-size: var(--font-size-subhead,16px);
    --search-normal-normal-split-color: var(--color-line1-1,#e5e5e5);
    --search-normal-dark-m-btn-text-size: var(--font-size-subhead,16px);
    --search-simple-normal-split-color: var(--color-line1-3,#ccc);
    --search-simple-normal-icon-text-color: var(--color-text1-2,dimgray);
    --card-sub-title-color: var(--color-text1-6,dimgray);
    --card-title-font-weight: var(--font-weight-medium,500);
    --card-body-padding-bottom: var(--s-4,16px);
    --card-body-show-divider-padding-top: var(--s-5,20px);
    --card-background: var(--color-bg-3,#fff);
    --card-content-color: var(--color-text-2,#333);
    --card-border-color: var(--color-border-4,#e5e5e5);
    --card-padding-lr: var(--s-5,20px);
    --btn-size-s-corner: var(--corner-1,2px);
    --btn-size-m-corner: var(--corner-1,2px);
    --btn-size-l-border-width: var(--line-1,1px);
    --btn-size-l-corner: var(--corner-1,2px);
    --btn-size-s-height: var(--s-6,24px);
    --btn-size-s-font: var(--font-size-body-1,12px);
    --btn-size-m-height: var(--s-8,32px);
    --btn-size-m-font: var(--font-size-body-1,12px);
    --btn-size-l-height: var(--s-9,36px);
    --btn-size-l-font: var(--font-size-body-2,14px);
    --btn-pure-color-disabled: var(--color-white,#fff);
    --btn-pure-bg-disabled: var(--color-fill1-3,#e5e5e5);
    --btn-pure-border-color-disabled: var(--color-line1-1,#e5e5e5);
    --btn-pure-normal-bg: var(--color-white,#fff);
    --btn-warning-primary-color-disabled: var(--color-white,#fff);
    --btn-warning-normal-color: var(--color-error-4,#f2887e);
    --btn-warning-normal-border-color: var(--color-error-2,#fcceca);
    --btn-warning-normal-border-color-hover: var(--color-error-2,#fcceca);
    --btn-warning-normal-border-color-disabled: var(--color-line1-1,#e5e5e5);
    --btn-warning-normal-bg-disabled: var(--color-transparent,transparent);
    --btn-text-primary-color: var(--color-brand1-6,#0064c8);
    --btn-text-secondary-color: var(--color-brand1-6,#0064c8);
    --btn-text-normal-color-hover: var(--color-brand1-6,#0064c8);
    --btn-size-s-padding: var(--s-3,12px);
    --btn-pure-primary-bg-hover: var(--color-brand1-5,#2a7dd1);
    --btn-ghost-dark-color: var(--color-text1-4,#1a1a1a);
    --btn-ghost-dark-border-color: var(--color-line1-3,#ccc);
    --btn-ghost-light-color: var(--color-brand1-3,#90c0ef);
    --btn-ghost-light-border-color: var(--color-brand1-4,#589adb);
    --btn-warning-normal-bg: var(--color-white,#fff);
    --btn-pure-normal-border-color-disabled: var(--color-line1-1,#e5e5e5);
    --btn-pure-primary-color-disabled: var(--color-white,#fff);
    --btn-pure-normal-bg-active: var(--color-fill1-3,#e5e5e5);
    --btn-pure-primary-bg-active: var(--color-brand1-7,#0057ad);
    --btn-warning-normal-bg-hover: var(--color-error-1,#ffeceb);
    --btn-pure-normal-bg-hover: var(--color-fill1-2,#f7f7f7);
    --btn-pure-normal-border-color-active: var(--color-line1-2,#d9d9d9);
    --btn-pure-normal-bg-disabled: var(--color-fill1-1,#fff);
    --btn-pure-secondary-bg-disabled: var(--color-fill1-1,#fff);
    --btn-pure-primary-bg-disabled: var(--color-line1-2,#d9d9d9);
    --btn-pure-primary-border-color-disabled: var(--color-fill1-4,#d9d9d9);
    --btn-warning-primary-bg-disabled: var(--color-fill1-4,#d9d9d9);
    --btn-warning-normal-border-color-active: var(--color-error-3,#f7aaa3);
    --btn-pure-secondary-bg-hover: var(--color-brand1-1,#f0f7ff);
    --btn-pure-secondary-bg-active: var(--color-brand1-2,#cae3fd);
    --btn-size-m-padding: var(--s-3,12px);
    --btn-size-l-padding: var(--s-3,12px);
    --btn-text-primary-color-hover: var(--color-brand1-5,#2a7dd1);
    --btn-size-s-icon-size: var(--icon-xs,12px);
    --btn-pure-normal-border-color: var(--color-line1-2,#d9d9d9);
    --btn-pure-normal-border-color-hover: var(--color-line1-2,#d9d9d9);
    --btn-shadow-hover: var(--shadow-zero,none);
    --btn-pure-normal-color: var(--color-text1-3,#333);
    --btn-pure-normal-color-hover: var(--color-text1-3,#333);
    --btn-pure-normal-color-active: var(--color-text1-3,#333);
    --btn-text-normal-color: var(--color-text1-3,#333);
    --btn-size-s-border-width: var(--line-1,1px);
    --btn-size-m-border-width: var(--line-1,1px);
    --btn-text-secondary-color-hover: var(--color-brand1-6,#0064c8);
    --balloon-primary-color: var(--color-white,#fff);
    --balloon-primary-color-close: var(--color-white,#fff);
    --balloon-size-padding-right: var(--s-3,12px);
    --balloon-size-padding-closable-right: var(--s-10,40px);
    --balloon-size-close: var(--icon-s,16px);
    --balloon-normal-border-width: var(--line-1,1px);
    --balloon-size-arrow-size: var(--s-2,8px);
    --balloon-corner: var(--corner-1,2px);
    --balloon-normal-shadow: var(--shadow-3,0px 6px 24px 0px rgba(0,0,0,.1));
    --balloon-size-close-margin-top: 7px;
    --balloon-title-font-size: var(--font-size-subhead,16px);
    --balloon-size-padding-top: 6px;
    --balloon-primary-color-bg: var(--color-text1-5,#262626);
    --balloon-tooltip-color-bg: var(--color-fill1-1,#fff);
    --balloon-normal-color-border: var(--color-line1-2,#d9d9d9);
    --balloon-normal-color-bg: var(--color-white,#fff);
    --balloon-normal-color-close: var(--color-text1-2,dimgray);
    --balloon-normal-color-close-hover: var(--color-text1-3,#333);
    --nav-normal-border-color: var(--color-line1-2,#d9d9d9);
    --nav-normal-text-color: var(--color-text1-2,dimgray);
    --nav-normal-sub-nav-text-color: var(--color-text1-2,dimgray);
    --nav-normal-item-hover-bg-color: var(--color-fill1-2,#f7f7f7);
    --nav-normal-sub-nav-hover-bg-color: var(--color-brand1-1,#f0f7ff);
    --nav-normal-sub-nav-hover-text-color: var(--color-text1-4,#1a1a1a);
    --nav-normal-item-selected-bg-color: var(--color-brand1-1,#f0f7ff);
    --nav-normal-item-selected-text-color: var(--color-brand1-6,#0064c8);
    --nav-normal-item-selected-text-style: var(--font-weight-2,normal);
    --nav-normal-item-selected-active-color: var(--color-brand1-6,#0064c8);
    --nav-normal-sub-nav-selected-bg-color: var(--color-brand1-1,#f0f7ff);
    --nav-normal-sub-nav-selected-text-color: var(--color-text1-4,#1a1a1a);
    --nav-normal-item-opened-bg-color: var(--color-white,#fff);
    --nav-normal-item-opened-text-color: var(--color-text1-2,dimgray);
    --nav-line-item-selected-text-style: var(--font-weight-2,normal);
    --nav-ver-height: var(--s-10,40px);
    --nav-icon-only-font-size: var(--icon-s,16px);
    --nav-normal-sub-nav-bg-color: var(--color-white,#fff);
    --nav-normal-item-hover-active-color: var(--color-brand1-6,#0064c8);
    --nav-line-text-color: var(--color-text1-4,#1a1a1a);
    --nav-line-item-hover-bg-color: var(--color-transparent,transparent);
    --nav-line-item-hover-text-color: var(--color-brand1-6,#0064c8);
    --nav-line-item-selected-bg-color: var(--color-transparent,transparent);
    --nav-line-item-selected-text-color: var(--color-brand1-6,#0064c8);
    --nav-line-item-opened-text-color: var(--color-brand1-6,#0064c8);
    --nav-normal-bg-color: var(--color-bg-3,#fff);
    --calendar-fullscreen-table-cell-hover-background: var(--color-fill1-2,#f7f7f7);
    --calendar-fullscreen-table-cell-hover-color: var(--color-text1-2,dimgray);
    --calendar-fullscreen-table-cell-normal-background: var(--color-white,#fff);
    --calendar-fullscreen-table-cell-other-background: var(--color-fill1-2,#f7f7f7);
    --calendar-fullscreen-table-cell-other-border-color: var(--color-line1-1,#e5e5e5);
    --calendar-card-table-cell-normal-background: var(--color-white,#fff);
    --calendar-card-table-cell-normal-border-color: var(--color-white,#fff);
    --calendar-btn-arrow-size: var(--icon-s,16px);
    --calendar-card-table-cell-hover-color: var(--color-text1-2,dimgray);
    --calendar-card-table-head-color: var(--color-line1-5,#aaa);
    --calendar-btn-date-font-weight: var(--font-weight-medium,500);
    --calendar-btn-arrow-color: var(--color-fill1-5,gray);
    --calendar-btn-arrow-color-hover: var(--color-fill1-5,gray);
    --calendar-fullscreen-table-cell-normal-border-color: var(--color-line1-2,#d9d9d9);
    --calendar-fullscreen-table-cell-current-background: var(--color-white,#fff);
    --calendar-fullscreen-table-cell-other-color: var(--color-text1-1,#ccc);
    --calendar-fullscreen-table-cell-disabled-background: var(--color-fill1-1,#fff);
    --calendar-fullscreen-table-cell-disabled-color: var(--color-text1-1,#ccc);
    --calendar-card-table-cell-normal-color: var(--color-text1-3,#333);
    --calendar-card-table-cell-select-border-color: var(--color-brand1-6,#0064c8);
    --calendar-card-table-cell-other-background: var(--color-white,#fff);
    --calendar-card-table-cell-other-border-color: var(--color-white,#fff);
    --calendar-card-table-cell-disabled-background: var(--color-fill1-1,#fff);
    --calendar-card-table-cell-disabled-border-color: var(--color-fill1-1,#fff);
    --calendar-card-table-cell-current-background: var(--color-white,#fff);
    --calendar-card-table-cell-inrange-background: var(--color-brand1-1,#f0f7ff);
    --calendar-card-table-cell-inrange-color: var(--color-brand1-6,#0064c8);
    --calendar-card-table-cell-inrange-border-color: var(--color-brand1-1,#f0f7ff);
    --checkbox-border-color: var(--color-line1-3,#ccc);
    --checkbox-hovered-border-color: var(--color-brand1-4,#589adb);
    --checkbox-label-color: var(--color-text1-3,#333);
    --checkbox-bg-color: var(--color-fill1-1,#fff);
    --checkbox-disabled-border-color: var(--color-transparent,transparent);
    --checkbox-disabled-circle-color: var(--color-fill1-1,#fff);
    --checkbox-disabled-bg-color: var(--color-fill1-4,#d9d9d9);
    --checkbox-circle-size: var(--icon-xs,12px);
    --checkbox-hovered-bg-color: var(--color-brand1-1,#f0f7ff);
    --menu-btn-pure-text-normal-icon-color: var(--color-fill1-5,gray);
    --menu-btn-ghost-light-disabled-icon-color: var(--btn-ghost-light-color-disabled,rgba(0,0,0,.1));
    --menu-btn-ghost-dark-disabled-icon-color: var(--btn-ghost-dark-color-disabled,hsla(0,0%,100%,.4));
    --range-normal-unselected-color: var(--color-line1-1,#e5e5e5);
    --range-normal-selected-color: var(--color-brand1-4,#589adb);
    --range-normal-selected-color-disabled: var(--color-line1-2,#d9d9d9);
    --range-normal-slider-bg-color-disabled: var(--color-fill1-1,#fff);
    --range-normal-unselected-color-hover: var(--color-line1-1,#e5e5e5);
    --range-normal-selected-color-hover: var(--color-notice-3,#90c0ef);
    --range-normal-slider-border-color-disabled: var(--color-line1-3,#ccc);
    --range-normal-mark-selected-color-disabled: var(--color-text1-1,#ccc);
    --range-normal-slider-bg-color: var(--color-white,#fff);
    --range-normal-slider-bg-color-hover: var(--color-white,#fff);
    --tree-switch-arrow-size: var(--icon-xxs,8px);
    --tree-switch-margint-right: var(--s-1,4px);
    --tree-node-padding: var(--s-1,4px);
    --tree-node-selected-color: var(--color-brand1-6,#0064c8);
    --tree-node-normal-color: var(--color-text1-3,#333);
    --tree-switch-arrow-color: var(--color-text1-3,#333);
    --tree-node-hover-color: var(--color-text1-3,#333);
    --tree-switch-hover-arrow-color: var(--color-text1-3,#333);
    --tree-switch-icon-color: var(--color-fill1-5,gray);
    --tree-line-color: var(--color-line1-2,#d9d9d9);
    --tree-switch-hover-icon-color: var(--color-fill1-5,gray);
    --tree-switch-hover-bg-color: var(--color-fill1-2,#f7f7f7);
    --tree-switch-border-color: var(--color-fill1-4,#d9d9d9);
    --tree-switch-hover-border-color: var(--color-line1-5,#aaa);
    --tree-line-width: var(--line-1,1px);
    --tree-node-normal-background: var(--color-white,#fff);
    --tree-switch-bg-color: var(--color-white,#fff);
    --tree-node-selected-background: var(--color-brand1-1,#f0f7ff);
    --tree-node-disabled-background: var(--color-white,#fff);
    --tree-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --switch-disabled-on-trigger-bg-color: var(--color-white,#fff);
    --switch-disabled-off-trigger-bg-color: var(--color-white,#fff);
    --switch-normal-on-bg-color: var(--color-success-4,#67cf98);
    --switch-hover-on-bg-color: var(--color-success-6,#23b066);
    --switch-normal-off-border-color: var(--color-transparent,transparent);
    --switch-hover-off-border-color: var(--color-transparent,transparent);
    --switch-size-m-trigger: var(--s-4,16px);
    --switch-size-s-trigger: var(--s-3,12px);
    --switch-normal-off-bg-color: #ccc;
    --switch-hover-off-bg-color: var(--color-border-5,#d9d9d9);
    --switch-disabled-off-bg-color: var(--color-border-2,#ccc);
    --message-notice-color-icon-toast: var(--color-brand1-6,#0064c8);
    --message-close-icon-size: var(--icon-s,16px);
    --message-error-color-bg-inline: var(--color-error-1,#ffeceb);
    --message-warning-color-bg-inline: var(--color-warning-1,#fff5eb);
    --message-notice-color-bg-inline: var(--color-notice-1,#f0f7ff);
    --message-loading-color-bg-inline: var(--color-notice-1,#f0f7ff);
    --message-success-color-bg-inline: var(--color-success-1,#ebfff6);
    --message-success-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-error-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-warning-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-notice-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-help-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-loading-color-border-toast: var(--color-line1-1,#e5e5e5);
    --message-help-color-bg-inline: var(--color-notice-1,#f0f7ff);
    --message-help-color-icon-toast: var(--color-brand1-6,#0064c8);
    --message-success-color-content-toast: var(--color-text1-6,dimgray);
    --message-error-color-content-toast: var(--color-text1-6,dimgray);
    --message-error-color-content-inline: var(--color-text1-6,dimgray);
    --message-warning-color-content-inline: var(--color-text1-6,dimgray);
    --message-warning-color-content-toast: var(--color-text1-6,dimgray);
    --message-notice-color-content-inline: var(--color-text1-6,dimgray);
    --message-notice-color-content-toast: var(--color-text1-6,dimgray);
    --message-help-color-content-inline: var(--color-text1-6,dimgray);
    --message-help-color-content-toast: var(--color-text1-6,dimgray);
    --message-loading-color-content-inline: var(--color-text1-6,dimgray);
    --message-loading-color-content-toast: var(--color-text1-6,dimgray);
    --message-success-color-content-inline: var(--color-text1-3,#333);
    --message-close-icon-color: var(--color-fill1-5,gray);
    --message-hover-close-icon-color: var(--color-text1-5,#262626);
    --message-help-icon-content: "\E714";
    --message-size-l-icon: var(--icon-m,20px);
    --message-size-m-icon: var(--icon-m,20px);
    --message-notice-color-icon-inline: var(--color-notice-6,#0057ad);
    --message-help-color-icon-inline: var(--color-notice-6,#0057ad);
    --message-loading-color-icon-inline: var(--color-notice-6,#0057ad);
    --message-border-style-toast: var(--line-solid,solid);
    --message-success-color-bg-toast: var(--color-white,#fff);
    --message-error-color-bg-toast: var(--color-white,#fff);
    --message-warning-color-bg-toast: var(--color-white,#fff);
    --message-notice-color-bg-toast: var(--color-white,#fff);
    --message-help-color-bg-toast: var(--color-white,#fff);
    --message-help-color-content-addon: var(--color-text1-3,#333);
    --message-loading-color-bg-toast: var(--color-white,#fff);
    --message-loading-color-content-addon: var(--color-text1-3,#333);
    --message-loading-color-icon-toast: var(--color-brand1-6,#0064c8);
    --message-success-color-icon-addon: var(--color-success-5,#43bf7e);
    --message-error-color-icon-addon: var(--color-error-5,#ed675a);
    --message-warning-color-icon-addon: var(--color-warning-5,#f7a854);
    --dialog-shadow: var(--shadow-3-down,0px 6px 24px 0px rgba(0,0,0,.1));
    --dialog-title-border-color: var(--color-transparent,transparent);
    --dialog-close-size: var(--icon-s,16px);
    --dialog-title-padding-bottom: var(--s-1,4px);
    --dialog-content-font-size: var(--font-size-body-1,12px);
    --dialog-close-color: var(--color-fill1-5,gray);
    --dialog-close-color-hovered: var(--color-fill1-5,gray);
    --dialog-content-color: var(--color-text1-6,dimgray);
    --dialog-title-padding-top: var(--s-5,20px);
    --dialog-title-padding-left-right: var(--s-5,20px);
    --dialog-content-padding-top: var(--s-4,16px);
    --dialog-content-padding-bottom: var(--s-5,20px);
    --dialog-content-padding-left-right: var(--s-5,20px);
    --dialog-footer-padding-bottom: var(--s-5,20px);
    --dialog-message-content-padding-left-right: var(--s-5,20px);
    --dialog-close-right: var(--s-5,20px);
    --dialog-message-content-padding-top: var(--s-5,20px);
    --dialog-message-content-padding-bottom: var(--s-zero,0px);
    --dialog-bg: var(--color-bg-3,#fff);
    --dialog-footer-bg-color: var(--color-bg-3,#fff);
    --progress-circle-underlay-color: var(--color-fill1-3,#e5e5e5);
    --progress-line-error-color: var(--color-error-5,#ed675a);
    --progress-line-success-color: var(--color-success-5,#43bf7e);
    --progress-line-started-color: var(--color-error-5,#ed675a);
    --progress-line-middle-color: var(--color-warning-5,#f7a854);
    --progress-line-finishing-color: var(--color-success-5,#43bf7e);
    --progress-circle-error-color: var(--color-error-5,#ed675a);
    --progress-circle-success-color: var(--color-success-5,#43bf7e);
    --progress-circle-started-color: var(--color-error-5,#ed675a);
    --progress-circle-middle-color: var(--color-warning-5,#f7a854);
    --progress-circle-finishing-color: var(--color-success-5,#43bf7e);
    --progress-line-underlay-color: var(--color-fill1-3,#e5e5e5);
    --progress-circle-text-color: var(--color-fill1-5,gray);
    --progress-line-normal-color: var(--color-brand1-6,#0064c8);
    --pagination-current-color: var(--color-text1-2,dimgray);
    --pagination-total-color: var(--color-text1-2,dimgray);
    --pagination-item-color: var(--color-text1-2,dimgray);
    --pagination-item-border-color: var(--color-white,#fff);
    --pagination-item-bg: var(--color-white,#fff);
    --pagination-total-font-size: var(--font-size-body-1,12px);
    --pagination-icon-ellipsis-content: "\E700";
    --pagination-arrow-hover-color: var(--color-fill1-7,#595959);
    --pagination-arrow-color: var(--color-fill1-5,gray);
    --pagination-item-current-hover-bg: var(--color-transparent,transparent);
    --pagination-ellipsis-size: var(--icon-xs,12px);
    --pagination-large-ellipsis-size: var(--icon-s,16px);
    --pagination-small-ellipsis-size: var(--icon-xs,12px);
    --pagination-ellipsis-color: var(--color-text1-2,dimgray);
    --pagination-jump-color: var(--color-text1-2,dimgray);
    --pagination-item-hover-bg: var(--color-fill1-2,#f7f7f7);
    --radio-border-color: var(--color-line1-1,#e5e5e5);
    --radio-disabled-border-color: var(--color-line1-1,#e5e5e5);
    --radio-checked-disabled-border-color: var(--color-fill1-3,#e5e5e5);
    --radio-checked-bg-color: var(--color-white,#fff);
    --radio-hovered-bg-color: var(--color-brand1-1,#f0f7ff);
    --radio-checked-disabled-bg-color: var(--color-fill1-2,#f7f7f7);
    --radio-normal-font-color-disabled: var(--color-fill1-4,#d9d9d9);
    --radio-checked-disabled-circle-color: var(--color-text1-1,#ccc);
    --radio-button-height-medium: var(--s-8,32px);
    --radio-button-border-color-checked: var(--color-brand1-6,#0064c8);
    --radio-button-height-large: var(--s-9,36px);
    --radio-button-height-small: var(--s-6,24px);
    --radio-button-font-color: var(--color-text1-6,dimgray);
    --radio-button-font-color-hovered: var(--color-text1-6,dimgray);
    --radio-button-corner-large: var(--corner-1,2px);
    --radio-bg-color: var(--color-white,#fff);
    --radio-normal-font-color: var(--color-text1-4,#1a1a1a);
    --radio-button-bg-color: var(--color-white,#fff);
    --radio-button-bg-color-checked: var(--color-white,#fff);
    --radio-button-font-color-checked: var(--color-brand1-6,#0064c8);
    --step-circle-item-title-process-color: var(--color-text1-3,#333);
    --step-circle-item-node-finish-border-color: var(--color-brand1-2,#cae3fd);
    --step-circle-item-title-finish-color: var(--color-text1-2,dimgray);
    --step-circle-item-content-margin-top: var(--s-1,4px);
    --step-circle-item-node-process-size: var(--s-6,24px);
    --step-circle-item-node-border-width: var(--line-1,1px);
    --step-circle-item-tail-process-color: var(--color-line1-1,#e5e5e5);
    --step-dot-item-tail-wait-color: var(--color-line1-1,#e5e5e5);
    --step-dot-item-tail-process-color: var(--color-line1-1,#e5e5e5);
    --step-dot-vertical-item-tail-size: var(--line-2,2px);
    --step-circle-item-node-wait-border-color: var(--color-fill1-3,#e5e5e5);
    --step-circle-item-node-wait-background: var(--color-fill1-3,#e5e5e5);
    --step-circle-item-node-wait-color: var(--color-text1-2,dimgray);
    --step-circle-item-tail-finish-color: var(--color-brand1-6,#0064c8);
    --step-circle-item-node-process-color: var(--color-white,#fff);
    --step-circle-item-node-finish-color: var(--color-brand1-6,#0064c8);
    --step-circle-item-node-disabled-border-color: var(--color-line1-1,#e5e5e5);
    --step-circle-item-node-disabled-background: var(--color-white,#fff);
    --step-circle-vertical-item-title-margin-top: var(--s-2,8px);
    --step-circle-item-tail-bg-color: var(--color-line1-1,#e5e5e5);
    --step-dot-item-dot-border-width: var(--line-1,1px);
    --step-dot-item-title-process-color: var(--color-text1-4,#1a1a1a);
    --step-dot-item-title-finish-color: var(--color-text1-3,#333);
    --step-dot-item-node-wait-background: var(--color-white,#fff);
    --step-dot-item-node-finish-border-color: var(--color-brand1-6,#0064c8);
    --step-dot-item-node-finish-background: var(--color-white,#fff);
    --step-dot-item-node-disabled-border-color: var(--color-line1-2,#d9d9d9);
    --step-dot-item-node-disabled-background: var(--color-white,#fff);
    --step-dot-vertical-item-content-margin-top: var(--s-2,8px);
    --step-dot-item-tail-bg-color: var(--color-line1-1,#e5e5e5);
    --tab-wrapped-border-line-color: var(--color-line1-1,#e5e5e5);
    --tab-wrapped-bg-color: var(--color-white,#fff);
    --tab-capsule-bg-color: var(--color-white,#fff);
    --tab-capsule-bg-color-hover: var(--color-fill1-2,#f7f7f7);
    --tab-capsule-tab-border-line-color: var(--color-line1-1,#e5e5e5);
    --tab-capsule-tab-border-line-color-hover: var(--color-line1-1,#e5e5e5);
    --tab-pure-text-color-selected: var(--color-brand1-6,#0064c8);
    --tab-capsule-text-color-selected: var(--color-brand1-6,#0064c8);
    --tab-capsule-bg-color-selected: var(--color-white,#fff);
    --tab-capsule-text-color-hover: var(--color-text1-3,#333);
    --tab-item-font-weight-selected: var(--font-weight-medium,500);
    --tab-pure-divider-line-width: var(--line-1,1px);
    --tab-wrapped-border-line-width: var(--line-zero,0px);
    --tab-wrapped-border-side-width: var(--line-zero,0px);
    --tab-wrapped-content-border-line-width: var(--line-zero,0px);
    --tab-capsule-tab-border-line-color-active: var(--color-brand1-6,#0064c8);
    --tab-item-padding-lr-size-s: 16px;
    --tab-item-padding-lr-size-m: var(--s-4,16px);
    --tab-item-padding-tb-size-m: 9px;
    --tab-item-padding-tb-size-s: 9px;
    --tab-pure-divider-border-color: var(--color-line1-2,#d9d9d9);
    --tab-wrapped-text-color: var(--color-text1-3,#333);
    --tab-wrapped-text-color-hover: var(--color-text1-4,#1a1a1a);
    --tab-wrapped-text-color-selected: var(--color-brand1-6,#0064c8);
    --tab-wrapped-bg-color-selected: var(--color-white,#fff);
    --tab-capsule-text-color: var(--color-text1-4,#1a1a1a);
    --tab-text-text-color-normal: var(--color-text1-3,#333);
    --tab-text-text-color-hover: var(--color-text1-4,#1a1a1a);
    --tab-text-text-color-selected: var(--color-brand1-6,#0064c8);
    --menu-icon-selected-size: var(--icon-s,16px);
    --menu-padding-horizontal: var(--s-4,16px);
    --menu-icon-selected-hover-color: var(--color-brand1-6,#0064c8);
    --menu-icon-selected-color: var(--color-brand1-6,#0064c8);
    --menu-item-padding-ver-padding-l: var(--s-4,16px);
    --menu-item-padding-ver-padding-r: var(--s-4,16px);
    --menu-padding-ver-padding-lr: var(--s-2,8px);
    --menu-padding-title-horizontal: var(--s-2,8px);
    --menu-divider-margin-hoz: var(--s-2,8px);
    --menu-divider-color: var(--color-line1-1,#e5e5e5);
    --menu-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --menu-color: var(--color-text-2,#333);
    --menu-background: var(--color-bg-5,#fff);
    --menu-arrow-color: grey;
    --menu-background-selected: var(--color-fill-3,#f0f7ff);
    --menu-color-selected: #333;
    --menu-background-hover: var(--color-fill-2,#f7f7f7);
    --menu-color-hover: var(--color-text-2,#333);
    --timeline-item-done-background: var(--color-fill1-3,#e5e5e5);
    --timeline-item-body-margin-top: var(--s-2,8px);
    --timeline-item-title-margin-top: var(--s-2,8px);
    --timeline-item-title-color: var(--color-text1-3,#333);
    --timeline-item-node-padding: var(--s-1,4px);
    --timeline-item-body-color: var(--color-text1-3,#333);
    --timeline-item-done-dot-size: var(--s-2,8px);
    --timeline-item-process-dot-size: var(--s-2,8px);
    --timeline-item-success-dot-size: var(--s-2,8px);
    --timeline-item-error-dot-size: var(--s-2,8px);
    --cascader-menu-icon-expand-size: var(--icon-s,16px);
    --cascader-menu-border-color: var(--color-line1-1,#e5e5e5);
    --cascader-menu-icon-expand-color: var(--color-fill1-5,gray);
    --cascader-menu-item-expanded-background-color: var(--color-fill1-2,#f7f7f7);
    --rating-normal-underlay-color: var(--color-fill1-4,#d9d9d9);
    --rating-grade-low-overlay-color: var(--color-fill1-5,gray);
    --tag-fill-text-color: var(--color-brand1-6,#0064c8);
    --tag-closable-normal-bg: var(--color-line1-1,#e5e5e5);
    --tag-fill-tail-color: var(--color-brand1-6,#0064c8);
    --tag-fill-text-color-hover: var(--color-brand1-6,#0064c8);
    --tag-fill-tail-color-hover: var(--color-brand1-6,#0064c8);
    --tag-secondary-bg-hover: var(--color-brand1-1,#f0f7ff);
    --tag-closable-primary-fill-text-color: var(--color-brand1-6,#0064c8);
    --tag-closable-primary-fill-text-color-hover: var(--color-brand1-6,#0064c8);
    --tag-closable-primary-fill-border-color-disabled: var(--color-line1-1,#e5e5e5);
    --tag-closable-primary-fill-bg-color-disabled: var(--color-white,#fff);
    --tag-closable-primary-fill-bg-color: var(--color-brand1-1,#f0f7ff);
    --tag-closable-bordered-bg: var(--color-fill1-2,#f7f7f7);
    --tag-bordered-bg: var(--color-fill1-2,#f7f7f7);
    --tag-size-l-icon-font: var(--icon-s,16px);
    --tag-size-l-tick-icon-bg-size: var(--s-zero,0px);
    --tag-size-m-tick-icon-bg-size: var(--s-zero,0px);
    --tag-size-s-tick-icon-bg-size: var(--s-zero,0px);
    --tag-bordered-text-color: var(--color-text1-6,dimgray);
    --tag-closable-normal-icon-color-disabled: var(--color-fill1-3,#e5e5e5);
    --tag-closable-normal-bg-hover: var(--color-line1-1,#e5e5e5);
    --tag-closable-bordered-bg-hover: var(--color-fill1-2,#f7f7f7);
    --tag-bordered-text-color-hover: var(--color-text1-6,dimgray);
    --tag-closable-primary-fill-bg-color-hover: var(--color-brand1-1,#f0f7ff);
    --tag-closable-normal-icon-color-hover: var(--color-fill1-5,gray);
    --tag-closable-bordered-tail-color: var(--color-fill1-5,gray);
    --tag-fill-border-color: var(--color-transparent,transparent);
    --tag-fill-border-color-hover: var(--color-transparent,transparent);
    --tag-bordered-border-color: var(--color-transparent,transparent);
    --tag-bordered-border-color-hover: var(--color-transparent,transparent);
    --tag-fill-border-color-disabled: var(--color-fill1-2,#f7f7f7);
    --tag-closable-bordered-border-color: var(--color-fill1-2,#f7f7f7);
    --tag-closable-bordered-border-color-hover: var(--color-fill1-2,#f7f7f7);
    --tag-closable-primary-fill-border-color: var(--color-brand1-1,#f0f7ff);
    --tag-closable-primary-fill-border-color-hover: var(--color-brand1-1,#f0f7ff);
    --tag-closable-bordered-text-color: var(--color-text1-6,dimgray);
    --tag-closable-bordered-text-color-hover: var(--color-text1-6,dimgray);
    --tag-closable-bordered-tail-color-hover: var(--color-text1-6,dimgray);
    --tag-bordered-bg-hover: var(--color-line1-1,#e5e5e5);
    --tag-checkable-fill-text-color: var(--color-text1-3,#333);
    --tag-checkable-fill-bg-color: var(--color-fill1-3,#e5e5e5);
    --tag-checkable-fill-border-color: var(--color-fill1-3,#e5e5e5);
    --tag-checkable-fill-text-color-hover: var(--color-text1-4,#1a1a1a);
    --tag-checkable-fill-bg-color-hover: var(--color-fill1-4,#d9d9d9);
    --tag-checkable-fill-border-color-hover: var(--color-fill1-4,#d9d9d9);
    --tag-checkable-primary-text-color: var(--color-white,#fff);
    --tag-checkable-primary-border-color: var(--color-brand1-6,#0064c8);
    --tag-checkable-primary-text-color-hover: var(--color-white,#fff);
    --tag-checkable-primary-bg-color-hover: var(--color-brand1-9,#003263);
    --tag-checkable-primary-border-color-hover: var(--color-brand1-9,#003263);
    --tag-checkable-normal-icon-color-selected-disabled: var(--color-white,#fff);
    --tag-checkable-normal-text-color: var(--color-text-2,#333);
    --tag-checkable-normal-border-color: #d9d9d9;
    --tag-checkable-normal-bg: var(--color-white,#fff);
    --tag-checkable-normal-text-color-hover: var(--color-text-2,#333);
    --tag-checkable-normal-border-color-hover: var(--G30,#ccc);
    --tag-checkable-normal-bg-hover: var(--G0,#f7f7f7);
    --tag-checkable-normal-border-selected-disabled: var(--G20,#d9d9d9);
    --tag-checkable-normal-tick-bg-selected-disabled: var(--G0,#f7f7f7);
    --input-feedback-warning-color: var(--color-warning-5,#f7a854);
    --input-focus-shadow-spread: var(--line-zero,0px);
    --input-border-width: var(--line-1,1px);
    --input-feedback-warning-icon: "\E60B";
    --input-feedback-error-color: var(--color-text-2,#333);
    --input-hover-border-color: var(--color-border-2,#ccc);
    --input-text-color: var(--color-text-2,#333);
    --input-border-color: var(--color-border-1,#d9d9d9);
    --input-label-color: var(--color-text-5,#aaa);
    --input-disabled-border-color: var(--color-border-2,#ccc);
    --input-disabled-bg-color: var(--color-fill-2,#f7f7f7);
    --input-addon-bg-color: var(--color-bg-3,#fff);
    --input-feedback-warning-bg-color: var(--color-fill-1,#fff);
    --input-feedback-error-bg-color: var(--color-fill-1,#fff);
    --input-hint-color: var(--color-text-3,dimgray);
    --input-hint-hover-color: var(--color-text-4,gray);
    --input-focus-border-color: var(--color-border-3,#aaa);
    --input-hover-bg-color: var(--color-fill-1,#fff);
    --input-bg-color: var(--color-fill-1,#fff);
    --input-focus-bg-color: var(--color-fill-1,#fff);
    --form-error-color: var(--color-error-4,#f2887e);
    --form-label-color: var(--color-text1-3,#333);
    --form-help-color: var(--color-text-4,gray);
    --upload-image-list-close-icon-size: var(--icon-s,16px);
    --upload-image-list-close-icon-right: var(--s-2,8px);
    --upload-text-list-bg-color: var(--color-transparent,transparent);
    --upload-image-list-item-picture-border-color: var(--color-transparent,transparent);
    --upload-card-list-corner: var(--corner-1,2px);
    --upload-card-add-text-margin-top: var(--s-2,8px);
    --upload-card-list-progressbar-height: var(--s-1,4px);
    --upload-drag-zone-upload-icon-color: var(--color-brand1-6,#0064c8);
    --upload-card-border-style: var(--line-dashed,dashed);
    --upload-card-border-color: var(--color-fill1-2,#f7f7f7);
    --upload-text-list-close-icon-color: var(--color-fill1-5,gray);
    --upload-text-list-close-icon-color-hover: var(--color-text1-5,#262626);
    --upload-text-list-name-font-color: var(--color-text1-3,#333);
    --upload-card-font-color: var(--color-text1-3,#333);
    --upload-card-icon-color: var(--color-fill1-5,gray);
    --upload-card-hover-font-color: var(--color-text1-3,#333);
    --upload-image-list-item-bg-color: var(--color-white,#fff);
    --upload-image-list-item-uploading-bg-color: var(--color-white,#fff);
    --upload-image-list-item-error-bg-color: var(--color-white,#fff);
    --select-color: var(--color-text1-3,#333);
    --select-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --drawer-shadow: var(--shadow-3-left,0px 0px 24px 0px rgba(0,0,0,.1));
    --drawer-close-size: var(--icon-s,16px);
    --drawer-title-border-color: var(--color-line1-1,#e5e5e5);
    --drawer-content-padding-top: var(--s-5,20px);
    --drawer-content-padding-bottom: var(--s-5,20px);
    --drawer-content-color: var(--color-text1-3,#333);
    --drawer-close-color: var(--color-text1-2,dimgray);
    --drawer-close-color-hovered: var(--color-text1-4,#1a1a1a);
    --drawer-bg: var(--color-bg-3,#fff);
    --drawer-title-bg-color: #fff;
    --number-picker-normal-m-input-width: var(--s-25,100px);
    --number-picker-normal-l-input-width: var(--s-25,100px);
    --transfer-panel-background-color: var(--color-white,#fff);
    --transfer-panel-header-background-color: var(--color-fill1-1,#fff);
    --transfer-panel-footer-background-color: var(--color-white,#fff);
    --time-picker-menu-border-color: var(--color-line1-1,#e5e5e5);
    --time-picker-menu-item-color-disabled: var(--color-line1-1,#e5e5e5);
    --time-picker-menu-item-background-selected: var(--color-brand1-1,#f0f7ff);
    --time-picker-menu-title-color: var(--color-line1-5,#aaa);
    --time-picker-panel-background: var(--color-white,#fff);
    --time-picker-menu-border-width: var(--line-1,1px);
    --time-picker-menu-title-background: var(--color-white,#fff);
    --time-picker-menu-item-color: var(--color-text1-3,#333);
    --time-picker-menu-item-color-hover: var(--color-text1-4,#1a1a1a);
    --time-picker-menu-item-color-selected: var(--color-text1-3,#333);
    --time-picker-menu-item-background: var(--color-white,#fff);
    --time-picker-menu-item-background-disabled: var(--color-white,#fff);
    --typography-text-mark-background: var(--color-warning-2,#ffe0bf);
    --typography-text-color: var(--color-text1-4,#1a1a1a);
    --divider-hoz-color: var(--color-line1-1,#e5e5e5);
    --divider-hoz-text-color: var(--color-text1-4,#1a1a1a);
    --collapse-panel-border-color: var(--color-line1-1,#e5e5e5);
    --collapse-title-font-color: var(--color-text1-3,#333);
    --collapse-title-hover-font-color: var(--color-text1-2,dimgray);
    --collapse-content-color: var(--color-text1-2,dimgray);
    --collapse-border-width: var(--line-zero,0px);
    --collapse-title-border-width: var(--line-zero,0px);
    --collapse-title-bg-color: var(--color-fill1-2,#f7f7f7);
    --collapse-title-hover-bg-color: var(--color-fill1-3,#e5e5e5);
    --collapse-icon-color: var(--color-text1-2,dimgray);
    --collapse-icon-hover-color: var(--color-text1-2,dimgray);
    --collapse-content-bg-color: var(--color-white,#fff);
    --breadcrumb-text-current-color: var(--color-line1-3,#ccc);
    --breadcrumb-icon-color: var(--color-line1-3,#ccc);
    --breadcrumb-text-color: var(--color-text1-3,#333);
    --date-picker-panel-background: var(--color-white,#fff);
    --table-th-color: var(--color-text-4,gray);
    --table-group-th-bg: var(--color-bg-4,#f7f7f7);
    --table-group-th-color: var(--color-text-3,dimgray);
    --table-row-bg: var(--color-bg-1,#fff);
    --table-row-color: var(--color-text-2,#333);
    --table-group-footer-color: var(--color-text-3,dimgray);
    --table-row-hover-color: var(--color-text-2,#333);
    --table-th-bg: var(--color-bg-4,#f7f7f7);
    --table-row-selected-bg: var(--color-fill-3,#f0f7ff);
    --table-row-hover-bg: var(--color-fill-2,#f7f7f7);
    --table-normal-border-color: #e5e5e5;
    --list-size-s-title-font-size: var(--font-size-body-2,14px);
    --list-size-s-title-font-weight: var(--font-weight-medium,500);
    --list-size-s-item-title-font-size: var(--font-size-caption,12px);
    --list-size-m-item-content-font-size: var(--font-size-caption,12px);
    --list-size-m-item-title-font-size: var(--font-size-body-2,14px);
    --list-content-color: var(--color-text1-2,dimgray);
    --list-divider-color: var(--color-line1-2,#d9d9d9);
    --split-btn-trigger-normal-icon-color: var(--color-fill1-5,gray);
    --split-btn-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --loading-large-dot-size: var(--icon-xxs,8px);
    --loading-medium-dot-size: var(--icon-xxs,8px);
    --paragraph-s-font-size: var(--font-size-body-1,12px);
    --paragraph-m-font-size: var(--font-size-body-2,14px);
    --paragraph-s-line-height: var(--font-lineheight-2,1.5);
    --paragraph-l-line-height: var(--font-lineheight-3,1.5);
    --paragraph-text-color: var(--space-grey-1,#1a1a1a);
    --shell-light-header-color: var(--color-black,#000);
    --shell-light-header-background: var(--color-white,#fff);
    --shell-light-header-shadow: var(--shadow-zero,none);
    --shell-light-navigation-ver-background: var(--color-white,#fff);
    --shell-light-navigation-ver-divider-size: var(--line-1,1px);
    --shell-light-navigation-ver-divider-color: var(--color-line1-1,#e5e5e5);
    --shell-light-content-background: var(--color-fill1-3,#e5e5e5);
    --shell-dark-navigation-ver-background: var(--color-text1-4,#1a1a1a);
    --shell-brand-navigation-ver-background: var(--color-white,#fff);
    --tree-select-background: var(--color-white,#fff);
    --line-0: var(--line-zero);
    --shadow-0: var(--shadow-zero);
    --corner-right-angle: var(--corner-zero);
    --s-0: var(--s-zero)
}

:root {
    --alicloudfe-components-theme: hybridcloud;
    --active-shadow: var(--shadow-1-down);
    --active-transition: 0.3s;
    --scrollbar-width: 4px;
    --scrollbar-height: 4px;
    --global-scrollbar-width: 6px;
    --global-scrollbar-height: 6px;
    --scrollbar-track-bg: transparent;
    --scrollbar-track-border-radius: 3px;
    --scrollbar-thumb-bg: rgba(0,0,0,.2);
    --scrollbar-thumb-hover-bg: rgba(0,0,0,.4);
    --btn-primary-hover-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    --btn-primary-active-shadow: 0 2px 4px 0 rgba(0,0,0,.18);
    --btn-normal-hover-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    --btn-normal-active-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
    --btn-small-min-width: 62px;
    --btn-medium-min-width: 62px;
    --btn-large-min-width: 64px;
    --btn-small-cn2-3-width: 62px;
    --btn-small-cn4-width: 72px;
    --btn-medium-cn2-3-width: 62px;
    --btn-medium-cn4-width: 80px;
    --btn-large-cn2-3-width: 64px;
    --btn-large-cn4-width: 88px;
    --menu-icon-selected-color: #333;
    --select-menu-select-icon-ml: -20px;
    --menu-padding: 6px;
    --menu-padding-horizontal: 8px;
    --menu-item-padding-ver-padding-r: 8px;
    --menu-item-padding-ver-padding-l: 8px;
    --menu-padding-horizontal-selectable: 24px;
    --number-picker-inline-group-border: 1px solid var(--input-border-color);
    --checkbox-icon-scale: 0.7;
    --message-title-weight: 500;
    --message-close-icon-size: 16px;
    --message-success-border-color: var(--color-success-7);
    --message-warning-border-color: var(--color-warning-7);
    --message-error-border-color: var(--color-error-7);
    --message-notice-border-color: var(--color-brand1-4);
    --message-help-border-color: var(--color-brand1-4);
    --transfer-panel-padding-mb: 8px;
    --transfer-panel-margin-mb: 0px;
    --dialog-title-border-color: var(--color-line1-1);
    --dialog-footer-padding-bottom: 20px;
    --dialog-close-size: 16px;
    --dialog-title-padding-bottom: 20px;
    --dialog-title-padding-top: 20px;
    --dialog-header-close-bg-width: 20px;
    --dialog-header-close-bg-height: 20px;
    --color-dialog-content: var(--color-text1-6);
    --colortag-border-width: 1px;
    --color-tag-turquoise-background: #c9efec;
    --tree-selected-font-weight: 600;
    --drawer-close-icon-ml: -14px;
    --pagination-item-disabled-bg: #fff;
    --pagination-total-font-size: 12px;
    --card-hover-shadow: none;
    --card-body-show-divider-padding-top: 16px;
    --tab-item-margin-lr-size-m: var(--tab-item-padding-lr-size-m);
    --tab-item-margin-lr-size-s: var(--tab-item-padding-lr-size-s);
    --color-table-selected-border: var(--color-brand1-6);
    --table-lock-right-shadow: -2px 0 3px rgba(0,0,0,.12);
    --table-lock-left-shadow: 2px 0 3px rgba(0,0,0,.12);
    --table-ping-right-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    --table-ping-left-shadow: inset 10px 0 8px -8px rgba(0,0,0,.15);
    --color-skeleton-bg-normal: #eee;
    --color-skeleton-bg-light: #f5f5f5;
    --drawer-footer-padding-top: var(--s-4,16px);
    --drawer-footer-padding-bottom: var(--s-4,16px);
    --drawer-footer-padding-left: var(--s-5,20px);
    --drawer-footer-padding-right: var(--s-5,20px);
    --drawer-footer-bg-color: var(--color-white,#fff);
    --drawer-footer-border-color: var(--color-line1-1,#eaeaea);
    --drawer-footer-border-width: var(--line-1,1px);
    --drawer-has-footer-margin-bottom: var(--s-10,40px);
    --drawer-header-close-bg-width: var(--s-5,20px);
    --drawer-header-close-bg-height: var(--s-5,20px);
    --drawer-header-close-transform-left: -4px;
    --drawer-header-close-border-radius: 2px;
    --modal-header-close-bg-width: 20px;
    --modal-header-close-bg-height: 20px;
    --modal-header-close-border-radius: 2px;
    --modal-header-close-margin-right: 18px;
    --search-before-title-icon-padding: 0 0 0 8px;
    --search-before-title-icon-font-size: 20px;
    --search-before-title-icon-margin: 0 8px 0 0;
    --date-picker2-time-bg: var(--color-brand1-1,#001a33);
    --step-circle-item-tail-finish-color: var(--color-brand1-6);
    --color-mention-1: #f0f0ff;
    --color-mention-2: #d7d7fc;
    --color-mention-3: #bbbbfa;
    --color-mention-4: #a6a3f7;
    --color-mention-5: #8a87f5;
    --color-mention-6: #6b67e0;
    --color-mention-7: #4440bd;
    --color-mention-8: #272399;
    --color-mention-9: #120e75;
    --color-mention-10: #030052;
    --color-mention-1-rgb: 240,240,255;
    --color-mention-2-rgb: 215,215,252;
    --color-mention-3-rgb: 187,187,250;
    --color-mention-4-rgb: 166,163,247;
    --color-mention-5-rgb: 138,135,245;
    --color-mention-6-rgb: 107,103,224;
    --color-mention-7-rgb: 68,64,189;
    --color-mention-8-rgb: 39,35,153;
    --color-mention-9-rgb: 18,14,117;
    --color-mention-10-rgb: 3,0,82;
    --space-grey-1: #f0f2f5;
    --space-grey-2: #e9ebf0;
    --space-grey-3: #dadde3;
    --space-grey-4: #c7cbd4;
    --space-grey-5: #a4acbd;
    --space-grey-6: #818a9c;
    --space-grey-7: #586173;
    --space-grey-8: #3f454f;
    --space-grey-9: #2d333d;
    --space-grey-10: #191b1f;
    --color-grey-1-rgb: 240,242,245;
    --color-grey-2-rgb: 233,235,240;
    --color-grey-3-rgb: 218,221,227;
    --color-grey-4-rgb: 199,203,212;
    --color-grey-5-rgb: 164,172,189;
    --color-grey-6-rgb: 129,138,156;
    --color-grey-7-rgb: 88,97,115;
    --color-grey-8-rgb: 63,69,79;
    --color-grey-9-rgb: 45,51,61;
    --color-grey-10-rgb: 25,27,31;
    --color-link-1: var(--color-brand1-6);
    --color-link-2: var(--color-brand1-7);
    --color-link-3: var(--color-brand1-5);
    --color-card-1-bg: #fff;
    --color-card-2-bg: #f7f7f7;
    --color-error-1-rgb: 255,236,235;
    --color-error-2-rgb: 252,206,202;
    --color-error-3-rgb: 247,170,163;
    --color-error-4-rgb: 242,136,126;
    --color-error-5-rgb: 237,103,90;
    --color-error-6-rgb: 232,71,56;
    --color-error-7-rgb: 196,49,35;
    --color-error-8-rgb: 161,31,19;
    --color-error-9-rgb: 125,18,7;
    --color-error-10-rgb: 82,7,0;
    --color-success-10-rgb: 0,82,38;
    --color-success-9-rgb: 2,107,52;
    --color-success-8-rgb: 10,130,67;
    --color-success-7-rgb: 21,153,83;
    --color-success-5-rgb: 67,191,126;
    --color-success-6-rgb: 35,176,102;
    --color-success-4-rgb: 103,207,152;
    --color-success-3-rgb: 144,222,181;
    --color-success-2-rgb: 209,244,225;
    --color-success-1-rgb: 235,255,246;
    --color-brand1-1-rgb: 240,247,255;
    --color-brand1-2-rgb: 202,227,253;
    --color-brand1-3-rgb: 144,192,239;
    --color-brand1-4-rgb: 88,154,219;
    --color-brand1-5-rgb: 42,125,209;
    --color-brand1-6-rgb: 0,100,200;
    --color-brand1-7-rgb: 0,87,173;
    --color-brand1-8-rgb: 0,62,124;
    --color-brand1-9-rgb: 0,50,99;
    --color-brand1-10-rgb: 0,41,82;
    --color-warning-10-rgb: 82,42,0;
    --color-warning-9-rgb: 119,65,6;
    --color-warning-8-rgb: 163,90,10;
    --color-warning-7-rgb: 207,116,18;
    --color-warning-5-rgb: 247,168,84;
    --color-warning-6-rgb: 249,142,26;
    --color-warning-4-rgb: 255,185,110;
    --color-warning-1-rgb: 255,245,235;
    --color-warning-3-rgb: 255,205,150;
    --color-warning-2-rgb: 255,224,191;
    --color-help-9-rgb: 128,98,8;
    --color-help-8-rgb: 168,130,13;
    --color-help-7-rgb: 222,172,22;
    --color-help-6-rgb: 250,195,30;
    --color-help-10-rgb: 87,66,3;
    --color-help-5-rgb: 255,210,74;
    --color-help-4-rgb: 255,221,117;
    --color-help-3-rgb: 255,231,161;
    --color-help-2-rgb: 255,242,204;
    --color-help-1-rgb: 255,247,224;
    --color-C0: #ffebef;
    --color-C10: #f2c2ce;
    --color-C20: #e68aa1;
    --color-C30: #d95777;
    --color-C40: #cc2952;
    --color-C50: #bf0030;
    --color-C60: #a60029;
    --color-C70: #73001d;
    --color-C80: #590016;
    --color-C90: #400010;
    --color-C0-rgb: 255,235,239;
    --color-C10-rgb: 242,194,206;
    --color-C20-rgb: 230,138,161;
    --color-C30-rgb: 217,87,119;
    --color-C40-rgb: 204,41,82;
    --color-C50-rgb: 191,0,48;
    --color-C60-rgb: 166,0,41;
    --color-C70-rgb: 115,0,29;
    --color-C80-rgb: 89,0,22;
    --color-C90-rgb: 64,0,16;
    --color-PR0: #ffeceb;
    --color-PR10: #f2c1bd;
    --color-PR20: #e6948e;
    --color-PR30: #e6948e;
    --color-PR40: #cc473d;
    --color-PR50: #be271b;
    --color-PR60: #a11a10;
    --color-PR70: #801109;
    --color-PR80: #610903;
    --color-PR90: #400400;
    --color-PR0-rgb: 255,236,235;
    --color-PR10-rgb: 242,193,189;
    --color-PR20-rgb: 230,148,142;
    --color-PR30-rgb: 230,148,142;
    --color-PR40-rgb: 204,71,61;
    --color-PR50-rgb: 190,39,27;
    --color-PR60-rgb: 161,26,16;
    --color-PR70-rgb: 128,17,9;
    --color-PR80-rgb: 97,9,3;
    --color-PR90-rgb: 64,4,0;
    --color-A0: #fff3eb;
    --color-A10: #f7d3ba;
    --color-A20: #f0b286;
    --color-A30: #e89356;
    --color-A40: #e37629;
    --color-A50: #db5b00;
    --color-A60: #b54b00;
    --color-A70: #8f3c00;
    --color-A80: #692c00;
    --color-A90: #401b00;
    --color-A0-rgb: 255,243,235;
    --color-A10-rgb: 247,211,186;
    --color-A20-rgb: 240,178,134;
    --color-A30-rgb: 232,147,86;
    --color-A40-rgb: 227,118,41;
    --color-A50-rgb: 219,91,0;
    --color-A60-rgb: 181,75,0;
    --color-A70-rgb: 143,60,0;
    --color-A80-rgb: 105,44,0;
    --color-A90-rgb: 64,27,0;
    --color-Gold0: #fff9de;
    --color-Gold10: #fff5c4;
    --color-Gold20: #fff1ab;
    --color-Gold30: #fe9;
    --color-Gold40: #e8d36b;
    --color-Gold50: #d1bb4f;
    --color-Gold60: #b39f40;
    --color-Gold70: #80712b;
    --color-Gold80: #574d1c;
    --color-Gold90: #3d3614;
    --color-Gold0-rgb: 255,249,222;
    --color-Gold10-rgb: 255,245,196;
    --color-Gold20-rgb: 255,241,171;
    --color-Gold30-rgb: 255,238,153;
    --color-Gold40-rgb: 232,211,107;
    --color-Gold50-rgb: 209,187,79;
    --color-Gold60-rgb: 179,159,64;
    --color-Gold70-rgb: 128,113,43;
    --color-Gold80-rgb: 87,77,28;
    --color-Gold90-rgb: 61,54,20;
    --color-L0: #f0fae1;
    --color-L10: #cee8a7;
    --color-L20: #b3d186;
    --color-L30: #85ba2f;
    --color-L40: #6c9e1c;
    --color-L50: #538700;
    --color-L60: #457000;
    --color-L70: #375900;
    --color-L80: #294200;
    --color-L90: #1b2b00;
    --color-L0-rgb: 240,250,225;
    --color-L10-rgb: 206,232,167;
    --color-L20-rgb: 179,209,134;
    --color-L30-rgb: 133,186,47;
    --color-L40-rgb: 108,158,28;
    --color-L50-rgb: 83,135,0;
    --color-L60-rgb: 69,112,0;
    --color-L70-rgb: 55,89,0;
    --color-L80-rgb: 41,66,0;
    --color-L90-rgb: 27,43,0;
    --color-E0: #e1faf6;
    --color-E10: #bae8e2;
    --color-E20: #8ad1c8;
    --color-E30: #61baae;
    --color-E40: #3da193;
    --color-E50: #21887a;
    --color-E60: #157568;
    --color-E70: #0c6358;
    --color-E80: #055247;
    --color-E90: #004037;
    --color-E0-rgb: 225,250,246;
    --color-E10-rgb: 186,232,226;
    --color-E20-rgb: 138,209,200;
    --color-E30-rgb: 97,186,174;
    --color-E40-rgb: 61,161,147;
    --color-E50-rgb: 33,136,122;
    --color-E60-rgb: 21,117,104;
    --color-E70-rgb: 12,99,88;
    --color-E80-rgb: 5,82,71;
    --color-E90-rgb: 0,64,55;
    --color-M0: #e6fbff;
    --color-M10: #aee2eb;
    --color-M20: #7bcedb;
    --color-M30: #57ccd9;
    --color-M40: #00b3c7;
    --color-M50: #009cad;
    --color-M60: #008594;
    --color-M70: #006e7a;
    --color-M80: #005761;
    --color-M90: #004047;
    --color-M0-rgb: 230,251,255;
    --color-M10-rgb: 174,226,235;
    --color-M20-rgb: 123,206,219;
    --color-M30-rgb: 87,204,217;
    --color-M40-rgb: 0,179,199;
    --color-M50-rgb: 0,156,173;
    --color-M60-rgb: 0,133,148;
    --color-M70-rgb: 0,110,122;
    --color-M80-rgb: 0,87,97;
    --color-M90-rgb: 0,64,71;
    --color-Ocean0: #e6f9ff;
    --color-Ocean10: #afdef0;
    --color-Ocean20: #79c5e0;
    --color-Ocean30: #49add1;
    --color-Ocean40: #0092c7;
    --color-Ocean50: #007fad;
    --color-Ocean60: #006e96;
    --color-Ocean70: #005e80;
    --color-Ocean80: #004d69;
    --color-Ocean90: #003c52;
    --color-Ocean0-rgb: 230,249,255;
    --color-Ocean10-rgb: 175,222,240;
    --color-Ocean20-rgb: 121,197,224;
    --color-Ocean30-rgb: 73,173,209;
    --color-Ocean40-rgb: 0,146,199;
    --color-Ocean50-rgb: 0,127,173;
    --color-Ocean60-rgb: 0,110,150;
    --color-Ocean70-rgb: 0,94,128;
    --color-Ocean80-rgb: 0,77,105;
    --color-Ocean90-rgb: 0,60,82;
    --color-Sky0: #f0f8ff;
    --color-Sky10: #bbddfa;
    --color-Sky20: #89c3f5;
    --color-Sky30: #5aabf2;
    --color-Sky40: #2b94f0;
    --color-Sky50: #007eed;
    --color-Sky60: #006bc9;
    --color-Sky70: #0058a6;
    --color-Sky80: #004582;
    --color-Sky90: #00315c;
    --color-Sky0-rgb: 240,248,255;
    --color-Sky10-rgb: 187,221,250;
    --color-Sky20-rgb: 137,195,245;
    --color-Sky30-rgb: 90,171,242;
    --color-Sky40-rgb: 43,148,240;
    --color-Sky50-rgb: 0,126,237;
    --color-Sky60-rgb: 0,107,201;
    --color-Sky70-rgb: 0,88,166;
    --color-Sky80-rgb: 0,69,130;
    --color-Sky90-rgb: 0,49,92;
    --color-LP0: #f8f0ff;
    --color-LP10: #ecd6ff;
    --color-LP20: #e0bdff;
    --color-LP30: #d4a3ff;
    --color-LP40: #d48fff;
    --color-LP50: #b36ce6;
    --color-LP60: #8d44c2;
    --color-LP70: #6b249e;
    --color-LP80: #4d0d7a;
    --color-LP90: #360856;
    --color-LP0-rgb: 248,240,255;
    --color-LP10-rgb: 236,214,255;
    --color-LP20-rgb: 224,189,255;
    --color-LP30-rgb: 212,163,255;
    --color-LP40-rgb: 212,143,255;
    --color-LP50-rgb: 179,108,230;
    --color-LP60-rgb: 141,68,194;
    --color-LP70-rgb: 107,36,158;
    --color-LP80-rgb: 77,13,122;
    --color-LP90-rgb: 54,8,86;
    --G0-rgb: 247,247,247;
    --G10-rgb: 229,229,229;
    --G20-rgb: 217,217,217;
    --G30-rgb: 204,204,204;
    --G40-rgb: 170,170,170;
    --G50-rgb: 128,128,128;
    --G60-rgb: 105,105,105;
    --G70-rgb: 51,51,51;
    --G80-rgb: 38,38,38;
    --G90-rgb: 26,26,26;
    --S0-rgb: 240,242,245;
    --S10-rgb: 220,224,232;
    --S20-rgb: 209,215,227;
    --S30-rgb: 190,198,212;
    --S40-rgb: 164,172,189;
    --S50-rgb: 129,138,156;
    --S60-rgb: 88,97,115;
    --S70-rgb: 63,69,79;
    --S80-rgb: 45,51,61;
    --S90-rgb: 25,27,31;
    --color-process-1: #ebf4ff;
    --color-process-2: #cae3fd;
    --color-process-3: #90c0ef;
    --color-process-4: #589ad8;
    --color-process-5: #297acc;
    --color-process-6: #0064c8;
    --color-process-7: #0057ad;
    --color-process-8: #003e7c;
    --color-process-9: #003263;
    --color-process-10: #002953;
    --color-process-1-rgb: 235,244,255;
    --color-process-2-rgb: 202,227,253;
    --color-process-3-rgb: 144,192,239;
    --color-process-4-rgb: 88,154,216;
    --color-process-5-rgb: 41,122,204;
    --color-process-6-rgb: 0,100,200;
    --color-process-7-rgb: 0,87,173;
    --color-process-8-rgb: 0,62,124;
    --color-process-9-rgb: 0,50,99;
    --color-process-10-rgb: 0,41,83
}

.theme-hybridcloud-dark {
    --color-event-p5: #8c7f3b;
    --color-event-p4: #d6a81c;
    --color-help-5: #d6a81c;
    --color-event-p3: #e67c0b;
    --color-warning-6: #e67c0b;
    --color-event-p10: #1e3c47;
    --color-event-p9: #215a70;
    --color-event-p8: #19779c;
    --color-help-10: #fff2cc;
    --color-help-9: #ffe7a1;
    --color-help-8: #ffdc73;
    --color-help-7: #ffd147;
    --color-help-6: #ffc619;
    --color-help-4: #ab8c2e;
    --color-help-3: #806b2e;
    --color-help-2: #52441c;
    --color-help-1: #241f12;
    --color-error-10: #ffd0cc;
    --color-error-9: #faaca5;
    --color-error-8: #f78b81;
    --color-error-7: #f56a5d;
    --color-success-10: #ccffe5;
    --color-error-5: #cc493d;
    --color-error-6: #f2493a;
    --color-error-4: #a34239;
    --color-error-3: #7a3731;
    --color-error-2: #522825;
    --color-error-1: #291614;
    --color-success-9: #98edc1;
    --color-success-8: #65db9e;
    --color-success-7: #38c97f;
    --color-success-5: #1b9657;
    --color-success-6: #12b862;
    --color-success-4: #207a4c;
    --color-warning-10: #ffe6cc;
    --color-warning-9: #ffd09e;
    --color-warning-8: #ffba70;
    --color-warning-7: #ffa545;
    --color-warning-5: #d47815;
    --color-warning-4: #a86c2c;
    --color-warning-3: #80572d;
    --color-warning-2: #543d24;
    --color-warning-1: #241b12;
    --color-success-3: #205e3e;
    --color-success-2: #1c422e;
    --color-success-1: #0f1f16;
    --color-event-p7: #1289b8;
    --color-event-p6: #00bacf;
    --color-event-p2: #f2493a;
    --color-event-p1: #b81838;
    --black: hsla(0,0%,100%,0);
    --color-border-5: #4d4d4d;
    --color-border-4: #1c1c1c;
    --color-border-3: #666;
    --color-fill-3: #4d4d4d;
    --color-fill-2: #333;
    --color-fill-1: hsla(0,0%,100%,0);
    --color-text-1: #e6e6e6;
    --color-text-2: #ccc;
    --color-text-3: #8c8c8c;
    --color-text-4: #666;
    --color-text-5: #4d4d4d;
    --color-border-1: #333;
    --color-border-2: #4d4d4d;
    --G0: #0a0a0a;
    --G10: #141414;
    --G20: #1c1c1c;
    --G30: #333;
    --G40: #4d4d4d;
    --G50: #666;
    --G60: #8c8c8c;
    --G70: #ccc;
    --G80: #d9d9d9;
    --G90: #e6e6e6;
    --S0: #131414;
    --S10: #373a3d;
    --S20: #41444a;
    --S30: #484c54;
    --S40: #525761;
    --S50: #595f6b;
    --S60: #727a8a;
    --S70: #9199a8;
    --S80: #b6bdcc;
    --S90: #d8deeb;
    --snow: #000;
    --color-bg-1: #0a0a0a;
    --color-bg-2: #0a0a0a;
    --color-bg-3: #141414;
    --color-bg-4: #1a1a1a;
    --color-bg-5: #1a1a1a;
    --color-fill1-8: #8c8c8c;
    --color-text1-5: #ccc;
    --color-fill1-7: #ccc;
    --color-fill1-5: #4d4d4d;
    --color-fill1-6: #666;
    --color-text1-4: #e6e6e6;
    --color-text1-3: #d9d9d9;
    --color-text1-2: #8c8c8c;
    --color-text1-1: #666;
    --color-fill1-4: #1c1c1c;
    --color-fill1-3: #141414;
    --color-fill1-2: #333;
    --color-fill1-1: #0a0a0a;
    --color-line1-4: #0a0a0a;
    --color-line1-3: #4d4d4d;
    --color-line1-2: #333;
    --color-line1-1: #1c1c1c;
    --color-transparent: transparent;
    --color-black: #000;
    --color-white: #fff;
    --color-brand1-7: #4e9ff5;
    --color-brand1-8: #77b5f7;
    --color-brand1-2: #263c54;
    --color-brand1-3: #2f557d;
    --color-brand1-4: #3369a3;
    --color-brand1-5: #307ac9;
    --color-brand1-10: #cce5ff;
    --color-link-3: #4e9ff5;
    --color-link-2: #307ac9;
    --color-link-1: #2789f2;
    --color-brand1-9: #a0cbfa;
    --color-brand1-6: #2789f2;
    --color-brand1-1: #18232e;
    --color-notice-5: #007be9;
    --color-other-3: #151515;
    --color-other-1: #000;
    --color-notice-4: #358fe9;
    --color-notice-3: #00488f;
    --color-notice-2: #02305e;
    --color-notice-1: #001a33;
    --color-notice-6: #06c;
    --color-other-2: #fff;
    --line-dotted: dotted;
    --line-dashed: dashed;
    --line-solid: solid;
    --line-2: 2px;
    --line-1: 1px;
    --line-zero: 0px;
    --line-3: 6px;
    --popup-local-border-width: var(--line-1,1px);
    --popup-local-shadow: var(--shadow-3,0px 12px 48px 0px rgba(0,0,0,.8));
    --popup-local-border-color: var(--color-fill1-4,#1c1c1c);
    --form-element-medium-icon-size: var(--icon-xs,12px);
    --form-element-preview-label-color: var(--color-text1-5,#ccc);
    --form-element-medium-height: var(--s-8,32px);
    --s-50: 200px;
    --s-49: 196px;
    --s-48: 192px;
    --s-47: 188px;
    --s-46: 184px;
    --s-45: 180px;
    --s-44: 176px;
    --s-43: 172px;
    --s-42: 168px;
    --s-41: 164px;
    --s-40: 160px;
    --s-39: 156px;
    --s-38: 152px;
    --s-37: 148px;
    --s-36: 144px;
    --s-35: 140px;
    --s-34: 136px;
    --s-33: 132px;
    --s-32: 128px;
    --s-31: 124px;
    --s-30: 120px;
    --s-29: 116px;
    --s-28: 112px;
    --s-27: 108px;
    --s-26: 104px;
    --s-25: 100px;
    --s-24: 96px;
    --s-23: 92px;
    --s-22: 88px;
    --s-21: 84px;
    --s-20: 80px;
    --s-19: 76px;
    --s-18: 72px;
    --s-17: 68px;
    --s-16: 64px;
    --s-15: 60px;
    --s-14: 56px;
    --s-13: 52px;
    --s-12: 48px;
    --s-11: 44px;
    --s-10: 40px;
    --s-9: 36px;
    --s-8: 32px;
    --s-7: 28px;
    --s-6: 24px;
    --s-5: 20px;
    --s-4: 16px;
    --s-3: 12px;
    --s-2: 8px;
    --s-1: 4px;
    --s-zero: 0px;
    --size-base: 4px;
    --shadow-3-left: 0px 0px 48px 0px rgba(0,0,0,.8);
    --shadow-3-down: 0px 12px 48px 0px rgba(0,0,0,.8);
    --shadow-3-right: 0px 0px 48px 0px rgba(0,0,0,.8);
    --shadow-3-up: 0px -12px 48px 0px rgba(0,0,0,.8);
    --shadow-3: 0px 12px 48px 0px rgba(0,0,0,.8);
    --shadow-2-left: 0px 0px 24px 0px rgba(0,0,0,.64);
    --shadow-2-down: 0px 6px 24px 0px rgba(0,0,0,.64);
    --shadow-2-right: 0px 0px 24px 0px rgba(0,0,0,.64);
    --shadow-2-up: 0px -6px 24px 0px rgba(0,0,0,.64);
    --shadow-2: 0px 6px 24px 0px rgba(0,0,0,.64);
    --shadow-1-left: 0px 0px 16px 0px rgba(0,0,0,.3);
    --shadow-1-down: 0px 4px 16px 0px rgba(0,0,0,.3);
    --shadow-1-right: 0px 0px 16px 0px rgba(0,0,0,.3);
    --shadow-1-up: 0px -4px 16px 0px rgba(0,0,0,.3);
    --shadow-1: 0px 4px 16px 0px rgba(0,0,0,.3);
    --shadow-zero: none;
    --shadow-spread-sd3: 0;
    --shadow-spread-sd2: 0;
    --shadow-spread-sd1: 0;
    --shadow-color-sd3: var(--color-black,#000);
    --shadow-sides-left: "left";
    --shadow-sides-down: "down";
    --shadow-sides-right: "right";
    --shadow-sides-up: "up";
    --shadow-sides-base: "base";
    --shadow-blur-sd1: 16;
    --shadow-opacity-sd1: 0.3;
    --shadow-color-sd1: var(--color-black,#000);
    --shadow-distance-sd1y: 4;
    --shadow-blur-sd3: 48;
    --shadow-blur-sd2: 24;
    --shadow-opacity-sd3: 0.8;
    --shadow-opacity-sd2: 0.64;
    --shadow-distance-sd3y: 12;
    --shadow-distance-sd2y: 6;
    --shadow-distance-sd2: 0;
    --shadow-distance-sd1: 0;
    --shadow-color-sd2: var(--color-black,#000);
    --shadow-distance-sd3: 0;
    --icon-reset: "";
    --icon-xxxl: var(--s-16,64px);
    --icon-xxl: var(--s-12,48px);
    --icon-xl: var(--s-8,32px);
    --icon-l: var(--s-6,24px);
    --icon-m: var(--s-5,20px);
    --icon-s: var(--s-4,16px);
    --icon-xs: var(--s-3,12px);
    --icon-xxs: var(--s-2,8px);
    --icon-font-name: "icon";
    --icon-font-path: "//at.alicdn.com/t/font_1984235_k0cji4xgatd";
    --font-weight-ultra-bold: 900;
    --font-weight-extra-bold: 800;
    --font-weight-3: bold;
    --font-weight-semi-bold: 600;
    --font-weight-medium: 500;
    --font-weight-2: normal;
    --font-weight-light: 300;
    --font-weight-thin: 200;
    --font-weight-1: lighter;
    --font-size-body-1: 12px;
    --font-size-body-2: 14px;
    --font-size-subhead: 16px;
    --font-lineheight-2: 1.5;
    --font-name-bold: "";
    --font-name-medium: "";
    --font-name-regular: "";
    --font-name-light: "";
    --font-name-thin: "";
    --font-custom-name: "";
    --font-custom-path: "";
    --font-family-base: "PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial;
    --font-size-caption: 12px;
    --font-size-title: 18px;
    --font-size-headline: 20px;
    --font-size-display-1: 24px;
    --font-size-display-2: 28px;
    --font-size-display-3: 32px;
    --font-lineheight-3: 1.5;
    --font-lineheight-1: 1.5;
    --corner-zero: 0px;
    --corner-semicircle: 500px;
    --corner-circle: 50%;
    --corner-3: 50px;
    --corner-2: 4px;
    --corner-1: 2px;
    --search-simple-l-icon-margin-right: var(--s-4,16px);
    --search-normal-primary-btn-hover-text-color: var(--color-text1-2,#8c8c8c);
    --search-normal-primary-btn-text-color: var(--color-text1-3,#d9d9d9);
    --search-normal-secondary-m-btn-text-size: var(--font-size-body-2,14px);
    --search-normal-normal-l-height: var(--s-9,36px);
    --search-normal-normal-m-height: var(--s-8,32px);
    --search-normal-normal-m-btn-text-size: var(--font-size-body-2,14px);
    --search-normal-dark-m-btn-text-size: var(--font-size-body-2,14px);
    --search-normal-primary-color: var(--color-line1-3,#4d4d4d);
    --search-normal-primary-hover-color: var(--color-fill1-6,#666);
    --search-normal-primary-split-color: var(--color-line1-3,#4d4d4d);
    --search-normal-secondary-color: var(--color-fill1-5,#4d4d4d);
    --search-normal-secondary-split-color: var(--color-line1-3,#4d4d4d);
    --search-normal-secondary-hover-color: var(--color-fill1-6,#666);
    --search-normal-normal-split-color: var(--color-line1-3,#4d4d4d);
    --search-normal-normal-hover-color: var(--color-fill1-6,#666);
    --search-simple-normal-color: var(--color-line1-3,#4d4d4d);
    --search-simple-normal-hover-color: var(--color-fill1-6,#666);
    --search-simple-normal-split-color: var(--color-fill1-5,#4d4d4d);
    --search-simple-normal-icon-text-color: var(--color-fill1-7,#ccc);
    --search-simple-normal-icon-hover-text-color: var(--color-fill1-7,#ccc);
    --search-normal-normal-btn-text-color: var(--color-text1-3,#d9d9d9);
    --search-normal-normal-btn-hover-text-color: var(--color-text1-4,#e6e6e6);
    --search-normal-normal-l-btn-text-size: var(--font-size-subhead,16px);
    --search-normal-primary-btn-hover-bg-color: var(--color-brand1-5,#307ac9);
    --search-normal-normal-btn-bg-color: var(--color-brand1-6,#2789f2);
    --search-normal-normal-btn-hover-bg-color: var(--color-brand1-5,#307ac9);
    --card-padding-lr: var(--s-5,20px);
    --card-title-font-weight: var(--font-weight-2,normal);
    --card-sub-title-color: var(--color-text1-3,#d9d9d9);
    --card-content-color: var(--color-text-2,#ccc);
    --card-background: var(--color-bg-3,#141414);
    --card-border-color: var(--color-border-4,#1c1c1c);
    --card-body-show-divider-padding-top: var(--s-5,20px);
    --card-body-padding-bottom: var(--s-4,16px);
    --switch-size-s-trigger: var(--s-3,12px);
    --switch-hover-off-border-color: var(--color-transparent,transparent);
    --switch-normal-on-bg-color: var(--color-success-5,#1b9657);
    --switch-hover-on-bg-color: var(--color-success-4,#207a4c);
    --switch-disabled-on-trigger-bg-color: var(--color-fill1-7,#ccc);
    --switch-size-m-trigger: var(--s-4,16px);
    --switch-normal-off-bg-color: #333;
    --switch-hover-off-bg-color: var(--color-border-5,#4d4d4d);
    --switch-disabled-off-bg-color: var(--color-border-2,#4d4d4d);
    --switch-disabled-off-trigger-bg-color: #ccc;
    --switch-normal-off-border-color: var(--color-transparent,transparent);
    --btn-shadow-hover: var(--shadow-1-down,0px 4px 16px 0px rgba(0,0,0,.3));
    --btn-size-s-corner: var(--corner-1,2px);
    --btn-size-m-corner: var(--corner-1,2px);
    --btn-size-l-border-width: var(--line-1,1px);
    --btn-size-l-corner: var(--corner-1,2px);
    --btn-size-s-height: var(--s-6,24px);
    --btn-size-s-padding: var(--s-3,12px);
    --btn-size-s-font: var(--font-size-body-1,12px);
    --btn-size-s-icon-size: var(--icon-s,16px);
    --btn-size-m-height: var(--s-8,32px);
    --btn-size-m-font: var(--font-size-body-1,12px);
    --btn-size-l-height: var(--s-9,36px);
    --btn-size-l-font: var(--font-size-body-2,14px);
    --btn-ghost-dark-color: var(--color-text1-4,#e6e6e6);
    --btn-ghost-dark-border-color: var(--color-line1-3,#4d4d4d);
    --btn-ghost-light-color: var(--color-brand1-3,#2f557d);
    --btn-text-secondary-color: var(--color-brand1-6,#2789f2);
    --btn-text-normal-color-hover: var(--color-brand1-6,#2789f2);
    --btn-pure-color-disabled: var(--color-text1-1,#666);
    --btn-pure-border-color-disabled: var(--color-line1-2,#333);
    --btn-warning-normal-border-color: var(--color-error-6,#f2493a);
    --btn-warning-normal-bg: var(--color-transparent,transparent);
    --btn-warning-primary-color-disabled: var(--color-text1-1,#666);
    --btn-warning-primary-bg-disabled: var(--color-line1-1,#1c1c1c);
    --btn-warning-normal-color: var(--color-error-5,#cc493d);
    --btn-warning-normal-border-color-hover: var(--color-error-6,#f2493a);
    --btn-warning-normal-border-color-disabled: var(--color-line1-2,#333);
    --btn-warning-normal-bg-hover: var(--color-error-2,#522825);
    --btn-ghost-light-border-color: var(--color-line1-3,#4d4d4d);
    --btn-pure-bg-disabled: var(--color-fill1-2,#333);
    --btn-warning-normal-bg-disabled: var(--color-fill1-2,#333);
    --btn-pure-normal-bg-disabled: var(--color-fill1-2,#333);
    --btn-pure-normal-border-color-disabled: var(--color-line1-2,#333);
    --btn-pure-primary-color-disabled: var(--color-text1-1,#666);
    --btn-pure-primary-bg-disabled: var(--color-fill1-2,#333);
    --btn-pure-primary-border-color-disabled: var(--color-line1-2,#333);
    --btn-warning-normal-border-color-active: var(--color-error-6,#f2493a);
    --btn-pure-normal-bg-active: var(--color-fill1-5,#4d4d4d);
    --btn-pure-normal-border-color: var(--color-line1-2,#333);
    --btn-pure-normal-border-color-hover: var(--color-line1-3,#4d4d4d);
    --btn-pure-normal-border-color-active: var(--color-line1-3,#4d4d4d);
    --btn-size-m-padding: var(--s-3,12px);
    --btn-size-l-padding: var(--s-3,12px);
    --btn-pure-secondary-bg-disabled: var(--color-transparent,transparent);
    --btn-pure-secondary-bg-hover: var(--color-brand1-2,#263c54);
    --btn-pure-secondary-bg-active: var(--color-brand1-3,#2f557d);
    --btn-pure-normal-color: var(--color-text1-4,#e6e6e6);
    --btn-pure-normal-color-hover: var(--color-text1-4,#e6e6e6);
    --btn-pure-normal-color-active: var(--color-text1-4,#e6e6e6);
    --btn-text-normal-color: var(--color-text1-4,#e6e6e6);
    --btn-pure-normal-bg-hover: var(--color-fill1-2,#333);
    --btn-pure-normal-bg: var(--color-transparent,transparent);
    --btn-pure-primary-bg-hover: var(--color-brand1-7,#4e9ff5);
    --btn-pure-primary-bg-active: var(--color-brand1-5,#307ac9);
    --btn-text-primary-color: var(--color-brand1-6,#2789f2);
    --btn-text-primary-color-hover: var(--color-brand1-7,#4e9ff5);
    --btn-size-s-border-width: var(--line-1,1px);
    --btn-size-m-border-width: var(--line-1,1px);
    --btn-text-secondary-color-hover: var(--color-brand1-6,#2789f2);
    --balloon-size-padding-closable-right: var(--s-10,40px);
    --balloon-size-close: var(--icon-s,16px);
    --balloon-normal-shadow: var(--shadow-3-down,0px 12px 48px 0px rgba(0,0,0,.8));
    --balloon-size-padding-right: var(--s-3,12px);
    --balloon-corner: var(--corner-2,4px);
    --balloon-normal-color-border: var(--color-transparent,transparent);
    --balloon-normal-border-width: var(--line-zero,0px);
    --balloon-normal-color-close-hover: var(--color-fill1-7,#ccc);
    --balloon-size-close-margin-top: 7px;
    --balloon-size-padding-top: 12px;
    --balloon-title-font-size: var(--font-size-body-2,14px);
    --balloon-normal-color-close: var(--color-text1-4,#e6e6e6);
    --balloon-primary-color-bg: var(--color-fill1-6,#666);
    --balloon-primary-color: var(--color-text1-4,#e6e6e6);
    --balloon-primary-color-close: var(--color-text1-4,#e6e6e6);
    --balloon-normal-color-bg: var(--color-fill1-4,#1c1c1c);
    --balloon-tooltip-color-bg: var(--color-fill1-4,#1c1c1c);
    --balloon-size-arrow-size: var(--s-3,12px);
    --pagination-item-border-color: var(--color-transparent,transparent);
    --pagination-total-font-size: var(--font-size-body-1,12px);
    --pagination-total-color: var(--color-text1-5,#ccc);
    --pagination-ellipsis-color: var(--color-text1-5,#ccc);
    --pagination-current-color: var(--color-text1-5,#ccc);
    --pagination-jump-color: var(--color-text1-5,#ccc);
    --pagination-item-color: var(--color-fill1-7,#ccc);
    --pagination-item-bg: var(--color-transparent,transparent);
    --pagination-arrow-color: var(--color-text1-2,#8c8c8c);
    --pagination-arrow-hover-color: var(--color-text1-5,#ccc);
    --pagination-item-current-hover-bg: var(--color-fill1-1,#0a0a0a);
    --pagination-ellipsis-size: var(--icon-xs,12px);
    --pagination-large-ellipsis-size: var(--icon-s,16px);
    --pagination-small-ellipsis-size: var(--icon-xs,12px);
    --pagination-item-hover-bg: var(--color-fill1-2,#333);
    --pagination-icon-ellipsis-content: "\E654";
    --radio-button-corner-large: var(--corner-2,4px);
    --radio-checked-disabled-circle-color: var(--color-fill1-6,#666);
    --radio-border-color: var(--color-line1-2,#333);
    --radio-hovered-bg-color: var(--color-fill1-1,#0a0a0a);
    --radio-checked-bg-color: var(--color-fill1-1,#0a0a0a);
    --radio-checked-disabled-bg-color: var(--color-line1-1,#1c1c1c);
    --radio-checked-disabled-border-color: var(--color-line1-2,#333);
    --radio-button-bg-color: var(--color-transparent,transparent);
    --radio-button-bg-color-checked: var(--color-fill1-5,#4d4d4d);
    --radio-button-border-color-checked: var(--color-line1-3,#4d4d4d);
    --radio-button-font-color: var(--color-text1-3,#d9d9d9);
    --radio-button-font-color-checked: var(--color-text1-4,#e6e6e6);
    --radio-button-height-medium: var(--s-8,32px);
    --radio-normal-font-color: var(--color-text1-5,#ccc);
    --radio-disabled-border-color: var(--color-line1-2,#333);
    --radio-bg-color: var(--color-black,#000);
    --radio-normal-font-color-disabled: var(--color-text1-1,#666);
    --radio-button-height-large: var(--s-10,40px);
    --radio-button-height-small: var(--s-5,20px);
    --radio-button-font-color-hovered: var(--color-text1-4,#e6e6e6);
    --step-circle-item-content-margin-top: var(--s-2,8px);
    --step-circle-item-node-process-size: var(--s-7,28px);
    --step-circle-item-node-wait-border-color: var(--color-line1-2,#333);
    --step-circle-item-node-disabled-border-color: var(--color-line1-2,#333);
    --step-dot-item-node-finish-border-color: var(--color-transparent,transparent);
    --step-dot-item-node-finish-background: var(--color-brand1-6,#2789f2);
    --step-dot-item-node-disabled-border-color: var(--color-transparent,transparent);
    --step-dot-item-node-wait-background: var(--color-fill1-6,#666);
    --step-dot-item-node-disabled-background: var(--color-fill1-6,#666);
    --step-circle-vertical-item-title-margin-top: var(--s-1,4px);
    --step-dot-vertical-item-content-margin-top: var(--s-1,4px);
    --step-circle-item-node-finish-color: var(--color-brand1-5,#307ac9);
    --step-circle-item-node-border-width: var(--line-zero,0px);
    --step-circle-item-tail-finish-color: var(--color-brand1-5,#307ac9);
    --step-circle-item-node-wait-background: var(--color-fill1-4,#1c1c1c);
    --step-circle-item-node-disabled-background: var(--color-fill1-5,#4d4d4d);
    --step-dot-item-dot-border-width: var(--line-zero,0px);
    --step-dot-item-title-process-color: var(--color-text1-3,#d9d9d9);
    --step-dot-item-title-finish-color: var(--color-text1-2,#8c8c8c);
    --step-dot-item-tail-bg-color: var(--color-transparent,transparent);
    --step-circle-item-node-wait-color: var(--color-text1-3,#d9d9d9);
    --step-circle-item-title-process-color: var(--color-text1-4,#e6e6e6);
    --step-circle-item-title-finish-color: var(--color-text1-5,#ccc);
    --step-circle-item-node-process-color: var(--color-text1-4,#e6e6e6);
    --step-circle-item-tail-process-color: var(--color-brand1-6,#2789f2);
    --step-circle-item-node-finish-border-color: var(--color-transparent,transparent);
    --step-circle-item-tail-bg-color: var(--color-transparent,transparent);
    --step-dot-item-tail-wait-color: var(--color-line1-3,#4d4d4d);
    --step-dot-item-tail-process-color: var(--color-line1-3,#4d4d4d);
    --step-dot-vertical-item-tail-size: var(--line-1,1px);
    --nav-normal-border-color: var(--color-transparent,transparent);
    --nav-normal-sub-nav-text-color: var(--color-text1-3,#d9d9d9);
    --nav-normal-text-color: var(--color-fill1-8,#8c8c8c);
    --nav-normal-item-hover-bg-color: var(--color-fill1-4,#1c1c1c);
    --nav-normal-item-hover-active-color: var(--color-transparent,transparent);
    --nav-normal-sub-nav-hover-bg-color: var(--color-fill1-3,#141414);
    --nav-normal-sub-nav-hover-text-color: var(--color-text1-5,#ccc);
    --nav-normal-item-selected-bg-color: var(--color-fill1-4,#1c1c1c);
    --nav-normal-item-selected-text-color: var(--color-notice-5,#007be9);
    --nav-normal-item-selected-text-style: var(--font-weight-medium,500);
    --nav-normal-item-selected-active-color: var(--color-notice-5,#007be9);
    --nav-normal-sub-nav-selected-text-color: var(--color-text1-5,#ccc);
    --nav-normal-item-opened-text-color: var(--color-text1-4,#e6e6e6);
    --nav-line-text-color: var(--color-fill1-8,#8c8c8c);
    --nav-line-item-hover-bg-color: var(--color-fill1-4,#1c1c1c);
    --nav-line-item-hover-text-color: var(--color-text1-5,#ccc);
    --nav-line-item-selected-bg-color: var(--color-fill1-4,#1c1c1c);
    --nav-line-item-selected-text-color: var(--color-notice-5,#007be9);
    --nav-line-item-selected-text-style: var(--font-weight-medium,500);
    --nav-line-item-opened-text-color: var(--color-text1-4,#e6e6e6);
    --nav-normal-sub-nav-bg-color: var(--color-fill1-3,#141414);
    --nav-normal-sub-nav-selected-bg-color: var(--color-fill1-4,#1c1c1c);
    --nav-normal-item-opened-bg-color: var(--color-fill1-3,#141414);
    --nav-ver-height: var(--s-10,40px);
    --nav-icon-only-font-size: var(--icon-s,16px);
    --nav-normal-bg-color: var(--color-bg-3,#141414);
    --tab-wrapped-bg-color: var(--color-transparent,transparent);
    --tab-wrapped-bg-color-selected: var(--color-transparent,transparent);
    --tab-text-text-color-hover: var(--color-brand1-6,#2789f2);
    --tab-wrapped-border-line-color: var(--color-transparent,transparent);
    --tab-wrapped-text-color: var(--color-text1-2,#8c8c8c);
    --tab-wrapped-text-color-hover: var(--color-brand1-6,#2789f2);
    --tab-wrapped-text-color-selected: var(--color-white,#fff);
    --tab-capsule-text-color: var(--color-text1-2,#8c8c8c);
    --tab-capsule-text-color-hover: var(--color-text1-2,#8c8c8c);
    --tab-capsule-text-color-selected: var(--color-brand1-6,#2789f2);
    --tab-capsule-bg-color: var(--color-transparent,transparent);
    --tab-capsule-bg-color-hover: var(--color-line1-1,#1c1c1c);
    --tab-capsule-bg-color-selected: var(--color-transparent,transparent);
    --tab-capsule-tab-border-line-color: var(--color-line1-2,#333);
    --tab-capsule-tab-border-line-color-hover: var(--color-line1-2,#333);
    --tab-text-text-color-normal: var(--color-text1-2,#8c8c8c);
    --tab-text-text-color-selected: var(--color-white,#fff);
    --tab-pure-divider-line-width: var(--line-1,1px);
    --tab-pure-text-color-selected: var(--color-text1-4,#e6e6e6);
    --tab-pure-divider-border-color: var(--color-line1-1,#1c1c1c);
    --tab-capsule-tab-border-line-color-active: var(--color-brand1-6,#2789f2);
    --tab-item-padding-lr-size-m: var(--s-4,16px);
    --tab-item-padding-tb-size-m: 9px;
    --tab-item-padding-tb-size-s: 9px;
    --tab-item-padding-lr-size-s: var(--s-4,16px);
    --tab-item-font-weight-selected: var(--font-weight-2,normal);
    --tab-wrapped-border-line-width: var(--line-1,1px);
    --tab-wrapped-border-side-width: var(--line-1,1px);
    --tab-wrapped-content-border-line-width: var(--line-1,1px);
    --calendar-btn-date-font-weight: var(--font-weight-2,normal);
    --calendar-btn-arrow-size: var(--icon-s,16px);
    --calendar-btn-arrow-color: var(--color-fill1-6,#666);
    --calendar-btn-arrow-color-hover: var(--color-fill1-6,#666);
    --calendar-card-table-cell-normal-border-color: var(--color-transparent,transparent);
    --calendar-card-table-cell-other-background: var(--color-transparent,transparent);
    --calendar-card-table-cell-other-border-color: var(--color-transparent,transparent);
    --calendar-card-table-cell-disabled-border-color: var(--color-transparent,transparent);
    --calendar-card-table-cell-select-border-color: var(--color-transparent,transparent);
    --calendar-card-table-cell-inrange-background: var(--color-line1-2,#333);
    --calendar-card-table-cell-inrange-color: var(--color-text1-3,#d9d9d9);
    --calendar-card-table-cell-inrange-border-color: var(--color-transparent,transparent);
    --calendar-card-table-cell-normal-color: var(--color-text1-2,#8c8c8c);
    --calendar-card-table-cell-hover-color: var(--color-text1-4,#e6e6e6);
    --calendar-card-table-cell-current-background: var(--color-fill1-2,#333);
    --calendar-card-table-cell-normal-background: var(--color-transparent,transparent);
    --calendar-card-table-cell-disabled-background: var(--color-transparent,transparent);
    --calendar-card-table-head-color: var(--color-text1-1,#666);
    --calendar-fullscreen-table-cell-normal-background: var(--color-fill1-1,#0a0a0a);
    --calendar-fullscreen-table-cell-normal-border-color: var(--color-fill1-2,#333);
    --calendar-fullscreen-table-cell-hover-background: var(--color-fill1-4,#1c1c1c);
    --calendar-fullscreen-table-cell-hover-color: var(--color-text1-5,#ccc);
    --calendar-fullscreen-table-cell-current-background: var(--color-fill1-2,#333);
    --calendar-fullscreen-table-cell-other-background: var(--color-fill1-4,#1c1c1c);
    --calendar-fullscreen-table-cell-other-color: var(--color-text1-5,#ccc);
    --calendar-fullscreen-table-cell-other-border-color: var(--color-fill1-2,#333);
    --calendar-fullscreen-table-cell-disabled-background: var(--color-fill1-3,#141414);
    --calendar-fullscreen-table-cell-disabled-color: var(--color-fill1-5,#4d4d4d);
    --checkbox-circle-size: var(--icon-xs,12px);
    --checkbox-hovered-border-color: var(--color-brand1-5,#307ac9);
    --checkbox-border-color: var(--color-line1-2,#333);
    --checkbox-hovered-bg-color: var(--color-fill1-1,#0a0a0a);
    --checkbox-label-color: var(--color-text1-5,#ccc);
    --checkbox-disabled-border-color: var(--color-line1-2,#333);
    --checkbox-bg-color: var(--color-black,#000);
    --checkbox-disabled-bg-color: var(--color-fill1-1,#0a0a0a);
    --checkbox-disabled-circle-color: var(--color-text1-1,#666);
    --menu-btn-pure-text-normal-icon-color: var(--color-text1-4,#e6e6e6);
    --menu-btn-ghost-light-disabled-icon-color: var(--btn-ghost-light-color-disabled,rgba(0,0,0,.1));
    --menu-btn-ghost-dark-disabled-icon-color: var(--btn-ghost-dark-color-disabled,hsla(0,0%,100%,.4));
    --range-normal-slider-bg-color: var(--color-fill1-4,#1c1c1c);
    --range-normal-selected-color: var(--color-brand1-6,#2789f2);
    --range-normal-selected-color-hover: var(--color-brand1-5,#307ac9);
    --range-normal-slider-bg-color-hover: var(--color-fill1-2,#333);
    --range-normal-unselected-color: var(--color-fill1-2,#333);
    --range-normal-unselected-color-hover: var(--color-fill1-2,#333);
    --range-normal-selected-color-disabled: var(--color-fill1-2,#333);
    --range-normal-slider-bg-color-disabled: var(--color-fill1-4,#1c1c1c);
    --range-normal-slider-border-color-disabled: var(--color-line1-1,#1c1c1c);
    --range-normal-mark-selected-color-disabled: var(--color-text1-2,#8c8c8c);
    --tree-switch-arrow-size: var(--icon-xxs,8px);
    --tree-switch-hover-arrow-color: var(--color-text1-2,#8c8c8c);
    --tree-switch-margint-right: var(--s-1,4px);
    --tree-node-normal-background: var(--color-transparent,transparent);
    --tree-switch-bg-color: var(--color-transparent,transparent);
    --tree-switch-hover-icon-color: var(--color-brand1-6,#2789f2);
    --tree-switch-hover-bg-color: var(--color-transparent,transparent);
    --tree-switch-hover-border-color: var(--color-brand1-6,#2789f2);
    --tree-line-color: var(--color-line1-1,#1c1c1c);
    --tree-node-padding: var(--s-1,4px);
    --tree-node-selected-background: var(--color-fill1-5,#4d4d4d);
    --tree-node-normal-color: var(--color-text1-5,#ccc);
    --tree-node-hover-color: var(--color-text1-5,#ccc);
    --tree-node-selected-color: var(--color-text1-4,#e6e6e6);
    --tree-node-disabled-background: var(--color-transparent,transparent);
    --tree-line-width: var(--line-1,1px);
    --tree-switch-arrow-color: var(--color-text1-2,#8c8c8c);
    --tree-switch-icon-color: var(--color-text1-3,#d9d9d9);
    --tree-switch-border-color: var(--color-line1-3,#4d4d4d);
    --tree-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --message-notice-color-icon-inline: var(--color-brand1-6,#2789f2);
    --message-close-icon-size: var(--icon-s,16px);
    --message-hover-close-icon-color: var(--color-fill1-6,#666);
    --message-success-color-border-toast: var(--color-transparent,transparent);
    --message-error-color-border-toast: var(--color-transparent,transparent);
    --message-warning-color-border-toast: var(--color-transparent,transparent);
    --message-notice-color-border-toast: var(--color-transparent,transparent);
    --message-help-color-bg-toast: var(--color-line1-1,#1c1c1c);
    --message-help-color-border-toast: var(--color-transparent,transparent);
    --message-loading-color-bg-toast: var(--color-line1-1,#1c1c1c);
    --message-loading-color-border-toast: var(--color-transparent,transparent);
    --message-close-icon-color: var(--color-fill1-7,#ccc);
    --message-help-color-icon-inline: var(--color-brand1-6,#2789f2);
    --message-success-color-bg-inline: var(--color-line1-1,#1c1c1c);
    --message-error-color-bg-inline: var(--color-line1-1,#1c1c1c);
    --message-warning-color-bg-inline: var(--color-line1-1,#1c1c1c);
    --message-notice-color-bg-inline: var(--color-line1-1,#1c1c1c);
    --message-help-color-bg-inline: var(--color-line1-1,#1c1c1c);
    --message-loading-color-bg-inline: var(--color-line1-1,#1c1c1c);
    --message-success-color-icon-addon: var(--color-success-5,#1b9657);
    --message-error-color-icon-addon: var(--color-error-5,#cc493d);
    --message-warning-color-icon-addon: var(--color-warning-5,#d47815);
    --message-size-l-icon: var(--icon-m,20px);
    --message-size-m-icon: var(--icon-m,20px);
    --message-success-color-content-toast: var(--color-text1-2,#8c8c8c);
    --message-warning-color-content-toast: var(--color-text1-2,#8c8c8c);
    --message-notice-color-content-toast: var(--color-text1-2,#8c8c8c);
    --message-help-color-content-addon: var(--color-text1-2,#8c8c8c);
    --message-help-color-content-toast: var(--color-text1-2,#8c8c8c);
    --message-loading-color-content-addon: var(--color-text1-2,#8c8c8c);
    --message-loading-color-content-toast: var(--color-text1-2,#8c8c8c);
    --message-border-style-toast: var(--line-dotted,dotted);
    --message-error-color-bg-toast: var(--color-error-1,#291614);
    --message-warning-color-bg-toast: var(--color-warning-1,#241b12);
    --message-notice-color-bg-toast: var(--color-notice-1,#001a33);
    --message-error-color-content-toast: var(--color-text1-5,#ccc);
    --message-success-color-content-inline: var(--color-text1-5,#ccc);
    --message-error-color-content-inline: var(--color-text1-5,#ccc);
    --message-warning-color-content-inline: var(--color-text1-5,#ccc);
    --message-notice-color-content-inline: var(--color-text1-5,#ccc);
    --message-help-color-content-inline: var(--color-text1-5,#ccc);
    --message-loading-color-content-inline: var(--color-text1-5,#ccc);
    --message-help-icon-content: "\E641";
    --message-success-color-bg-toast: var(--color-line1-1,#1c1c1c);
    --message-notice-color-icon-toast: var(--color-notice-6,#06c);
    --message-help-color-icon-toast: var(--color-notice-6,#06c);
    --message-loading-color-icon-toast: var(--color-notice-6,#06c);
    --message-loading-color-icon-inline: var(--color-brand1-6,#2789f2);
    --dialog-content-font-size: var(--font-size-body-2,14px);
    --dialog-footer-padding-bottom: var(--s-4,16px);
    --dialog-shadow: var(--shadow-3-down,0px 12px 48px 0px rgba(0,0,0,.8));
    --dialog-title-border-color: var(--color-transparent,transparent);
    --dialog-title-padding-bottom: var(--s-2,8px);
    --dialog-content-padding-top: var(--s-1,4px);
    --dialog-close-size: var(--icon-s,16px);
    --dialog-close-color: var(--color-fill1-6,#666);
    --dialog-close-color-hovered: var(--color-fill1-7,#ccc);
    --dialog-title-padding-top: var(--s-4,16px);
    --dialog-title-padding-left-right: var(--s-5,20px);
    --dialog-message-content-padding-left-right: var(--s-5,20px);
    --dialog-content-padding-bottom: var(--s-4,16px);
    --dialog-content-padding-left-right: var(--s-5,20px);
    --dialog-close-right: var(--s-5,20px);
    --dialog-message-content-padding-top: var(--s-5,20px);
    --dialog-message-content-padding-bottom: var(--s-zero,0px);
    --dialog-content-color: var(--color-text1-5,#ccc);
    --dialog-bg: var(--color-bg-3,#141414);
    --dialog-footer-bg-color: var(--color-bg-3,#141414);
    --number-picker-normal-m-input-width: var(--s-32,128px);
    --number-picker-normal-l-input-width: var(--s-32,128px);
    --progress-line-normal-color: var(--color-notice-4,#358fe9);
    --progress-line-error-color: var(--color-error-4,#a34239);
    --progress-line-success-color: var(--color-success-4,#207a4c);
    --progress-line-started-color: var(--color-error-4,#a34239);
    --progress-line-middle-color: var(--color-warning-4,#a86c2c);
    --progress-line-finishing-color: var(--color-success-4,#207a4c);
    --progress-circle-error-color: var(--color-error-4,#a34239);
    --progress-circle-success-color: var(--color-success-4,#207a4c);
    --progress-circle-started-color: var(--color-error-4,#a34239);
    --progress-circle-middle-color: var(--color-warning-4,#a86c2c);
    --progress-circle-finishing-color: var(--color-success-4,#207a4c);
    --progress-circle-underlay-color: var(--color-fill1-5,#4d4d4d);
    --progress-line-underlay-color: var(--color-line1-1,#1c1c1c);
    --progress-circle-text-color: var(--color-text1-5,#ccc);
    --menu-icon-selected-size: var(--icon-s,16px);
    --menu-padding-horizontal: var(--s-4,16px);
    --menu-icon-selected-hover-color: var(--color-white,#fff);
    --menu-item-padding-ver-padding-l: var(--s-4,16px);
    --menu-item-padding-ver-padding-r: var(--s-4,16px);
    --menu-divider-color: var(--color-line1-2,#333);
    --menu-padding-ver-padding-lr: var(--s-zero,0px);
    --menu-padding-title-horizontal: var(--s-3,12px);
    --menu-divider-margin-hoz: var(--s-3,12px);
    --menu-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --menu-color: var(--color-text-2,#ccc);
    --menu-background: var(--color-bg-5,#1a1a1a);
    --menu-arrow-color: #d9d9d9;
    --menu-background-selected: var(--color-fill-3,#4d4d4d);
    --menu-color-selected: #e6e6e6;
    --menu-icon-selected-color: var(--color-other-2,#fff);
    --menu-background-hover: var(--color-fill-2,#333);
    --menu-color-hover: var(--G90,#e6e6e6);
    --timeline-item-title-color: var(--color-text1-4,#e6e6e6);
    --timeline-item-done-dot-size: var(--s-3,12px);
    --timeline-item-done-background: var(--color-fill1-6,#666);
    --timeline-item-process-dot-size: var(--s-3,12px);
    --timeline-item-success-dot-size: var(--s-3,12px);
    --timeline-item-error-dot-size: var(--s-3,12px);
    --timeline-item-node-padding: 0px;
    --timeline-item-body-color: var(--color-text1-5,#ccc);
    --timeline-item-body-margin-top: var(--s-1,4px);
    --timeline-item-title-margin-top: var(--s-1,4px);
    --cascader-menu-icon-expand-size: var(--icon-s,16px);
    --cascader-menu-border-color: var(--color-transparent,transparent);
    --cascader-menu-item-expanded-background-color: var(--color-fill1-5,#4d4d4d);
    --cascader-menu-icon-expand-color: var(--color-text1-3,#d9d9d9);
    --rating-normal-underlay-color: var(--color-fill1-6,#666);
    --rating-grade-low-overlay-color: var(--color-fill1-6,#666);
    --tag-size-s-icon-font: var(--icon-xs,12px);
    --tag-size-s-tick-icon-bg-size: var(--s-5,20px);
    --tag-fill-border-color-disabled: var(--color-line1-1,#1c1c1c);
    --tag-closable-normal-icon-color-hover: var(--color-transparent,transparent);
    --tag-closable-normal-bg: var(--color-fill1-2,#333);
    --tag-size-m-icon-font: var(--icon-s,16px);
    --tag-closable-normal-bg-hover: var(--color-fill1-1,#0a0a0a);
    --tag-closable-bordered-text-color: var(--color-text1-2,#8c8c8c);
    --tag-closable-bordered-border-color: var(--color-fill1-5,#4d4d4d);
    --tag-closable-bordered-bg: var(--color-fill1-1,#0a0a0a);
    --tag-closable-bordered-text-color-hover: var(--color-text1-2,#8c8c8c);
    --tag-closable-bordered-border-color-hover: var(--color-fill1-5,#4d4d4d);
    --tag-closable-bordered-bg-hover: var(--color-fill1-1,#0a0a0a);
    --tag-closable-bordered-tail-color-hover: var(--color-text1-2,#8c8c8c);
    --tag-bordered-text-color-hover: var(--color-text1-5,#ccc);
    --tag-fill-text-color: var(--color-brand1-5,#307ac9);
    --tag-bordered-text-color: var(--color-text1-5,#ccc);
    --tag-fill-text-color-hover: var(--color-brand1-5,#307ac9);
    --tag-checkable-normal-text-color: var(--color-text1-5,#ccc);
    --tag-checkable-normal-border-color: var(--color-line1-3,#4d4d4d);
    --tag-checkable-normal-bg: var(--color-transparent,transparent);
    --tag-checkable-normal-text-color-hover: var(--color-text1-4,#e6e6e6);
    --tag-checkable-normal-border-color-hover: var(--color-fill1-5,#4d4d4d);
    --tag-checkable-normal-bg-hover: var(--color-fill1-5,#4d4d4d);
    --tag-checkable-normal-border-selected-disabled: var(--color-fill1-5,#4d4d4d);
    --tag-checkable-normal-tick-bg-selected-disabled: var(--color-transparent,transparent);
    --tag-checkable-normal-icon-color-selected-disabled: var(--color-transparent,transparent);
    --tag-closable-primary-fill-border-color: var(--color-fill1-2,#333);
    --tag-closable-primary-fill-border-color-hover: var(--color-fill1-5,#4d4d4d);
    --tag-closable-primary-fill-bg-color-hover: var(--color-fill1-3,#141414);
    --tag-closable-primary-fill-border-color-disabled: var(--color-fill1-5,#4d4d4d);
    --tag-closable-primary-fill-bg-color-disabled: var(--color-fill1-2,#333);
    --tag-fill-tail-color: var(--color-text1-2,#8c8c8c);
    --tag-fill-tail-color-hover: var(--color-text1-5,#ccc);
    --tag-checkable-fill-text-color: var(--color-text1-5,#ccc);
    --tag-checkable-fill-bg-color: var(--color-fill1-2,#333);
    --tag-checkable-fill-border-color: var(--color-transparent,transparent);
    --tag-checkable-fill-text-color-hover: var(--color-text1-5,#ccc);
    --tag-checkable-fill-bg-color-hover: var(--color-fill1-5,#4d4d4d);
    --tag-checkable-fill-border-color-hover: var(--color-transparent,transparent);
    --tag-checkable-primary-text-color: var(--color-text1-4,#e6e6e6);
    --tag-checkable-primary-border-color: var(--color-transparent,transparent);
    --tag-checkable-primary-text-color-hover: var(--color-text1-4,#e6e6e6);
    --tag-checkable-primary-border-color-hover: var(--color-transparent,transparent);
    --tag-closable-primary-fill-text-color: var(--color-text1-5,#ccc);
    --tag-closable-primary-fill-bg-color: var(--color-fill1-1,#0a0a0a);
    --tag-closable-primary-fill-text-color-hover: var(--color-text1-5,#ccc);
    --tag-bordered-border-color: var(--color-line1-2,#333);
    --tag-bordered-border-color-hover: var(--color-line1-3,#4d4d4d);
    --tag-bordered-bg: var(--color-fill1-3,#141414);
    --tag-bordered-bg-hover: var(--color-fill1-4,#1c1c1c);
    --tag-fill-border-color: var(--color-brand1-6,#2789f2);
    --tag-fill-border-color-hover: var(--color-brand1-6,#2789f2);
    --tag-secondary-bg-hover: var(--color-brand1-2,#263c54);
    --tag-checkable-primary-bg-color-hover: var(--color-brand1-6,#2789f2);
    --tag-size-l-icon-font: var(--icon-xs,12px);
    --tag-size-l-tick-icon-bg-size: var(--s-9,36px);
    --tag-size-m-tick-icon-bg-size: var(--s-7,28px);
    --tag-closable-normal-icon-color-disabled: var(--color-white,#fff);
    --tag-closable-bordered-tail-color: var(--color-text1-3,#d9d9d9);
    --input-feedback-warning-icon: "\E747";
    --input-border-width: var(--line-1,1px);
    --input-feedback-error-color: var(--input-text-color,#ccc);
    --input-focus-shadow-spread: var(--line-zero,0px);
    --input-addon-bg-color: var(--color-bg-3,#141414);
    --input-feedback-warning-color: var(--color-warning-5,#d47815);
    --input-hover-border-color: var(--color-border-2,#4d4d4d);
    --input-text-color: var(--color-text-2,#ccc);
    --input-border-color: var(--color-border-1,#333);
    --input-label-color: var(--color-text-5,#4d4d4d);
    --input-hover-bg-color: var(--color-fill-1,hsla(0,0%,100%,0));
    --input-bg-color: var(--color-fill-1,hsla(0,0%,100%,0));
    --input-disabled-border-color: var(--color-border-2,#4d4d4d);
    --input-disabled-bg-color: var(--color-fill-2,#333);
    --input-feedback-warning-bg-color: var(--color-fill-1,hsla(0,0%,100%,0));
    --input-feedback-loading-color: var(--G50,#666);
    --input-feedback-error-bg-color: var(--color-fill-1,hsla(0,0%,100%,0));
    --input-hint-color: var(--color-text-3,#8c8c8c);
    --input-hint-hover-color: var(--color-text-4,#666);
    --input-focus-border-color: var(--color-border-3,#666);
    --input-focus-bg-color: var(--color-fill-1,hsla(0,0%,100%,0));
    --form-error-color: var(--color-error-4,#a34239);
    --form-help-color: var(--color-text-4,#666);
    --form-label-color: var(--color-text-2,#ccc);
    --upload-image-list-item-uploading-bg-color: var(--color-transparent,transparent);
    --upload-image-list-item-bg-color: var(--color-transparent,transparent);
    --upload-image-list-item-error-bg-color: var(--color-transparent,transparent);
    --upload-card-border-style: var(--line-solid,solid);
    --upload-card-border-color: var(--color-transparent,transparent);
    --upload-card-font-color: var(--color-text1-5,#ccc);
    --upload-card-icon-color: var(--color-fill1-6,#666);
    --upload-card-hover-font-color: var(--color-text1-5,#ccc);
    --upload-text-list-bg-color: var(--color-fill1-2,#333);
    --upload-text-list-close-icon-color: var(--color-text1-2,#8c8c8c);
    --upload-text-list-close-icon-color-hover: var(--color-text1-3,#d9d9d9);
    --upload-text-list-name-font-color: var(--color-text1-4,#e6e6e6);
    --upload-image-list-close-icon-size: var(--icon-xs,12px);
    --upload-image-list-close-icon-right: var(--s-1,4px);
    --upload-image-list-item-picture-border-color: var(--color-line1-2,#333);
    --upload-card-add-text-margin-top: var(--s-3,12px);
    --upload-card-list-corner: var(--corner-zero,0px);
    --upload-card-list-progressbar-height: var(--s-2,8px);
    --upload-drag-zone-upload-icon-color: var(--color-text1-3,#d9d9d9);
    --select-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --select-color: var(--color-text-2,#ccc);
    --drawer-close-size: var(--icon-s,16px);
    --drawer-shadow: var(--shadow-3-left,0px 0px 48px 0px rgba(0,0,0,.8));
    --drawer-content-padding-top: var(--s-4,16px);
    --drawer-content-padding-bottom: var(--s-5,20px);
    --drawer-title-border-color: var(--color-fill1-2,#333);
    --drawer-close-color: var(--color-fill1-6,#666);
    --drawer-content-color: var(--color-text1-5,#ccc);
    --drawer-close-color-hovered: var(--color-fill1-6,#666);
    --drawer-bg: var(--color-bg-3,#141414);
    --drawer-title-bg-color: var(--color-bg-5,#1a1a1a);
    --transfer-panel-background-color: var(--color-transparent,transparent);
    --transfer-panel-header-background-color: var(--color-transparent,transparent);
    --transfer-panel-footer-background-color: var(--color-transparent,transparent);
    --time-picker-menu-border-color: var(--color-line1-2,#333);
    --time-picker-menu-title-color: var(--color-text1-1,#666);
    --time-picker-panel-background: var(--color-fill1-4,#1c1c1c);
    --time-picker-menu-title-background: var(--color-fill1-4,#1c1c1c);
    --time-picker-menu-item-color: var(--color-text1-2,#8c8c8c);
    --time-picker-menu-item-color-hover: var(--color-text1-2,#8c8c8c);
    --time-picker-menu-item-color-selected: var(--color-fill1-8,#8c8c8c);
    --time-picker-menu-item-color-disabled: var(--color-fill1-5,#4d4d4d);
    --time-picker-menu-item-background: var(--color-fill1-4,#1c1c1c);
    --time-picker-menu-item-background-selected: var(--color-fill1-5,#4d4d4d);
    --time-picker-menu-item-background-disabled: var(--color-fill1-4,#1c1c1c);
    --time-picker-menu-border-width: var(--line-1,1px);
    --breadcrumb-icon-color: var(--color-text1-1,#666);
    --breadcrumb-text-color: var(--color-text1-4,#e6e6e6);
    --breadcrumb-text-current-color: var(--color-text1-1,#666);
    --date-picker-panel-background: var(--color-fill1-4,#1c1c1c);
    --collapse-title-bg-color: var(--color-fill1-4,#1c1c1c);
    --collapse-panel-border-color: var(--color-transparent,transparent);
    --collapse-title-hover-bg-color: var(--color-fill1-5,#4d4d4d);
    --collapse-title-font-color: var(--color-text1-4,#e6e6e6);
    --collapse-title-hover-font-color: var(--color-text1-4,#e6e6e6);
    --collapse-icon-color: var(--color-text1-4,#e6e6e6);
    --collapse-icon-hover-color: var(--color-text1-4,#e6e6e6);
    --collapse-content-bg-color: var(--color-transparent,transparent);
    --collapse-content-color: var(--color-text1-5,#ccc);
    --collapse-border-width: var(--line-1,1px);
    --collapse-title-border-width: var(--line-1,1px);
    --typography-text-color: var(--color-text1-3,#d9d9d9);
    --typography-text-mark-background: var(--color-notice-3,#00488f);
    --split-btn-trigger-normal-icon-color: var(--color-text1-4,#e6e6e6);
    --split-btn-unfold-icon-content: var(--icon-reset,var(--icon-reset));
    --divider-hoz-color: var(--color-line1-2,#333);
    --divider-hoz-text-color: var(--color-text1-5,#ccc);
    --tree-select-background: var(--color-fill1-4,#1c1c1c);
    --table-th-color: var(--color-text-4,#666);
    --table-group-th-bg: var(--color-bg-4,#1a1a1a);
    --table-group-th-color: var(--color-text-3,#8c8c8c);
    --table-row-bg: var(--color-bg-1,#0a0a0a);
    --table-row-color: var(--color-text-2,#ccc);
    --table-group-footer-color: var(--color-text-3,#8c8c8c);
    --table-row-hover-color: var(--color-text-2,#ccc);
    --table-th-bg: var(--color-bg-4,#1a1a1a);
    --table-row-hover-bg: #1c1c1c;
    --table-row-selected-bg: var(--G30,#333);
    --table-normal-border-color: var(--G20,#1c1c1c);
    --list-content-color: var(--color-text1-5,#ccc);
    --list-size-s-title-font-size: var(--font-size-subhead,16px);
    --list-size-s-title-font-weight: var(--font-weight-3,bold);
    --list-size-s-item-title-font-size: var(--font-size-body-2,14px);
    --list-size-m-item-content-font-size: var(--font-size-body-2,14px);
    --list-size-m-item-title-font-size: var(--font-size-subhead,16px);
    --list-divider-color: var(--color-line1-2,#333);
    --shell-light-header-color: var(--color-text1-4,#e6e6e6);
    --shell-light-header-background: var(--color-fill1-3,#141414);
    --shell-light-header-shadow: var(--shadow-1-down,0px 4px 16px 0px rgba(0,0,0,.3));
    --shell-light-navigation-ver-background: var(--color-fill1-3,#141414);
    --shell-light-navigation-ver-divider-size: var(--line-zero,0px);
    --shell-light-navigation-ver-divider-color: var(--color-fill1-3,#141414);
    --shell-light-content-background: var(--color-fill1-1,#0a0a0a);
    --shell-dark-navigation-ver-background: var(--color-fill1-3,#141414);
    --shell-brand-navigation-ver-background: var(--color-fill1-3,#141414);
    --loading-large-dot-size: var(--icon-xxs,8px);
    --loading-medium-dot-size: var(--icon-xxs,8px);
    --paragraph-text-color: var(--color-text1-4,#e6e6e6);
    --paragraph-s-font-size: var(--font-size-body-1,12px);
    --paragraph-m-font-size: var(--font-size-body-2,14px);
    --paragraph-s-line-height: var(--font-lineheight-2,1.5);
    --paragraph-l-line-height: var(--font-lineheight-3,1.5);
    --line-0: var(--line-zero);
    --shadow-0: var(--shadow-zero);
    --corner-right-angle: var(--corner-zero);
    --s-0: var(--s-zero);
    --alicloudfe-components-theme: hybridcloud-dark;
    --dropdown-bg-color: var(--color-fill1-2);
    --scrollbar-width: 4px;
    --scrollbar-height: 4px;
    --global-scrollbar-width: 6px;
    --global-scrollbar-height: 6px;
    --scrollbar-track-bg: var(--menu-background);
    --scrollbar-track-border-radius: 3px;
    --scrollbar-thumb-bg: hsla(0,0%,100%,.2);
    --scrollbar-thumb-hover-bg: hsla(0,0%,100%,.4);
    --btn-small-min-width: 62px;
    --btn-medium-min-width: 62px;
    --btn-large-min-width: 64px;
    --btn-small-cn2-3-width: 62px;
    --btn-small-cn4-width: 72px;
    --btn-medium-cn2-3-width: 62px;
    --btn-medium-cn4-width: 80px;
    --btn-large-cn2-3-width: 64px;
    --btn-large-cn4-width: 88px;
    --select-menu-select-icon-ml: -20px;
    --menu-padding: 6px;
    --menu-padding-horizontal: 8px;
    --menu-item-padding-ver-padding-r: 8px;
    --menu-item-padding-ver-padding-l: 8px;
    --menu-padding-horizontal-selectable: 24px;
    --badge-border-color: #1f1f1f;
    --checkbox-icon-scale: 0.7;
    --message-title-weight: 500;
    --message-close-icon-size: 16px;
    --message-success-border-color: var(--color-success-7);
    --message-warning-border-color: var(--color-warning-7);
    --message-error-border-color: var(--color-error-7);
    --message-notice-border-color: var(--color-brand1-4);
    --message-help-border-color: var(--color-brand1-4);
    --transfer-panel-padding-mb: 8px;
    --transfer-panel-margin-mb: 0px;
    --tree-switcher-icon-selected-color: #ccc;
    --tree-selected-font-weight: 600;
    --tree-select-background: var(--color-fill1-4);
    --dialog-title-border-color: var(--color-line1-1);
    --dialog-footer-padding-bottom: 20px;
    --dialog-close-size: 16px;
    --dialog-title-padding-bottom: 13px;
    --dialog-title-padding-top: 13px;
    --color-dialog-content: var(--color-text1-5);
    --pagination-item-disabled-bg: transparent;
    --pagination-total-font-size: 12px;
    --number-picker-inline-group-border: 1px solid var(--input-border-color);
    --drawer-close-icon-ml: -14px;
    --card-hover-shadow: none;
    --card-body-show-divider-padding-top: 16px;
    --tab-item-margin-lr-size-m: var(--tab-item-padding-lr-size-m);
    --tab-item-margin-lr-size-s: var(--tab-item-padding-lr-size-s);
    --color-table-selected-border: var(--color-brand1-6);
    --table-lock-right-shadow: -2px 0 3px rgba(0,0,0,.9);
    --table-lock-left-shadow: 2px 0 3px rgba(0,0,0,.9);
    --table-ping-right-shadow: inset -8px 0 8px -4px rgba(0,0,0,.5);
    --table-ping-left-shadow: inset 8px 0 8px -4px rgba(0,0,0,.5);
    --table-tr-fill-color: var(--color-fill1-3);
    --table-th-fill-color: var(--color-fill1-4);
    --color-skeleton-bg-normal: #303030;
    --color-skeleton-bg-light: #383838;
    --drawer-footer-padding-top: var(--s-4,16px);
    --drawer-footer-padding-bottom: var(--s-4,16px);
    --drawer-footer-padding-left: var(--s-5,20px);
    --drawer-footer-padding-right: var(--s-5,20px);
    --drawer-footer-bg-color: var(--color-fill1-3,#1f1f1f);
    --drawer-footer-border-color: var(--color-fill1-5,#4d4d4d);
    --drawer-footer-border-width: var(--line-1,1px);
    --drawer-has-footer-margin-bottom: var(--s-10,40px);
    --drawer-header-close-bg-width: var(--s-5,20px);
    --drawer-header-close-bg-height: var(--s-5,20px);
    --drawer-header-close-transform-left: -4px;
    --drawer-header-close-border-radius: 2px;
    --modal-header-close-bg-width: 20px;
    --modal-header-close-bg-height: 20px;
    --modal-header-close-border-radius: 2px;
    --modal-header-close-margin-right: 18px;
    --search-before-title-icon-padding: 0 0 0 8px;
    --search-before-title-icon-font-size: 20px;
    --search-before-title-icon-margin: 0 8px 0 0;
    --date-picker2-time-bg: #4d4d4d;
    --color-tag-turquoise-background: #1f403d;
    --step-circle-item-tail-finish-color: var(--color-brand1-6);
    --color-mention-1: #18172e;
    --color-mention-2: #2d2854;
    --color-mention-3: #3a3470;
    --color-mention-4: #484091;
    --color-mention-5: #5b50ba;
    --color-mention-6: #6154d6;
    --color-mention-7: #7e75ff;
    --color-mention-8: #9b94ff;
    --color-mention-9: #bab5ff;
    --color-mention-10: #d8d6ff;
    --color-mention-1-rgb: 24,23,46;
    --color-mention-2-rgb: 45,40,84;
    --color-mention-3-rgb: 58,52,112;
    --color-mention-4-rgb: 72,64,145;
    --color-mention-5-rgb: 91,80,186;
    --color-mention-6-rgb: 97,84,214;
    --color-mention-7-rgb: 126,117,255;
    --color-mention-8-rgb: 155,148,255;
    --color-mention-9-rgb: 186,181,255;
    --color-mention-10-rgb: 216,214,255;
    --space-grey-1: #131414;
    --space-grey-2: #1c1d1f;
    --space-grey-3: #222326;
    --space-grey-4: #303338;
    --space-grey-5: #3f434d;
    --space-grey-6: #595f6b;
    --space-grey-7: #727a8a;
    --space-grey-8: #9199a8;
    --space-grey-9: #b6bdcc;
    --space-grey-10: #d8deeb;
    --space-grey-1-rgb: 19,20,20;
    --space-grey-2-rgb: 28,29,31;
    --space-grey-3-rgb: 34,35,38;
    --space-grey-4-rgb: 48,51,56;
    --space-grey-5-rgb: 63,67,77;
    --space-grey-6-rgb: 89,95,107;
    --space-grey-7-rgb: 114,122,138;
    --space-grey-8-rgb: 145,153,168;
    --space-grey-9-rgb: 182,189,204;
    --space-grey-10-rgb: 216,222,235;
    --color-link-1: var(--color-brand1-6);
    --color-link-2: var(--color-brand1-5);
    --color-link-3: var(--color-brand1-7);
    --color-card-1-bg: #141414;
    --color-card-2-bg: #1c1c1c;
    --color-error-10-rgb: 255,208,204;
    --color-error-9-rgb: 250,172,165;
    --color-error-8-rgb: 247,139,129;
    --color-error-7-rgb: 245,106,93;
    --color-error-5-rgb: 204,73,61;
    --color-error-6-rgb: 242,73,58;
    --color-error-4-rgb: 163,66,57;
    --color-error-3-rgb: 122,55,49;
    --color-error-2-rgb: 82,40,37;
    --color-error-1-rgb: 41,22,20;
    --color-success-10-rgb: 204,255,229;
    --color-success-9-rgb: 152,237,193;
    --color-success-8-rgb: 101,219,158;
    --color-success-7-rgb: 56,201,127;
    --color-success-5-rgb: 27,150,87;
    --color-success-6-rgb: 18,184,98;
    --color-success-4-rgb: 32,122,76;
    --color-success-3-rgb: 32,94,62;
    --color-success-2-rgb: 28,66,46;
    --color-success-1-rgb: 15,31,22;
    --color-brand1-7-rgb: 78,159,245;
    --color-brand1-8-rgb: 119,181,247;
    --color-brand1-2-rgb: 38,60,84;
    --color-brand1-3-rgb: 47,85,125;
    --color-brand1-4-rgb: 51,105,163;
    --color-brand1-5-rgb: 48,122,201;
    --color-brand1-10-rgb: 204,229,255;
    --color-brand1-9-rgb: 160,203,250;
    --color-brand1-6-rgb: 39,137,242;
    --color-brand1-1-rgb: 24,35,46;
    --color-warning-10-rgb: 255,230,204;
    --color-warning-9-rgb: 255,208,158;
    --color-warning-8-rgb: 255,186,112;
    --color-warning-7-rgb: 255,165,69;
    --color-warning-5-rgb: 212,120,21;
    --color-warning-6-rgb: 230,124,11;
    --color-warning-4-rgb: 168,108,44;
    --color-warning-3-rgb: 128,87,45;
    --color-warning-2-rgb: 84,61,36;
    --color-warning-1-rgb: 36,27,18;
    --color-help-10-rgb: 255,242,204;
    --color-help-9-rgb: 255,231,161;
    --color-help-8-rgb: 255,220,115;
    --color-help-7-rgb: 255,209,71;
    --color-help-5-rgb: 214,168,28;
    --color-help-6-rgb: 255,198,25;
    --color-help-4-rgb: 171,140,46;
    --color-help-3-rgb: 128,107,46;
    --color-help-2-rgb: 82,68,28;
    --color-help-1-rgb: 36,31,18;
    --color-C0: #291619;
    --color-C10: #4d222b;
    --color-C20: #662633;
    --color-C30: #822638;
    --color-C40: #9e213a;
    --color-C50: #b81838;
    --color-C60: #e81e47;
    --color-C70: #e04f6c;
    --color-C80: #ed98a9;
    --color-C90: #ffccd6;
    --color-C0-rgb: 41,22,25;
    --color-C10-rgb: 77,34,43;
    --color-C20-rgb: 102,38,51;
    --color-C30-rgb: 130,38,56;
    --color-C40-rgb: 158,33,58;
    --color-C50-rgb: 184,24,56;
    --color-C60-rgb: 232,30,71;
    --color-C70-rgb: 224,79,108;
    --color-C80-rgb: 237,152,169;
    --color-C90-rgb: 255,204,214;
    --color-PR0: #291514;
    --color-PR10: #47221f;
    --color-PR20: #662b27;
    --color-PR30: #85322a;
    --color-PR40: #a3322a;
    --color-PR50: #c22d23;
    --color-PR60: #d15047;
    --color-PR70: #e0766e;
    --color-PR80: #f0a199;
    --color-PR90: #ffcfcc;
    --color-PR0-rgb: 41,21,20;
    --color-PR10-rgb: 71,34,31;
    --color-PR20-rgb: 102,43,39;
    --color-PR30-rgb: 133,50,42;
    --color-PR40-rgb: 163,50,42;
    --color-PR50-rgb: 194,45,35;
    --color-PR60-rgb: 209,80,71;
    --color-PR70-rgb: 224,118,110;
    --color-PR80-rgb: 240,161,153;
    --color-PR90-rgb: 255,207,204;
    --color-A0: #241912;
    --color-A10: #472e1d;
    --color-A20: #6b3f20;
    --color-A30: #8f4c1d;
    --color-A40: #b55612;
    --color-A50: #e66000;
    --color-A60: #ed7e2f;
    --color-A70: #f29d61;
    --color-A80: #f7be94;
    --color-A90: #ffe1cc;
    --color-A0-rgb: 36,25,18;
    --color-A10-rgb: 71,46,29;
    --color-A20-rgb: 107,63,32;
    --color-A30-rgb: 143,76,29;
    --color-A40-rgb: 181,86,18;
    --color-A50-rgb: 230,96,0;
    --color-A60-rgb: 237,126,47;
    --color-A70-rgb: 242,157,97;
    --color-A80-rgb: 247,190,148;
    --color-A90-rgb: 255,225,204;
    --color-Gold0: #242112;
    --color-Gold10: #474122;
    --color-Gold20: #695f2f;
    --color-Gold30: #8c7f3b;
    --color-Gold40: #b0a046;
    --color-Gold50: #d1bd4d;
    --color-Gold60: #decd6f;
    --color-Gold70: #e8da8b;
    --color-Gold80: #f2e7aa;
    --color-Gold90: #fff7cc;
    --color-Gold0-rgb: 36,33,18;
    --color-Gold10-rgb: 71,65,34;
    --color-Gold20-rgb: 105,95,47;
    --color-Gold30-rgb: 140,127,59;
    --color-Gold40-rgb: 176,160,70;
    --color-Gold50-rgb: 209,189,77;
    --color-Gold60-rgb: 222,205,111;
    --color-Gold70-rgb: 232,218,139;
    --color-Gold80-rgb: 242,231,170;
    --color-Gold90-rgb: 255,247,204;
    --color-L0: #191f10;
    --color-L10: #303d1a;
    --color-L20: #40571c;
    --color-L30: #4e7018;
    --color-L40: #527d0e;
    --color-L50: #68a800;
    --color-L60: #93cc47;
    --color-L70: #aede6f;
    --color-L80: #c9ed9a;
    --color-L90: #ebffcc;
    --color-L0-rgb: 25,31,16;
    --color-L10-rgb: 48,61,26;
    --color-L20-rgb: 64,87,28;
    --color-L30-rgb: 78,112,24;
    --color-L40-rgb: 82,125,14;
    --color-L50-rgb: 104,168,0;
    --color-L60-rgb: 147,204,71;
    --color-L70-rgb: 174,222,111;
    --color-L80-rgb: 201,237,154;
    --color-L90-rgb: 235,255,204;
    --color-E0: #101f1c;
    --color-E10: #1c3b37;
    --color-E20: #21524b;
    --color-E30: #25695f;
    --color-E40: #258073;
    --color-E50: #229989;
    --color-E60: #42b3a4;
    --color-E70: #6accbf;
    --color-E80: #9ae6db;
    --color-E90: #ccfff8;
    --color-E0-rgb: 16,31,28;
    --color-E10-rgb: 28,59,55;
    --color-E20-rgb: 33,82,75;
    --color-E30-rgb: 37,105,95;
    --color-E40-rgb: 37,128,115;
    --color-E50-rgb: 34,153,137;
    --color-E60-rgb: 66,179,164;
    --color-E70-rgb: 106,204,191;
    --color-E80-rgb: 154,230,219;
    --color-E90-rgb: 204,255,248;
    --color-M0: #0f1d1f;
    --color-M10: #1f494f;
    --color-M20: #1d727d;
    --color-M30: #0e9dad;
    --color-M40: #00bacf;
    --color-M50: #00c5db;
    --color-M60: #2ed3e6;
    --color-M70: #5fdfed;
    --color-M80: #94edf7;
    --color-M90: #ccfaff;
    --color-M0-rgb: 15,29,31;
    --color-M10-rgb: 31,73,79;
    --color-M20-rgb: 29,114,125;
    --color-M30-rgb: 14,157,173;
    --color-M40-rgb: 0,186,207;
    --color-M50-rgb: 0,197,219;
    --color-M60-rgb: 46,211,230;
    --color-M70-rgb: 95,223,237;
    --color-M80-rgb: 148,237,247;
    --color-M90-rgb: 204,250,255;
    --color-Ocean0: #121e24;
    --color-Ocean10: #1e3c47;
    --color-Ocean20: #215a70;
    --color-Ocean30: #19779c;
    --color-Ocean40: #1289b8;
    --color-Ocean50: #38a3c9;
    --color-Ocean60: #58b2d6;
    --color-Ocean70: #7bc5e3;
    --color-Ocean80: #a1d9f0;
    --color-Ocean90: #ccf1ff;
    --color-Ocean0-rgb: 18,30,36;
    --color-Ocean10-rgb: 30,60,71;
    --color-Ocean20-rgb: 33,90,112;
    --color-Ocean30-rgb: 25,119,156;
    --color-Ocean40-rgb: 18,137,184;
    --color-Ocean50-rgb: 56,163,201;
    --color-Ocean60-rgb: 88,178,214;
    --color-Ocean70-rgb: 123,197,227;
    --color-Ocean80-rgb: 161,217,240;
    --color-Ocean90-rgb: 204,241,255;
    --color-Sky0: #152029;
    --color-Sky10: #294359;
    --color-Sky20: #345e82;
    --color-Sky30: #3a76ab;
    --color-Sky40: #398cd4;
    --color-Sky50: #33a0ff;
    --color-Sky60: #59b2ff;
    --color-Sky70: #80c4ff;
    --color-Sky80: #a6d5ff;
    --color-Sky90: #cce7ff;
    --color-Sky0-rgb: 21,32,41;
    --color-Sky10-rgb: 41,67,89;
    --color-Sky20-rgb: 52,94,130;
    --color-Sky30-rgb: 58,118,171;
    --color-Sky40-rgb: 57,140,212;
    --color-Sky50-rgb: 51,160,255;
    --color-Sky60-rgb: 89,178,255;
    --color-Sky70-rgb: 128,196,255;
    --color-Sky80-rgb: 166,213,255;
    --color-Sky90-rgb: 204,231,255;
    --color-LP0: #211829;
    --color-LP10: #452f5c;
    --color-LP20: #5d3685;
    --color-LP30: #7236ad;
    --color-LP40: #781ad6;
    --color-LP50: #8f1fff;
    --color-LP60: #b463ff;
    --color-LP70: #c68aff;
    --color-LP80: #d9b0ff;
    --color-LP90: #ebd6ff;
    --color-LP0-rgb: 33,24,41;
    --color-LP10-rgb: 69,47,92;
    --color-LP20-rgb: 93,54,133;
    --color-LP30-rgb: 114,54,173;
    --color-LP40-rgb: 120,26,214;
    --color-LP50-rgb: 143,31,255;
    --color-LP60-rgb: 180,99,255;
    --color-LP70-rgb: 198,138,255;
    --color-LP80-rgb: 217,176,255;
    --color-LP90-rgb: 235,214,255;
    --G0-rgb: 10,10,10;
    --G10-rgb: 20,20,20;
    --G20-rgb: 28,28,28;
    --G30-rgb: 51,51,51;
    --G40-rgb: 77,77,77;
    --G50-rgb: 102,102,102;
    --G60-rgb: 140,140,140;
    --G70-rgb: 204,204,204;
    --G80-rgb: 217,217,217;
    --G90-rgb: 230,230,230;
    --S0-rgb: 19,20,20;
    --S10-rgb: 55,58,61;
    --S20-rgb: 65,68,74;
    --S30-rgb: 72,76,84;
    --S40-rgb: 82,87,97;
    --S50-rgb: 89,95,107;
    --S60-rgb: 114,122,138;
    --S70-rgb: 145,153,168;
    --S80-rgb: 182,189,204;
    --S90-rgb: 216,222,235;
    --color-process-1: #101c29;
    --color-process-2: #1d3957;
    --color-process-3: #254e7a;
    --color-process-4: #2964a3;
    --color-process-5: #307ac9;
    --color-process-6: #2789f2;
    --color-process-7: #4e9ff5;
    --color-process-8: #77b5f7;
    --color-process-9: #a0cbfa;
    --color-process-10: #cce5ff;
    --color-process-1-rgb: 16,28,41;
    --color-process-2-rgb: 29,57,87;
    --color-process-3-rgb: 37,78,122;
    --color-process-4-rgb: 41,100,163;
    --color-process-5-rgb: 48,122,201;
    --color-process-6-rgb: 39,137,242;
    --color-process-7-rgb: 78,159,245;
    --color-process-8-rgb: 119,181,247;
    --color-process-9-rgb: 160,203,250;
    --color-process-10-rgb: 204,229,255
}

.teamix-result {
    align-items: center;
    display: flex
}

.teamix-result .title {
    color: var(--color-text1-2);
    font-size: var(--font-size-display-1);
    font-weight: var(--font-weight-medium)
}

.teamix-result .desc {
    color: #666;
    color: var(--color-fill1-6,#666);
    font-size: var(--font-size-body-1);
    margin-top: var(--s-2)
}

.teamix-result .message {
    margin-bottom: -32px;
    margin-top: 8px
}

.teamix-result .extra {
    margin-top: 40px
}

.teamix-result-hoz .container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 740px
}

.teamix-result-hoz .image {
    height: 312px;
    margin-right: 40px;
    width: 312px
}

.teamix-result-hoz .info {
    text-align: left;
    width: 388px
}

.teamix-result-hasIcon .container {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 432px
}

.teamix-result-hasIcon .title {
    font-size: 16px
}

.teamix-result-hasIcon .icon {
    margin-right: 8px
}

.teamix-result-hasIcon .icon i {
    line-height: 24px
}

.teamix-result-hasIcon .info {
    text-align: left;
    width: 400px
}

.teamix-result-hasIcon .extra {
    margin-top: 24px
}

.teamix-result-yunxiao.teamix-result-full-page {
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-top: -40px
}

.teamix-result-yunxiao .container {
    display: block;
    text-align: center;
    width: auto
}

.teamix-result-yunxiao .container .image,.teamix-result-yunxiao .container .image img {
    margin: 0 auto
}

.teamix-result-yunxiao .container .info {
    text-align: center;
    width: auto
}

.teamix-result-yunxiao .container .info .title {
    color: #000;
    color: var(--color-black,#000);
    margin-top: 8px;
    max-width: 600px
}

.teamix-result-yunxiao .container .info .desc {
    color: #7d8089;
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    max-width: 600px
}

.teamix-result-yunxiao .container .info .extra {
    margin-top: 24px
}

.teamix-result-yunxiao .container .info .extra>:not(:first-child) {
    margin-left: 8px
}

.teamix-result-yunxiao-large .image,.teamix-result-yunxiao-large .image img {
    height: 300px;
    width: 300px
}

.teamix-result-yunxiao-large .info .title {
    font-size: 32px
}

.teamix-result-yunxiao-medium .image,.teamix-result-yunxiao-medium .image img {
    height: 240px;
    width: 240px
}

.teamix-result-yunxiao-medium .info .title {
    font-size: 18px;
    font-size: var(--font-size-title,18px)
}

.teamix-result-yunxiao-small .image,.teamix-result-yunxiao-small .image img {
    height: 140px;
    width: 140px
}

.teamix-result-yunxiao-small .container .info .title {
    font-weight: 400
}

.teamix-result-yunxiao-small .container .info .desc,.teamix-result-yunxiao-small .container .info .title {
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.teamix-result-yunxiao-small .container .info .extra {
    margin-top: 16px
}

@media screen and (max-width: 1440px) {
    .teamix-result-yunxiao-large .image,.teamix-result-yunxiao-large .image img {
        height:240px;
        width: 240px
    }

    .teamix-result-yunxiao-large .info .title {
        font-size: 24px;
        font-size: var(--font-size-display-1,24px)
    }

    .teamix-result-yunxiao-medium .image,.teamix-result-yunxiao-medium .image img {
        height: 180px;
        width: 180px
    }
}

.teamix-result-container-theme .container {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    display: block;
    text-align: center
}

.teamix-result-container-theme .container .image {
    height: 80px;
    margin: 0 auto;
    width: 80px
}

.next-balloon.next-pop-confirm {
    box-sizing: border-box;
    padding: var(--s-4) var(--s-5)
}

.next-balloon.next-pop-confirm.next-pop-confirm-small {
    width: 220px
}

.next-balloon.next-pop-confirm.next-pop-confirm-medium {
    width: 280px
}

.next-balloon.next-pop-confirm.next-pop-confirm-large {
    width: 338px
}

.next-balloon.next-pop-confirm .next-pop-confirm-container {
    position: relative
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .pop-confirm-icon-area {
    left: 0;
    line-height: 1;
    position: absolute;
    top: 3px
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .pop-confirm-icon-area-info {
    color: var(--color-notice-5)
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .pop-confirm-icon-area-success {
    color: var(--color-success-5)
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .pop-confirm-icon-area-warning {
    color: var(--color-warning-5)
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .pop-confirm-icon-area-danger {
    color: var(--color-error-5)
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .title-content-area {
    line-height: 0;
    margin: 0 0 var(--s-5) var(--s-7)
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .title-content-area.title-content-area-no-footer {
    margin-bottom: 0
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .title-content-area .title-area {
    color: var(--color-text1-3);
    font-size: var(--font-size-body-2);
    line-height: var(--font-lineheight-2);
    margin-bottom: var(--s-1)
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .title-content-area .content-area {
    color: var(--color-fill1-6);
    font-size: var(--font-size-body-1);
    line-height: var(--font-lineheight-2)
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .title-content-area .content-area-no-title {
    color: var(--color-text1-3);
    font-size: var(--font-size-body-2)
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .footer-area {
    padding-left: var(--s-7)
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .footer-area-left {
    text-align: left
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .footer-area-right {
    text-align: right
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .footer-area .next-btn.next-small {
    margin-right: var(--s-2)
}

.next-balloon.next-pop-confirm .next-pop-confirm-container .footer-area .next-btn.next-small:last-child {
    margin: 0
}

.next-balloon.next-pop-confirm .next-btn.next-small:not(.isOnlyIcon):not(.next-btn-text) {
    min-width: 56px
}

.next-balloon.next-pop-confirm .next-btn.next-small.isTwoToThreeCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
    width: 56px
}

.teamix-avatar {
    border-radius: 16px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 32px;
    padding: 4px 0;
    position: relative
}

.teamix-avatar:hover {
    background: #f7f7f7
}

.teamix-avatar:hover .teamix-avatar-close {
    visibility: visible
}

.teamix-avatar.teamix-avatar-hover-close {
    background: transparent;
    box-shadow: 0 0 0 1px #f7f7f7
}

.teamix-avatar-img {
    border-radius: 50%;
    height: 24px;
    margin-left: 4px;
    vertical-align: middle;
    width: 24px
}

.teamix-avatar-name {
    color: #000;
    font-size: 12px;
    line-height: 12px;
    margin: 0 16px 0 8px;
    vertical-align: middle
}

.teamix-avatar-name:hover {
    color: #1b9aee
}

.teamix-avatar-close {
    color: #a6a6a6;
    font-size: 14px!important;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(25%,-25%);
    visibility: hidden
}

.teamix-avatar-close:hover {
    color: #1b9aee
}

.teamix-avatar-text {
    color: #fff;
    display: inline-block;
    text-align: center
}

.teamix-avatar-text-xs {
    border-radius: 50%;
    font-size: 8px;
    height: 24px;
    line-height: 24px;
    width: 24px
}

.teamix-avatar-text-small {
    border-radius: 50%;
    font-size: 10px;
    height: 28px;
    line-height: 28px;
    width: 28px
}

.teamix-avatar-text-medium {
    border-radius: 50%;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    width: 36px
}

.teamix-avatar-text-large {
    border-radius: 50%;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    width: 48px
}

.teamix-avatar-text-xl {
    border-radius: 50%;
    font-size: 20px;
    height: 64px;
    line-height: 64px;
    width: 64px
}

.teamix-avatar-image {
    display: inline-block
}

.teamix-avatar-image-xs,.teamix-avatar-image-xs img {
    border-radius: 50%;
    height: 24px;
    width: 24px
}

.teamix-avatar-image-small,.teamix-avatar-image-small img {
    border-radius: 50%;
    height: 28px;
    width: 28px
}

.teamix-avatar-image-medium,.teamix-avatar-image-medium img {
    border-radius: 50%;
    height: 36px;
    width: 36px
}

.teamix-avatar-image-large,.teamix-avatar-image-large img {
    border-radius: 50%;
    height: 48px;
    width: 48px
}

.teamix-avatar-image-xl,.teamix-avatar-image-xl img {
    border-radius: 50%;
    height: 64px;
    width: 64px
}

.teamix-avatar-cluster {
    display: inline-block
}

.teamix-avatar-cluster .teamix-avatar-cluster-item {
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
    width: 24px
}

.teamix-avatar-cluster .teamix-avatar-cluster-item:hover {
    box-shadow: 0 0 0 1px #f7f7f7
}

.teamix-avatar-cluster .teamix-avatar-cluster-item:hover .teamix-avatar-cluster-item-close {
    visibility: visible
}

.teamix-avatar-cluster .teamix-avatar-cluster-item.teamix-avatar-cluster-item-hover-close {
    box-shadow: 0 0 0 1px #f7f7f7
}

.teamix-avatar-cluster .teamix-avatar-cluster-item-img {
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.teamix-avatar-cluster .teamix-avatar-cluster-item-text {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 100%;
    text-align: center;
    width: 100%
}

.teamix-avatar-cluster .teamix-avatar-cluster-item-text .scale {
    display: inline-block;
    transform: scale(.8)
}

.teamix-avatar-cluster .teamix-avatar-cluster-item-close {
    color: #a6a6a6;
    font-size: 14px!important;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(25%,-25%);
    visibility: hidden
}

.teamix-avatar-cluster-add {
    color: #979797;
    cursor: pointer;
    margin-left: -4px;
    vertical-align: middle!important
}

.teamix-avatar-group {
    display: inline-block;
    position: relative
}

.teamix-avatar-group-moreUsers {
    -ms-overflow-style: none;
    display: flex;
    flex-wrap: wrap;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    width: 176px
}

.teamix-avatar-group-moreUsers::-webkit-scrollbar {
    display: none
}

.teamix-avatar-group-userItem {
    cursor: pointer;
    margin: 4px;
    width: 36px
}

.teamix-avatar-group-userName {
    color: #6e6e6e;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 36px
}

.teamix-avatar-group-img,.teamix-avatar-group-text,.teamix-avatar-group-userImg,.teamix-avatar-group-userText {
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: pointer;
    height: 24px;
    margin-right: -6px;
    vertical-align: middle;
    width: 24px
}

.teamix-avatar-group-text,.teamix-avatar-group-userText {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 24px
}

.teamix-avatar-group-text .scale,.teamix-avatar-group-userText .scale {
    display: inline-block;
    transform: scale(.8)
}

.teamix-avatar-group-userImg,.teamix-avatar-group-userText {
    border: initial!important;
    margin-bottom: 4px;
    margin-left: 4px
}

.teamix-avatar-group-last {
    margin-right: 0
}

.teamix-avatar-group-more {
    align-items: center!important;
    background: rgba(56,56,56,.6);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex!important;
    height: 24px;
    overflow: hidden!important;
    position: absolute;
    right: 2px;
    top: 2px;
    vertical-align: middle!important
}

.teamix-typography {
    word-wrap: break-word
}

.teamix-typography-copy,.teamix-typography-edit {
    visibility: hidden
}

.teamix-typography:hover .teamix-typography-copy,.teamix-typography:hover .teamix-typography-edit {
    visibility: visible
}

.teamix-typography.teamix-typography-secondary {
    color: var(--color-text1-2)
}

.teamix-typography.teamix-typography-success {
    color: var(--color-success-5)
}

.teamix-typography.teamix-typography-warning {
    color: var(--color-warning-5)
}

.teamix-typography.teamix-typography-danger {
    color: var(--color-error-5)
}

a.teamix-typography.teamix-typography-danger:active,a.teamix-typography.teamix-typography-danger:focus,a.teamix-typography.teamix-typography-danger:hover {
    color: var(--color-error-6);
    cursor: pointer
}

.teamix-typography.teamix-typography-disabled {
    color: var(--color-text1-1);
    cursor: not-allowed;
    -ms-user-select: none;
    user-select: none
}

.teamix-typography p,div.teamix-typography {
    margin-bottom: 1em
}

a.teamix-typography-ellipsis,span.teamix-typography-ellipsis {
    display: inline-block
}

.teamix-typography code {
    background: hsla(0,0%,59%,.1);
    border: 1px solid hsla(0,0%,39%,.2);
    border-radius: 3px;
    font-size: 85%;
    margin: 0 .2em;
    padding: .2em .4em .1em
}

.teamix-typography kbd {
    background: hsla(0,0%,59%,.06);
    border: solid hsla(0,0%,39%,.2);
    border-radius: 3px;
    border-width: 1px 1px 2px;
    font-size: 90%;
    margin: 0 .2em;
    padding: .15em .4em .1em
}

.teamix-typography mark {
    background-color: var(--color-warning-2);
    padding: 0
}

.teamix-typography ins,.teamix-typography u {
    -webkit-text-decoration-skip: ink;
    text-decoration: underline;
    text-decoration-skip-ink: auto
}

.teamix-typography del,.teamix-typography s {
    text-decoration: line-through
}

.teamix-typography strong {
    font-weight: 700;
    font-weight: var(--font-weight-3,700)
}

.teamix-typography-copy,.teamix-typography-edit,.teamix-typography-expand {
    color: var(--color-link-1);
    cursor: pointer;
    margin-left: 4px;
    outline: none;
    text-decoration: none;
    transition: color .3s
}

.teamix-typography-copy:focus,.teamix-typography-copy:hover,.teamix-typography-edit:focus,.teamix-typography-edit:hover,.teamix-typography-expand:focus,.teamix-typography-expand:hover {
    color: var(--color-link-2)
}

.teamix-typography-copy:active,.teamix-typography-edit:active,.teamix-typography-expand:active {
    color: var(--color-link-3)
}

.teamix-typography-copy-success,.teamix-typography-copy-success:focus,.teamix-typography-copy-success:hover {
    color: var(--color-success-5)
}

.teamix-typography-edit-content {
    position: relative
}

div.teamix-typography-edit-content {
    left: -9px;
    margin-bottom: calc(1em - 2px);
    margin-top: calc(var(--input-multiple-font-size)/2 - 9px)
}

.teamix-typography-edit-content-confirm {
    bottom: 5px;
    color: var(--color-text1-2);
    pointer-events: none;
    position: absolute;
    right: 5px
}

.teamix-typography-edit-content textarea {
    -moz-transition: none
}

.teamix-typography ol,.teamix-typography ul {
    margin: 0 0 1em;
    padding: 0
}

.teamix-typography ol li,.teamix-typography ul li {
    margin: 0 0 0 20px;
    padding: 0 0 0 4px
}

.teamix-typography ul {
    list-style-type: circle
}

.teamix-typography ul ul {
    list-style-type: disc
}

.teamix-typography ol {
    list-style-type: decimal
}

.teamix-typography blockquote,.teamix-typography pre {
    margin: 1em 0
}

.teamix-typography pre {
    word-wrap: break-word;
    background: hsla(0,0%,59%,.1);
    border: 1px solid hsla(0,0%,39%,.2);
    border-radius: 3px;
    padding: .4em .6em;
    white-space: pre-wrap
}

.teamix-typography pre code {
    background: transparent;
    border: 0;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0
}

.teamix-typography blockquote {
    border-left: 4px solid hsla(0,0%,39%,.2);
    opacity: .85;
    padding: 0 0 0 .6em
}

.teamix-typography-ellipsis-single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

a.teamix-typography-ellipsis-single-line,span.teamix-typography-ellipsis-single-line {
    vertical-align: bottom
}

.teamix-typography-ellipsis-multiple-line {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.teamix-typography-rtl {
    direction: rtl
}

.teamix-typography-rtl .teamix-typography-copy,.teamix-typography-rtl .teamix-typography-edit,.teamix-typography-rtl .teamix-typography-expand {
    margin-left: 0;
    margin-right: 4px
}

.teamix-typography-rtl .teamix-typography-expand {
    float: left
}

div.teamix-typography-edit-content.teamix-typography-rtl {
    left: auto;
    right: -9px
}

.teamix-typography-rtl .teamix-typography-edit-content-confirm {
    left: 10px;
    right: auto
}

.teamix-typography-rtl.teamix-typography ol li,.teamix-typography-rtl.teamix-typography ul li {
    margin: 0 20px 0 0;
    padding: 0 4px 0 0
}

.teamix-icon {
    display: inline-block;
    line-height: 0;
    text-align: center;
    vertical-align: -.25em
}

.teamix-icon svg {
    fill: currentColor;
    height: 1em;
    overflow: hidden;
    width: 1em
}

.teamix-icon-loading-fill,.teamix-icon-loading-line {
    animation: loadingCircle 1s linear infinite
}

@keyframes loadingCircle {
    0% {
        transform: rotate(0deg);
        transform-origin: 50% 50%
    }

    to {
        transform: rotate(1turn);
        transform-origin: 50% 50%
    }
}

.teamix-icon.teamix-xxs {
    font-size: 12px;
    transform: scale(.5)
}

.teamix-icon.teamix-xs {
    font-size: 12px
}

.teamix-icon.teamix-small {
    font-size: 16px
}

.teamix-icon.teamix-medium {
    font-size: 20px
}

.teamix-icon.teamix-large {
    font-size: 24px
}

.teamix-icon.teamix-xl {
    font-size: 32px
}

.teamix-icon.teamix-xxl {
    font-size: 48px
}

.teamix-icon.teamix-xxxl {
    font-size: 64px
}

.teamix-icon.teamix-inherit {
    font-size: inherit
}

.next-formily-array-base-copy,.next-formily-array-base-remove {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-size: 16px;
    transition: all .25s ease-in-out
}

.next-formily-array-base-copy:hover,.next-formily-array-base-remove:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-base-copy-disabled,.next-formily-array-base-remove-disabled {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: not-allowed!important
}

.next-formily-array-base-copy-disabled:hover,.next-formily-array-base-remove-disabled:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-base-addition {
    transition: all .25s ease-in-out
}

.next-formily-array-base-move-down {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-size: 16px;
    transition: all .25s ease-in-out
}

.next-formily-array-base-move-down:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-base-move-down-disabled {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: not-allowed!important
}

.next-formily-array-base-move-down-disabled:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-base-move-up {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-size: 16px;
    transition: all .25s ease-in-out
}

.next-formily-array-base-move-up:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-base-move-up-disabled {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    cursor: not-allowed!important
}

.next-formily-array-base-move-up-disabled:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-base-sort-handle {
    color: #888!important;
    cursor: move
}

.next-formily-array-cards-remove {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-size: 16px;
    margin-left: 6px;
    transition: all .25s ease-in-out
}

.next-formily-array-cards-remove:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-cards-addition {
    transition: all .25s ease-in-out
}

.next-formily-array-cards-move-down {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-size: 16px;
    margin-left: 6px;
    transition: all .25s ease-in-out
}

.next-formily-array-cards-move-down:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-cards-move-up {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-size: 16px;
    margin-left: 6px;
    transition: all .25s ease-in-out
}

.next-formily-array-cards-move-up:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-cards-item {
    margin-bottom: 10px!important
}

.next-card-extra svg {
    margin-right: 6px
}

.next-card-extra svg:last-of-type {
    margin-right: 0
}

.next-empty,.next-empty-image {
    align-items: center;
    display: flex;
    justify-content: center
}

.next-empty-image {
    transform: scale(.8)
}

.next-empty-image .ant-empty-img-default-ellipse {
    fill-opacity: .8;
    fill: #f5f5f5
}

.next-empty-image .ant-empty-img-default-path-1 {
    fill: #aeb8c2
}

.next-empty-image .ant-empty-img-default-path-2 {
    fill: url(#linearGradient-1)
}

.next-empty-image .ant-empty-img-default-path-3 {
    fill: #f5f5f7
}

.next-empty-image .ant-empty-img-default-path-4,.next-empty-image .ant-empty-img-default-path-5 {
    fill: #dce0e6
}

.next-empty-image .ant-empty-img-default-g {
    fill: #fff
}

.next-empty-image .ant-empty-img-simple-ellipse {
    fill: #f5f5f5
}

.next-empty-image .ant-empty-img-simple-g {
    stroke: #d9d9d9
}

.next-empty-image .ant-empty-img-simple-path {
    fill: #fafafa
}

.next-empty-image .ant-empty-rtl {
    direction: rtl
}

.next-formily-array-collapse-remove {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-size: 16px;
    margin-left: 6px;
    transition: all .25s ease-in-out
}

.next-formily-array-collapse-remove:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-collapse-addition {
    transition: all .25s ease-in-out
}

.next-formily-array-collapse-move-down {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-size: 16px;
    margin-left: 6px;
    transition: all .25s ease-in-out
}

.next-formily-array-collapse-move-down:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-collapse-move-up {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-size: 16px;
    margin-left: 6px;
    transition: all .25s ease-in-out
}

.next-formily-array-collapse-move-up:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-array-collapse-item {
    margin-bottom: 10px!important
}

.next-formily-array-collapse-item .next-formily-array-collapse-item-title {
    display: flex;
    justify-content: space-between
}

.next-formily-array-items .next-form-item {
    margin-bottom: 0
}

.next-formily-array-items-item {
    z-index: 100000
}

.next-formily-array-items-sort-handler {
    color: #888!important;
    cursor: move
}

.next-formily-array-items-item-inner {
    margin-bottom: 10px;
    visibility: visible
}

.next-formily-array-items-card {
    align-items: center;
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 3px 6px;
    transition: all .35s
}

.next-formily-array-items-card .next-formily-item:not(.next-formily-item-feedback-layout-popover) {
    margin-bottom: 0!important;
    position: relative
}

.next-formily-array-items-card .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help {
    border-radius: 3px;
    box-shadow: 0 0 10px #eee;
    font-size: 12px;
    margin-top: 3px;
    padding: 3px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1
}

.next-formily-array-items-divide {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 0
}

.next-formily-array-items-divide .next-formily-item:not(.next-formily-item-feedback-layout-popover) {
    margin-bottom: 0!important;
    position: relative
}

.next-formily-array-items-divide .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px #eee;
    font-size: 12px;
    margin-top: 3px;
    padding: 3px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1
}

.next-formily-array-table .next-formily-array-table-pagination {
    display: flex;
    justify-content: center;
    margin: 10px 0
}

.next-formily-array-table .next-formily-array-table-pagination .next-formily-array-table-status-select {
    margin-right: 6px;
    min-width: 60px;
    width: auto!important
}

.next-formily-array-table .next-formily-array-table-pagination .next-formily-array-table-status-select .next-input {
    min-width: 60px
}

.next-formily-array-table .next-formily-array-table-pagination .next-formily-array-table-status-select.has-error .next-input {
    border-color: red!important
}

.next-formily-array-table .next-table .next-table-cell-wrapper {
    overflow: visible;
    word-break: normal
}

.next-formily-array-table .next-table td {
    visibility: visible
}

.next-formily-array-table .next-table td .next-formily-item:not(.next-formily-item-feedback-layout-popover) {
    margin-bottom: 0!important;
    position: relative
}

.next-formily-array-table .next-table td .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 6px;
    min-width: 30px;
    opacity: 1;
    padding: 6px 8px;
    position: absolute;
    top: 100%;
    transform: translateY(0);
    width: 100%;
    z-index: 1
}

.next-formily-array-table .next-table td .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help.next-formily-item-error-help {
    color: #e84738;
    color: var(--color-error-5,#e84738)
}

.next-formily-array-table .next-table td .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help.next-formily-item-warning-help {
    color: #f98e1a;
    color: var(--color-warning-5,#f98e1a)
}

.next-formily-array-table .next-table td .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help:after {
    background-color: #fff;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    box-sizing: content-box!important;
    content: " ";
    display: block;
    height: 5px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    z-index: -1
}

.next-formily-array-table .next-formily-array-table-sort-helper {
    background: #fff;
    border: 1px solid #eee;
    z-index: 10
}

.next-date-picker2>* {
    width: 100%
}

.next-formily-editable {
    align-items: center;
    cursor: pointer;
    display: inline-flex
}

.next-formily-editable .next-form-text .next-tag {
    transition: none!important
}

.next-formily-editable .next-form-text .next-tag:last-child {
    margin-right: 0!important
}

.next-formily-editable-content {
    align-items: center;
    display: flex
}

.next-formily-editable-content>* {
    margin-right: 3px
}

.next-formily-editable-content>:last-child {
    margin-right: 0
}

.next-formily-editable .next-formily-editable-close-btn,.next-formily-editable .next-formily-editable-edit-btn {
    color: #aaa;
    font-size: 12px;
    transition: all .25s ease-in-out
}

.next-formily-editable .next-formily-editable-close-btn:hover,.next-formily-editable .next-formily-editable-edit-btn:hover {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-formily-editable .next-form-text {
    align-items: center;
    display: flex
}

.next-formily-editable .next-formily-editable-preview {
    display: block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all
}

.next-formily-editable-trigger {
    cursor: pointer;
    display: inline-flex!important;
    outline: none
}

.next-formily-editable-edit-btn {
    color: #aaa
}

.next-formily-button-group-sticky {
    border-top: 1px solid #eee;
    padding: 10px 0;
    z-index: 999
}

.next-formily-button-group-sticky-inner {
    display: flex
}

.next-formily-button-group-sticky-inner .next-formily-item {
    flex: 2 1
}

.next-formily-grid-layout {
    display: grid
}

.next-formily-item .next-formily-item-item-col-24 {
    flex: 0 0 100%;
    max-width: 100%
}

.next-formily-item .next-formily-item-item-col-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
}

.next-formily-item .next-formily-item-item-col-22 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.next-formily-item .next-formily-item-item-col-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.next-formily-item .next-formily-item-item-col-20 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.next-formily-item .next-formily-item-item-col-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
}

.next-formily-item .next-formily-item-item-col-18 {
    flex: 0 0 75%;
    max-width: 75%
}

.next-formily-item .next-formily-item-item-col-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
}

.next-formily-item .next-formily-item-item-col-16 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.next-formily-item .next-formily-item-item-col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.next-formily-item .next-formily-item-item-col-14 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.next-formily-item .next-formily-item-item-col-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
}

.next-formily-item .next-formily-item-item-col-12 {
    flex: 0 0 50%;
    max-width: 50%
}

.next-formily-item .next-formily-item-item-col-11 {
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
}

.next-formily-item .next-formily-item-item-col-10 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.next-formily-item .next-formily-item-item-col-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.next-formily-item .next-formily-item-item-col-8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.next-formily-item .next-formily-item-item-col-7 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
}

.next-formily-item .next-formily-item-item-col-6 {
    flex: 0 0 25%;
    max-width: 25%
}

.next-formily-item .next-formily-item-item-col-5 {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
}

.next-formily-item .next-formily-item-item-col-4 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.next-formily-item .next-formily-item-item-col-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.next-formily-item .next-formily-item-item-col-2 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.next-formily-item .next-formily-item-item-col-1 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
}

.next-formily-item .next-formily-item-item-col-0 {
    display: none
}

.next-formily-item-help-appear,.next-formily-item-help-enter {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.next-formily-item-help-appear.next-formily-item-help-appear-active,.next-formily-item-help-enter.next-formily-item-help-enter-active {
    animation-name: antShowHelpIn;
    animation-play-state: running
}

.next-formily-item-help-appear,.next-formily-item-help-enter {
    animation-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0
}

@keyframes antShowHelpIn {
    0% {
        opacity: 0;
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes antShowHelpOut {
    to {
        opacity: 0;
        transform: translateY(-5px)
    }
}

.next-formily-item {
    display: flex;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 32px;
    margin-bottom: 18px;
    position: relative
}

.next-formily-item-layout-vertical {
    display: block
}

.next-formily-item-label-content {
    min-height: 32px
}

.next-formily-item-control-content-component {
    line-height: 32px
}

.next-formily-item-inset {
    border: 1px solid #ccc;
    border: 1px solid var(--color-line1-3,#ccc);
    border-radius: 2px;
    border-radius: var(--corner-1,2px);
    padding: 0 8px;
    width: 100%
}

.next-formily-item-inset .next-input {
    border: none!important;
    box-shadow: none!important;
    outline: none
}

.next-formily-item-bordered-none:not(.next-formily-item-inset) .next-input {
    border: none!important;
    box-shadow: none!important;
    outline: none
}

.next-formily-item-label {
    display: flex;
    position: relative
}

.next-formily-item-label-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-formily-item-label-tooltip {
    cursor: help
}

.next-formily-item-label-tooltip .next-formily-item-colon {
    display: flex
}

.next-formily-item-label-tooltip *,.next-formily-item-label-tooltip-colon {
    cursor: help
}

.next-formily-item-label-tooltip label {
    border-bottom: 1px dashed
}

.next-formily-item-label label {
    color: rgba(0,0,0,.85);
    cursor: text
}

.next-formily-item-label-align-left>.next-formily-item-label {
    justify-content: flex-start
}

.next-formily-item-label-align-right>.next-formily-item-label {
    justify-content: flex-end
}

.next-formily-item-label-wrap .next-formily-item-label label {
    white-space: pre-line;
    word-break: break-all
}

.next-formily-item-feedback-layout-terse {
    margin-bottom: 8px
}

.next-formily-item-feedback-layout-terse.next-formily-item-feedback-has-text:not(.next-formily-item-inset) {
    margin-bottom: 0
}

.next-formily-item-feedback-layout-loose {
    margin-bottom: 20px
}

.next-formily-item-feedback-layout-loose.next-formily-item-feedback-has-text:not(.next-formily-item-inset) {
    margin-bottom: 0
}

.next-formily-item-feedback-layout-none {
    margin-bottom: 0
}

.next-formily-item-feedback-layout-none.next-formily-item-feedback-has-text:not(.next-formily-item-inset) {
    margin-bottom: 0
}

.next-formily-item-control {
    flex: 1 1;
    max-width: 100%
}

.next-formily-item-control .next-formily-item-control-content {
    display: flex
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component {
    line-height: 32px;
    min-height: 32px;
    width: 100%
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component-has-feedback-icon {
    align-items: center;
    display: flex;
    flex: 1 1;
    position: relative
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component-has-feedback-icon .next-input {
    border: none!important;
    box-shadow: none!important;
    height: 100%;
    outline: none
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component-has-feedback-icon .next-input .next-input-control {
    margin-right: 0;
    padding-right: 0
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component-has-feedback-icon .next-input .next-input-control .next-icon {
    display: none
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component-has-feedback-icon .next-input .next-input-control .next-input-hint-wrap .next-icon {
    display: block
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-range {
    height: 100%;
    padding-left: 2px
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-transfer {
    align-items: center;
    display: flex
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-addon-before {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    margin-right: 8px;
    min-height: 32px
}

.next-formily-item-control .next-formily-item-control-content .next-formily-item-addon-after {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    margin-left: 8px;
    min-height: 32px
}

.next-formily-item-size-small {
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    line-height: 24px
}

.next-formily-item-size-small .next-formily-item-label-content {
    min-height: 24px
}

.next-formily-item-size-small .next-formily-item-control-content .next-formily-item-control-content-component {
    line-height: 24px;
    min-height: 24px
}

.next-formily-item-size-small .next-formily-item-control-content .next-formily-item-addon-after,.next-formily-item-size-small .next-formily-item-control-content .next-formily-item-addon-before {
    min-height: 24px
}

.next-formily-item-size-small-inset {
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

.next-formily-item-size-small.next-formily-item-feedback-layout-terse {
    margin-bottom: 8px
}

.next-formily-item-size-small.next-formily-item-feedback-layout-terse.next-formily-item-feedback-has-text:not(.next-formily-item-inset) {
    margin-bottom: 0
}

.next-formily-item-size-small.next-formily-item-feedback-layout-loose {
    margin-bottom: 20px
}

.next-formily-item-size-small.next-formily-item-feedback-layout-loose.next-formily-item-feedback-has-text:not(.next-formily-item-inset) {
    margin-bottom: 0
}

.next-formily-item-size-small .next-formily-item-extra,.next-formily-item-size-small .next-formily-item-help {
    min-height: 12px2;
    min-height: var(--font-size-caption,12px)2
}

.next-formily-item-size-small .next-formily-item-control-content {
    min-height: 24px
}

.next-formily-item-size-small .next-formily-item-label>label {
    height: 24px
}

.next-formily-item-size-large {
    font-size: 12px;
    font-size: var(--font-size-body-2,12px);
    line-height: 36px
}

.next-formily-item-size-large .next-formily-item-label-content {
    min-height: 36px
}

.next-formily-item-size-large .next-formily-item-control-content .next-formily-item-control-content-component {
    line-height: 36px;
    min-height: 36px
}

.next-formily-item-size-large .next-formily-item-control-content .next-formily-item-addon-after,.next-formily-item-size-large .next-formily-item-control-content .next-formily-item-addon-before {
    min-height: 36px
}

.next-formily-item-size-large-inset {
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

.next-formily-item-size-large .next-formily-item-extra,.next-formily-item-size-large .next-formily-item-help {
    min-height: 12px2;
    min-height: var(--font-size-body-2,12px)2
}

.next-formily-item-size-large.next-formily-item-feedback-layout-loose {
    margin-bottom: 20px
}

.next-formily-item-size-large.next-formily-item-feedback-layout-loose.next-formily-item-feedback-has-text:not(.next-formily-item-inset) {
    margin-bottom: 0
}

.next-formily-item-size-large .next-formily-item-control-content {
    min-height: 36px
}

.next-formily-item-size-large .next-formily-item-label>label {
    height: 36px
}

.next-formily-item-feedback-layout-popover {
    margin-bottom: 8px
}

.next-formily-item-label-tooltip-icon {
    color: rgba(0,0,0,.451);
    cursor: pointer;
    margin-left: 4px;
    max-height: 32px
}

.next-formily-item-control-align-left .next-formily-item-control-content {
    justify-content: flex-start
}

.next-formily-item-control-align-right .next-formily-item-control-content {
    justify-content: flex-end
}

.next-formily-item-control-wrap .next-formily-item-control {
    white-space: pre-line
}

.next-formily-item-asterisk {
    color: #e84738;
    color: var(--color-error-5,#e84738);
    display: inline-block;
    font-family: SimSun,sans-serif;
    margin-right: 4px
}

.next-formily-item-colon {
    margin-left: 2px;
    margin-right: 8px
}

.next-formily-item-extra,.next-formily-item-help {
    clear: both;
    color: rgba(0,0,0,.45);
    line-height: 20px;
    min-height: 16px;
    padding-top: 0;
    transition: color .3s cubic-bezier(.215,.61,.355,1)
}

.next-formily-item-fullness>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component>:first-child:not(.next-switch):not(.next-icon):not(.next-formily-icon):not(.anticon) {
    width: 100%
}

.next-formily-item-control-content-component-has-feedback-icon {
    border: 1px solid #ccc;
    border: 1px solid var(--color-line1-3,#ccc);
    border-radius: 2px;
    outline: none;
    padding-right: 8px;
    touch-action: manipulation;
    transition: all .3s
}

.next-formily-item-control-content-component-has-feedback-icon .next-input,.next-formily-item-control-content-component-has-feedback-icon .next-range-picker-trigger {
    border: none!important
}

.next-formily-item-control-content-component-has-feedback-icon .next-formily-item-feedback-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: -2px;
    padding-left: 2px
}

.next-formily-item-control-content-component-has-feedback-icon .next-formily-item-feedback-icon .anticon {
    text-rendering: optimizeLegibility;
    color: inherit;
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em
}

.next-formily-item-error-help {
    color: #e84738;
    color: var(--color-error-5,#e84738)
}

.next-formily-item-warning-help {
    color: #f98e1a;
    color: var(--color-warning-5,#f98e1a)
}

.next-formily-item-success-help {
    color: #22b066;
    color: var(--color-success-5,#22b066)
}

.next-form-preview {
    font-weight: 400;
    word-break: break-all
}

.next-form-preview .next-tag {
    margin-right: 4px
}

.next-form-preview .next-tag:last-child {
    margin-right: 0
}

.next-formily-select-table .next-formily-select-table-search {
    margin-bottom: 8px
}

.next-space-item:empty {
    display: none!important
}

.next-upload-list {
    margin-top: 4px
}

.teamix-pro-field-field-checkbox-tag {
    margin-right: 10px
}

.teamix-pro-field-date,.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact,.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact .next-date-picker2-input,.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact .next-date-picker2-input-range,.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact .next-input-textarea,.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact .next-time-picker2-input {
    width: 100%
}

.teamix-pro-field-layout-compact.teamix-pro-field-layout-compact.next-switch {
    width: auto
}

.swatches-picker {
    z-index: 1001
}

.teamix-pro-field-color .sketch-picker {
    line-height: 1
}

.teamix-pro-field-color-swatch {
    background: var(--color-fill1-1);
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    cursor: pointer;
    display: inline-block;
    height: 32px;
    padding: 4px;
    position: relative;
    transition: all .3s;
    vertical-align: middle;
    width: 32px
}

.teamix-pro-field-color-clear {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%)
}

.teamix-pro-field-color-swatch-small {
    height: 24px;
    width: 24px
}

.teamix-pro-field-color-swatch-small .teamix-pro-field-color-color {
    height: 16px;
    width: 16px
}

.teamix-pro-field-color-radio-disabled .teamix-pro-field-color-color,.teamix-pro-field-color-radio-disabled .teamix-pro-field-color-radio-item,.teamix-pro-field-color-swatch-disabled .teamix-pro-field-color-color,.teamix-pro-field-color-swatch-disabled .teamix-pro-field-color-radio-item {
    position: relative
}

.teamix-pro-field-color-radio-disabled .teamix-pro-field-color-color:before,.teamix-pro-field-color-radio-disabled .teamix-pro-field-color-radio-item:before,.teamix-pro-field-color-swatch-disabled .teamix-pro-field-color-color:before,.teamix-pro-field-color-swatch-disabled .teamix-pro-field-color-radio-item:before {
    animation: slash 5s ease infinite;
    border-bottom: 1px solid #e84738;
    box-sizing: border-box;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(-45deg) scale(1.313) translateY(.6px);
    transform-origin: bottom center;
    width: 24px
}

.teamix-pro-field-color-radio-disabled.teamix-pro-field-color-radio-small .teamix-pro-field-color-color:before,.teamix-pro-field-color-radio-disabled.teamix-pro-field-color-radio-small .teamix-pro-field-color-radio-item:before,.teamix-pro-field-color-swatch-disabled.teamix-pro-field-color-swatch-small .teamix-pro-field-color-color:before,.teamix-pro-field-color-swatch-disabled.teamix-pro-field-color-swatch-small .teamix-pro-field-color-radio-item:before {
    height: 8px;
    transform: rotate(-45deg) scale(1.313) translateY(.6px);
    width: 16px
}

.teamix-pro-field-color-swatch-small.teamix-pro-field-color-swatch-clear {
    width: 47px
}

.teamix-pro-field-color-swatch-clear {
    width: 55px
}

.teamix-pro-field-color-color {
    border-radius: 2px;
    height: 24px;
    position: relative;
    width: 24px
}

.teamix-pro-field-color-color img {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.teamix-pro-field-color-cover {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.teamix-pro-field-color-popover {
    position: absolute;
    z-index: 2
}

.teamix-pro-field-color-popover div::-webkit-scrollbar {
    width: 4px;
    width: var(--scrollbar-width,4px)
}

.teamix-pro-field-color-popover div::-webkit-scrollbar-thumb {
    background-color: #6b6b6b;
    background-color: var(--scrollbar-thumb-bg,#6b6b6b);
    border-radius: 3px;
    border-radius: var(--scrollbar-track-border-radius,3px)
}

.teamix-pro-field-color-popover div::-webkit-scrollbar-track {
    background-color: #303030;
    background-color: var(--scrollbar-track-bg,#303030)
}

.teamix-pro-field-color-radio {
    height: 24px;
    line-height: 1
}

.teamix-pro-field-color-radio-small {
    height: 16px
}

.teamix-pro-field-color-radio-small .teamix-pro-field-color-radio-item {
    height: 16px;
    margin-right: 8px;
    width: 16px
}

.teamix-pro-field-color-radio-small .teamix-pro-field-color-radio-item-checked .teamix-pro-field-color-radio-check-icon {
    font-size: 12px
}

.teamix-pro-field-color-radio-item {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin-right: 12px;
    position: relative;
    width: 24px
}

.teamix-pro-field-color-radio-item-checked .teamix-pro-field-color-radio-check-icon {
    color: #fff;
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.teamix-pro-field-icon-btn {
    width: 164px
}

.teamix-pro-field-icon-popup {
    height: 598px;
    max-width: 388px;
    padding: 0;
    width: 388px
}

.teamix-pro-field-icon-popup-search {
    height: 46px;
    width: 100%
}

.teamix-pro-field-icon-popup-search-close {
    align-items: center;
    display: flex;
    float: right;
    height: 20px;
    height: 46px;
    margin-right: 20px;
    width: 20px
}

.teamix-pro-field-icon-popup-search-close i {
    color: #a6a6a6;
    cursor: pointer;
    height: 16px;
    width: 16px
}

.teamix-pro-field-icon-popup-search-input.teamix-pro-field-icon-popup-search-input {
    border: 0;
    box-shadow: none;
    height: 46px
}

.teamix-pro-field-icon-popup-search-input.teamix-pro-field-icon-popup-search-input:active {
    border: 0;
    box-shadow: none
}

.teamix-pro-field-icon-popup-search-input.teamix-pro-field-icon-popup-search-input:hover {
    border: 0;
    box-shadow: none
}

.teamix-pro-field-icon-popup-search-input.teamix-pro-field-icon-popup-search-input input {
    height: 46px
}

.teamix-pro-field-icon-popup-tab {
    align-items: center;
    background: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7);
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    display: flex;
    height: 46px;
    justify-content: center;
    width: 100%
}

.teamix-pro-field-icon-popup-tab-radio .next-radio-wrapper {
    width: 170px
}

.teamix-pro-field-icon-popup-tab-radio .next-radio-label {
    text-align: center
}

.teamix-pro-field-icon-popup-body {
    height: 504px;
    width: 100%
}

.teamix-pro-field-icon-popup-body-left {
    background: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7);
    border-right: 1px solid #eaeaea;
    float: left;
    height: 100%;
    padding-top: 10px;
    width: 100px
}

.teamix-pro-field-icon-popup-body-left .next-tabs-bar.next-tabs-bar {
    float: none
}

.teamix-pro-field-icon-popup-body-left .next-tabs-bar.next-tabs-bar .next-tabs-tab {
    background: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7)
}

.teamix-pro-field-icon-popup-body-left .next-tabs-bar.next-tabs-bar .next-tabs-tab .next-tabs-tab-inner {
    font-size: 12px
}

.teamix-pro-field-icon-popup-body-left .next-tabs-bar.next-tabs-bar .next-tabs-tab.active {
    background: #f7f7f7;
    background: var(--color-fill1-2,#f7f7f7)
}

.teamix-pro-field-icon-popup-body-no-left {
    display: none
}

.teamix-pro-field-icon-popup-body-right {
    height: 505px;
    overflow-y: auto;
    padding: 0 16px 16px;
    transition: all .3s;
    width: 287px
}

.teamix-pro-field-icon-popup-body-right::-webkit-scrollbar {
    width: 4px;
    width: var(--scrollbar-width,4px)
}

.teamix-pro-field-icon-popup-body-right::-webkit-scrollbar-thumb {
    background-color: #6b6b6b;
    background-color: var(--scrollbar-thumb-bg,#6b6b6b);
    border-radius: 3px;
    border-radius: var(--scrollbar-track-border-radius,3px)
}

.teamix-pro-field-icon-popup-body-right::-webkit-scrollbar-track {
    background-color: #303030;
    background-color: var(--scrollbar-track-bg,#303030)
}

.teamix-pro-field-icon-popup-body-right-item {
    margin-top: 16px
}

.teamix-pro-field-icon-popup-body-right-item-title {
    color: #333;
    color: var(--color-text1-3,#333);
    font-size: 12px
}

.teamix-pro-field-icon-popup-body-right-item-body {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5.5px
}

.teamix-pro-field-icon-popup-body-right-item-item {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 86px;
    margin: 8px 0 0 5.5px;
    transition: all .3s;
    width: 80px
}

.teamix-pro-field-icon-popup-body-right-item-item:hover {
    background-color: var(--color-fill1-1);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    text-align: center
}

.teamix-pro-field-icon-popup-body-right-item-item .teamix-pro-field-icon-popup-body-right-item-item-icon.teamix-pro-field-icon-popup-body-right-item-item-icon {
    margin-top: 18px;
    text-align: center
}

.teamix-pro-field-icon-popup-body-right-item-item .teamix-pro-field-icon-popup-body-right-item-item-icon.teamix-pro-field-icon-popup-body-right-item-item-icon i {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    font-size: 24px
}

.teamix-pro-field-icon-popup-body-right-item-item-name {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    font-size: 12px;
    margin-top: 18px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.teamix-pro-field-icon-popup-body-right-all {
    width: auto
}

.teamix-pro-field-icon-btn-val.teamix-pro-field-icon-btn-val {
    align-items: center;
    color: #333;
    color: var(--color-text1-3,#333);
    display: flex;
    height: 32px;
    top: 0
}

.teamix-pro-field-icon-btn-val.teamix-pro-field-icon-btn-val i {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    font-size: 14px;
    margin-right: 4px
}

.teamix-pro-field-icon-btn-val.teamix-pro-field-icon-btn-val span {
    display: inline-block;
    max-width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.teamix-pro-field-icon-btn {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.teamix-pro-field-icon-btn-clear.teamix-pro-field-icon-btn-clear {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    font-size: 16px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%)
}

.teamix-pro-field-money {
    font-family: TXD-DIN-Medium;
    font-size: 14px
}

.teamix-pro-field-code-pre {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    border-radius: 3px;
    font-size: 85%;
    line-height: 1.45;
    overflow: auto;
    padding: 16px;
    width: 100%
}

.teamix-pro-field-code {
    width: 100%
}

.teamix-pro-field-password {
    align-items: center;
    display: flex
}

.teamix-pro-field-password-text {
    margin-right: 16px
}

.teamix-pro-field-password-text-hide {
    letter-spacing: -3px
}

.teamix-pro-field-password-icon {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    cursor: pointer
}

.teamix-pro-filed-percent-fall {
    color: #22b066;
    color: var(--color-success-5,#22b066)
}

.teamix-pro-filed-percent-rise {
    color: #e84738;
    color: var(--color-error-5,#e84738)
}

.teamix-pro-field-innner-icon {
    color: var(--G50)
}

.teamix-pro-field-search .next-search-left {
    border: 1px solid #d9d9d9;
    border: 1px var(--btn-pure-normal-border-style,solid) var(--btn-pure-normal-border-color,#d9d9d9)
}

.teamix-pro-field-range .next-range {
    display: inline-block
}

.next-tag-custom-filter-tag {
    background-color: #fff;
    background-color: var(--color-fill1-1,#fff);
    border: 0 solid #d9d9d9;
    border: var(--colortag-border-width,0) solid var(--color-line1-2,#d9d9d9)
}

.next-tag-custom-filter-tag .next-tag-body {
    color: #333;
    color: var(--color-text1-3,#333)
}

.next-tag-custom-filter-tag:hover {
    background-color: #fff!important;
    background-color: var(--color-fill1-1,#fff)!important;
    border: 0 solid #d9d9d9;
    border: var(--colortag-border-width,0) solid var(--color-line1-2,#d9d9d9)
}

.teamix-pro-field-output-tag-filter-balloon {
    max-width: none;
    padding-bottom: 2px;
    padding-right: 4px
}

.teamix-pro-field-output-tag-filter-balloon .next-tag {
    margin-bottom: 4px!important
}

.teamix-pro-field-output-tag-filter-balloon .teamix-pro-tags {
    display: inline;
    flex-wrap: wrap;
    margin-right: -12px;
    max-width: 300px;
    max-width: calc(var(--balloon-size-max-width, 300px))
}

.teamix-pro-field-output-tag-filter-balloon .teamix-pro-tags .next-tag {
    margin-right: 4px
}

.teamix-pro-field-output-tag-filter-balloon .teamix-pro-tags-extra {
    margin-left: 14px
}

.teamix-pro-field-output-fold-tag-more.teamix-pro-field-output-fold-tag-more {
    background-color: transparent;
    border: 0 solid transparent;
    border: var(--colortag-border-width,0) solid transparent
}

.teamix-pro-field-output-fold-tag-more.teamix-pro-field-output-fold-tag-more .next-tag-body {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    padding-left: 3px;
    padding-right: 3px
}

.teamix-pro-field-output-fold-tag-more.teamix-pro-field-output-fold-tag-more:hover {
    background-color: #eaeaea!important;
    background-color: var(--color-line1-1,#eaeaea)!important;
    border: 0 solid #eaeaea;
    border: var(--colortag-border-width,0) solid var(--color-line1-1,#eaeaea)
}

.teamix-pro-field-time-range {
    border: 1px solid #d9d9d9;
    border: 1px solid var(--input-border-color,#d9d9d9);
    display: inline-block
}

@font-face {
    font-display: swap;
    font-family: TXD-DIN-Medium;
    src: url(data:application/font-woff;base64,d09GRgABAAAAAA6gAAoAAAAADlgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAGAAAABgaCN3/2NtYXAAAAFUAAABkgAAAZI4NS7QZ2x5ZgAAAugAAAe0AAAHtBrQZBRoZWFkAAAKnAAAADYAAAA2EVJ72mhoZWEAAArUAAAAJAAAACQHEgKzaG10eAAACvgAAABYAAAAWDBNBg5sb2NhAAALUAAAAC4AAAAuFdQT5m1heHAAAAuAAAAAIAAAACAAHABMbmFtZQAAC6AAAAKnAAACp8dMZS9wb3N0AAAOSAAAAFYAAABWtTdOuQAEAjABkAAFAAgCigJYAAAASwKKAlgAAAFeADIBLAAAAAAGAAAAAAAAAAAAAAEQAAAAAAAAAAAAAABVS1dOAEAAJP/lAyD/OADIA+gAyAAAAAEAAAAAAfQCvAAAACAAAAAAAAMAAAADAAAAHAABAAAAAACMAAMAAQAAABwABABwAAAAGAAQAAMACAAkACYAKgArACwALQAvADkAPf/l/////wAAACQAJQAqACsALAAtAC4AMAA9/+X//////+z/7//h/+f/4P/i/9//0f/WACwAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBQVAAAACxIMDw0OAQIDBAUGBwgJCgAAABMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAPP/4AdEC0wARACMAABI+ATMyHgEVERQOASMiLgE1ERIXFjMyNzY1ETQnJiMiBwYVETw3XTc3XTY2XTc3XTdhIB4sLR0gICAqLR0gAj5eNzdeN/69N143N143AUP+myUjIycpATEtIyMjJSv+zwABAHgAAAFbAtAABgAAAREjEQc1NwFbZX5+AtD9MAJlXGtcAAABADcAAAHcAtUAIAAAJRUhNQE2NTQnJiMiBwYdASM1NDY3PgEzMh4BFRQOATUDAdT+bAElFSEiLCokIWUhHx1OKTlgOBAU/11dXQFnGiYtIyIiIy0NDSlNHh0gOGA5IDMjAv7NAAAAAAEAMv/8Ad4C1gA9AAAAFhUUDgEjIicuAT0BMxUUFxYzMjc2NTQnLgIVIzUzMjY3NjU0Jy4BIyIHBg8BIzc+ATc2MzIeARUUBwYHAbQqOWI6WEAfIGQiIDEvISEeEzItDg4SPBcdHg0lFSEhHgYCZAIFIhw9SjZdNhcSGgFaWDI6YTk+Hk4qDw8uJSMjIzAzHhMSBgFVDBcbLy8cEBAaFyUMECVAGDM2XDcwKyMXAAAAAQAoAAAB2gLQAA4AACUVIxUjNSE1EzMDMzUzFQHaSmL++vNq7pdiy1twcFACEP371dUAAAEAPP/7AdkC0AAmAAA3FhcWMzI2NzY1NCcmIyIGDwEjESEVIRU2MzIXFhcGBwYjIiYvATOjDRkUJBcrDyYiIC0aLRAIWgF3/usyJV40PAIBQTZgS2URBGSoLRITFBEsT00tJRUUCwFvW50XNz+DgUI4Vk4SAAAAAAIAPP/7AdwC0AATACgAAD4BNxMzAzYzMh4BFRQOASMiLgE1HgEXFjMyNz4BNTQnJiMiBgcOAhU9CQeoangYDjhfODhfODlfOWQRECIqKSMPESAjKR81DgEFBdwuEwGz/sgEOGA5OV84OF85FikQICEPKhUvICEiHQIMFwwAAAAAAQBBAAAB0QLQAAkAAAEVBwMjEyMVIzUB0QH0bPK/YgLQUAL9ggJ0QJwAAAADADL/+gHcAtQAHQAuAD8AAAAWFRQOASMiLgE1NDY3JicmNTQ+ATMyHgEVFAcGByY1NCYnJiMiBwYVFBcWMzI3Ajc+ATU0JyYjIgcGFRQXFjMBsSs5Yjo6YToqJSAOFzZdNjdbNhUPHh4QDx8qLB0fHx4rLRwYIxASIiMvLCUjIyAxAVhYMTphOjphOjBXHh8cMC02XDY2WzcyKh0daysVJw8fHyEqLR8eHv6ZIxAsFzIiIyMhMy0mIwAAAAIAPAAAAdsC1QATACYAABI+ATMyHgEVFAYHAyMTBiMiLgE1FhcWMzI2Nz4BNTQmJyYjIgcGFTw4Xzk4XzgJB6hpdxITOV84YyAgLR42DgIIERAhKisiIAI+Xzg4XzkQLhT+TQE4AzhfOS0iICIcBB8RFSgQHyAgLwAAAAABAHgB4AG5AzEAEQAAARcHJxUjNQcnNyc3FzUzFTcXAVNmHWY6Zx1nZx1nOmYdAok7Mzt2djszOzsyO3Z2OzIAAQBa/30AvgBeAAMAADcjFTe+ZGRe4VQAAQBaAAAAvgBkAAMAADcjNTO+ZGQAZAAAAQBa/2YCYQLwAAMAABcjATPDaQGeaZoDigAAAAEAeADsAccBQgADAAATIRUheAFP/rEBQlYAAAADADz/lwJCAyAAJgAuADcAACQ2NTQnLgEvATUWFzcuASc1IxUOARUUFx4BHwEVLgEnBx4BFxUzNQInJjU0NjcVFhUUBgc1HgEXAc50ORc8MCJPMkQoWTtRXmo0FkQqGTJOIkcta0hRex0aNzOzPTckIxINa1deMRUYBwXVBi9DJSUEWFkIblVWMBUeBQPbAh8iRi4rA2ptAaEaFyosOgXNojAuNwXRBQoQAAAAAQA8AAACowK8ABYAAAEzFSMVMxUjFSM1IzUzNSM1MwMzGwEzAbiLqampXqqqqozidrrBdgFdWB1YkJBYHVgBX/7gASAAAAAAAQBaAHAB5wH0AAsAAAEjFSM1IzUzNTMVMwHnml6VlV6aAROjo1iJiQAAAAACAFoAdgHnAYkAAwAHAAABIRUhFSEVIQHn/nMBjf5zAY0BiVhjWAAABQA8//oDAALUABMAFwAmADcASQAAACMiJicuAT0BNDYzMhcWHQEUBgcJASMBABYzMj0BNCcmIyIHBh0BBB0BFAcGIyImPQE0NjMyFhcGJyYjIgcGHQEUFxYzMjc2PQEBCT4eNRMUFVE+QCgpFRQBP/6vVwFQ/nQeHz8PDyEfEA4CcikoP0BRUUAeNhMpDxAfIA8QEA4hHhEPAU8UExQ1H2ZAUCgpP2YfNxIBV/00Asz+8CNGYiMSEREPJmKyPmY/KShQQGY/URMUSBETERMjYiUQERESI2IAAwA8//oCqALUACIALwA5AAAlPgE3Iw4BByc3PgE1NC4BIyIOARUUFhcOARUUFjMyNjcXMwAWFRQGDwEuATU0NjMSBiMiJjU0NjcXAjAkIgJjAREUmDUlJytNMjRQLCgjQkt5bkdZJzqE/qUpHBkiHRolIVxBJjlJLzGrjylsRzFCHLQkGT0pLkkqKUkuLEYoLFtEY3IrIUYCeSgfFyQQFyIsFR8n/fgZRDYsOSPLAAABAAAAAQAAePuc2F8PPPUAAwPoAAAAANetfZ4AAAAA12W6wQAo/2YDAAMxAAAABwACAAAAAAAAAAEAAAPo/zgAAAM8ACgAKAMAAAEAAAAAAAAAAAAAAAAAAAAWAlgAAAINADwB+wB4AhMANwIaADICFgAoAhUAPAIYADwCEgBBAg4AMgIXADwCMQB4ARgAWgEYAFoCuwBaAj8AeAJ+ADwC3wA8AkEAWgJBAFoDPAA8AtAAPAAAAAAAOABKAH4A1gDwASwBbAGCAeACHgI+AkoCVgJkAnICyALsAwIDFgOCA9oAAAABAAAAFgBKAAUAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAFAD2AAEAAAAAAAAAMQAAAAEAAAAAAAEADAAxAAEAAAAAAAIABwA9AAEAAAAAAAMAFwBEAAEAAAAAAAQADABbAAEAAAAAAAUADQBnAAEAAAAAAAYADAB0AAEAAAAAAAkABgCAAAEAAAAAABAABQCGAAEAAAAAABEABgCLAAMAAQQJAAAAYACRAAMAAQQJAAEAGADxAAMAAQQJAAIADgEJAAMAAQQJAAMALgEXAAMAAQQJAAQAGAFFAAMAAQQJAAUAGgFdAAMAAQQJAAYAGAF3AAMAAQQJAAkADAGPAAMAAQQJABAACgGbAAMAAQQJABEADAGlQ29weXJpZ2h0IMKpIDIwMTggYnkgQU5YVUFOLiBBbGwgcmlnaHRzIHJlc2VydmVkLlRYRF9EIE1lZGl1bVJlZ3VsYXIxLjAwMDtVS1dOO1RYRF9ELU1lZGl1bVRYRF9EIE1lZGl1bVZlcnNpb24gMS4wMDBUWERfRC1NZWRpdW1Bbnh1YW5UWERfRE1lZGl1bQBDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMQA4ACAAYgB5ACAAQQBOAFgAVQBBAE4ALgAgAEEAbABsACAAcgBpAGcAaAB0AHMAIAByAGUAcwBlAHIAdgBlAGQALgBUAFgARABfAEQAIABNAGUAZABpAHUAbQBSAGUAZwB1AGwAYQByADEALgAwADAAMAA7AFUASwBXAE4AOwBUAFgARABfAEQALQBNAGUAZABpAHUAbQBUAFgARABfAEQAIABNAGUAZABpAHUAbQBWAGUAcgBzAGkAbwBuACAAMQAuADAAMAAwAFQAWABEAF8ARAAtAE0AZQBkAGkAdQBtAEEAbgB4AHUAYQBuAFQAWABEAF8ARABNAGUAZABpAHUAbQAAAgAAAAAAAP+1ADIAAAAAAAAAAAAAAAAAAAAAAAAAFgAWAAAAEwAUABUAFgAXABgAGQAaABsAHAANAA8AEQASABAABwECAA4AIAAIAAkHdW5pRkZFNQAA)
}

.isMac .teamix-pro-field-datetime {
    font-family: PingFangSC
}

.teamix-pro-field {
    white-space: break-spaces;
    word-break: break-all
}

.teamix-pro-field .next-form-preview {
    align-items: center;
    color: #333;
    color: var(--color-text1-3,#333);
    display: flex;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    margin: 0
}

.teamix-pro-field-compact {
    width: 100%
}

.teamix-pro-field .teamix-typography {
    margin-bottom: 0
}

.teamix-pro-field-tooltip {
    align-items: center
}

.teamix-pro-field-tooltip .next-checkbox-wrapper {
    align-items: center;
    display: flex
}

.teamix-pro-field-tooltip .next-checkbox-wrapper .next-checkbox-label {
    margin-right: 0
}

.teamix-pro-field-range {
    word-break: normal
}

.teamix-pro-field-icon-popup-tab-radio {
    display: flex;
    width: 85%
}

body {
    --teamix-status-tag-loading-background: var(--color-line1-5)
}

.theme-hybridcloud-dark {
    --teamix-status-tag-loading-background: var(--color-fill1-5,#4d4d4d)
}

.teamix-status-tag {
    align-items: center;
    display: inline-flex
}

.teamix-status-tag .status-dot {
    border-radius: 50%;
    flex-shrink: 0;
    height: 6px;
    margin-right: 6px;
    position: relative;
    width: 6px
}

.teamix-status-tag .status-dot:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.teamix-status-tag .status-dot-warning {
    background: var(--color-warning-5)
}

.teamix-status-tag .status-dot-warning:after {
    border: 1px solid var(--color-warning-5)
}

.teamix-status-tag .status-dot-success {
    background: var(--color-success-5)
}

.teamix-status-tag .status-dot-success:after {
    border: 1px solid var(--color-success-5)
}

.teamix-status-tag .status-dot-fail {
    background: var(--color-error-5)
}

.teamix-status-tag .status-dot-fail:after {
    border: 1px solid var(--color-error-5)
}

.teamix-status-tag .status-dot-process {
    background: var(--color-brand1-6)
}

.teamix-status-tag .status-dot-process:after {
    animation: dotStatusProcessing 1.2s ease-in-out infinite;
    border: 1px solid var(--color-brand1-6)
}

.teamix-status-tag .status-dot-pause {
    background: var(--color-fill1-5)
}

.teamix-status-tag .status-dot-pause:after {
    border: 1px solid var(--color-fill1-5)
}

.teamix-status-tag .status-dot-help {
    background: #fad414;
    background: var(--color-help-5,#fad414)
}

.teamix-status-tag .status-dot-help:after {
    border: 1px solid #fad414;
    border: 1px solid var(--color-help-5,#fad414)
}

.teamix-status-tag .status-dot-loading {
    background: var(--teamix-status-tag-loading-background)
}

.teamix-status-tag .status-dot-loading:after {
    animation: dotStatusProcessing 1.2s ease-in-out infinite;
    border: 1px solid var(--teamix-status-tag-loading-background)
}

.teamix-status-tag .content {
    color: var(--color-text1-3);
    font-size: 12px;
    line-height: 18px
}

.teamix-status-tag .content.status-icon-warning {
    color: var(--color-warning-5)
}

.teamix-status-tag .content.status-icon-success {
    color: var(--color-success-5)
}

.teamix-status-tag .content.status-icon-fail {
    color: var(--color-error-5)
}

.teamix-status-tag .content.status-icon-process {
    color: var(--color-brand1-6)
}

.teamix-status-tag .content.status-icon-pause {
    color: var(--color-fill1-5)
}

.teamix-status-tag .content.status-icon-loading {
    color: var(--teamix-status-tag-loading-background)
}

.teamix-status-tag .content.status-icon-help {
    color: #fad414;
    color: var(--color-help-5,#fad414)
}

.teamix-status-tag .status-icon {
    margin-right: 4px
}

.teamix-status-tag .status-icon.next-icon.next-icon.next-icon:before {
    line-height: 18px
}

.teamix-status-tag .status-icon-warning {
    color: var(--color-warning-5)
}

.teamix-status-tag .status-icon-success {
    color: var(--color-success-5)
}

.teamix-status-tag .status-icon-fail {
    color: var(--color-error-5)
}

.teamix-status-tag .status-icon-process {
    color: var(--color-brand1-6)
}

.teamix-status-tag .status-icon-pause {
    color: var(--color-fill1-5)
}

.teamix-status-tag .status-icon-loading {
    color: var(--teamix-status-tag-loading-background)
}

.teamix-status-tag .status-icon-help {
    color: #fad414;
    color: var(--color-help-5,#fad414)
}

@keyframes dotStatusProcessing {
    0% {
        opacity: .5;
        transform: scale(.8)
    }

    to {
        opacity: 0;
        transform: scale(2.4)
    }
}

.teamix-pro-field-ellipsis {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.theme-hybridcloud,.theme-hybridcloud-dark {
    --warning-tag-p1-bg-color: rgba(var(--color-C10-rgb),0.5);
    --warning-tag-p1-color: var(--color-C50,#bf0030);
    --warning-tag-p2-bg-color: rgba(var(--color-error-2-rgb),0.5);
    --warning-tag-p2-color: #f2493a;
    --warning-tag-p3-bg-color: rgba(var(--color-warning-2-rgb),0.5);
    --warning-tag-p3-color: #ff8d16;
    --warning-tag-p4-bg-color: rgba(var(--color-help-2-rgb),0.5);
    --warning-tag-p4-color: #deac16;
    --warning-tag-p5-bg-color: rgba(var(--color-Gold10-rgb),0.5);
    --warning-tag-p5-color: #baa643;
    --warning-tag-p6-bg-color: rgba(var(--color-M10-rgb),0.5);
    --warning-tag-p6-color: #00bacf;
    --warning-tag-p7-bg-color: rgba(var(--color-Ocean10-rgb),0.5);
    --warning-tag-p7-color: #1289b8
}

.theme-hybridcloud-dark {
    --divider-bgcolor: #383838;
    --warning-tag-p1-color: var(--color-C60,#c9304f);
    --warning-tag-p2-color: var(--color-error-6,#f2493a);
    --warning-tag-p3-color: #e67c0b;
    --warning-tag-p4-color: #d6a81c;
    --warning-tag-p5-color: #b0a046;
    --warning-tag-p6-color: #00bacf;
    --warning-tag-p7-color: #1289b8;
    --colortag-border-width: 1px
}

.teamix-pro-field-output-copy.teamix-pro-field-output-copy {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    cursor: pointer;
    margin-left: 8px
}

.teamix-pro-field-output-copy.teamix-pro-field-output-copy:hover {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.teamix-pro-filed-output-prefix-icon.teamix-pro-filed-output-prefix-icon {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    margin-right: 8px
}

.teamix-pro-filed-output-prefix-icon.teamix-pro-filed-output-prefix-icon-link:hover {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.teamix-pro-filed-output-prefix-icon.teamix-pro-filed-output-prefix-icon-number {
    margin-right: 4px
}

.teamix-pro-filed-output-suffix-icon.teamix-pro-filed-output-suffix-icon {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    margin-left: 8px
}

.teamix-pro-filed-output-suffix-icon.teamix-pro-filed-output-suffix-icon-share-line {
    margin-left: 4px
}

.teamix-pro-field-output-description {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a)
}

.teamix-pro-field-output-description .teamix-pro-field-output-tooltip {
    width: auto
}

.teamix-pro-field-output-copy-tooltip {
    align-items: center;
    display: flex
}

.teamix-pro-field-output-tooltip {
    width: 100%
}

.teamix-pro-field-out-put-link.teamix-pro-field-out-put-link {
    align-items: center;
    color: #0064c8;
    color: var(--btn-text-primary-color,#0064c8);
    cursor: pointer;
    display: flex
}

.teamix-pro-field-out-put-link.teamix-pro-field-out-put-link:hover {
    color: #2a7dd1;
    color: var(--btn-text-primary-color-hover,#2a7dd1)
}

.teamix-pro-field-output-circle {
    background-color: #eaeaea;
    background-color: var(--color-fill1-3,#eaeaea);
    border-radius: 50%;
    color: #333;
    color: var(--color-text1-3,#333);
    font-family: TXD-DIN-Medium;
    font-weight: 500;
    font-weight: var(--font-weight-medium,500);
    height: 18px;
    line-height: 17px;
    text-align: center;
    width: 18px
}

.teamix-pro-field-output-circle-deep {
    background-color: #5a5a5a;
    background-color: var(--color-text1-2,#5a5a5a);
    color: var(--color-fill1-1)
}

.teamix-pro-field-output-circle-hasColor {
    color: var(--color-fill1-1)
}

.teamix-pro-field-output-rank {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-family: TXD-DIN-Medium;
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

.teamix-pro-field-output-rank-deep {
    color: #e84738;
    color: var(--color-error-5,#e84738)
}

.teamix-pro-field-output-fold-tag .next-tag {
    margin-right: 0
}

.teamix-pro-field-output-fold-tag .next-tag span {
    min-width: 0;
    min-width: auto;
    padding: 0 4px
}

.teamix-pro-field-output-bold {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

.teamix-pro-field-output-emphasize {
    color: #333;
    color: var(--color-text1-3,#333);
    font-family: TXD-DIN-Medium;
    font-size: 20px
}

.teamix-pro-field-output-unit {
    vertical-align: bottom
}

.teamix-pro-field-output-edit {
    align-items: center;
    display: flex
}

.teamix-pro-field-output-edit-icon {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    cursor: pointer;
    margin-left: 8px;
    transition: opacity .2s
}

.teamix-pro-field-output-edit-icon:hover {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.teamix-pro-field-output-edit-pop-confirm .pop-confirm-icon-area {
    display: none
}

.teamix-pro-field-output-edit-pop-confirm .title-content-area.title-content-area.title-content-area.title-content-area {
    margin-left: 0
}

.teamix-pro-field-output-value-with-status {
    align-items: center;
    display: flex
}

.teamix-pro-field-output-value-with-status-divider {
    border-left: 1px solid #ccc;
    border-left: 1px solid var(--divider-bgcolor,#ccc);
    font-size: 0;
    height: var(--s-3);
    margin-left: 8px;
    padding: 0 8px 0 0
}

.teamix-pro-field-output-value-with-status-value-with-status {
    font-weight: 500
}

.teamix-pro-field-field-checkbox-tag-over-line {
    align-items: center;
    display: flex
}

.teamix-pro-field-field-checkbox-tag-over-line-tag {
    margin-bottom: 5px
}

.teamix-pro-field-field-checkbox-tag-fold {
    margin-right: 4px
}

.teamix-pro-field-output-copy {
    transition: opacity .2s
}

.teamix-pro-field-tooltip {
    display: flex
}

.teamix-pro-field-output-overlay-content {
    overflow-y: auto;
    padding: 10px 16px
}

.teamix-pro-field-output-overlay-content::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.teamix-pro-field-output-overlay-content::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.teamix-pro-field-output-overlay-content::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.teamix-pro-field-output-overlay-content::-webkit-scrollbar-track {
    background-color: transparent
}

.teamix-pro-field-output-overlay-content .teamix-pro-field-field-checkbox-tag-over-line {
    margin-bottom: 8px
}

.teamix-pro-field-output-overlay-content .teamix-pro-field-field-checkbox-tag-over-line:last-child {
    margin-bottom: 0
}

.teamix-pro-field-output-overlay {
    max-width: none;
    padding: 0
}

.teamix-pro-field-has-extra,.teamix-pro-field-has-prefix-extra,.teamix-pro-field-output-overlay-trigger {
    align-items: center;
    display: flex
}

.custom-field-tag-P1.custom-field-tag-P1.custom-field-tag-P1 {
    background-color: var(--warning-tag-p1-bg-color);
    border: 0 solid transparent;
    border: var(--colortag-border-width,0) solid transparent
}

.custom-field-tag-P1.custom-field-tag-P1.custom-field-tag-P1 .next-tag-body {
    color: #fff;
    color: var(--warning-tag-p1-color,var(--color-white,#fff))
}

.custom-field-tag-P1.custom-field-tag-P1.custom-field-tag-P1:hover {
    background-color: var(--warning-tag-p1-bg-color)!important;
    border: 0 solid transparent!important;
    border: var(--colortag-border-width,0) solid transparent!important
}

.custom-field-tag-P2.custom-field-tag-P2.custom-field-tag-P2 {
    background-color: var(--color-error-5);
    background-color: var(--warning-tag-p2-bg-color,var(--color-error-5));
    border: 0 solid transparent;
    border: var(--colortag-border-width,0) solid transparent
}

.custom-field-tag-P2.custom-field-tag-P2.custom-field-tag-P2 .next-tag-body {
    color: #fff;
    color: var(--warning-tag-p2-color,var(--color-white,#fff))
}

.custom-field-tag-P2.custom-field-tag-P2.custom-field-tag-P2:hover {
    background-color: var(--color-error-5)!important;
    background-color: var(--warning-tag-p2-bg-color,var(--color-error-5))!important;
    border: 0 solid transparent!important;
    border: var(--colortag-border-width,0) solid transparent!important
}

.custom-field-tag-P3.custom-field-tag-P3.custom-field-tag-P3 {
    background-color: #f98e1a;
    background-color: var(--warning-tag-p3-bg-color,#f98e1a);
    border: 0 solid transparent;
    border: var(--colortag-border-width,0) solid transparent
}

.custom-field-tag-P3.custom-field-tag-P3.custom-field-tag-P3 .next-tag-body {
    color: #fff;
    color: var(--warning-tag-p3-color,var(--color-white,#fff))
}

.custom-field-tag-P3.custom-field-tag-P3.custom-field-tag-P3:hover {
    background-color: #f98e1a!important;
    background-color: var(--warning-tag-p3-bg-color,#f98e1a)!important;
    border: 0 solid transparent!important;
    border: var(--colortag-border-width,0) solid transparent!important
}

.custom-field-tag-P4.custom-field-tag-P4.custom-field-tag-P4 {
    background-color: #fac31e;
    background-color: var(--warning-tag-p4-bg-color,#fac31e);
    border: 0 solid transparent;
    border: var(--colortag-border-width,0) solid transparent
}

.custom-field-tag-P4.custom-field-tag-P4.custom-field-tag-P4 .next-tag-body {
    color: #fff;
    color: var(--warning-tag-p4-color,var(--color-white,#fff))
}

.custom-field-tag-P4.custom-field-tag-P4.custom-field-tag-P4:hover {
    background-color: #fac31e!important;
    background-color: var(--warning-tag-p4-bg-color,#fac31e)!important;
    border: 0 solid transparent!important;
    border: var(--colortag-border-width,0) solid transparent!important
}

.custom-field-tag-P5.custom-field-tag-P5.custom-field-tag-P5 {
    background-color: #fac31e;
    background-color: var(--warning-tag-p5-bg-color,#fac31e);
    border: 0 solid transparent;
    border: var(--colortag-border-width,0) solid transparent
}

.custom-field-tag-P5.custom-field-tag-P5.custom-field-tag-P5 .next-tag-body {
    color: #fff;
    color: var(--warning-tag-p5-color,var(--color-white,#fff))
}

.custom-field-tag-P5.custom-field-tag-P5.custom-field-tag-P5:hover {
    background-color: #fac31e!important;
    background-color: var(--warning-tag-p5-bg-color,#fac31e)!important;
    border: 0 solid transparent!important;
    border: var(--colortag-border-width,0) solid transparent!important
}

.custom-field-tag-P6.custom-field-tag-P6.custom-field-tag-P6 {
    background-color: #fac31e;
    background-color: var(--warning-tag-p6-bg-color,#fac31e);
    border: 0 solid transparent;
    border: var(--colortag-border-width,0) solid transparent
}

.custom-field-tag-P6.custom-field-tag-P6.custom-field-tag-P6 .next-tag-body {
    color: #fff;
    color: var(--warning-tag-p6-color,var(--color-white,#fff))
}

.custom-field-tag-P6.custom-field-tag-P6.custom-field-tag-P6:hover {
    background-color: #fac31e!important;
    background-color: var(--warning-tag-p6-bg-color,#fac31e)!important;
    border: 0 solid transparent!important;
    border: var(--colortag-border-width,0) solid transparent!important
}

.custom-field-tag-P7.custom-field-tag-P7.custom-field-tag-P7 {
    background-color: #fac31e;
    background-color: var(--warning-tag-p7-bg-color,#fac31e);
    border: 0 solid transparent;
    border: var(--colortag-border-width,0) solid transparent
}

.custom-field-tag-P7.custom-field-tag-P7.custom-field-tag-P7 .next-tag-body {
    color: #fff;
    color: var(--warning-tag-p7-color,var(--color-white,#fff))
}

.custom-field-tag-P7.custom-field-tag-P7.custom-field-tag-P7:hover {
    background-color: #fac31e!important;
    background-color: var(--warning-tag-p7-bg-color,#fac31e)!important;
    border: 0 solid transparent!important;
    border: var(--colortag-border-width,0) solid transparent!important
}

.custom-field-tag-event-level-P1.custom-field-tag-event-level-P1.custom-field-tag-event-level-P1 {
    background-color: var(--color-event-p1);
    border: var(--colortag-border-width,0) solid var(--color-event-p1)
}

.custom-field-tag-event-level-P1.custom-field-tag-event-level-P1.custom-field-tag-event-level-P1 .next-tag-body {
    color: #fff;
    color: var(--color-white,#fff)
}

.custom-field-tag-event-level-P1.custom-field-tag-event-level-P1.custom-field-tag-event-level-P1:hover {
    background-color: var(--color-event-p1)!important;
    border: var(--colortag-border-width,0) solid var(--color-event-p1)!important
}

.custom-field-tag-event-level-P2.custom-field-tag-event-level-P2.custom-field-tag-event-level-P2 {
    background-color: var(--color-event-p2);
    border: var(--colortag-border-width,0) solid var(--color-event-p2)
}

.custom-field-tag-event-level-P2.custom-field-tag-event-level-P2.custom-field-tag-event-level-P2 .next-tag-body {
    color: #fff;
    color: var(--color-white,#fff)
}

.custom-field-tag-event-level-P2.custom-field-tag-event-level-P2.custom-field-tag-event-level-P2:hover {
    background-color: var(--color-event-p2)!important;
    border: var(--colortag-border-width,0) solid var(--color-event-p2)!important
}

.custom-field-tag-event-level-P3.custom-field-tag-event-level-P3.custom-field-tag-event-level-P3 {
    background-color: var(--color-event-p3);
    border: var(--colortag-border-width,0) solid var(--color-event-p3)
}

.custom-field-tag-event-level-P3.custom-field-tag-event-level-P3.custom-field-tag-event-level-P3 .next-tag-body {
    color: #fff;
    color: var(--color-white,#fff)
}

.custom-field-tag-event-level-P3.custom-field-tag-event-level-P3.custom-field-tag-event-level-P3:hover {
    background-color: var(--color-event-p3)!important;
    border: var(--colortag-border-width,0) solid var(--color-event-p3)!important
}

.custom-field-tag-event-level-P4.custom-field-tag-event-level-P4.custom-field-tag-event-level-P4 {
    background-color: var(--color-event-p4);
    border: var(--colortag-border-width,0) solid var(--color-event-p4)
}

.custom-field-tag-event-level-P4.custom-field-tag-event-level-P4.custom-field-tag-event-level-P4 .next-tag-body {
    color: #fff;
    color: var(--color-white,#fff)
}

.custom-field-tag-event-level-P4.custom-field-tag-event-level-P4.custom-field-tag-event-level-P4:hover {
    background-color: var(--color-event-p4)!important;
    border: var(--colortag-border-width,0) solid var(--color-event-p4)!important
}

.custom-field-tag-event-level-P5.custom-field-tag-event-level-P5.custom-field-tag-event-level-P5 {
    background-color: var(--color-event-p5);
    border: var(--colortag-border-width,0) solid var(--color-event-p5)
}

.custom-field-tag-event-level-P5.custom-field-tag-event-level-P5.custom-field-tag-event-level-P5 .next-tag-body {
    color: #fff;
    color: var(--color-white,#fff)
}

.custom-field-tag-event-level-P5.custom-field-tag-event-level-P5.custom-field-tag-event-level-P5:hover {
    background-color: var(--color-event-p5)!important;
    border: var(--colortag-border-width,0) solid var(--color-event-p5)!important
}

.custom-field-tag-event-level-P6.custom-field-tag-event-level-P6.custom-field-tag-event-level-P6 {
    background-color: var(--color-event-p6);
    border: var(--colortag-border-width,0) solid var(--color-event-p6)
}

.custom-field-tag-event-level-P6.custom-field-tag-event-level-P6.custom-field-tag-event-level-P6 .next-tag-body {
    color: #fff;
    color: var(--color-white,#fff)
}

.custom-field-tag-event-level-P6.custom-field-tag-event-level-P6.custom-field-tag-event-level-P6:hover {
    background-color: var(--color-event-p6)!important;
    border: var(--colortag-border-width,0) solid var(--color-event-p6)!important
}

.custom-field-tag-event-level-P7.custom-field-tag-event-level-P7.custom-field-tag-event-level-P7 {
    background-color: var(--color-event-p7);
    border: var(--colortag-border-width,0) solid var(--color-event-p7)
}

.custom-field-tag-event-level-P7.custom-field-tag-event-level-P7.custom-field-tag-event-level-P7 .next-tag-body {
    color: #fff;
    color: var(--color-white,#fff)
}

.custom-field-tag-event-level-P7.custom-field-tag-event-level-P7.custom-field-tag-event-level-P7:hover {
    background-color: var(--color-event-p7)!important;
    border: var(--colortag-border-width,0) solid var(--color-event-p7)!important
}

.custom-field-tag-event-level-P8.custom-field-tag-event-level-P8.custom-field-tag-event-level-P8 {
    background-color: var(--color-event-p8);
    border: var(--colortag-border-width,0) solid var(--color-event-p8)
}

.custom-field-tag-event-level-P8.custom-field-tag-event-level-P8.custom-field-tag-event-level-P8 .next-tag-body {
    color: #fff;
    color: var(--color-white,#fff)
}

.custom-field-tag-event-level-P8.custom-field-tag-event-level-P8.custom-field-tag-event-level-P8:hover {
    background-color: var(--color-event-p8)!important;
    border: var(--colortag-border-width,0) solid var(--color-event-p8)!important
}

.custom-field-tag-event-level-P9.custom-field-tag-event-level-P9.custom-field-tag-event-level-P9 {
    background-color: var(--color-event-p9);
    border: var(--colortag-border-width,0) solid var(--color-event-p9)
}

.custom-field-tag-event-level-P9.custom-field-tag-event-level-P9.custom-field-tag-event-level-P9 .next-tag-body {
    color: #fff;
    color: var(--color-white,#fff)
}

.custom-field-tag-event-level-P9.custom-field-tag-event-level-P9.custom-field-tag-event-level-P9:hover {
    background-color: var(--color-event-p9)!important;
    border: var(--colortag-border-width,0) solid var(--color-event-p9)!important
}

.custom-field-tag-event-level-P10.custom-field-tag-event-level-P10.custom-field-tag-event-level-P10 {
    background-color: var(--color-event-p10);
    border: var(--colortag-border-width,0) solid var(--color-event-p10)
}

.custom-field-tag-event-level-P10.custom-field-tag-event-level-P10.custom-field-tag-event-level-P10 .next-tag-body {
    color: #fff;
    color: var(--color-white,#fff)
}

.custom-field-tag-event-level-P10.custom-field-tag-event-level-P10.custom-field-tag-event-level-P10:hover {
    background-color: var(--color-event-p10)!important;
    border: var(--colortag-border-width,0) solid var(--color-event-p10)!important
}

.custom-field-tag-event-level.next-tag-large {
    height: 24px;
    line-height: 22px;
    line-height: calc(24px - var(--tag-border-width, 1px)*2)
}

.custom-field-tag-event-level.next-tag-large .next-tag-body {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500);
    min-width: 0;
    min-width: auto;
    padding: 0 12px
}

.custom-field-tag-event-level.next-tag-medium {
    height: 20px;
    line-height: 18px;
    line-height: calc(20px - var(--tag-border-width, 1px)*2)
}

.custom-field-tag-event-level.next-tag-medium .next-tag-body {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500);
    min-width: 0;
    min-width: auto;
    padding: 0 8px
}

.custom-field-tag-event-level.next-tag-small {
    height: 16px;
    line-height: 14px;
    line-height: calc(16px - var(--tag-border-width, 1px)*2)
}

.custom-field-tag-event-level.next-tag-small .next-tag-body {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500);
    min-width: 0;
    min-width: auto;
    padding: 0 4px
}

.teamix-pro-tags {
    align-items: center;
    display: inline-flex
}

.teamix-pro-tags>div.next-tag {
    margin-right: 8px;
    margin-right: var(--s-2,8px)
}

.teamix-pro-tags>div.next-tag:last-child {
    margin-right: 0
}

.teamix-pro-tags-extra {
    margin-bottom: 4px;
    margin-bottom: var(--s-1,4px);
    margin-left: 16px;
    margin-left: var(--s-4,16px);
    margin-right: 8px;
    margin-right: var(--s-2,8px)
}

.teamix-pro-tags .next-tag-icon {
    align-items: center;
    display: flex
}

.teamix-pro-tag-group {
    margin-bottom: -4px;
    overflow: hidden;
    position: relative
}

.teamix-pro-tag-group-hidden {
    height: 1px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.teamix-pro-tag-group-remain .next-tag-body {
    justify-content: space-around
}

.teamix-pro-tag-group .next-tag {
    margin-bottom: 4px!important
}

.teamix-pro-tag-group-show-all .next-tag-group.teamix-pro-tags {
    flex-wrap: wrap
}

.next-tag-xxs,.teamix-pro-tag-xxs {
    border: 0;
    height: 12px
}

.next-tag-xxs:hover,.teamix-pro-tag-xxs:hover {
    border: 0
}

.next-tag-xxs .next-tag-body,.teamix-pro-tag-xxs .next-tag-body {
    font-size: 12px;
    height: 12px;
    line-height: 1;
    padding: 0;
    transform: scale(.7) translateY(-1px)
}

.next-tag-xs,.teamix-pro-tag-xs {
    border: 0;
    height: 16px;
    padding: 2px 2px 0
}

.next-tag-xs:hover,.teamix-pro-tag-xs:hover {
    border: 0
}

.next-tag-xs .next-tag-body,.teamix-pro-tag-xs .next-tag-body {
    font-size: 12px;
    height: 12px;
    line-height: 1;
    padding: 0;
    transform: scale(.85) translateY(-1px)
}

.next-tag-b-large,.teamix-pro-tag-b-large {
    height: 28px
}

.next-tag-b-large .next-tag-body,.teamix-pro-tag-b-large .next-tag-body {
    font-size: 14px;
    line-height: 26px
}

.teamix-pro-lable-icon-tip {
    align-items: center;
    display: inline-flex
}

.teamix-pro-lable-icon-tip-label {
    color: inherit
}

.teamix-pro-lable-icon-tip-icon {
    cursor: pointer;
    display: block;
    font-size: 0;
    margin-left: 4px
}

.teamix-pro-lable-icon-tip-icon i {
    color: #ababab;
    color: var(--color-line1-5,#ababab)
}

.teamix-pro-header {
    align-items: center;
    display: flex
}

.teamix-pro-header-icon {
    display: block;
    font-size: 0;
    margin-right: 4px
}

.teamix-pro-header-icon i,.teamix-pro-header-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a)
}

.teamix-pro-header-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px
}

.teamix-pro-header-tooltipIcon {
    cursor: pointer;
    display: block;
    font-size: 0;
    margin-left: 4px
}

.teamix-pro-header-tooltipIcon i {
    color: #848484;
    color: var(--color-fill1-6,#848484)
}

.teamix-pro-header-description {
    color: #848484;
    color: var(--color-text1-8,#848484);
    font-size: 12px;
    margin-left: 16px
}

.theme-hybridcloud-dark {
    --content-color: var(--color-text1-2,#8a8a8a);
    --active-content-color: var(--color-text1-4,#eaeaea);
    --divider-color: #303030
}

.teamix-pro-capsule-tab-item {
    align-items: center;
    color: var(--color-text1-3);
    color: var(--content-color,var(--color-text1-3));
    display: flex;
    font-size: 12px;
    font-weight: 400;
    justify-content: center
}

.teamix-pro-capsule-tab-item-normal :hover {
    color: #0064c8;
    color: var(--active-content-color,var(--color-notice-5,#0064c8));
    cursor: pointer;
    transition: .3s
}

.teamix-pro-capsule-tab-item-active {
    color: #0064c8;
    color: var(--active-content-color,var(--color-notice-5,#0064c8));
    font-weight: 500
}

.teamix-pro-capsule-tab-item-active:hover {
    cursor: pointer
}

.teamix-pro-capsule-tab-item-disabled {
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.teamix-pro-capsule-tab-item-disabled:hover {
    cursor: not-allowed
}

.teamix-pro-capsule-tab-item-content {
    align-items: center;
    display: flex;
    justify-content: center
}

.teamix-pro-capsule-tab-item-content-medium {
    height: var(--s-8);
    padding: 6px 16px
}

.teamix-pro-capsule-tab-item-content-small {
    height: var(--s-6);
    padding: 2px 16px
}

.teamix-pro-capsule-tab-item-content-text-with-icon {
    margin-left: 6px
}

.teamix-pro-capsule-tab-item-content-icon {
    align-items: center;
    display: flex;
    justify-content: center
}

.teamix-pro-capsule-tab-item-divider {
    border-left: 1px solid #ccc;
    border-left: 1px solid var(--divider-color,#ccc);
    font-size: 0;
    height: var(--s-4)
}

.teamix-pro-capsule-tab {
    display: flex
}

.teamix-pro-ellipsis {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.teamix-pro-ellipsis-single-line {
    word-break: break-all
}

.teamix-pro-ellipsis-multi-line {
    word-break: break-word
}

.teamix-pro-ellipsis-tooltip-content {
    white-space: break-spaces
}

.teamix-pro-brand-color-switcher {
    height: 24px;
    line-height: 1
}

.teamix-pro-brand-color-switcher .switcher-item {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin-right: 12px;
    position: relative;
    width: 24px
}

.teamix-pro-brand-color-switcher .switcher-item-checked .checked-icon {
    color: #fff;
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.teamix-pro-theme-radio-container {
    display: flex
}

.teamix-pro-theme-radio-item {
    align-items: center;
    display: flex;
    flex-direction: column
}

.teamix-pro-theme-radio-item:not(:last-child) {
    margin-right: 36px
}

.teamix-pro-theme-radio-item .next-radio-wrapper {
    cursor: pointer;
    margin-top: -68px;
    padding-top: 68px;
    text-align: center;
    width: 100%
}

.teamix-pro-theme-radio-item img {
    height: 64px;
    margin-bottom: 4px
}

.teamix-pro-empty-content {
    align-items: center;
    background: rgba(var(--G0-rgb),.5);
    display: flex;
    justify-content: center;
    min-height: 208px;
    padding: 48px 0;
    width: 100%
}

.teamix-pro-empty-content-content {
    max-width: 300px;
    text-align: center
}

.teamix-pro-empty-content-title {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.teamix-pro-empty-content-title-icon {
    color: var(--G40)
}

.teamix-pro-empty-content-title-text {
    color: var(--G50);
    margin-left: 5px
}

.teamix-pro-empty-content-description {
    color: var(--G40);
    font-size: 12px;
    margin-top: 16px
}

.teamix-pro-empty-content-extra {
    margin-top: 8px
}

.theme-hybridcloud-dark {
    --title-active-color: #eaeaea;
    --title-not-active-color: #a8a8a8;
    --text-active-color: #eaeaea;
    --text-not-active-color: #6b6b6b
}

.teamix-pro-filed-output-step-item-render-dot {
    border-radius: 50%;
    box-sizing: content-box;
    cursor: pointer;
    height: var(--s-2);
    width: var(--s-2)
}

.teamix-pro-filed-output-step-item-render-dot-process {
    background: #0064c8;
    background: var(--color-brand1-6,#0064c8);
    background-clip: content-box
}

.teamix-pro-filed-output-step-item-render-dot-process:hover {
    border: 2px solid rgba(0,100,200,.5)
}

.teamix-pro-filed-output-step-item-render-dot-success {
    background: #90c0ef;
    background: var(--color-brand1-3,#90c0ef);
    background-clip: content-box
}

.teamix-pro-filed-output-step-item-render-dot-success:hover {
    border: 2px solid rgba(144,192,239,.5)
}

.teamix-pro-filed-output-step-item-render-dot-fail {
    background: #e84738;
    background: var(--color-error-5,#e84738);
    background-clip: content-box
}

.teamix-pro-filed-output-step-item-render-dot-fail:hover {
    border: 2px solid rgba(232,71,56,.5)
}

.teamix-pro-filed-output-step-item-render-dot-wait {
    background: #ccc;
    background: var(--color-line1-3,#ccc);
    background-clip: content-box
}

.teamix-pro-filed-output-step-item-render-dot-wait:hover {
    border: 2px solid hsla(0,0%,80%,.5)
}

.teamix-pro-filed-output-step-item-render-tail-process .next-step-item-tail-underlay .next-step-item-tail-overlay {
    background: #0064c8;
    background: var(--color-notice-5,#0064c8)
}

.teamix-pro-filed-output-step-item-render-tail-success .next-step-item-tail-underlay .next-step-item-tail-overlay {
    background: #90c0ef;
    background: var(--color-brand1-3,#90c0ef)
}

.teamix-pro-filed-output-step-item-render-tail-fail .next-step-item-tail-underlay .next-step-item-tail-overlay {
    background: #e84738;
    background: var(--color-error-5,#e84738)
}

.teamix-pro-filed-output-step-item-render-tail-wait .next-step-item-tail-underlay .next-step-item-tail-overlay {
    background: #ccc;
    background: var(--color-line1-3,#ccc)
}

.teamix-pro-filed-output-step-item-render-title {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.teamix-pro-filed-output-step-item-render-title-not-active {
    color: var(--color-text1-8);
    color: var(--title-not-active-color,var(--color-text1-8));
    font-weight: 400
}

.teamix-pro-filed-output-step-item-render-title-active {
    color: var(--color-text1-3);
    color: var(--title-active-color,var(--color-text1-3));
    font-weight: 500
}

.teamix-pro-filed-output-step-item-render-content {
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    font-weight: 400;
    margin-top: -4px
}

.teamix-pro-filed-output-step-item-render-content-not-active {
    color: var(--color-text1-8);
    color: var(--text-not-active-color,var(--color-text1-8))
}

.teamix-pro-filed-output-step-item-render-content-active {
    color: var(--color-text1-3);
    color: var(--text-active-color,var(--color-text1-3))
}

.teamix-pro-filed-output-step-label-hoz .teamix-pro-filed-output-step-item-render-content-text {
    padding-right: var(--s-5)
}

.teamix-pro-filed-output-step.next-step-circle.next-step-horizontal {
    overflow: visible;
    overflow: initial
}

.teamix-pro-filed-output-step .next-step-item-container .next-step-item-node-placeholder {
    align-items: center;
    display: flex;
    justify-content: center
}

.teamix-pro-filed-output-step.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.teamix-pro-filed-output-step-label-hoz .next-step-item-container .next-step-item-node-placeholder {
    width: var(--s-4)
}

.teamix-pro-filed-output-step-label-hoz.next-step-circle .next-step-item-container {
    padding: 0
}

.teamix-pro-filed-output-step-label-hoz.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    margin-top: 2px
}

.teamix-pro-filed-output-step-label-hoz.next-step-circle.next-step-horizontal>.next-step-item-wait:not(.next-step-item-last) .next-step-item-tail-overlay {
    margin-left: -4px;
    min-width: var(--s-6);
    width: calc(100% + 4px)
}

.teamix-pro-filed-output-step-label-ver.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    margin-top: -4px
}

.teamix-pro-filed-output-step-label-ver.next-step-circle.next-step-horizontal>.next-step-item-wait:not(.next-step-item-last) .next-step-item-tail {
    margin-left: -12px;
    min-width: var(--s-6);
    width: calc(100% - 16px)
}

.teamix-pro-filed-output-step-label-no-wrapper.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    max-width: 160px;
    width: 160px
}

.teamix-pro-filed-output-step-label-no-wrapper.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    word-break: keep-all
}

.teamix-pro-field-output-avatar {
    align-items: center;
    display: flex
}

.teamix-pro-field-output-avatar-box {
    background-color: #eaeaea;
    background-color: var(--color-fill1-3,#eaeaea);
    border-radius: 50%;
    flex-shrink: 0;
    height: 24px;
    margin-right: 8px;
    overflow: hidden;
    width: 24px
}

.teamix-pro-field-output-avatar-box img {
    height: auto;
    object-fit: cover;
    width: 24px
}

.teamix-pro-field-output-avatar-group {
    display: flex
}

.teamix-pro-field-output-avatar-group-item {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 26px;
    justify-content: center;
    margin-left: -5px;
    width: 26px
}

.teamix-pro-field-output-avatar-group-item img {
    height: auto;
    object-fit: cover;
    width: 26px
}

.teamix-pro-field-output-avatar-group-item:first-child {
    background-color: #297acc;
    margin-left: 0
}

.teamix-pro-field-output-avatar-group-item:nth-child(2) {
    background-color: #8a87f5
}

.teamix-pro-field-output-avatar-group-item:nth-child(3) {
    background-color: #49add1
}

.teamix-pro-field-output-avatar-group-item:nth-child(4) {
    background-color: #57ccd9
}

.teamix-pro-field-output-avatar-group-more {
    background-color: #dce0e8!important
}

.teamix-pro-field-output-avatar-group-more-icon {
    color: #81909b
}

.teamix-pro-field-output-ip-item {
    align-items: center;
    display: flex;
    font-family: helvetica neue
}

.teamix-pro-field-output-ip-block {
    align-items: center;
    background-color: #818a9c;
    border-radius: 2px;
    display: flex;
    height: 12px;
    justify-content: center;
    margin-right: 4px;
    min-width: 12px
}

.teamix-pro-field-output-ip-block .teamix-pro-field-output-ip-block-text {
    color: #fff
}

.teamix-pro-field-output-ip-block-text {
    font-weight: 500;
    transform: scale(.7)
}

.teamix-pro-field-output-ip-private {
    background-color: #818a9c;
    background-color: var(--S50,#818a9c)
}

.teamix-pro-field-output-ip-private .teamix-pro-field-output-ip-block-text {
    color: #fff;
    color: var(--color-snow,#fff)
}

.teamix-pro-field-output-ip-public {
    background-color: #dadde3;
    background-color: var(--S20,#dadde3)
}

.teamix-pro-field-output-ip-public .teamix-pro-field-output-ip-block-text {
    color: #586173;
    color: var(--S60,#586173)
}

.teamix-pro-field-output-ip-elastic {
    background-color: #3f454f;
    background-color: var(--S70,#3f454f)
}

.teamix-pro-field-output-ip-elastic .teamix-pro-field-output-ip-block-text {
    color: #fff;
    color: var(--color-snow,#fff)
}

.teamix-pro-field-output-ip-en-us.teamix-pro-field-output-ip-private,.teamix-pro-field-output-ip-en-us.teamix-pro-field-output-ip-public {
    min-width: 38px
}

.MoneyInput {
    color: var(--color-brand1-6);
    text-align: center
}

.teamix-pro-color-swatches {
    background-color: var(--color-fill1-1);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.18);
    box-shadow: var(--shadow-2,0 3px 8px 0 rgba(0,0,0,.18));
    height: 240px;
    overflow: auto;
    padding: 16px 0 6px 16px;
    width: 320px
}

.teamix-pro-color-swatches-body-group {
    display: flex
}

.teamix-pro-color-swatches-body-item {
    margin-right: 10px;
    width: 40px
}

.teamix-pro-color-swatches-body-item-color-check {
    color: var(--color-fill1-1);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.teamix-pro-color-swatches-body-item-color {
    cursor: pointer;
    height: 24px;
    margin-bottom: 5px;
    position: relative;
    width: 40px
}

.teamix-pro-color-swatches-body-item-color-black {
    border: 1px solid #d9d9d9;
    border: 1px solid var(--color-line1-2,#d9d9d9)
}

.teamix-pro-color-swatches-body-item-color-black .teamix-pro-color-swatches-body-item-color-check {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a)
}

.teamix-pro-field-tag-picker {
    position: relative
}

.teamix-pro-field-tag-picker .next-tag,.teamix-pro-field-tag-picker .next-tag>.next-tag-body {
    cursor: pointer
}

.teamix-pro-field-tag-picker .next-tag-checkable.next-tag-level-normal.checked {
    background: var(--tag-secondary-bg-hover)
}

.teamix-pro-field-tag-picker-shadow {
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.teamix-pro-field-tag-picker-button.next-btn {
    line-height: 18px!important;
    vertical-align: text-bottom
}

.teamix-pro-menu-select {
    max-height: 420px;
    overflow: auto;
    padding: 16px 16px 0
}

.teamix-pro-menu-select::-webkit-scrollbar {
    width: 4px;
    width: var(--scrollbar-width,4px)
}

.teamix-pro-menu-select::-webkit-scrollbar-thumb {
    background-color: #6b6b6b;
    background-color: var(--scrollbar-thumb-bg,#6b6b6b);
    border-radius: 3px;
    border-radius: var(--scrollbar-track-border-radius,3px)
}

.teamix-pro-menu-select::-webkit-scrollbar-track {
    background-color: #303030;
    background-color: var(--scrollbar-track-bg,#303030)
}

.teamix-pro-menu-select-popup {
    background-color: var(--color-fill1-1);
    border: 0 solid #eaeaea;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,#eaeaea);
    border-radius: 2px;
    border-radius: var(--popup-local-corner,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1))
}

.teamix-pro-menu-select-header {
    padding: 16px 16px 8px
}

.teamix-pro-menu-select-header-all {
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    padding-left: 24px;
    position: relative;
    transition: all .2s;
    width: 204px
}

.teamix-pro-menu-select-header-all:hover {
    background-color: #f7f7f7;
    background-color: var(--menu-background-hover,#f7f7f7);
    color: #333;
    color: var(--menu-color-hover,#333)
}

.teamix-pro-menu-select-header-all-active {
    background-color: var(--menu-background-selected)!important
}

.teamix-pro-menu-select-header-line {
    background: #eaeaea;
    background: var(--color-line1-1,#eaeaea);
    height: 1px;
    margin-top: 8px;
    width: 100%
}

.teamix-pro-menu-select-body {
    position: relative
}

.teamix-pro-menu-select-item {
    padding-bottom: 16px;
    position: absolute
}

.teamix-pro-menu-select-item-title {
    font-weight: 500;
    height: 28px
}

.teamix-pro-menu-select-item-label {
    align-items: center;
    border-radius: var(--corner-1);
    cursor: pointer;
    display: flex;
    line-height: 18px;
    margin: 4px 0;
    min-height: 32px;
    padding-bottom: 4px;
    padding-left: 24px;
    padding-top: 4px;
    position: relative;
    transition: all .2s
}

.teamix-pro-menu-select-item-label:first-child {
    margin-top: 0
}

.teamix-pro-menu-select-item-label:last-child {
    margin-bottom: 0
}

.teamix-pro-menu-select-item-label:hover {
    background-color: #f7f7f7;
    background-color: var(--menu-background-hover,#f7f7f7);
    color: #333;
    color: var(--menu-color-hover,#333)
}

.teamix-pro-menu-select-item-label-active {
    background-color: var(--menu-background-selected)!important
}

.teamix-pro-menu-select-item-label-disabled {
    color: #aaa;
    color: var(--color-text-5,#aaa);
    cursor: not-allowed;
    opacity: .6;
    pointer-events: none
}

.teamix-pro-menu-select-item-label-icon {
    color: var(--color-brand1-6);
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.teamix-pro-menu-select-label {
    color: #333;
    color: var(--input-text-color,#333)
}

.teamix-pro-menu-select-footer {
    align-items: center;
    background-color: var(--color-fill1-1);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    display: flex;
    height: 64px;
    justify-content: space-between;
    padding: 0 16px
}

.teamix-pro-menu-select-footer-cancel {
    margin-right: 8px
}

.teamix-pro-menu-select-search-label {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.teamix-pro-menu-select-search-label .teamix-icon {
    margin-right: 16px
}

.teamix-pro-menu-select-search-label .next-tag {
    margin-bottom: 2px;
    margin-right: 4px;
    margin-top: 2px
}

.teamix-pro-menu-select-search-label-input {
    width: inherit!important
}

.teamix-pro-menu-select-search {
    width: 100%
}

.teamix-pro-menu-select-search .teamix-pro-tag-group {
    width: calc(100% - 40px)
}

.teamix-pro-menu-select-search .next-input-label {
    max-width: calc(100% - 100px)
}

.teamix-pro-menu-select-search .next-input-label+input {
    display: none
}

.teamix-pro-menu-select-tag .next-tag-body {
    align-items: center;
    display: flex
}

.teamix-pro-menu-select-select .next-select-values.next-input-text-field {
    padding-left: 0
}

.teamix-pro-select-group {
    background-color: var(--color-fill1-1);
    border: 0 solid #eaeaea;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,#eaeaea);
    border-radius: 2px;
    border-radius: var(--popup-local-corner,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    overflow: auto;
    padding: 12px 8px;
    width: 348px
}

.teamix-pro-select-group-select .next-tag-body {
    align-items: center;
    display: flex
}

.teamix-pro-select-group-select .next-input-label {
    width: calc(100% - 40px)
}

.teamix-pro-select-group-select .next-select-values.next-select-values {
    padding-left: 0
}

.teamix-pro-select-group-select-has-placeholder .next-input-label {
    width: auto
}

.teamix-pro-select-group-search,.teamix-pro-select-group-search-input {
    width: 100%
}

.teamix-pro-select-group-container {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    position: relative;
    text-align: center
}

.teamix-pro-select-group-container-box {
    width: 49%
}

.teamix-pro-select-group .teamix-pro-select-group-checkbox-group.teamix-pro-select-group-checkbox-group {
    border: none;
    border-radius: none;
    box-shadow: none;
    display: block;
    height: 160px;
    margin-top: 12px;
    overflow: auto;
    padding: 0;
    text-align: left
}

.teamix-pro-select-group .teamix-pro-select-group-checkbox-group.teamix-pro-select-group-checkbox-group .next-menu-item-text {
    display: inline-block;
    width: calc(100% - 24px)
}

.teamix-pro-select-group-checkbox-active {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7)
}

.teamix-pro-select-group-checkbox {
    border-radius: var(--corner-1);
    cursor: pointer;
    padding: 8px;
    width: 100%
}

.teamix-pro-select-group-checkbox .next-checkbox-label {
    display: inline-block
}

.teamix-pro-select-group-checkbox:hover {
    background-color: #f7f7f7;
    background-color: var(--menu-background-hover,#f7f7f7);
    color: #333;
    color: var(--menu-color-hover,#333)
}

.teamix-pro-select-group-checkbox-content {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.teamix-pro-select-group-checkbox-before-icon {
    color: #90c0ef;
    color: var(--color-brand1-3,#90c0ef);
    margin-right: 4px
}

.teamix-pro-select-group-checkbox-after-icon {
    color: #848484;
    color: var(--menu-arrow-color,#848484)
}

.teamix-pro-select-group-footer {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.teamix-pro-select-group-footer button.next-btn.next-btn.next-medium.next-btn-text {
    line-height: 18px
}

.teamix-pro-select-group-loadmore {
    cursor: pointer;
    margin-left: var(--s-2);
    text-align: left
}

.teamix-pro-select-group-loadmore button.next-btn.next-btn.next-medium.next-btn-text {
    line-height: 18px
}

.teamix-pro-select-group-footer-icon {
    display: inline-block;
    margin-left: 4px
}

.teamix-pro-select-group-footer-icon i {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.teamix-pro-select-group-divider {
    margin-bottom: 12px;
    margin-top: 12px
}

.teamix-pro-select-group-no-data {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    left: 0;
    position: absolute;
    right: 0;
    top: calc(50% + 18px);
    transform: translateY(-50%)
}

.teamix-pro-select-group .teamix-pro-ellipsis-content {
    height: 32px;
    width: 86px
}

.teamix-pro-select-group .teamix-pro-ellipsis-content .teamix-pro-ellipsis {
    display: inline-block;
    height: 32px;
    width: 86px
}

.teamix-pro-select-group-checkbox-content-left {
    align-items: center;
    display: flex;
    height: 32px
}

.teamix-pro-select-group-checkbox-group-right .next-menu-item-text {
    height: 32px
}

.teamix-pro-menu-cascader-select {
    background-color: var(--color-fill1-1);
    border: 0 solid #eaeaea;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,#eaeaea);
    border-radius: 2px;
    border-radius: var(--popup-local-corner,2px);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    height: 373px;
    overflow: auto;
    padding: 16px;
    width: 540px
}

.teamix-pro-menu-cascader-select-select .next-tag-body {
    align-items: center;
    display: flex
}

.teamix-pro-menu-cascader-select-select .next-input-label {
    width: calc(100% - 40px)
}

.teamix-pro-menu-cascader-select-select .next-select-values.next-select-values {
    padding-left: 0
}

.teamix-pro-menu-cascader-select-select-has-placeholder .next-input-label {
    width: auto
}

.teamix-pro-menu-cascader-select-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.teamix-pro-menu-cascader-select-search {
    width: 310px
}

.teamix-pro-menu-cascader-select-search-input {
    width: 100%
}

.teamix-pro-menu-cascader-select-container {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    position: relative
}

.teamix-pro-menu-cascader-select-container-box {
    height: 288px;
    overflow: auto;
    width: 49%
}

.teamix-pro-menu-cascader-select-container-box::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.teamix-pro-menu-cascader-select-container-box::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.teamix-pro-menu-cascader-select-container-box::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.teamix-pro-menu-cascader-select-container-box::-webkit-scrollbar-track {
    background-color: transparent
}

.teamix-pro-menu-cascader-select-group-header {
    color: #333;
    color: var(--color-text-2,#333);
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    line-height: 32px
}

.teamix-pro-menu-cascader-select-group-item {
    align-items: center;
    border-radius: 2px;
    color: #333;
    color: var(--color-text-2,#333);
    cursor: pointer;
    display: flex;
    line-height: 32px;
    padding: 0 8px;
    position: relative
}

.teamix-pro-menu-cascader-select-group-item-single {
    padding: 0 8px 0 24px
}

.teamix-pro-menu-cascader-select-group-item:hover {
    background-color: #f7f7f7;
    background-color: var(--menu-background-hover,#f7f7f7)
}

.teamix-pro-menu-cascader-select-group-item-active {
    background-color: var(--menu-background-selected)
}

.teamix-pro-menu-cascader-select-group-item-icon {
    color: var(--color-brand1-6);
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.teamix-pro-menu-cascader-select-group-item-extra {
    color: var(--color-text-5);
    font-size: 12px;
    line-height: 32px;
    position: absolute;
    right: 16px;
    top: 0
}

.teamix-pro-menu-cascader-select-group-item-checkbox {
    line-height: 1;
    margin-right: 8px
}

.next-formily-group .next-formily-group-panel .next-formily-group-panel-title {
    color: #1a1a1a;
    color: var(--color-text1-4,#1a1a1a);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    font-weight: 500;
    font-weight: var(--font-weight-medium,500);
    line-height: 1.5;
    margin-bottom: 20px
}

.next-formily-group .next-formily-group-panel .next-formily-group-panel-divider {
    background-color: #eaeaea;
    background-color: var(--color-line1-1,#eaeaea);
    height: 1px;
    line-height: 1;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%
}

.teamix-pro-form-light-filter {
    display: flex;
    height: 32px;
    height: var(--search-normal-normal-m-height,32px);
    transition: box-shadow var(--active-transition);
    width: 100%
}

.teamix-pro-form-light-filter:focus,.teamix-pro-form-light-filter:hover {
    border-color: #ababab;
    border-color: var(--input-focus-border-color,#ababab);
    box-shadow: var(--active-shadow)
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-main {
    border: 1px solid #d9d9d9;
    border: var(--search-normal-normal-border-width,1px) solid var(--color-line1-2,#d9d9d9);
    border-radius: 2px;
    border-radius: var(--search-normal-corner,2px);
    box-sizing: border-box;
    display: flex
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-main .teamix-pro-form-light-filter-select {
    min-width: auto
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-main .teamix-pro-form-light-filter-select .next-input {
    border: 0;
    box-shadow: none;
    min-width: auto
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-main .teamix-pro-form-light-filter-select .next-input .next-input-text-field {
    padding-right: 4px
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-main .teamix-pro-form-light-filter-select .next-input {
    height: 30px;
    height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-main .teamix-pro-form-light-filter-select .next-input-control {
    padding-right: 0
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-main .teamix-pro-form-light-filter-select-none .next-input-control {
    padding-right: 8px;
    padding-right: var(--input-m-icon-padding-right,8px)
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-addonAfter {
    display: none
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-addonAfter .next-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.teamix-pro-form-light-filter .teamix-pro-form-light-filter-addonAfter .next-btn .teamix-icon {
    color: #ababab!important;
    color: var(--color-line1-5,#ababab)!important
}

.teamix-pro-form-light-filter-input-category .teamix-pro-form-light-filter-main {
    border-bottom-right-radius: 0;
    border-right: 0;
    border-top-right-radius: 0
}

.teamix-pro-form-light-filter-input-category .teamix-pro-form-light-filter-addonAfter {
    display: block
}

.next-formily-item-bordered-none .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component {
    min-height: 30px;
    min-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
}

.next-formily-item-bordered-none .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-date-picker2-input {
    border: 0;
    box-shadow: none!important
}

.next-formily-item-bordered-none .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-date-picker2-input.next-date-picker2-input-medium,.next-formily-item-bordered-none .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-input.next-medium {
    height: 30px;
    height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
}

.next-formily-item-bordered-none .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-input-group-addon.next-before.next-search-left-addon,.next-formily-item-bordered-none .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-input-group.next-search-left {
    border: 0;
    box-shadow: none!important
}

.teamix-pro-form-text {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px)
}

.next-formily-item .next-formily-item-label label {
    color: #333;
    color: var(--form-label-color,#333);
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

.next-formily-item .next-formily-item-label-tooltip label {
    border: 0
}

.next-formily-item .next-formily-item-label-tooltip * {
    cursor: default
}

.next-formily-item>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component {
    width: auto
}

.next-formily-item>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component {
    line-height: normal
}

.next-formily-item>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component .teamix-pro-field-colorradio,.next-formily-item>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component .teamix-pro-field-radio,.next-formily-item>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component .teamix-pro-field-range,.next-formily-item>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component .teamix-pro-field-switch,.next-formily-item>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component>.teamix-pro-field-checkbox {
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px)
}

.next-formily-item>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component>.next-btn-text {
    width: auto
}

.next-formily-item .next-form-preview {
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px)
}

.next-formily-item .next-formily-item-asterisk {
    display: none
}

.next-formily-item .next-formily-item-asterisk-pro:after {
    color: #e84738;
    color: var(--color-error-5,#e84738);
    content: "*";
    font-family: Verdana;
    margin-left: 4px;
    position: relative;
    top: 2px
}

.next-formily-item .next-formily-item-help {
    line-height: 18px;
    margin-top: 2px
}

.next-formily-item .next-formily-item-extra {
    line-height: 18px;
    margin: 2px 0
}

.next-formily-item .next-formily-item-colon {
    margin-left: 4px;
    margin-right: 12px
}

.next-formily-item .next-formily-item-label-tooltip-icon {
    color: #848484;
    color: var(--color-text1-8,#848484)
}

.next-formily-item .next-formily-item-label-tooltip-icon:hover {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a)
}

.next-formily-item .next-formily-item-extra,.next-formily-item .next-formily-item-help {
    color: #848484;
    color: var(--color-text1-8,#848484)
}

.next-formily-item .next-formily-item-error-help {
    color: #e84738;
    color: var(--color-error-5,#e84738)
}

.next-formily-item .next-formily-item-control .next-formily-item-control-content .next-formily-item-addon-before {
    color: #848484;
    color: var(--color-text1-8,#848484);
    margin-right: 16px
}

.next-formily-item .next-formily-item-control .next-formily-item-control-content .next-formily-item-addon-after {
    color: #848484;
    color: var(--color-text1-8,#848484);
    margin-left: 16px
}

.next-formily-item-size-small .teamix-pro-field .next-form-preview {
    line-height: 24px;
    line-height: var(--form-element-small-height,24px)
}

.next-formily-item-size-large .teamix-pro-field .next-form-preview {
    line-height: 36px;
    line-height: var(--form-element-large-height,36px)
}

.next-formily-icon {
    transform: translateY(-1px)
}

.next-formily-item-fullness>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component {
    width: 100%
}

.next-formily-item-fullness>.next-formily-item-control>.next-formily-item-control-content>.next-formily-item-control-content-component>:first-child {
    width: 100%
}

.next-formily-item-inset {
    line-height: 30px;
    line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
}

.next-formily-item-inset .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component,.next-formily-item-inset .next-formily-item-label-content {
    min-height: 30px;
    min-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
}

.next-formily-item-inset .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-date-picker2-input.next-date-picker2-input-medium,.next-formily-item-inset .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-input.next-medium {
    height: 30px;
    height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
    line-height: 30px;
    line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
}

.next-formily-item-inset .next-formily-item-control .next-formily-item-control-content .next-formily-item-control-content-component .next-select-multiple .next-input.next-medium {
    height: auto
}

.next-formily-item-inset .next-formily-item-label .next-formily-item-label-content label {
    color: #848484;
    color: var(--color-text1-8,#848484);
    font-weight: 400
}

.next-formily-item-inset .next-formily-item-label .next-formily-item-colon {
    margin-right: 4px
}

.next-formily-item-inset .teamix-pro-field-icon button,.next-formily-item-inset .teamix-pro-field-money button {
    border: 0!important
}

.next-formily-item-inset .teamix-pro-field-color-swatch {
    box-shadow: none!important
}

.next-formily-item-inset .next-date-picker2-input,.next-formily-item-inset .next-date-picker2-input-range {
    border: 0!important;
    box-shadow: none!important
}

.next-formily-item-inset .next-input-group,.next-formily-item-inset .next-input-group-addon .next-btn {
    border: 0
}

.next-formily-item-inset .next-input-control:last-child {
    padding-right: 0
}

.next-formily-editable-content {
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px)
}

.next-formily-collapse .next-collapse-panel-title .next-badge-count {
    transform: translateX(4px)
}

.next-formily-array-collapse-item .next-collapse-panel-hidden .next-collapse-panel-content,.next-formily-collapse .next-collapse-panel-hidden .next-collapse-panel-content {
    padding-bottom: 0;
    padding-top: 4px
}

.next-formily-array-collapse-item .next-collapse-panel-content,.next-formily-collapse .next-collapse-panel-content {
    padding-bottom: 0;
    padding-top: 20px
}

.teamix-button-group-item.next-formily-item-layout-vertical>.next-formily-item-label {
    display: none
}

.next-formily-button-group {
    margin-top: 32px;
    margin-top: var(--form-element-medium-height,32px)
}

.next-formily-item .next-formily-button-group {
    margin-top: 12px
}

.next-drawer-footer .next-formily-button-group {
    margin-top: 0
}

.teamix-pro-form-button-affix-always.next-affix,.teamix-pro-form-button-affix-auto.next-affix {
    background: #fff!important;
    background: var(--color-fill1-1,#fff)!important;
    box-shadow: 0 -1px 5px 0 rgba(38,38,38,.14);
    height: 56px!important;
    left: 0;
    right: 0;
    width: 100%!important;
    z-index: 2
}

.teamix-pro-form-button-affix-always.next-affix {
    bottom: 0!important
}

.next-formily-step .next-step {
    margin-bottom: 32px!important;
    margin-bottom: var(--form-element-medium-height,32px)!important
}

.next-formily-array-items .next-formily-grid-layout>div:last-child {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.form-array-base-icon,.next-formily-array-base-addition,.next-formily-array-base-move-down,.next-formily-array-base-move-up,.next-formily-array-base-remove,.next-formily-array-base-sort-handle {
    color: #848484;
    color: var(--color-fill1-6,#848484)
}

.form-array-base-icon:hover,.next-formily-array-base-addition:hover,.next-formily-array-base-move-down:hover,.next-formily-array-base-move-up:hover,.next-formily-array-base-remove:hover,.next-formily-array-base-sort-handle:hover {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.form-array-base-icon {
    cursor: pointer
}

.next-btn.next-formily-array-base-addition {
    border-style: dashed
}

.next-btn.next-formily-array-base-addition .next-formily-icon {
    margin-right: 4px
}

.next-formily-array-items .next-formily-item-control-content-component>.next-btn-text.next-formily-array-base-addition {
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px)
}

.next-formily-array-cards-item .next-card-head {
    background-color: #f7f7f7;
    background-color: var(--color-fill1-2,#f7f7f7);
    padding: 16px 20px
}

.next-formily-array-cards-item .next-card-head .next-card-head-main {
    border-bottom: 0;
    height: 22px;
    line-height: 22px;
    margin-top: 0
}

.next-formily-array-cards-item .next-card-head .next-card-head-main .next-card-title {
    padding-left: 0
}

.next-formily-array-cards-item .next-card-head .next-card-head-main .next-card-title:before {
    display: none
}

.next-formily-array-table-status-select {
    display: none
}

.next-formily-array-table .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help {
    z-index: 2!important
}

.teamix-pro-form-select-table-column-tree>.next-table-cell-wrapper {
    align-items: center;
    display: flex
}

.next-formily-array-items-card {
    background: #fff;
    background: var(--card-background,#fff);
    border-color: #eaeaea;
    border-color: var(--card-border-color,#eaeaea)
}

.next-formily-array-items-card .next-formily-item:not(.next-formily-item-feedback-layout-popover) .next-formily-item-help {
    background: #fff;
    background: var(--card-background,#fff);
    box-shadow: 0 0 10px #eaeaea;
    box-shadow: 0 0 10px var(--card-border-color,#eaeaea)
}

.next-formily-item-control-content-component .teamix-pro-field-tooltip.teamix-pro-field-checkbox .teamix-pro-lable-icon-tip-icon {
    transform: translateY(4px)
}

.next-formily-item-inset.next-formily-item-feedback-has-text.next-formily-item-extra-wrap {
    margin-bottom: 42px
}

.next-formily-item-inset.next-formily-item-feedback-has-text.next-formily-item-extra-wrap .next-formily-item-error-help {
    left: 0;
    position: absolute
}

.next-formily-item-inset.next-formily-item-feedback-has-text.next-formily-item-extra-wrap .next-formily-item-extra {
    bottom: -40px;
    left: 0;
    position: absolute
}

.next-formily-item-inset.next-formily-item-extra-wrap {
    margin-bottom: 40px
}

.next-formily-item-inset.next-formily-item-extra-wrap .next-formily-item-extra {
    left: 0;
    position: absolute
}

.next-formily-item-inset.next-formily-item-feedback-has-text {
    margin-bottom: 40px
}

.next-formily-item-inset.next-formily-item-feedback-has-text .next-formily-item-error-help {
    left: 0;
    position: absolute
}

.teamix-pro-pagination-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.teamix-pro-pagination-custom-total-content {
    align-items: center;
    display: flex
}

.teamix-pro-pagination-custom-total-content .next-menu {
    min-width: 56px!important
}

.teamix-pro-pagination-custom-total-content .next-menu .next-menu-item.next-select-menu-item {
    padding: 0 8px!important
}

.teamix-pro-pagination-custom-jumper,.teamix-pro-pagination-custom-mini-pagination {
    align-items: center;
    display: flex
}

.teamix-pro-pagination-custom-jumper .jump-input {
    width: 36px
}

.teamix-pro-pagination-custom-jumper .jump-input input {
    line-height: 30px;
    padding: 0 3px;
    text-align: center
}

.teamix-pro-pagination-custom-jumper .total {
    color: var(--color-text1-2);
    margin-left: 8px;
    margin-right: 4px
}

.teamix-pro-pagination-custom-jumper .next-prev {
    margin-left: 8px;
    margin-right: 4px
}

.teamix-pro-pagination-custom-jumper .next-pagination-item:disabled i {
    color: #ccc!important;
    color: var(--btn-pure-normal-color-disabled,#ccc)!important
}

.teamix-pro-pagination-custom-page-size-selector.next-select-trigger,.teamix-pro-pagination-custom-page-size-selector.next-select-trigger .next-select-inner {
    min-width: 56px
}

.teamix-pro-table-toolbar-filter {
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    max-height: 350px;
    min-width: 130px;
    overflow-y: auto
}

.teamix-pro-table-toolbar-filter-icon {
    cursor: pointer;
    margin-left: 4px
}

.teamix-pro-table-toolbar-filter-icon-selected {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.teamix-pro-table-toolbar-filter .teamix-pro-table-toolbar-filter-btn-box {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px
}

.teamix-pro-table-toolbar-filter .teamix-pro-table-toolbar-filter-btn.teamix-pro-table-toolbar-filter-btn {
    min-width: 48px!important
}

.teamix-pro-table-toolbar-filter .teamix-pro-table-toolbar-filter-btn.teamix-pro-table-toolbar-filter-btn:first-child {
    margin-right: 8px
}

.theme-xconsole .teamix-pro-table-toolbar-filter-column-checkbox-group .next-menu-item-inner {
    align-items: center;
    display: flex
}

.teamix-pro-table {
    background: #fff;
    background: var(--table-row-bg,#fff);
    position: relative
}

.teamix-pro-table-footer {
    padding: 8px 0;
    width: 100%
}

.teamix-pro-table-footer-fixed {
    background: var(--color-fill1-1);
    border-top: 1px solid var(--color-line1-2);
    bottom: 0;
    box-shadow: var(--shadow-1-up);
    position: fixed;
    z-index: 3
}

.teamix-pro-table-footer-has-action,.teamix-pro-table-footer-has-rowSelection {
    align-items: center;
    display: flex;
    padding: 8px 0;
    right: 0;
    width: 100%
}

.teamix-pro-table-footer-left-wrapper {
    align-items: center;
    display: flex;
    flex-shrink: 0
}

.teamix-pro-table-footer-right-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.teamix-pro-table-footer-right-wrapper>span {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.teamix-pro-table-footer-action {
    margin-left: 16px
}

.teamix-pro-table-footer-checkbox-medium {
    margin-left: 16px;
    margin-left: var(--table-cell-padding-left,16px)
}

.teamix-pro-table-footer-checkbox-small {
    margin-left: 8px;
    margin-left: var(--table-size-s-cell-padding-left,8px)
}

.teamix-pro-table-selected-msg {
    color: var(--color-fill1-6);
    margin-left: 16px
}

.teamix-pro-table-fullscreen {
    padding: 24px 24px 0
}

.teamix-pro-table-fullscreen .next-table-stickylock.next-table-scrolling-to-right:after {
    box-shadow: none
}

.teamix-pro-table-fullscreen .teamix-pro-table-footer {
    background-color: #fff;
    background-color: var(--table-row-bg,#fff);
    bottom: 0;
    box-shadow: var(--shadow-1-up);
    left: 0;
    margin: 0;
    padding: 10px 24px 8px;
    position: fixed;
    right: 0;
    z-index: 5
}

.teamix-pro-table-fullscreen .next-table-body {
    transition: all .1s
}

.teamix-pro-table-shadow-container {
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden
}

.teamix-pro-table-shadow-container-columns {
    display: flex
}

.teamix-pro-table-shadow-container-columns>* {
    flex-shrink: 0
}

.teamix-pro-table-action-column-shadow-container {
    display: flex;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden
}

.teamix-pro-table .next-table-sort.next-table-header-icon {
    line-height: 16px;
    margin-left: 6px
}

.teamix-pro-table .next-table-sort.next-table-header-icon .teamix-icon {
    position: absolute;
    width: 12px
}

.teamix-pro-table .next-table-sort.next-table-header-icon .current .teamix-icon {
    color: #0064c8;
    color: var(--table-sort-color-current,#0064c8)
}

.teamix-pro-table .next-table-empty {
    padding: 0
}

.teamix-pro-table .next-table-wrap-empty .next-table-body tr td {
    border-bottom: 0
}

.teamix-pro-table-footer-suction {
    margin-bottom: 50px
}

.teamix-pro-table-footer-suction .teamix-pro-table-footer {
    background-color: #fff;
    background-color: var(--table-row-bg,#fff);
    border-top: 1px solid var(--color-line1-1);
    bottom: 0;
    box-shadow: var(--shadow-1-up);
    margin: 0;
    padding: 10px 24px 8px;
    position: fixed;
    z-index: 2
}

.next-table-empty {
    --table-empty-padding: 48px
}

.next-table.next-table td .next-table-cell-wrapper {
    text-overflow: clip
}

.mb8 {
    margin-bottom: 8px
}

.next-table .next-form-preview {
    line-height: inherit
}

.next-table-row .teamix-pro-field.teamix-pro-field-text .next-form-preview {
    color: var(--table-row-color)
}

.next-table-row.hovered .teamix-pro-field.teamix-pro-field-text .next-form-preview {
    color: var(--table-row-hover-color)
}

.next-table-sort.next-table-header-icon a:hover {
    color: var(--color-brand1-5)
}

.teamix-pro-tree-table .next-table-cell.first .next-table-cell-wrapper {
    align-items: center;
    display: flex
}

.teamix-pro-table-toolbar {
    text-align: right;
    width: 100%
}

.teamix-pro-table-toolbar-flat {
    margin-left: 8px
}

.teamix-pro-table-toolbar-item {
    display: inline-block
}

.teamix-pro-table-toolbar-item:not(:first-child) {
    margin-left: 8px
}

.teamix-pro-table-toolbar-content {
    display: flex
}

.teamix-pro-table-toolbar-shadow {
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
    z-index: -1
}

.teamix-pro-table-toolbar-custom {
    display: inline-block
}

.teamix-pro-table-toolbar-icon i {
    color: #848484;
    color: var(--color-fill1-6,#848484)
}

.teamix-pro-table-toolbar-filter-column {
    background: var(--menu-background);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--popup-local-shadow,0 6px 24px 0 rgba(0,0,0,.1));
    min-width: 180px
}

.teamix-pro-table-toolbar-filter-column-dialog .next-checkbox-label {
    line-height: 16px;
    line-height: var(--checkbox-size,16px)
}

.teamix-pro-table-toolbar-filter-column-reset.next-btn {
    position: absolute;
    right: 0;
    top: 6px
}

.teamix-pro-table-toolbar-filter-column .next-menu-divider {
    margin: 0
}

.teamix-pro-table-toolbar-filter-column .next-menu-item-inner {
    text-overflow: clip
}

.teamix-pro-table-toolbar-filter-column .next-menu-item-inner:hover .teamix-pro-table-toolbar-filter-column-sort {
    cursor: pointer;
    visibility: visible
}

.teamix-pro-table-toolbar-filter-column .next-menu-item-text {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding-right: 40px;
    position: relative;
    white-space: nowrap;
    width: calc(100% - 8px)
}

.teamix-pro-table-toolbar-filter-column .next-menu-item-text .teamix-pro-table-toolbar-filter-column-sort {
    color: var(--color-text1-7);
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden
}

.teamix-pro-table-toolbar-filter-column .next-menu-item-text .teamix-pro-table-toolbar-filter-column-sort i:hover {
    color: var(--color-brand1-5)
}

.teamix-pro-table-toolbar-filter-column .next-menu-item-text .teamix-pro-table-toolbar-filter-column-sort i:active {
    color: var(--color-brand1-6)
}

.teamix-pro-table-toolbar-filter-column-col {
    height: 28px
}

.teamix-pro-table-toolbar-filter-column-col .next-checkbox-wrapper {
    align-items: center;
    display: flex
}

.teamix-pro-table-toolbar-filter-column-all-select.teamix-pro-table-toolbar-filter-column-all-select {
    padding-bottom: 0
}

.teamix-pro-table-toolbar-filter-column-checkbox-group.teamix-pro-table-toolbar-filter-column-checkbox-group {
    max-height: 310px;
    overflow: auto;
    padding-top: 0
}

.teamix-pro-table-full-screen {
    background: var(--color-fill1-1);
    height: 100vh;
    overflow: hidden;
    width: 100vw
}

.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message {
    align-items: center;
    background-color: #292929;
    border-color: transparent;
    border-color: var(--balloon-tooltip-color-border,transparent);
    border-radius: 4px;
    box-shadow: none;
    box-shadow: var(--balloon-tooltip-shadow,none);
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 36px;
    padding: 7px 12px
}

.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message .next-message-symbol-icon {
    display: none
}

.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message .next-message-content {
    color: #fff;
    padding: 0
}

.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message .teamix-pro-table-full-screen-message-esc {
    border: 1px solid #fff;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    margin: 0 4px;
    padding: 0 2px;
    position: relative
}

.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message.teamix-pro-table-full-screen-message .teamix-pro-table-full-screen-message-esc-title {
    display: inline-block;
    transform: translateY(-.5px)
}

.teamix-pro-table-toolbar-switch-card {
    margin-left: 8px
}

.teamix-pro-table-toolbar-switch-card label {
    padding-left: 8px;
    padding-right: 8px
}

.teamix-pro-table-toolbar-icon-auto-refresh {
    width: 145px
}

.teamix-pro-table-toolbar-icon-manual-refresh {
    line-height: 1;
    margin-bottom: 2px;
    text-align: center
}

.teamix-pro-table-toolbar-icon .teamix-pro-table-toolbar-icon-time-radio.teamix-pro-table-toolbar-icon-time-radio.teamix-pro-table-toolbar-icon-time-radio {
    padding-left: 32px
}

.theme-hybridcloud-dark {
    --panel-filter-bg: #141414
}

.teamix-pro-table-layout-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

.teamix-pro-table-layout-left {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.teamix-pro-table-layout-right {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.teamix-pro-table-layout-inline-filter:not(:first-child) {
    align-items: center;
    display: flex;
    margin-left: 8px
}

.teamix-pro-table-layout-filter-btn:not(:first-child) {
    margin-left: 8px
}

.teamix-pro-table-layout-main-action {
    margin-bottom: 8px
}

.teamix-pro-table-layout-addon-after-wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 8px
}

.teamix-pro-page-container {
    background-color: var(--color-bg-1);
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0
}

.teamix-pro-page-container-tab-badge-content {
    padding-right: 12px
}

.teamix-pro-page-container.type-dashboard {
    background-color: var(--color-bg-2)
}

.teamix-pro-page-container.type-dashboard>.teamix-pro-page-container-scroll-container {
    padding-bottom: 16px;
    padding-bottom: var(--s-4,16px)
}

.teamix-pro-page-container.fixed-footer .teamix-pro-page-container-body {
    margin-bottom: 0
}

.teamix-pro-page-container-section {
    position: relative
}

.teamix-pro-page-container-fixed-top {
    background-color: var(--color-fill1-1);
    border-bottom: 1px solid #eee;
    border-bottom: 1px solid var(--color-line1-1,#eee);
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--shadow-1-down,0 6px 24px 0 rgba(0,0,0,.1));
    left: 0;
    padding: 0 24px;
    padding: 0 var(--s-6,24px);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.teamix-pro-page-container-fixed-top>.next-tabs>.next-tabs-bar {
    border-bottom: none
}

.teamix-pro-page-container-header {
    margin-bottom: 16px;
    margin-bottom: var(--s-4,16px)
}

.teamix-pro-page-container-body {
    display: flex;
    flex: 1 1;
    flex-direction: column
}

.teamix-pro-page-container-body.unscrollable {
    height: 0
}

.teamix-pro-page-container-body-bottom {
    display: flex;
    flex: 1 1
}

.teamix-pro-page-container-body-bottom.unscrollable {
    height: 0
}

.teamix-pro-page-container-body-content {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    max-width: 100%
}

.teamix-pro-page-container-body-content.scrollable {
    overflow: auto
}

.teamix-pro-page-container-body-content.bordered {
    padding-top: 16px;
    padding-top: var(--s-4,16px)
}

.teamix-pro-page-container-sidebar {
    border-right: 1px solid #eee;
    border-right: 1px solid var(--color-line1-1,#eee);
    display: flex;
    flex-direction: column;
    margin-right: 24px;
    margin-right: var(--s-6,24px);
    padding-right: 24px;
    padding-right: var(--s-6,24px)
}

.teamix-pro-page-container-sidebar.bordered {
    padding-top: 16px;
    padding-top: var(--s-4,16px)
}

.teamix-pro-page-container-sidebar:not(.closed) {
    flex-shrink: 0;
    overflow: auto
}

.teamix-pro-page-container-sidebar.closed {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    width: 0!important
}

.teamix-pro-page-container-sidebar.closed>:not(.teamix-pro-page-container-sidebar-toggle) {
    display: none!important
}

.teamix-pro-page-container-sidebar.closed .teamix-pro-page-container-sidebar-toggle {
    background-color: var(--color-fill1-1);
    border: 1px solid #eee;
    border: 1px solid var(--color-line1-1,#eee);
    border-radius: 2px;
    bottom: 40px;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--shadow-1,0 3px 8px 0 rgba(0,0,0,.06));
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 2
}

.teamix-pro-page-container-sidebar-toggle {
    align-items: center;
    border-top: 1px solid #eee;
    border-top: 1px solid var(--color-line1-1,#eee);
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    cursor: pointer;
    display: flex!important;
    flex-shrink: 0;
    height: 40px;
    justify-content: center
}

.teamix-pro-page-container-sidebar-toggle span {
    margin-left: 10px
}

.teamix-pro-page-container-body-bottom-right {
    flex-direction: row-reverse
}

.teamix-pro-page-container-body-bottom-right .teamix-pro-page-container-sidebar {
    border-left: 1px solid #eee;
    border-left: 1px solid var(--color-line1-1,#eee);
    border-right: 0;
    margin-left: 24px;
    margin-left: var(--s-6,24px);
    margin-right: 0;
    padding-left: 24px;
    padding-left: var(--s-6,24px);
    padding-right: 0
}

.teamix-pro-page-container-body-bottom-right .teamix-pro-page-container-sidebar.closed {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    width: 0!important
}

.teamix-pro-page-container-body-bottom-right .teamix-pro-page-container-sidebar.closed .teamix-pro-page-container-sidebar-toggle {
    right: 0
}

.teamix-pro-page-container-split-line {
    background-color: #eee;
    background-color: var(--color-line1-1,#eee);
    height: 1px;
    margin-left: calc(0px - var(--s-6));
    margin-right: calc(0px - var(--s-6))
}

.teamix-pro-page-container-switch {
    background-color: var(--color-fill1-1);
    flex-shrink: 0
}

.teamix-pro-page-container-switch>.next-tabs {
    margin-top: calc(0px - var(--s-2))
}

.teamix-pro-page-container-switch>.next-tabs .next-tabs-bar {
    border-bottom: 0
}

.teamix-pro-page-container-operation {
    flex-shrink: 0;
    margin-bottom: 16px;
    margin-bottom: var(--s-4,16px)
}

.teamix-pro-page-container-content {
    flex: 1 1
}

.teamix-pro-page-container-content>.next-tabs.next-tabs-text .next-tabs-bar {
    margin-bottom: -5px;
    margin-top: -9px
}

.teamix-pro-page-container-scroll-container {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    min-height: 0;
    overflow: auto;
    padding: 16px 24px 0;
    padding: var(--s-4,16px) var(--s-6,24px) 0
}

.teamix-pro-page-container-footer {
    align-items: center;
    display: flex;
    margin-top: 16px;
    margin-top: var(--s-4,16px)
}

.teamix-pro-page-container-footer>button+button {
    margin-left: 8px;
    margin-left: var(--s-2,8px)
}

.teamix-pro-page-container-footer.align-left {
    justify-content: start
}

.teamix-pro-page-container-footer.align-center {
    justify-content: center
}

.teamix-pro-page-container-footer.align-right {
    justify-content: end
}

.teamix-pro-page-container-footer.fixed {
    background-color: var(--color-fill1-1);
    border-top: 1px solid #eee;
    border-top: 1px solid var(--color-line1-1,#eee);
    box-shadow: 0 -3px 8px 0 rgba(0,0,0,.06);
    box-shadow: var(--shadow-1-up,0 -3px 8px 0 rgba(0,0,0,.06));
    flex-shrink: 0;
    margin-top: 0;
    min-height: 48px;
    padding-left: var(--s-6);
    padding-right: var(--s-6)
}

.teamix-pro-page-container-selectable {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.teamix-pro-page-container-selectable:hover {
    border: 1px dashed #90c0ef;
    border: 1px dashed var(--color-brand1-3,#90c0ef)
}

.teamix-pro-page-container-selectable.selected {
    border: 1px solid #90c0ef;
    border: 1px solid var(--color-brand1-3,#90c0ef)
}

.teamix-pro-table-card-view-card-item {
    margin-top: 16px
}

.teamix-pro-table-card-view .teamix-pro-card-title-name.teamix-pro-card-title-name .next-form-preview.next-form-preview.next-form-preview,.teamix-pro-table-card-view .teamix-pro-card-title-name.teamix-pro-card-title-name .teamix-pro-field.teamix-pro-field.teamix-pro-field {
    font-size: 14px;
    font-size: var(--card-title-font-size,14px);
    font-weight: var(--font-weight-medium)
}

.teamix-pro-table-card-view .next-card-header-subtitle.next-card-header-subtitle .next-form-preview.next-form-preview.next-form-preview,.teamix-pro-table-card-view .next-card-header-subtitle.next-card-header-subtitle .teamix-pro-field.teamix-pro-field.teamix-pro-field {
    color: #5a5a5a;
    color: var(--card-sub-title-color,#5a5a5a);
    font-size: 12px;
    font-size: var(--card-sub-title-font-size,12px)
}

.teamix-pro-table-card-view-extra {
    align-items: center;
    display: flex
}

.teamix-pro-table-card-view-extra-item {
    display: inline-block;
    margin-left: 8px
}

.teamix-pro-load-more {
    overflow-x: hidden;
    overflow-y: auto
}

.teamix-pro-load-more-bottom-text {
    align-items: center;
    color: var(--color-brand1-5);
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: 16px;
    text-align: center
}

.teamix-pro-load-more-bottom-text-icon {
    margin-right: 4px
}

.theme-hybridcloud-dark {
    --panel-filter-bg: #1f1f1f
}

.theme-hybridcloud {
    --panel-filter-bg: var(--color-fill1-2)
}

.teamix-pro-form-query-filter-layout .teamix-pro-form-query-filter-layout-inline {
    display: flex;
    justify-content: space-between
}

.teamix-pro-form-query-filter-layout .teamix-pro-form-query-filter-layout-left {
    display: flex
}

.teamix-pro-form-query-filter-layout .teamix-pro-form-query-filter-layout-addonBefore {
    flex: 0 1 auto;
    margin-right: 8px
}

.teamix-pro-form-query-filter-layout .teamix-pro-form-query-filter-layout-toggle {
    margin-bottom: 8px
}

.teamix-pro-form-query-filter-layout .teamix-pro-form-query-filter-layout-addonAfter {
    flex: 0 0 auto;
    margin-left: 8px
}

.teamix-pro-form-query-filter-layout .teamix-pro-form-query-filter-layout-panel {
    background-color: var(--color-fill1-2);
    background-color: var(--panel-filter-bg,var(--color-fill1-2));
    margin-bottom: 8px;
    padding: 16px
}

.teamix-pro-form-query-filter-layout .teamix-pro-form-query-filter-layout-panel-hidden {
    display: none
}

.teamix-pro-form-query-filter .teamix-pro-form-query-filter-inline {
    margin-bottom: 8px;
    margin-right: 8px
}

.teamix-pro-form-query-filter .teamix-pro-form-query-filter-inline-hidden {
    display: none
}

.teamix-pro-form-query-filter .teamix-pro-form-query-filter-tag-title {
    color: #848484;
    color: var(--color-text1-8,#848484);
    margin-right: 12px
}

.teamix-pro-form-query-filter .teamix-pro-form-query-filter-tag-content .teamix-pro-field {
    display: inline-block
}

.teamix-pro-form-query-filter .teamix-pro-form-query-filter-tag-content .teamix-pro-field .next-form-preview {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-weight: 700
}

.teamix-pro-form-query-filter-advanced .next-formily-button-group {
    margin-top: 0
}

.teamix-pro-form-query-filter-advanced .next-formily-item-feedback-layout-popover,.teamix-pro-form-query-filter-light .next-formily-item-feedback-layout-popover,.teamix-pro-form-query-filter-simple .next-formily-item-feedback-layout-popover {
    margin-bottom: 0
}

.teamix-pro-form-query-filter-advanced .next-date-picker2-input .next-input,.teamix-pro-form-query-filter-light .next-date-picker2-input .next-input,.teamix-pro-form-query-filter-simple .next-date-picker2-input .next-input {
    width: inherit
}

.teamix-pro-form-query-filter-advanced .next-date-picker2-input .next-input input,.teamix-pro-form-query-filter-light .next-date-picker2-input .next-input input,.teamix-pro-form-query-filter-simple .next-date-picker2-input .next-input input {
    display: block;
    width: inherit
}

.next-formily-item-inset.next-formily-item-inset.next-formily-item-inset {
    display: flex;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    line-height: 30px;
    line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
    width: 100%
}

.teamix-pro-form-filter-advanced .next-formily-item-feedback-layout-popover,.teamix-pro-form-filter-simple .next-formily-item-feedback-layout-popover {
    margin-bottom: 0
}

.teamix-pro-form-filter-advanced .next-date-picker2-input .next-input,.teamix-pro-form-filter-simple .next-date-picker2-input .next-input {
    width: inherit
}

.teamix-pro-form-filter-advanced .next-date-picker2-input .next-input input,.teamix-pro-form-filter-simple .next-date-picker2-input .next-input input {
    display: block;
    width: inherit
}

.next-drawer-footer .next-formily-button-group,.teamix-pro-form-filter-advanced .next-formily-button-group {
    margin-top: 0
}

.teamix-pro-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.teamix-pro-actions>.next-divider+.next-divider {
    display: none
}

.teamix-pro-actions.teamix-pro-actions-type-button>button:not(:last-child),.teamix-pro-actions.teamix-pro-actions-type-button>span:not(:last-child) {
    margin-right: var(--s-2)
}

.teamix-pro-actions.teamix-pro-actions-type-button>.next-divider {
    margin-left: 0;
    margin-right: var(--s-2)
}

.teamix-pro-actions.teamix-pro-actions-type-text:not(.teamix-pro-actions-divider)>button:not(:last-child) {
    margin-right: var(--s-4)
}

.teamix-pro-actions-text-menu-btn-no-arrow .next-menu-btn-arrow {
    display: none
}

.teamix-pro-actions>.next-divider-ver {
    flex-shrink: 0
}

.next-dialog.teamix-pro-action-dialog.has-footer-description .next-message {
    position: static
}

.next-dialog.teamix-pro-action-dialog.quick-show-confirm-or-alert .teamix-pro-dialog-footer-description {
    bottom: 20px;
    bottom: var(--dialog-footer-padding-bottom,20px)
}

.teamix-pro-dialog-footer-description {
    align-items: center;
    bottom: 16px;
    bottom: var(--dialog-footer-padding-top,16px);
    display: flex;
    height: 32px;
    height: var(--btn-size-m-height,32px);
    position: absolute;
    z-index: 5
}

.teamix-pro-dialog-footer-description.footer-align-center,.teamix-pro-dialog-footer-description.footer-align-right {
    left: 20px;
    left: var(--dialog-footer-padding-left-right,20px)
}

.teamix-pro-dialog-footer-description.footer-align-left {
    right: 20px;
    right: var(--dialog-footer-padding-left-right,20px)
}

.teamix-pro-dialog-before-content,.teamix-pro-dialog-message {
    margin-bottom: var(--s-2)
}

.teamix-pro-dialog-message+.next-loading .teamix-pro-form {
    margin-top: 20px
}

.teamix-pro-dialog-after-content {
    margin-top: var(--s-2)
}

.next-menu-divider+.next-menu-divider {
    display: none
}

.next-dialog-body .teamix-pro-dialog-footer-description .teamix-pro-form {
    margin-bottom: 0
}

.next-dialog-body .teamix-pro-form {
    margin-bottom: -20px
}

.next-dialog-body .teamix-pro-table .teamix-pro-form {
    margin-bottom: 0
}

.next-dialog-body .teamix-pro-info {
    padding-right: 16px
}

.next-dialog-body .teamix-pro-info .next-card-content-container {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-right: 0
}

.next-dialog-body .teamix-pro-info .next-card-content-container .next-col.next-col-24:last-child .teamix-pro-info-item:last-child {
    padding-bottom: 0
}

.next-dialog-body .teamix-pro-info .teamix-pro-info-item-value {
    padding-right: 0
}

.next-dialog-body .next-table-empty,.next-dialog-body .teamix-pro-table {
    background: var(--dialog-bg)
}

.next-drawer-body .next-table-empty,.next-drawer-body .teamix-pro-table {
    background: var(--drawer-bg)
}

.teamix-pro-action-prefix-icon {
    margin-right: 4px
}

.teamix-pro-card {
    width: 100%
}

.teamix-pro-card-container {
    display: flex
}

.teamix-pro-card-container-wrap {
    flex-wrap: wrap
}

.teamix-pro-card-container-flex-row {
    flex-direction: row
}

.teamix-pro-card-container-flex-row-reverse {
    flex-direction: row-reverse
}

.teamix-pro-card-container-flex-column {
    flex-direction: column
}

.teamix-pro-card-container-flex-column-reverse {
    flex-direction: column-reverse
}

.teamix-pro-card-col {
    width: 100%
}

.teamix-pro-card-col-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
    width: 4.1666666667%
}

.teamix-pro-card-col-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
}

.teamix-pro-card-col-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%
}

.teamix-pro-card-col-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
}

.teamix-pro-card-col-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
    width: 20.8333333333%
}

.teamix-pro-card-col-6 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%
}

.teamix-pro-card-col-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
    width: 29.1666666667%
}

.teamix-pro-card-col-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
}

.teamix-pro-card-col-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
    width: 37.5%
}

.teamix-pro-card-col-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
}

.teamix-pro-card-col-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
    width: 45.8333333333%
}

.teamix-pro-card-col-12 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%
}

.teamix-pro-card-col-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
    width: 54.1666666667%
}

.teamix-pro-card-col-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
}

.teamix-pro-card-col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    width: 62.5%
}

.teamix-pro-card-col-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
}

.teamix-pro-card-col-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
    width: 70.8333333333%
}

.teamix-pro-card-col-18 {
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%
}

.teamix-pro-card-col-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
    width: 79.1666666667%
}

.teamix-pro-card-col-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
}

.teamix-pro-card-col-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
    width: 87.5%
}

.teamix-pro-card-col-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
}

.teamix-pro-card-col-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
    width: 95.8333333333%
}

.teamix-pro-card-col-24 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

.teamix-pro-card .next-card-header-titles {
    padding-right: 8px
}

.teamix-pro-card .next-card-header-extra {
    margin-top: 2px
}

.teamix-pro-card-title {
    align-items: center;
    display: flex
}

.teamix-pro-card-title .next-menu-btn.next-menu-btn.next-menu-btn.next-menu-btn.next-menu-btn.next-menu-btn i {
    margin-right: 0
}

.teamix-pro-card-title>div {
    align-items: center;
    display: flex
}

.teamix-pro-card-title>div:not(:last-child) {
    margin-right: 8px;
    margin-right: var(--s-2,8px)
}

.teamix-pro-card-title-name {
    flex-shrink: 0
}

.teamix-pro-card-title-name>.teamix-pro-field {
    width: calc(100% - 24px)
}

.teamix-pro-card-title-collapse {
    cursor: pointer
}

.teamix-pro-card-title-collapse .teamix-pro-card-title-name {
    width: 100%
}

.teamix-pro-card-title-collapse>i {
    color: #848484;
    color: var(--color-text1-8,#848484);
    margin-right: 8px;
    margin-right: var(--s-2,8px);
    transition: transform .2s
}

.teamix-pro-card-title-collapse.collapsed>i {
    transform: rotate(-90deg)
}

.teamix-pro-card-title-description,.teamix-pro-card-title-tooltip {
    color: #848484;
    color: var(--color-text1-8,#848484);
    font-weight: 400
}

.teamix-pro-card-title-description {
    font-size: 12px;
    min-width: 40px
}

.teamix-pro-card-divider {
    background-color: #eaeaea;
    background-color: var(--color-line1-1,#eaeaea);
    flex: none
}

.teamix-pro-card-content.centered {
    align-items: center;
    display: flex;
    justify-content: center
}

.teamix-pro-card-content.contain-pro-card {
    display: flex
}

.teamix-pro-card-content.contain-pro-card.flex-wrap {
    flex-wrap: wrap
}

.teamix-pro-card-content.contain-pro-card.flex-direction-row {
    flex-direction: row
}

.teamix-pro-card-content.contain-pro-card.flex-direction-row .teamix-pro-card-divider {
    width: 1px
}

.teamix-pro-card-content.contain-pro-card.flex-direction-row-reverse {
    flex-direction: row-reverse
}

.teamix-pro-card-content.contain-pro-card.flex-direction-row-reverse .teamix-pro-card-divider {
    width: 1px
}

.teamix-pro-card-content.contain-pro-card.flex-direction-column {
    flex-direction: column
}

.teamix-pro-card-content.contain-pro-card.flex-direction-column .teamix-pro-card-divider {
    height: 1px
}

.teamix-pro-card-content.contain-pro-card.flex-direction-column-reverse {
    flex-direction: column-reverse
}

.teamix-pro-card-content.contain-pro-card.flex-direction-column-reverse .teamix-pro-card-divider {
    height: 1px
}

.teamix-pro-card-content.contain-pro-card.split-horizontal>.teamix-pro-card-col>.teamix-pro-card,.teamix-pro-card-content.contain-pro-card.split-vertical>.teamix-pro-card-col>.teamix-pro-card {
    border: none
}

.teamix-pro-card-content.contain-pro-card.split-horizontal>.teamix-pro-card-col:not(:last-child) {
    border-right: 1px solid #eaeaea;
    border-right: 1px solid var(--color-line1-1,#eaeaea)
}

.teamix-pro-card-content.contain-pro-card.split-vertical>.teamix-pro-card-col:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid var(--color-line1-1,#eaeaea)
}

.teamix-pro-card-content-message {
    margin-bottom: var(--s-2)
}

.teamix-pro-card-tab {
    margin-top: calc(0px - var(--s-2))
}

.teamix-pro-card-tab>.next-tabs-bar {
    border-bottom: none
}

.teamix-pro-card-tab>.next-tabs-content {
    padding-top: 20px;
    padding-top: var(--s-5,20px)
}

.teamix-pro-card-empty {
    align-items: center;
    color: #848484;
    color: var(--color-text1-8,#848484);
    display: flex;
    flex-direction: column
}

.teamix-pro-card>.next-card-actions>.teamix-pro-actions>.next-btn {
    flex-grow: 1;
    margin-right: 0
}

.teamix-pro-card>.next-card-actions>.teamix-pro-actions>.next-divider {
    margin: 0
}

.teamix-pro-card.hoverable:hover {
    box-shadow: 0 6px 24px 0 rgba(0,0,0,.1);
    box-shadow: var(--shadow-3,0 6px 24px 0 rgba(0,0,0,.1))
}

.teamix-pro-card.compacted {
    border: none
}

.teamix-pro-card.compacted>.next-card-header {
    margin-top: 0;
    padding: 0
}

.teamix-pro-card.compacted>.next-card-content-container {
    margin: 0;
    padding: 0
}

.teamix-pro-card.border-blue {
    border-color: var(--color-notice-5)
}

.teamix-pro-card.border-orange {
    border-color: var(--color-warning-5)
}

.teamix-pro-card.border-yellow {
    border-color: var(--color-help-5)
}

.teamix-pro-card.border-red {
    border-color: var(--color-error-5)
}

.teamix-pro-card.border-green {
    border-color: var(--color-success-5)
}

.teamix-pro-card.border-grey {
    border-color: var(--color-line1-1)
}

.teamix-pro-card.border-transparent {
    border-color: transparent
}

.teamix-pro-card.border-none {
    border: none
}

.teamix-pro-card-selectable {
    cursor: pointer
}

.teamix-pro-card-selectable-icon-selected {
    color: var(--color-notice-5)
}

.teamix-pro-card-selectable-icon-unselected {
    color: var(--color-line1-1)
}

.teamix-pro-card.blue {
    background-color: var(--color-notice-1)
}

.teamix-pro-card.orange {
    background-color: var(--color-warning-1)
}

.teamix-pro-card.yellow {
    background-color: var(--color-help-1)
}

.teamix-pro-card.red {
    background-color: var(--color-error-1)
}

.teamix-pro-card.green {
    background-color: var(--color-success-1)
}

.teamix-pro-card.grey {
    background-color: var(--color-fill1-2)
}

.teamix-pro-card.transparent {
    background: transparent
}

.teamix-pro-card .next-card-content-container:has(.cloud-wnumbercard-data-overview-container) {
    margin-top: -4px
}

.teamix-pro-info-table {
    color: var(--color-brand1-6);
    text-align: center;
    width: 100%
}

.teamix-pro-info-table .next-table td .next-table-cell-wrapper {
    padding: 16px 24px
}

.teamix-pro-info-table .next-table-row.hovered {
    background-color: var(--color-fill1-1)
}

.teamix-pro-info-table .next-table-row {
    color: #333;
    color: var(--color-text1-3,#333)
}

.teamix-pro-info-table .key-type {
    background: var(--color-fill1-2);
    color: #666;
    color: var(--color-text1-6,#666)
}

.teamix-pro-info-edit {
    align-items: center;
    display: flex
}

.teamix-pro-info-edit-icon {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    cursor: pointer;
    margin-left: 8px;
    transition: all .2s
}

.teamix-pro-info-edit-pop-confirm .pop-confirm-icon-area {
    display: none
}

.teamix-pro-info-edit-pop-confirm .title-content-area.title-content-area.title-content-area.title-content-area {
    margin-left: 0
}

.teamix-pro-info-item-value {
    align-items: center;
    display: flex
}

.teamix-pro-info-item {
    padding-bottom: 8px;
    width: 100%
}

.teamix-pro-info-item-header-row {
    align-items: flex-start;
    display: flex
}

.teamix-pro-info-item-header-row-center {
    align-items: center
}

.teamix-pro-info-item-base-row {
    align-items: flex-start;
    display: flex
}

.teamix-pro-info-item-base-row-center {
    align-items: center
}

.teamix-pro-info-item-label {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    display: inline;
    display: initial;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.teamix-pro-info-item-value {
    color: #333;
    color: var(--color-text1-3,#333);
    font-size: 12px;
    font-size: var(--font-size-body-1,12px);
    padding-right: 20px;
    width: 100%
}

.teamix-pro-info-item-header-label {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    white-space: nowrap
}

.teamix-pro-info-item-header-label,.teamix-pro-info-item-header-value {
    display: inline-block;
    font-size: 12px;
    font-size: var(--font-size-body-1,12px)
}

.teamix-pro-info-item-header-value {
    color: #333;
    color: var(--color-text1-3,#333);
    padding-right: 20px;
    width: 100%
}

.teamix-pro-info-item-base-skeleton-box {
    align-items: center;
    display: flex;
    height: 18px;
    width: 100%
}

.teamix-pro-info,.teamix-pro-info-item-base-skeleton-box span {
    width: 100%
}

.teamix-pro-info-content-row {
    align-items: flex-start
}

.teamix-pro-info-group-item {
    margin-bottom: 0;
    margin-top: 16px
}

.teamix-pro-info-group-item .teamix-pro-info {
    padding-bottom: 0
}

.teamix-pro-info-group-item .teamix-pro-info .teamix-pro-card-content {
    padding-bottom: 8px;
    padding-bottom: calc(var(--card-body-padding-bottom, 16px) - 8px)
}

.teamix-pro-info-group-item .teamix-pro-info .compacted {
    margin-bottom: -8px
}

.teamix-pro-info-group-item-divider {
    border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid var(--color-line1-1,#eaeaea);
    margin-bottom: 16px
}

.teamix-pro-info-group-item-divider .teamix-pro-info {
    padding-bottom: 16px
}

.teamix-pro-info-group .teamix-pro-info-group-item:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.teamix-pro-info-group .teamix-pro-info-group-item:last-child .teamix-pro-info {
    padding-bottom: 0
}

.teamix-pro-info-group .teamix-pro-info-group-item:first-child {
    margin-top: 0
}

.teamix-pro-info-group.blue {
    background-color: var(--color-notice-1)
}

.teamix-pro-info-group.orange {
    background-color: var(--color-warning-1)
}

.teamix-pro-info-group.yellow {
    background-color: var(--color-help-1)
}

.teamix-pro-info-group.red {
    background-color: var(--color-error-1)
}

.teamix-pro-info-group.green {
    background-color: var(--color-success-1)
}

.teamix-pro-info-group.grey {
    background-color: var(--color-fill1-2)
}

.teamix-pro-info {
    color: var(--color-brand1-6)
}

.teamix-pro-info::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.teamix-pro-info::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.teamix-pro-info::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.teamix-pro-info::-webkit-scrollbar-track {
    background-color: transparent
}

.teamix-pro-info .teamix-pro-info-content-row {
    width: 100%
}

.theme-xconsole .teamix-pro-page-header .teamix-pro-page-header-title {
    color: #1a1a1a;
    color: var(--color-text-1,#1a1a1a)
}

.teamix-pro-page-header {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
    position: relative
}

.teamix-pro-page-header>.teamix-pro-page-header-section {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: space-between;
    margin-bottom: 8px;
    margin-bottom: var(--s-2,8px);
    min-height: 18px
}

.teamix-pro-page-header>.teamix-pro-page-header-section.with-description {
    margin-bottom: 0
}

.teamix-pro-page-header>.teamix-pro-page-header-section.with-description .teamix-pro-page-header-right {
    align-self: flex-start;
    margin-top: 2px
}

.teamix-pro-page-header .teamix-pro-page-header-left {
    min-width: 0;
    padding-right: 16px;
    padding-right: var(--s-4,16px)
}

.teamix-pro-page-header .teamix-pro-page-header-right {
    flex-shrink: 0
}

.teamix-pro-page-header .teamix-pro-page-header-info {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 8px;
    padding-top: var(--s-2,8px)
}

.teamix-pro-page-header .teamix-pro-page-header-title {
    align-items: center;
    color: var(--color-text1-4);
    display: flex;
    flex-shrink: 0;
    font-size: 24px;
    font-size: var(--font-size-display-1,24px);
    font-weight: 500;
    line-height: 1.5;
    word-break: break-all
}

.teamix-pro-page-header .teamix-pro-page-header-title-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.teamix-pro-page-header .teamix-pro-page-header-title-tooltip-icon {
    display: inline-flex;
    margin-left: 2px;
    position: relative;
    top: -7px
}

.teamix-pro-page-header .teamix-pro-page-header-title-icon {
    padding: 4px;
    padding: var(--s-1,4px)
}

.teamix-pro-page-header .teamix-pro-page-header-title>:not(:last-child) {
    margin-right: 8px;
    margin-right: var(--s-2,8px)
}

.teamix-pro-page-header .teamix-pro-page-header-description {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    margin: 8px 0;
    margin: var(--s-2,8px) 0
}

.teamix-pro-page-header .teamix-pro-page-header-data {
    align-items: center;
    display: flex;
    margin: 16px 0;
    margin: var(--s-4,16px) 0
}

.teamix-pro-page-header .teamix-pro-page-header-data-item:not(:first-child) {
    margin-left: 24px;
    margin-left: var(--s-6,24px)
}

.teamix-pro-page-header .teamix-pro-page-header-data-item-title {
    color: #848484;
    color: var(--color-text1-8,#848484)
}

.teamix-pro-page-header .teamix-pro-page-header-data-item-num {
    color: #333;
    color: var(--color-text1-3,#333);
    font-family: TXD-DIN-Medium;
    font-size: 16px;
    font-size: var(--font-size-subhead,16px);
    line-height: 1;
    margin-top: 4px;
    margin-top: var(--s-1,4px)
}

.teamix-pro-page-header .teamix-pro-page-header-operation {
    display: flex
}

.teamix-pro-page-header .teamix-pro-page-header-operation>:not(:first-child) {
    margin-left: 8px;
    margin-left: var(--s-2,8px)
}

.teamix-pro-page-header .teamix-pro-page-header-nav {
    align-items: center;
    display: flex;
    flex-shrink: 0
}

.teamix-pro-page-header .teamix-pro-page-header-extra {
    align-items: center;
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    display: flex
}

.teamix-pro-page-header .teamix-pro-page-header-link {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    margin-left: 16px;
    margin-left: var(--s-4,16px)
}

.teamix-pro-page-header .teamix-pro-page-header-link:first-child {
    margin-left: 0
}

.teamix-pro-page-header .teamix-pro-page-header-goback {
    cursor: pointer
}

.teamix-pro-page-header .teamix-pro-page-header-color-blue {
    color: var(--color-notice-5)
}

.teamix-pro-page-header .teamix-pro-page-header-color-green {
    color: var(--color-success-5)
}

.teamix-pro-page-header .teamix-pro-page-header-color-orange {
    color: var(--color-warning-5)
}

.teamix-pro-page-header .teamix-pro-page-header-color-red {
    color: var(--color-error-5)
}

.teamix-pro-page-header .teamix-pro-page-header-color-yellow {
    color: var(--color-help-5)
}

.teamix-pro-page-header .teamix-pro-page-header-bg-color-blue {
    background-color: var(--color-notice-5)
}

.teamix-pro-page-header .teamix-pro-page-header-bg-color-green {
    background-color: var(--color-success-5)
}

.teamix-pro-page-header .teamix-pro-page-header-bg-color-orange {
    background-color: var(--color-warning-5)
}

.teamix-pro-page-header .teamix-pro-page-header-bg-color-red {
    background-color: var(--color-error-5)
}

.teamix-pro-page-header .teamix-pro-page-header-bg-color-yellow {
    background-color: var(--color-help-5)
}

.teamix-pro-page-header .teamix-pro-page-header-bg-type-circle {
    border-radius: 100%
}

.teamix-pro-page-header .teamix-pro-page-header-bg-type-square {
    border-radius: 4px
}

.teamix-pro-page-header-link {
    align-items: center;
    display: inline-flex!important
}

.teamix-pro-page-header-link>i {
    margin-right: 4px;
    margin-right: var(--s-1,4px)
}

.teamix-pro-sidebar {
    color: var(--color-brand1-6)
}

.teamix-pro-sidebar .teamix-pro-card {
    background: transparent
}

.teamix-pro-sidebar-scroll-tree {
    height: calc(100% - 56px);
    height: calc(100% - var(--s-4, 16px) - 40px)
}

.teamix-pro-sidebar-scroll-tree .next-card-content-container,.teamix-pro-sidebar-scroll-tree .teamix-pro-card,.teamix-pro-sidebar-scroll-tree .teamix-pro-card-box,.teamix-pro-sidebar-scroll-tree .teamix-pro-card-content,.teamix-pro-sidebar-scroll-tree .teamix-pro-sidebar-container {
    height: 100%
}

.teamix-pro-sidebar-scroll-tree .teamix-pro-sidebar-container-context {
    overflow: auto
}

.teamix-pro-sidebar-scroll-tree .teamix-pro-sidebar-container-context::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.teamix-pro-sidebar-scroll-tree .teamix-pro-sidebar-container-context::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: var(--scrollbar-thumb-bg);
    border: 4px solid transparent;
    border-radius: 6px
}

.teamix-pro-sidebar-scroll-tree .teamix-pro-sidebar-container-context::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover-bg);
    border-width: 3px
}

.teamix-pro-sidebar-scroll-tree .teamix-pro-sidebar-container-context::-webkit-scrollbar-track {
    background-color: transparent
}

.teamix-pro-sidebar .next-form-preview {
    color: inherit
}

.teamix-pro-page-container-sidebar .teamix-pro-sidebar .teamix-pro-sidebar-container .next-card-header.next-card-header {
    padding-top: 0
}

.teamix-pro-sidebar-container {
    min-width: 180px
}

.teamix-pro-sidebar-container .teamix-pro-card.compacted>.next-card-header {
    margin: 0;
    padding: 16px 0
}

.teamix-pro-sidebar-container .next-card .next-card-header-extra {
    margin-top: 2px
}

.teamix-pro-sidebar-container-search {
    margin-bottom: var(--s-2)
}

.teamix-pro-sidebar-container-fold,.teamix-pro-sidebar-container-notice,.teamix-pro-sidebar-container-search-has-message {
    margin-bottom: var(--s-1)
}

.teamix-pro-sidebar-container.teamix-pro-sidebar-container .teamix-pro-sidebar-container-context:hover {
    overflow-y: auto
}

.teamix-pro-sidebar-container.teamix-pro-sidebar-container .teamix-pro-sidebar-container-context .next-tree-switcher.next-noop-line.next-noop-line-noroot {
    flex-shrink: 0
}

.teamix-pro-sidebar-container-not-is-tree .teamix-pro-card.compacted>.next-card-header {
    margin: 0;
    padding: 16px 8px
}

.teamix-pro-sidebar-container-not-is-tree .teamix-pro-sidebar-container-context {
    padding: 0
}

.teamix-pro-sidebar-container-not-is-tree .teamix-pro-sidebar-container-fold,.teamix-pro-sidebar-container-not-is-tree .teamix-pro-sidebar-container-notice,.teamix-pro-sidebar-container-not-is-tree .teamix-pro-sidebar-container-search,.teamix-pro-sidebar-container-not-is-tree .teamix-pro-sidebar-container-search-has-message {
    padding: 0 8px
}

.teamix-pro-hover-tooltip {
    transition: opacity .2s
}

.teamix-pro-hover-tooltip-hidden {
    display: inline-block;
    opacity: 0
}

.teamix-pro-sidebar-icon-action {
    color: #848484;
    color: var(--color-fill1-6,#848484);
    cursor: pointer
}

.teamix-pro-sidebar-icon-action:hover {
    color: #0064c8;
    color: var(--color-brand1-6,#0064c8)
}

.teamix-pro-icon-switch {
    color: #d9d9d9;
    color: var(--color-fill1-4,#d9d9d9);
    cursor: pointer
}

.teamix-pro-icon-switch-active {
    color: #ffb96e;
    color: var(--color-warning-5,#ffb96e)
}

.teamix-pro-sidebar-tree-is-list .next-tree-switcher {
    display: none
}

.teamix-pro-sidebar-tree-is-list .next-tree-node-label-wrapper {
    margin-left: 0
}

.teamix-pro-sidebar-tree-item-context {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between
}

.teamix-pro-sidebar-tree-item-context-tag {
    align-items: center;
    display: flex;
    margin-left: 6px
}

.teamix-pro-sidebar-tree-item-context .teamix-pro-field {
    align-items: center;
    display: flex
}

.teamix-pro-sidebar-tree-item-context .teamix-pro-field .teamix-pro-ellipsis {
    white-space: normal
}

.teamix-pro-sidebar-tree-item-context-front {
    align-items: center;
    display: flex
}

.teamix-pro-sidebar-tree-item-content-has-extra {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%
}

.teamix-pro-sidebar-tree-item-content-extra-item {
    display: inline-block;
    margin-right: 4px
}

.teamix-pro-sidebar-tree-extra-custom {
    color: #848484;
    color: var(--color-fill1-6,#848484)
}

.teamix-pro-sidebar-tree .teamix-icon+span.teamix-pro-field-output-bold {
    font-weight: inherit
}

.teamix-pro-sidebar-tree .teamix-icon+span.teamix-pro-ellipsis-content .teamix-pro-field-output-bold {
    font-weight: inherit
}

.teamix-pro-sidebar-tree .next-tree-node-inner.next-selected .teamix-icon.teamix-pro-filed-output-prefix-icon {
    color: var(--color-brand1-6)!important
}

.teamix-pro-sidebar-deep-1 .teamix-pro-sidebar-tree .next-tree.next-node-block .next-tree-node-inner {
    border-radius: 2px;
    margin: 0 0 4px;
    padding: 6px 0 6px 4px!important
}

.theme-hybridcloud-dark {
    --wait-bg-color: #4d4d4d
}

.teamix-pro-timeline .next-timeline-item-has-left-content>.next-timeline-item-left-content p {
    font-family: 12px;
    font-family: var(--font-size-body-1,12px);
    margin-left: -20px;
    text-align: right
}

.teamix-pro-timeline .next-timeline-item-content {
    margin-left: var(--s-4);
    margin-top: -6px
}

.teamix-pro-timeline .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
    font-weight: 400
}

.teamix-pro-timeline .next-btn-text.next-btn-primary {
    margin-left: -10px
}

.teamix-pro-timeline .next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: var(--s-26)
}

.teamix-pro-timeline-wrapper {
    overflow: hidden
}

.teamix-pro-timeline-wrapper-dot {
    padding: 0 0 0 var(--s-2)
}

.teamix-pro-timeline-wrapper-circle {
    padding: 0 0 0 var(--s-4)
}

.teamix-pro-timeline-wrapper-time-left-dot {
    padding: 0 0 0 var(--s-1)
}

.teamix-pro-timeline-wrapper-time-left-circle {
    padding: 0 0 0 var(--s-2)
}

.teamix-pro-timeline-wrapper-left {
    align-items: center;
    display: flex;
    float: left;
    justify-content: center
}

.teamix-pro-timeline-wrapper-left-fold-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: var(--s-7);
    justify-content: center;
    width: var(--s-4)
}

.teamix-pro-timeline-wrapper-left-fold-icon-close {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #a8a8a8;
    border-left: 4px solid var(--color-text1-5,#a8a8a8);
    border-top: 4px solid transparent;
    height: 0;
    width: 0
}

.teamix-pro-timeline-wrapper-left-fold-icon-open {
    transform: rotate(90deg)
}

.teamix-pro-timeline-wrapper-left-fold-image {
    border-radius: 50%;
    height: var(--s-7);
    margin-right: var(--s-2);
    overflow: hidden;
    width: var(--s-7)
}

.teamix-pro-timeline-wrapper-left-fold-image img {
    background-size: cover;
    height: 100%;
    width: 100%
}

.teamix-pro-timeline-wrapper-right {
    float: left
}

.teamix-pro-timeline-wrapper-right-top {
    align-items: center;
    display: flex;
    height: var(--s-7);
    justify-content: left;
    margin-bottom: -4px
}

.teamix-pro-timeline-wrapper-right-top-title-info {
    color: #333;
    color: var(--color-text1-3,#333);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    font-weight: 500
}

.teamix-pro-timeline-wrapper-right-top-tag-info {
    padding-left: var(--s-3)
}

.teamix-pro-timeline-wrapper-right-top-subTitle-info {
    color: #848484;
    color: var(--color-text1-8,#848484);
    font-family: 12px;
    font-family: var(--font-size-body-1,12px);
    padding-left: var(--s-4)
}

.teamix-pro-timeline-wrapper-right-discribe-info {
    color: #5a5a5a;
    color: var(--color-text1-2,#5a5a5a);
    font-family: 12px;
    font-family: var(--font-size-body-1,12px);
    margin-bottom: var(--s-1)
}

.teamix-pro-timeline-wrapper-right-content-info-close {
    display: none
}

.teamix-pro-timeline-wrapper-right-content-info-open {
    display: block
}

.teamix-pro-timeline-item,.teamix-pro-timeline-item-render-wrapper {
    align-items: center;
    display: flex;
    justify-content: center
}

.teamix-pro-timeline-item-render-wrapper {
    height: var(--s-6);
    width: var(--s-6)
}

.teamix-pro-timeline-item-render-wrapper-dot {
    border-radius: 50%;
    height: var(--s-2);
    width: var(--s-2)
}

.teamix-pro-timeline-item-render-wrapper-dot-process {
    background: #2a7dd1;
    background: var(--color-notice-4,#2a7dd1)
}

.teamix-pro-timeline-item-render-wrapper-dot-success {
    background: #43bf7d;
    background: var(--color-success-4,#43bf7d)
}

.teamix-pro-timeline-item-render-wrapper-dot-error {
    background: #ed675a;
    background: var(--color-error-4,#ed675a)
}

.teamix-pro-timeline-item-render-wrapper-dot-warning {
    background: #ffa544;
    background: var(--color-warning-4,#ffa544)
}

.teamix-pro-timeline-item-render-wrapper-dot-wait {
    background: var(--color-line1-5);
    background: var(--wait-bg-color,var(--color-line1-5))
}

.teamix-pro-timeline-item-render-wrapper-icon-process {
    color: #2a7dd1;
    color: var(--color-notice-4,#2a7dd1)
}

.teamix-pro-timeline-item-render-wrapper-icon-success {
    color: #43bf7d;
    color: var(--color-success-4,#43bf7d)
}

.teamix-pro-timeline-item-render-wrapper-icon-error {
    color: #ed675a;
    color: var(--color-error-4,#ed675a)
}

.teamix-pro-timeline-item-render-wrapper-icon-warning {
    color: #ffa544;
    color: var(--color-warning-4,#ffa544)
}

.teamix-pro-timeline-item-render-wrapper-icon-wait {
    color: var(--color-line1-5);
    color: var(--wait-bg-color,var(--color-line1-5))
}

.teamix-pro-timeline-item-render-wrapper-circle {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: var(--s-5);
    justify-content: center;
    width: var(--s-5)
}

.teamix-pro-timeline-item-render-wrapper-circle-process {
    background: #0064c8;
    background: var(--color-notice-5,#0064c8);
    color: #fff;
    color: var(--color-white,#fff)
}

.teamix-pro-timeline-item-render-wrapper-circle-success {
    background: #cdf8e1;
    background: var(--color-success-2,#cdf8e1);
    color: #43bf7d;
    color: var(--color-success-4,#43bf7d)
}

.teamix-pro-timeline-item-render-wrapper-circle-error {
    background: #fcceca;
    background: var(--color-error-2,#fcceca);
    color: #e84738;
    color: var(--color-error-5,#e84738)
}

.teamix-pro-timeline-item-render-wrapper-circle-warning {
    background: #ffe0bf;
    background: var(--color-warning-2,#ffe0bf);
    color: #f98e1a;
    color: var(--color-warning-5,#f98e1a)
}

.teamix-pro-timeline-item-render-wrapper-circle-wait {
    background: #eaeaea;
    background: var(--color-fill1-3,#eaeaea);
    color: var(--color-line1-5);
    color: var(--wait-bg-color,var(--color-line1-5))
}

.teamix-pro-timeline-time-left {
    display: block;
    margin-top: -2px
}

.teamix-pro-timeline-time-left-dot {
    padding-right: var(--s-2);
    width: var(--s-27)
}

.teamix-pro-timeline-time-left-circle {
    margin-left: -30px;
    width: var(--s-31)
}

.teamix-pro-timeline-comment .next-timeline-item-done .next-timeline-item-timeline {
    height: 0
}

.teamix-pro-nocode-empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px
}

.teamix-pro-nocode-empty p {
    color: #848484;
    color: var(--color-text1-8,#848484)
}

.teamix-pro-nocode-playground {
    border: 1px solid #eaeaea;
    border: 1px solid var(--color-line1-1,#eaeaea);
    display: flex;
    position: relative
}

.teamix-pro-nocode-playground-component {
    border-right: 1px solid #eaeaea;
    border-right: 1px solid var(--color-line1-1,#eaeaea);
    flex-grow: 1;
    padding: 20px;
    position: relative
}

.teamix-pro-nocode-playground-configurator {
    --tab-item-margin-lr-size-m: 8px;
    flex-shrink: 0;
    overflow: auto;
    padding: 0;
    width: 360px
}

.teamix-pro-nocode-playground-configurator ul.next-tabs-nav {
    --tab-item-text-size-m: 13px;
    padding: 0 16px
}

.teamix-pro-nocode-playground-configurator .next-collapse-panel-content {
    padding: 16px 16px 0!important
}

.teamix-pro-nocode-playground-configurator .next-table-empty {
    padding: 8px 0
}

.teamix-pro-nocode-playground-configurator>.next-formily-layout {
    height: 100%
}

.teamix-pro-nocode-playground-configurator>.next-formily-layout>form {
    height: 100%
}

.teamix-pro-nocode-playground-configurator>.next-formily-layout>form>.next-tabs {
    display: flex;
    flex-direction: column;
    height: 100%
}

.teamix-pro-nocode-playground-configurator>.next-formily-layout>form>.next-tabs>.next-tabs-bar {
    flex-shrink: 0
}

.teamix-pro-nocode-playground-configurator>.next-formily-layout>form>.next-tabs>.next-tabs-content {
    flex-grow: 1;
    overflow: auto
}

.teamix-pro-nocode-playground-configurator .teamix-pro-field-icon button {
    width: 100%
}

.teamix-pro-nocode-playground-tools {
    bottom: 20px;
    position: absolute;
    right: 20px
}

.teamix-pro-nocode-playground-tools>i {
    background-color: rgba(0,0,0,.06);
    border-radius: 4px;
    color: #848484;
    color: var(--color-text1-8,#848484);
    cursor: pointer;
    padding: 8px
}

.teamix-pro-nocode-playground-tools>i:hover {
    color: #333;
    color: var(--color-text1-3,#333)
}

.teamix-pro-templates {
    color: var(--color-brand1-6)
}

.theme-xconsole {
    --tab-item-padding-lr-size-m: var(--s-4,16px);
    --color-event-p9: #79c5e0;
    --color-event-p10: #afdef0;
    --color-event-p8: #49add1;
    --color-help-9: #806208;
    --color-help-8: #a8820d;
    --color-help-6: #fac31e;
    --color-help-10: #574203;
    --color-help-5: #ffd24a;
    --color-help-4: #ffdd75;
    --color-help-3: #ffe7a1;
    --color-help-2: #fff2cc;
    --color-help-1: #fff7e0;
    --color-error-10: #520700;
    --color-error-9: #7d1207;
    --color-error-8: #a11f13;
    --color-error-7: #c43123;
    --color-error-5: #c80000;
    --color-error-6: #c80000;
    --color-error-4: #f2887e;
    --color-error-1: #ffeceb;
    --color-warning-10: #522a00;
    --color-warning-9: #774106;
    --color-warning-8: #a35a0a;
    --color-warning-7: #cf7412;
    --color-warning-5: #fac800;
    --color-warning-6: #f98e1a;
    --color-warning-4: #ffb96e;
    --color-warning-1: #fff5eb;
    --color-success-10: #005226;
    --color-success-9: #026b34;
    --color-success-8: #0a8243;
    --color-success-7: #159953;
    --color-success-5: #43bf7e;
    --color-success-6: #00a700;
    --color-success-4: #67cf98;
    --color-success-2: #d1f4e1;
    --color-success-1: #ebfff6;
    --G80: #262626;
    --G0: #f7f7f7;
    --G10: #e5e5e5;
    --G20: #d9d9d9;
    --G30: #ccc;
    --G40: #aaa;
    --G50: grey;
    --G60: #696969;
    --G70: #333;
    --S0: #f0f2f5;
    --S10: #dce0e8;
    --G90: #1a1a1a;
    --S20: #d1d7e3;
    --S30: #bec6d4;
    --S40: #a4acbd;
    --S50: #818a9c;
    --S60: #586173;
    --S70: #3f454f;
    --S80: #2d333d;
    --S90: #191b1f;
    --color-bg-1: #fff;
    --color-bg-2: #f7f7f7;
    --color-bg-3: #fff;
    --color-bg-4: #f7f7f7;
    --snow: #fff;
    --black: #000;
    --color-bg-5: #fff;
    --space-grey-1: #1a1a1a;
    --color-transparent: transparent;
    --color-black: #000;
    --color-white: #fff;
    --color-event-p1: #bf0030;
    --color-event-p2: #e84738;
    --color-event-p3: #f98e1a;
    --color-event-p4: #fac31e;
    --color-event-p5: #d1bb4f;
    --color-event-p6: #00b3c7;
    --color-event-p7: #0092c7;
    --color-text1-4: var(--color-text-1,#1a1a1a);
    --color-text1-3: #333;
    --color-text1-2: #696969;
    --color-notice-7: #589adb;
    --color-notice-5: #0064c8;
    --color-notice-6: #0057ad;
    --color-notice-4: #2a7dd1;
    --color-notice-3: #90c0ef;
    --color-notice-2: #cae3fd;
    --color-notice-1: #f0f7ff;
    --color-text1-1: #ccc;
    --color-other-3: #1a1a1a;
    --color-brand1-7: #0057ad;
    --color-brand1-8: #003e7c;
    --color-fill1-7: #595959;
    --color-brand1-2: #cae3fd;
    --color-brand1-3: #90c0ef;
    --color-brand1-4: #589adb;
    --color-brand1-5: #2a7dd1;
    --color-brand1-10: #002952;
    --color-fill1-1: #fff;
    --color-line1-4: #fff;
    --color-error-3: #f7aaa3;
    --color-error-2: #fcceca;
    --color-warning-3: #ffcd96;
    --color-warning-2: #ffe0bf;
    --color-success-3: #90deb5;
    --color-other-2: #fff;
    --color-other-1: #3a3c4b;
    --color-brand1-9: #003263;
    --color-brand1-6: #0064c8;
    --color-brand1-1: #f0f7ff;
    --color-mention-1: #f0f0ff;
    --color-mention-2: #d7d7fc;
    --color-mention-3: #bbbbfa;
    --color-mention-4: #a6a3f7;
    --color-mention-5: #8a87f5;
    --color-mention-6: #6b67e0;
    --color-mention-7: #4440bd;
    --color-mention-8: #272399;
    --color-mention-9: #120e75;
    --color-mention-10: #030052;
    --color-mention-1-rgb: 240,240,255;
    --color-mention-2-rgb: 215,215,252;
    --color-mention-3-rgb: 187,187,250;
    --color-mention-4-rgb: 166,163,247;
    --color-mention-5-rgb: 138,135,245;
    --color-mention-6-rgb: 107,103,224;
    --color-mention-7-rgb: 68,64,189;
    --color-mention-8-rgb: 39,35,153;
    --color-mention-9-rgb: 18,14,117;
    --color-mention-10-rgb: 3,0,82;
    --space-grey-1: #f0f2f5;
    --space-grey-2: #e9ebf0;
    --space-grey-3: #dadde3;
    --space-grey-4: #c7cbd4;
    --space-grey-5: #a4acbd;
    --space-grey-6: #818a9c;
    --space-grey-7: #586173;
    --space-grey-8: #3f454f;
    --space-grey-9: #2d333d;
    --space-grey-10: #191b1f;
    --color-grey-1-rgb: 240,242,245;
    --color-grey-2-rgb: 233,235,240;
    --color-grey-3-rgb: 218,221,227;
    --color-grey-4-rgb: 199,203,212;
    --color-grey-5-rgb: 164,172,189;
    --color-grey-6-rgb: 129,138,156;
    --color-grey-7-rgb: 88,97,115;
    --color-grey-8-rgb: 63,69,79;
    --color-grey-9-rgb: 45,51,61;
    --color-grey-10-rgb: 25,27,31;
    --color-link-1: var(--color-brand1-6);
    --color-link-2: var(--color-brand1-7);
    --color-link-3: var(--color-brand1-5);
    --color-card-1-bg: #fff;
    --color-card-2-bg: #f7f7f7;
    --color-error-1-rgb: 255,236,235;
    --color-error-2-rgb: 252,206,202;
    --color-error-3-rgb: 247,170,163;
    --color-error-4-rgb: 242,136,126;
    --color-error-5-rgb: 237,103,90;
    --color-error-6-rgb: 232,71,56;
    --color-error-7-rgb: 196,49,35;
    --color-error-8-rgb: 161,31,19;
    --color-error-9-rgb: 125,18,7;
    --color-error-10-rgb: 82,7,0;
    --color-success-10-rgb: 0,82,38;
    --color-success-9-rgb: 2,107,52;
    --color-success-8-rgb: 10,130,67;
    --color-success-7-rgb: 21,153,83;
    --color-success-5-rgb: 67,191,126;
    --color-success-6-rgb: 35,176,102;
    --color-success-4-rgb: 103,207,152;
    --color-success-3-rgb: 144,222,181;
    --color-success-2-rgb: 209,244,225;
    --color-success-1-rgb: 235,255,246;
    --color-brand1-1-rgb: 240,247,255;
    --color-brand1-2-rgb: 202,227,253;
    --color-brand1-3-rgb: 144,192,239;
    --color-brand1-4-rgb: 88,154,219;
    --color-brand1-5-rgb: 42,125,209;
    --color-brand1-6-rgb: 0,100,200;
    --color-brand1-7-rgb: 0,87,173;
    --color-brand1-8-rgb: 0,62,124;
    --color-brand1-9-rgb: 0,50,99;
    --color-brand1-10-rgb: 0,41,82;
    --color-warning-10-rgb: 82,42,0;
    --color-warning-9-rgb: 119,65,6;
    --color-warning-8-rgb: 163,90,10;
    --color-warning-7-rgb: 207,116,18;
    --color-warning-5-rgb: 247,168,84;
    --color-warning-6-rgb: 249,142,26;
    --color-warning-4-rgb: 255,185,110;
    --color-warning-1-rgb: 255,245,235;
    --color-warning-3-rgb: 255,205,150;
    --color-warning-2-rgb: 255,224,191;
    --color-help-9-rgb: 128,98,8;
    --color-help-8-rgb: 168,130,13;
    --color-help-7-rgb: 222,172,22;
    --color-help-6-rgb: 250,195,30;
    --color-help-10-rgb: 87,66,3;
    --color-help-5-rgb: 255,210,74;
    --color-help-4-rgb: 255,221,117;
    --color-help-3-rgb: 255,231,161;
    --color-help-2-rgb: 255,242,204;
    --color-help-1-rgb: 255,247,224;
    --color-C0: #ffebef;
    --color-C10: #f2c2ce;
    --color-C20: #e68aa1;
    --color-C30: #d95777;
    --color-C40: #cc2952;
    --color-C50: #bf0030;
    --color-C60: #a60029;
    --color-C70: #73001d;
    --color-C80: #590016;
    --color-C90: #400010;
    --color-C0-rgb: 255,235,239;
    --color-C10-rgb: 242,194,206;
    --color-C20-rgb: 230,138,161;
    --color-C30-rgb: 217,87,119;
    --color-C40-rgb: 204,41,82;
    --color-C50-rgb: 191,0,48;
    --color-C60-rgb: 166,0,41;
    --color-C70-rgb: 115,0,29;
    --color-C80-rgb: 89,0,22;
    --color-C90-rgb: 64,0,16;
    --color-PR0: #ffeceb;
    --color-PR10: #f2c1bd;
    --color-PR20: #e6948e;
    --color-PR30: #e6948e;
    --color-PR40: #cc473d;
    --color-PR50: #be271b;
    --color-PR60: #a11a10;
    --color-PR70: #801109;
    --color-PR80: #610903;
    --color-PR90: #400400;
    --color-PR0-rgb: 255,236,235;
    --color-PR10-rgb: 242,193,189;
    --color-PR20-rgb: 230,148,142;
    --color-PR30-rgb: 230,148,142;
    --color-PR40-rgb: 204,71,61;
    --color-PR50-rgb: 190,39,27;
    --color-PR60-rgb: 161,26,16;
    --color-PR70-rgb: 128,17,9;
    --color-PR80-rgb: 97,9,3;
    --color-PR90-rgb: 64,4,0;
    --color-A0: #fff3eb;
    --color-A10: #f7d3ba;
    --color-A20: #f0b286;
    --color-A30: #e89356;
    --color-A40: #e37629;
    --color-A50: #db5b00;
    --color-A60: #b54b00;
    --color-A70: #8f3c00;
    --color-A80: #692c00;
    --color-A90: #401b00;
    --color-A0-rgb: 255,243,235;
    --color-A10-rgb: 247,211,186;
    --color-A20-rgb: 240,178,134;
    --color-A30-rgb: 232,147,86;
    --color-A40-rgb: 227,118,41;
    --color-A50-rgb: 219,91,0;
    --color-A60-rgb: 181,75,0;
    --color-A70-rgb: 143,60,0;
    --color-A80-rgb: 105,44,0;
    --color-A90-rgb: 64,27,0;
    --color-Gold0: #fff9de;
    --color-Gold10: #fff5c4;
    --color-Gold20: #fff1ab;
    --color-Gold30: #fe9;
    --color-Gold40: #e8d36b;
    --color-Gold50: #d1bb4f;
    --color-Gold60: #b39f40;
    --color-Gold70: #80712b;
    --color-Gold80: #574d1c;
    --color-Gold90: #3d3614;
    --color-Gold0-rgb: 255,249,222;
    --color-Gold10-rgb: 255,245,196;
    --color-Gold20-rgb: 255,241,171;
    --color-Gold30-rgb: 255,238,153;
    --color-Gold40-rgb: 232,211,107;
    --color-Gold50-rgb: 209,187,79;
    --color-Gold60-rgb: 179,159,64;
    --color-Gold70-rgb: 128,113,43;
    --color-Gold80-rgb: 87,77,28;
    --color-Gold90-rgb: 61,54,20;
    --color-L0: #f0fae1;
    --color-L10: #cee8a7;
    --color-L20: #b3d186;
    --color-L30: #85ba2f;
    --color-L40: #6c9e1c;
    --color-L50: #538700;
    --color-L60: #457000;
    --color-L70: #375900;
    --color-L80: #294200;
    --color-L90: #1b2b00;
    --color-L0-rgb: 240,250,225;
    --color-L10-rgb: 206,232,167;
    --color-L20-rgb: 179,209,134;
    --color-L30-rgb: 133,186,47;
    --color-L40-rgb: 108,158,28;
    --color-L50-rgb: 83,135,0;
    --color-L60-rgb: 69,112,0;
    --color-L70-rgb: 55,89,0;
    --color-L80-rgb: 41,66,0;
    --color-L90-rgb: 27,43,0;
    --color-E0: #e1faf6;
    --color-E10: #bae8e2;
    --color-E20: #8ad1c8;
    --color-E30: #61baae;
    --color-E40: #3da193;
    --color-E50: #21887a;
    --color-E60: #157568;
    --color-E70: #0c6358;
    --color-E80: #055247;
    --color-E90: #004037;
    --color-E0-rgb: 225,250,246;
    --color-E10-rgb: 186,232,226;
    --color-E20-rgb: 138,209,200;
    --color-E30-rgb: 97,186,174;
    --color-E40-rgb: 61,161,147;
    --color-E50-rgb: 33,136,122;
    --color-E60-rgb: 21,117,104;
    --color-E70-rgb: 12,99,88;
    --color-E80-rgb: 5,82,71;
    --color-E90-rgb: 0,64,55;
    --color-M0: #e6fbff;
    --color-M10: #aee2eb;
    --color-M20: #7bcedb;
    --color-M30: #57ccd9;
    --color-M40: #00b3c7;
    --color-M50: #009cad;
    --color-M60: #008594;
    --color-M70: #006e7a;
    --color-M80: #005761;
    --color-M90: #004047;
    --color-M0-rgb: 230,251,255;
    --color-M10-rgb: 174,226,235;
    --color-M20-rgb: 123,206,219;
    --color-M30-rgb: 87,204,217;
    --color-M40-rgb: 0,179,199;
    --color-M50-rgb: 0,156,173;
    --color-M60-rgb: 0,133,148;
    --color-M70-rgb: 0,110,122;
    --color-M80-rgb: 0,87,97;
    --color-M90-rgb: 0,64,71;
    --color-Ocean0: #e6f9ff;
    --color-Ocean10: #afdef0;
    --color-Ocean20: #79c5e0;
    --color-Ocean30: #49add1;
    --color-Ocean40: #0092c7;
    --color-Ocean50: #007fad;
    --color-Ocean60: #006e96;
    --color-Ocean70: #005e80;
    --color-Ocean80: #004d69;
    --color-Ocean90: #003c52;
    --color-Ocean0-rgb: 230,249,255;
    --color-Ocean10-rgb: 175,222,240;
    --color-Ocean20-rgb: 121,197,224;
    --color-Ocean30-rgb: 73,173,209;
    --color-Ocean40-rgb: 0,146,199;
    --color-Ocean50-rgb: 0,127,173;
    --color-Ocean60-rgb: 0,110,150;
    --color-Ocean70-rgb: 0,94,128;
    --color-Ocean80-rgb: 0,77,105;
    --color-Ocean90-rgb: 0,60,82;
    --color-Sky0: #f0f8ff;
    --color-Sky10: #bbddfa;
    --color-Sky20: #89c3f5;
    --color-Sky30: #5aabf2;
    --color-Sky40: #2b94f0;
    --color-Sky50: #007eed;
    --color-Sky60: #006bc9;
    --color-Sky70: #0058a6;
    --color-Sky80: #004582;
    --color-Sky90: #00315c;
    --color-Sky0-rgb: 240,248,255;
    --color-Sky10-rgb: 187,221,250;
    --color-Sky20-rgb: 137,195,245;
    --color-Sky30-rgb: 90,171,242;
    --color-Sky40-rgb: 43,148,240;
    --color-Sky50-rgb: 0,126,237;
    --color-Sky60-rgb: 0,107,201;
    --color-Sky70-rgb: 0,88,166;
    --color-Sky80-rgb: 0,69,130;
    --color-Sky90-rgb: 0,49,92;
    --color-LP0: #f8f0ff;
    --color-LP10: #ecd6ff;
    --color-LP20: #e0bdff;
    --color-LP30: #d4a3ff;
    --color-LP40: #d48fff;
    --color-LP50: #b36ce6;
    --color-LP60: #8d44c2;
    --color-LP70: #6b249e;
    --color-LP80: #4d0d7a;
    --color-LP90: #360856;
    --color-LP0-rgb: 248,240,255;
    --color-LP10-rgb: 236,214,255;
    --color-LP20-rgb: 224,189,255;
    --color-LP30-rgb: 212,163,255;
    --color-LP40-rgb: 212,143,255;
    --color-LP50-rgb: 179,108,230;
    --color-LP60-rgb: 141,68,194;
    --color-LP70-rgb: 107,36,158;
    --color-LP80-rgb: 77,13,122;
    --color-LP90-rgb: 54,8,86;
    --G0-rgb: 247,247,247;
    --G10-rgb: 229,229,229;
    --G20-rgb: 217,217,217;
    --G30-rgb: 204,204,204;
    --G40-rgb: 170,170,170;
    --G50-rgb: 128,128,128;
    --G60-rgb: 105,105,105;
    --G70-rgb: 51,51,51;
    --G80-rgb: 38,38,38;
    --G90-rgb: 26,26,26;
    --S0-rgb: 240,242,245;
    --S10-rgb: 220,224,232;
    --S20-rgb: 209,215,227;
    --S30-rgb: 190,198,212;
    --S40-rgb: 164,172,189;
    --S50-rgb: 129,138,156;
    --S60-rgb: 88,97,115;
    --S70-rgb: 63,69,79;
    --S80-rgb: 45,51,61;
    --S90-rgb: 25,27,31;
    --warning-tag-p1-bg-color: rgba(var(--color-C10-rgb),0.5);
    --warning-tag-p1-color: var(--color-C50,#bf0030);
    --warning-tag-p2-bg-color: rgba(var(--color-error-2-rgb),0.5);
    --warning-tag-p2-color: #f2493a;
    --warning-tag-p3-bg-color: rgba(var(--color-warning-2-rgb),0.5);
    --warning-tag-p3-color: #ff8d16;
    --warning-tag-p4-bg-color: rgba(var(--color-help-2-rgb),0.5);
    --warning-tag-p4-color: #deac16;
    --warning-tag-p5-bg-color: rgba(var(--color-Gold10-rgb),0.5);
    --warning-tag-p5-color: #baa643;
    --warning-tag-p6-bg-color: rgba(var(--color-M10-rgb),0.5);
    --warning-tag-p6-color: #00bacf;
    --warning-tag-p7-bg-color: rgba(var(--color-Ocean10-rgb),0.5);
    --warning-tag-p7-color: #1289b8;
    --colortag-border-width: 1px;
    --color-skeleton-bg-normal: #eee;
    --color-skeleton-bg-light: #f5f5f5;
    --teamix-status-tag-loading-background: var(--G40,#aaa);
    --color-text1-3: #555;
    --color-text1-2: #888
}

.theme-xconsole .teamix-pro-lable-icon-tip-icon i {
    color: #aaa;
    color: var(--G40,#aaa)
}

.theme-xconsole .next-tag-custom-filter-tag {
    background-color: #fff;
    background-color: var(--color-fill1-1,#fff);
    border: 0 solid #d9d9d9;
    border: var(--colortag-border-width,0) solid var(--color-line1-2,#d9d9d9)
}

.theme-xconsole .teamix-pro-table-toolbar-filter-column-all-select .next-menu-item-inner {
    display: flex
}

.theme-xconsole .teamix-pro-table-toolbar-content .teamix-pro-table-toolbar-custom .next-btn:not(.isOnlyIcon):not(.next-btn-text) {
    color: #5a5a5a;
    min-width: 32px;
    padding: 0
}

.theme-xconsole .next-dialog-centered {
    text-align: center
}

.theme-xconsole .next-dialog-wrapper {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.theme-xconsole .next-dialog-wrapper .next-dialog-v2 {
    display: inline-block;
    margin: 40px 0;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.theme-xconsole {
    --message-success-color-border-toast: var(--color-border-4,#e5e5e5);
    --card-border-color: var(--color-border-4,#e5e5e5);
    --tab-pure-divider-border-color: var(--color-border-4,#e5e5e5);
    --drawer-title-border-color: var(--color-border-4,#e5e5e5);
    --popup-local-border-color: var(--color-border-4,#e5e5e5);
    --btn-pure-normal-bg-disabled: var(--color-fill-2,#f7f7f7);
    --checkbox-disabled-bg-color: var(--color-border-1,#d9d9d9);
    --btn-pure-normal-border-color-disabled: var(--color-border-1,#d9d9d9);
    --btn-pure-primary-border-color-disabled: var(--color-border-1,#d9d9d9);
    --tab-item-margin-lr-size-m: 16px;
    --tab-pure-hover-bg: transparent;
    --progress-line-underlay-color: var(--color-border-4,#e5e5e5);
    --range-normal-unselected-color: var(--color-border-4,#e5e5e5)
}

.theme-xconsole .next-formily-item-inset {
    border: 1px solid #d9d9d9;
    border: 1px solid var(--color-border-1,#d9d9d9)
}

.next-input.next-medium,button.next-btn.next-medium.next-btn-normal,tr.next-table-row {
    transition: color 0s
}

.next-radio-wrapper.checked .next-radio-inner:after {
    transition: color 0s
}

.next-checkbox-wrapper .next-checkbox-inner,.next-menu-item.next-nav-item,.next-radio-wrapper .next-radio-inner,.next-tag,.next-tag.next-tag.next-tag.next-tag-closable.next-tag-level-normal.next-tag-closable {
    transition: color 0s
}

.next-message-content {
    white-space: pre-wrap
}

.next-table-fix-left,.next-table-fix-right {
    z-index: 5
}

blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

body,button,input,select,textarea {
    font: 12px/1.5tahoma,arial,\5b8b\4f53
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

address,cite,dfn,em,var {
    font-style: normal
}

code,kbd,pre,samp {
    font-family: couriernew,courier,monospace
}

small {
    font-size: 12px
}

ol,ul {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,img {
    border: 0
}

button,input,select,textarea {
    font-size: 100%
}

body {
    font-size: 12px
}

.en {
    font-family: Roboto-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif
}

[class*=" icon-"],[class^=icon-] {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit
}

#proTable a:hover,.continents-labels a:hover,.zones-tab a:hover {
    text-decoration: none
}

#eventTable td li:first-child {
    color: #f5f5f5;
    font-size: 14px
}

#eventTable td li {
    height: 20px;
    line-height: 20px
}

.continents-labels a:active,.continents-labels a:hover,.zones-tab a:active,.zones-tab a:hover {
    outline: 0
}

#container {
    background-color: #f9f9f9
}

#viewport {
    width: 100%
}

header>h6 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: PingFang SC;
    font-size: 44px;
    font-weight: 500;
    left: 112px;
    letter-spacing: 0;
    line-height: 48px;
    opacity: 1;
    position: absolute;
    top: 44px
}

header>p {
    color: #9b9ea0;
    height: 17px;
    margin-bottom: 12px
}

#viewport-event,#viewport-inner {
    background: #373d41;
    padding-bottom: 32px
}

#viewport-event>div,#viewport-inner>div {
    margin: 0 auto;
    width: 96%
}

#viewport-event {
    margin-bottom: 30px;
    padding-bottom: 15px
}

.areas-labels,.continents-items ul,.zones-tab {
    letter-spacing: -8px
}

.areas-labels {
    margin-bottom: 28px;
    text-align: center;
    width: 70%
}

.continents-items ul {
    display: inline-block;
    margin-bottom: 14px;
    width: 70%
}

.continents-items p {
    color: #d7d8d9;
    float: right;
    font-size: 14px;
    line-height: 32px;
    margin-top: 44px;
    opacity: .9;
    text-align: right;
    width: 30%
}

.areas-labels li,.continents-labels li,.zones-tab li {
    display: inline-block;
    letter-spacing: normal;
    list-style-type: none;
    margin-right: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.continents-labels li {
    height: 32px
}

.zones-tab li {
    margin-bottom: 20px;
    width: 50%
}

.zones-tab li a:hover {
    color: #00c1de
}

.zones-tab li.current a {
    background: #373d41;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border-top: 2px solid #00c1de;
    color: #d7d8d9;
    opacity: 1
}

.continents-labels li a,.zones-tab li a {
    background: #3e4346;
    border-top: 2px solid #3e4346;
    color: #9b9ea0;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase
}

.zone-content .areasInfo {
    color: #fff;
    float: left;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: -2px;
    opacity: .6
}

.areas-labels li {
    height: 20px;
    margin: 0 22px
}

.areas-labels li a {
    color: #fff;
    display: block;
    font-size: 14px;
    height: 20px;
    opacity: .65
}

.areas-labels li a:hover {
    color: #fff;
    opacity: .85
}

.areas-labels li.current a {
    color: #fff;
    opacity: 1;
    text-decoration: underline
}

.continents-labels li a {
    border: 1px solid #00c1de;
    color: #00c1de;
    padding: 5px 0
}

.continents-labels li a:hover {
    background: #00c1de;
    color: #fff;
    opacity: .8
}

.continents-labels li.current a {
    background: #00c1de;
    color: #fff;
    opacity: 1
}

.historys-items,.monitors-items,.statuses-items {
    background: #3e3f4f;
    overflow: hidden;
    padding: 20px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%
}

.table {
    clear: both;
    width: 100%
}

.table thead th {
    background: #3e4346;
    color: #9b9ea0;
    text-align: center
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    border-bottom: none!important;
    border-top: none!important
}

table.table>tbody>tr:nth-of-type(2n) {
    background-color: transparent!important
}

.table th:first-child {
    text-align: left
}

.table th {
    border: 0
}

.table td,.table th {
    empty-cells: show;
    font-weight: 400;
    padding: 7px 0
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 7px 0!important
}

.table tr {
    border-bottom: 1px solid hsla(0,0%,59%,.1)
}

.table tr:last-child {
    border-bottom: 0 solid hsla(0,0%,59%,.1)
}

.table td {
    font-size: 12px;
    text-align: center
}

.table td>ul {
    margin-bottom: -3px;
    margin-top: 4px
}

.table td li {
    color: #f5f5f5;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    vertical-align: middle
}

.table td li.active {
    background: #3c4144
}

.table td li:first-child {
    color: #9b9ea0;
    height: 17px;
    margin-bottom: 7px
}

.table td:first-child {
    text-align: left;
    vertical-align: top
}

.table-hover>tbody>tr:hover {
    background-color: transparent!important
}

.icon.state-raduis {
    background: #73777a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 4px;
    margin-right: 8px;
    margin-top: -2px;
    width: 4px
}

.status-labels {
    margin-top: 30px;
    padding: 0
}

.status-labels li {
    color: #ebecec;
    color: #444;
    font-size: 12px;
    line-height: 17px;
    list-style-type: none;
    margin: 0 10px 13px 0;
    padding: 0
}

.icon-monitor.state-normal,.label-text.state-normal,.state-text.state-normal {
    color: #00ba6b
}

.icon-monitor.state-warning,.label-text.state-warning,.state-text.state-warning {
    color: #f78a02
}

.icon-monitor.state-info,.label-text.state-info,.state-text.state-info {
    color: #00c1de
}

.icon-monitor.state-normal {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAAKlBMVEVHcEwAumwAumsAu2sAu20AwnAAums2PkEkaE8tVEkdeVUHq2YOnGESk13rG5i7AAAABnRSTlMAvcjzZRn+a/d2AAAAjUlEQVQY02NgYFFOgwEjBwYGVrE0BEgMYGBMQwYCDG4o/BQGNRR+EoMZCj+ZIQ0VkMJfgcrPqELhZ09fhsLfWYWiP6e8DYV/vQJuPsjcLIg0mD99dlpaewXC/p3lx3ZApcH87OlV0yuQ3be9vHwaMj+nvBLV/cenofJzcPsXPbzQwxM9vNHjAz2+0OITAP91sa6I5QDlAAAAAElFTkSuQmCC)
}

.icon-monitor.state-normal,.icon-monitor.state-warning {
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    line-height: 16px;
    width: 16px
}

.icon-monitor.state-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAMAAAA3HE0QAAAAVFBMVEVHcEz/jAD/iwD/iwD/oAD/kwD/iwD/iwD/iwD/jwD/iwD/jAD/iwD/igD/iwD/igD/jQD/iwD/igD/igA3PUFcSzaAWSqlZx5AQD/lgAnAchXSeA/ySFBeAAAAE3RSTlMAhKuSBQ9d0vgiLGvktrpIPevuPhN0BAAAALlJREFUKM99kVkShCAMBXFB3Lc89/vfc0YFBTX0F1S6SjsI4VLVwktClPjmcUlUxh4hoD8BP8/SXUgzVgjpIOTmLWlaRlBGUGyi4TNVlrdQSi5xBmYm9UwcgIFJPRON8E7ViSMwfqbG6iko90kK/fsTMOlj4SR2b6GzUyOzgBVYzTl6Ju5swGbOVmp1rXABlutSmXlz75gA69K4iW90akEsR6rsifsE9dJO/BD21Jy85KL2C7VQfkH9AMr7I4QPRKKJAAAAAElFTkSuQmCC)
}

.icon-monitor.state-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAMFBMVEVHcEwAwt8AyOEAwt8Awd4Awd8A2/8AwuAA1f8Awt8Awt4Awt8Awd4xTFIQm7E3PUGXf2r0AAAADHRSTlMA8xyW48cHggZH2b/i8QcGAAAAoElEQVQoz2NgAIFO64VSm2cwwIGyzBkgOGgE46eD+UCRMgifKeYMFBxVAAuonIEDJ7ACH4TAEZCS1DNIIAwoUIMscByoQwZZ4KACA/MZFGDA0IgqIMEwB1XgJIMNqsBhhj2oAqcZ1pw58/YeAp9iANp6/y8CH8QUwNCCYSiGtRgOw3A6hucwvI8RQJhBiBHIHOjRwNCEHlEYUYkZ2SjJAQC83jqyFUdnqQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    line-height: 16px;
    width: 16px
}

.state-text {
    margin-left: 8px
}

.label-text {
    margin-left: 11px;
    margin-right: 10px
}

table>thead>tr>th .btn,table>thead>tr>th .btn-next,table>thead>tr>th .btn.disabled {
    background: transparent!important;
    border: none!important;
    padding: 0!important
}

table>thead>tr>th .btn:active {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.icon-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAOVBMVEVHcEwxNzpAQEAxNzsxNzoyNjoxNjsxNjoyODsxNzszNzwyNzsxNjrX2NlHS0+Eh4rBw8SlqKpjZmlfnIsCAAAADHRSTlMAjAi/U3bZ5oXzPKgGL0dPAAAAk0lEQVQoz4WT2RbDIAhEcY8Gmrb//7FN8xBBa2fePNcRZCG61VzItebgGk3yqfCtkrylUcHrQtR040lbpzv/0P7Hq/yRF7ri+7LC5Zt/4qXSibv59RjtZ636SeQYeCOnsTzfBjsKBouYCIHygE2ETHXCKkJFGDwOUgMfA2UBRUUtAQ0F44CGCY0iGmS0BmiJViv4AfRGIP8UKinjAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 16px
}

.disabled .icon-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAALVBMVEVHcEwxNzoxNjsxNzozNzwxNzpAQEAxNzsyNjoxNzsyNzsyNzsxNjpiZWhKTlIkHp/DAAAADHRSTlMAiN5TPOkIv3bzqPLOkSFzAAAAlUlEQVQY02NgAAHHopnqIgwwwNZ6BgQiEqB8ozMQoAzhMp6BAQEwfw2cfwpVGqLABol/GGi4DhL/UAIDxxlk0MDACmO+AREBDD5Q7ts7IPIIgwyUexfMP8hQA+aeuwvhH2fQgXIh/EMMc6BcCP80mH8GiY+uHt08dPvQ3YPuXnT/oPsXPTwwwgs9PDHCGz0+MOILOT4BqpETGvI6xKgAAAAASUVORK5CYII=)
}

.disabled .icon-next,.icon-prev {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.icon-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAOVBMVEVHcEwxNzpAQEAxNzsxNzoyNjoxNjsxNjoyODsxNzszNzwyNzsxNjrX2NlHS0+Eh4rBw8SlqKpjZmlfnIsCAAAADHRSTlMAjAi/U3bZ5oXzPKgGL0dPAAAAk0lEQVQoz4WT2RbDIAhEcY8Gmrb//7FN8xBBa2fePNcRZCG61VzItebgGk3yqfCtkrylUcHrQtR040lbpzv/0P7Hq/yRF7ri+7LC5Zt/4qXSibv59RjtZ636SeQYeCOnsTzfBjsKBouYCIHygE2ETHXCKkJFGDwOUgMfA2UBRUUtAQ0F44CGCY0iGmS0BmiJViv4AfRGIP8UKinjAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px
}

.disabled .icon-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAALVBMVEVHcEwxNzoxNjsxNzozNzwxNzpAQEAxNzsyNjoxNzsyNzsyNzsxNjpiZWhKTlIkHp/DAAAADHRSTlMAiN5TPOkIv3bzqPLOkSFzAAAAlUlEQVQY02NgAAHHopnqIgwwwNZ6BgQiEqB8ozMQoAzhMp6BAQEwfw2cfwpVGqLABol/GGi4DhL/UAIDxxlk0MDACmO+AREBDD5Q7ts7IPIIgwyUexfMP8hQA+aeuwvhH2fQgXIh/EMMc6BcCP80mH8GiY+uHt08dPvQ3YPuXnT/oPsXPTwwwgs9PDHCGz0+MOILOT4BqpETGvI6xKgAAAAASUVORK5CYII=);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-monitor,.label-text,.state-text {
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    width: 20px
}

.label-illustration {
    line-height: 17px;
    vertical-align: middle
}

.service-pop-status,.service-status {
    background: #f5f5f5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
    color: #373d41;
    height: 100%;
    line-height: 19px;
    margin-left: 14px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    width: 190px
}

.service-pop-status::-webkit-scrollbar,.service-status::-webkit-scrollbar {
    height: 4px;
    width: 6px
}

.service-pop-status::-webkit-scrollbar-thumb,.service-status::-webkit-scrollbar-thumb {
    background: #d7d8d9;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 5px #d7d8d9
}

.service-pop-status::-webkit-scrollbar-track,.service-status::-webkit-scrollbar-track {
    background: #f5f5f5;
    -webkit-border-radius: 0;
    border-radius: 0
}

.service-pop-status {
    width: auto
}

.service-status-timeline .icon-state {
    -webkit-border-radius: 8em;
    border-radius: 8em;
    display: block;
    float: left;
    height: 7px;
    margin-left: -4px;
    margin-top: 8px;
    width: 7px
}

.icon-state.state-info {
    background: #00c1de
}

.icon-state.state-warning {
    background: #f15533
}

.icon-state.state-normal {
    background: #00ba6b
}

.service-status-timeline li {
    word-wrap: break-word;
    font-size: 12px;
    list-style-type: none;
    margin-bottom: 17px
}

.icon-state {
    -webkit-border-radius: 4em;
    border-radius: 4em;
    display: inline-block;
    height: 9px;
    width: 9px
}

.service-status-timeline .detailTitle {
    color: #373d41;
    font-weight: 600;
    padding-bottom: 8px;
    padding-left: 9px
}

.service-status-timeline .detail {
    color: #373d41;
    line-height: 19px;
    padding: 2px 0 0 9px
}

.service-pop-status-timeline,.service-status-timeline {
    border-left: 1px solid #d7d8d9;
    margin: 0;
    padding: 0
}

.service-status-timeline .start-time {
    color: #9b9ea0;
    display: inline-block;
    font-family: Arial,Hiragino Sans GB,Microsoft YaHei,微软雅黑,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;
    line-height: 17px;
    margin-bottom: 2px
}

.service-status-triangle {
    border: 6px solid transparent;
    border-right-color: #f5f5f5;
    float: left;
    margin-left: 2px;
    margin-top: 3px;
    position: absolute;
    z-index: 1
}

.state-ul {
    float: right;
    margin-top: -29px
}

.state-ul .label-text {
    margin-left: 4px;
    margin-right: 10px
}

.state-ul .label-text.last-text {
    margin-right: 0
}

.next-timeline-item-content {
    margin-left: 12px!important
}

#editor-content-view ul {
    list-style: disc
}

#editor-content-view ol {
    list-style: auto
}

#editor-content-view .editor-content-view li,#editor-content-view .editor-content-view p {
    white-space: pre-wrap
}

#editor-content-view .editor-content-view blockquote {
    background-color: #f1f1f1;
    border-left: 8px solid #d0e5f2;
    margin: 10px 0;
    padding: 10px
}

#editor-content-view .editor-content-view code {
    background-color: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: monospace;
    padding: 3px
}

#editor-content-view .editor-content-view pre>code {
    display: block;
    padding: 10px
}

#editor-content-view .editor-content-view table {
    border-collapse: collapse
}

#editor-content-view .editor-content-view td,#editor-content-view .editor-content-view th {
    border: 1px solid #ccc;
    height: 20px;
    min-width: 50px
}

#editor-content-view .editor-content-view th {
    background-color: #f1f1f1
}

#editor-content-view .editor-content-view ol,#editor-content-view .editor-content-view ul {
    padding-left: 20px
}

#editor-content-view .editor-content-view input[type=checkbox] {
    margin-right: 5px
}
