
@font-face {
    font-family: PublicSans;
    font-weight: 700;
    src: url(https://g.alicdn.com/daraz-fe/seller-center/0.0.3/PublicSans-SemiBold.ttf)
}
.drop-zone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
  color: #646C7F;
  border-style: dashed;
  border-color: #0087F7;
  border-radius: 5px;
  line-height: 200px;
  cursor: pointer;
}
.drop-zone.is-dragover {
  color: #999;
  border-style: solid;
}
.drop-zone.has-images {
  justify-content: flex-start;
}
.drop-zone.has-images .msg {
  display: none;
}
.drop-zone input.has-image {
  opacity: 1;
  width: 0px;
  heigth: 0px;
}
.drop-zone input.receiver {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.drop-zone .preview {
  display: flex;
  align-items: center;
  position: relative;
  cursor: default;
  margin: 0 5px;
  height: 120px;
  border-radius: 5px;
}
.drop-zone .preview:hover .details {
  display: flex;
}
.drop-zone .preview img {
  max-width: 120px;
  max-height: 120px;
  border-radius: 5px;
}
.drop-zone .preview .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.drop-zone .preview .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #e40000;
  cursor: pointer;
}
.drop-zone .preview .remove .fa {
  font-size: 20px;
  color: white;
}
.flexCenterRight {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.CommonSellerLogin {
    background: url(https://gw.alicdn.com/imgextra/i2/O1CN01J0zjV91Q2221txq45_!!6000000001917-2-tps-1759-1258.png);
    background-size: cover;
    min-height: 100vh;
    min-width: 1200px;
    position: relative;
    width: 100vw
}

.CommonSellerLogin .CommonSellerLoginContent {
    flex-shrink: 0;
    width: 1200px
}

.CommonSellerLogin .CommonSellerLoginContent .leftBannerContent {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 550px
}

.CommonSellerLogin .CommonSellerLoginContent .leftBannerContent .leftBannerLogoContent .leftBannerLogoStyle {
    margin-top: 24px;
    width: 115px
}

.CommonSellerLogin .CommonSellerLoginContent .leftBannerContent .leftMainTitleStyle {
    color: #fff;
    font-family: DarazBold;
    font-size: 65px;
    line-height: 70px;
    margin-top: 55px;
    width: 423px
}

.CommonSellerLogin .CommonSellerLoginContent .leftBannerContent .leftBannerArea {
    border-radius: 45px;
    height: 100%;
    margin-top: 60px;
    overflow: hidden;
    width: 550px
}

.CommonSellerLogin .CommonSellerLoginContent .leftBannerContent .leftBannerArea .leftBannerStyle {
    width: 100%
}

.CommonSellerLogin .CommonSellerLoginContent .leftBannerContent .leftBannerValueContent {
    -webkit-backdrop-filter: blur(12.3946px);
    backdrop-filter: blur(12.3946px);
    background: hsla(0,0%,100%,.23);
    border-radius: 24.7891px;
    bottom: 25px;
    box-shadow: -6.19728px 8.85326px 29.2158px rgba(0,0,0,.08);
    left: 25px;
    padding: 25px 33px;
    position: absolute;
    width: 500px
}

.CommonSellerLogin .CommonSellerLoginContent .leftBannerContent .leftBannerValueContent .leftBannerTitleStyle {
    color: #fff;
    font-family: DarazBold;
    font-size: 24px;
    font-weight: 700;
    line-height: 112.5%
}

.CommonSellerLogin .CommonSellerLoginContent .leftBannerContent .leftBannerValueContent .leftBannerSubTitleStyle {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 15px
}

.CommonSellerLogin .CommonSellerLoginContent .leftBannerContent .leftBannerValueContent .leftBannerThreeSubTitleStyle {
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.CommonSellerLogin .CommonSellerLoginContent .leftBannerContent .startContent {
    bottom: 50px;
    position: absolute;
    right: 100px
}

.CommonSellerLogin .CommonSellerLoginContent .leftBannerContent .startContent .singleStartStyle {
    cursor: pointer;
    margin-right: 5px;
    width: 12px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent {
    width: 600px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightCountryContent {
    margin-top: 24px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightCountryContent .countryArea {
    cursor: pointer
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightCountryContent .countryArea .downArrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #141414;
    display: inline-block;
    height: 0;
    margin-left: 5px;
    width: 0
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightCountryContent .countryArea .countryContent {
    margin-left: 10px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightCountryContent .countryArea .countryContent .languageIconStyle {
    margin-right: 10px;
    width: 18px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightCountryContent .countryArea .countryContent .countryIconStyle {
    margin-right: 10px;
    width: 30px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightCountryContent .countryArea .countryContent .countryTextStyle {
    color: #26425f;
    font-family: Helvetica Neue
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea {
    margin-left: 80px;
    margin-top: 180px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaTitleStyle {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    width: 450px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaTitleStyle2 {
    margin-bottom: 25px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaSubTitleStyle {
    color: #999;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 19px;
    margin-top: 17px;
    width: 450px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaRowTitle {
    color: #5b5b5b;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 12px;
    width: 450px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaRowContent {
    margin-top: 8px;
    width: 450px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaRowContent .rightLoginAreaCountryCodeStyle {
    color: #141414;
    flex-shrink: 0;
    font-size: 15px;
    margin-right: 10px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaRowContent .rightLoginAreaInputComponentStyle {
    background: #fff;
    border: 1px solid #6c7778;
    border-radius: 6px;
    color: #141414;
    font-size: 15px;
    height: 43px;
    padding: 0 12px;
    width: 100%
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaForgetPasswordContent {
    margin-top: 14px;
    text-align: center;
    width: 450px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaForgetPasswordStyle {
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration-line: underline
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaLoginButtonStyle {
    background: #f39910;
    border: 1px solid #f39910;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-top: 18px;
    text-align: center;
    width: 450px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaLoginButtonStyle2 {
    margin-top: 71px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaLoginButtonStyle3 {
    margin-top: 21px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaBackButtonStyle {
    background: #fff;
    border: 1px solid #858b9c;
    border-radius: 6px;
    color: #5b5b5b;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-top: 21px;
    text-align: center;
    width: 450px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaLOrContent {
    margin-top: 14px;
    width: 450px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaLOrContent .rightLoginAreaLOrContentCutOffRule {
    background: white;
    height: 1px;
    width: 76px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaLOrContent .rightLoginAreaLOrStyle {
    color: white;
    font-size: 10px;
    margin: 0 14px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaFacebookButtonContent {
    background: #fff;
    border: 1px solid #858b9c;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    margin-top: 14px;
    width: 450px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaFacebookButtonContent .rightLoginAreaFacebookLogoStyle {
    margin-right: 8px;
    width: 16px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaFacebookButtonContent .rightLoginAreaFacebookValueStyle {
    color: white;
    font-size: 12px;
    font-weight: 700
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaSignUpContent {
    margin-top: 17px;
    text-align: center;
    width: 450px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaSignUpContent .rightLoginAreaSignUpValueStyle {
    color: white;
    font-size: 12px;
    line-height: 16px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .rightLoginAreaSignUpContent .rightLoginAreaSignUpClickValueStyle {
    color: white;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .accountInputErrorContent {
    color: red;
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
    width: 450px
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .sendCodeContent {
    position: relative
}

.CommonSellerLogin .CommonSellerLoginContent .rightLoginContent .rightLoginArea .sendCodeContent .sendButtonStyle {
    color: #979797;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    right: 12px;
    top: 12px
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
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: initial;
    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;
    -webkit-text-decoration: underline dotted;
    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: initial
}

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: initial
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-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
}

[hidden],template {
    display: none
}

*,:after,:before {
    box-sizing: border-box
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

li {
    margin-left: 0
}

hr {
    border: solid #dcdee3;
    border-width: 1px 0 0
}

a {
    text-decoration: none
}

a:link,a:visited {
    color: #5584ff
}

a:active,a:hover {
    color: #3e71f7
}

a:active {
    text-decoration: underline
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-weight: 200;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot?#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-weight: 300;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot?#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-weight: 400;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot?#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-weight: 500;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot?#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-weight: 700;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot?#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.ttf) format("truetype")
}

html {
    font-size: 100%
}

body {
    color: #333;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.2857142
}

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: 24px;
    line-height: 36px;
    margin-bottom: 12px
}

h1,h2 {
    font-weight: 500
}

h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
}

h3,h4 {
    font-size: 16px;
    margin-bottom: 8px
}

h3,h4,h5 {
    font-weight: 400;
    line-height: 24px
}

h5 {
    font-size: 14px;
    margin-bottom: 6px
}

h6 {
    font-weight: 500;
    margin-bottom: 7px
}

h6,p {
    font-size: 12px;
    line-height: 20px
}

p {
    font-weight: 400;
    margin-bottom: 6px
}

strong {
    font-weight: 500
}

small {
    font-size: 75%
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px)
    }
}

@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-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);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-webkit-keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-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
    }
}

@keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

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

    70% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes expandOutWithFade {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.fadeIn {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInDown {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInDown,.fadeInLeft {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInLeft {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInRight {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInRight,.fadeInUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInUp {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOut {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOut,.fadeOutDown {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutDown {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOutLeft {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOutLeft,.fadeOutRight {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutRight {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.fadeOutUp {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInUp {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideInDown,.slideInUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInDown {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideInLeft {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideInLeft,.slideInRight {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInRight {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutUp {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutRight,.slideOutUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutRight {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutLeft {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.slideOutDown,.slideOutLeft {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutDown {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.zoomIn {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.zoomIn,.zoomOut {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoomOut {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.expandInDown {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: expandInDown;
    animation-name: expandInDown;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.expandInDown,.expandOutUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandOutUp {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: expandOutUp;
    animation-name: expandOutUp;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.expandInUp {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: expandInUp;
    animation-name: expandInUp;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.expandInUp,.expandOutDown {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandOutDown {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: expandOutDown;
    animation-name: expandOutDown;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInDownSmall {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1)
}

.fadeInDownSmall,.fadeOutUpSmall {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutUpSmall {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.zoomInBig {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: zoomInBig;
    animation-name: zoomInBig;
    -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
    animation-timing-function: cubic-bezier(0,0,.2,1)
}

.zoomInBig,.zoomOutBig {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoomOutBig {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: zoomOutBig;
    animation-name: zoomOutBig;
    -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
    animation-timing-function: cubic-bezier(0,0,.2,1)
}

.pulse {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expand-enter {
    overflow: hidden
}

.expand-enter-active {
    transition: all .3s ease-out
}

.expand-enter-active>* {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: expandInWithFade;
    animation-name: expandInWithFade;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expand-leave {
    overflow: hidden
}

.expand-leave-active {
    transition: all .2s ease-out
}

.expand-leave-active>* {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: expandOutWithFade;
    animation-name: expandOutWithFade;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

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

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

.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: "î™Ÿ"
}

.next-icon-cry:before {
    content: "î™"
}

.next-icon-success:before {
    content: "î˜Š"
}

.next-icon-warning:before {
    content: "î˜‹"
}

.next-icon-prompt:before {
    content: "î˜Œ"
}

.next-icon-error:before {
    content: "î˜"
}

.next-icon-help:before {
    content: "î™³"
}

.next-icon-clock:before {
    content: "î˜¡"
}

.next-icon-success-filling:before {
    content: "î˜º"
}

.next-icon-delete-filling:before {
    content: "î˜£"
}

.next-icon-favorites-filling:before {
    content: "î˜Ž"
}

.next-icon-add:before {
    content: "î™•"
}

.next-icon-minus:before {
    content: "î˜"
}

.next-icon-arrow-up:before {
    content: "î˜¥"
}

.next-icon-arrow-down:before {
    content: "î˜½"
}

.next-icon-arrow-left:before {
    content: "î˜"
}

.next-icon-arrow-right:before {
    content: "î˜™"
}

.next-icon-arrow-double-left:before {
    content: "î™™"
}

.next-icon-arrow-double-right:before {
    content: "î™ž"
}

.next-icon-switch:before {
    content: "îš³"
}

.next-icon-sorting:before {
    content: "î˜´"
}

.next-icon-descending:before {
    content: "î˜Ÿ"
}

.next-icon-ascending:before {
    content: "î˜ž"
}

.next-icon-select:before {
    content: "î˜²"
}

.next-icon-semi-select:before {
    content: "î˜³"
}

.next-icon-search:before {
    content: "î™–"
}

.next-icon-close:before {
    content: "î˜¦"
}

.next-icon-ellipsis:before {
    content: "î™”"
}

.next-icon-picture:before {
    content: "î˜±"
}

.next-icon-calendar:before {
    content: "î˜‡"
}

.next-icon-ashbin:before {
    content: "î˜¹"
}

.next-icon-upload:before {
    content: "îŸ®"
}

.next-icon-download:before {
    content: "î˜¨"
}

.next-icon-set:before {
    content: "îšƒ"
}

.next-icon-edit:before {
    content: "î˜»"
}

.next-icon-refresh:before {
    content: "î™·"
}

.next-icon-filter:before {
    content: "î˜§"
}

.next-icon-attachment:before {
    content: "î™¥"
}

.next-icon-account:before {
    content: "î˜ˆ"
}

.next-icon-email:before {
    content: "î˜…"
}

.next-icon-atm:before {
    content: "î˜†"
}

.next-icon-loading:before {
    -webkit-animation: loadingCircle 1s linear infinite;
    animation: loadingCircle 1s linear infinite;
    content: "î™†"
}

.next-icon-eye:before {
    content: "î˜‘"
}

.next-icon-copy:before {
    content: "î˜"
}

.next-icon-toggle-left:before {
    content: "î˜‚"
}

.next-icon-toggle-right:before {
    content: "î˜ƒ"
}

.next-icon-eye-close:before {
    content: "î˜€"
}

.next-icon-unlock:before {
    content: "î˜•"
}

.next-icon-lock:before {
    content: "î˜—"
}

.next-icon-exit:before {
    content: "î˜–"
}

.next-icon-chart-bar:before {
    content: "î˜’"
}

.next-icon-chart-pie:before {
    content: "î˜“"
}

.next-icon-form:before {
    content: "îŸ»"
}

.next-icon-detail:before {
    content: "îŸ¸"
}

.next-icon-list:before {
    content: "îŸ¹"
}

.next-icon-dashboard:before {
    content: "îŸº"
}

@-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%
    }
}

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

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-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);
        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] {
    -webkit-animation-name: nextVectorRouteRTL;
    animation-name: nextVectorRouteRTL
}

@-webkit-keyframes nextVectorRouteRTL {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    5% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    25% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    30% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    55% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    75% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    80% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes nextVectorRouteRTL {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    5% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    25% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    30% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    55% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    75% {
        -webkit-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

    80% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.next-loading {
    position: relative
}

.next-loading.next-open {
    pointer-events: none
}

.next-loading .next-loading-component {
    -webkit-filter: blur(1px);
    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%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 4
}

.next-loading-tip-fullscreen {
    left: inherit;
    top: inherit;
    -webkit-transform: 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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.next-loading-right-tip .next-loading-tip-placeholder {
    display: inline-block;
    margin-left: 1em;
    visibility: hidden
}

.next-loading-fusion-reactor {
    -webkit-animation-duration: 5.6s;
    animation-duration: 5.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: nextVectorRoute;
    animation-name: nextVectorRoute;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: inline-block;
    height: 48px;
    margin: 0;
    position: relative;
    width: 48px
}

.next-loading-fusion-reactor .next-loading-dot {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background: #5584ff;
    border-radius: 50%;
    height: 12px;
    margin: auto;
    position: absolute;
    width: 12px
}

.next-loading-fusion-reactor .next-loading-dot:first-child {
    -webkit-animation-name: nextVectorDotsX;
    animation-name: nextVectorDotsX;
    bottom: 0;
    left: 0;
    top: 0
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(2) {
    -webkit-animation-name: nextVectorDotsY;
    animation-name: nextVectorDotsY;
    left: 0;
    opacity: .8;
    right: 0;
    top: 0
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(3) {
    -webkit-animation-name: nextVectorDotsXR;
    animation-name: nextVectorDotsXR;
    bottom: 0;
    opacity: .6;
    right: 0;
    top: 0
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(4) {
    -webkit-animation-name: nextVectorDotsYR;
    animation-name: nextVectorDotsYR;
    bottom: 0;
    left: 0;
    opacity: .2;
    right: 0
}

.next-loading-medium-fusion-reactor {
    height: 32px;
    width: 32px
}

.next-loading-medium-fusion-reactor .next-loading-dot {
    height: 8px;
    width: 8px
}

.next-loading-medium-fusion-reactor .next-loading-dot:first-child {
    -webkit-animation-name: nextVectorDotsX-medium;
    animation-name: nextVectorDotsX-medium
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(2) {
    -webkit-animation-name: nextVectorDotsY-medium;
    animation-name: nextVectorDotsY-medium
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(3) {
    -webkit-animation-name: nextVectorDotsXR-medium;
    animation-name: nextVectorDotsXR-medium
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(4) {
    -webkit-animation-name: nextVectorDotsYR-medium;
    animation-name: nextVectorDotsYR-medium
}

@-webkit-keyframes nextVectorRoute {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    5% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    30% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    55% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    80% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes nextVectorRoute {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    5% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    30% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    55% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    80% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes nextVectorDotsYR {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 16.8px;
        height: 14.4px;
        width: 14.4px
    }

    90% {
        bottom: 0;
        height: 12px;
        width: 12px
    }
}

@keyframes nextVectorDotsYR {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 16.8px;
        height: 14.4px;
        width: 14.4px
    }

    90% {
        bottom: 0;
        height: 12px;
        width: 12px
    }
}

@-webkit-keyframes nextVectorDotsY {
    25% {
        top: 0
    }

    45%,50% {
        height: 14.4px;
        top: 16.8px;
        width: 14.4px
    }

    90% {
        height: 12px;
        top: 0;
        width: 12px
    }
}

@keyframes nextVectorDotsY {
    25% {
        top: 0
    }

    45%,50% {
        height: 14.4px;
        top: 16.8px;
        width: 14.4px
    }

    90% {
        height: 12px;
        top: 0;
        width: 12px
    }
}

@-webkit-keyframes nextVectorDotsX {
    25% {
        left: 0
    }

    45%,50% {
        height: 14.4px;
        left: 16.8px;
        width: 14.4px
    }

    90% {
        height: 12px;
        left: 0;
        width: 12px
    }
}

@keyframes nextVectorDotsX {
    25% {
        left: 0
    }

    45%,50% {
        height: 14.4px;
        left: 16.8px;
        width: 14.4px
    }

    90% {
        height: 12px;
        left: 0;
        width: 12px
    }
}

@-webkit-keyframes nextVectorDotsXR {
    25% {
        right: 0
    }

    45%,50% {
        height: 14.4px;
        right: 16.8px;
        width: 14.4px
    }

    90% {
        height: 12px;
        right: 0;
        width: 12px
    }
}

@keyframes nextVectorDotsXR {
    25% {
        right: 0
    }

    45%,50% {
        height: 14.4px;
        right: 16.8px;
        width: 14.4px
    }

    90% {
        height: 12px;
        right: 0;
        width: 12px
    }
}

@-webkit-keyframes nextVectorDotsYR-medium {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 11.2px;
        height: 9.6px;
        width: 9.6px
    }

    90% {
        bottom: 0;
        height: 8px;
        width: 8px
    }
}

@keyframes nextVectorDotsYR-medium {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 11.2px;
        height: 9.6px;
        width: 9.6px
    }

    90% {
        bottom: 0;
        height: 8px;
        width: 8px
    }
}

@-webkit-keyframes nextVectorDotsY-medium {
    25% {
        top: 0
    }

    45%,50% {
        height: 9.6px;
        top: 11.2px;
        width: 9.6px
    }

    90% {
        height: 8px;
        top: 0;
        width: 8px
    }
}

@keyframes nextVectorDotsY-medium {
    25% {
        top: 0
    }

    45%,50% {
        height: 9.6px;
        top: 11.2px;
        width: 9.6px
    }

    90% {
        height: 8px;
        top: 0;
        width: 8px
    }
}

@-webkit-keyframes nextVectorDotsX-medium {
    25% {
        left: 0
    }

    45%,50% {
        height: 9.6px;
        left: 11.2px;
        width: 9.6px
    }

    90% {
        height: 8px;
        left: 0;
        width: 8px
    }
}

@keyframes nextVectorDotsX-medium {
    25% {
        left: 0
    }

    45%,50% {
        height: 9.6px;
        left: 11.2px;
        width: 9.6px
    }

    90% {
        height: 8px;
        left: 0;
        width: 8px
    }
}

@-webkit-keyframes nextVectorDotsXR-medium {
    25% {
        right: 0
    }

    45%,50% {
        height: 9.6px;
        right: 11.2px;
        width: 9.6px
    }

    90% {
        height: 8px;
        right: 0;
        width: 8px
    }
}

@keyframes nextVectorDotsXR-medium {
    25% {
        right: 0
    }

    45%,50% {
        height: 9.6px;
        right: 11.2px;
        width: 9.6px
    }

    90% {
        height: 8px;
        right: 0;
        width: 8px
    }
}

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

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

.next-radio-button-large[dir=rtl] .next-radio-label {
    font-size: 16px;
    height: 38px;
    line-height: 38px
}

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

.next-radio-button-medium[dir=rtl]>label:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    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: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    margin-left: -1px
}

.next-radio-button-small[dir=rtl]>label:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    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;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 16px
}

.next-radio-wrapper .next-radio-inner {
    background: #fff;
    border: 1px solid #c4c6cf;
    border-radius: 50%;
    box-shadow: none;
    display: block;
    height: 16px;
    transition: all .1s linear;
    width: 16px
}

.next-radio-wrapper .next-radio-inner:after {
    background: #fff;
    border-radius: 50%;
    content: "";
    left: 50%;
    margin-left: -2px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .1s linear
}

.next-radio-wrapper.checked .next-radio-inner {
    background: #5584ff;
    border-color: #5584ff
}

.next-radio-wrapper.checked .next-radio-inner:after {
    background: #fff;
    font-weight: 700;
    height: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 4px
}

.next-radio-wrapper.checked.hovered .next-radio-inner,.next-radio-wrapper.checked:hover .next-radio-inner {
    border-color: transparent
}

.next-radio-wrapper.disabled input[type=radio] {
    cursor: not-allowed
}

.next-radio-wrapper.disabled .next-radio-inner {
    background: #f7f8fa;
    border-color: #e6e7eb
}

.next-radio-wrapper.disabled .next-radio-inner:after {
    background: #ccc
}

.next-radio-wrapper.disabled .next-radio-inner.hovered,.next-radio-wrapper.disabled .next-radio-inner:hover {
    border-color: #e6e7eb
}

.next-radio-wrapper.disabled.checked .next-radio-inner {
    background: #f7f8fa;
    border-color: #e6e7eb
}

.next-radio-wrapper.disabled.checked .next-radio-inner:after {
    background: #ccc
}

.next-radio-wrapper.disabled .next-radio-label {
    color: #ccc
}

.next-radio-wrapper:not(.disabled).hovered .next-radio-inner,.next-radio-wrapper:not(.disabled):hover .next-radio-inner {
    background-color: #dee8ff;
    border-color: #5584ff
}

.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: #3e71f7;
    border-color: transparent
}

.next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after,.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after {
    background: #fff
}

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

.next-radio-button>label {
    background-color: #fff;
    border: 1px solid #c4c6cf;
    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: #333;
    display: block;
    margin: 0;
    transition: all .1s linear
}

.next-radio-button>label.hovered,.next-radio-button>label:hover {
    background-color: #f2f3f7;
    border-color: #a0a2ad;
    z-index: 10
}

.next-radio-button>label.hovered .next-radio-label,.next-radio-button>label:hover .next-radio-label {
    color: #333
}

.next-radio-button>label.checked {
    background-color: #fff;
    border-color: #5584ff;
    z-index: 11
}

.next-radio-button>label.checked .next-radio-label {
    color: #5584ff
}

.next-radio-button>label.disabled {
    background-color: #f7f8fa;
    border-color: #e6e7eb;
    cursor: not-allowed;
    z-index: 0
}

.next-radio-button>label.disabled .next-radio-label {
    color: #ccc
}

.next-radio-button>label.checked.disabled {
    background-color: #f2f3f7;
    border-color: #e6e7eb;
    z-index: 0
}

.next-radio-button>label.checked.disabled .next-radio-label {
    color: #ccc
}

.next-radio-button-large>label {
    height: 40px;
    line-height: 40px;
    padding: 0 8px
}

.next-radio-button-large>label:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0
}

.next-radio-button-large>label:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.next-radio-button-large .next-radio-label {
    font-size: 16px;
    height: 38px;
    line-height: 38px
}

.next-radio-button-medium>label {
    height: 28px;
    line-height: 28px;
    padding: 0 8px
}

.next-radio-button-medium>label:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0
}

.next-radio-button-medium>label:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.next-radio-button-medium .next-radio-label {
    font-size: 12px;
    height: 26px;
    line-height: 26px
}

.next-radio-button-small>label {
    height: 20px;
    line-height: 20px;
    padding: 0 8px
}

.next-radio-button-small>label:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0
}

.next-radio-button-small>label:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.next-radio-button-small .next-radio-label {
    font-size: 12px;
    height: 18px;
    line-height: 18px
}

.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: #333
}

.next-radio-group.disabled .next-radio-label {
    color: #ccc
}

.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: #333;
    font-size: 12px;
    line-height: 1;
    margin: 0 4px;
    vertical-align: middle
}

@-moz-document url-prefix() {
    .next-radio {
        margin-top: -1px
    }

    @supports((-webkit-animation: calc(0s)) or (animation:calc(0s))) {
        .next-radio {
            margin-top:-3px
        }
    }
}

.next-badge {
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle
}

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

.next-badge .next-badge-count {
    background: #ff3000;
    border: 0 solid #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    top: -.5em;
    -webkit-transform: translateX(-50%);
    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: #ff3000;
    border-radius: 8px;
    color: #fff;
    font-size: 1px;
    height: 8px;
    line-height: 1;
    min-width: 8px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -.5em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    width: 8px
}

.next-badge .next-badge-dot a,.next-badge .next-badge-dot a:hover {
    color: #fff
}

.next-badge .next-badge-custom {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.166667;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-transform: translateX(-50%);
    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;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: 10
}

.next-badge-scroll-number-only {
    display: inline-block;
    min-width: 8px;
    position: relative;
    transition: transform .1s linear,-webkit-transform .1s linear
}

.next-badge-scroll-number-only span {
    display: block;
    font-size: 12px;
    height: 16px;
    line-height: 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;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.next-badge-list-wrapper {
    margin-left: 0
}

.next-badge-list-wrapper li {
    list-style: none;
    margin-bottom: 0
}

.next-badge[dir=rtl] .next-badge-custom {
    padding-left: 4px;
    padding-right: 4px
}

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

.next-balloon {
    word-wrap: break-all;
    word-wrap: break-word;
    border-radius: 3px;
    border-style: solid;
    font-size: 12px;
    font-weight: 400;
    max-width: 300px;
    position: absolute;
    top: 0;
    z-index: 0
}

.next-balloon,.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-weight: 700;
    margin-bottom: 8px
}

.next-balloon-title.next-balloon-closable {
    padding: 0 40px 0 0
}

.next-balloon-title.next-balloon-closable .next-balloon-close {
    right: 16px;
    top: -1px;
    -webkit-transform: translateY(18px);
    transform: translateY(18px)
}

.next-balloon-primary {
    background-color: #e3f2fd;
    border-color: #4494f9;
    border-width: 1px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    color: #333
}

.next-balloon-primary .next-balloon-close {
    color: #999;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: -1px;
    -webkit-transform: translateY(16px);
    transform: translateY(16px)
}

.next-balloon-primary .next-balloon-close .next-icon {
    height: 12px;
    line-height: 1em;
    width: 12px
}

.next-balloon-primary .next-balloon-close .next-icon:before {
    font-size: 12px;
    height: 12px;
    line-height: 1em;
    width: 12px
}

.next-balloon-primary .next-balloon-close :hover {
    color: #333
}

.next-balloon-primary:after {
    background-color: #e3f2fd;
    border: 1px solid #4494f9;
    box-sizing: initial!important;
    content: "";
    height: 12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    z-index: -1
}

.next-balloon-primary.next-balloon-top:after {
    border-bottom: none;
    border-right: none;
    left: calc(50% - 7px);
    top: -7px
}

.next-balloon-primary.next-balloon-right:after {
    border-bottom: none;
    border-left: none;
    right: -7px;
    top: calc(50% - 7px)
}

.next-balloon-primary.next-balloon-bottom:after {
    border-left: none;
    border-top: none;
    bottom: -7px;
    left: calc(50% - 7px)
}

.next-balloon-primary.next-balloon-left:after {
    border-right: none;
    border-top: none;
    left: -7px;
    top: calc(50% - 7px)
}

.next-balloon-primary.next-balloon-left-top:after {
    border-right: none;
    border-top: none;
    left: -7px;
    top: 12px
}

.next-balloon-primary.next-balloon-left-bottom:after {
    border-right: none;
    border-top: none;
    bottom: 12px;
    left: -7px
}

.next-balloon-primary.next-balloon-right-top:after {
    border-bottom: none;
    border-left: none;
    right: -7px;
    top: 12px
}

.next-balloon-primary.next-balloon-right-bottom:after {
    border-bottom: none;
    border-left: none;
    bottom: 12px;
    right: -7px
}

.next-balloon-primary.next-balloon-top-left:after {
    border-bottom: none;
    border-right: none;
    left: 12px;
    top: -7px
}

.next-balloon-primary.next-balloon-top-right:after {
    border-bottom: none;
    border-right: none;
    right: 12px;
    top: -7px
}

.next-balloon-primary.next-balloon-bottom-left:after {
    border-left: none;
    border-top: none;
    bottom: -7px;
    left: 12px
}

.next-balloon-primary.next-balloon-bottom-right:after {
    border-left: none;
    border-top: none;
    bottom: -7px;
    right: 12px
}

.next-balloon-normal {
    background-color: #fff;
    border-color: #dcdee3;
    border-width: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    color: #333
}

.next-balloon-normal .next-balloon-close {
    color: #999;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: -1px;
    -webkit-transform: translateY(16px);
    transform: translateY(16px)
}

.next-balloon-normal .next-balloon-close .next-icon {
    height: 12px;
    line-height: 1em;
    width: 12px
}

.next-balloon-normal .next-balloon-close .next-icon:before {
    font-size: 12px;
    height: 12px;
    line-height: 1em;
    width: 12px
}

.next-balloon-normal .next-balloon-close :hover {
    color: #666
}

.next-balloon-normal:after {
    background-color: #fff;
    border: 1px solid #dcdee3;
    box-sizing: initial!important;
    content: "";
    height: 12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px;
    z-index: -1
}

.next-balloon-normal.next-balloon-top:after {
    border-bottom: none;
    border-right: none;
    left: calc(50% - 7px);
    top: -7px
}

.next-balloon-normal.next-balloon-right:after {
    border-bottom: none;
    border-left: none;
    right: -7px;
    top: calc(50% - 7px)
}

.next-balloon-normal.next-balloon-bottom:after {
    border-left: none;
    border-top: none;
    bottom: -7px;
    left: calc(50% - 7px)
}

.next-balloon-normal.next-balloon-left:after {
    border-right: none;
    border-top: none;
    left: -7px;
    top: calc(50% - 7px)
}

.next-balloon-normal.next-balloon-left-top:after {
    border-right: none;
    border-top: none;
    left: -7px;
    top: 12px
}

.next-balloon-normal.next-balloon-left-bottom:after {
    border-right: none;
    border-top: none;
    bottom: 12px;
    left: -7px
}

.next-balloon-normal.next-balloon-right-top:after {
    border-bottom: none;
    border-left: none;
    right: -7px;
    top: 12px
}

.next-balloon-normal.next-balloon-right-bottom:after {
    border-bottom: none;
    border-left: none;
    bottom: 12px;
    right: -7px
}

.next-balloon-normal.next-balloon-top-left:after {
    border-bottom: none;
    border-right: none;
    left: 12px;
    top: -7px
}

.next-balloon-normal.next-balloon-top-right:after {
    border-bottom: none;
    border-right: none;
    right: 12px;
    top: -7px
}

.next-balloon-normal.next-balloon-bottom-left:after {
    border-left: none;
    border-top: none;
    bottom: -7px;
    left: 12px
}

.next-balloon-normal.next-balloon-bottom-right:after {
    border-left: none;
    border-top: none;
    bottom: -7px;
    right: 12px
}

.next-balloon.visible {
    display: block
}

.next-balloon.hidden {
    display: none
}

.next-balloon-medium {
    padding: 16px
}

.next-balloon-closable {
    padding: 16px 40px 16px 16px
}

.next-balloon-tooltip {
    word-wrap: break-all;
    word-wrap: break-word;
    background-color: #f2f3f7;
    border: 1px solid #dcdee3;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    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: 24px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 24px
}

.next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content {
    background-color: #f2f3f7;
    border: 1px solid #dcdee3;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    margin: auto;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px
}

.next-balloon-tooltip-top .next-balloon-arrow {
    left: calc(50% - 12px);
    top: -24px
}

.next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg)
}

.next-balloon-tooltip-right .next-balloon-arrow {
    right: -24px;
    top: calc(50% - 12px)
}

.next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(-12px) rotate(45deg);
    transform: translateX(-12px) rotate(45deg)
}

.next-balloon-tooltip-bottom .next-balloon-arrow {
    bottom: -24px;
    left: calc(50% - 12px)
}

.next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg)
}

.next-balloon-tooltip-left .next-balloon-arrow {
    left: -24px;
    top: calc(50% - 12px)
}

.next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(12px) rotate(45deg);
    transform: translateX(12px) rotate(45deg)
}

.next-balloon-tooltip-left-top .next-balloon-arrow {
    left: -24px;
    top: 6px
}

.next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(12px) rotate(45deg);
    transform: translateX(12px) rotate(45deg)
}

.next-balloon-tooltip-left-bottom .next-balloon-arrow {
    bottom: 6px;
    left: -24px
}

.next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(12px) rotate(45deg);
    transform: translateX(12px) rotate(45deg)
}

.next-balloon-tooltip-right-top .next-balloon-arrow {
    right: -24px;
    top: 6px
}

.next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(-12px) rotate(45deg);
    transform: translateX(-12px) rotate(45deg)
}

.next-balloon-tooltip-right-bottom .next-balloon-arrow {
    bottom: 6px;
    right: -24px
}

.next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(-12px) rotate(45deg);
    transform: translateX(-12px) rotate(45deg)
}

.next-balloon-tooltip-top-left .next-balloon-arrow {
    left: 6px;
    top: -24px
}

.next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg)
}

.next-balloon-tooltip-top-right .next-balloon-arrow {
    right: 6px;
    top: -24px
}

.next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg)
}

.next-balloon-tooltip-bottom-left .next-balloon-arrow {
    bottom: -24px;
    left: 6px
}

.next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg)
}

.next-balloon-tooltip-bottom-right .next-balloon-arrow {
    bottom: -24px;
    right: 6px
}

.next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg)
}

.next-balloon-tooltip.visible {
    display: block
}

.next-balloon-tooltip.hidden {
    display: none
}

.next-balloon-tooltip-medium {
    padding: 8px
}

.next-balloon[dir=rtl].next-balloon-primary .next-balloon-close {
    left: 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: -7px;
    right: auto
}

.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: -7px
}

.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: -7px;
    right: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-left:after {
    left: auto;
    right: 12px
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-right:after {
    left: 12px;
    right: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-left:after {
    left: auto;
    right: 12px
}

.next-balloon[dir=rtl].next-balloon-normal .next-balloon-close,.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-right:after {
    left: 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: -7px;
    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: -7px
}

.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: -7px;
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-left:after {
    left: auto;
    right: 12px
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-right:after {
    left: 12px;
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-left:after {
    left: auto;
    right: 12px
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-right:after {
    left: 12px;
    right: auto
}

.next-balloon[dir=rtl].next-balloon-closable {
    padding: 16px 16px 16px 40px
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow {
    left: -24px;
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(12px) rotate(45deg);
    transform: translateX(12px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow {
    left: auto;
    right: -24px
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(-12px) rotate(45deg);
    transform: translateX(-12px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow {
    left: auto;
    right: -24px
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(-12px) rotate(45deg);
    transform: translateX(-12px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow {
    left: auto;
    right: -24px
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(-12px) rotate(45deg);
    transform: translateX(-12px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow {
    left: -24px;
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(12px) rotate(45deg);
    transform: translateX(12px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow {
    left: -24px;
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
    -webkit-transform: translateX(12px) rotate(45deg);
    transform: translateX(12px) rotate(45deg)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-left .next-balloon-arrow {
    left: auto;
    right: 10px
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-right .next-balloon-arrow {
    left: 10px;
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-left .next-balloon-arrow {
    left: auto;
    right: 10px
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-right .next-balloon-arrow {
    left: 10px;
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-medium {
    padding: 8px
}

.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: -16px
}

.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: 12px;
    line-height: inherit;
    width: 12px
}

.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 {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: #fff;
    border: 1px solid #dcdee3;
    border-radius: 3px;
    box-shadow: none;
    font-size: 12px;
    line-height: 32px;
    list-style: none;
    margin: 0;
    min-width: 100px;
    position: relative
}

.next-menu,.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
}

.next-menu-spacing-lr.next-menu-outside>.next-menu {
    height: 100%;
    overflow-y: auto
}

.next-menu-spacing-tb {
    padding: 0
}

.next-menu.next-ver {
    padding: 8px 0
}

.next-menu.next-ver .next-menu-item {
    padding: 0 20px
}

.next-menu.next-hoz {
    padding: 8px 0
}

.next-menu.next-hoz .next-menu-item {
    padding: 0 20px
}

.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;
    cursor: pointer;
    position: relative;
    transition: background .1s linear
}

.next-menu-item-helper {
    color: #999;
    float: right;
    font-size: 12px;
    font-style: normal
}

.next-menu-item .next-checkbox,.next-menu-item .next-radio {
    margin-right: 4px
}

.next-menu-item.next-selected {
    background-color: #fff;
    color: #333
}

.next-menu-item.next-selected .next-menu-icon-arrow {
    color: #666
}

.next-menu-item.next-selected .next-menu-icon-selected {
    color: #5584ff
}

.next-menu-item.next-disabled,.next-menu-item.next-disabled .next-menu-item-text>a {
    background-color: #fff;
    color: #ccc;
    cursor: not-allowed
}

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

.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: #f2f3f7;
    color: #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: #333
}

.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: #5584ff
}

.next-menu-item-inner {
    word-wrap: normal;
    font-size: 12px;
    height: 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;
    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: #999;
    padding: 0 12px
}

.next-menu-divider {
    border-bottom: 1px solid #e6e7eb;
    margin: 8px 12px
}

.next-menu .next-menu-icon-selected.next-icon {
    margin-left: -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: 12px;
    line-height: inherit;
    width: 12px
}

.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: "î˜²"
}

.next-menu .next-menu-icon-arrow.next-icon {
    color: #666;
    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: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-menu .next-menu-icon-arrow.next-icon {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-menu .next-menu-icon-arrow.next-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-menu .next-menu-icon-arrow-down:before {
    content: "î˜½"
}

.next-menu .next-menu-icon-arrow-down.next-open {
    -webkit-transform: rotate(180deg);
    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: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-menu .next-menu-icon-arrow-down.next-open {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5) rotate(180deg);
        transform: scale(.5) rotate(180deg)
    }

    .next-menu .next-menu-icon-arrow-down.next-open:before {
        font-size: 16px;
        width: 16px
    }
}

.next-menu .next-menu-symbol-popupfold:before {
    content: "î˜™"
}

.next-menu .next-menu-icon-arrow-right.next-open {
    -webkit-transform: rotate(-90deg);
    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: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-menu .next-menu-icon-arrow-right.next-open {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5) rotate(-90deg);
        transform: scale(.5) rotate(-90deg)
    }

    .next-menu .next-menu-icon-arrow-right.next-open:before {
        font-size: 16px;
        width: 16px
    }
}

.next-menu .next-menu-hoz-icon-arrow.next-icon {
    color: #666;
    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: "î˜½"
}

.next-menu-unfold-icon:before {
    content: ""
}

.next-menu .next-menu-hoz-icon-arrow.next-open {
    -webkit-transform: rotate(180deg);
    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;
    height: 16px;
    line-height: 16px;
    min-width: 16px
}

.next-breadcrumb .next-breadcrumb-separator {
    font-size: 8px;
    height: 16px;
    line-height: 16px;
    margin: 0 8px
}

.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: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-breadcrumb .next-breadcrumb-separator .next-icon {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-breadcrumb .next-breadcrumb-separator .next-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-breadcrumb .next-breadcrumb-text-ellipsis {
    font-size: 12px
}

.next-breadcrumb .next-breadcrumb-text {
    color: #666
}

.next-breadcrumb .next-breadcrumb-text>b {
    color: #5584ff
}

.next-breadcrumb .next-breadcrumb-text>a {
    color: #666;
    text-align: center;
    text-decoration: none
}

.next-breadcrumb .next-breadcrumb-text.activated,.next-breadcrumb .next-breadcrumb-text.activated>a {
    color: #333;
    font-weight: 400
}

.next-breadcrumb .next-breadcrumb-text-ellipsis {
    color: #666;
    cursor: default
}

.next-breadcrumb .next-breadcrumb-text-ellipsis-clickable {
    color: #666;
    cursor: pointer
}

.next-breadcrumb .next-breadcrumb-separator {
    color: #a0a2ad
}

.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: #5584ff
}

.next-breadcrumb a.next-breadcrumb-text.activated:hover {
    color: #5584ff;
    font-weight: 400
}

.next-breadcrumb-icon-sep:before {
    content: "î˜™"
}

.next-breadcrumb-dropdown-wrapper {
    padding: 4px 0
}

.next-btn,.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
}

@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%
    }
}

.next-btn {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all .1s linear;
    -webkit-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: "";
    height: 100%;
    width: 0
}

.next-btn .next-icon,.next-btn:before {
    display: inline-block;
    vertical-align: middle
}

.next-btn .next-icon {
    font-size: 0
}

.next-btn>.next-btn-helper,.next-btn>div,.next-btn>span {
    display: inline-block;
    vertical-align: middle
}

.next-btn>.next-btn-helper {
    text-decoration: inherit
}

.next-btn.hover,.next-btn:hover {
    box-shadow: none
}

.next-btn.next-small {
    border-radius: 3px;
    border-width: 1px;
    font-size: 12px;
    height: 20px;
    padding: 0 8px
}

.next-btn.next-small>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    -webkit-transform: scale(1);
    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;
    -webkit-transform: scale(1);
    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 {
    -webkit-transform: scale(1);
    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: 8px;
    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: 3px;
    border-width: 1px;
    font-size: 12px;
    height: 28px;
    padding: 0 12px
}

.next-btn.next-medium>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    -webkit-transform: scale(1);
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn.next-medium>.next-btn-icon.next-icon-last {
    margin-left: 4px;
    margin-right: 0;
    -webkit-transform: scale(1);
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn.next-medium>.next-btn-icon.next-icon-alone {
    -webkit-transform: scale(1);
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn.next-medium.next-btn-loading:before {
    font-size: 12px;
    height: 12px;
    left: 12px;
    line-height: 12px;
    margin-right: 4px;
    text-align: center;
    top: 50%;
    width: 12px
}

.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: 12px
}

.next-btn.next-large {
    border-radius: 3px;
    border-width: 1px;
    font-size: 16px;
    height: 40px;
    padding: 0 16px
}

.next-btn.next-large>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    -webkit-transform: scale(1);
    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;
    -webkit-transform: scale(1);
    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 {
    -webkit-transform: scale(1);
    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: 16px;
    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;
    border-color: #c4c6cf;
    border-style: 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
}

.next-btn.next-btn-normal.active,.next-btn.next-btn-normal.hover,.next-btn.next-btn-normal:active,.next-btn.next-btn-normal:focus,.next-btn.next-btn-normal:hover {
    background: #f2f3f7;
    border-color: #a0a2ad;
    color: #333;
    text-decoration: none
}

.next-btn.next-btn-primary {
    background: #5584ff;
    border-color: transparent;
    border-style: 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
}

.next-btn.next-btn-primary.active,.next-btn.next-btn-primary.hover,.next-btn.next-btn-primary:active,.next-btn.next-btn-primary:focus,.next-btn.next-btn-primary:hover {
    background: #3e71f7;
    border-color: transparent;
    color: #fff;
    text-decoration: none
}

.next-btn.next-btn-secondary {
    background: #fff;
    border-color: #5584ff;
    border-style: 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: #5584ff
}

.next-btn.next-btn-secondary.active,.next-btn.next-btn-secondary.hover,.next-btn.next-btn-secondary:active,.next-btn.next-btn-secondary:focus,.next-btn.next-btn-secondary:hover {
    background: #3e71f7;
    border-color: #3e71f7;
    color: #fff;
    text-decoration: none
}

.next-btn.disabled,.next-btn[disabled] {
    cursor: not-allowed
}

.next-btn.disabled.next-btn-normal,.next-btn[disabled].next-btn-normal {
    background: #f7f8fa;
    border-color: #e6e7eb
}

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

.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: #f7f8fa;
    border-color: #e6e7eb;
    color: #ccc;
    text-decoration: none
}

.next-btn.disabled.next-btn-primary,.next-btn[disabled].next-btn-primary {
    background: #f7f8fa;
    border-color: #e6e7eb
}

.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: #ccc
}

.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: #f7f8fa;
    border-color: #e6e7eb;
    color: #ccc;
    text-decoration: none
}

.next-btn.disabled.next-btn-secondary,.next-btn[disabled].next-btn-secondary {
    background: #f7f8fa;
    border-color: #e6e7eb
}

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

.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: #f7f8fa;
    border-color: #e6e7eb;
    color: #ccc;
    text-decoration: none
}

.next-btn-warning {
    border-style: solid
}

.next-btn-warning.next-btn-primary {
    background: #ff3000;
    border-color: #ff3000
}

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

.next-btn-warning.next-btn-primary.active,.next-btn-warning.next-btn-primary.hover,.next-btn-warning.next-btn-primary:active,.next-btn-warning.next-btn-primary:focus,.next-btn-warning.next-btn-primary:hover {
    background: #e72b00;
    border-color: #e72b00;
    color: #fff;
    text-decoration: none
}

.next-btn-warning.next-btn-primary.disabled,.next-btn-warning.next-btn-primary[disabled] {
    background: #f7f8fa;
    border-color: #dcdee3
}

.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: #ccc
}

.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: #f7f8fa;
    border-color: #dcdee3;
    color: #ccc;
    text-decoration: none
}

.next-btn-warning.next-btn-normal {
    background: #fff;
    border-color: #ff3000
}

.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: #ff3000
}

.next-btn-warning.next-btn-normal.active,.next-btn-warning.next-btn-normal.hover,.next-btn-warning.next-btn-normal:active,.next-btn-warning.next-btn-normal:focus,.next-btn-warning.next-btn-normal:hover {
    background: #e72b00;
    border-color: #e72b00;
    color: #fff;
    text-decoration: none
}

.next-btn-warning.next-btn-normal.disabled,.next-btn-warning.next-btn-normal[disabled] {
    background: #f7f8fa;
    border-color: #e6e7eb
}

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

.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: #f7f8fa;
    border-color: #e6e7eb;
    color: #ccc;
    text-decoration: none
}

.next-btn-text {
    border-radius: 0;
    -webkit-user-select: text;
    user-select: text
}

.next-btn-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: #5584ff
}

.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: #3e71f7;
    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
}

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

.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: #5584ff;
    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
}

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

.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: #5584ff;
    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
}

.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;
    text-decoration: none
}

.next-btn-text.next-large {
    border-radius: 0;
    border-width: 0;
    font-size: 14px;
    height: 24px;
    padding: 0
}

.next-btn-text.next-large>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    -webkit-transform: scale(1);
    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;
    -webkit-transform: scale(1);
    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 {
    -webkit-transform: scale(1);
    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;
    height: 20px;
    padding: 0
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    -webkit-transform: scale(1);
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-last {
    margin-left: 4px;
    margin-right: 0;
    -webkit-transform: scale(1);
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-alone {
    -webkit-transform: scale(1);
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn-text.next-medium.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-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: 12px
}

.next-btn-text.next-small {
    border-radius: 0;
    border-width: 0;
    font-size: 12px;
    height: 16px;
    padding: 0
}

.next-btn-text.next-small>.next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: 4px;
    -webkit-transform: scale(1);
    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;
    -webkit-transform: scale(1);
    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 {
    -webkit-transform: scale(1);
    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: #333
}

.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: #333;
    text-decoration: none
}

.next-btn-loading {
    pointer-events: none
}

.next-btn-loading:before {
    -webkit-animation: loadingCircle 2s linear infinite;
    animation: loadingCircle 2s linear infinite;
    content: "î™†";
    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;
    box-shadow: none
}

.next-btn-ghost.next-btn-dark {
    background: transparent;
    border-color: #fff
}

.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: #fff
}

.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;
    color: #fff;
    text-decoration: none
}

.next-btn-ghost.next-btn-dark.disabled,.next-btn-ghost.next-btn-dark[disabled] {
    background: 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.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;
    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: #333
}

.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: #333
}

.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: #333;
    color: #999;
    text-decoration: none
}

.next-btn-ghost.next-btn-light.disabled,.next-btn-ghost.next-btn-light[disabled] {
    background: 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.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;
    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: #e6e7eb
}

.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: #e6e7eb
}

.next-btn.next-small[dir=rtl] {
    border-radius: 3px
}

.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: 8px;
    padding-right: 24px
}

.next-btn.next-small[dir=rtl].next-btn-loading:after {
    margin-left: 4px;
    margin-right: 0;
    right: 8px;
    top: 50%
}

.next-btn.next-medium[dir=rtl] {
    border-radius: 3px
}

.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: 12px;
    line-height: inherit;
    width: 12px
}

.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: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn.next-medium[dir=rtl].next-btn-loading {
    padding-left: 12px;
    padding-right: 28px
}

.next-btn.next-medium[dir=rtl].next-btn-loading:after {
    margin-left: 4px;
    margin-right: 0;
    right: 12px;
    top: 50%
}

.next-btn.next-large[dir=rtl] {
    border-radius: 3px
}

.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: 16px;
    padding-right: 36px
}

.next-btn.next-large[dir=rtl].next-btn-loading:after {
    margin-left: 4px;
    margin-right: 0;
    right: 16px;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.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: 12px;
    line-height: inherit;
    width: 12px
}

.next-btn-text[dir=rtl].next-medium.next-btn-loading {
    padding-left: 0;
    padding-right: 16px
}

.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;
    border: 1px solid #c4c6cf;
    border-collapse: initial;
    border-spacing: 0;
    display: inline-table;
    font-size: 0;
    line-height: 1;
    transition: all .1s linear;
    vertical-align: middle;
    width: 200px
}

.next-input,.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: 3px;
    -webkit-box-shadow: inset 0 0 0 1000px #fff
}

.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;
    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: 3px;
    height: 20px
}

.next-input.next-small .next-input-label {
    font-size: 12px;
    padding-left: 8px
}

.next-input.next-small .next-input-inner {
    font-size: 12px
}

.next-input.next-small .next-input-control,.next-input.next-small .next-input-inner-text {
    padding-right: 4px
}

.next-input.next-small input {
    font-size: 12px;
    height: 18px;
    line-height: 18px \0;
    padding: 0 4px
}

.next-input.next-small input::-webkit-input-placeholder {
    font-size: 12px
}

.next-input.next-small input::placeholder {
    font-size: 12px
}

.next-input.next-small .next-input-text-field {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 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 3px 3px 0
}

.next-input.next-medium {
    border-radius: 3px;
    height: 28px
}

.next-input.next-medium .next-input-label {
    font-size: 12px;
    padding-left: 8px
}

.next-input.next-medium .next-input-inner {
    font-size: 12px
}

.next-input.next-medium .next-input-control,.next-input.next-medium .next-input-inner-text {
    padding-right: 8px
}

.next-input.next-medium input {
    font-size: 12px;
    height: 26px;
    line-height: 26px \0;
    padding: 0 8px
}

.next-input.next-medium input::-webkit-input-placeholder {
    font-size: 12px
}

.next-input.next-medium input::placeholder {
    font-size: 12px
}

.next-input.next-medium .next-input-text-field {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px
}

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

.next-input.next-medium .next-input-control {
    border-radius: 0 3px 3px 0
}

.next-input.next-large {
    border-radius: 3px;
    height: 40px
}

.next-input.next-large .next-input-label {
    font-size: 16px;
    padding-left: 12px
}

.next-input.next-large .next-input-inner {
    font-size: 16px
}

.next-input.next-large .next-input-control,.next-input.next-large .next-input-inner-text {
    padding-right: 8px
}

.next-input.next-large input {
    font-size: 16px;
    height: 38px;
    line-height: 38px \0;
    padding: 0 12px
}

.next-input.next-large input::-webkit-input-placeholder {
    font-size: 16px
}

.next-input.next-large input::placeholder {
    font-size: 16px
}

.next-input.next-large .next-input-text-field {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 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 3px 3px 0
}

.next-input.next-input-textarea {
    border-radius: 3px;
    font-size: 0;
    height: auto
}

.next-input.next-input-textarea textarea {
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    padding: 4px 8px
}

.next-input.next-input-textarea.next-small textarea {
    font-size: 12px
}

.next-input.next-input-textarea.next-large textarea {
    font-size: 16px
}

.next-input.next-input-textarea .next-input-control {
    border-radius: 3px;
    display: block;
    width: auto
}

.next-input.next-input-textarea .next-input-len {
    display: block;
    padding: 0 8px 4px;
    text-align: right;
    width: auto
}

.next-input-hint-wrap {
    color: #999;
    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: #666;
    cursor: pointer
}

.next-input .next-input-hover-show {
    opacity: 0
}

.next-input.next-focus,.next-input:hover {
    background-color: #fff;
    border-color: #a0a2ad
}

.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-input-clear:focus,.next-input.next-focus .next-input-hover-show,.next-input:hover .next-input-hover-show {
    opacity: 1
}

.next-input .next-input-clear:focus+.next-input-hint {
    opacity: 0
}

.next-input.next-focus {
    background-color: #fff;
    border-color: #5584ff;
    box-shadow: 0 0 0 2px rgba(85,132,255,.2)
}

.next-input.next-warning {
    background-color: #fff;
    border-color: #ff9300
}

.next-input.next-warning.next-focus,.next-input.next-warning:hover {
    border-color: #ff9300
}

.next-input.next-warning.next-focus {
    box-shadow: 0 0 0 2px rgba(255,147,0,.2)
}

.next-input.next-error {
    background-color: #fff;
    border-color: #ff3000
}

.next-input.next-error input,.next-input.next-error textarea {
    color: #333
}

.next-input.next-error.next-focus,.next-input.next-error:hover {
    border-color: #ff3000
}

.next-input.next-error.next-focus {
    box-shadow: 0 0 0 2px rgba(255,48,0,.2)
}

.next-input.next-hidden {
    display: none
}

.next-input.next-noborder {
    border: none;
    box-shadow: none
}

.next-input-control .next-input-len {
    color: #999;
    display: table-cell;
    font-size: 12px;
    line-height: 12px;
    vertical-align: bottom;
    width: 1px
}

.next-input-control .next-input-len.next-error {
    color: #ff3000
}

.next-input-control .next-input-len.next-warning {
    color: #ff9300
}

.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: #999;
    transition: all .1s linear
}

.next-input-control .next-input-warning-icon {
    color: #ff9300
}

.next-input-control .next-input-warning-icon:before {
    content: "î˜‹"
}

.next-input-control .next-input-success-icon {
    color: #46bc15
}

.next-input-control .next-input-success-icon:before {
    content: "î˜º"
}

.next-input-control .next-input-loading-icon {
    color: #4494f9
}

.next-input-control .next-input-loading-icon:before {
    -webkit-animation: loadingCircle 1s linear infinite;
    animation: loadingCircle 1s linear infinite;
    content: "î™†"
}

.next-input-control .next-input-clear-icon:before {
    content: "î˜£"
}

.next-input-inner-text,.next-input-label {
    color: #666
}

.next-input input::-moz-placeholder,.next-input textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.next-input input:-ms-input-placeholder,.next-input textarea:-ms-input-placeholder {
    color: #999
}

.next-input input::-webkit-input-placeholder,.next-input textarea::-webkit-input-placeholder {
    color: #999
}

.next-input.next-disabled {
    color: #ccc;
    cursor: not-allowed
}

.next-input.next-disabled,.next-input.next-disabled:hover {
    background-color: #f7f8fa;
    border-color: #e6e7eb
}

.next-input.next-disabled input,.next-input.next-disabled textarea {
    -webkit-text-fill-color: #ccc;
    color: #ccc
}

.next-input.next-disabled input::-moz-placeholder,.next-input.next-disabled textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.next-input.next-disabled input:-ms-input-placeholder,.next-input.next-disabled textarea:-ms-input-placeholder {
    color: #ccc
}

.next-input.next-disabled input::-webkit-input-placeholder,.next-input.next-disabled textarea::-webkit-input-placeholder {
    color: #ccc
}

.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: #ccc
}

.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: #ccc;
    cursor: not-allowed
}

.next-input.next-disabled .next-icon {
    color: #ccc
}

.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: initial;
    border-spacing: 0;
    display: inline-table;
    line-height: 0;
    overflow: hidden;
    width: 100%
}

.next-input-group,.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-large,.next-input-group>.next-input:first-child.next-medium,.next-input-group>.next-input:first-child.next-small {
    border-bottom-left-radius: 3px!important;
    border-top-left-radius: 3px!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 {
    border-bottom-right-radius: 3px!important;
    border-top-right-radius: 3px!important
}

.next-input-group-addon {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    width: 1px
}

.next-input-group-addon:first-child,.next-input-group-addon:first-child>* {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.next-input-group-addon:first-child>* {
    margin-right: -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,.next-input-group-addon:last-child>* {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.next-input-group-addon:last-child>* {
    margin-left: -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: #f2f3f7;
    border: 1px solid #c4c6cf;
    color: #999;
    padding: 0 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 {
    color: #ccc;
    cursor: not-allowed
}

.next-input-group-text.next-disabled,.next-input-group-text.next-disabled:hover {
    background-color: #f7f8fa;
    border-color: #e6e7eb
}

.next-input-group-text.next-medium,.next-input-group-text.next-small {
    border-radius: 3px;
    font-size: 12px
}

.next-input-group-text.next-large {
    border-radius: 3px;
    font-size: 16px
}

.next-input[dir=rtl].next-small .next-input-label {
    padding-left: 0;
    padding-right: 8px
}

.next-input[dir=rtl].next-small .next-input-control {
    padding-left: 4px;
    padding-right: 0
}

.next-input[dir=rtl].next-medium .next-input-label {
    padding-left: 0;
    padding-right: 8px
}

.next-input[dir=rtl].next-medium .next-input-control {
    padding-left: 8px;
    padding-right: 0
}

.next-input[dir=rtl].next-large .next-input-label {
    padding-left: 0;
    padding-right: 12px
}

.next-input[dir=rtl].next-large .next-input-control {
    padding-left: 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-large,.next-input-group[dir=rtl]>.next-input:first-child.next-medium,.next-input-group[dir=rtl]>.next-input:first-child.next-small {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 3px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 3px!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 {
    border-bottom-left-radius: 3px!important;
    border-bottom-right-radius: 0!important;
    border-top-left-radius: 3px!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-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 {
    border-bottom-right-radius: 3px!important;
    border-top-right-radius: 3px!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
}

.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-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 {
    border-bottom-left-radius: 3px!important;
    border-top-left-radius: 3px!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
}

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

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

.next-calendar,.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
}

@-webkit-keyframes cellZoomIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

@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)
    }
}

@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)
    }
}

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

.next-calendar-panel-header {
    background: #5584ff;
    border-bottom: 1px solid transparent;
    margin-bottom: 8px;
    position: relative
}

.next-calendar-panel-header-full,.next-calendar-panel-header-left,.next-calendar-panel-header-right {
    height: 32px;
    line-height: 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: 700;
    margin: 0 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: #fff
}

.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: #fff;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.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: #fff
}

.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: #fff;
    text-decoration: none
}

.next-calendar-btn-prev-decade,.next-calendar-btn-prev-year {
    left: 8px
}

.next-calendar-btn-prev-month {
    left: 28px
}

.next-calendar-btn-next-month {
    right: 28px
}

.next-calendar-btn-next-decade,.next-calendar-btn-next-year {
    right: 8px
}

.next-calendar-fullscreen .next-calendar-th {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 4px;
    padding-right: 12px;
    text-align: right
}

.next-calendar-fullscreen .next-calendar-cell {
    font-size: 14px
}

.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date,.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month {
    background: #dee8ff;
    border-color: #5584ff;
    color: #5584ff;
    font-weight: 700
}

.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date,.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month {
    background: #f7f8fa;
    border-color: #e6e7eb;
    color: #ccc;
    cursor: not-allowed
}

.next-calendar-fullscreen .next-calendar-date,.next-calendar-fullscreen .next-calendar-month {
    background: #fff;
    border-color: currentcolor #dcdee3 #dcdee3;
    border-top: 2px solid #dcdee3;
    color: #333;
    margin: 0 4px;
    min-height: 80px;
    overflow: hidden;
    padding: 4px 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: #dee8ff;
    border-color: #5584ff;
    color: #5584ff
}

.next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date,.next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date {
    background: transparent;
    border-color: transparent;
    color: #ccc
}

.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-date,.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month {
    background: #fff;
    border-color: #5584ff;
    color: #5584ff;
    font-weight: 700
}

.next-calendar-card .next-calendar-th,.next-calendar-panel .next-calendar-th,.next-calendar-range .next-calendar-th {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    text-align: center
}

.next-calendar-card .next-calendar-cell,.next-calendar-panel .next-calendar-cell,.next-calendar-range .next-calendar-cell {
    font-size: 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 {
    -webkit-animation: cellZoomIn .4s cubic-bezier(.23,1,.32,1);
    animation: cellZoomIn .4s cubic-bezier(.23,1,.32,1);
    background: #5584ff;
    border-color: #5584ff;
    color: #fff;
    font-weight: 700
}

.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: #f7f8fa;
    border-color: #f7f8fa;
    color: #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: #dee8ff;
    border-color: #dee8ff;
    color: #5584ff
}

.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;
    border: 1px solid #fff;
    color: #666;
    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 {
    background: #dee8ff;
    border-color: #dee8ff;
    color: #5584ff;
    cursor: pointer
}

.next-calendar-card .next-calendar-date,.next-calendar-panel .next-calendar-date,.next-calendar-range .next-calendar-date {
    border-radius: 3px;
    height: 24px;
    line-height: 22px;
    margin: 4px auto;
    width: 24px
}

.next-calendar-card .next-calendar-month,.next-calendar-panel .next-calendar-month,.next-calendar-range .next-calendar-month {
    border-radius: 3px;
    height: 24px;
    line-height: 22px;
    margin: 8px auto;
    width: 60px
}

.next-calendar-card .next-calendar-year,.next-calendar-panel .next-calendar-year,.next-calendar-range .next-calendar-year {
    border-radius: 3px;
    height: 24px;
    line-height: 22px;
    margin: 8px auto;
    width: 48px
}

.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;
    border-color: #fff;
    color: #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;
    border-color: transparent;
    color: #5584ff;
    font-weight: 700
}

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

.next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date {
    background: #dee8ff;
    border-color: #dee8ff;
    color: #5584ff
}

.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: #5584ff;
    position: relative
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date:before {
    background: #dee8ff;
    border: 1px solid #dee8ff;
    border-radius: 3px;
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -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
}

.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: #5584ff;
    border-color: #5584ff
}

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

.next-calendar[dir=rtl] .next-calendar-btn-prev-month {
    left: auto;
    right: 28px
}

.next-calendar[dir=rtl] .next-calendar-btn-next-month {
    left: 28px;
    right: auto
}

.next-calendar[dir=rtl] .next-calendar-btn-next-decade,.next-calendar[dir=rtl] .next-calendar-btn-next-year {
    left: 8px;
    right: auto
}

.next-calendar-fullscreen[dir=rtl] .next-calendar-th {
    padding-left: 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: "î˜"
}

.next-calendar-symbol-next:before {
    content: "î˜™"
}

.next-calendar-symbol-prev-super:before {
    content: "î™™"
}

.next-calendar-symbol-next-super:before {
    content: "î™ž"
}

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

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

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

.next-card {
    background: #fff;
    border: 1px solid #dcdee3;
    border-radius: 3px;
    box-shadow: none;
    min-width: 100px;
    overflow: hidden
}

.next-card-noborder {
    border: 0
}

.next-card-head {
    background: #fff;
    padding-left: 16px;
    padding-right: 16px
}

.next-card-head-show-bullet .next-card-title {
    padding-left: 8px
}

.next-card-head-show-bullet .next-card-title:before {
    background: #5584ff;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: calc(50% - 8px);
    width: 3px
}

.next-card-head-main {
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 8px;
    position: relative
}

.next-card-title {
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-card-subtitle {
    color: #666;
    font-size: 12px;
    padding-left: 8px
}

.next-card-extra {
    color: #5584ff;
    font-size: 12px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.next-card-body {
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px
}

.next-card-show-divider>.next-card-head>.next-card-head-main {
    border-bottom: 1px solid #e6e7eb
}

.next-card-show-divider>.next-card-body {
    padding-top: 12px
}

.next-card-hide-divider>.next-card-body {
    padding-top: 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 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 47%;
    transform-origin: 50% 47%
}

.next-card-header {
    background: #fff;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 0 16px
}

.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: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.next-card-header-subtitle {
    color: #666;
    font-size: 12px
}

.next-card-actions {
    display: block;
    padding: 12px 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 #e6e7eb;
    content: "";
    display: block
}

.next-card-divider--inset {
    padding: 0 16px
}

.next-card-content-container {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px
}

.next-cascader {
    border: 1px solid #dcdee3;
    border-radius: 3px;
    display: inline-block;
    overflow: auto
}

.next-cascader,.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;
    min-width: 100px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto
}

.next-cascader-menu-wrapper+.next-cascader-menu-wrapper {
    border-left: 1px solid #dcdee3
}

.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 #dcdee3
}

.next-cascader-menu-item.next-expanded {
    background-color: #f2f3f7;
    color: #333
}

.next-cascader-menu-icon-right {
    color: #666;
    position: absolute;
    right: 10px;
    top: 0
}

.next-cascader-menu-icon-right:hover {
    color: #333
}

.next-cascader-menu-icon-expand.next-icon .next-icon-remote,.next-cascader-menu-icon-expand.next-icon:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-cascader-menu-icon-expand.next-icon {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-cascader-menu-icon-expand.next-icon:before {
        font-size: 16px;
        width: 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: #333
}

.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
    color: #5584ff
}

.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: #5584ff;
    font-style: normal
}

.next-cascader[dir=rtl] .next-cascader-menu-wrapper {
    border-left: none;
    border-right: 1px solid #dcdee3;
    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 #dcdee3;
    border-right: none
}

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

.next-cascader-select,.next-cascader-select *,.next-cascader-select :after,.next-cascader-select :before {
    box-sizing: border-box
}

.next-cascader-select-dropdown {
    border: 1px solid #dcdee3;
    border-radius: 3px;
    box-shadow: none;
    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: #999;
    overflow: auto;
    padding: 0
}

.next-cascader-select-not-found .next-menu-item:hover {
    background: #fff;
    color: #999;
    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: 4px
}

.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;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.next-checkbox-wrapper .next-checkbox-inner {
    background: #fff;
    border: 1px solid #c4c6cf;
    border-radius: 3px;
    box-shadow: none;
    display: block;
    height: 16px;
    text-align: left;
    transition: all .1s linear;
    width: 16px
}

.next-checkbox-wrapper .next-checkbox-inner>.next-icon {
    color: #fff;
    left: 4px;
    line-height: 16px;
    margin-left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(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: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-checkbox-wrapper .next-checkbox-inner>.next-icon {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-checkbox-wrapper .next-checkbox-inner>.next-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.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: "î˜²"
}

.next-checkbox-wrapper .next-checkbox-inner>.next-checkbox-semi-select-icon:before {
    content: "î˜³"
}

.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner,.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner {
    background-color: #5584ff;
    border-color: 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
}

.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;
    -webkit-transform: scale(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: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .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:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner>.next-icon:before,.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner>.next-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner,.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner {
    background-color: #5584ff;
    border-color: 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
}

.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;
    -webkit-transform: scaleX(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: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .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:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner>.next-icon:before,.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner>.next-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.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: #dee8ff;
    border-color: #5584ff
}

.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: #3e71f7;
    border-color: 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;
    opacity: 1
}

.next-checkbox-wrapper.disabled input[type=checkbox] {
    cursor: not-allowed
}

.next-checkbox-wrapper.disabled .next-checkbox-inner,.next-checkbox-wrapper.disabled.checked .next-checkbox-inner,.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner {
    background: #f7f8fa;
    border-color: #e6e7eb
}

.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: #e6e7eb
}

.next-checkbox-wrapper.disabled.checked .next-checkbox-inner>.next-icon,.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner>.next-icon {
    color: #ccc;
    opacity: 1
}

.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner {
    background: #f7f8fa;
    border-color: #e6e7eb
}

.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner>.next-icon {
    color: #ccc;
    opacity: 1
}

.next-checkbox-wrapper.disabled .next-checkbox-label {
    color: #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;
    font-size: 12px;
    line-height: 1;
    margin: 0 4px;
    vertical-align: middle
}

.next-collapse[dir=rtl] .next-collapse-panel-title {
    padding: 8px 28px 8px 0
}

.next-collapse[dir=rtl] .next-collapse-panel-icon {
    left: inherit;
    margin-left: 0;
    margin-right: 0;
    right: 12px;
    -webkit-transform: rotate(180deg);
    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: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-collapse[dir=rtl] .next-collapse-panel-icon {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5) rotate(180deg);
        transform: scale(.5) rotate(180deg)
    }

    .next-collapse[dir=rtl] .next-collapse-panel-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-collapse {
    border: 1px solid #dcdee3;
    border-radius: 3px
}

.next-collapse,.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: 1px solid #dcdee3
}

.next-collapse .next-collapse-panel-icon {
    color: #333;
    left: 12px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -2px;
    position: absolute;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

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

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-collapse .next-collapse-panel-icon {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-collapse .next-collapse-panel-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-collapse-panel-title {
    background: #f2f3f7;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 0 8px 28px;
    position: relative;
    transition: background .1s linear
}

.next-collapse-panel-title:hover {
    background: #ebecf0;
    color: #333;
    font-weight: 400
}

.next-collapse-panel-title:hover .next-collapse-panel-icon {
    color: #333
}

.next-collapse-panel-content {
    background: #fff;
    color: #666;
    font-size: 12px;
    height: 0;
    line-height: 1.5;
    opacity: 0;
    padding: 0 16px;
    transition: all .3s ease
}

.next-collapse-panel-expanded>.next-collapse-panel-content {
    display: block;
    height: auto;
    opacity: 1;
    padding: 12px 16px
}

.next-collapse .next-collapse-unfold-icon:before {
    content: ""
}

.next-collapse-panel-hidden>.next-collapse-panel-content {
    overflow: hidden
}

.next-collapse .next-collapse-panel-icon:before {
    content: "î˜™"
}

.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded .next-icon-remote,.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5) rotate(90deg);
        transform: scale(.5) rotate(90deg)
    }

    .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before {
        font-size: 16px;
        width: 16px
    }
}

.next-collapse-disabled,.next-collapse-panel-disabled:not(:first-child) {
    border-color: #e6e7eb
}

.next-collapse-panel-disabled>.next-collapse-panel-title {
    background: #f2f3f7;
    color: #ccc;
    cursor: not-allowed
}

.next-collapse-panel-disabled .next-collapse-panel-icon {
    color: #ccc
}

.next-collapse-panel-disabled .next-collapse-panel-title:hover {
    font-weight: 400
}

.next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon {
    color: #ccc
}

.next-collapse-panel-disabled:hover {
    background: #f2f3f7;
    color: #ccc
}

.next-time-picker-menu {
    float: left;
    text-align: center
}

.next-time-picker-menu:not(:last-child) {
    border-right: 1px solid #c4c6cf
}

.next-time-picker-menu-title {
    background: #fff;
    color: #999;
    cursor: default;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    line-height: 28px
}

.next-time-picker-menu ul {
    font-size: 12px;
    height: 196px;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: relative
}

.next-time-picker-menu-item {
    background: #fff;
    color: #666;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    outline: none;
    transition: background .1s linear
}

.next-time-picker-menu-item:hover {
    background: #f2f3f7;
    color: #333
}

.next-time-picker-menu-item.next-selected {
    background: #f2f3f7;
    color: #666;
    font-weight: 700
}

.next-time-picker-menu-item.next-disabled {
    background: #fff;
    color: #ccc;
    cursor: not-allowed
}

.next-time-picker-panel,.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 #dcdee3
}

.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.3333333333%
}

.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 #c4c6cf;
    border-right: none
}

.next-time-picker {
    display: inline-block;
    width: 200px
}

.next-time-picker,.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;
    border: 1px solid #dcdee3;
    border-radius: 3px;
    box-shadow: none;
    overflow: hidden;
    width: 200px
}

.next-time-picker-symbol-clock-icon:before {
    content: "î˜¡"
}

.next-range-picker-panel-input-separator,.next-range-picker-trigger-separator {
    color: #ccc;
    cursor: default;
    display: inline-block;
    font-size: 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;
    border: 1px solid #c4c6cf
}

.next-range-picker-trigger:hover {
    background-color: #fff;
    border-color: #a0a2ad
}

.next-range-picker-trigger.next-error {
    border-color: #ff3000
}

.next-range-picker-trigger-input.next-input {
    height: auto;
    width: calc(50% - 8px)
}

.next-range-picker.next-disabled .next-range-picker-trigger {
    background-color: #f7f8fa;
    border-color: #e6e7eb;
    color: #ccc;
    cursor: not-allowed
}

.next-range-picker.next-disabled .next-range-picker-trigger:hover {
    background-color: #f7f8fa;
    border-color: #e6e7eb
}

.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: 3px
}

.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 #dcdee3
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
    border-left: 1px solid #dcdee3
}

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

.next-date-picker-body[dir=rtl] .next-date-picker-panel-footer>.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 #c4c6cf;
    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 #dcdee3;
    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 #dcdee3
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu {
    float: right
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu:not(:last-child) {
    border-left: 1px solid #c4c6cf;
    border-right: none
}

.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 {
    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;
    border: 1px solid #dcdee3;
    border-radius: 3px;
    box-shadow: none
}

.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: 1px solid #dcdee3
}

.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: 1px solid #dcdee3;
    padding: 8px 20px;
    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: -1px;
    margin-right: -1px
}

.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: initial
}

.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: "î˜‡"
}

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

.next-message {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    display: block;
    position: relative;
    vertical-align: initial
}

.next-message,.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: #999;
    cursor: pointer;
    font-size: 0;
    position: absolute
}

.next-message .next-message-close .next-icon-close {
    height: 12px;
    line-height: 1em;
    width: 12px
}

.next-message .next-message-close .next-icon-close:before {
    font-size: 12px;
    height: 12px;
    line-height: 1em;
    width: 12px
}

.next-message .next-message-close:hover {
    color: #666
}

.next-message.next-message-success.next-inline {
    background-color: #e4fdda;
    border-color: #e4fdda;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-success.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-success.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-success.next-inline .next-message-symbol {
    color: #46bc15
}

.next-message.next-message-success.next-inline .next-message-symbol-icon:before {
    content: "î˜Š"
}

.next-message.next-message-success.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-success.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-success.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-success.next-addon .next-message-symbol {
    color: #46bc15
}

.next-message.next-message-success.next-addon .next-message-symbol-icon:before {
    content: "î˜Š"
}

.next-message.next-message-success.next-toast {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12)
}

.next-message.next-message-success.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-success.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-success.next-toast .next-message-symbol {
    color: #46bc15
}

.next-message.next-message-success.next-toast .next-message-symbol-icon:before {
    content: "î˜Š"
}

.next-message.next-message-warning.next-inline {
    background-color: #fff3e0;
    border-color: #fff3e0;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-warning.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-warning.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-warning.next-inline .next-message-symbol {
    color: #ff9300
}

.next-message.next-message-warning.next-inline .next-message-symbol-icon:before {
    content: "î˜‹"
}

.next-message.next-message-warning.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-warning.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-warning.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-warning.next-addon .next-message-symbol {
    color: #ff9300
}

.next-message.next-message-warning.next-addon .next-message-symbol-icon:before {
    content: "î˜‹"
}

.next-message.next-message-warning.next-toast {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12)
}

.next-message.next-message-warning.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-warning.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-warning.next-toast .next-message-symbol {
    color: #ff9300
}

.next-message.next-message-warning.next-toast .next-message-symbol-icon:before {
    content: "î˜‹"
}

.next-message.next-message-error.next-inline {
    background-color: #ffece4;
    border-color: #ffece4;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-error.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-error.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-error.next-inline .next-message-symbol {
    color: #ff3000
}

.next-message.next-message-error.next-inline .next-message-symbol-icon:before {
    content: "î˜"
}

.next-message.next-message-error.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-error.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-error.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-error.next-addon .next-message-symbol {
    color: #ff3000
}

.next-message.next-message-error.next-addon .next-message-symbol-icon:before {
    content: "î˜"
}

.next-message.next-message-error.next-toast {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12)
}

.next-message.next-message-error.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-error.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-error.next-toast .next-message-symbol {
    color: #ff3000
}

.next-message.next-message-error.next-toast .next-message-symbol-icon:before {
    content: "î˜"
}

.next-message.next-message-notice.next-inline {
    background-color: #e3f2fd;
    border-color: #e3f2fd;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-notice.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-notice.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-notice.next-inline .next-message-symbol {
    color: #4494f9
}

.next-message.next-message-notice.next-inline .next-message-symbol-icon:before {
    content: "î˜Œ"
}

.next-message.next-message-notice.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-notice.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-notice.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-notice.next-addon .next-message-symbol {
    color: #4494f9
}

.next-message.next-message-notice.next-addon .next-message-symbol-icon:before {
    content: "î˜Œ"
}

.next-message.next-message-notice.next-toast {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12)
}

.next-message.next-message-notice.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-notice.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-notice.next-toast .next-message-symbol {
    color: #4494f9
}

.next-message.next-message-notice.next-toast .next-message-symbol-icon:before {
    content: "î˜Œ"
}

.next-message.next-message-help.next-inline {
    background-color: #e3fff8;
    border-color: #e3fff8;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-help.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-help.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-help.next-inline .next-message-symbol {
    color: #01c1b2
}

.next-message.next-message-help.next-inline .next-message-symbol-icon:before {
    content: "î™³"
}

.next-message.next-message-help.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-help.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-help.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-help.next-addon .next-message-symbol {
    color: #01c1b2
}

.next-message.next-message-help.next-addon .next-message-symbol-icon:before {
    content: "î™³"
}

.next-message.next-message-help.next-toast {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12)
}

.next-message.next-message-help.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-help.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-help.next-toast .next-message-symbol {
    color: #01c1b2
}

.next-message.next-message-help.next-toast .next-message-symbol-icon:before {
    content: "î™³"
}

.next-message.next-message-loading.next-inline {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-loading.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-loading.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-loading.next-inline .next-message-symbol {
    color: #5584ff
}

.next-message.next-message-loading.next-inline .next-message-symbol-icon:before {
    -webkit-animation: loadingCircle 1s linear infinite;
    animation: loadingCircle 1s linear infinite;
    content: "î™†"
}

.next-message.next-message-loading.next-addon {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    box-shadow: none
}

.next-message.next-message-loading.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-loading.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-loading.next-addon .next-message-symbol {
    color: #5584ff
}

.next-message.next-message-loading.next-addon .next-message-symbol-icon:before {
    -webkit-animation: loadingCircle 1s linear infinite;
    animation: loadingCircle 1s linear infinite;
    content: "î™†"
}

.next-message.next-message-loading.next-toast {
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12)
}

.next-message.next-message-loading.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-loading.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-loading.next-toast .next-message-symbol {
    color: #5584ff
}

.next-message.next-message-loading.next-toast .next-message-symbol-icon:before {
    -webkit-animation: loadingCircle 1s linear infinite;
    animation: loadingCircle 1s linear infinite;
    content: "î™†"
}

.next-message.next-medium {
    border-width: 1px;
    padding: 12px
}

.next-message.next-medium .next-message-symbol {
    float: left;
    line-height: 16px
}

.next-message.next-medium .next-message-symbol .next-icon-remote,.next-message.next-medium .next-message-symbol:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

.next-message.next-medium .next-message-title {
    font-size: 16px;
    line-height: 16px;
    padding: 0 20px 0 24px
}

.next-message.next-medium .next-message-content {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
    padding: 0 20px 0 24px
}

.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: 16px
}

.next-message.next-medium .next-message-close {
    right: 12px;
    top: 12px
}

.next-message.next-medium.next-inline,.next-message.next-medium.next-toast {
    border-radius: 3px
}

.next-message.next-large {
    border-width: 2px;
    padding: 16px
}

.next-message.next-large .next-message-symbol {
    float: left;
    line-height: 24px
}

.next-message.next-large .next-message-symbol .next-icon-remote,.next-message.next-large .next-message-symbol:before {
    font-size: 24px;
    line-height: inherit;
    width: 24px
}

.next-message.next-large .next-message-title {
    font-size: 20px;
    line-height: 20px;
    padding: 0 20px 0 36px
}

.next-message.next-large .next-message-content {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
    padding: 0 20px 0 36px
}

.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: 24px
}

.next-message.next-large .next-message-close {
    right: 16px;
    top: 16px
}

.next-message.next-large.next-inline,.next-message.next-large.next-toast {
    border-radius: 3px
}

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

.next-message[dir=rtl].next-medium .next-message-title {
    padding: 0 24px 0 20px
}

.next-message[dir=rtl].next-medium .next-message-close {
    left: 12px;
    right: auto
}

.next-message[dir=rtl].next-large .next-message-title {
    padding: 0 36px 0 20px
}

.next-message[dir=rtl].next-large .next-message-close {
    left: 16px;
    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 {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.next-message-fade-leave.next-message-fade-leave-active {
    -webkit-animation-name: MessageFadeOut;
    animation-name: MessageFadeOut;
    -webkit-animation-play-state: running;
    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
    }
}

@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[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: 12px;
    right: auto
}

.next-dialog {
    background: #fff;
    border: 1px solid #dcdee3;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    max-width: 90%;
    overflow: hidden;
    position: fixed;
    text-align: left;
    z-index: 1001
}

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

.next-dialog-header {
    background: transparent;
    border-bottom: 0 solid transparent;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px
}

.next-dialog-body {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    padding: 20px
}

.next-dialog-body-no-footer {
    margin-bottom: 0
}

.next-dialog-body-no-padding {
    padding: 0
}

.next-dialog-footer {
    background: transparent;
    border-top: 0 solid transparent;
    padding: 12px 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: 4px
}

.next-dialog-close {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px
}

.next-dialog-close,.next-dialog-close:link,.next-dialog-close:visited {
    color: #999;
    height: 16px
}

.next-dialog-close:hover {
    background: transparent;
    color: #333
}

.next-dialog-close .next-dialog-close-icon.next-icon {
    height: 12px;
    left: 50%;
    line-height: 1em;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px
}

.next-dialog-close .next-dialog-close-icon.next-icon:before {
    font-size: 12px;
    height: 12px;
    line-height: 1em;
    width: 12px
}

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

.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 {
    padding-right: 40px;
    word-break: break-word
}

.next-dialog-v2 .next-dialog-body {
    padding-right: 40px
}

.next-dialog-v2 .next-dialog-header+.next-dialog-body {
    padding: 20px
}

.next-dialog-v2 .next-dialog-header+.next-dialog-body-no-footer {
    margin-bottom: 0
}

.next-dialog-v2 .next-dialog-body.next-dialog-body-no-padding {
    padding: 0
}

.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 {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background: #fff;
    border: 1px solid #dcdee3;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    overflow: auto;
    position: fixed;
    z-index: 1001
}

.next-drawer,.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;
    border-bottom: 1px solid #dcdee3;
    color: #333;
    font-size: 16px;
    padding: 12px 20px
}

.next-drawer-no-title {
    border-bottom: 0;
    padding: 0
}

.next-drawer-body {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    padding: 20px
}

.next-drawer-close {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px
}

.next-drawer-close,.next-drawer-close:link,.next-drawer-close:visited {
    color: #999;
    height: 16px
}

.next-drawer-close:hover {
    background: transparent;
    color: #333
}

.next-drawer-close .next-drawer-close-icon.next-icon {
    height: 12px;
    left: 50%;
    line-height: 1em;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px
}

.next-drawer-close .next-drawer-close-icon.next-icon:before {
    font-size: 12px;
    height: 12px;
    line-height: 1em;
    width: 12px
}

.next-drawer-wrapper {
    position: fixed
}

.next-drawer-wrapper .next-drawer-v2 {
    height: 100%;
    position: static;
    width: 100%
}

.next-drawer-wrapper .next-drawer-content {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    width: 100%
}

.next-drawer-wrapper .next-drawer-header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.next-drawer-wrapper .next-drawer-body {
    word-wrap: break-word;
    flex-grow: 1;
    font-size: 14px;
    overflow: auto
}

.next-drawer-wrapper.next-drawer-right {
    height: 100%;
    right: 0;
    top: 0;
    width: 400px
}

.next-drawer-wrapper.next-drawer-right .next-drawer-v2 {
    height: 100%
}

.next-drawer-wrapper.next-drawer-left {
    height: 100%;
    left: 0;
    top: 0;
    width: 400px
}

.next-drawer-wrapper.next-drawer-left .next-drawer-v2 {
    height: 100%
}

.next-drawer-wrapper.next-drawer-top {
    height: 400px;
    left: 0;
    top: 0;
    width: 100%
}

.next-drawer-wrapper.next-drawer-top .next-drawer-v2 {
    width: 100%
}

.next-drawer-wrapper.next-drawer-bottom {
    bottom: 0;
    height: 400px;
    left: 0;
    width: 100%
}

.next-drawer-wrapper.next-drawer-bottom .next-drawer-v2 {
    width: 100%
}

.next-row {
    display: flex
}

.next-row,.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 (-webkit-min-device-pixel-ratio:0),all and (min-width:0\0)and (min-resolution:0.001dpcm) {
    .next-row {
        display:table;
        width: 100%
    }

    .next-col {
        display: table-cell;
        vertical-align: top
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 320px) {
    .next-col-xxs-1 {
        flex:0 0 4.1666666667%;
        max-width: 4.1666666667%;
        width: 4.1666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.1666666667%;
        max-width: 4.1666666667%;
        width: 4.1666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.1666666667%;
        max-width: 4.1666666667%;
        width: 4.1666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.1666666667%;
        max-width: 4.1666666667%;
        width: 4.1666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.1666666667%;
        max-width: 4.1666666667%;
        width: 4.1666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.1666666667%;
        max-width: 4.1666666667%;
        width: 4.1666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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-basis: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 20px;
    width: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 320px) {
    .next-col-xxs-offset-1 {
        margin-left:4.1666666667%
    }

    .next-col-xxs-offset-2 {
        margin-left: 8.3333333333%
    }

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

    .next-col-xxs-offset-4 {
        margin-left: 16.6666666667%
    }

    .next-col-xxs-offset-5 {
        margin-left: 20.8333333333%
    }

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

    .next-col-xxs-offset-7 {
        margin-left: 29.1666666667%
    }

    .next-col-xxs-offset-8 {
        margin-left: 33.3333333333%
    }

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

    .next-col-xxs-offset-10 {
        margin-left: 41.6666666667%
    }

    .next-col-xxs-offset-11 {
        margin-left: 45.8333333333%
    }

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

    .next-col-xxs-offset-13 {
        margin-left: 54.1666666667%
    }

    .next-col-xxs-offset-14 {
        margin-left: 58.3333333333%
    }

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

    .next-col-xxs-offset-16 {
        margin-left: 66.6666666667%
    }

    .next-col-xxs-offset-17 {
        margin-left: 70.8333333333%
    }

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

    .next-col-xxs-offset-19 {
        margin-left: 79.1666666667%
    }

    .next-col-xxs-offset-20 {
        margin-left: 83.3333333333%
    }

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

    .next-col-xxs-offset-22 {
        margin-left: 91.6666666667%
    }

    .next-col-xxs-offset-23 {
        margin-left: 95.8333333333%
    }

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

@media(min-width: 480px) {
    .next-col-xs-offset-1 {
        margin-left:4.1666666667%
    }

    .next-col-xs-offset-2 {
        margin-left: 8.3333333333%
    }

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

    .next-col-xs-offset-4 {
        margin-left: 16.6666666667%
    }

    .next-col-xs-offset-5 {
        margin-left: 20.8333333333%
    }

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

    .next-col-xs-offset-7 {
        margin-left: 29.1666666667%
    }

    .next-col-xs-offset-8 {
        margin-left: 33.3333333333%
    }

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

    .next-col-xs-offset-10 {
        margin-left: 41.6666666667%
    }

    .next-col-xs-offset-11 {
        margin-left: 45.8333333333%
    }

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

    .next-col-xs-offset-13 {
        margin-left: 54.1666666667%
    }

    .next-col-xs-offset-14 {
        margin-left: 58.3333333333%
    }

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

    .next-col-xs-offset-16 {
        margin-left: 66.6666666667%
    }

    .next-col-xs-offset-17 {
        margin-left: 70.8333333333%
    }

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

    .next-col-xs-offset-19 {
        margin-left: 79.1666666667%
    }

    .next-col-xs-offset-20 {
        margin-left: 83.3333333333%
    }

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

    .next-col-xs-offset-22 {
        margin-left: 91.6666666667%
    }

    .next-col-xs-offset-23 {
        margin-left: 95.8333333333%
    }

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

@media(min-width: 720px) {
    .next-col-s-offset-1 {
        margin-left:4.1666666667%
    }

    .next-col-s-offset-2 {
        margin-left: 8.3333333333%
    }

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

    .next-col-s-offset-4 {
        margin-left: 16.6666666667%
    }

    .next-col-s-offset-5 {
        margin-left: 20.8333333333%
    }

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

    .next-col-s-offset-7 {
        margin-left: 29.1666666667%
    }

    .next-col-s-offset-8 {
        margin-left: 33.3333333333%
    }

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

    .next-col-s-offset-10 {
        margin-left: 41.6666666667%
    }

    .next-col-s-offset-11 {
        margin-left: 45.8333333333%
    }

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

    .next-col-s-offset-13 {
        margin-left: 54.1666666667%
    }

    .next-col-s-offset-14 {
        margin-left: 58.3333333333%
    }

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

    .next-col-s-offset-16 {
        margin-left: 66.6666666667%
    }

    .next-col-s-offset-17 {
        margin-left: 70.8333333333%
    }

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

    .next-col-s-offset-19 {
        margin-left: 79.1666666667%
    }

    .next-col-s-offset-20 {
        margin-left: 83.3333333333%
    }

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

    .next-col-s-offset-22 {
        margin-left: 91.6666666667%
    }

    .next-col-s-offset-23 {
        margin-left: 95.8333333333%
    }

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

@media(min-width: 990px) {
    .next-col-m-offset-1 {
        margin-left:4.1666666667%
    }

    .next-col-m-offset-2 {
        margin-left: 8.3333333333%
    }

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

    .next-col-m-offset-4 {
        margin-left: 16.6666666667%
    }

    .next-col-m-offset-5 {
        margin-left: 20.8333333333%
    }

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

    .next-col-m-offset-7 {
        margin-left: 29.1666666667%
    }

    .next-col-m-offset-8 {
        margin-left: 33.3333333333%
    }

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

    .next-col-m-offset-10 {
        margin-left: 41.6666666667%
    }

    .next-col-m-offset-11 {
        margin-left: 45.8333333333%
    }

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

    .next-col-m-offset-13 {
        margin-left: 54.1666666667%
    }

    .next-col-m-offset-14 {
        margin-left: 58.3333333333%
    }

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

    .next-col-m-offset-16 {
        margin-left: 66.6666666667%
    }

    .next-col-m-offset-17 {
        margin-left: 70.8333333333%
    }

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

    .next-col-m-offset-19 {
        margin-left: 79.1666666667%
    }

    .next-col-m-offset-20 {
        margin-left: 83.3333333333%
    }

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

    .next-col-m-offset-22 {
        margin-left: 91.6666666667%
    }

    .next-col-m-offset-23 {
        margin-left: 95.8333333333%
    }

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

@media(min-width: 1200px) {
    .next-col-l-offset-1 {
        margin-left:4.1666666667%
    }

    .next-col-l-offset-2 {
        margin-left: 8.3333333333%
    }

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

    .next-col-l-offset-4 {
        margin-left: 16.6666666667%
    }

    .next-col-l-offset-5 {
        margin-left: 20.8333333333%
    }

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

    .next-col-l-offset-7 {
        margin-left: 29.1666666667%
    }

    .next-col-l-offset-8 {
        margin-left: 33.3333333333%
    }

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

    .next-col-l-offset-10 {
        margin-left: 41.6666666667%
    }

    .next-col-l-offset-11 {
        margin-left: 45.8333333333%
    }

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

    .next-col-l-offset-13 {
        margin-left: 54.1666666667%
    }

    .next-col-l-offset-14 {
        margin-left: 58.3333333333%
    }

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

    .next-col-l-offset-16 {
        margin-left: 66.6666666667%
    }

    .next-col-l-offset-17 {
        margin-left: 70.8333333333%
    }

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

    .next-col-l-offset-19 {
        margin-left: 79.1666666667%
    }

    .next-col-l-offset-20 {
        margin-left: 83.3333333333%
    }

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

    .next-col-l-offset-22 {
        margin-left: 91.6666666667%
    }

    .next-col-l-offset-23 {
        margin-left: 95.8333333333%
    }

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

@media(min-width: 1500px) {
    .next-col-xl-offset-1 {
        margin-left:4.1666666667%
    }

    .next-col-xl-offset-2 {
        margin-left: 8.3333333333%
    }

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

    .next-col-xl-offset-4 {
        margin-left: 16.6666666667%
    }

    .next-col-xl-offset-5 {
        margin-left: 20.8333333333%
    }

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

    .next-col-xl-offset-7 {
        margin-left: 29.1666666667%
    }

    .next-col-xl-offset-8 {
        margin-left: 33.3333333333%
    }

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

    .next-col-xl-offset-10 {
        margin-left: 41.6666666667%
    }

    .next-col-xl-offset-11 {
        margin-left: 45.8333333333%
    }

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

    .next-col-xl-offset-13 {
        margin-left: 54.1666666667%
    }

    .next-col-xl-offset-14 {
        margin-left: 58.3333333333%
    }

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

    .next-col-xl-offset-16 {
        margin-left: 66.6666666667%
    }

    .next-col-xl-offset-17 {
        margin-left: 70.8333333333%
    }

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

    .next-col-xl-offset-19 {
        margin-left: 79.1666666667%
    }

    .next-col-xl-offset-20 {
        margin-left: 83.3333333333%
    }

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

    .next-col-xl-offset-22 {
        margin-left: 91.6666666667%
    }

    .next-col-xl-offset-23 {
        margin-left: 95.8333333333%
    }

    .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.1666666667%
}

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

.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.6666666667%
}

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

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

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

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

.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.6666666667%
}

.next-col-offset-11[dir=rtl] {
    margin-left: auto;
    margin-right: 45.8333333333%
}

.next-col-offset-12[dir=rtl] {
    margin-left: auto;
    margin-right: 50%
}

.next-col-offset-13[dir=rtl] {
    margin-left: auto;
    margin-right: 54.1666666667%
}

.next-col-offset-14[dir=rtl] {
    margin-left: auto;
    margin-right: 58.3333333333%
}

.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.6666666667%
}

.next-col-offset-17[dir=rtl] {
    margin-left: auto;
    margin-right: 70.8333333333%
}

.next-col-offset-18[dir=rtl] {
    margin-left: auto;
    margin-right: 75%
}

.next-col-offset-19[dir=rtl] {
    margin-left: auto;
    margin-right: 79.1666666667%
}

.next-col-offset-20[dir=rtl] {
    margin-left: auto;
    margin-right: 83.3333333333%
}

.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.6666666667%
}

.next-col-offset-23[dir=rtl] {
    margin-left: auto;
    margin-right: 95.8333333333%
}

.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.1666666667%
    }

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

    .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.6666666667%
    }

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

    .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.1666666667%
    }

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

    .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.6666666667%
    }

    .next-col-xxs-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.8333333333%
    }

    .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.1666666667%
    }

    .next-col-xxs-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.3333333333%
    }

    .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.6666666667%
    }

    .next-col-xxs-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.8333333333%
    }

    .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.1666666667%
    }

    .next-col-xxs-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.3333333333%
    }

    .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.6666666667%
    }

    .next-col-xxs-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.8333333333%
    }

    .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.1666666667%
    }

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

    .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.6666666667%
    }

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

    .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.1666666667%
    }

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

    .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.6666666667%
    }

    .next-col-xs-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.8333333333%
    }

    .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.1666666667%
    }

    .next-col-xs-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.3333333333%
    }

    .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.6666666667%
    }

    .next-col-xs-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.8333333333%
    }

    .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.1666666667%
    }

    .next-col-xs-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.3333333333%
    }

    .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.6666666667%
    }

    .next-col-xs-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.8333333333%
    }

    .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.1666666667%
    }

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

    .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.6666666667%
    }

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

    .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.1666666667%
    }

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

    .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.6666666667%
    }

    .next-col-s-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.8333333333%
    }

    .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.1666666667%
    }

    .next-col-s-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.3333333333%
    }

    .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.6666666667%
    }

    .next-col-s-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.8333333333%
    }

    .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.1666666667%
    }

    .next-col-s-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.3333333333%
    }

    .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.6666666667%
    }

    .next-col-s-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.8333333333%
    }

    .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.1666666667%
    }

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

    .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.6666666667%
    }

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

    .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.1666666667%
    }

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

    .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.6666666667%
    }

    .next-col-m-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.8333333333%
    }

    .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.1666666667%
    }

    .next-col-m-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.3333333333%
    }

    .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.6666666667%
    }

    .next-col-m-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.8333333333%
    }

    .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.1666666667%
    }

    .next-col-m-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.3333333333%
    }

    .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.6666666667%
    }

    .next-col-m-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.8333333333%
    }

    .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.1666666667%
    }

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

    .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.6666666667%
    }

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

    .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.1666666667%
    }

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

    .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.6666666667%
    }

    .next-col-l-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.8333333333%
    }

    .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.1666666667%
    }

    .next-col-l-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.3333333333%
    }

    .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.6666666667%
    }

    .next-col-l-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.8333333333%
    }

    .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.1666666667%
    }

    .next-col-l-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.3333333333%
    }

    .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.6666666667%
    }

    .next-col-l-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.8333333333%
    }

    .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.1666666667%
    }

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

    .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.6666666667%
    }

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

    .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.1666666667%
    }

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

    .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.6666666667%
    }

    .next-col-xl-offset-11[dir=rtl] {
        margin-left: auto;
        margin-right: 45.8333333333%
    }

    .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.1666666667%
    }

    .next-col-xl-offset-14[dir=rtl] {
        margin-left: auto;
        margin-right: 58.3333333333%
    }

    .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.6666666667%
    }

    .next-col-xl-offset-17[dir=rtl] {
        margin-left: auto;
        margin-right: 70.8333333333%
    }

    .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.1666666667%
    }

    .next-col-xl-offset-20[dir=rtl] {
        margin-left: auto;
        margin-right: 83.3333333333%
    }

    .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.6666666667%
    }

    .next-col-xl-offset-23[dir=rtl] {
        margin-left: auto;
        margin-right: 95.8333333333%
    }

    .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,.next-form *,.next-form :after,.next-form :before {
    box-sizing: border-box
}

.next-form-preview.next-form-item .next-form-item-label {
    color: #666
}

.next-form-preview.next-form-item .next-form-preview {
    color: #333
}

.next-form-preview.next-form-item.next-medium .next-form-item-label {
    font-size: 12px;
    line-height: 28px
}

.next-form-preview.next-form-item.next-small .next-form-item-label {
    font-size: 12px;
    line-height: 20px
}

.next-form-preview.next-form-item.next-large .next-form-item-label {
    font-size: 16px;
    line-height: 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
}

.next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-bottom: 4px;
    margin-top: 4px
}

.next-form-responsive-grid.next-medium .next-responsive-grid {
    gap: 20px
}

.next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-bottom: 8px;
    margin-top: 8px
}

.next-form-responsive-grid.next-large .next-responsive-grid {
    gap: 24px
}

.next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-bottom: 12px;
    margin-top: 12px
}

.next-form-item {
    margin-bottom: 16px
}

.next-form-item.has-error>.next-form-item-control>.next-form-item-help {
    color: #ff3000
}

.next-form-item.has-warning>.next-form-item-control>.next-form-item-help {
    color: #ff9300
}

.next-form-item .next-form-item-label,.next-form-item .next-form-text-align,.next-form-item p {
    line-height: 28px
}

.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: 24px
}

.next-form-item .next-form-preview {
    font-size: 12px;
    line-height: 28px
}

.next-form-item .next-form-preview.next-input-textarea>p {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5.6px;
    min-height: 16.8px;
    text-align: justify
}

.next-form-item .next-form-item-label {
    font-size: 12px
}

.next-form-item .next-form-item-label>label {
    display: inline-block;
    line-height: 1.5
}

.next-form-item.next-large {
    margin-bottom: 20px
}

.next-form-item.next-large .next-form-item-label,.next-form-item.next-large .next-form-text-align,.next-form-item.next-large p {
    line-height: 40px
}

.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: 39px
}

.next-form-item.next-large .next-form-preview {
    font-size: 16px;
    line-height: 40px
}

.next-form-item.next-large .next-form-preview.next-input-textarea>p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 8.8px;
    min-height: 22.4px;
    text-align: justify
}

.next-form-item.next-large .next-switch {
    margin-top: 7px
}

.next-form-item.next-large .next-form-item-label {
    font-size: 16px
}

.next-form-item.next-small {
    margin-bottom: 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: 20px
}

.next-form-item.next-small .next-form-preview {
    font-size: 12px;
    line-height: 20px
}

.next-form-item.next-small .next-form-preview.next-input-textarea>p {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 1.6px;
    min-height: 16.8px;
    text-align: justify
}

.next-form-item.next-small .next-form-item-label {
    font-size: 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,.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: #666;
    display: inline-block;
    padding-right: 12px;
    text-align: right;
    vertical-align: top
}

.next-form-item-label label[required]:before {
    color: #ff3000;
    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: #ff3000;
    content: "*";
    margin-left: 4px
}

.next-form-item-help {
    color: #999;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 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
}

.next-form.next-inline .next-form-item.next-large:not(:last-child) {
    margin-right: 24px
}

.next-form.next-inline .next-form-item.next-small:not(:last-child) {
    margin-right: 16px
}

@media screen and (min-width: 0\0)and (-webkit-min-device-pixel-ratio:0),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-form[dir=rtl] .next-form-item-label {
    padding-left: 12px;
    padding-right: 0;
    text-align: left
}

.next-form[dir=rtl].next-inline .next-form-item:not(:last-child) {
    margin-left: 20px;
    margin-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item.next-large:not(:last-child) {
    margin-left: 24px;
    margin-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item.next-small:not(:last-child) {
    margin-left: 16px;
    margin-right: 0
}

.next-avatar {
    background: #e2e4e8;
    border: 0 solid #fff;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 40px
}

.next-avatar-image {
    background: transparent
}

.next-avatar-string {
    left: 50%;
    position: absolute;
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center
}

.next-avatar-large {
    border-radius: 50%;
    height: 52px;
    line-height: 52px;
    width: 52px
}

.next-avatar-large-string {
    left: 50%;
    position: absolute;
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center
}

.next-avatar-small {
    border-radius: 50%;
    height: 28px;
    line-height: 28px;
    width: 28px
}

.next-avatar-small-string {
    left: 50%;
    position: absolute;
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center
}

.next-avatar-square {
    border-radius: 3px
}

.next-avatar>img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.next-select {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle
}

.next-select,.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: #ccc
}

.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;
    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);
    color: #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,#f7f8fa 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;
    min-height: 18px;
    padding-bottom: 2px;
    padding-top: 2px
}

.next-select-multiple.next-small .next-select-values-compact,.next-select-tag.next-small .next-select-values-compact {
    height: 20px!important
}

.next-select-multiple.next-small .next-tag,.next-select-tag.next-small .next-tag {
    border: 0;
    height: 14px;
    padding-bottom: 0;
    padding-top: 0
}

.next-select-multiple.next-small .next-tag .next-tag-body,.next-select-multiple.next-small .next-tag .next-tag-close-btn,.next-select-multiple.next-small .next-tag-body,.next-select-tag.next-small .next-tag .next-tag-body,.next-select-tag.next-small .next-tag .next-tag-close-btn,.next-select-tag.next-small .next-tag-body {
    line-height: 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: 18px
}

.next-select-multiple.next-medium .next-select-values,.next-select-tag.next-medium .next-select-values {
    line-height: 20px;
    min-height: 26px;
    padding-bottom: 3px;
    padding-top: 3px
}

.next-select-multiple.next-medium .next-select-values-compact,.next-select-tag.next-medium .next-select-values-compact {
    height: 28px!important
}

.next-select-multiple.next-medium .next-tag,.next-select-tag.next-medium .next-tag {
    height: 20px;
    padding-bottom: 1px;
    padding-top: 1px
}

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

.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: 26px
}

.next-select-multiple.next-large .next-select-values,.next-select-tag.next-large .next-select-values {
    line-height: 24px;
    min-height: 38px;
    padding-bottom: 7px;
    padding-top: 7px
}

.next-select-multiple.next-large .next-select-values-compact,.next-select-tag.next-large .next-select-values-compact {
    height: 40px!important
}

.next-select-multiple.next-large .next-tag,.next-select-tag.next-large .next-tag {
    height: 24px;
    padding-bottom: 3px;
    padding-top: 3px
}

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

.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: 38px
}

.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 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.next-select .next-select-unfold-icon:before {
    content: ""
}

.next-select-symbol-fold:before {
    content: "î˜½"
}

.next-select-arrow {
    cursor: pointer;
    text-align: center;
    transition: all .1s linear;
    width: auto!important
}

.next-select-popup-wrap {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    padding: 0
}

.next-select-spacing-tb {
    padding: 0
}

.next-select-menu-wrapper {
    border: 1px solid #dcdee3;
    border-radius: 3px;
    box-shadow: none;
    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: #999;
    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 #dcdee3;
    cursor: pointer;
    display: block;
    margin: 0 12px 8px;
    padding: 0 8px
}

.next-select-all:hover {
    color: #3e71f7
}

.next-select-all .next-menu-icon-selected.next-icon {
    color: #5584ff;
    display: inline-block!important;
    top: auto
}

.next-select-highlight {
    color: #5584ff;
    font-size: 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: 20px
}

.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values {
    line-height: 28px
}

.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values {
    line-height: 40px
}

.next-select-in-ie.next-select-trigger .next-select-trigger-search>span {
    max-width: 100px
}

.next-select-in-ie.next-select-trigger.next-select-single.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)
    }

    .next-select-multiple .next-disabled .next-select-tag-compact {
        background: linear-gradient(90deg,hsla(0,0%,100%,0),#f7f8fa 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);
    left: 0;
    padding: 0 16px 0 4px;
    right: auto
}

.next-list-header {
    border-bottom: 1px solid #dcdee3;
    color: #333
}

.next-list-footer {
    border-top: 1px solid #dcdee3;
    color: #666
}

.next-list-loading.next-loading {
    display: block
}

.next-list-empty {
    color: #a0a2ad;
    font-size: 12px;
    padding: 32px 0;
    text-align: center
}

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

.next-list-item {
    color: #666;
    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: #999
}

.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: #333
}

.next-list-medium .next-list-header {
    font-size: 20px;
    font-weight: 700;
    padding: 16px 0
}

.next-list-medium .next-list-footer {
    padding: 16px 0
}

.next-list-medium .next-list-item-media {
    padding-right: 8px
}

.next-list-medium .next-list-item-extra {
    padding-left: 8px
}

.next-list-medium .next-list-item {
    font-size: 14px;
    line-height: 1.5;
    padding: 16px 0
}

.next-list-medium .next-list-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.next-list-small .next-list-header {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0
}

.next-list-small .next-list-footer {
    padding: 8px 0
}

.next-list-small .next-list-item-media {
    padding-right: 8px
}

.next-list-small .next-list-item-extra {
    padding-left: 8px
}

.next-list-small .next-list-item {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    padding: 8px 0
}

.next-list-small .next-list-item-title {
    font-size: 14px;
    line-height: 1.5
}

.next-list-divider .next-list-item {
    border-bottom: 1px solid #dcdee3
}

.next-list-divider .next-list-item:last-child {
    border-bottom: none
}

.next-list[dir=rtl] .next-list-item-media {
    padding-left: 8px;
    padding-right: 0
}

.next-list[dir=rtl] .next-list-item-extra {
    padding-left: 0;
    padding-right: 8px
}

.next-list[dir=rtl] .next-list-small .next-list-item-media {
    padding-left: 8px;
    padding-right: 0
}

.next-list[dir=rtl] .next-list-small .next-list-item-extra {
    padding-left: 0;
    padding-right: 8px
}

.next-menu-btn {
    box-shadow: none;
    display: inline-block
}

.next-menu-btn-spacing-tb {
    padding: 0
}

.next-menu-btn .next-icon {
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

.next-menu-btn .next-menu-btn-arrow:before {
    content: "î˜½"
}

.next-menu-btn.next-expand .next-menu-btn-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.next-menu-btn-symbol-unfold:before {
    content: ""
}

.next-menu-btn.next-btn-normal .next-menu-btn-arrow {
    color: #999
}

.next-menu-btn.next-btn-normal:hover .next-menu-btn-arrow {
    color: #333
}

.next-menu-btn.next-btn-secondary .next-menu-btn-arrow {
    color: #5584ff
}

.next-menu-btn.next-btn-secondary:hover .next-menu-btn-arrow {
    color: #fff
}

.next-menu-btn.next-btn-secondary.next-btn-text:hover .next-menu-btn-arrow {
    color: #5584ff
}

.next-menu-btn.next-btn-primary .next-menu-btn-arrow,.next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
    color: #fff
}

.next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
    color: #333
}

.next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow,.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
    color: #5584ff
}

.next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
    color: #3e71f7
}

.next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
    color: #333
}

.next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
    color: #999
}

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

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

.next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
    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)
}

.next-nav {
    border-radius: 0;
    min-width: auto
}

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

.next-nav-icon.next-icon {
    font-weight: inherit;
    margin-right: 4px
}

.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;
    height: 40px;
    line-height: 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-menu-hoz-icon-arrow.next-icon,.next-nav-item .next-menu-icon-arrow.next-icon,.next-nav-item.next-focused .next-menu-hoz-icon-arrow.next-icon,.next-nav-item.next-focused .next-menu-icon-arrow.next-icon,.next-nav-item.next-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;
    -webkit-transform-origin: center 50%;
    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;
    height: 44px;
    line-height: 42px;
    padding: 0
}

.next-nav.next-hoz .next-menu-item.next-nav-item {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px
}

.next-nav.next-hoz .next-menu-item,.next-nav.next-hoz .next-menu-sub-menu-wrapper>.next-menu-item {
    margin-bottom: 0;
    margin-top: 0
}

.next-nav.next-hoz .next-menu-item-inner {
    font-size: 12px;
    height: 42px
}

.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
    line-height: 1;
    padding: 12px 8px
}

.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
    height: auto;
    min-height: 42px
}

.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
    display: block;
    line-height: 1;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis
}

.next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
    font-size: 12px;
    height: 40px;
    line-height: 40px
}

.next-nav.next-hoz .next-menu-header {
    float: left;
    height: 42px
}

.next-nav.next-hoz .next-menu-footer {
    float: right;
    height: 42px
}

.next-nav.next-hoz .next-nav-item:before {
    height: 2px;
    left: 50%;
    width: 0
}

.next-nav.next-hoz .next-nav-item:hover:before {
    height: 0
}

.next-nav.next-hoz.next-top .next-nav-item:before {
    top: -1px
}

.next-nav.next-hoz.next-bottom .next-nav-item:before {
    bottom: -1px
}

.next-nav.next-hoz .next-selected.next-nav-item:before {
    height: 2px;
    left: 0;
    width: 100%
}

.next-nav.next-ver {
    font-size: 12px;
    line-height: 40px;
    padding: 0;
    transition: width .3s ease
}

.next-nav.next-ver .next-menu-item.next-nav-item {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 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
}

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

.next-nav.next-ver .next-menu-item-inner {
    font-size: 12px;
    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
}

.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;
    height: 40px;
    line-height: 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
}

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

.next-nav.next-ver .next-menu-sub-menu {
    line-height: 40px
}

.next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
    font-size: 12px;
    height: 40px
}

.next-nav.next-ver .next-nav-item:before {
    height: 0;
    top: 50%;
    width: 2px
}

.next-nav.next-ver .next-nav-item:hover:before {
    width: 0
}

.next-nav.next-ver.next-left .next-nav-item:before,.next-nav.next-ver.next-top .next-nav-item:before {
    left: -1px
}

.next-nav.next-ver.next-bottom .next-nav-item:before,.next-nav.next-ver.next-right .next-nav-item:before {
    right: -1px
}

.next-nav.next-ver .next-selected.next-nav-item:before {
    height: 100%;
    top: 0;
    width: 2px
}

.next-nav.next-primary {
    background: #333;
    border-color: #333;
    border-width: 0;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.12);
    color: #fff;
    font-weight: 400
}

.next-nav.next-primary.next-hoz {
    line-height: 44px
}

.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;
    line-height: 44px
}

.next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
    top: 0
}

.next-nav.next-primary.next-hoz.next-bottom .next-nav-item:before {
    bottom: 0
}

.next-nav.next-primary.next-ver.next-left .next-nav-item:before {
    left: 0
}

.next-nav.next-primary.next-ver.next-right .next-nav-item:before {
    right: 0
}

.next-nav.next-primary .next-nav-item.next-menu-item {
    background: #333;
    color: #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: #000;
    color: #fff;
    font-weight: 400
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
    background: #000;
    color: #fff;
    font-weight: 700
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-selected.next-nav-item {
    background: #000;
    color: #fff
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-opened {
    background: transparent;
    color: #fff
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected {
    background: transparent;
    color: #fff;
    font-weight: 700
}

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

.next-nav.next-primary .next-nav-item.next-menu-item:before,.next-nav.next-primary .next-nav-item.next-menu-item:hover:before {
    background: #5584ff
}

.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened {
    background: transparent;
    color: #fff
}

.next-nav.next-primary .next-nav-group-label {
    color: #999;
    font-weight: 400
}

.next-nav.next-primary .next-menu-sub-menu .next-menu-item {
    background: #333;
    color: #fff;
    font-weight: 400
}

.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-focused,.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,.next-nav.next-primary .next-menu-sub-menu .next-menu-item:hover {
    background: #000;
    color: #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;
    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-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
}

.next-nav.next-secondary {
    background: #5584ff;
    border-color: #5584ff;
    border-width: 0;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.12);
    color: #fff;
    font-weight: 400
}

.next-nav.next-secondary.next-hoz {
    line-height: 44px
}

.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;
    line-height: 44px
}

.next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
    top: 0
}

.next-nav.next-secondary.next-hoz.next-bottom .next-nav-item:before {
    bottom: 0
}

.next-nav.next-secondary.next-ver.next-left .next-nav-item:before {
    left: 0
}

.next-nav.next-secondary.next-ver.next-right .next-nav-item:before {
    right: 0
}

.next-nav.next-secondary .next-nav-item.next-menu-item {
    background: #5584ff;
    color: #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: #3e71f7;
    color: #fff;
    font-weight: 400
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected {
    background: #3e71f7;
    color: #fff;
    font-weight: 700
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected.next-nav-item {
    background: #3e71f7;
    color: #fff
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-opened {
    background: transparent;
    color: #fff
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected {
    background: transparent;
    color: #fff;
    font-weight: 700
}

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

.next-nav.next-secondary .next-nav-item.next-menu-item:before,.next-nav.next-secondary .next-nav-item.next-menu-item:hover:before {
    background: #3e71f7
}

.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened {
    background: transparent;
    color: #fff
}

.next-nav.next-secondary .next-nav-group-label {
    color: #fff;
    font-weight: 400
}

.next-nav.next-secondary .next-menu-sub-menu .next-menu-item {
    background: #5584ff;
    color: #fff;
    font-weight: 400
}

.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: #3e71f7;
    color: #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: #dee8ff;
    cursor: not-allowed
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow,.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-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: #dee8ff
}

.next-nav.next-normal {
    border-color: #dcdee3;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.12);
    font-weight: 400
}

.next-nav.next-normal,.next-nav.next-normal .next-nav-item.next-menu-item {
    background: #fff;
    color: #333
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-focused,.next-nav.next-normal .next-nav-item.next-menu-item:hover {
    background: #fff;
    color: #5584ff;
    font-weight: 400
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-selected {
    background: #f2f3f7;
    color: #5584ff;
    font-weight: 700
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-selected.next-nav-item {
    background: #f2f3f7;
    color: #5584ff
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-opened {
    background: transparent;
    color: #5584ff
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected {
    background: transparent;
    color: #5584ff;
    font-weight: 400
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected.next-nav-popup,.next-nav.next-normal .next-nav-item.next-menu-item.next-opened.next-nav-popup {
    color: #5584ff
}

.next-nav.next-normal .next-nav-item.next-menu-item:before,.next-nav.next-normal .next-nav-item.next-menu-item:hover:before {
    background: #5584ff
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened {
    background: transparent;
    color: #5584ff
}

.next-nav.next-normal .next-nav-group-label {
    color: #999;
    font-weight: 400
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item {
    background: #fff;
    color: #333;
    font-weight: 400
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused,.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,.next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover {
    background: #f2f3f7;
    color: #5584ff
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled,.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a {
    color: #999;
    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-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: #999
}

.next-nav.next-line {
    background: transparent;
    border-color: #dcdee3;
    box-shadow: none;
    color: #333;
    font-weight: 400
}

.next-nav.next-line.next-hoz {
    border-right-color: transparent
}

.next-nav.next-line.next-hoz,.next-nav.next-line.next-ver {
    border-left-color: transparent;
    border-top-color: transparent
}

.next-nav.next-line.next-ver {
    border-bottom-color: transparent
}

.next-nav.next-line .next-nav-item.next-menu-item {
    background: transparent;
    color: #333
}

.next-nav.next-line .next-nav-item.next-menu-item.next-focused,.next-nav.next-line .next-nav-item.next-menu-item:hover {
    background: transparent;
    color: #5584ff;
    font-weight: 400
}

.next-nav.next-line .next-nav-item.next-menu-item.next-selected {
    background: transparent;
    color: #5584ff;
    font-weight: 700
}

.next-nav.next-line .next-nav-item.next-menu-item.next-opened,.next-nav.next-line .next-nav-item.next-menu-item.next-selected.next-nav-item {
    background: transparent;
    color: #5584ff
}

.next-nav.next-line .next-nav-item.next-menu-item.next-child-selected {
    background: transparent;
    color: #5584ff;
    font-weight: 400
}

.next-nav.next-line .next-nav-item.next-menu-item.next-child-selected.next-nav-popup,.next-nav.next-line .next-nav-item.next-menu-item.next-opened.next-nav-popup {
    color: #5584ff
}

.next-nav.next-line .next-nav-item.next-menu-item:before,.next-nav.next-line .next-nav-item.next-menu-item:hover:before {
    background: #5584ff
}

.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-opened {
    background: transparent;
    color: #5584ff
}

.next-nav.next-line .next-nav-group-label {
    color: #999;
    font-weight: 400
}

.next-nav.next-line .next-menu-sub-menu .next-menu-item {
    background: transparent;
    color: #333;
    font-weight: 400
}

.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;
    color: #5584ff
}

.next-nav.next-line .next-nav-item.next-menu-item.next-disabled,.next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text>a {
    color: #999;
    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-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: #999
}

.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: 0;
    margin-right: 0
}

.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;
    line-height: inherit;
    width: 16px
}

.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon {
    margin-left: 1px;
    margin-right: 1px
}

.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;
    line-height: inherit;
    width: 16px
}

.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon {
    margin-left: 1px;
    margin-right: 1px
}

.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;
    line-height: inherit;
    width: 16px
}

.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon {
    margin-left: 1px;
    margin-right: 1px;
    -webkit-transform-origin: center 50%;
    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;
    line-height: inherit;
    width: 16px
}

.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
    margin-left: 1px;
    margin-right: 1px;
    -webkit-transform: rotate(180deg);
    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;
    line-height: inherit;
    width: 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-right: 1px
}

.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;
    line-height: inherit;
    width: 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: 4px;
    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: -1px
}

.next-nav[dir=rtl].next-ver.next-right .next-nav-item:before {
    left: 0;
    left: -1px;
    right: auto
}

.next-nav[dir=rtl].next-primary.next-ver.next-left .next-nav-item:before {
    left: auto;
    right: 0
}

.next-nav[dir=rtl].next-primary.next-ver.next-right .next-nav-item:before {
    left: 0;
    right: auto
}

.next-nav[dir=rtl].next-secondary.next-ver.next-left .next-nav-item:before {
    left: auto;
    right: 0
}

.next-nav[dir=rtl].next-secondary.next-ver.next-right .next-nav-item:before {
    left: 0;
    right: auto
}

.next-nav[dir=rtl] .next-nav.next-line.next-ver {
    border-color: 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
}

.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;
    line-height: inherit;
    width: 16px
}

.next-number-picker {
    display: inline-block
}

.next-number-picker,.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: "î˜¥"
}

.next-number-picker-normal .next-number-picker-down-icon:before {
    content: "î˜½"
}

.next-number-picker-normal.next-small {
    width: 68px
}

.next-number-picker-normal.next-small .next-btn {
    width: 20px
}

.next-number-picker-normal.next-small .next-btn:first-child {
    border-top-right-radius: 3px
}

.next-number-picker-normal.next-small .next-btn:last-child {
    border-bottom-right-radius: 3px
}

.next-number-picker-normal.next-small .next-icon .next-icon-remote,.next-number-picker-normal.next-small .next-icon:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-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);
        transform: scale(.5)
    }

    .next-number-picker-normal.next-small .next-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-number-picker-normal.next-medium {
    width: 80px
}

.next-number-picker-normal.next-medium .next-btn {
    width: 20px
}

.next-number-picker-normal.next-medium .next-btn:first-child {
    border-top-right-radius: 3px
}

.next-number-picker-normal.next-medium .next-btn:last-child {
    border-bottom-right-radius: 3px
}

.next-number-picker-normal.next-medium .next-icon .next-icon-remote,.next-number-picker-normal.next-medium .next-icon:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-number-picker-normal.next-medium .next-icon {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-number-picker-normal.next-medium .next-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-number-picker-normal.next-large {
    width: 80px
}

.next-number-picker-normal.next-large .next-btn {
    width: 20px
}

.next-number-picker-normal.next-large .next-btn:first-child {
    border-top-right-radius: 3px
}

.next-number-picker-normal.next-large .next-btn:last-child {
    border-bottom-right-radius: 3px
}

.next-number-picker-normal.next-large .next-icon .next-icon-remote,.next-number-picker-normal.next-large .next-icon:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-number-picker-normal.next-large .next-icon {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-number-picker-normal.next-large .next-icon:before {
        font-size: 16px;
        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: "î™•"
}

.next-number-picker-inline .next-number-picker-minus-icon:before {
    content: "î˜"
}

.next-number-picker-inline.next-small {
    min-width: 60px;
    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: 20px
}

.next-number-picker-inline.next-small .next-before .next-btn {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-right: 2px
}

.next-number-picker-inline.next-small .next-after .next-btn {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-left: 2px
}

.next-number-picker-inline.next-medium {
    min-width: 84px;
    width: 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: 28px
}

.next-number-picker-inline.next-medium .next-before .next-btn {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-right: 2px
}

.next-number-picker-inline.next-medium .next-after .next-btn {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-left: 2px
}

.next-number-picker-inline.next-large {
    min-width: 120px;
    width: 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: 40px
}

.next-number-picker-inline.next-large .next-before .next-btn {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-right: 2px
}

.next-number-picker-inline.next-large .next-after .next-btn {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-left: 2px
}

.next-number-picker-inline .next-btn.next-small {
    width: 20px
}

.next-number-picker-inline .next-btn.next-medium {
    width: 28px
}

.next-number-picker-inline .next-btn.next-large {
    width: 40px
}

@-moz-document url-prefix() {
    .next-number-picker-normal.next-small .next-number-picker-handler {
        height: 18px
    }

    .next-number-picker-normal.next-medium .next-number-picker-handler {
        height: 26px
    }

    .next-number-picker-normal.next-large .next-number-picker-handler {
        height: 38px
    }
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child {
    border-left: 0;
    border-right: 1px solid #c4c6cf;
    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 {
    border-top-left-radius: 3px
}

.next-number-picker-normal[dir=rtl] .next-btn:last-child {
    border-bottom-right-radius: 0;
    border-left: 0;
    border-right: 1px solid #c4c6cf
}

.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 {
    border-bottom-left-radius: 3px
}

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

.next-number-picker-inline[dir=rtl] .next-before .next-btn {
    margin-right: 0
}

.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-large,.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-medium,.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-small {
    border-bottom-right-radius: 3px!important;
    border-top-right-radius: 3px!important;
    margin-left: 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-large,.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-medium,.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-small {
    border-bottom-left-radius: 3px!important;
    border-top-left-radius: 3px!important;
    margin-right: 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-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 #dcdee3
}

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

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

.next-pagination[dir=rtl].next-end .next-pagination-pages,.next-pagination[dir=rtl].next-start .next-pagination-size-selector {
    float: right
}

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

.next-pagination[dir=rtl].next-small .next-pagination-list {
    margin: 0 4px
}

.next-pagination[dir=rtl].next-small .next-pagination-total {
    line-height: 20px;
    vertical-align: middle
}

.next-pagination[dir=rtl].next-small .next-pagination-item {
    border-radius: 3px;
    border-width: 1px;
    padding: 0 6px
}

.next-pagination[dir=rtl].next-small .next-pagination-item+.next-pagination-item {
    margin: 0 4px 0 0
}

.next-pagination[dir=rtl].next-small .next-pagination-ellipsis {
    height: 20px;
    line-height: 20px;
    margin-left: 8px;
    margin-right: 8px
}

.next-pagination[dir=rtl].next-small .next-pagination-ellipsis .next-icon-remote,.next-pagination[dir=rtl].next-small .next-pagination-ellipsis:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

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

.next-pagination[dir=rtl].next-small .next-pagination-jump-input {
    width: 28px
}

.next-pagination[dir=rtl].next-small .next-pagination-size-selector-title {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle
}

.next-pagination[dir=rtl].next-small .next-pagination-size-selector-btn {
    padding: 0 8px
}

.next-pagination[dir=rtl].next-small .next-pagination-item.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-small .next-pagination-item.next-prev:not([disabled]) i {
    color: #666
}

.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: #333
}

.next-pagination[dir=rtl].next-medium .next-pagination-list {
    margin: 0 4px
}

.next-pagination[dir=rtl].next-medium .next-pagination-total {
    line-height: 28px;
    vertical-align: middle
}

.next-pagination[dir=rtl].next-medium .next-pagination-item {
    border-radius: 3px;
    border-width: 1px;
    padding: 0 10px
}

.next-pagination[dir=rtl].next-medium .next-pagination-item+.next-pagination-item {
    margin: 0 4px 0 0
}

.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis {
    height: 28px;
    line-height: 28px;
    margin-left: 8px;
    margin-right: 8px
}

.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis .next-icon-remote,.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

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

.next-pagination[dir=rtl].next-medium .next-pagination-jump-input {
    width: 36px
}

.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-title {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle
}

.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-btn {
    padding: 0 12px
}

.next-pagination[dir=rtl].next-medium .next-pagination-item.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-medium .next-pagination-item.next-prev:not([disabled]) i {
    color: #666
}

.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: #333
}

.next-pagination[dir=rtl].next-large .next-pagination-list {
    margin: 0 8px
}

.next-pagination[dir=rtl].next-large .next-pagination-total {
    line-height: 40px;
    vertical-align: middle
}

.next-pagination[dir=rtl].next-large .next-pagination-item {
    border-radius: 3px;
    border-width: 1px;
    padding: 0 15px
}

.next-pagination[dir=rtl].next-large .next-pagination-item+.next-pagination-item {
    margin: 0 8px 0 0
}

.next-pagination[dir=rtl].next-large .next-pagination-ellipsis {
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    margin-right: 8px
}

.next-pagination[dir=rtl].next-large .next-pagination-ellipsis .next-icon-remote,.next-pagination[dir=rtl].next-large .next-pagination-ellipsis:before {
    font-size: 16px;
    line-height: inherit;
    width: 16px
}

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

.next-pagination[dir=rtl].next-large .next-pagination-jump-input {
    width: 48px
}

.next-pagination[dir=rtl].next-large .next-pagination-size-selector-title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle
}

.next-pagination[dir=rtl].next-large .next-pagination-size-selector-btn {
    padding: 0 16px
}

.next-pagination[dir=rtl].next-large .next-pagination-item.next-next:not([disabled]) i,.next-pagination[dir=rtl].next-large .next-pagination-item.next-prev:not([disabled]) i {
    color: #666
}

.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: #333
}

.next-pagination {
    font-size: 0
}

.next-pagination,.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;
    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;
    border-color: #c4c6cf;
    border-style: solid;
    box-shadow: none;
    color: #333;
    display: inline-block
}

.next-pagination .next-pagination-item {
    transition: none
}

.next-pagination .next-pagination-item.next-current {
    background: #5584ff;
    border-color: #5584ff;
    box-shadow: none;
    color: #fff
}

.next-pagination .next-pagination-item.next-current:focus,.next-pagination .next-pagination-item.next-current:hover {
    background: #3e71f7;
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.next-pagination-ellipsis {
    color: #999;
    display: inline-block;
    vertical-align: top
}

.next-pagination-display {
    color: #333;
    display: inline-block;
    margin: 0 16px;
    vertical-align: middle
}

.next-pagination-display em {
    color: #5584ff;
    font-style: normal
}

.next-pagination-jump-text {
    color: #999;
    display: inline-block;
    vertical-align: middle
}

.next-pagination-jump-input {
    margin: 0 4px;
    vertical-align: top
}

.next-pagination-jump-go {
    margin-left: 4px;
    vertical-align: top
}

.next-pagination-size-selector {
    display: inline-block;
    position: relative
}

.next-pagination-size-selector-title {
    color: #999;
    margin-right: 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: #666;
    height: auto;
    line-height: normal
}

.next-pagination-size-selector-btn.next-btn-text.next-current {
    color: #5584ff
}

.next-pagination-size-selector-btn.next-btn-text+.next-pagination-size-selector-btn {
    border-left: 1px solid #dcdee3
}

.next-pagination-pages+.next-pagination-size-selector,.next-pagination-size-selector+.next-pagination-pages {
    margin-left: 40px
}

.next-pagination.next-hide {
    display: none
}

.next-pagination.next-start .next-pagination-pages {
    float: right
}

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

.next-pagination.next-small .next-pagination-total {
    line-height: 20px;
    vertical-align: middle
}

.next-pagination.next-small .next-pagination-item {
    border-radius: 3px;
    border-width: 1px;
    padding: 0 6px
}

.next-pagination.next-small .next-pagination-item+.next-pagination-item {
    margin: 0 0 0 4px
}

.next-pagination.next-small .next-pagination-ellipsis {
    height: 20px;
    line-height: 20px;
    margin-left: 8px;
    margin-right: 8px
}

.next-pagination.next-small .next-pagination-ellipsis .next-icon-remote,.next-pagination.next-small .next-pagination-ellipsis:before {
    font-size: 12px;
    line-height: inherit;
    width: 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
}

.next-pagination.next-small .next-pagination-jump-input {
    width: 28px
}

.next-pagination.next-small .next-pagination-size-selector-title {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle
}

.next-pagination.next-small .next-pagination-size-selector-btn {
    padding: 0 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: #666
}

.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: #333
}

.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: #5584ff
}

.next-pagination.next-small.next-no-border .next-pagination-display {
    margin: 0 8px
}

.next-pagination.next-small.next-mini .next-pagination-item.next-prev {
    margin-right: 4px
}

.next-pagination.next-small.next-mini .next-pagination-item.next-next {
    margin-left: 4px
}

.next-pagination.next-medium .next-pagination-list {
    margin: 0 4px
}

.next-pagination.next-medium .next-pagination-total {
    line-height: 28px;
    vertical-align: middle
}

.next-pagination.next-medium .next-pagination-item {
    border-radius: 3px;
    border-width: 1px;
    padding: 0 10px
}

.next-pagination.next-medium .next-pagination-item+.next-pagination-item {
    margin: 0 0 0 4px
}

.next-pagination.next-medium .next-pagination-ellipsis {
    height: 28px;
    line-height: 28px;
    margin-left: 8px;
    margin-right: 8px
}

.next-pagination.next-medium .next-pagination-ellipsis .next-icon-remote,.next-pagination.next-medium .next-pagination-ellipsis:before {
    font-size: 12px;
    line-height: inherit;
    width: 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
}

.next-pagination.next-medium .next-pagination-jump-input {
    width: 36px
}

.next-pagination.next-medium .next-pagination-size-selector-title {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle
}

.next-pagination.next-medium .next-pagination-size-selector-btn {
    padding: 0 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: #666
}

.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: #333
}

.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: #5584ff
}

.next-pagination.next-medium.next-no-border .next-pagination-display {
    margin: 0 12px
}

.next-pagination.next-medium.next-mini .next-pagination-item.next-prev {
    margin-right: 4px
}

.next-pagination.next-medium.next-mini .next-pagination-item.next-next {
    margin-left: 4px
}

.next-pagination.next-large .next-pagination-list {
    margin: 0 8px
}

.next-pagination.next-large .next-pagination-total {
    line-height: 40px;
    vertical-align: middle
}

.next-pagination.next-large .next-pagination-item {
    border-radius: 3px;
    border-width: 1px;
    padding: 0 15px
}

.next-pagination.next-large .next-pagination-item+.next-pagination-item {
    margin: 0 0 0 8px
}

.next-pagination.next-large .next-pagination-ellipsis {
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    margin-right: 8px
}

.next-pagination.next-large .next-pagination-ellipsis .next-icon-remote,.next-pagination.next-large .next-pagination-ellipsis:before {
    font-size: 16px;
    line-height: inherit;
    width: 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
}

.next-pagination.next-large .next-pagination-jump-input {
    width: 48px
}

.next-pagination.next-large .next-pagination-size-selector-title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle
}

.next-pagination.next-large .next-pagination-size-selector-btn {
    padding: 0 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: #666
}

.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: #333
}

.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: #5584ff
}

.next-pagination.next-large.next-no-border .next-pagination-display {
    margin: 0 16px
}

.next-pagination.next-large.next-mini .next-pagination-item.next-prev {
    margin-right: 8px
}

.next-pagination.next-large.next-mini .next-pagination-item.next-next {
    margin-left: 8px
}

.next-pagination-icon-prev:before {
    content: "î˜"
}

.next-pagination-icon-next:before {
    content: "î˜™"
}

.next-pagination-icon-ellipsis:before {
    content: "î™”"
}

.next-paragraph {
    color: #333
}

.next-paragraph-short {
    line-height: 1.5
}

.next-paragraph-long {
    line-height: 1.7
}

.next-paragraph-small {
    font-size: 12px
}

.next-paragraph-medium {
    font-size: 14px
}

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

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

.next-progress-line,.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: #ebecf0;
    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: #5584ff
}

.next-progress-line-overlay-success {
    background: #46bc15
}

.next-progress-line-overlay-error,.next-progress-line-overlay-started {
    background: #ff3000
}

.next-progress-line-overlay-middle {
    background: #ff9300
}

.next-progress-line-overlay-finishing {
    background: #46bc15
}

.next-progress-line.next-small .next-progress-line-underlay {
    border-radius: 20px;
    height: 4px
}

.next-progress-line.next-small .next-progress-line-overlay {
    border-radius: 20px;
    height: 4px;
    margin-top: -2px;
    top: 50%
}

.next-progress-line.next-small .next-progress-line-text {
    font-size: 12px;
    line-height: 4px
}

.next-progress-line.next-medium .next-progress-line-underlay {
    border-radius: 20px;
    height: 8px
}

.next-progress-line.next-medium .next-progress-line-overlay {
    border-radius: 20px;
    height: 8px;
    margin-top: -4px;
    top: 50%
}

.next-progress-line.next-medium .next-progress-line-text {
    font-size: 12px;
    line-height: 8px
}

.next-progress-line.next-large .next-progress-line-underlay {
    border-radius: 20px;
    height: 12px
}

.next-progress-line.next-large .next-progress-line-overlay {
    border-radius: 20px;
    height: 12px;
    margin-top: -6px;
    top: 50%
}

.next-progress-line.next-large .next-progress-line-text {
    font-size: 12px;
    line-height: 12px
}

.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: #333;
    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 #dcdee3
}

.next-progress-line-show-border.next-small .next-progress-line-underlay {
    border-radius: 20px;
    height: 6px
}

.next-progress-line-show-border.next-small .next-progress-line-overlay {
    border-radius: 20px;
    height: 4px;
    margin-top: -2px;
    top: 50%
}

.next-progress-line-show-border.next-small .next-progress-line-text {
    font-size: 12px;
    line-height: 6px
}

.next-progress-line-show-border.next-medium .next-progress-line-underlay {
    border-radius: 20px;
    height: 10px
}

.next-progress-line-show-border.next-medium .next-progress-line-overlay {
    border-radius: 20px;
    height: 8px;
    margin-top: -4px;
    top: 50%
}

.next-progress-line-show-border.next-medium .next-progress-line-text {
    font-size: 12px;
    line-height: 10px
}

.next-progress-line-show-border.next-large .next-progress-line-underlay {
    border-radius: 20px;
    height: 14px
}

.next-progress-line-show-border.next-large .next-progress-line-overlay {
    border-radius: 20px;
    height: 12px;
    margin-top: -6px;
    top: 50%
}

.next-progress-line-show-border.next-large .next-progress-line-text {
    font-size: 12px;
    line-height: 14px
}

.next-progress-circle,.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: 8px;
    stroke: #ebecf0
}

.next-progress-circle-overlay {
    stroke-linecap: round;
    stroke-width: 8px;
    transition: all .3s ease
}

.next-progress-circle-overlay-normal {
    stroke: #5584ff
}

.next-progress-circle-overlay-success {
    stroke: #46bc15
}

.next-progress-circle-overlay-error,.next-progress-circle-overlay-started {
    stroke: #ff3000
}

.next-progress-circle-overlay-middle {
    stroke: #ff9300
}

.next-progress-circle-overlay-finishing {
    stroke: #46bc15
}

.next-progress-circle.next-small {
    font-size: 20px;
    height: 100px;
    width: 100px
}

.next-progress-circle.next-medium {
    font-size: 24px;
    height: 116px;
    width: 116px
}

.next-progress-circle.next-large {
    font-size: 36px;
    height: 132px;
    width: 132px
}

.next-progress-circle-text {
    color: #333;
    display: block;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    width: 100%
}

.next-range {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    vertical-align: initial;
    width: 100%
}

.next-range,.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 {
    border-radius: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.next-range .next-range-selected {
    border-radius: 0;
    left: 0;
    position: absolute;
    top: 50%;
    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-radius: 0;
    left: 0;
    position: absolute;
    width: 2px
}

.next-range .next-range-scale .next-range-scale-item:last-child {
    margin-left: -2px
}

.next-range .next-range-slider {
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 50%
}

.next-range .next-range-slider-inner {
    border: 1px solid #c4c6cf;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: border-color .1s linear,-webkit-transform .1s linear;
    transition: transform .1s linear,border-color .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 {
    border: 2px solid #5584ff;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.12);
    -webkit-transform: scale(1.2);
    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;
    -webkit-transform: translateX(-50%);
    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,.next-range .next-range-track:hover {
    background: #c4c6cf
}

.next-range .next-range-selected,.next-range .next-range-selected:hover {
    background: #5584ff
}

.next-range .next-range-scale .next-range-scale-item {
    background: #c4c6cf;
    border-color: #c4c6cf
}

.next-range .next-range-scale .next-range-scale-item:hover {
    border-color: #c4c6cf
}

.next-range .next-range-scale .next-range-scale-item.activated {
    background: #5584ff;
    border-color: #5584ff
}

.next-range .next-range-scale .next-range-scale-item.activated:hover {
    border-color: #5584ff
}

.next-range .next-range-slider-inner {
    background: #fff;
    border-color: #c4c6cf
}

.next-range .next-range-slider-inner:hover {
    background: #fff;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,.12);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.next-range .next-range-mark .next-range-mark-text,.next-range .next-range-mark .next-range-mark-text:hover {
    color: #999
}

.next-range .next-range-mark .next-range-mark-text.activated,.next-range .next-range-mark .next-range-mark-text.activated:hover {
    color: #333
}

.next-range.disabled .next-range-track {
    background: #c4c6cf
}

.next-range.disabled .next-range-selected {
    background: #a0a2ad
}

.next-range.disabled .next-range-scale-item {
    border-color: #c4c6cf
}

.next-range.disabled .next-range-scale-item.activated {
    border-color: #a0a2ad
}

.next-range.disabled .next-range-slider-inner {
    background: #e6e7eb;
    border-color: #e6e7eb;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
}

.next-range.disabled .next-range-mark-text {
    color: #ccc
}

.next-range.disabled .next-range-mark-text.activated {
    color: #999
}

.next-range .next-range-selected,.next-range .next-range-track {
    height: 4px;
    margin-top: -2px
}

.next-range .next-range-frag {
    height: 4px;
    margin-top: 4px
}

.next-range .next-range-slider {
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.12)
}

.next-range .next-range-slider,.next-range .next-range-slider-inner {
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px
}

.next-range .next-range-mark {
    display: block
}

.next-range .next-range-mark .next-range-mark-text {
    font-size: 12px;
    font-weight: 400;
    height: 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
}

.next-range .next-range-scale .next-range-scale-item {
    height: 12px
}

.next-range.simulation-hover>.next-range-slider-inner {
    background: #fff;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,.12);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.next-range.simulation-hover .next-range-selected {
    background: #5584ff
}

.next-range.simulation-hover .next-range-track {
    background: #c4c6cf
}

.next-range.simulation-hover .next-range-scale-item {
    border-color: #c4c6cf
}

.next-range.simulation-hover .next-range-scale-item.activated {
    border-color: #5584ff
}

.next-range.simulation-click>.next-range-slider-inner {
    border: 2px solid #5584ff;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.12);
    -webkit-transform: scale(1.2);
    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;
    -webkit-transform: translateX(50%);
    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: "î˜Ž"
}

.next-rating-underlay {
    overflow: hidden;
    white-space: nowrap
}

.next-rating-underlay .next-icon {
    color: #e2e4e8
}

.next-rating-stroke-mode .next-rating-underlay .next-icon {
    -webkit-text-stroke: 1px #5584ff;
    color: transparent
}

.next-rating-overlay {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 0
}

.next-rating-overlay .next-icon {
    color: #5584ff
}

.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 {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    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);
    transform: scale3d(.9,.9,.9)
}

.next-rating-info {
    background: #fff;
    border: 1px solid #e2e4e8;
    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-color: #e2e4e8 transparent transparent #e2e4e8;
    border-style: solid;
    border-width: 1px;
    content: "";
    height: 4px;
    left: 4px;
    position: absolute;
    top: -3px;
    -webkit-transform: rotate(45deg);
    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: #5584ff
}

.next-rating-grade-low .next-rating-overlay .next-icon,.next-rating-grade-low.hover .next-rating-overlay .next-icon {
    color: #666
}

.next-rating-grade-high .next-rating-overlay .next-icon,.next-rating-grade-high.hover .next-rating-overlay .next-icon {
    color: #5584ff
}

.next-rating-small {
    font-size: 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
}

.next-rating-medium {
    font-size: 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
}

.next-rating-large {
    font-size: 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
}

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

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

.next-search-simple[dir=rtl].next-normal .next-search-left .next-search-left-addon {
    border-left: 1px solid #c4c6cf;
    border-right: none
}

.next-search-simple[dir=rtl].next-dark .next-search-left {
    border-color: #c4c6cf
}

.next-search-simple[dir=rtl].next-dark .next-search-left .next-search-left-addon {
    border-right: 1px solid #c4c6cf
}

.next-search-simple[dir=rtl].next-dark:hover .next-search-left {
    border-color: #c4c6cf
}

.next-search-simple[dir=rtl].next-dark .next-search-icon {
    color: #999
}

.next-search-simple[dir=rtl].next-dark .next-search-icon:hover {
    color: #666
}

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

.next-search-normal[dir=rtl] .next-search-btn.next-btn {
    border-radius: 3px 0 0 3px!important
}

.next-search-normal[dir=rtl] .next-input {
    border-radius: 0 3px 3px 0
}

.next-search-normal[dir=rtl].next-primary .next-input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 1px
}

.next-search-normal[dir=rtl].next-primary .next-search-left .next-search-left-addon {
    border-left: 1px solid #e6e7eb;
    border-right: none
}

.next-search-normal[dir=rtl].next-secondary .next-input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 1px
}

.next-search-normal[dir=rtl].next-secondary .next-search-left .next-search-left-addon {
    border-left: 1px solid #e6e7eb;
    border-right: none
}

.next-search-normal[dir=rtl].next-normal .next-input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 1px
}

.next-search-normal[dir=rtl].next-normal .next-search-left .next-search-left-addon {
    border-left: 1px solid #e6e7eb;
    border-right: none
}

.next-search-normal[dir=rtl].next-dark .next-search-left .next-search-left-addon {
    border-left: 1px solid #5584ff;
    border-right: none
}

.next-search {
    display: inline-block;
    width: 100%
}

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

.next-search.next-search-focus {
    box-shadow: none
}

.next-search.next-search-focus .next-input {
    background-color: #fff
}

.next-search.next-search-focus.next-search-normal.next-primary .next-search-left,.next-search.next-search-focus.next-search-normal.next-secondary .next-search-left {
    border-color: #5584ff
}

.next-search.next-search-focus.next-search-normal.next-normal .next-search-left {
    border-color: #a0a2ad
}

.next-search.next-search-focus.next-search-normal.next-dark .next-search-left {
    border-color: #5584ff
}

.next-search.next-search-focus.next-search-simple.next-dark .next-search-left {
    border-color: #c4c6cf
}

.next-search.next-search-focus.next-search-simple.next-normal .next-search-left {
    border-color: #a0a2ad
}

.next-search .next-input,.next-search .next-select {
    border: none;
    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: "î™–"
}

.next-search-normal {
    width: 600px
}

.next-search-normal .next-search-left {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.next-search-normal .next-input {
    border-radius: 3px 0 0 3px
}

.next-search-normal .next-btn {
    border-radius: 0 3px 3px 0
}

.next-search-normal.next-primary .next-search-left {
    border-color: #5584ff
}

.next-search-normal.next-primary .next-search-left .next-search-left-addon {
    border-right: 1px solid #e6e7eb
}

.next-search-normal.next-primary:hover .next-btn,.next-search-normal.next-primary:hover .next-search-left {
    border-color: #5584ff
}

.next-search-normal.next-primary .next-search-btn {
    background: #5584ff;
    border-color: #5584ff;
    color: #fff
}

.next-search-normal.next-primary .next-search-btn:hover {
    background: #3e71f7;
    border-color: #5584ff;
    color: #fff
}

.next-search-normal.next-primary .next-search-btn .next-icon,.next-search-normal.next-primary .next-search-btn .next-icon:hover {
    color: #fff
}

.next-search-normal.next-primary.next-large {
    box-shadow: none
}

.next-search-normal.next-primary.next-large .next-search-btn,.next-search-normal.next-primary.next-large .next-search-left {
    border-width: 2px;
    height: 60px
}

.next-search-normal.next-primary.next-large .next-search-input {
    height: 56px;
    overflow-y: hidden
}

.next-search-normal.next-primary.next-large .next-search-input input {
    height: 56px;
    line-height: 56px \0
}

.next-search-normal.next-primary.next-large .next-select {
    height: 56px
}

.next-search-normal.next-primary.next-large .next-search-btn {
    font-size: 16px
}

.next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote,.next-search-normal.next-primary.next-large .next-search-btn .next-icon:before {
    font-size: 24px;
    line-height: inherit;
    width: 24px
}

.next-search-normal.next-primary.next-large .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0
}

.next-search-normal.next-primary.next-medium {
    box-shadow: none
}

.next-search-normal.next-primary.next-medium .next-search-btn,.next-search-normal.next-primary.next-medium .next-search-left {
    border-width: 2px;
    height: 40px
}

.next-search-normal.next-primary.next-medium .next-search-input {
    height: 36px;
    overflow-y: hidden
}

.next-search-normal.next-primary.next-medium .next-search-input input {
    height: 36px;
    line-height: 36px \0
}

.next-search-normal.next-primary.next-medium .next-select {
    height: 36px
}

.next-search-normal.next-primary.next-medium .next-search-btn {
    font-size: 16px
}

.next-search-normal.next-primary.next-medium .next-search-btn .next-icon .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
}

.next-search-normal.next-primary .next-input {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}

.next-search-normal.next-secondary .next-search-left {
    border-color: #c4c6cf
}

.next-search-normal.next-secondary .next-search-left .next-search-left-addon {
    border-right: 1px solid #e6e7eb
}

.next-search-normal.next-secondary:hover .next-btn,.next-search-normal.next-secondary:hover .next-search-left {
    border-color: #5584ff
}

.next-search-normal.next-secondary .next-search-btn {
    background: #5584ff;
    border-color: #5584ff;
    color: #fff
}

.next-search-normal.next-secondary .next-search-btn:hover {
    background: #3e71f7;
    border-color: #5584ff;
    color: #fff
}

.next-search-normal.next-secondary .next-search-btn .next-icon,.next-search-normal.next-secondary .next-search-btn .next-icon:hover {
    color: #fff
}

.next-search-normal.next-secondary.next-large {
    box-shadow: none
}

.next-search-normal.next-secondary.next-large .next-search-btn,.next-search-normal.next-secondary.next-large .next-search-left {
    border-width: 1px;
    height: 60px
}

.next-search-normal.next-secondary.next-large .next-search-input {
    height: 58px;
    overflow-y: hidden
}

.next-search-normal.next-secondary.next-large .next-search-input input {
    height: 58px;
    line-height: 58px \0
}

.next-search-normal.next-secondary.next-large .next-select {
    height: 58px
}

.next-search-normal.next-secondary.next-large .next-search-btn {
    font-size: 16px
}

.next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote,.next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before {
    font-size: 24px;
    line-height: inherit;
    width: 24px
}

.next-search-normal.next-secondary.next-large .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0
}

.next-search-normal.next-secondary.next-medium {
    box-shadow: none
}

.next-search-normal.next-secondary.next-medium .next-search-btn,.next-search-normal.next-secondary.next-medium .next-search-left {
    border-width: 1px;
    height: 40px
}

.next-search-normal.next-secondary.next-medium .next-search-input {
    height: 38px;
    overflow-y: hidden
}

.next-search-normal.next-secondary.next-medium .next-search-input input {
    height: 38px;
    line-height: 38px \0
}

.next-search-normal.next-secondary.next-medium .next-select {
    height: 38px
}

.next-search-normal.next-secondary.next-medium .next-search-btn {
    font-size: 16px
}

.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon .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
}

.next-search-normal.next-secondary .next-input {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.next-search-normal.next-normal .next-search-left {
    border-color: #c4c6cf
}

.next-search-normal.next-normal .next-search-left .next-search-left-addon {
    border-right: 1px solid #e6e7eb
}

.next-search-normal.next-normal:hover .next-btn,.next-search-normal.next-normal:hover .next-search-left {
    border-color: #a0a2ad
}

.next-search-normal.next-normal .next-search-btn {
    background: #f7f8fa;
    border-color: #c4c6cf;
    color: #666
}

.next-search-normal.next-normal .next-search-btn:hover {
    background: #ebecf0;
    border-color: #a0a2ad;
    color: #333
}

.next-search-normal.next-normal .next-search-btn .next-icon {
    color: #666
}

.next-search-normal.next-normal .next-search-btn .next-icon:hover {
    color: #333
}

.next-search-normal.next-normal.next-large {
    box-shadow: none
}

.next-search-normal.next-normal.next-large .next-search-btn,.next-search-normal.next-normal.next-large .next-search-left {
    border-width: 1px;
    height: 60px
}

.next-search-normal.next-normal.next-large .next-search-input {
    height: 58px;
    overflow-y: hidden
}

.next-search-normal.next-normal.next-large .next-search-input input {
    height: 58px;
    line-height: 58px \0
}

.next-search-normal.next-normal.next-large .next-select {
    height: 58px
}

.next-search-normal.next-normal.next-large .next-search-btn {
    font-size: 16px
}

.next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote,.next-search-normal.next-normal.next-large .next-search-btn .next-icon:before {
    font-size: 24px;
    line-height: inherit;
    width: 24px
}

.next-search-normal.next-normal.next-large .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0
}

.next-search-normal.next-normal.next-medium {
    box-shadow: none
}

.next-search-normal.next-normal.next-medium .next-search-btn,.next-search-normal.next-normal.next-medium .next-search-left {
    border-width: 1px;
    height: 40px
}

.next-search-normal.next-normal.next-medium .next-search-input {
    height: 38px;
    overflow-y: hidden
}

.next-search-normal.next-normal.next-medium .next-search-input input {
    height: 38px;
    line-height: 38px \0
}

.next-search-normal.next-normal.next-medium .next-select {
    height: 38px
}

.next-search-normal.next-normal.next-medium .next-search-btn {
    font-size: 16px
}

.next-search-normal.next-normal.next-medium .next-search-btn .next-icon .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
}

.next-search-normal.next-normal .next-input {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.next-search-normal.next-dark .next-search-left {
    border-color: #5584ff
}

.next-search-normal.next-dark .next-search-left .next-search-left-addon {
    border-right: 1px solid #5584ff
}

.next-search-normal.next-dark:hover .next-btn,.next-search-normal.next-dark:hover .next-search-left {
    border-color: #5584ff
}

.next-search-normal.next-dark .next-search-btn {
    background: #5584ff;
    border-color: #5584ff;
    color: #fff
}

.next-search-normal.next-dark .next-search-btn:hover {
    background: #3e71f7;
    border-color: #5584ff;
    color: #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
}

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

.next-search-normal.next-dark.next-large .next-search-btn,.next-search-normal.next-dark.next-large .next-search-left {
    border-width: 1px;
    height: 60px
}

.next-search-normal.next-dark.next-large .next-search-input {
    height: 58px;
    overflow-y: hidden
}

.next-search-normal.next-dark.next-large .next-search-input input {
    height: 58px;
    line-height: 58px \0
}

.next-search-normal.next-dark.next-large .next-select {
    height: 58px
}

.next-search-normal.next-dark.next-large .next-search-btn {
    font-size: 16px
}

.next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote,.next-search-normal.next-dark.next-large .next-search-btn .next-icon:before {
    font-size: 24px;
    line-height: inherit;
    width: 24px
}

.next-search-normal.next-dark.next-large .next-search-btn .next-search-btn-text {
    display: inline-block;
    padding-left: 0
}

.next-search-normal.next-dark.next-medium {
    box-shadow: none
}

.next-search-normal.next-dark.next-medium .next-search-btn,.next-search-normal.next-dark.next-medium .next-search-left {
    border-width: 1px;
    height: 40px
}

.next-search-normal.next-dark.next-medium .next-search-input {
    height: 38px;
    overflow-y: hidden
}

.next-search-normal.next-dark.next-medium .next-search-input input {
    height: 38px;
    line-height: 38px \0
}

.next-search-normal.next-dark.next-medium .next-select {
    height: 38px
}

.next-search-normal.next-dark.next-medium .next-search-btn {
    font-size: 16px
}

.next-search-normal.next-dark.next-medium .next-search-btn .next-icon .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
}

.next-search-normal:not([dir=rtl]) .next-search-left {
    border-right: none
}

.next-search-simple {
    border-radius: 3px;
    box-shadow: 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: 3px
}

.next-search-simple.next-large .next-search-icon {
    margin-right: 12px
}

.next-search-simple.next-medium .next-search-icon {
    margin-right: 8px
}

.next-search-simple.next-normal .next-search-left {
    border-color: #c4c6cf
}

.next-search-simple.next-normal .next-search-left .next-search-left-addon {
    border-right: 1px solid #c4c6cf
}

.next-search-simple.next-normal:hover .next-search-left {
    border-color: #a0a2ad
}

.next-search-simple.next-normal .next-search-icon {
    color: #999
}

.next-search-simple.next-normal .next-search-icon:hover {
    color: #666
}

.next-search-simple.next-normal .next-search-left {
    border-width: 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: 12px;
    line-height: inherit;
    width: 12px
}

.next-search-simple.next-dark .next-search-left {
    border-color: #c4c6cf
}

.next-search-simple.next-dark .next-search-left .next-search-left-addon {
    border-right: 1px solid #c4c6cf
}

.next-search-simple.next-dark:hover .next-search-left {
    border-color: #c4c6cf
}

.next-search-simple.next-dark .next-search-icon {
    color: #999
}

.next-search-simple.next-dark .next-search-icon:hover {
    color: #666
}

.next-search-simple.next-dark .next-select-inner,.next-search-simple.next-dark input {
    color: #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
}

.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: 12px;
    line-height: inherit;
    width: 12px
}

.next-search-simple .next-select.next-large {
    height: 38px
}

.next-search-simple .next-select.next-medium {
    height: 26px
}

.next-slick {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: block;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none
}

.next-slick,.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;
    -webkit-transform: translateZ(0);
    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;
    -webkit-transform: translateZ(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;
    border: none;
    color: #fff;
    opacity: .2;
    padding: 0
}

.next-slick-arrow.inner:focus,.next-slick-arrow.inner:hover {
    background: #000;
    color: #fff;
    opacity: .4
}

.next-slick-arrow.inner.disabled {
    background: #f7f8fa;
    color: #ccc;
    opacity: .5
}

.next-slick-arrow.outer {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #666;
    opacity: .32;
    padding: 0
}

.next-slick-arrow.outer:focus,.next-slick-arrow.outer:hover {
    background: transparent;
    color: #333;
    opacity: .32
}

.next-slick-arrow.outer.disabled {
    background: transparent;
    color: #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,.32);
    border: 0 solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 8px;
    outline: none;
    padding: 0;
    width: 8px
}

.next-slick-dots-item button:focus,.next-slick-dots-item button:hover {
    background-color: hsla(0,0%,100%,.5);
    border-color: #fff
}

.next-slick-dots-item.active button {
    -webkit-animation: zoom .3s cubic-bezier(.86,0,.07,1);
    animation: zoom .3s cubic-bezier(.86,0,.07,1);
    background: #5584ff;
    border-color: #fff
}

.next-slick-dots.hoz {
    bottom: 12px;
    left: 0;
    text-align: center;
    width: 100%
}

.next-slick-dots.hoz .next-slick-dots-item {
    margin: 0 4px
}

.next-slick-dots.ver {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 20px;
    top: 0;
    width: 16px
}

.next-slick-dots.ver .next-slick-dots-item {
    margin: 0
}

.next-slick.next-slick-hoz.next-slick-outer {
    padding: 0 24px
}

.next-slick.next-slick-hoz .next-slick-arrow.medium {
    height: 56px;
    line-height: 56px;
    width: 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)
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev {
    left: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
    right: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer {
    top: calc(50% - 28px)
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
    left: -4px
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
    right: -4px
}

.next-slick.next-slick-hoz .next-slick-arrow.large {
    height: 96px;
    line-height: 96px;
    width: 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)
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-prev {
    left: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-next {
    right: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer {
    top: calc(50% - 48px)
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
    left: -8px
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
    right: -8px
}

.next-slick.next-slick-ver.next-slick-outer {
    padding: 24px 0
}

.next-slick.next-slick-ver .next-slick-slide {
    display: block;
    height: auto
}

.next-slick.next-slick-ver .next-slick-arrow.medium {
    height: 28px;
    line-height: 28px;
    width: 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)
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-prev {
    top: 0
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-next {
    bottom: 0
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer {
    left: calc(50% - 28px)
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
    top: -4px
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
    bottom: -4px
}

.next-slick.next-slick-ver .next-slick-arrow.large {
    height: 48px;
    line-height: 48px;
    width: 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)
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-prev {
    top: 0
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-next {
    bottom: 0
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer {
    left: calc(50% - 48px)
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
    top: -16px
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
    bottom: -16px
}

.next-split-btn {
    display: inline-block;
    position: relative
}

.next-split-btn-spacing-tb {
    padding: 0
}

.next-split-btn-trigger .next-icon {
    transition: -webkit-transform .1s linear;
    transition: 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);
    transform: rotate(180deg)
}

.next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled) .next-icon {
    color: #999
}

.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: "î˜½"
}

.next-split-btn-symbol-unfold:before {
    content: ""
}

.next-step,.next-step *,.next-step :after,.next-step :before,.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 {
    -webkit-transform: scale3d(.8,.8,.8);
    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;
    line-height: 32px;
    margin-left: 16px;
    margin-right: 4px
}

.next-step-arrow .next-step-item:before {
    border: 16px solid transparent;
    content: "";
    left: -16px;
    position: absolute;
    top: 0;
    z-index: 1
}

.next-step-arrow .next-step-item:after {
    border-bottom: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 16px solid transparent;
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 1
}

.next-step-arrow .next-step-item .next-step-item-container {
    cursor: pointer;
    height: 32px;
    min-width: 100px
}

.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-step-arrow>.next-step-item-wait {
    background: #ebecf0
}

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

.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,.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #ebecf0;
    border-color: #000
}

.next-step-arrow>.next-step-item-wait .next-step-item-title {
    color: #999;
    word-break: break-word
}

.next-step-arrow>.next-step-item-wait .next-step-item-content {
    color: #999;
    font-size: 12px;
    line-height: 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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-arrow>.next-step-item-wait:before {
    border: 16px solid #ebecf0;
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-wait:after {
    border-left-color: #ebecf0
}

.next-step-arrow>.next-step-item-process {
    background: #5584ff
}

.next-step-arrow>.next-step-item-process .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-process .next-step-item-tail-underlay {
    background: #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,.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #5584ff;
    border-color: #000
}

.next-step-arrow>.next-step-item-process .next-step-item-title {
    color: #fff;
    word-break: break-word
}

.next-step-arrow>.next-step-item-process .next-step-item-content {
    color: #fff;
    font-size: 12px;
    line-height: 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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-arrow>.next-step-item-process .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-arrow>.next-step-item-process:before {
    border: 16px solid #5584ff;
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-process:after {
    border-left-color: #5584ff
}

.next-step-arrow>.next-step-item-finish {
    background: #dee8ff
}

.next-step-arrow>.next-step-item-finish .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-finish .next-step-item-tail-underlay {
    background: #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,.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #dee8ff;
    border-color: #000
}

.next-step-arrow>.next-step-item-finish .next-step-item-title {
    color: #5584ff;
    word-break: break-word
}

.next-step-arrow>.next-step-item-finish .next-step-item-content {
    color: #5584ff;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-placeholder {
    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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-arrow>.next-step-item-finish:before {
    border: 16px solid #dee8ff;
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-finish:after {
    border-left-color: #dee8ff
}

.next-step-arrow .next-step-item-disabled {
    background: #f7f8fa;
    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
}

.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,.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #f7f8fa;
    border-color: #000
}

.next-step-arrow .next-step-item-disabled .next-step-item-title {
    color: #ccc;
    word-break: break-word
}

.next-step-arrow .next-step-item-disabled .next-step-item-content {
    color: #ccc;
    font-size: 12px;
    line-height: 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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-arrow .next-step-item-disabled:before {
    border: 16px solid #f7f8fa;
    border-left-color: transparent
}

.next-step-arrow .next-step-item-disabled:after {
    border-left-color: #f7f8fa
}

.next-step-arrow .next-step-item-disabled .next-step-item-container {
    cursor: not-allowed
}

.next-step-arrow .next-step-item-read-only,.next-step-arrow .next-step-item-read-only .next-step-item-container {
    cursor: default
}

.next-step-arrow .next-step-item-first {
    margin-left: 0
}

.next-step-arrow .next-step-item-first:before {
    border: 16px solid transparent
}

.next-step-arrow .next-step-item-last {
    margin-right: 0
}

.next-step-arrow .next-step-item-last:after {
    border: 16px solid transparent
}

.next-step-circle .next-step-item-container {
    display: inline-block;
    padding: 0 8px;
    position: relative;
    vertical-align: middle
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
    color: #5584ff;
    font-size: 12px
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
    stroke: #a0a2ad;
    stroke-width: 3px
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
    stroke: #5584ff;
    stroke-width: 3px
}

.next-step-circle .next-step-item-container .next-step-item-node-placeholder {
    display: inline-block
}

.next-step-circle>.next-step-item-wait .next-step-item-tail-overlay {
    background: #c4c6cf
}

.next-step-circle>.next-step-item-wait .next-step-item-tail-underlay {
    background: #e6e7eb
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-progress {
    height: 32px;
    width: 32px
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node {
    color: #666
}

.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: #fff;
    border-color: #a0a2ad
}

.next-step-circle>.next-step-item-wait .next-step-item-title {
    color: #666;
    word-break: break-word
}

.next-step-circle>.next-step-item-wait .next-step-item-content {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-circle>.next-step-item-wait .next-step-item-node-placeholder {
    height: 32px;
    position: relative;
    width: 32px
}

.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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-circle>.next-step-item-wait .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-circle>.next-step-item-process .next-step-item-tail-overlay {
    background: #c4c6cf
}

.next-step-circle>.next-step-item-process .next-step-item-tail-underlay {
    background: #e6e7eb
}

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-progress {
    height: 32px;
    width: 32px
}

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node {
    color: #fff
}

.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: #5584ff;
    border-color: #5584ff
}

.next-step-circle>.next-step-item-process .next-step-item-title {
    color: #333;
    word-break: break-word
}

.next-step-circle>.next-step-item-process .next-step-item-content {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

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

.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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-circle>.next-step-item-process .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-circle>.next-step-item-finish .next-step-item-tail-overlay {
    background: #5584ff
}

.next-step-circle>.next-step-item-finish .next-step-item-tail-underlay {
    background: #e6e7eb
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-progress {
    height: 32px;
    width: 32px
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node {
    color: #5584ff
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle,.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #5584ff
}

.next-step-circle>.next-step-item-finish .next-step-item-title {
    color: #666;
    word-break: break-word
}

.next-step-circle>.next-step-item-finish .next-step-item-content {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-circle>.next-step-item-finish .next-step-item-node-placeholder {
    height: 32px;
    position: relative;
    width: 32px
}

.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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-circle .next-step-item-disabled .next-step-item-tail-overlay,.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
    background: #e6e7eb
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-progress {
    height: 32px;
    width: 32px
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node {
    color: #ccc
}

.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;
    border-color: #e6e7eb
}

.next-step-circle .next-step-item-disabled .next-step-item-title {
    color: #ccc;
    word-break: break-word
}

.next-step-circle .next-step-item-disabled .next-step-item-content {
    color: #ccc;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
    height: 32px;
    position: relative;
    width: 32px
}

.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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition: background-color .1s linear;
    width: 32px
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.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-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 {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 48px)
}

.next-step-circle.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    height: 1px;
    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: -26px;
    position: absolute;
    text-align: center;
    width: 100px
}

.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 8px
}

.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-circle.next-step-horizontal>.next-step-item-process .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 48px)
}

.next-step-circle.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    height: 1px;
    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: -26px;
    position: absolute;
    text-align: center;
    width: 100px
}

.next-step-circle.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 8px
}

.next-step-circle.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-circle.next-step-horizontal>.next-step-item-finish .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 48px)
}

.next-step-circle.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    height: 1px;
    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: -26px;
    position: absolute;
    text-align: center;
    width: 100px
}

.next-step-circle.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 8px
}

.next-step-circle.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 48px)
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    height: 1px;
    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: -26px;
    position: absolute;
    text-align: center;
    width: 100px
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 8px
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item {
    vertical-align: 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: 100px;
    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: 9px;
    padding-right: 8px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-tail {
    margin-top: -1px;
    position: absolute;
    right: 0;
    width: calc(100% - 148px)
}

.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: 100px;
    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: 9px;
    padding-right: 8px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-tail {
    margin-top: -1px;
    position: absolute;
    right: 0;
    width: calc(100% - 148px)
}

.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: 100px;
    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: 9px;
    padding-right: 8px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-tail {
    margin-top: -1px;
    position: absolute;
    right: 0;
    width: calc(100% - 148px)
}

.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: 100px;
    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: 9px;
    padding-right: 8px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-tail {
    margin-top: -1px;
    position: absolute;
    right: 0;
    width: calc(100% - 148px)
}

.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;
    width: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 1px
}

.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: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-wait>.next-step-item-body {
    left: 16px;
    margin-left: 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: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2857142;
    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;
    line-height: 1.5;
    margin-top: 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;
    width: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 1px
}

.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: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-process>.next-step-item-body {
    left: 16px;
    margin-left: 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: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2857142;
    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;
    line-height: 1.5;
    margin-top: 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;
    width: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 1px
}

.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: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-finish>.next-step-item-body {
    left: 16px;
    margin-left: 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: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2857142;
    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;
    line-height: 1.5;
    margin-top: 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;
    width: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 1px
}

.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: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-disabled>.next-step-item-body {
    left: 16px;
    margin-left: 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: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2857142;
    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;
    line-height: 1.5;
    margin-top: 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;
    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: #c4c6cf
}

.next-step-dot>.next-step-item-wait .next-step-item-tail-underlay {
    background: #e6e7eb
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-progress {
    height: 12px;
    width: 12px
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node {
    color: #999
}

.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;
    border-color: #a0a2ad
}

.next-step-dot>.next-step-item-wait .next-step-item-title {
    color: #666;
    word-break: break-word
}

.next-step-dot>.next-step-item-wait .next-step-item-content {
    color: #666;
    line-height: 1.5;
    word-break: break-word
}

.next-step-dot>.next-step-item-wait .next-step-item-node-placeholder {
    height: 12px;
    position: relative;
    width: 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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 12px;
    line-height: 10px;
    text-align: center;
    transition: background-color .1s linear;
    width: 12px
}

.next-step-dot>.next-step-item-wait .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-dot>.next-step-item-wait .next-step-item-content {
    font-size: 12px
}

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

.next-step-dot>.next-step-item-process .next-step-item-tail-overlay {
    background: #c4c6cf
}

.next-step-dot>.next-step-item-process .next-step-item-tail-underlay {
    background: #e6e7eb
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-progress {
    height: 12px;
    width: 12px
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node {
    color: #5584ff
}

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

.next-step-dot>.next-step-item-process .next-step-item-title {
    color: #333;
    word-break: break-word
}

.next-step-dot>.next-step-item-process .next-step-item-content {
    color: #333;
    line-height: 1.5;
    word-break: break-word
}

.next-step-dot>.next-step-item-process .next-step-item-node-placeholder {
    height: 12px;
    position: relative;
    width: 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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 12px;
    line-height: 10px;
    text-align: center;
    transition: background-color .1s linear;
    width: 12px
}

.next-step-dot>.next-step-item-process .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-dot>.next-step-item-process .next-step-item-content {
    font-size: 12px
}

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

.next-step-dot>.next-step-item-finish .next-step-item-tail-overlay {
    background: #5584ff
}

.next-step-dot>.next-step-item-finish .next-step-item-tail-underlay {
    background: #e6e7eb
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-progress {
    height: 12px;
    width: 12px
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node {
    color: #5584ff
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle,.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #5584ff
}

.next-step-dot>.next-step-item-finish .next-step-item-title {
    color: #666;
    word-break: break-word
}

.next-step-dot>.next-step-item-finish .next-step-item-content {
    color: #666;
    line-height: 1.5;
    word-break: break-word
}

.next-step-dot>.next-step-item-finish .next-step-item-node-placeholder {
    height: 12px;
    position: relative;
    width: 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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 12px;
    line-height: 10px;
    text-align: center;
    transition: background-color .1s linear;
    width: 12px
}

.next-step-dot>.next-step-item-finish .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-dot>.next-step-item-finish .next-step-item-content {
    font-size: 12px
}

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

.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay,.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
    background: #e6e7eb
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-progress {
    height: 12px;
    width: 12px
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node {
    color: #e6e7eb
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle,.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #dcdee3
}

.next-step-dot .next-step-item-disabled .next-step-item-title {
    color: #ccc;
    word-break: break-word
}

.next-step-dot .next-step-item-disabled .next-step-item-content {
    color: #ccc;
    line-height: 1.5;
    word-break: break-word
}

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
    height: 12px;
    position: relative;
    width: 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-radius: 50%;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 12px;
    line-height: 10px;
    text-align: center;
    transition: background-color .1s linear;
    width: 12px
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
    -webkit-animation: zoomIn .3s linear;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-step-dot .next-step-item-disabled .next-step-item-content {
    font-size: 12px
}

.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
    border: 1px solid;
    border-radius: 50%;
    display: block;
    font-size: 12px;
    height: 12px;
    line-height: 10px;
    text-align: center;
    transition: background-color .3s ease,border-color .3s ease;
    width: 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-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-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)
}

.next-step-dot.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    height: 1px;
    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;
    position: absolute;
    text-align: center;
    width: 100px
}

.next-step-dot.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 8px
}

.next-step-dot.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-dot.next-step-horizontal>.next-step-item-process .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 28px)
}

.next-step-dot.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    height: 1px;
    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;
    position: absolute;
    text-align: center;
    width: 100px
}

.next-step-dot.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 8px
}

.next-step-dot.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-dot.next-step-horizontal>.next-step-item-finish .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 28px)
}

.next-step-dot.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    height: 1px;
    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;
    position: absolute;
    text-align: center;
    width: 100px
}

.next-step-dot.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 8px
}

.next-step-dot.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled .next-step-item-tail {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 28px)
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    height: 1px;
    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;
    position: absolute;
    text-align: center;
    width: 100px
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 8px
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-dot.next-step-vertical {
    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;
    width: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 1px
}

.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: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-wait>.next-step-item-body {
    left: 6px;
    margin-left: 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: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2857142;
    margin-top: 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;
    line-height: 1.5;
    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;
    width: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 1px
}

.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: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-process>.next-step-item-body {
    left: 6px;
    margin-left: 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: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2857142;
    margin-top: 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;
    line-height: 1.5;
    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;
    width: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 1px
}

.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: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-finish>.next-step-item-body {
    left: 6px;
    margin-left: 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: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2857142;
    margin-top: 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;
    line-height: 1.5;
    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;
    width: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    position: relative;
    width: 1px
}

.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: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-disabled>.next-step-item-body {
    left: 6px;
    margin-left: 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: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2857142;
    margin-top: 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;
    line-height: 1.5;
    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;
    line-height: 32px;
    margin-left: 4px;
    margin-right: 16px
}

.next-step-arrow[dir=rtl] .next-step-item:before {
    border: 16px solid transparent;
    left: auto;
    right: -16px
}

.next-step-arrow[dir=rtl] .next-step-item:after {
    border-bottom: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid transparent;
    left: -32px;
    right: auto
}

.next-step-arrow[dir=rtl]>.next-step-item-wait {
    background: #ebecf0
}

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

.next-step-arrow[dir=rtl]>.next-step-item-wait:before {
    border: 16px solid #ebecf0;
    border-right-color: transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-wait:after {
    border-left-color: transparent;
    border-right-color: #ebecf0
}

.next-step-arrow[dir=rtl]>.next-step-item-process {
    background: #5584ff
}

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

.next-step-arrow[dir=rtl]>.next-step-item-process:before {
    border: 16px solid #5584ff;
    border-right-color: transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-process:after {
    border-left-color: transparent;
    border-right-color: #5584ff
}

.next-step-arrow[dir=rtl]>.next-step-item-finish {
    background: #dee8ff
}

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

.next-step-arrow[dir=rtl]>.next-step-item-finish:before {
    border: 16px solid #dee8ff;
    border-right-color: transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-finish:after {
    border-left-color: transparent;
    border-right-color: #dee8ff
}

.next-step-arrow[dir=rtl] .next-step-item-disabled {
    background: #f7f8fa
}

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

.next-step-arrow[dir=rtl] .next-step-item-disabled:before {
    border: 16px solid #f7f8fa;
    border-right-color: transparent
}

.next-step-arrow[dir=rtl] .next-step-item-disabled:after {
    border-left-color: transparent;
    border-right-color: #f7f8fa
}

.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-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: -26px
}

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

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0
}

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

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

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0
}

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

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

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0
}

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

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

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0
}

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

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body {
    left: auto;
    margin-left: 0;
    margin-right: 8px;
    right: 16px
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.2857142;
    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;
    right: 16px
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.2857142;
    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;
    right: 16px
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.2857142;
    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;
    right: 16px
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.2857142;
    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-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
}

.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;
    right: 6px
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.2857142;
    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;
    right: 6px
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.2857142;
    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;
    right: 6px
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.2857142;
    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;
    right: 6px
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.2857142;
    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: " ";
    -webkit-transform-origin: right center;
    transform-origin: right center;
    transition: all .1s linear
}

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

.next-switch-on[dir=rtl]>.next-switch-children {
    color: #fff
}

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

.next-switch-off[dir=rtl]:after {
    box-shadow: -1px 0 3px 0 rgba(0,0,0,.12);
    right: 0;
    -webkit-transform: translateX(0);
    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 {
    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);
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle
}

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

.next-switch-btn {
    -webkit-transform-origin: left center;
    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: #5584ff;
    text-align: center;
    -webkit-transform: translate(-1px,-1px);
    transform: translate(-1px,-1px)
}

.next-switch-loading .next-icon-loading.next-switch-inner-icon:before {
    vertical-align: top
}

.next-switch-medium {
    border: 2px solid transparent;
    border-radius: 20px;
    display: inline-block;
    height: 28px;
    position: relative;
    width: 56px
}

.next-switch-medium:not([disabled]):active .next-switch-btn {
    width: 31.2px
}

.next-switch-medium.next-switch-on:not([disabled]):active .next-switch-btn {
    left: calc(100% - 31.2px)
}

.next-switch-medium.next-switch-auto-width {
    min-width: 56px;
    overflow: visible;
    overflow: initial;
    width: auto
}

.next-switch-medium:after {
    content: ""
}

.next-switch-medium>.next-switch-btn {
    border: 1px solid transparent;
    border-radius: 20px;
    box-sizing: border-box;
    height: 24px;
    left: calc(100% - 24px);
    position: absolute;
    width: 24px
}

.next-switch-medium>.next-switch-children {
    font-size: 12px;
    height: 24px;
    line-height: 24px
}

.next-switch-medium.next-switch.next-switch-on>.next-switch-children {
    margin: 0 32px 0 8px
}

.next-switch-medium.next-switch.next-switch-off>.next-switch-children {
    margin: 0 8px 0 32px
}

.next-switch-medium.next-switch-loading .next-icon-loading {
    height: 24px;
    line-height: 24px;
    width: 24px
}

.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;
    line-height: inherit;
    width: 16px
}

.next-switch-small {
    border: 2px solid transparent;
    border-radius: 20px;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 44px
}

.next-switch-small:not([disabled]):active .next-switch-btn {
    width: 26px
}

.next-switch-small.next-switch-on:not([disabled]):active .next-switch-btn {
    left: calc(100% - 26px)
}

.next-switch-small.next-switch-auto-width {
    min-width: 44px;
    overflow: visible;
    overflow: initial;
    width: auto
}

.next-switch-small:after {
    content: ""
}

.next-switch-small>.next-switch-btn {
    border: 1px solid transparent;
    border-radius: 20px;
    box-sizing: border-box;
    height: 20px;
    left: calc(100% - 20px);
    position: absolute;
    width: 20px
}

.next-switch-small>.next-switch-children {
    font-size: 12px;
    height: 20px;
    line-height: 20px
}

.next-switch-small.next-switch.next-switch-on>.next-switch-children {
    margin: 0 28px 0 8px
}

.next-switch-small.next-switch.next-switch-off>.next-switch-children {
    margin: 0 8px 0 28px
}

.next-switch-small.next-switch-loading .next-icon-loading {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.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;
    line-height: inherit;
    width: 12px
}

.next-switch-on {
    background-color: #5584ff
}

.next-switch-on .next-switch-btn {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.12)
}

.next-switch-on>.next-switch-children {
    color: #fff
}

.next-switch-on.hover,.next-switch-on:focus,.next-switch-on:hover {
    background-color: #3e71f7
}

.next-switch-on.hover .next-switch-btn,.next-switch-on:focus .next-switch-btn,.next-switch-on:hover .next-switch-btn {
    background-color: #fff
}

.next-switch-on[disabled] {
    background-color: #ebecf0;
    cursor: not-allowed
}

.next-switch-on[disabled] .next-switch-btn {
    background-color: #f7f8fa;
    border-color: transparent;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.12);
    right: 0
}

.next-switch-on[disabled]>.next-switch-children {
    color: #ccc
}

.next-switch-off,.next-switch-off.hover,.next-switch-off:focus,.next-switch-off:hover {
    background-color: #ebecf0;
    border-color: #ebecf0
}

.next-switch-off .next-switch-btn {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.12);
    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
}

.next-switch-off>.next-switch-children {
    color: #999
}

.next-switch-off[disabled] {
    background-color: #ebecf0;
    cursor: not-allowed
}

.next-switch-off[disabled] .next-switch-btn {
    background-color: #f7f8fa;
    border-color: transparent;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.12)
}

.next-switch-off[disabled]>.next-switch-children {
    color: #c4c6cf
}

.next-tabs {
    width: 100%
}

.next-tabs,.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 {
    -webkit-animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.next-tabs-nav-leave {
    -webkit-animation: fadeOutLeft .2s cubic-bezier(.78,.14,.15,.86);
    animation: fadeOutLeft .2s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both;
    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: 400
}

.next-tabs-tab .next-tabs-tab-close {
    color: #666
}

.next-tabs-tab .next-tabs-tab-close:hover {
    color: #333
}

.next-tabs-tab .next-tabs-tab-close:focus {
    outline: none
}

.next-tabs-tab.active .next-tabs-tab-close {
    color: #5584ff
}

.next-tabs-tab.disabled .next-tabs-tab-close {
    color: #dcdee3
}

.next-tabs-tab:focus {
    outline: none
}

.next-tabs-tabpane {
    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: #666
}

.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: #333;
    text-decoration: none
}

.next-tabs-btn-down.disabled,.next-tabs-btn-next.disabled,.next-tabs-btn-prev.disabled {
    color: #dcdee3;
    cursor: not-allowed
}

.next-tabs-btn-next {
    right: 8px
}

.next-tabs-btn-prev {
    right: 32px
}

.next-tabs-btn-down {
    right: 8px
}

.next-tabs .next-tab-icon-dropdown:before {
    content: "î˜½"
}

.next-tabs .next-tab-icon-prev:before {
    content: "î˜"
}

.next-tabs .next-tab-icon-next:before {
    content: "î˜™"
}

.next-tabs-content {
    overflow: hidden
}

.next-tabs-vertical>.next-tabs-bar .next-tabs-nav {
    width: 100%
}

.next-tabs-vertical>.next-tabs-bar .next-tabs-tab {
    display: block
}

.next-tabs.next-medium .next-tabs-nav-container-scrolling {
    padding-right: 60px
}

.next-tabs.next-medium .next-tabs-tab-inner {
    font-size: 12px;
    padding: 12px 16px
}

.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
    line-height: 1
}

.next-tabs.next-medium .next-tabs-tab-inner .next-icon .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 .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-tab-inner .next-tabs-tab-close.next-icon {
    margin-left: 8px
}

.next-tabs.next-medium .next-tabs-tab-inner .next-icon-add .next-icon-remote,.next-tabs.next-medium .next-tabs-tab-inner .next-icon-add: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
}

.next-tabs.next-small .next-tabs-tab-inner {
    font-size: 12px;
    padding: 8px 12px
}

.next-tabs.next-small .next-tabs-tab-inner .next-icon {
    line-height: 1
}

.next-tabs.next-small .next-tabs-tab-inner .next-icon .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 .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 (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-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.next-small .next-tabs-tab-inner .next-tabs-tab-close.next-icon {
    margin-left: 8px
}

.next-tabs.next-small .next-tabs-tab-inner .next-icon-add .next-icon-remote,.next-tabs.next-small .next-tabs-tab-inner .next-icon-add:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-tabs.next-small .next-tabs-tab-inner .next-icon-add {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-tabs.next-small .next-tabs-tab-inner .next-icon-add: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-show-add {
    align-items: center;
    display: flex;
    flex: none;
    padding-right: 0!important;
    position: relative
}

.next-tabs-show-add .next-tabs-nav-wrap {
    align-self: stretch;
    display: flex;
    flex: auto;
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

.next-tabs-show-add .next-tabs-nav-wrap:after {
    box-shadow: -2px 0 3px 0 rgba(0,0,0,.12);
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 1
}

.next-tabs-show-add .next-tabs-nav-operations {
    align-self: stretch;
    display: flex
}

.next-tabs-show-add .next-tabs-nav-operations .next-tabs-btn-prev {
    position: static;
    right: auto
}

.next-tabs-show-add .next-tabs-nav-operations .next-tabs-btn-down,.next-tabs-show-add .next-tabs-nav-operations .next-tabs-btn-next {
    margin-left: 8px;
    position: static;
    right: auto
}

.next-tabs.next-small .next-tabs-nav-operations .next-tabs-btn-prev {
    margin-left: 8px
}

.next-tabs.next-small .next-tabs-nav-operations .next-tabs-btn-next {
    margin-right: 8px
}

.next-tabs.next-medium .next-tabs-nav-operations .next-tabs-btn-prev {
    margin-left: 12px
}

.next-tabs.next-medium .next-tabs-nav-operations .next-tabs-btn-next {
    margin-right: 12px
}

.next-tabs-pure>.next-tabs-bar {
    background-color: transparent;
    border-bottom: 1px solid #dcdee3
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container {
    box-shadow: none;
    margin-bottom: -1px
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
    background-color: transparent;
    color: #666
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
    background-color: transparent;
    color: #333;
    cursor: pointer
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
    background-color: transparent;
    color: #5584ff;
    z-index: 1
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
    background: transparent;
    color: #dcdee3;
    cursor: default;
    pointer-events: none
}

.next-tabs-pure>.next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
    border-bottom: 2px solid #5584ff;
    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;
    width: 100%
}

.next-tabs-wrapped>.next-tabs-bar {
    background: transparent
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab {
    background-color: #f2f3f7;
    color: #666
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab:hover {
    background-color: #ebecf0;
    color: #333;
    cursor: pointer
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.active {
    background-color: #fff;
    color: #5584ff;
    z-index: 1
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.disabled {
    background: #f7f8fa;
    color: #ccc;
    cursor: default;
    pointer-events: none
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
    color: #666
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
    color: #333
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
    outline: none
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
    color: #5584ff
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close {
    color: #dcdee3
}

.next-tabs-wrapped:after,.next-tabs-wrapped:before {
    content: "";
    display: table
}

.next-tabs-wrapped:after {
    clear: both
}

.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 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab {
    border: 1px solid #dcdee3;
    border-radius: 3px 3px 0 0
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab+.next-tabs-tab {
    margin-left: 4px
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab:hover {
    border-color: #c4c6cf
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab.active {
    border-color: #dcdee3 #dcdee3 #fff
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab:before {
    border-radius: 3px;
    border-top: 2px solid #5584ff;
    left: 50%;
    top: -1px;
    width: 0
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab.active:before {
    left: 3px;
    width: calc(100% - 6px)
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab.active {
    border-width: 1px
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar:before {
    border-bottom: 1px solid #dcdee3;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab {
    border: 1px solid #dcdee3;
    border-radius: 0 0 3px 3px;
    margin-right: 4px
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab:hover {
    border-color: #c4c6cf
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab.active {
    border-color: #fff #dcdee3 #dcdee3
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab:before {
    border-bottom: 2px solid #5584ff;
    border-radius: 3px;
    bottom: -1px;
    left: 50%;
    width: 0
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab.active:before {
    left: 3px;
    width: calc(100% - 6px)
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-content {
    border-bottom: 1px solid #dcdee3;
    top: 1px
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar {
    float: left
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab {
    border: 1px solid #dcdee3;
    border-radius: 3px 0 0 3px;
    float: none;
    margin-bottom: 4px
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab:hover {
    border-color: #c4c6cf
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab.active {
    border-color: #dcdee3 #fff #dcdee3 #dcdee3
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab:before {
    border-left: 2px solid #5584ff;
    border-radius: 3px;
    height: 0;
    left: -1px;
    top: 50%
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab.active:before {
    height: calc(100% - 6px);
    top: 3px
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab.active {
    border-width: 1px
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-content {
    border-left: 1px solid #dcdee3;
    right: 1px
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar {
    float: right
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab {
    border: 1px solid #dcdee3;
    border-radius: 0 3px 3px 0;
    float: none;
    margin-bottom: 4px
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab:hover {
    border-color: #c4c6cf
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab.active {
    border-color: #dcdee3 #dcdee3 #dcdee3 #fff
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab:before {
    border-radius: 3px;
    border-right: 2px solid #5584ff;
    height: 0;
    right: -1px;
    top: 50%
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab.active:before {
    height: calc(100% - 6px);
    top: 3px
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab.active {
    border-width: 1px
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-content {
    border-right: 1px solid #dcdee3;
    right: -1px
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab {
    background-color: #f2f3f7;
    border: 1px solid #c4c6cf;
    border-right-color: transparent;
    color: #333;
    margin-right: -1px;
    transition: background-color .1s linear
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:first-child {
    border-radius: 3px 0 0 3px
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #c4c6cf;
    margin-right: 0
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active {
    border-right: 1px solid;
    border-color: #5584ff
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.disabled {
    border-color: #e6e7eb
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:hover {
    background-color: #ebecf0;
    border-right: 1px solid;
    border-color: #c4c6cf;
    color: #333;
    cursor: pointer;
    z-index: 2
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active {
    background-color: #5584ff;
    color: #fff;
    z-index: 1
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.disabled {
    background: #f7f8fa;
    color: #ccc;
    cursor: default;
    pointer-events: none
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab {
    background-color: transparent;
    color: #666
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab:hover {
    background-color: transparent;
    color: #333;
    cursor: pointer
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab.active {
    background-color: transparent;
    color: #5584ff;
    z-index: 1
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab.disabled {
    background: transparent;
    color: #ccc;
    cursor: default;
    pointer-events: none
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab:not(:last-child):after {
    background-color: #dcdee3;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    width: 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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.next-tabs-capsule>.next-tabs-bar {
    position: relative
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-nav-extra {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.next-tabs-text>.next-tabs-bar {
    position: relative
}

.next-tabs-text>.next-tabs-bar .next-tabs-nav-extra {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.next-tabs[dir=rtl].next-medium .next-tabs-nav-container-scrolling {
    padding-left: 60px;
    padding-right: 0
}

.next-tabs[dir=rtl].next-medium .next-tabs-tab-close {
    padding-left: 0;
    padding-right: 8px
}

.next-tabs[dir=rtl].next-small .next-tabs-nav-container-scrolling {
    padding-left: 56px;
    padding-right: 0
}

.next-tabs[dir=rtl].next-small .next-tabs-tab-close {
    padding-left: 0;
    padding-right: 8px
}

.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 {
    border: 1px solid #c4c6cf;
    border-left: 0
}

.next-tabs[dir=rtl].next-tabs-capsule>.next-tabs-bar .next-tabs-tab:first-child {
    border-left: 0;
    border-radius: 0 3px 3px 0
}

.next-tabs[dir=rtl].next-tabs-capsule>.next-tabs-bar .next-tabs-tab:last-child {
    border-left: 1px solid #c4c6cf;
    border-radius: 3px 0 0 3px
}

.next-tabs[dir=rtl].next-tabs-capsule>.next-tabs-bar .next-tabs-tab.active {
    border-left: 1px solid;
    border-color: #5584ff;
    margin-left: -1px;
    margin-right: auto
}

.next-tabs[dir=rtl] .next-tabs-btn-next {
    left: 8px;
    right: auto
}

.next-tabs[dir=rtl] .next-tabs-btn-prev {
    left: 32px;
    right: auto
}

.next-tabs[dir=rtl] .next-tabs-btn-down {
    left: 8px;
    right: auto
}

.next-tabs-text[dir=rtl]>.next-tabs-bar .next-tabs-tab:not(:last-child):after {
    content: "";
    left: 0;
    position: absolute;
    right: auto
}

@-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)
    }
}

@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)
    }
}

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

.next-tag-checkable.next-tag-level-secondary {
    background-color: transparent;
    border-color: transparent;
    color: #333
}

.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover,.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover {
    color: #5584ff
}

.next-tag-default.next-tag-level-primary {
    background-color: #ebecf0;
    border-color: #ebecf0;
    color: #666
}

.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: #e2e4e8;
    border-color: #e2e4e8;
    color: #333
}

.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: #333
}

.disabled.next-tag-default.next-tag-level-primary,[disabled].next-tag-default.next-tag-level-primary {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
    color: #ccc
}

.disabled.next-tag-default.next-tag-level-primary>.next-tag-close-btn,[disabled].next-tag-default.next-tag-level-primary>.next-tag-close-btn {
    color: #ccc
}

.next-tag-default.next-tag-level-primary>.next-tag-close-btn {
    color: #666
}

.next-tag-closable.next-tag-level-primary {
    background-color: #ebecf0;
    border-color: #ebecf0;
    color: #666
}

.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: #e2e4e8;
    border-color: #e2e4e8;
    color: #333
}

.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: #333
}

.disabled.next-tag-closable.next-tag-level-primary,[disabled].next-tag-closable.next-tag-level-primary {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
    color: #ccc
}

.disabled.next-tag-closable.next-tag-level-primary>.next-tag-close-btn,[disabled].next-tag-closable.next-tag-level-primary>.next-tag-close-btn {
    color: #ccc
}

.next-tag-closable.next-tag-level-primary>.next-tag-close-btn {
    color: #666
}

.next-tag-checkable.next-tag-level-primary {
    background-color: #ebecf0;
    border-color: #ebecf0;
    color: #666
}

.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: #e2e4e8;
    border-color: #e2e4e8;
    color: #333
}

.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: #333
}

.disabled.next-tag-checkable.next-tag-level-primary,[disabled].next-tag-checkable.next-tag-level-primary {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
    color: #ccc
}

.disabled.next-tag-checkable.next-tag-level-primary>.next-tag-close-btn,[disabled].next-tag-checkable.next-tag-level-primary>.next-tag-close-btn {
    color: #ccc
}

.next-tag-checkable.next-tag-level-primary>.next-tag-close-btn {
    color: #666
}

.next-tag-checkable.next-tag-level-primary.checked {
    background-color: #5584ff;
    border-color: #5584ff;
    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: #3e71f7;
    border-color: #3e71f7;
    color: #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
}

.disabled.next-tag-checkable.next-tag-level-primary.checked,[disabled].next-tag-checkable.next-tag-level-primary.checked {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
    color: #ccc
}

.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,[disabled].next-tag-checkable.next-tag-level-primary.checked>.next-tag-close-btn {
    color: #fff
}

.next-tag-default.next-tag-level-normal {
    background-color: transparent;
    border-color: #c4c6cf;
    color: #666
}

.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: transparent;
    border-color: #a0a2ad;
    color: #333
}

.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: #333
}

.disabled.next-tag-default.next-tag-level-normal,[disabled].next-tag-default.next-tag-level-normal {
    background-color: #f7f8fa;
    border-color: #e6e7eb;
    color: #ccc
}

.disabled.next-tag-default.next-tag-level-normal>.next-tag-close-btn,[disabled].next-tag-default.next-tag-level-normal>.next-tag-close-btn {
    color: #ccc
}

.next-tag-default.next-tag-level-normal>.next-tag-close-btn {
    color: #666
}

.next-tag-closable.next-tag-level-normal {
    background-color: transparent;
    border-color: #c4c6cf;
    color: #666
}

.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: transparent;
    border-color: #a0a2ad;
    color: #333
}

.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: #333
}

.disabled.next-tag-closable.next-tag-level-normal,[disabled].next-tag-closable.next-tag-level-normal {
    background-color: transparent;
    border-color: #e6e7eb;
    color: #ccc
}

.disabled.next-tag-closable.next-tag-level-normal>.next-tag-close-btn,[disabled].next-tag-closable.next-tag-level-normal>.next-tag-close-btn {
    color: #ccc
}

.next-tag-closable.next-tag-level-normal>.next-tag-close-btn {
    color: #666
}

.next-tag-checkable.next-tag-level-normal.checked {
    background-color: transparent;
    border-color: #5584ff;
    color: #5584ff
}

.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: transparent;
    border-color: #3e71f7;
    color: #3e71f7
}

.next-tag-checkable.next-tag-level-secondary.checked {
    background-color: transparent;
    border-color: #5584ff;
    color: #5584ff
}

.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: transparent;
    border-color: #3e71f7;
    color: #3e71f7
}

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

.next-tag-checkable.next-tag-level-secondary.checked:after {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "î˜²";
    font-family: NextIcon;
    position: absolute;
    -webkit-transform: scale(.6);
    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: #3e71f7
}

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

.next-tag-checkable.next-tag-level-secondary.checked:disabled:before,[disabled].next-tag-checkable.next-tag-level-secondary.checked:before {
    background-color: #e6e7eb
}

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

.next-tag-checkable.next-tag-level-normal {
    background-color: transparent;
    border-color: #c4c6cf;
    color: #666
}

.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: transparent;
    border-color: #c4c6cf;
    color: #333
}

.disabled.next-tag-checkable.next-tag-level-normal,[disabled].next-tag-checkable.next-tag-level-normal {
    background-color: #f7f8fa;
    border-color: #e6e7eb;
    color: #ccc
}

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

.next-tag-checkable.next-tag-level-normal.checked:after {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "î˜²";
    font-family: NextIcon;
    position: absolute;
    -webkit-transform: scale(.6);
    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: #3e71f7
}

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

.next-tag-checkable.next-tag-level-normal.checked:disabled:before,[disabled].next-tag-checkable.next-tag-level-normal.checked:before {
    background-color: #e6e7eb
}

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

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

.next-tag-closable.next-tag-level-normal:after {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "î˜¦";
    font-family: NextIcon;
    position: absolute;
    -webkit-transform: scale(.6);
    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: #a0a2ad
}

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

.next-tag-closable.next-tag-level-normal:disabled:before,[disabled].next-tag-closable.next-tag-level-normal:before {
    background-color: #e6e7eb
}

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

.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: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    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 *,.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: initial
}

.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: 40px;
    line-height: 38px;
    padding: 0
}

.next-tag-large>.next-tag-body {
    font-size: 16px;
    min-width: 48px;
    padding: 0 16px
}

.next-tag-large.next-tag-closable>.next-tag-body {
    max-width: calc(100% - 44px);
    padding: 0 0 0 16px
}

.next-tag-large[dir=rtl].next-tag-closable>.next-tag-body {
    padding: 0 16px 0 0
}

.next-tag-large.next-tag-closable>.next-tag-close-btn {
    margin-left: 16px;
    padding-right: 16px
}

.next-tag-large.next-tag-closable>.next-tag-close-btn .next-icon .next-icon-remote,.next-tag-large.next-tag-closable>.next-tag-close-btn .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-tag-large[dir=rtl]>.next-tag-close-btn {
    margin-left: 0;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 0
}

.next-tag-medium {
    font-size: 0;
    height: 28px;
    line-height: 26px;
    padding: 0
}

.next-tag-medium>.next-tag-body {
    font-size: 14px;
    min-width: 40px;
    padding: 0 12px
}

.next-tag-medium.next-tag-closable>.next-tag-body {
    max-width: calc(100% - 32px);
    padding: 0 0 0 12px
}

.next-tag-medium[dir=rtl].next-tag-closable>.next-tag-body {
    padding: 0 12px 0 0
}

.next-tag-medium.next-tag-closable>.next-tag-close-btn {
    margin-left: 12px;
    padding-right: 12px
}

.next-tag-medium.next-tag-closable>.next-tag-close-btn .next-icon .next-icon-remote,.next-tag-medium.next-tag-closable>.next-tag-close-btn .next-icon:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-tag-medium.next-tag-closable>.next-tag-close-btn .next-icon {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-tag-medium.next-tag-closable>.next-tag-close-btn .next-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tag-medium[dir=rtl]>.next-tag-close-btn {
    margin-left: 0;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 0
}

.next-tag-small {
    font-size: 0;
    height: 20px;
    line-height: 18px;
    padding: 0
}

.next-tag-small>.next-tag-body {
    font-size: 12px;
    min-width: 28px;
    padding: 0 8px
}

.next-tag-small.next-tag-closable>.next-tag-body {
    max-width: calc(100% - 24px);
    padding: 0 0 0 8px
}

.next-tag-small[dir=rtl].next-tag-closable>.next-tag-body {
    padding: 0 8px 0 0
}

.next-tag-small.next-tag-closable>.next-tag-close-btn {
    margin-left: 8px;
    padding-right: 8px
}

.next-tag-small.next-tag-closable>.next-tag-close-btn .next-icon .next-icon-remote,.next-tag-small.next-tag-closable>.next-tag-close-btn .next-icon:before {
    font-size: 8px;
    line-height: inherit;
    width: 8px
}

@media (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-tag-small.next-tag-closable>.next-tag-close-btn .next-icon {
        margin-left:-4px;
        margin-right: -4px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .next-tag-small.next-tag-closable>.next-tag-close-btn .next-icon:before {
        font-size: 16px;
        width: 16px
    }
}

.next-tag-small[dir=rtl]>.next-tag-close-btn {
    margin-left: 0;
    margin-right: 8px;
    padding-left: 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: 3px;
    cursor: pointer;
    position: relative
}

.next-tag-checkable.checked:before {
    -webkit-animation: fadeInRightForTag .4s cubic-bezier(.78,.14,.15,.86);
    animation: fadeInRightForTag .4s cubic-bezier(.78,.14,.15,.86)
}

.next-tag-checkable.checked:after {
    -webkit-animation: zoomIn .4s cubic-bezier(.78,.14,.15,.86);
    animation: zoomIn .4s cubic-bezier(.78,.14,.15,.86)
}

.next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before {
    bottom: -10px;
    height: 20px;
    right: -10px;
    width: 20px
}

.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: -14px;
    height: 28px;
    right: -14px;
    width: 28px
}

.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: -18px;
    height: 36px;
    right: -18px;
    width: 36px
}

.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: #f7f8fa;
    border-color: #e6e7eb;
    color: #ccc
}

.next-tag-zoom-appear,.next-tag-zoom-enter {
    -webkit-animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.next-tag-zoom-leave {
    -webkit-animation: zoomOut .3s ease-in;
    animation: zoomOut .3s ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.next-timeline,.next-timeline *,.next-timeline :after,.next-timeline :before,.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: 28px
}

.next-timeline[dir=rtl] .next-timeline-item-dot-tail {
    border-left: none;
    border-right: 1px dotted #dcdee3;
    left: auto;
    right: 8px
}

.next-timeline[dir=rtl] .next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 0;
    margin-right: 80px
}

.next-timeline[dir=rtl] .next-timeline-item-done {
    position: relative
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline {
    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: 24px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    width: 16px
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    height: auto;
    line-height: 1;
    margin-left: 0;
    margin-right: -12px;
    width: 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;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 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% - 24px);
    left: auto;
    position: absolute;
    right: 8px;
    top: 24px;
    width: auto
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #dcdee3;
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content {
    display: inline-block;
    margin-left: 0;
    margin-right: 28px
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 4px 0 0;
    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: #666;
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0;
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 12px;
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    padding-left: 12px;
    padding-right: 0;
    position: absolute;
    text-align: left;
    width: 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
}

.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 0;
    margin-right: 108px
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-dot {
    background: #c4c6cf
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-icon {
    background: #c4c6cf;
    color: #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: 24px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    width: 16px
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    height: auto;
    line-height: 1;
    margin-left: 0;
    margin-right: -12px;
    width: 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;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 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% - 24px);
    left: auto;
    position: absolute;
    right: 8px;
    top: 24px;
    width: auto
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #dcdee3;
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content {
    display: inline-block;
    margin-left: 0;
    margin-right: 28px
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 4px 0 0;
    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: #666;
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0;
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 12px;
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    padding-left: 12px;
    padding-right: 0;
    position: absolute;
    text-align: left;
    width: 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
}

.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 0;
    margin-right: 108px
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-dot {
    background: #5584ff
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-icon {
    background: #5584ff;
    color: #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: 24px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    width: 16px
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    height: auto;
    line-height: 1;
    margin-left: 0;
    margin-right: -12px;
    width: 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;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 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% - 24px);
    left: auto;
    position: absolute;
    right: 8px;
    top: 24px;
    width: auto
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #dcdee3;
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content {
    display: inline-block;
    margin-left: 0;
    margin-right: 28px
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 4px 0 0;
    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: #666;
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0;
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 12px;
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    padding-left: 12px;
    padding-right: 0;
    position: absolute;
    text-align: left;
    width: 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
}

.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 0;
    margin-right: 108px
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-dot {
    background: #46bc15
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-icon {
    background: #46bc15;
    color: #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: 24px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    width: 16px
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    height: auto;
    line-height: 1;
    margin-left: 0;
    margin-right: -12px;
    width: 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;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 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% - 24px);
    left: auto;
    position: absolute;
    right: 8px;
    top: 24px;
    width: auto
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #dcdee3;
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content {
    display: inline-block;
    margin-left: 0;
    margin-right: 28px
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 4px 0 0;
    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: #666;
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0;
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 12px;
    text-align: right
}

.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    padding-left: 12px;
    padding-right: 0;
    position: absolute;
    text-align: left;
    width: 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
}

.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 0;
    margin-right: 108px
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-dot {
    background: #ff3000
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-icon {
    background: #ff3000;
    color: #fff
}

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

.next-timeline>li {
    outline: 0
}

.next-timeline-item-folder {
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 4px;
    padding-left: 28px;
    padding-top: 4px;
    position: relative
}

.next-timeline-item-dot-tail {
    border: 0;
    border-left: 1px dotted #dcdee3;
    height: 100%;
    left: 8px;
    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
}

.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: 24px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    width: 16px
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    height: auto;
    line-height: 1;
    margin-left: -12px;
    width: 40px;
    word-break: break-all
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 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% - 24px);
    left: 8px;
    position: absolute;
    top: 24px;
    width: auto
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #dcdee3;
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px
}

.next-timeline-item-done .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px
}

.next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 4px 0 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0;
    text-align: left
}

.next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 12px;
    text-align: left
}

.next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    padding-right: 12px;
    position: absolute;
    text-align: right;
    width: 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
}

.next-timeline-item-done.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 108px
}

.next-timeline-item-done .next-timeline-item-dot {
    background: #c4c6cf
}

.next-timeline-item-done .next-timeline-item-icon {
    background: #c4c6cf;
    color: #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: 24px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    width: 16px
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    height: auto;
    line-height: 1;
    margin-left: -12px;
    width: 40px;
    word-break: break-all
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 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% - 24px);
    left: 8px;
    position: absolute;
    top: 24px;
    width: auto
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #dcdee3;
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px
}

.next-timeline-item-process .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px
}

.next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 4px 0 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0;
    text-align: left
}

.next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 12px;
    text-align: left
}

.next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    padding-right: 12px;
    position: absolute;
    text-align: right;
    width: 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
}

.next-timeline-item-process.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 108px
}

.next-timeline-item-process .next-timeline-item-dot {
    background: #5584ff
}

.next-timeline-item-process .next-timeline-item-icon {
    background: #5584ff;
    color: #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: 24px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    width: 16px
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    height: auto;
    line-height: 1;
    margin-left: -12px;
    width: 40px;
    word-break: break-all
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 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% - 24px);
    left: 8px;
    position: absolute;
    top: 24px;
    width: auto
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #dcdee3;
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px
}

.next-timeline-item-success .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px
}

.next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 4px 0 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0;
    text-align: left
}

.next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 12px;
    text-align: left
}

.next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    padding-right: 12px;
    position: absolute;
    text-align: right;
    width: 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
}

.next-timeline-item-success.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 108px
}

.next-timeline-item-success .next-timeline-item-dot {
    background: #46bc15
}

.next-timeline-item-success .next-timeline-item-icon {
    background: #46bc15;
    color: #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: 24px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    width: 16px
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
    font-size: 12px;
    height: auto;
    line-height: 1;
    margin-left: -12px;
    width: 40px;
    word-break: break-all
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
    border-radius: 100%;
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 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% - 24px);
    left: 8px;
    position: absolute;
    top: 24px;
    width: auto
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
    background: #dcdee3;
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .1s linear;
    vertical-align: top;
    width: 1px
}

.next-timeline-item-error .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px
}

.next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 4px 0 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0;
    text-align: left
}

.next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 12px;
    text-align: left
}

.next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-left-content {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    padding-right: 12px;
    position: absolute;
    text-align: right;
    width: 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
}

.next-timeline-item-error.next-timeline-item-has-left-content>.next-timeline-item-content {
    margin-left: 108px
}

.next-timeline-item-error .next-timeline-item-dot {
    background: #ff3000
}

.next-timeline-item-error .next-timeline-item-icon {
    background: #ff3000;
    color: #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;
    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% + 28px)
}

.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;
    font-size: 12px;
    font-weight: 700;
    line-height: 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: #666;
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0;
    text-align: right
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 12px;
    text-align: right
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-left-content {
    display: inline-block;
    position: relative
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-left-content .next-timeline-item-title {
    margin-top: 0
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content {
    margin-left: 28px;
    position: absolute
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body {
    color: #999;
    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;
    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% + 28px);
    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;
    font-size: 12px;
    font-weight: 700;
    line-height: 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: #666;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 12px;
    text-align: left
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-left-content {
    display: inline-block;
    position: relative
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content {
    margin-right: 28px;
    position: absolute
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body {
    text-align: right
}

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

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

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

.next-transfer {
    display: inline-block
}

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

.next-transfer-panel {
    background-color: #fff;
    border: 1px solid #dcdee3;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle
}

.next-transfer-panel-header {
    background-color: #f7f8fa;
    border-bottom: 1px solid #dcdee3;
    color: #333;
    font-size: 12px;
    padding: 8px 20px
}

.next-transfer-panel-search {
    margin-bottom: 0;
    margin-top: 8px;
    padding: 0 4px;
    width: 180px
}

.next-transfer .next-transfer-panel-list {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 160px;
    overflow-y: auto;
    padding: 0;
    width: 180px
}

.next-transfer-panel-not-found-container {
    display: table;
    height: 100%;
    width: 100%
}

.next-transfer-panel-not-found {
    color: #999;
    display: table-cell;
    font-size: 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: #5584ff
}

.next-transfer-panel-item.next-insert-before:before {
    border-top: 1px solid #5584ff;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.next-transfer-panel-item.next-insert-after:after {
    border-bottom: 1px solid #5584ff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%
}

.next-transfer-panel-footer {
    background-color: #fff;
    border-top: 1px solid #dcdee3;
    box-shadow: none;
    font-size: 0;
    padding: 8px 20px;
    position: relative
}

.next-transfer-panel-count {
    color: #333;
    font-size: 12px;
    margin-left: 4px;
    vertical-align: middle
}

.next-transfer-panel-move-all {
    color: #5584ff;
    cursor: pointer;
    font-size: 12px
}

.next-transfer-panel-move-all.next-disabled {
    color: #ccc;
    cursor: not-allowed
}

.next-transfer-operations {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle
}

.next-transfer-move.next-icon {
    color: #c4c6cf
}

.next-transfer-move.next-icon:before {
    content: "îš³"
}

.next-transfer-operation.next-btn {
    display: block
}

.next-transfer-operation.next-btn+.next-transfer-operation.next-btn {
    margin-top: 8px
}

.next-transfer-operation.next-btn .next-icon .next-icon-remote,.next-transfer-operation.next-btn .next-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-tree,.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;
    vertical-align: middle
}

.next-tree-node-label {
    border-radius: 3px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 4px
}

.next-tree-node-label .next-icon {
    font-size: 14px
}

.next-tree-node-label .next-icon:before {
    font-size: 12px;
    margin-right: .5em;
    width: 12px
}

.next-tree-node-input.next-input {
    margin: 0 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 #c4c6cf;
    content: "";
    display: inline-block;
    height: 28px;
    left: 7.5px;
    position: absolute
}

.next-tree-switcher {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: middle
}

.next-tree .next-tree-unfold-icon:before {
    content: ""
}

.next-tree-switcher.next-noline {
    cursor: pointer;
    height: 12px;
    line-height: 12px;
    width: 12px
}

.next-tree-switcher.next-noline .next-tree-switcher-icon {
    color: #999;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-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: 12px;
    line-height: inherit;
    width: 12px
}

.next-tree-switcher.next-noline .next-tree-fold-icon:before {
    content: "î˜½"
}

.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon {
    -webkit-transform: rotate(-90deg);
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
    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
}

.next-tree-switcher.next-noop-noline {
    height: 12px;
    width: 12px
}

.next-tree-switcher.next-line {
    background-color: #fff;
    border: 1px solid #c4c6cf;
    border-radius: 3px;
    cursor: pointer;
    height: 16px;
    line-height: 14px;
    width: 16px
}

.next-tree-switcher.next-line .next-tree-switcher-icon {
    color: #666;
    margin-left: 3px
}

.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 (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio:0),all and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .next-tree-switcher.next-line .next-tree-switcher-icon {
        margin-left:-1px;
        margin-right: -4px;
        -webkit-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 .next-tree-switcher-fold-icon:before {
    content: "î™•"
}

.next-tree-switcher.next-line .next-tree-switcher-unfold-icon:before {
    content: "î˜"
}

.next-tree-switcher.next-line:not(.next-disabled):hover {
    background-color: #f2f3f7;
    border-color: #a0a2ad
}

.next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
    color: #333
}

.next-tree-switcher.next-line.next-disabled {
    background-color: #fff;
    border-color: #e6e7eb;
    cursor: not-allowed
}

.next-tree-switcher.next-line.next-disabled .next-tree-switcher-icon {
    color: #ccc
}

.next-tree-switcher.next-noop-line {
    height: 16px;
    width: 16px
}

.next-tree-switcher.next-noop-line-noroot {
    border-bottom: 1px solid #c4c6cf;
    border-left: 1px solid #c4c6cf;
    height: 0
}

.next-tree-switcher.next-noop-line-noroot .next-tree-right-angle {
    bottom: -1px
}

.next-tree-switcher.next-loading.next-loading-noline {
    height: 12px;
    line-height: 12px;
    width: 12px
}

.next-tree-switcher.next-loading.next-loading-line {
    border: 1px solid transparent;
    height: 16px;
    line-height: 14px;
    width: 16px
}

.next-tree-switcher.next-loading .next-tree-switcher-icon {
    color: #5584ff
}

.next-tree-switcher.next-loading .next-tree-switcher-icon .next-icon-remote,.next-tree-switcher.next-loading .next-tree-switcher-icon:before {
    font-size: 12px;
    line-height: inherit;
    width: 12px
}

.next-tree-right-angle {
    border-bottom: 1px solid #c4c6cf;
    border-left: 1px solid #c4c6cf;
    bottom: 6.5px;
    display: block;
    height: 22px;
    left: -17.5px;
    position: absolute;
    width: 16.5px
}

.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-top: 2px
}

.next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
    background-color: #f2f3f7;
    color: #333
}

.next-tree.next-node-indent .next-tree-node-label-wrapper {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent
}

.next-tree.next-node-indent .next-tree-node-label {
    background-color: #fff;
    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: #f2f3f7;
    color: #333
}

.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
    background-color: #dee8ff;
    color: #333
}

.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;
    color: #ccc;
    cursor: not-allowed
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over .next-tree-node-label {
    background-color: #5584ff;
    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: #5584ff
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label-wrapper {
    border-bottom-color: #5584ff
}

.next-tree.next-node-block .next-tree-node-inner {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    padding-bottom: 4px;
    padding-top: 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: #f2f3f7;
    color: #333
}

.next-tree.next-node-block .next-tree-node-inner.next-selected {
    background-color: #dee8ff;
    color: #333
}

.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;
    color: #ccc;
    cursor: not-allowed
}

.next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) {
    border-left: 1px solid #c4c6cf;
    margin-left: 7.5px;
    padding-left: 15.5px
}

.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: #5584ff
}

.next-tree[dir=rtl] .next-tree-switcher {
    margin-left: 8px;
    margin-right: 0
}

.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 #c4c6cf
}

.next-tree[dir=rtl] .next-tree-right-angle {
    left: auto;
    right: -17.5px
}

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

.next-tree[dir=rtl].next-node-indent .next-tree-node .next-tree-node {
    margin-left: 0;
    margin-right: 24px
}

.next-tree-select,.next-tree-select *,.next-tree-select :after,.next-tree-select :before {
    box-sizing: border-box
}

.next-tree-select-dropdown {
    background: #fff;
    border: 1px solid #dcdee3;
    border-radius: 3px;
    box-shadow: none;
    max-height: 260px;
    overflow: auto
}

.next-tree-select-dropdown>.next-tree,.next-tree-select-dropdown>.next-tree-select-not-found,.next-tree-select-dropdown>.next-virtual-tree-container {
    padding: 8px 20px
}

.next-tree-select-not-found {
    color: #999;
    font-size: 12px
}

.next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item {
    padding: 4px 8px 4px 36px
}

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

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

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

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-progress {
    margin-left: 20px;
    margin-right: 56px
}

.next-upload,.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 {
    overflow: hidden
}

.next-upload-list,.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: #e6e7eb!important;
    color: #ccc!important
}

.next-upload.next-disabled .next-icon-close {
    cursor: not-allowed!important
}

.next-upload.next-disabled .next-upload-inner * {
    border-color: #e6e7eb!important;
    color: #ccc!important;
    cursor: not-allowed!important
}

.next-upload-list-text .next-upload-list-item {
    background-color: #f2f3f7;
    border-radius: 0;
    font-size: 12px;
    height: 40px;
    line-height: 32px;
    overflow: hidden;
    padding: 4px 36px 4px 8px;
    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;
    top: 0
}

.next-upload-list-text .next-upload-list-item .next-icon-close {
    color: #999;
    cursor: pointer;
    line-height: 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: 12px;
    line-height: inherit;
    width: 12px
}

.next-upload-list-text .next-upload-list-item:hover {
    background-color: #f2f3f7
}

.next-upload-list-text .next-upload-list-item:hover .next-icon {
    color: #666
}

.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;
    transition: all .1s linear
}

.next-upload-list-text .next-upload-list-item-size {
    color: #999;
    margin-left: 8px
}

.next-upload-list-text .next-upload-list-item-uploading {
    line-height: 16px
}

.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress {
    line-height: 0;
    padding-bottom: 4px;
    padding-top: 4px
}

.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
    height: 8px
}

.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
    height: 8px;
    margin-top: -4px
}

.next-upload-list-text .next-upload-list-item-done {
    line-height: 32px
}

.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name,.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size {
    color: #5584ff
}

.next-upload-list-text .next-upload-list-item-error {
    background-color: #ffece4!important
}

.next-upload-list-text .next-upload-list-item-error.next-upload-list-item-error-with-msg {
    line-height: 16px
}

.next-upload-list-text .next-upload-list-item-error-msg {
    color: #ff3000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next-upload-list-image .next-upload-list-item {
    background-color: #fff;
    border: 1px solid #dcdee3;
    border-radius: 0;
    box-sizing: initial;
    font-size: 12px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding: 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: #999;
    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: 12px;
    line-height: inherit;
    width: 12px
}

.next-upload-list-image .next-upload-list-item:hover {
    border-color: #5584ff
}

.next-upload-list-image .next-upload-list-item:hover .next-icon-close {
    color: #666
}

.next-upload-list-image .next-upload-list-item-name {
    color: #333;
    display: block;
    margin-left: 56px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .1s linear;
    white-space: nowrap
}

.next-upload-list-image .next-upload-list-item-size {
    color: #999;
    margin-left: 8px
}

.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: #5584ff
}

.next-upload-list-image .next-upload-list-item-thumbnail {
    background-color: #f2f3f7;
    border: 1px solid #dcdee3;
    border-radius: 0;
    box-sizing: border-box;
    color: #ccc;
    float: left;
    height: 48px;
    margin-right: 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 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;
    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;
    border-color: #ff3000!important
}

.next-upload-list-image .next-upload-list-item-uploading {
    background-color: #fff
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-name {
    height: 24px;
    line-height: 24px
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress {
    line-height: 0;
    margin-left: 56px;
    margin-right: 20px;
    padding-bottom: 8px;
    padding-top: 8px
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
    height: 8px
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
    height: 8px;
    margin-top: -4px
}

.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg,.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-name {
    height: 24px;
    line-height: 24px
}

.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
    color: #ff3000;
    margin-left: 56px;
    margin-right: 20px;
    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
}

.next-upload-list-card .next-upload-list-item-wrapper {
    background-color: transparent;
    border: 1px solid #c4c6cf;
    border-radius: 0;
    height: 100px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px
}

.next-upload-list-card .next-upload-list-item-thumbnail {
    color: #ccc;
    font-size: 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
}

.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: #666;
    display: block;
    font-size: 12px;
    margin-top: 4px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 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: 8px
}

.next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
    border-radius: 0;
    height: 8px;
    margin-top: -4px
}

.next-upload-list-card .next-upload-list-item-uploading .next-upload-list-item-wrapper {
    background-color: #f7f8fa
}

.next-upload-list-card .next-upload-list-item:hover .next-upload-tool {
    opacity: .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: #ff3000
}

.next-upload-list-card.next-upload-ie9 .next-upload-tool {
    display: table
}

.next-upload-list-card.next-upload-ie9 .next-upload-tool-item {
    display: table-cell;
    width: 1%
}

.next-upload-card,.next-upload-list-card.next-upload-ie9 .next-upload-card {
    display: table-cell
}

.next-upload-card {
    background-color: #fff;
    border: 1px dashed #c4c6cf;
    border-radius: 0;
    cursor: pointer;
    height: 100px;
    text-align: center;
    transition: border-color .1s linear;
    vertical-align: middle;
    width: 100px
}

.next-upload-card .next-icon {
    color: #c4c6cf
}

.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: "î™•"
}

.next-upload-card .next-upload-text {
    color: #666;
    font-size: 12px;
    margin-top: 12px;
    outline: none
}

.next-upload-card:hover {
    border-color: #5584ff
}

.next-upload-card:hover .next-icon,.next-upload-card:hover .next-upload-text {
    color: #5584ff
}

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

.next-upload-dragable .next-upload-drag {
    background-color: transparent;
    border: 1px dashed #c4c6cf;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 4px;
    text-align: center;
    transition: border-color .1s linear
}

.next-upload-dragable .next-upload-drag-icon {
    color: #666;
    margin: 20px 0 0
}

.next-upload-dragable .next-upload-drag-icon .next-upload-drag-upload-icon:before {
    content: "îŸ®";
    font-size: 24px
}

.next-upload-dragable .next-upload-drag-text {
    color: #666;
    font-size: 14px;
    margin: 12px 0 0
}

.next-upload-dragable .next-upload-drag-hint {
    color: #999;
    font-size: 12px;
    margin: 4px 0 20px
}

.next-upload-dragable .next-upload-drag-over {
    border-color: #5584ff
}

.next-shell {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all .2s ease
}

.next-shell,.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: -webkit-sticky;
    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: initial;
    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;
    -webkit-transform: translate(100%,-50%);
    transform: translate(100%,-50%)
}

.next-shell-aside .ancillary-trigger {
    border-right: 0;
    left: 1px;
    outline: 0;
    -webkit-transform: translate(-100%,-50%);
    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
}

.next-shell-light .next-shell-aside .local-nav-trigger {
    background: #e2e4e8
}

.next-shell-light .next-shell-aside .ancillary-trigger {
    background: #fff
}

.next-shell-light .next-shell-header {
    background: #fff;
    border-bottom: 1px solid #e6e7eb;
    box-shadow: none;
    color: #000;
    height: 52px;
    padding: 0 16px
}

.next-shell-light .next-shell-header .next-shell-navigation {
    height: 52px;
    justify-content: flex-end;
    line-height: 52px;
    margin: 0 48px
}

.next-shell-light .next-shell-task-header {
    background: #fff;
    border-bottom: 1px solid #e6e7eb;
    box-shadow: none;
    min-height: 40px;
    overflow: auto;
    padding: 0;
    width: 100%
}

.next-shell-light .next-shell-main {
    background: #ebecf0
}

.next-shell-light .next-shell-main .next-shell-appbar {
    background: #fff;
    border-bottom: 1px solid #e6e7eb;
    box-shadow: none;
    min-height: 48px;
    padding: 0 24px
}

.next-shell-light .next-shell-main .next-shell-content {
    padding: 20px
}

.next-shell-light .next-shell-main .next-shell-footer {
    background: transparent;
    color: #ccc;
    font-size: 14px;
    min-height: 56px
}

.next-shell-light .next-shell-aside.next-shell-navigation {
    background: #fff;
    border-right: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 168px
}

.next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
    width: 60px
}

.next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse {
    width: 0
}

.next-shell-light .next-shell-aside.next-shell-tooldock {
    background: #e2e4e8;
    border-left: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 52px
}

.next-shell-light .next-shell-aside .next-shell-tooldockitem {
    background: transparent;
    color: #666;
    padding: 8px 0
}

.next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
    background: #ebecf0;
    color: #333
}

.next-shell-light .next-shell-aside .next-shell-localnavigation {
    background: #e2e4e8;
    border-right: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 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;
    border-left: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 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
}

.next-shell-dark .next-shell-aside .local-nav-trigger {
    background: #e2e4e8
}

.next-shell-dark .next-shell-aside .ancillary-trigger {
    background: #fff
}

.next-shell-dark .next-shell-header {
    background: #000;
    border-bottom: 1px solid #1f1f1f;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    color: #fff;
    height: 52px;
    padding: 0 16px
}

.next-shell-dark .next-shell-header .next-shell-navigation {
    height: 52px;
    justify-content: flex-end;
    line-height: 52px;
    margin: 0 48px
}

.next-shell-dark .next-shell-task-header {
    background: #fff;
    border-bottom: 1px solid #e6e7eb;
    box-shadow: none;
    min-height: 40px;
    overflow: auto;
    padding: 0;
    width: 100%
}

.next-shell-dark .next-shell-main {
    background: #ebecf0
}

.next-shell-dark .next-shell-main .next-shell-appbar {
    background: #fff;
    border-bottom: 1px solid #e6e7eb;
    box-shadow: none;
    min-height: 48px;
    padding: 0 24px
}

.next-shell-dark .next-shell-main .next-shell-content {
    padding: 20px
}

.next-shell-dark .next-shell-main .next-shell-footer {
    background: transparent;
    color: #ccc;
    font-size: 14px;
    min-height: 56px
}

.next-shell-dark .next-shell-aside.next-shell-navigation {
    background: #333;
    border-right: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 168px
}

.next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
    width: 60px
}

.next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse {
    width: 0
}

.next-shell-dark .next-shell-aside.next-shell-tooldock {
    background: #e2e4e8;
    border-left: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 52px
}

.next-shell-dark .next-shell-aside .next-shell-tooldockitem {
    background: transparent;
    color: #666;
    padding: 8px 0
}

.next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
    background: #ebecf0;
    color: #333
}

.next-shell-dark .next-shell-aside .next-shell-localnavigation {
    background: #e2e4e8;
    border-right: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 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;
    border-left: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 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: #5584ff
}

.next-shell-brand .next-shell-aside .local-nav-trigger {
    background: #e2e4e8
}

.next-shell-brand .next-shell-aside .ancillary-trigger {
    background: #fff
}

.next-shell-brand .next-shell-header {
    background: #5584ff;
    border-bottom: 1px solid #e6e7eb;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    color: #fff;
    height: 52px;
    padding: 0 16px
}

.next-shell-brand .next-shell-header .next-shell-navigation {
    height: 52px;
    justify-content: flex-end;
    line-height: 52px;
    margin: 0 48px
}

.next-shell-brand .next-shell-task-header {
    background: #fff;
    border-bottom: 1px solid #e6e7eb;
    box-shadow: none;
    min-height: 40px;
    overflow: auto;
    padding: 0;
    width: 100%
}

.next-shell-brand .next-shell-main {
    background: #ebecf0
}

.next-shell-brand .next-shell-main .next-shell-appbar {
    background: #fff;
    border-bottom: 1px solid #e6e7eb;
    box-shadow: none;
    min-height: 48px;
    padding: 0 24px
}

.next-shell-brand .next-shell-main .next-shell-content {
    padding: 20px
}

.next-shell-brand .next-shell-main .next-shell-footer {
    background: transparent;
    color: #ccc;
    font-size: 14px;
    min-height: 56px
}

.next-shell-brand .next-shell-aside.next-shell-navigation {
    background: #fff;
    border-right: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 168px
}

.next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
    width: 60px
}

.next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse {
    width: 0
}

.next-shell-brand .next-shell-aside.next-shell-tooldock {
    background: #e2e4e8;
    border-left: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 52px
}

.next-shell-brand .next-shell-aside .next-shell-tooldockitem {
    background: transparent;
    color: #666;
    padding: 8px 0
}

.next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
    background: #ebecf0;
    color: #333
}

.next-shell-brand .next-shell-aside .next-shell-localnavigation {
    background: #e2e4e8;
    border-right: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 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;
    border-left: 1px solid #e6e7eb;
    box-shadow: none;
    padding: 8px 0;
    width: 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;
    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 {
    -webkit-transform: translateX(-100%);
    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 {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

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

@-webkit-keyframes NotificationFadeOut {
    0% {
        margin-bottom: 16px;
        max-height: 150px;
        opacity: 1
    }

    to {
        margin-bottom: 0;
        max-height: 0;
        opacity: 0;
        padding-bottom: 0;
        padding-top: 0
    }
}

@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: #333
}

.next-typography-title {
    font-weight: 600;
    margin-bottom: .5em
}

.next-typography+.next-typography-title {
    margin-top: 1.2em
}

.next-typography-paragraph {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1em
}

.next-typography mark {
    background: #ffe6bd;
    color: #333;
    padding: 0
}

.next-typography strong {
    font-weight: 600
}

.next-typography code {
    background-color: #f2f3f7;
    border: 1px solid #e6e7eb;
    border-radius: 3px;
    color: #333;
    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,.next-typography a:visited {
    color: #5584ff
}

.next-typography a:hover {
    color: #3e71f7
}

.next-typography a:active {
    color: #3e71f7;
    text-decoration: underline
}

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

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

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

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

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

.next-divider {
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    background: #dcdee3;
    border-collapse: initial;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0
}

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

.next-divider-hoz {
    clear: both;
    display: block;
    height: 1px;
    margin: 16px 0;
    min-width: 100%;
    width: 100%
}

.next-divider-ver {
    background: #dcdee3;
    display: inline-block;
    height: .9em;
    margin: 0 8px;
    position: relative;
    top: -.06em;
    vertical-align: middle;
    width: 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: #333;
    display: table;
    font-size: 16px;
    font-weight: 400;
    margin: 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 #dcdee3;
    content: "";
    display: table-cell;
    top: 50%;
    -webkit-transform: translateY(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
}

.next-divider-hoz.next-divider-with-text-left:before {
    top: 50%;
    width: 5%
}

.next-divider-hoz.next-divider-with-text-left:after,.next-divider-hoz.next-divider-with-text-right:before {
    top: 50%;
    width: 95%
}

.next-divider-hoz.next-divider-with-text-right:after {
    top: 50%;
    width: 5%
}

.next-divider-inner-text {
    display: inline-block;
    padding: 0 16px
}

.next-divider-dashed {
    background: none;
    border: dashed #dcdee3;
    border-width: 1px 0 0
}

.next-divider-dashed.next-divider-ver {
    border-width: 0 0 0 1px
}

.next-box {
    display: flex
}

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

.next-table {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 1px solid #dcdee3;
    border-top: 1px solid #dcdee3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    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
}

.next-table .next-table-header tr:first-child th:last-child {
    border-top-right-radius: 0
}

.next-table .next-table-header tr:last-child th:first-child {
    border-bottom-left-radius: 0
}

.next-table .next-table-header tr:last-child th:last-child {
    border-bottom-right-radius: 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 .next-table-prerow .next-table-cell-wrapper,.next-table.next-table-small td .next-table-cell-wrapper,.next-table.next-table-small th .next-table-cell-wrapper {
    padding: 8px
}

.next-table table {
    background: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-collapse: initial;
    border-spacing: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%
}

.next-table table tr:first-child td {
    border-top-width: 0
}

.next-table th {
    background: #ebecf0;
    border-bottom: 1px solid #dcdee3;
    border-right: 1px solid #dcdee3;
    color: #333;
    font-weight: 400;
    padding: 0;
    text-align: left
}

.next-table th .next-table-cell-wrapper {
    overflow: hidden;
    padding: 12px 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
}

.next-table-header-resizable .next-table-resize-handler:hover:after {
    background: #5584ff;
    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 #dcdee3;
    border-right: 1px solid #dcdee3;
    padding: 0
}

.next-table td .next-table-cell-wrapper {
    overflow: hidden;
    padding: 12px 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: "î˜™"
}

.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: "î˜½"
}

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

.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-body tr td:last-child,.next-table.only-bottom-border .next-table-header tr th:last-child {
    border-right-width: 0
}

.next-table-loading {
    display: block;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";
    opacity: .7;
    pointer-events: none
}

.next-table-loading .next-table-loading-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.next-table.zebra tr:nth-child(odd) td {
    background: #fff
}

.next-table.zebra tr:nth-child(2n) td {
    background: #f7f8fa
}

.next-table.zebra .next-table-cell.hovered,.next-table.zebra .next-table-row.hovered td,.next-table.zebra .next-table-row.selected td {
    background: #f2f3f7;
    color: #333
}

.next-table-empty {
    color: #a0a2ad;
    padding: 32px 0;
    text-align: center
}

.next-table-expanded-row>td {
    border-width: 0 0 1px
}

.next-table-expanded-row>td:first-child {
    border-left-width: 1px
}

.next-table-expanded-row>td:last-child {
    border-right-width: 1px
}

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

.next-table-expanded-row .next-table {
    border-left: 0;
    border-top: 0
}

.next-table-expanded-row .next-table td,.next-table-expanded-row .next-table th {
    border-right: 1px solid #dcdee3
}

.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;
    color: #333;
    transition: all .1s linear
}

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

.next-table-cell.hovered,.next-table-row.hovered,.next-table-row.selected {
    background: #f2f3f7;
    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;
    overflow: auto
}

.next-table-column-resize-proxy {
    border-left: 2px solid #5584ff;
    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-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 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;
    position: relative
}

.next-table-fixed {
    border-bottom: 1px solid #dcdee3;
    border-right: 1px solid #dcdee3
}

.next-table-fixed table {
    table-layout: fixed
}

.next-table-fixed .next-table-header {
    background: #ebecf0
}

.next-table-fixed table tr td:first-child,.next-table-fixed table tr th:first-child {
    border-left-width: 0
}

.next-table-fixed .next-table-header th {
    border-top-width: 0
}

.next-table-fixed .next-table-header tr th:last-child {
    border-right-width: 0
}

.next-table-fixed .next-table-body td {
    border-top-width: 0
}

.next-table-fixed .next-table-body tr:last-child td {
    border-bottom-width: 0
}

.next-table-fixed .next-table-body tr td:last-child {
    border-right-width: 0
}

.next-table-fixed.only-bottom-border .next-table-body tr:last-child td {
    border-bottom-width: 1px
}

.next-table-fixed.next-table-group table tr td:first-child,.next-table-fixed.next-table-group table tr th:first-child {
    border-left-width: 1px
}

.next-table-fixed.next-table-group .next-table-header th {
    border-top-width: 1px
}

.next-table-fixed.next-table-group .next-table-header tr th:last-child {
    border-right-width: 1px
}

.next-table-fixed.next-table-group .next-table-body td {
    border-top-width: 1px
}

.next-table-fixed.next-table-group .next-table-body tr:last-child td {
    border-bottom-width: 1px
}

.next-table-fixed.next-table-group .next-table-body tr td:last-child,.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
}

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

.next-table-group .next-table-body table {
    border-left: 1px solid #dcdee3;
    border-top: 1px solid #dcdee3;
    margin-bottom: 8px
}

.next-table-group .next-table-body table tr:first-child td {
    border-top-width: 1px
}

.next-table-group .next-table-body table:last-of-type {
    margin-bottom: 0
}

.next-table-group .next-table-header table {
    border-left: 1px solid #dcdee3;
    border-top: 1px solid #dcdee3
}

.next-table-group .next-table-group-header td {
    background: #ebecf0;
    color: #333
}

.next-table-group .next-table-group-header td:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.next-table-group .next-table-group-header td:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.next-table-group .next-table-group-footer td {
    background: #ebecf0;
    color: #333
}

.next-table-group .next-table-group-footer td:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.next-table-group .next-table-group-footer td:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.next-table-group .next-table-row.hovered,.next-table-group .next-table-row.selected {
    background: #fff;
    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-top-right-radius: 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-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 {
    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-lock-right.shadow {
    box-shadow: -2px 0 3px rgba(0,0,0,.12)
}

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

.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: #333;
    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: #5584ff
}

.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: #333
}

.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: #5584ff
}

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

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

.next-table-expanded-ctrl {
    cursor: pointer
}

.next-table-expanded-ctrl:focus {
    outline: 0
}

.next-table-expanded-ctrl.disabled {
    color: #999
}

.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: "î˜"
}

.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: "î™•"
}

.next-table-fix-left,.next-table-fix-right {
    background: inherit;
    background-clip: padding-box;
    position: -webkit-sticky;
    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;
    box-shadow: inset 10px 0 8px -8px rgba(0,0,0,.15);
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    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;
    box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    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;
    -webkit-transform: translateX(-100%);
    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 td,.next-table[dir=rtl].only-bottom-border .next-table-expanded-row th {
    border-width: 0 0 1px
}

.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-right-width: 0
}

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

.next-calendar2,.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 {
    background: #fff;
    font-size: 12px;
    -webkit-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;
    min-width: 24px;
    outline: none;
    position: relative
}

.next-calendar2-cell-disabled:before {
    background: #f7f8fa;
    color: #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: #999;
    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: #666
}

.next-calendar2-card .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner,.next-calendar2-panel .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner {
    background: #f2f3f7
}

.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner,.next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
    color: #5584ff
}

.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner,.next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
    background: #5584ff;
    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 {
    border-top: 2px solid #e6e7eb;
    height: 80px;
    margin: 0 4px;
    padding: 4px 8px 0
}

.next-calendar2-fullscreen td .next-calendar2-cell-inner {
    border-top: 2px solid #e6e7eb;
    height: 80px
}

.next-calendar2-fullscreen .next-calendar2-cell-disabled .next-calendar2-cell-inner {
    background: #f7f8fa;
    color: #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: #666
}

.next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover .next-calendar2-cell-inner {
    background-color: #f2f3f7
}

.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-today .next-calendar2-cell-inner {
    color: #5584ff
}

.next-calendar2-fullscreen .next-calendar2-cell-current .next-calendar2-cell-inner {
    background-color: #fff
}

.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
    background: #dee8ff;
    border-top-color: #5584ff;
    color: #5584ff;
    font-weight: 700
}

.next-calendar2-card .next-calendar2-header {
    border-bottom: 1px solid #e6e7eb;
    padding: 8px
}

.next-calendar2-panel .next-calendar2-header {
    align-items: center;
    border-bottom: 1px solid #e6e7eb;
    display: flex;
    padding: 0 8px
}

.next-calendar2-panel .next-calendar2-header-btn {
    border-radius: 2px;
    color: #666;
    font-family: inherit;
    line-height: 20px;
    min-width: 20px;
    vertical-align: initial
}

.next-calendar2-panel .next-calendar2-header-btn>span,.next-calendar2-panel .next-calendar2-header-text-field {
    color: #333;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    vertical-align: initial
}

.next-calendar2-panel .next-calendar2-header-btn:hover,.next-calendar2-panel .next-calendar2-header-btn:hover>span {
    color: #5584ff
}

.next-calendar2-panel .next-calendar2-header-left-btn:hover,.next-calendar2-panel .next-calendar2-header-right-btn:hover {
    background: #f2f3f7
}

.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-time-picker2-menu {
    float: left;
    padding: 8px 0;
    text-align: center
}

.next-time-picker2-menu:not(:last-child) {
    border-right: 1px solid #dcdee3
}

.next-time-picker2-menu-title {
    background: #fff;
    color: #999;
    cursor: default;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    line-height: 28px
}

.next-time-picker2-menu ul {
    -ms-overflow-style: none;
    font-size: 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: #666;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    outline: none;
    transition: background .1s linear;
    -webkit-user-select: none;
    user-select: none
}

.next-time-picker2-menu-item:hover {
    background: #f2f3f7;
    color: #333
}

.next-time-picker2-menu-item.next-selected {
    background: #dee8ff;
    color: #666
}

.next-time-picker2-menu-item.next-disabled {
    background: #f7f8fa;
    color: #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 #dcdee3
}

.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: -webkit-min-content;
    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 #dcdee3;
    border-right: none
}

.next-time-picker2 {
    display: inline-block
}

.next-time-picker2,.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: 1px solid #dcdee3;
    border-radius: 3px;
    box-shadow: none;
    display: block;
    overflow: hidden
}

.next-time-picker2-symbol-clock-icon:before {
    content: "î˜¡"
}

.next-time-picker2-input {
    align-items: center;
    border: 1px solid #c4c6cf;
    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: 3px;
    height: 20px
}

.next-time-picker2-input.next-time-picker2-input-small .next-input-label {
    font-size: 12px;
    padding-left: 8px
}

.next-time-picker2-input.next-time-picker2-input-small .next-input-inner {
    font-size: 12px
}

.next-time-picker2-input.next-time-picker2-input-small .next-input-control,.next-time-picker2-input.next-time-picker2-input-small .next-input-inner-text {
    padding-right: 4px
}

.next-time-picker2-input.next-time-picker2-input-small input {
    font-size: 12px;
    height: 18px;
    line-height: 18px \0;
    padding: 0 4px
}

.next-time-picker2-input.next-time-picker2-input-small input::-webkit-input-placeholder {
    font-size: 12px
}

.next-time-picker2-input.next-time-picker2-input-small input::placeholder {
    font-size: 12px
}

.next-time-picker2-input.next-time-picker2-input-small .next-input-text-field {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 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 3px 3px 0
}

.next-time-picker2-input.next-time-picker2-input-medium {
    border-radius: 3px;
    height: 28px
}

.next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
    font-size: 12px;
    padding-left: 8px
}

.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
    font-size: 12px
}

.next-time-picker2-input.next-time-picker2-input-medium .next-input-control,.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner-text {
    padding-right: 8px
}

.next-time-picker2-input.next-time-picker2-input-medium input {
    font-size: 12px;
    height: 26px;
    line-height: 26px \0;
    padding: 0 8px
}

.next-time-picker2-input.next-time-picker2-input-medium input::-webkit-input-placeholder {
    font-size: 12px
}

.next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
    font-size: 12px
}

.next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 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: 12px;
    line-height: inherit;
    width: 12px
}

.next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
    border-radius: 0 3px 3px 0
}

.next-time-picker2-input.next-time-picker2-input-large {
    border-radius: 3px;
    height: 40px
}

.next-time-picker2-input.next-time-picker2-input-large .next-input-label {
    font-size: 16px;
    padding-left: 12px
}

.next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
    font-size: 16px
}

.next-time-picker2-input.next-time-picker2-input-large .next-input-control,.next-time-picker2-input.next-time-picker2-input-large .next-input-inner-text {
    padding-right: 8px
}

.next-time-picker2-input.next-time-picker2-input-large input {
    font-size: 16px;
    height: 38px;
    line-height: 38px \0;
    padding: 0 12px
}

.next-time-picker2-input.next-time-picker2-input-large input::-webkit-input-placeholder {
    font-size: 16px
}

.next-time-picker2-input.next-time-picker2-input-large input::placeholder {
    font-size: 16px
}

.next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 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 3px 3px 0
}

.next-time-picker2-input:hover {
    background-color: #fff;
    border-color: #a0a2ad
}

.next-time-picker2-input.next-time-picker2-input-focus {
    background-color: #fff;
    border-color: #5584ff;
    box-shadow: 0 0 0 2px rgba(85,132,255,.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: #f7f8fa;
    border-color: #e6e7eb;
    color: #ccc;
    cursor: not-allowed
}

.next-time-picker2-input.next-time-picker2-input-disabled:hover {
    background-color: #f7f8fa;
    border-color: #e6e7eb
}

.next-time-picker2-input-separator {
    color: #c4c6cf;
    display: inline-block;
    font-size: 12px;
    min-width: 16px;
    text-align: center
}

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

.next-date-picker2-footer {
    align-items: center;
    border-top: 1px solid #e6e7eb;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    min-height: 40px;
    min-width: 100%;
    padding: 4px 12px;
    position: relative;
    text-align: center;
    width: -webkit-min-content;
    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%
}

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 #e6e7eb
}

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 #3e71f7;
    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 #3e71f7;
    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 #3e71f7;
    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 #3e71f7;
    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 #3e71f7;
    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 #3e71f7;
    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 #e6e7eb;
    border-radius: 3px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.12)
}

.next-date-picker2-wrapper .next-calendar2-panel {
    border-radius: 3px
}

.next-date-picker2-wrapper .next-calendar2-body {
    width: 272px
}

.next-date-picker2-wrapper .next-calendar2-cell:before {
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-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;
    border: 1px solid #c4c6cf;
    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%;
    width: auto
}

.next-date-picker2-input.next-date-picker2-input-small {
    border-radius: 3px;
    height: 20px
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-label {
    font-size: 12px;
    padding-left: 8px
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
    font-size: 12px
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-control,.next-date-picker2-input.next-date-picker2-input-small .next-input-inner-text {
    padding-right: 4px
}

.next-date-picker2-input.next-date-picker2-input-small input {
    font-size: 12px;
    height: 18px;
    line-height: 18px \0;
    padding: 0 4px
}

.next-date-picker2-input.next-date-picker2-input-small input::-webkit-input-placeholder {
    font-size: 12px
}

.next-date-picker2-input.next-date-picker2-input-small input::placeholder {
    font-size: 12px
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 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 3px 3px 0
}

.next-date-picker2-input.next-date-picker2-input-medium {
    border-radius: 3px;
    height: 28px
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
    font-size: 12px;
    padding-left: 8px
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
    font-size: 12px
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-control,.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner-text {
    padding-right: 8px
}

.next-date-picker2-input.next-date-picker2-input-medium input {
    font-size: 12px;
    height: 26px;
    line-height: 26px \0;
    padding: 0 8px
}

.next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
    font-size: 12px
}

.next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
    font-size: 12px
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 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: 12px;
    line-height: inherit;
    width: 12px
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
    border-radius: 0 3px 3px 0
}

.next-date-picker2-input.next-date-picker2-input-large {
    border-radius: 3px;
    height: 40px
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-label {
    font-size: 16px;
    padding-left: 12px
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
    font-size: 16px
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-control,.next-date-picker2-input.next-date-picker2-input-large .next-input-inner-text {
    padding-right: 8px
}

.next-date-picker2-input.next-date-picker2-input-large input {
    font-size: 16px;
    height: 38px;
    line-height: 38px \0;
    padding: 0 12px
}

.next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
    font-size: 16px
}

.next-date-picker2-input.next-date-picker2-input-large input::placeholder {
    font-size: 16px
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 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 3px 3px 0
}

.next-date-picker2-input:hover {
    background-color: #fff;
    border-color: #a0a2ad
}

.next-date-picker2-input.next-date-picker2-input-focus {
    background-color: #fff;
    border-color: #5584ff;
    box-shadow: 0 0 0 2px rgba(85,132,255,.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: #f7f8fa;
    border-color: #e6e7eb;
    color: #ccc;
    cursor: not-allowed
}

.next-date-picker2-input.next-date-picker2-input-disabled:hover {
    background-color: #f7f8fa;
    border-color: #e6e7eb
}

.next-date-picker2-input-separator {
    color: #c4c6cf;
    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: #e6e7eb #e6e7eb transparent transparent;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 10px;
    margin-left: 16.5px;
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    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;
    -webkit-transform: translateY(50%) rotate(135deg);
    transform: translateY(50%) rotate(135deg)
}

.next-date-time-picker-wrapper {
    border-left: 1px solid #e6e7eb
}

.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: #f7f8fa;
    color: #ccc
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected:before {
    background: #dee8ff;
    color: #666
}

.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: #666
}

.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: #5584ff;
    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: #3e71f7 transparent;
    border-style: dashed;
    border-width: 1px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-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 #3e71f7;
    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 #3e71f7;
    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 {
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #3e71f7;
    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 #3e71f7;
    border-top: 1px dashed #3e71f7;
    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 #3e71f7;
    border-top: 1px dashed #3e71f7;
    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 #3e71f7;
    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: #f2f3f7
}

.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: #dee8ff;
    color: #666
}

.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: #5584ff;
    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
}

.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):last-child .next-calendar2-cell-inner,.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):nth-child(2) .next-calendar2-cell-inner {
    background-color: #dee8ff;
    color: #666
}

.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: #5584ff;
    color: #fff
}

@font-face {
    font-family: DarazMedium;
    src: url(https://g.alicdn.com/daraz-fe/seller-center/0.0.3/Daraz-Medium-web-1.0.woff2)
}

@font-face {
    font-family: DarazBold;
    src: url(https://g.alicdn.com/daraz-fe/seller-center/0.0.3/Daraz-Bold-web-1.0.woff2)
}

@font-face {
    font-family: PublicSans;
    font-weight: 400;
    src: url(https://g.alicdn.com/daraz-fe/seller-center/0.0.3/PublicSans-Regular.ttf)
}

@font-face {
    font-family: PublicSansBold;
    font-weight: 700;
    src: url(https://g.alicdn.com/daraz-fe/seller-center/0.0.3/PublicSans-SemiBold.ttf)
}

* {
    box-sizing: border-box;
    color: #141414;
    font-family: PublicSans;
    font-size: 14px;
    margin: 0;
    padding: 0
}

img {
    pointer-events: none
}

.positionAnchorPoint {
    position: relative
}

.flexCenterCenter {
    align-items: center
}

.flexCenterCenter,.flexTopCenter {
    display: flex;
    justify-content: center
}

.flexTopCenter {
    align-items: flex-start
}

.flexBottomCenter {
    align-items: flex-end;
    display: flex;
    justify-content: center
}

.flexCenterLeft {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.flexTopBetween {
    justify-content: space-between
}

.flexTopAround,.flexTopBetween {
    align-items: flex-start;
    display: flex
}

.flexTopAround {
    justify-content: space-around
}

.flexCenterBetween {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.baseWidthStyle {
    flex-shrink: 0;
    width: 1200px
}

.NewSellerLogin {
    min-width: 1200px;
    overflow: auto;
    position: relative
}

.NewSellerLogin .topSideContent {
    padding: 28px 0;
    background-color: #394868;
}

.NewSellerLogin .topSideContent .topSideArea {
    display: flex;
    justify-content: space-between
}

.NewSellerLogin .topSideContent .topSideArea .logoImageStyle {
    height: 50px;
    margin-left: 24px;
    margin-right: 10px
}

.NewSellerLogin .topSideContent .topSideArea .countryArea {
    cursor: pointer
}

.NewSellerLogin .topSideContent .topSideArea .countryArea .downArrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #141414;
    display: inline-block;
    height: 0;
    margin-left: 5px;
    width: 0
}

.NewSellerLogin .topSideContent .topSideArea .countryArea .countryContent {
    margin-left: 10px
}

.NewSellerLogin .topSideContent .topSideArea .countryArea .countryContent .languageIconStyle {
    margin-right: 10px;
    width: 18px
}

.NewSellerLogin .topSideContent .topSideArea .countryArea .countryContent .countryIconStyle {
    margin-right: 10px;
    width: 30px
}

.NewSellerLogin .topSideContent .topSideArea .countryArea .countryContent .countryTextStyle {
    color: #26425f;
    font-family: Helvetica Neue
}

.NewSellerLogin .topSideContent .topSideArea .accountContent {
    margin-right: 10px
}

.NewSellerLogin .topSideContent .topSideArea .accountContent .accountLabelContent {
    margin-right: 10px;
    position: relative
}

.NewSellerLogin .topSideContent .topSideArea .accountContent .accountLabelContent .accountLabelTextContent {
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px
}

.NewSellerLogin .topSideContent .topSideArea .accountContent .accountLabelContent .accountLabelInputContent {
    width: 190px
}

.NewSellerLogin .topSideContent .topSideArea .accountContent .accountLabelContent .accountLabelInputContent .rightLoginAreaCountryCodeStyle {
    color: white;
    flex-shrink: 0;
    margin-right: 5px
}

.NewSellerLogin .topSideContent .topSideArea .accountContent .accountLabelContent .accountLabelInputContent .accountInputStyle {
    border: 1px solid #white;
    border-radius: 6px;
    color: #white;
    height: 32px;
    padding: 0 15px;
    width: 100%
}

.NewSellerLogin .topSideContent .topSideArea .accountContent .accountLabelContent .accountLabelInputContent .accountInputErrorStyle {
    border: 1px solid red
}

.NewSellerLogin .topSideContent .topSideArea .accountContent .accountLabelContent .accountLabelInputContent .accountInputErrorContent {
    color: red;
    font-size: 10px;
    line-height: 12px;
    margin-top: 6px;
    padding: 0 10px
}

.NewSellerLogin .topSideContent .topSideArea .accountContent .accountLabelContent .accountLabelInputContent .accountInputErrorContent2 {
    width: 190px
}

.NewSellerLogin .topSideContent .topSideArea .accountContent .forgetPasswordStyle {
    bottom: -20px;
    color: white;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    text-decoration-line: underline
}

.NewSellerLogin .topSideContent .topSideArea .loginButtonContent {
    margin-top: 14px
}

.NewSellerLogin .topSideContent .topSideArea .loginButtonContent .loginButtonStyle {
    background: #f39910;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    width: 105px
}

.NewSellerLogin .topSideContent .topSideArea .loginButtonContent .loginButtonStyle .loginGifStyle {
    height: 30px;
    margin-right: 10px
}

.NewSellerLogin .topSideContent .topSideArea .loginButtonContent .middleTextStyle {
    color: white;
    font-size: 15px;
    margin: 0 8px
}

.NewSellerLogin .topSideContent .topSideArea .loginButtonContent .fbButtonStyle {
    background: #fff;
    border: 1px solid #858b9c;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    width: 108px
}

.NewSellerLogin .topSideContent .topSideArea .loginButtonContent .fbButtonStyle .fbIconStyle {
    margin-right: 10px;
    width: 26px
}

.NewSellerLogin .registerAndBannerContent {
    background-color: #f39910;
    padding-bottom: 45px;
    width: 100%
}

.NewSellerLogin .registerAndBannerContent .bigTitleStyle {
    color: #fff;
    font-family: DarazBold;
    font-size: 96px;
    font-weight: 700;
    line-height: 100px;
    margin-left: 0;
    margin-top: 45px;
    width: 600px
}

.NewSellerLogin .registerAndBannerContent .bigSubTitleStyle {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 0;
    margin-top: 20px;
    width: 550px
}

.NewSellerLogin .registerAndBannerContent .bigSubTitleImgStyle {
    position: absolute
}

.NewSellerLogin .registerAndBannerContent .globalSellerContent {
    margin-right: 0;
    margin-top: 40px
}

.NewSellerLogin .registerAndBannerContent .globalSellerContent .globalSellerTextStyle {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 15px
}

.NewSellerLogin .registerAndBannerContent .globalSellerContent .globalSellerButtonStyle {
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    padding: 8px
}

.NewSellerLogin .registerAndBannerContent .registerInputErrorContent {
    color: red;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    padding: 0 10px
}

.NewSellerLogin .registerAndBannerContent .registerContent {
    background: #f7f7f7;
    border-radius: 16px;
    margin-right: 0;
    margin-top: 18px;
    padding: 15px 50px 30px;
    width: 500px
}

.NewSellerLogin .registerAndBannerContent .registerContent .registerContentTitleStyle {
    color: #000;
    font-size: 36px;
    line-height: 56px;
    text-align: center
}

.NewSellerLogin .registerAndBannerContent .registerContent .registerContentSubTitleStyle {
    color: #999;
    font-size: 16px;
    line-height: 17px;
    margin-top: 5px;
    text-align: center
}

.NewSellerLogin .registerAndBannerContent .registerContent .verifyPhoneContent .verifyPhoneInputContent {
    position: relative
}

.NewSellerLogin .registerAndBannerContent .registerContent .verifyPhoneContent .verifyPhoneInputContent .accountLabelInputCountryCodeStyle {
    color: white;
    left: 16px;
    position: absolute;
    top: 19px
}

.NewSellerLogin .registerAndBannerContent .registerContent .verifyCodeContent .verifyPhoneInputContent2 {
    position: relative
}

.NewSellerLogin .registerAndBannerContent .registerContent .verifyCodeContent .verifyPhoneInputContent2 .accountLabelInputCountryCodeStyle2 {
    color: white;
    left: 16px;
    position: absolute;
    top: 31px
}

.NewSellerLogin .registerAndBannerContent .registerContent .verifyCodeContent .marginStyle {
    margin-top: 19px
}

.NewSellerLogin .registerAndBannerContent .registerContent .verifyCodeContent .marginStyle2 {
    margin-top: 15px
}

.NewSellerLogin .registerAndBannerContent .registerContent .verifyCodeContent .sendCodeContent {
    position: relative
}

.NewSellerLogin .registerAndBannerContent .registerContent .verifyCodeContent .sendCodeContent .sendButtonStyle {
    color: #979797;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    right: 13px;
    top: 17px
}

.NewSellerLogin .registerAndBannerContent .registerContent .inputTitleStyle {
    color: white;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 16px
}

.NewSellerLogin .registerAndBannerContent .registerContent .inputCountryComponentStyle {
    background: #fff;
    border: 1px solid #6c7778;
    border-radius: 6px;
    color: #141414;
    height: 40px;
    margin-top: 7px;
    padding: 0 16px 0 55px;
    width: 100%
}

.NewSellerLogin .registerAndBannerContent .registerContent .inputComponentStyle {
    background: #fff;
    border: 1px solid #6c7778;
    border-radius: 6px;
    color: #141414;
    height: 40px;
    margin-top: 7px;
    padding: 0 16px;
    width: 100%
}

.NewSellerLogin .registerAndBannerContent .registerContent .inputCountryCodeComponentStyle {
    background: #fff;
    border: 1px solid #6c7778;
    border-radius: 6px;
    color: #141414;
    height: 40px;
    margin-top: 7px;
    padding: 0 16px 0 52px;
    width: 100%
}

.NewSellerLogin .registerAndBannerContent .registerContent .inputComponentErrorStyle {
    border: 1px solid red
}

.NewSellerLogin .registerAndBannerContent .registerContent .baxiaDragContent {
    margin-top: 7px;
    width: 100%
}

.NewSellerLogin .registerAndBannerContent .registerContent .inputSubTitleStyle {
    color: #979797;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: -2px;
    margin-top: 4px
}

.NewSellerLogin .registerAndBannerContent .createAccountButtonStyle {
    background: #f39910;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    margin-top: 34px;
    width: 100%
}

.NewSellerLogin .registerAndBannerContent .termsContent {
    margin-top: 12px
}

.NewSellerLogin .registerAndBannerContent .termsContent .termsTextStyle {
    color: #333;
    font-size: 10px;
    line-height: 14px
}

.NewSellerLogin .registerAndBannerContent .termsContent .underlineStyle {
    cursor: pointer;
    text-decoration: underline
}

.NewSellerLogin .registerAndBannerContent .orCutOffContent {
    margin-top: 32px
}

.NewSellerLogin .registerAndBannerContent .orCutOffContent .cutOffStyle {
    background: #d0d0d0;
    height: 2px;
    width: 122px
}

.NewSellerLogin .registerAndBannerContent .orCutOffContent .orStyle {
    color: #878787;
    font-size: 12px
}

.NewSellerLogin .registerAndBannerContent .fbSignUpButtonContent {
    background: #fff;
    border: 1px solid #858b9c;
    border-radius: 6px;
    cursor: pointer;
    height: 40px;
    margin-top: 15px;
    width: 100%
}

.NewSellerLogin .registerAndBannerContent .fbSignUpButtonContent .fbSignUpIconStyle {
    margin-right: 7px;
    width: 26px
}

.NewSellerLogin .registerAndBannerContent .fbSignUpButtonContent .fbSignUpButtonStyle {
    color: white;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px
}

.NewSellerLogin .whySellOnDarazContent {
    margin-top: 75px
}

.NewSellerLogin .whySellOnDarazContent .whySellOnDarazTitleStyle {
    color: #000;
    font-size: 62px;
    line-height: 56px;
    margin-bottom: 44px
}

.NewSellerLogin .whySellOnDarazContent .whySellOnDarazPointContent {
    margin-bottom: 20px;
    margin-right: 41px;
    padding: 18px;
    width: 33.3%
}

.NewSellerLogin .whySellOnDarazContent .whySellOnDarazPointContent:last-child {
    margin-right: 0
}

.NewSellerLogin .whySellOnDarazContent .whySellOnDarazPointContent .whySellOnDarazPointIconStyle {
    margin-right: 25px;
    width: 53px
}

.NewSellerLogin .whySellOnDarazContent .whySellOnDarazPointContent .whySellOnDarazPointTitleStyle {
    color: #141414;
    font-size: 31px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px
}

.NewSellerLogin .whySellOnDarazContent .whySellOnDarazPointContent .whySellOnDarazPointValueContent {
    margin-top: 27px
}

.NewSellerLogin .whySellOnDarazContent .whySellOnDarazPointContent .whySellOnDarazPointValueContent .whySellOnDarazPointValueStyle {
    color: #141414;
    font-size: 14px;
    line-height: 20px
}

.NewSellerLogin .whySellOnDarazContent .whySellOnDarazPointContent .whySellOnDarazPointValueContent .fontBoldStyle {
    font-weight: 700
}

.NewSellerLogin .bigBannerContent {
    margin-top: 44px
}

.NewSellerLogin .bigBannerContent .leftBannerContent {
    border-radius: 20px;
    height: 886px;
    overflow: hidden;
    position: relative;
    width: 665px
}

.NewSellerLogin .bigBannerContent .leftBannerContent .leftBannerArea {
    height: 100%;
    width: 100%
}

.NewSellerLogin .bigBannerContent .leftBannerContent .leftBannerArea .leftBannerStyle {
    height: 886px;
    width: 100%
}

.NewSellerLogin .bigBannerContent .leftBannerContent .leftBannerValueContent {
    bottom: 24px;
    left: 24px;
    position: absolute
}

.NewSellerLogin .bigBannerContent .leftBannerContent .leftBannerValueContent .leftBannerTitleStyle {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    width: 80%
}

.NewSellerLogin .bigBannerContent .leftBannerContent .leftBannerValueContent .leftBannerSubTitleStyle {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px
}

.NewSellerLogin .bigBannerContent .leftBannerContent .leftBannerValueContent .leftBannerThreeSubTitleStyle {
    color: #fff;
    font-size: 10px;
    line-height: 19px
}

.NewSellerLogin .bigBannerContent .leftBannerContent .startContent {
    bottom: 26px;
    position: absolute;
    right: 24px
}

.NewSellerLogin .bigBannerContent .leftBannerContent .startContent .singleStartStyle {
    cursor: pointer;
    margin-right: 5px;
    width: 12px
}

.NewSellerLogin .bigBannerContent .bannerVideoContent {
    background: #fafafa;
    border-radius: 20px;
    box-shadow: 0 4px 11px rgba(0,0,0,.14);
    margin-top: 20px;
    width: 500px
}

.NewSellerLogin .bigBannerContent .bannerVideoContent:first-child {
    margin-top: 0
}

.NewSellerLogin .bigBannerContent .bannerVideoContent .bannerVideoClickImageStyle {
    cursor: pointer;
    width: 100%
}

.NewSellerLogin .bigBannerContent .bannerVideoContent .bannerVideoClickTagStyle {
    border: 2px solid #fd5417;
    border-radius: 6px;
    color: #fd5417;
    font-size: 16px;
    height: 36px;
    margin: 16px 26px 14px;
    width: 120px
}

.NewSellerLogin .bigBannerContent .bannerVideoContent .bannerVideoClickTagTitleStyle {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    padding: 0 26px
}

.NewSellerLogin .bigBannerContent .bannerVideoContent .bannerVideoClickTagvalueStyle {
    color: #000;
    font-size: 20px;
    line-height: 18px;
    padding: 10px 26px 35px
}

.NewSellerLogin .simpleStepsContent {
    margin-top: 75px
}

.NewSellerLogin .simpleStepsContent .singleSimpleStepsTitleStyle {
    color: #000;
    font-size: 60px;
    line-height: 56px;
    margin-bottom: 70px
}

.NewSellerLogin .simpleStepsContent .singleSimpleStepsContent {
    width: 15%
}

.NewSellerLogin .simpleStepsContent .singleSimpleStepsContent:last-child {
    margin-right: 0
}

.NewSellerLogin .simpleStepsContent .singleSimpleStepsContent .singleSimpleImageStyle {
    height: 50px;
    margin-bottom: 16px
}

.NewSellerLogin .simpleStepsContent .singleSimpleStepsContent .singleSimpleTextStyle {
    color: #232f3e;
    font-size: 21px;
    height: 55px;
    line-height: 21px;
    width: 100%
}

.NewSellerLogin .simpleStepsContent .singleSimpleStepsContent .singleSimpleValueStyle {
    color: #232f3e;
    font-size: 12px;
    line-height: 14px
}

.NewSellerLogin .learnDarazVideoContent {
    margin-top: 136px
}

.NewSellerLogin .learnDarazVideoContent .learnDarazVideoArea {
    border-radius: 4px;
    flex-shrink: 0;
    height: 430px;
    margin-bottom: 94px;
    padding: 17px 0 0 310px;
    width: 1050px
}

.NewSellerLogin .learnDarazVideoContent .learnDarazVideoArea .learnDarazVideoStyle {
    border-radius: 20px;
    width: 710px
}

.NewSellerLogin .goMobileContent {
    flex-shrink: 0;
    height: 396px;
    padding-left: 53px;
    padding-top: 56px;
    width: 1050px
}

.NewSellerLogin .goMobileContent .goMobileSubTitleStyle {
    color: #fff;
    font-size: 12px;
    letter-spacing: .5em;
    line-height: 22px;
    margin-top: 10px
}

.NewSellerLogin .goMobileContent .goMobileTitleStyle {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 23px
}

.NewSellerLogin .goMobileContent .goMobileValueStyle {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    width: 485px
}

.NewSellerLogin .goMobileContent .goMobileIconContent {
    margin-top: 26px
}

.NewSellerLogin .goMobileContent .goMobileIconContent .goMobileIconStyle {
    height: 32px;
    margin-right: 19px
}

.NewSellerLogin .FAQContent {
    margin-top: 114px
}

.NewSellerLogin .FAQContent .FAQArea {
    flex-shrink: 0;
    width: 1050px
}

.NewSellerLogin .FAQContent .FAQArea .FAQTitleStyle {
    color: #141414;
    font-size: 29px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 32px;
    text-align: center
}

.NewSellerLogin .FAQContent .FAQArea .orangeColorStyle {
    color: #f39910;
    cursor: pointer;
    margin-left: 4px
}

.NewSellerLogin .FAQContent .FAQArea .FAQPanelContent {
    margin-top: 20px
}

.NewSellerLogin .getStartContent {
    background: #f39910;
    height: 164px;
    margin-bottom: 91px;
    margin-top: 97px;
    width: 100%
}

.NewSellerLogin .getStartContent .getStartArea {
    flex-shrink: 0;
    height: 100%;
    width: 1050px
}

.NewSellerLogin .getStartContent .getStartArea .getStartTitleStyle {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 39px;
    width: 500px
}

.NewSellerLogin .getStartContent .getStartArea .getStartButtonStyle {
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    height: 41px;
    width: 166px
}

.NewSellerLogin .cursorpointerStyle {
    cursor: pointer
}

.countryFlagContent {
    padding-right: 20px
}

.countryFlagContent .flagContent {
    margin-right: 10px;
    width: 26px
}

.countryFlagContent .flagContent .countryFlagStyle {
    height: 18px;
    position: relative
}

.nc_wrapper {
    border-radius: 6px!important;
    overflow: hidden;
    width: 100%!important
}

.nc-container .nc_scale .scale_text2 b {
    color: #4d4d4d!important
}

.nc-container .nc_scale .nc_bg,.nc-container .nc_scale .nc_ok {
    border-radius: 6px!important;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.nc_scale {
    background: #ddd!important;
    height: 43px!important
}

.nc-container .nc_scale .btn_ok,.nc-container .nc_scale .btn_slide {
    border: 1px solid #6c7778!important;
    border-radius: 6px!important
}

.nc-container .nc_scale .btn_slide {
    color: white!important;
    font-weight: 700!important
}

.nc-container .nc_scale span {
    height: 43px!important;
    line-height: 43px!important
}

.nc-container .nc_scale .scale_text {
    border: 1px solid #6c7778!important;
    border-radius: 6px!important;
    height: 43px!important
}

.nc-lang-cnt {
    color: #a4a4a4!important;
    font-size: 15px!important;
    height: 100%!important;
    line-height: 43px!important
}

.next-collapse {
    border: 1px solid #cecdcd;
    border-radius: 10px;
    overflow: hidden
}

.next-collapse-panel-title {
    align-items: center;
    background: #f0f0f0;
    border-bottom: 1px solid #cecdcd;
    color: #333;
    display: flex;
    font-size: 20px;
    height: 55px
}

.next-collapse-panel-expanded>.next-collapse-panel-content {
    align-items: center;
    background: #fff;
    color: #121212;
    display: flex
}

.next-collapse .next-collapse-panel-icon {
    color: #121212;
    left: auto;
    right: 20px
}

.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before,.next-collapse .next-collapse-panel-icon:before {
    font-size: 24px
}
