@charset "UTF-8";
.back-to-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 12px 0 0 12px;
  bottom: 300px;
  -webkit-box-shadow: 0 0 12px 0 #0000001f;
  box-shadow: 0 0 12px 0 #0000001f;
  cursor: pointer;
  height: 80px;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  right: 0;
  -webkit-transition: all 0.3;
  transition: all 0.3;
  width: 80px;
}
.back-to-top,
.detail-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.detail-divider {
  border-top: 1px solid #ddd;
  clear: both;
  margin: 40px 0;
  min-width: 100%;
  width: 100%;
}
.assurance-service .micro-service-buyer-guarantee-plus .icon-margin-right {
  margin-right: 8px;
}
.assurance-service
  .micro-service-buyer-guarantee-plus
  .micro-service-buyer-guarantee-benefit-title {
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 28px;
  margin-bottom: 24px;
}
.assurance-service
  .micro-service-buyer-guarantee-plus
  .micro-service-buyer-guarantee-benefit-title
  .micro-service-buyer-guarantee-benefit-title-icon {
  height: 20px;
  margin-left: 4px;
}
.assurance-service
  .micro-service-buyer-guarantee-plus
  .micro-service-buyer-guarantee-benefit-content
  .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.assurance-service
  .micro-service-buyer-guarantee-plus
  .micro-service-buyer-guarantee-benefit-content
  .item
  .icon {
  height: 24px;
  margin-right: 8px;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
  width: 24px;
}
.assurance-service
  .micro-service-buyer-guarantee-plus
  .micro-service-buyer-guarantee-benefit-content
  .item
  .name,
.assurance-service
  .micro-service-buyer-guarantee-plus
  .micro-service-buyer-guarantee-benefit-content
  .item
  .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.assurance-service
  .micro-service-buyer-guarantee-plus
  .micro-service-buyer-guarantee-benefit-content
  .item
  .title {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px;
  overflow: hidden;
}
.assurance-service
  .micro-service-buyer-guarantee-plus
  .micro-service-buyer-guarantee-benefit-content
  .item
  .desc {
  color: #222;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.assurance-service
  .micro-service-buyer-guarantee-plus
  .micro-service-buyer-guarantee-benefit-content
  .item
  .action {
  cursor: pointer;
  margin-left: 8px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.assurance-service
  .micro-service-buyer-guarantee-plus
  .micro-service-buyer-guarantee-trade-assurance {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 22px;
}
.assurance-service
  .micro-service-buyer-guarantee-plus
  .micro-service-buyer-guarantee-trade-assurance
  .trade-assurance-icon {
  height: 20px;
  margin-left: 6px;
}
.buyerAssuranceDialog {
  height: 750px;
}
.buyerAssuranceDialog .next-dialog-body {
  padding: 0;
}
.buyerAssuranceDialog .buyer-assurance-dialog {
  height: 750px;
  position: relative;
}
.buyerAssuranceDialog .buyer-assurance-dialog .close-icon {
  background-image: url(//gw.alicdn.com/imgextra/i4/O1CN01CzA2rP1TC3XPZwvbm_!!6000000002345-55-tps-18-18.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 28px;
  z-index: 11;
}
.buyerAssuranceDialog .buyer-assurance-dialog .skeleton-box {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.buyerAssuranceDialog .skeleton-item {
  padding: 4px 20px 0;
}
.buyerAssuranceDialog .skeleton-item:first-child {
  padding-bottom: 0;
  padding-top: 20px;
}
.buyerAssuranceDialog .adm-skeleton {
  background-color: hsla(0, 0%, 75%, 0.2);
  border-radius: 0;
  display: block;
  height: 0;
  width: 100%;
}
.buyerAssuranceDialog .adm-skeleton.adm-skeleton-animated {
  -webkit-animation: adm-skeleton-loading 1.4s ease infinite;
  animation: adm-skeleton-loading 1.4s ease infinite;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, hsla(0, 0%, 75%, 0.2)),
    color-stop(37%, hsla(0, 0%, 51%, 0.24)),
    color-stop(63%, hsla(0, 0%, 75%, 0.2))
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 75%, 0.2) 25%,
    hsla(0, 0%, 51%, 0.24) 37%,
    hsla(0, 0%, 75%, 0.2) 63%
  );
  background-size: 400% 100%;
}
.buyerAssuranceDialog .adm-skeleton.adm-skeleton-paragraph-line {
  border-radius: 2px;
  height: 18px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.buyerAssuranceDialog .adm-skeleton.adm-skeleton-paragraph-line:first-child {
  width: 65%;
}
.buyer-assurance-dialog-mask {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.buyer-assurance-dialog-mask.show-modal {
  background-color: rgba(0, 0, 0, 0.6);
}
.buyer-assurance-dialog {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-radius: 12px;
  max-height: 80%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 640px;
  z-index: 1002;
}
.buyer-assurance-dialog iframe {
  max-height: 100%;
}
.buyer-assurance-dialog .close-icon {
  background-image: url(//gw.alicdn.com/imgextra/i4/O1CN01CzA2rP1TC3XPZwvbm_!!6000000002345-55-tps-18-18.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 28px;
  z-index: 11;
}
.buyer-assurance-dialog .skeleton-item {
  padding: 4px 20px 0;
}
.buyer-assurance-dialog .skeleton-item:first-child {
  padding-bottom: 0;
  padding-top: 20px;
}
.buyer-assurance-dialog .adm-skeleton {
  background-color: hsla(0, 0%, 75%, 0.2);
  border-radius: 0;
  display: block;
  height: 0;
  width: 100%;
}
.buyer-assurance-dialog .adm-skeleton.adm-skeleton-animated {
  -webkit-animation: adm-skeleton-loading 1.4s ease infinite;
  animation: adm-skeleton-loading 1.4s ease infinite;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, hsla(0, 0%, 75%, 0.2)),
    color-stop(37%, hsla(0, 0%, 51%, 0.24)),
    color-stop(63%, hsla(0, 0%, 75%, 0.2))
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 75%, 0.2) 25%,
    hsla(0, 0%, 51%, 0.24) 37%,
    hsla(0, 0%, 75%, 0.2) 63%
  );
  background-size: 400% 100%;
}
.buyer-assurance-dialog .adm-skeleton.adm-skeleton-paragraph-line {
  border-radius: 2px;
  height: 18px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.buyer-assurance-dialog .adm-skeleton.adm-skeleton-paragraph-line:first-child {
  width: 65%;
}
@-webkit-keyframes adm-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes adm-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.buyer-assurance-dialog.lang-ar_SA * {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.buyer-assurance-dialog.lang-ar_SA .close-icon {
  left: 20px !important;
  right: auto !important;
}
.trade-detail-buyer-wrapper {
  width: 100%;
}
.trade-detail-buyer-wrapper .info-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.trade-detail-buyer-wrapper .info-header > img {
  height: 28px;
  margin-right: 8px;
  width: 28px;
}
.underline-action {
  cursor: pointer;
  margin: 0 4px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.combined-order-dialog {
  width: 1000px;
}
.combined-order-dialog .next-table-body {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  max-height: 418px !important;
}
.combined-order-dialog .order-table,
.combined-order-dialog .order-table table,
.combined-order-dialog .order-table tbody,
.combined-order-dialog .order-table thead {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.combined-order-dialog .order-table thead th:not(:last-child) {
  border-right: none;
}
.combined-order-dialog .order-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.combined-order-dialog .order-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.combined-order-dialog .order-table tbody td:not(:last-child) {
  border-right: none;
}
.combined-order-dialog .order-table tbody tr {
  cursor: pointer;
}
.combined-order-dialog .order-table .next-table-header th {
  background-color: #f4f4f4;
  text-align: left;
}
.combined-order-dialog .order-table .next-table-header th:last-child {
  border-right: 1px solid #eee !important;
}
.combined-order-dialog .order-table .product-cell {
  white-space: nowrap;
}
.combined-order-dialog .order-table .company-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.combined-order-dialog .order-table .product-image-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 4px;
  position: relative;
  width: 48px;
}
.combined-order-dialog .order-table .product-image-wrapper img {
  border-radius: 4px;
  height: 48px;
  width: 48px;
}
.combined-order-dialog .order-table .product-image-wrapper span {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.combined-order-dialog .order-table .product-image-wrapper:after {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.combined-order-dialog .order-table .product-image-wrapper.mask:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.combined-order-dialog .order-table .order-info {
  white-space: nowrap;
}
.combined-order-dialog .order-table .order-time {
  color: #767676;
  font-size: 12px;
  margin-top: 4px;
}
.combined-order-dialog .tips {
  background: #f8f8f8;
  border-radius: 4px;
  color: #222;
  margin-bottom: 12px;
  padding: 20px;
}
.combined-order-dialog .tips img {
  height: 13px;
}
.combined-order-dialog .storePromotionTips {
  color: #222;
  margin-bottom: 20px;
}
.combined-order-dialog .storePromotionTips img {
  height: 13px;
}
.combined-order-dialog .next-dialog-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.combined-order-dialog .next-dialog-footer > span {
  font-size: 20px;
}
.combined-order-dialog .next-dialog-footer .next-btn {
  padding-left: 53px;
  padding-right: 53px;
}
.combined-order-dialog .next-table-header {
  background-color: #f4f4f4 !important;
}
.combined-order-dialog .next-table th .next-table-cell-wrapper {
  padding: 16px;
}
.combined-order-dialog .next-table td .next-table-cell-wrapper {
  word-break: break-word;
}
.combined-order-dialog .next-dialog-footer {
  -webkit-box-shadow: 0 -2px 6px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 6px 2px rgba(0, 0, 0, 0.06);
  padding-top: 24px !important;
}
.combined-order-dialog .next-table .next-table-row.hovered {
  background-color: #fafafa;
  color: #333;
}
.cancel-order-list .radio-item-wrap {
  display: block;
  margin-bottom: 4px;
  margin-top: 12px;
}
.cancel-order-list .radio-item-wrap .reason-item {
  display: inline-block;
  width: 450px;
}
.cancel-order-list .radio-item-wrap .reject-reason-en,
.cancel-order-list .radio-other-item .trade-detail-radio-label {
  color: #222;
  font-size: 12px;
}
.cancel-order-list .radio-other-item .reject-reason-en {
  color: #222;
  font-size: 12px;
  margin-right: 16px;
}
.cancel-order-list .next-radio-wrapper.checked .next-radio-inner,
.cancel-order-list
  .next-radio-wrapper.checked:not(.disabled):hover
  .next-radio-inner {
  border-color: #222;
}
.cancel-order-list .next-radio-wrapper.checked .next-radio-inner:after,
.cancel-order-list
  .next-radio-wrapper.checked:not(.disabled):hover
  .next-radio-inner:after {
  background: #222;
}
.cancel-order-list .next-dialog-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cancel-order-list .next-dialog-footer > span {
  font-size: 20px;
}
.cancel-order-list .next-dialog-footer .next-btn {
  padding-left: 53px;
  padding-right: 53px;
}
.cancel-order-list .next-btn-secondary {
  border-color: #222;
  color: #222;
}
.cancel-order-list .next-btn-secondary.visited,
.cancel-order-list .next-btn-secondary:link,
.cancel-order-list .next-btn-secondary:visited {
  color: #222;
}
.cancel-order-list .next-btn-secondary.hover,
.cancel-order-list .next-btn-secondary:focus,
.cancel-order-list .next-btn-secondary:hover {
  background-color: #f3f3f3;
  border-color: #222;
  color: #222;
}
.confirmOrderOA-form-fill {
  margin-top: 12px;
  position: relative;
}
.confirmOrderOA-form-fill .confirmOrderOA-form-input {
  padding-right: 20px;
  width: 100%;
}
.confirmOrderOA-form-fill .confirmOrderOA-form-fill-countdown {
  border-left: 1px solid #d6d6d6;
  padding-left: 6px;
  position: absolute;
  right: 7px;
  top: 5px;
}
.confirmOrderOA-form-reset-send-container {
  text-align: right;
}
.confirmOrderOA-form-reset-send-btn {
  color: #333;
  font-size: 12px;
}
.combined-payments-dialog {
  width: 1000px;
}
.combined-payments-dialog .next-table-body {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  max-height: 418px !important;
}
.combined-payments-dialog .order-table,
.combined-payments-dialog .order-table table,
.combined-payments-dialog .order-table tbody,
.combined-payments-dialog .order-table thead {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.combined-payments-dialog .order-table thead th:not(:last-child) {
  border-right: none;
}
.combined-payments-dialog .order-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.combined-payments-dialog .order-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.combined-payments-dialog .order-table tbody td:not(:last-child) {
  border-right: none;
}
.combined-payments-dialog .order-table tbody tr {
  cursor: pointer;
}
.combined-payments-dialog .order-table .next-table-header th {
  background-color: #f4f4f4;
  text-align: left;
}
.combined-payments-dialog .order-table .next-table-header th:last-child {
  border-right: 1px solid #eee !important;
}
.combined-payments-dialog .order-table .product-cell {
  white-space: nowrap;
}
.combined-payments-dialog .order-table .company-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.combined-payments-dialog .order-table .product-image-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 4px;
  position: relative;
  width: 48px;
}
.combined-payments-dialog .order-table .product-image-wrapper img {
  border-radius: 4px;
  height: 48px;
  width: 48px;
}
.combined-payments-dialog .order-table .product-image-wrapper span {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.combined-payments-dialog .order-table .product-image-wrapper:after {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.combined-payments-dialog .order-table .product-image-wrapper.mask:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.combined-payments-dialog .order-table .order-info {
  white-space: nowrap;
}
.combined-payments-dialog .order-table .order-time {
  color: #767676;
  font-size: 12px;
  margin-top: 4px;
}
.combined-payments-dialog .tips {
  color: #222;
  margin-bottom: 20px;
}
.combined-payments-dialog .footer-actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.combined-payments-dialog .footer-actions > span {
  font-size: 20px;
}
.combined-payments-dialog .footer-actions .next-btn {
  padding-left: 53px;
  padding-right: 53px;
}
.combined-payments-dialog .next-table-header {
  background-color: #f4f4f4 !important;
}
.combined-payments-dialog .next-table th .next-table-cell-wrapper {
  padding: 16px;
}
.combined-payments-dialog .next-table td .next-table-cell-wrapper {
  word-break: break-word;
}
.combined-payments-dialog .next-dialog-footer {
  -webkit-box-shadow: 0 -2px 6px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 6px 2px rgba(0, 0, 0, 0.06);
  padding-top: 24px !important;
}
.combined-payments-dialog .next-table .next-table-row.hovered {
  background-color: #fafafa;
  color: #333;
}
.download-receipt-btn {
  margin-right: 8px;
}
.order-receipt {
  color: #767676;
  padding: 40px;
}
.order-receipt .text-left {
  text-align: left;
}
.order-receipt .text-center {
  text-align: center;
}
.order-receipt .text-right {
  text-align: right;
}
.order-receipt h4 {
  color: #222;
  font-weight: 700;
  margin: 0;
}
.order-receipt h1 {
  color: #222;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 0;
}
.order-receipt .receipt-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.order-receipt .receipt-header .logo {
  width: 260px;
}
.order-receipt .receipt-summary {
  -webkit-box-align: top;
  -ms-flex-align: top;
  -webkit-align-items: top;
  align-items: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}
.order-receipt .receipt-summary > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.order-receipt .receipt-summary > div > * {
  display: block;
}
.order-receipt .receipt-summary > div b {
  color: #222;
  font-weight: 600;
  margin: 6px 0;
}
.order-receipt .order-summary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.order-receipt .order-summary > div {
  margin-right: 24px;
}
.order-receipt .order-summary > div b {
  color: #222;
  font-weight: 600;
  margin: 0 8px;
}
.order-receipt .order-summary > div i {
  background-size: cover;
  display: inline-block;
  height: 17px;
  margin-left: 8px;
  vertical-align: top;
  width: 16px;
}
.order-receipt .order-summary > div i.ta-icon {
  background-image: url(https://s.alicdn.com/@img/imgextra/i4/O1CN01i2nLFI1HimdfZ1HQo_!!6000000000792-2-tps-30-32.png);
}
.order-receipt .order-details-table {
  border: 2px solid #000;
  border-collapse: collapse;
  color: #222;
  margin: 20px 0;
  width: 100%;
}
.order-receipt .order-details-table td,
.order-receipt .order-details-table th {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 14px;
}
.order-receipt .order-details-table td:not(:first-child),
.order-receipt .order-details-table th {
  white-space: nowrap;
}
.order-receipt .order-details-table tr.no-border td,
.order-receipt .order-details-table tr.no-border th {
  border-bottom: none;
  border-top: none;
}
.order-receipt .order-details-table tr.bigger {
  font-size: 16px;
}
.order-receipt .order-details-table td.bolder {
  font-weight: 600;
}
.order-receipt .order-details-table .discount {
  color: red;
  font-weight: 600;
}
.order-receipt .order-details-table .coupon {
  line-height: 25px;
}
.order-receipt .order-details-table .hint {
  color: #767676;
  font-size: 12px;
  line-height: 20px;
}
.order-receipt .order-details-table .hint.line {
  text-decoration: line-through;
}
.order-receipt .payment-infomation-table {
  border: 2px solid #000;
  border-collapse: collapse;
  color: #222;
  margin-left: 50%;
  width: 50%;
}
.order-receipt .payment-infomation-table .table-header {
  border-bottom: 2px solid #000;
}
.order-receipt .payment-infomation-table tr.table-footer {
  border-top: 1px solid #000;
}
.order-receipt .payment-infomation-table .highlight {
  color: red;
  font-weight: 700;
}
.order-receipt .payment-infomation-table td,
.order-receipt .payment-infomation-table th {
  padding: 14px;
}
.order-receipt .payment-infomation-table tbody tr:not(:last-child) td,
.order-receipt .payment-infomation-table tbody tr:not(:last-child) th,
.order-receipt .payment-infomation-table tfoot tr:not(:last-child) td,
.order-receipt .payment-infomation-table tfoot tr:not(:last-child) th {
  padding-bottom: 0;
}
.order-receipt .payment-infomation-table td:last-child {
  text-align: right;
}
.order-receipt .notice {
  margin-top: 20px;
}
.order-receipt .notice ul {
  list-style: decimal;
  margin-left: 16px;
}
.download-receipt-dialog {
  width: 1066px;
}
.download-receipt-dialog .trade-detail-dialog-header {
  color: #222;
  font-size: 20;
  font-weight: 700;
}
.download-receipt-dialog .trade-detail-dialog-body {
  max-height: 680px;
  overflow: scroll;
}
.download-receipt-dialog .trade-detail-dialog-footer {
  -webkit-box-shadow: 0 -2px 6px 2px #0000001f;
  box-shadow: 0 -2px 6px 2px #0000001f;
}
.download-receipt-dialog .download-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.download-receipt-dialog .download-btn > span {
  margin-left: 8px;
}
.order-promotion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 21px;
  margin-top: 16px;
}
.order-promotion .promotion-tip-img {
  margin: 2px 6px 0 0;
  width: 16px;
}
.order-promotion .promotion-tip-title {
  font-weight: 700;
  margin-right: 4px;
}
.order-promotion button {
  vertical-align: text-top;
}
.summary-promotion-reminder-iframe {
  height: 500px;
  width: 600px;
}
.m-statement-lc .next-timeline-item-content .next-timeline-item-title {
  font-size: 14px;
}
.m-statement-lc .timeline-statement-lc {
  max-height: 150px;
  overflow: auto;
}
.m-statement-lc .lc-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-statement-lc .border-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-top: 1px dashed #e6e7eb;
  bottom: 0;
  height: 60px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 40px);
}
.m-statement-lc .border-bottom {
  border-bottom: 1px dashed #e6e7eb;
  margin-bottom: 10px;
  padding: 12px;
}
.m-statement-lc .border-bottom > span {
  margin-right: 100px;
}
.m-statement-lc .no-data {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ccc;
  font-size: 16px;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 24px 0;
}
.m-statement-lc .no-data,
.order-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.order-progress {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-top: 16px;
  overflow: hidden;
  padding: 20px;
}
.order-progress #timerCountDown > span {
  background-color: #fff;
  border-radius: 4px;
  color: #222;
  display: inline-block;
  font-weight: 700;
  margin-right: 4px;
  min-height: 30px;
  min-width: 34px;
  padding: 4px 6px;
  text-align: center;
  vertical-align: middle;
}
.reminder-container {
  -webkit-box-flex: 1;
  color: #222;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.reminder-container.block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.reminder-container.block .icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  margin-right: 12px;
}
.reminder-container.block .icon img {
  height: 22px;
  margin-top: 1px;
  width: 22px;
}
.reminder-container.block .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
}
.reminder-container.block .title .money {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.reminder-container.block .title .origin-money {
  color: #666;
  text-decoration: line-through;
}
.reminder-container.block .title .shipment-batch {
  width: 100%;
}
.reminder-container.block .title .shipment-batch > .batch-title {
  font-weight: 700;
  margin-top: 8px;
}
.reminder-container.block .title .shipment-batch > .batch-title:first-child {
  margin-top: 0;
}
.reminder-container.block .title .shipment-batch > .batch-title .desc {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
.reminder-container.block .tip {
  color: #b3261e;
  font-size: 14px;
  line-height: 18px;
  margin-top: 12px;
}
.reminder-container.block .desc {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  margin-top: 12px;
}
.reminder-container.block .action {
  margin-left: 20px;
}
.reminder-container.inline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-left: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 32px;
  padding-left: 32px;
}
.reminder-container.inline:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.reminder-container.inline .reminder-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.reminder-container.inline .reminder-header .tag {
  background-color: #edf4fb;
  border-radius: 4px;
  color: #06c;
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin-left: 12px;
  overflow: hidden;
  padding: 0 4px;
}
.reminder-container.inline .reminder-header .tag.tag-error {
  background-color: #fff1f1;
  color: #e52828;
}
.reminder-container.inline .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 16px;
}
.reminder-container.inline .title .money {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.reminder-container.inline .title .origin-money {
  color: #666;
  text-decoration: line-through;
}
.reminder-container.inline .title .shipment-batch .batch-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 8px;
}
.reminder-container.inline .title .shipment-batch .batch-title:first-child {
  margin-top: 0;
}
.reminder-container.inline .title .shipment-batch .batch-title > span {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
.reminder-container.inline .tip {
  color: #b3261e;
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
}
.reminder-container.inline .desc {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}
.reminder-container.inline .action {
  margin-top: 16px;
}
.c-tag .tag-assurance {
  border: 1px solid #f0aa07;
  color: #f0aa07;
}
.c-tag .tag-contract {
  border: 1px solid #4f74b3;
  color: #4f74b3;
}
.c-tag .tag-payment {
  border: 1px solid #1dc11d;
  color: #1dc11d;
}
.c-tag .tag-delivery,
.c-tag .tag-paymentterms {
  border: 1px solid #ff6a00;
  color: #ff6a00;
}
.c-tag .tag-inspection {
  border: 1px solid #d15241;
  color: #d15241;
}
.c-tag .tag-promotion {
  background-color: #fff0e6;
  border-radius: 4px;
  color: #f60;
  margin-left: -4px;
  margin-right: 8px;
  padding: 0 4px;
}
.c-tag .tag-ontime {
  background-color: #e8f9e8;
  color: #1dc11d;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
  position: relative;
}
.c-tag .tag-ontime:after {
  border-right: 10px solid transparent;
  border-top: 13px solid #e8f9e8;
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  width: 8px;
}
.c-tag .tag-ontime:before {
  border-bottom: 13px solid #e8f9e8;
  border-right: 10px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: -8px;
  width: 8px;
}
.c-tag .tag-overdue {
  background-color: #fae7e7;
  color: #f33;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
  position: relative;
}
.c-tag .tag-overdue:after {
  border-right: 10px solid transparent;
  border-top: 13px solid #fae7e7;
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  width: 8px;
}
.c-tag .tag-overdue:before {
  border-bottom: 13px solid #fae7e7;
  border-right: 10px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: -8px;
  width: 8px;
}
.c-tag .tag-new {
  background-color: #1dc11d;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin-left: 4px;
  padding: 1px 5px;
  position: relative;
}
.c-tag .tag-new:before {
  border-right: 3px solid transparent;
  border-top: 3px solid #1dc11d;
  bottom: -2px;
  content: "";
  left: 0;
  position: absolute;
  width: 1px;
}
.c-tag .tag-free-inspection {
  background-color: #fff1e8;
  color: #ff6a00;
  display: inline-block;
  padding: 1px 4px;
}
.c-tag .tag-chargeBackAssurance {
  background-color: #fae7e7;
  color: #ff6a00;
}
.c-tag .tag-preChargeBackProcess {
  background-color: #fae7e7;
  color: #f33200;
}
.c-tag .tag-verification {
  background-color: #ddf9e9;
  border: 1px solid #00ac53;
  border-radius: 5px;
  color: #00ac53;
}
.c-tag .tag-normal,
.c-tag .tag-verification {
  font-size: 12px;
  margin-left: 12px;
  padding: 2px 8px;
}
.c-tag .tag-normal {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #666;
}
.c-tag .top {
  top: -8px;
}
.tag-estimated {
  background-color: #e8f9e8;
  border: 1px dashed #1dc11d;
  border-radius: 4px;
  color: #1dc11d;
  font-size: 12px;
  padding: 2px 8px;
}
.batch-ship-info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.batch-ship-info .info-item + .info-item {
  border-left: 1px solid #e6e7eb;
}
.batch-ship-info .info-item .title {
  color: #333;
  font-size: 14px;
  line-height: 19px;
}
.batch-ship-info .info-item .desc {
  color: #999;
  font-size: 12px;
  line-height: 17px;
}
.batch-ship-info .info-item .tag-color {
  background-color: #e8f9e8;
  border-radius: 8px;
  color: #0da80d;
  display: inline-block;
  font-family: Helvetica;
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
  padding: 0 10px;
}
.batch-ship-info .info-item .icon {
  color: #007ffc;
}
.batch-ship-info .track-no {
  background-color: transparent;
  border: none;
  width: 100px;
}
.batch-ship-info .track-no::selection {
  background-color: transparent;
}
.batch-ship-info .anna-Robot-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.batch-ship-timeline-wrapper {
  padding: 12px 0;
}
.batch-ship-timeline-wrapper .flag-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.batch-ship-timeline-wrapper .flag-wrapper .icon {
  color: #007ffc;
}
.batch-ship-timeline-wrapper .flag-wrapper .info-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 100px;
}
.batch-ship-timeline-wrapper .flag-wrapper .info-wrapper,
.batch-ship-timeline-wrapper .tracking-exception-reason {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.batch-ship-timeline-wrapper .tracking-exception-reason {
  background-color: #fff;
  border-radius: 4px;
  height: 37px;
  margin-top: 15px;
}
.batch-ship-timeline-wrapper
  .tracking-exception-reason
  .tracking-exception-reason-reminder {
  margin: 0 6px 0 12px;
  width: 24px;
}
.batch-ship-timeline-wrapper .batch-ship-timeline {
  background-color: #f9fafb;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 16px;
}
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .trade-detail-timeline-item-first
  .timeline-icon-activeIssueIcon {
  top: 6px;
}
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .trade-detail-timeline-item-body,
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .trade-detail-timeline-item-time,
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .trade-detail-timeline-item-title {
  line-height: 21px !important;
}
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .trade-detail-timeline-item-title {
  margin-top: 2px !important;
}
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .trade-detail-timeline-item-body {
  margin-top: 4px !important;
}
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .trade-detail-timeline-item-time {
  color: #999 !important;
  margin: 4px 0 18px !important;
}
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .trade-detail-timeline-item-timeline
  .trade-detail-timeline-item-node {
  padding: 0 !important;
}
.batch-ship-timeline-wrapper .batch-ship-timeline .timeline-title.bold,
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .trade-detail-timeline-item-time {
  font-family: OpenSans;
  font-size: 14px !important;
}
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .trade-detail-timeline-item-process
  .trade-detail-timeline-item-content
  .trade-detail-timeline-item-title {
  line-height: 21px;
  overflow: auto;
  white-space: normal;
}
.batch-ship-timeline-wrapper .batch-ship-timeline .timeline-icon {
  border-radius: 50%;
  height: 22px;
  width: 22px;
}
.batch-ship-timeline-wrapper .batch-ship-timeline .timeline-icon-activeIcon,
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .timeline-icon-activeIssueIcon,
.batch-ship-timeline-wrapper .batch-ship-timeline .timeline-icon-unActiveIcon,
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .timeline-icon-unActiveIssueIcon {
  border-radius: 50%;
  height: 4px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 4px;
}
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .timeline-icon-activeIssueIcon {
  background-color: #d04a0a;
  height: 10px;
  margin-left: -5px;
  width: 10px;
}
.batch-ship-timeline-wrapper .batch-ship-timeline .timeline-icon-activeIcon {
  background-color: #222;
}
.batch-ship-timeline-wrapper
  .batch-ship-timeline
  .timeline-icon-unActiveIssueIcon {
  background-color: #d04a0a;
}
.batch-ship-timeline-wrapper .batch-ship-timeline .timeline-icon-unActiveIcon {
  background-color: #767676;
}
.batch-ship-timeline-wrapper .batch-ship-timeline .data-provider {
  height: 18px;
  margin-left: 7px;
}
.batch-ship-timeline-wrapper .batch-ship-timeline .timeline-title {
  color: #222;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 400;
}
.batch-ship-timeline-wrapper .batch-ship-timeline .timeline-title.bold {
  color: #222;
  font-family: OpenSans-Bold;
  font-size: 16px;
  font-weight: 700;
}
.batch-ship-timeline-wrapper .batch-ship-timeline .timeline-content {
  color: #767676;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 400;
}
.batch-ship-timeline-wrapper .trade-detail-timeline {
  margin-top: 20px;
}
.batch-ship-timeline-wrapper .panel-more {
  background-color: #f9fafb;
  border-radius: 4px;
  padding: 16px;
}
.batch-ship-timeline-wrapper .panel-more .btn {
  color: #007ffc;
}
.batch-ship-timeline-wrapper .divider {
  background-color: #e6e7eb;
  height: 20px;
  margin: 0 24px;
  width: 1px;
}
.batch-ship-timeline-wrapper .info-item,
.batch-ship-timeline-wrapper .info-item .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.batch-ship-timeline-wrapper .info-item .icon {
  cursor: pointer;
  margin-left: 7px;
}
.batch-ship-timeline-wrapper .info-item .text-666 {
  color: #ccc;
  font-size: 14px;
}
.certification-dialog {
  width: 500px;
}
.certification-dialog .certification-donwload .title {
  color: #666;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
}
.certification-dialog .certification-donwload .donwload-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.certification-dialog .certification-donwload .donwload-item .filename {
  -webkit-box-flex: 1;
  background: #fafafa;
  border: 1px solid #dcdee3;
  color: #333;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 36px;
  margin-right: 16px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.certification-dialog .certification-donwload .donwload-item .icon {
  color: #007ffc;
}
.nice-feature {
  display: inline-block;
  position: relative;
}
.nice-feature-dot {
  -webkit-animation: nice-feature-dot-breath 1s ease 1s infinite alternate;
  animation: nice-feature-dot-breath 1s ease 1s infinite alternate;
  background: #04c3b3;
  border: 2px solid #fff;
  border-radius: 6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 8px;
  margin-left: 8px;
  width: 8px;
}
@-webkit-keyframes nice-feature-dot-breath {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(4, 195, 179, 0.2);
    box-shadow: 0 0 0 0 rgba(4, 195, 179, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 4px rgba(4, 195, 179, 0.2);
    box-shadow: 0 0 0 4px rgba(4, 195, 179, 0.2);
  }
}
@keyframes nice-feature-dot-breath {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(4, 195, 179, 0.2);
    box-shadow: 0 0 0 0 rgba(4, 195, 179, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 4px rgba(4, 195, 179, 0.2);
    box-shadow: 0 0 0 4px rgba(4, 195, 179, 0.2);
  }
}
.p44-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 8px;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  height: 40px;
  line-height: 18px;
  margin-top: 8px;
  padding-left: 12px;
}
.p44-button .p44_icon_boat {
  height: 16px;
  margin-right: 8px;
}
.p44-button .p44-button-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p44-button .p44_icon_arrow {
  height: 10px;
  margin-left: 14px;
  margin-right: 14px;
}
.p44-button :hover {
  cursor: pointer;
}
.p44-balloon-block,
.p44-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p44-balloon-tip {
  background-color: #fff;
  border-color: #d8d8d8;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  line-height: 36px;
  margin-left: 40px;
  max-width: 400px;
  min-width: 310px;
  padding: 10px;
  position: absolute;
  z-index: 9;
}
.p44-balloon-tip img {
  height: 143px;
  width: 100%;
}
.p44-balloon-tip .balloon-tip-title {
  color: #222;
  font-size: 14px;
  line-height: 20px;
}
.p44-balloon-tip .balloon-tip-title,
.p44-balloon-tip .balloon-tip-title .new {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 700;
}
.p44-balloon-tip .balloon-tip-title .new {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(34, 137, 31, 0.1);
  border-radius: 4px;
  color: #22891f;
  font-size: 12px;
  height: 18px;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
}
.p44-balloon-tip .balloon-tip-title .new img {
  height: 12px;
  width: 12px;
}
.p44-balloon-tip .balloon-tip-title .title {
  -webkit-box-flex: 1;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 4px;
}
.p44-balloon-tip .balloon-tip-title .close:hover {
  cursor: pointer;
}
.p44-balloon-tip .info {
  color: #767676;
  font-size: 12px;
  line-height: 21px;
}
.p44-balloon-tip:before {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  left: -10px;
  position: absolute;
  top: calc(50% - 10px);
  width: 0;
}
.batch-ship-timeline-wrapper {
  position: relative;
}
.batch-ship-tip {
  color: #999;
  padding: 0 20px;
}
.batch-ship-tip .content {
  font-size: 12px;
  line-height: 16px;
  margin-left: 11px;
}
.batch-panel-container {
  background-color: #fff;
  bottom: 0;
  left: 18px;
  margin-bottom: -2px;
  max-height: 660px;
  overflow: scroll;
  right: 18px;
  z-index: 1000;
}
.batch-panel-container::-webkit-scrollbar {
  display: none;
}
.batch-panel-container.no-map {
  border-radius: 0 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: auto;
  position: static;
}
.notice-container {
  left: 20px;
  position: absolute;
  right: 20px;
  top: 12px;
}
.trade-track-wrapepr {
  max-height: 800px;
  position: relative;
  width: 1066px;
}
.trade-track-wrapepr .track-top-message {
  margin-bottom: 12px;
}
.trade-track-wrapepr .next-tabs-tab.active .tab-good {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.trade-track-wrapepr .next-tabs-tab.active .good {
  border: 1px solid #e6e7eb;
  height: 44px;
  margin-right: 9px;
  width: 44px;
}
.trade-track-wrapepr .next-tabs-tab.active .good + .good {
  margin-left: 8px;
}
.trade-track-wrapepr .next-tabs-tab.active .good > img {
  width: 40px;
}
.trade-track-wrapepr .next-tabs-tab.active .view-more {
  color: #666;
  font-size: 12px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.trade-track-wrapepr .custom-tab-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  padding: 10px;
}
.trade-track-wrapepr .custom-tab-item .tab-title {
  font-weight: 700;
}
.trade-track-wrapepr .custom-tab-item .tab-issue {
  color: #d04a0a;
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
  margin-top: -6px;
  padding-left: 4px;
}
.trade-track-wrapepr .next-tabs-tab {
  opacity: 0.8;
}
.trade-track-wrapepr .next-tabs-tab.active {
  opacity: 1;
}
.trade-track-wrapepr .next-tabs-tab.active .custom-tab-item {
  border-top: 2px solid #ff6a00;
}
.trade-track-wrapepr .tab-title {
  font-size: 14px;
}
.trade-track-wrapepr .tab-good {
  display: none;
}
.trade-track-wrapepr .next-tabs-content {
  color: #333;
  font-size: 12px;
  padding: 12px 0 0;
}
.tab-item-empty {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  color: #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 238px;
  position: relative;
}
.tab-item-empty .anna-Robot-content {
  color: #007ffc !important;
  position: absolute;
  right: 16px;
  top: 16px;
}
.tab-item-empty .anna-Robot-content:hover {
  color: #f60 !important;
}
.tab-item-empty > img {
  margin-bottom: 9px;
}
.product-dialog {
  width: 600px;
}
.product-dialog .products {
  max-height: 400px;
  overflow: scroll;
}
.product-dialog .product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-bottom: 16px;
}
.product-dialog .product-item .img {
  border: 1px solid #e6e7eb;
  height: 64px;
  overflow: hidden;
  width: 64px;
}
.product-dialog .product-item .img > img {
  width: 64px;
}
.product-dialog .product-item .content {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 12px;
}
.product-dialog .product-item .content .ellipsis {
  color: #666;
  font-size: 14px;
  max-width: 450px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-dialog .product-item .content .sku {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
.detail-order-summary {
  margin-top: 40px;
}
.detail-order-summary .finish-step,
.detail-order-summary .process-step {
  background-color: #222;
  border-radius: 12px;
  height: 24px;
  width: 24px;
}
.detail-order-summary .wait-step {
  background-color: #ddd;
  border-radius: 12px;
  height: 24px;
  width: 24px;
}
.detail-order-summary .status-title {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 24px;
}
.detail-order-summary .status-reminder {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 16px;
}
.detail-order-summary .status-reminder > .item {
  margin-top: 8px;
}
.detail-order-summary .status-reminder > .item:first-child {
  margin-top: 0;
}
.detail-order-summary .status-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
}
.detail-order-summary .status-action .order-action {
  margin-right: 16px;
  margin-top: 12px;
}
.detail-order-summary .coupon-cross-coupon-tips {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px;
}
.bottom-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.bottom-action .order-action {
  margin-right: 16px;
}
#timerCountDown > span {
  color: #222;
  font-weight: 500;
}
.page-header .page-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 24px;
}
.page-header .order-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
}
.page-header .order-info,
.page-header .order-info .info-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-header .order-info .info-item {
  margin-left: 16px;
}
.page-header .order-info .info-item:first-child {
  margin-left: 0;
}
.page-header .announcement-block {
  color: #000;
  margin-top: 24px;
}
.page-header .announcement-block a {
  color: #000 !important;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.dialog-taxDetailVO-container .dialog-taxDetailVO-container-notice {
  background: #eee;
  border-radius: 4px;
  max-width: 500px;
  padding: 16px;
}
.dialog-taxDetailVO-container
  .taxDetailVO-amount-kv-table
  .taxDetailVO-amount-kv-line {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
}
.dialog-taxDetailVO-container
  .taxDetailVO-amount-kv-table
  .taxDetailVO-amount-kv-line:first-child {
  border-top: 0;
}
.dialog-taxDetailVO-container .taxDetailVO-amount-label {
  width: 230px;
}
.detail-payment-info .payment-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.detail-payment-info .payment-info-container .payment-statue,
.detail-payment-info .payment-info-container .payment-summary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.detail-payment-info .payment-info-container .payment-statue > .title,
.detail-payment-info .payment-info-container .payment-summary > .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 24px;
}
.detail-payment-info .payment-info-container .payment-statue {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .payment-detail
  .payment-item {
  margin-top: 32px;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .payment-detail
  .payment-item
  > :first-child {
  margin-top: 0;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .payment-detail
  .payment-item
  > .title {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .payment-detail
  .payment-item
  .tag {
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .payment-detail
  .payment-item
  .tag.tag-fail {
  background-color: #fff1f1;
  color: #e52828;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .payment-detail
  .payment-item
  > .content {
  border-left: 2px solid #ddd;
  margin-top: 12px;
  padding-left: 12px;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .payment-detail
  .payment-item
  > .content
  .sub-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .payment-detail
  .payment-item
  > .content
  .sub-desc {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
}
.detail-payment-info .payment-info-container .payment-statue .payment-oa {
  background-color: #f8f8f8;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 24px;
  padding: 16px 12px;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .payment-oa
  > .title {
  color: #222;
  margin-bottom: 10px;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .payment-oa
  > .title
  .fail-tag {
  background-color: #fff1f1;
  border-radius: 4px;
  color: #e52828;
  margin-left: 6px;
  padding: 0 4px;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .payment-oa
  > .desc {
  color: #666;
}
.detail-payment-info .payment-info-container .payment-statue .action-list {
  margin-top: 40px;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .action-list
  button {
  margin-right: 16px;
}
.detail-payment-info
  .payment-info-container
  .payment-statue
  .action-list
  button:last-child {
  margin-right: 0;
}
.detail-payment-info .payment-info-container .payment-summary {
  margin-left: 120px;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .im-alitalk-container {
  display: inline;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 22px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-item:not(:last-child) {
  margin-bottom: 12px;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-item.highlight
  .order-summary-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-item.highlight
  .order-summary-value {
  font-size: 20px;
  font-weight: 700;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-label.total:after {
  content: "*";
  margin-left: 4px;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-value {
  font-weight: 600;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-value.discount
  span:first-child {
  color: #767676;
  font-weight: 400;
  margin-right: 4px;
  text-decoration: line-through;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-value.discount
  span:last-child {
  color: red;
  font-weight: 600;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-value.discount
  span:only-child {
  color: #222;
  text-decoration: none;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-value.coupon,
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-value.discount
  span.red {
  color: red;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-desc {
  color: #767676;
  margin-bottom: 0;
  margin-top: -4px;
  opacity: 0.8;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary-desc.star:before {
  content: "*";
  margin-right: 4px;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary
  .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
  margin-top: 24px;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary
  .order-amount-card {
  background-color: #f4f4f4;
  border-radius: 8px;
  margin-top: 20px;
  padding: 16px 20px;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary
  .order-amount-card
  .order-summary-label {
  font-weight: 600;
}
.detail-payment-info
  .payment-info-container
  .payment-summary
  .order-summary
  .order-amount-card
  p {
  margin-bottom: 0;
}
.vatFeeAmount-tip a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.detail-product-info {
  color: #222;
}
.detail-product-info .supplier-info {
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #222;
  font-size: 16px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 22px;
  margin-top: 24px;
}
.detail-product-info .supplier-info,
.detail-product-info .supplier-info .onTime-delivery {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.detail-product-info .supplier-info .onTime-delivery {
  -webkit-box-flex: 1;
  -ms-flex-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
}
.detail-product-info .supplier-info .onTime-delivery > img {
  margin-right: 8px;
  width: 140px;
}
.detail-product-info .supplier-info .underline-action {
  font-weight: 700;
}
.detail-product-info .supplier-info .supplier-chat {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}
.detail-product-info .product-list {
  margin-top: 24px;
}
.detail-product-info .product-list .product-detail-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.detail-product-info .product-list .product-detail-cell > .image-container {
  border-radius: 8px;
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 90px;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .image-container
  > img {
  height: 100%;
  width: 100%;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .image-container:after {
  background-color: rgba(0, 0, 0, 0.04);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.detail-product-info .product-list .product-detail-cell > .detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 18px;
  margin-left: 12px;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-name {
  vertical-align: text-top;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-name
  > img {
  float: left;
  height: 14px;
  margin-right: 4px;
  margin-top: 1px;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-name
  > a {
  vertical-align: text-top;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .needSample-tag {
  background-color: #f4f4f4;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  margin-top: 8px;
  padding: 0 4px;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-customization {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #f8f8f8;
  border-radius: 8px;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 8px;
  padding: 8px;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-customization
  > .title {
  font-weight: 600;
  margin-bottom: 4px;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-property {
  margin-top: 8px;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-material {
  color: #767676;
  margin-top: 16px;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-material
  .material-item {
  cursor: pointer;
  vertical-align: text-top;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-material
  .material-item
  span {
  vertical-align: text-top;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-tips {
  margin-top: 8px;
  vertical-align: text-top;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-tips
  span {
  vertical-align: text-top;
}
.detail-product-info
  .product-list
  .product-detail-cell
  > .detail
  .product-promotion {
  margin-top: 8px;
}
.detail-product-info .product-list .product-sku-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.detail-product-info .product-list .product-sku-cell > .image-container {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  height: 32px;
  overflow: hidden;
  position: relative;
  width: 32px;
}
.detail-product-info .product-list .product-sku-cell > .image-container > img {
  height: 100%;
  width: 100%;
}
.detail-product-info .product-list .product-sku-cell > .image-container:after {
  background-color: rgba(0, 0, 0, 0.04);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.detail-product-info .product-list .product-sku-cell > .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
}
.detail-product-info .product-list .product-subtotalPrice-cell .customized-icon,
.detail-product-info .product-list .product-unitPrice-cell .customized-icon {
  cursor: pointer;
  margin-left: 4px;
}
.detail-product-info .product-list .product-subtotalPrice-cell .origin-price,
.detail-product-info .product-list .product-unitPrice-cell .origin-price {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}
.detail-product-info .product-list .product-quantity-cell .store-item {
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.detail-product-info .product-list .next-table-expanded-row td,
.detail-product-info .product-list .next-table-row td {
  border-width: 0 !important;
}
.detail-product-info .product-list .next-table-expanded-row td:last-child {
  display: none;
}
.detail-product-info
  .product-list
  .next-table-expanded-row
  td
  .next-table-cell-wrapper {
  display: none;
}
.detail-product-info
  .product-list
  .next-table-expanded-row
  td
  .product-note-cell {
  background-color: #f8f8f8;
  border-radius: 4px;
  line-height: 1.4;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 8px;
  overflow: hidden;
  padding: 8px 12px;
}
.detail-product-info
  .product-list
  .last-product-row
  + .next-table-expanded-row
  td {
  border-width: 0 0 1px !important;
}
.detail-product-info
  .product-list
  .last-product-row
  + .next-table-expanded-row
  td
  .product-empty-note-cell,
.detail-product-info
  .product-list
  .last-product-row
  + .next-table-expanded-row
  td
  .product-note-cell {
  margin-bottom: 24px;
}
.detail-product-info
  .product-list
  .last-product-row
  td
  .next-table-cell-wrapper,
.detail-product-info
  .product-list
  .middle-product-row
  td
  .next-table-cell-wrapper {
  padding: 20px 20px 0;
}
.detail-product-info .product-list .first-product-row td.product-detail-td {
  border-width: 0 0 1px !important;
  padding-bottom: 24px;
}
.detail-product-info
  .product-list
  .first-product-row
  td
  .next-table-cell-wrapper {
  padding: 24px 20px 0;
}
.detail-product-info .product-list .product-summary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  line-height: 22px;
  padding: 20px;
}
.detail-product-info .product-list .product-summary .product-expanded {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.detail-product-info .product-list .product-summary .product-expanded span {
  cursor: pointer;
}
.detail-product-info .product-list .product-summary .summary-item {
  margin-left: 20px;
}
.detail-product-info .product-list .product-summary .summary-item:first-child {
  margin-left: 0;
}
.detail-product-info .note {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
  padding: 20px;
}
.detail-product-info .note .note-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.detail-product-info .note .note-item b {
  font-weight: 600;
}
.detail-product-info .note .note-item:first-child {
  margin-top: 0;
}
.detail-product-info .note .note-item .attachment-item {
  margin-top: 4px;
}
.detail-product-info .note .note-item .attachment-item:first-child {
  margin-top: 0;
}
.detail-product-info .note .note-item .attachment-item .underline-action {
  margin-left: 8px;
}
.alife-wg-national-flag-icon-16 {
  background-image: url(https://img.alicdn.com/imgextra/i1/O1CN01GqcPqh1JR2FPS9lxK_!!6000000001024-2-tps-288-288.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.alife-wg-national-flag-icon-16.flag-ad {
  background-position: -1px -1px;
}
.alife-wg-national-flag-icon-16.flag-ae {
  background-position: -19px -1px;
}
.alife-wg-national-flag-icon-16.flag-af {
  background-position: -37px -1px;
}
.alife-wg-national-flag-icon-16.flag-ag {
  background-position: -55px -1px;
}
.alife-wg-national-flag-icon-16.flag-ai {
  background-position: -73px -1px;
}
.alife-wg-national-flag-icon-16.flag-al {
  background-position: -91px -1px;
}
.alife-wg-national-flag-icon-16.flag-am {
  background-position: -109px -1px;
}
.alife-wg-national-flag-icon-16.flag-ao {
  background-position: -127px -1px;
}
.alife-wg-national-flag-icon-16.flag-aq {
  background-position: -145px -1px;
}
.alife-wg-national-flag-icon-16.flag-ar {
  background-position: -163px -1px;
}
.alife-wg-national-flag-icon-16.flag-as {
  background-position: -181px -1px;
}
.alife-wg-national-flag-icon-16.flag-at {
  background-position: -199px -1px;
}
.alife-wg-national-flag-icon-16.flag-au {
  background-position: -217px -1px;
}
.alife-wg-national-flag-icon-16.flag-aw {
  background-position: -235px -1px;
}
.alife-wg-national-flag-icon-16.flag-ax {
  background-position: -253px -1px;
}
.alife-wg-national-flag-icon-16.flag-az {
  background-position: -1px -19px;
}
.alife-wg-national-flag-icon-16.flag-ba {
  background-position: -19px -19px;
}
.alife-wg-national-flag-icon-16.flag-bb {
  background-position: -37px -19px;
}
.alife-wg-national-flag-icon-16.flag-bd {
  background-position: -55px -19px;
}
.alife-wg-national-flag-icon-16.flag-be {
  background-position: -73px -19px;
}
.alife-wg-national-flag-icon-16.flag-bf {
  background-position: -91px -19px;
}
.alife-wg-national-flag-icon-16.flag-bg {
  background-position: -109px -19px;
}
.alife-wg-national-flag-icon-16.flag-bh {
  background-position: -127px -19px;
}
.alife-wg-national-flag-icon-16.flag-bi {
  background-position: -145px -19px;
}
.alife-wg-national-flag-icon-16.flag-bj {
  background-position: -163px -19px;
}
.alife-wg-national-flag-icon-16.flag-bl {
  background-position: -181px -19px;
}
.alife-wg-national-flag-icon-16.flag-bm {
  background-position: -199px -19px;
}
.alife-wg-national-flag-icon-16.flag-bn {
  background-position: -217px -19px;
}
.alife-wg-national-flag-icon-16.flag-bo {
  background-position: -235px -19px;
}
.alife-wg-national-flag-icon-16.flag-bq {
  background-position: -253px -19px;
}
.alife-wg-national-flag-icon-16.flag-br {
  background-position: -1px -37px;
}
.alife-wg-national-flag-icon-16.flag-bs {
  background-position: -19px -37px;
}
.alife-wg-national-flag-icon-16.flag-bt {
  background-position: -37px -37px;
}
.alife-wg-national-flag-icon-16.flag-bv {
  background-position: -55px -37px;
}
.alife-wg-national-flag-icon-16.flag-bw {
  background-position: -73px -37px;
}
.alife-wg-national-flag-icon-16.flag-by {
  background-position: -91px -37px;
}
.alife-wg-national-flag-icon-16.flag-bz {
  background-position: -109px -37px;
}
.alife-wg-national-flag-icon-16.flag-ca {
  background-position: -127px -37px;
}
.alife-wg-national-flag-icon-16.flag-cc {
  background-position: -145px -37px;
}
.alife-wg-national-flag-icon-16.flag-cd {
  background-position: -163px -37px;
}
.alife-wg-national-flag-icon-16.flag-cf {
  background-position: -181px -37px;
}
.alife-wg-national-flag-icon-16.flag-cg {
  background-position: -199px -37px;
}
.alife-wg-national-flag-icon-16.flag-ch {
  background-position: -217px -37px;
}
.alife-wg-national-flag-icon-16.flag-ci {
  background-position: -235px -37px;
}
.alife-wg-national-flag-icon-16.flag-ck {
  background-position: -253px -37px;
}
.alife-wg-national-flag-icon-16.flag-cl {
  background-position: -1px -55px;
}
.alife-wg-national-flag-icon-16.flag-cm {
  background-position: -19px -55px;
}
.alife-wg-national-flag-icon-16.flag-cn {
  background-position: -37px -55px;
}
.alife-wg-national-flag-icon-16.flag-co {
  background-position: -55px -55px;
}
.alife-wg-national-flag-icon-16.flag-cr {
  background-position: -73px -55px;
}
.alife-wg-national-flag-icon-16.flag-cu {
  background-position: -91px -55px;
}
.alife-wg-national-flag-icon-16.flag-cv {
  background-position: -109px -55px;
}
.alife-wg-national-flag-icon-16.flag-cw {
  background-position: -127px -55px;
}
.alife-wg-national-flag-icon-16.flag-cx {
  background-position: -145px -55px;
}
.alife-wg-national-flag-icon-16.flag-cy {
  background-position: -163px -55px;
}
.alife-wg-national-flag-icon-16.flag-cz {
  background-position: -181px -55px;
}
.alife-wg-national-flag-icon-16.flag-de {
  background-position: -199px -55px;
}
.alife-wg-national-flag-icon-16.flag-dj {
  background-position: -217px -55px;
}
.alife-wg-national-flag-icon-16.flag-dk {
  background-position: -235px -55px;
}
.alife-wg-national-flag-icon-16.flag-dm {
  background-position: -253px -55px;
}
.alife-wg-national-flag-icon-16.flag-do {
  background-position: -1px -73px;
}
.alife-wg-national-flag-icon-16.flag-dz {
  background-position: -19px -73px;
}
.alife-wg-national-flag-icon-16.flag-ec {
  background-position: -37px -73px;
}
.alife-wg-national-flag-icon-16.flag-ee {
  background-position: -55px -73px;
}
.alife-wg-national-flag-icon-16.flag-eg {
  background-position: -73px -73px;
}
.alife-wg-national-flag-icon-16.flag-eh {
  background-position: -91px -73px;
}
.alife-wg-national-flag-icon-16.flag-er {
  background-position: -109px -73px;
}
.alife-wg-national-flag-icon-16.flag-es {
  background-position: -127px -73px;
}
.alife-wg-national-flag-icon-16.flag-et {
  background-position: -145px -73px;
}
.alife-wg-national-flag-icon-16.flag-fi {
  background-position: -163px -73px;
}
.alife-wg-national-flag-icon-16.flag-fj {
  background-position: -181px -73px;
}
.alife-wg-national-flag-icon-16.flag-fk {
  background-position: -199px -73px;
}
.alife-wg-national-flag-icon-16.flag-fm {
  background-position: -217px -73px;
}
.alife-wg-national-flag-icon-16.flag-fo {
  background-position: -235px -73px;
}
.alife-wg-national-flag-icon-16.flag-fr {
  background-position: -253px -73px;
}
.alife-wg-national-flag-icon-16.flag-ga {
  background-position: -1px -91px;
}
.alife-wg-national-flag-icon-16.flag-gb {
  background-position: -19px -91px;
}
.alife-wg-national-flag-icon-16.flag-gd {
  background-position: -37px -91px;
}
.alife-wg-national-flag-icon-16.flag-ge {
  background-position: -55px -91px;
}
.alife-wg-national-flag-icon-16.flag-gf {
  background-position: -73px -91px;
}
.alife-wg-national-flag-icon-16.flag-gg {
  background-position: -91px -91px;
}
.alife-wg-national-flag-icon-16.flag-gh {
  background-position: -109px -91px;
}
.alife-wg-national-flag-icon-16.flag-gi {
  background-position: -127px -91px;
}
.alife-wg-national-flag-icon-16.flag-gl {
  background-position: -145px -91px;
}
.alife-wg-national-flag-icon-16.flag-gm {
  background-position: -163px -91px;
}
.alife-wg-national-flag-icon-16.flag-gn {
  background-position: -181px -91px;
}
.alife-wg-national-flag-icon-16.flag-gp {
  background-image: url(https://u.alicdn.com/mobile/g/common/flags/1.0.0/assets/gp.png);
  background-size: contain;
  position: relative;
  top: 2px;
  width: 16px;
}
.alife-wg-national-flag-icon-16.flag-ks {
  background-image: url(https://u.alicdn.com/mobile/g/common/flags/1.0.0/assets/ks.png);
  background-size: contain;
  position: relative;
  top: 2px;
  width: 16px;
}
.alife-wg-national-flag-icon-16.flag-eaz {
  background-image: url(https://u.alicdn.com/mobile/g/common/flags/1.0.0/assets/eaz.png);
  background-size: contain;
  position: relative;
  top: 2px;
  width: 16px;
}
.alife-wg-national-flag-icon-16.flag-gq {
  background-position: -217px -91px;
}
.alife-wg-national-flag-icon-16.flag-gr {
  background-position: -235px -91px;
}
.alife-wg-national-flag-icon-16.flag-gs,
.alife-wg-national-flag-icon-16.flag-sgs {
  background-position: -253px -91px;
}
.alife-wg-national-flag-icon-16.flag-gt {
  background-position: -1px -109px;
}
.alife-wg-national-flag-icon-16.flag-gu {
  background-position: -19px -109px;
}
.alife-wg-national-flag-icon-16.flag-gw {
  background-position: -37px -109px;
}
.alife-wg-national-flag-icon-16.flag-gy {
  background-position: -55px -109px;
}
.alife-wg-national-flag-icon-16.flag-hk {
  background-position: -73px -109px;
}
.alife-wg-national-flag-icon-16.flag-hm {
  background-position: -91px -109px;
}
.alife-wg-national-flag-icon-16.flag-hn {
  background-position: -109px -109px;
}
.alife-wg-national-flag-icon-16.flag-hr {
  background-position: -127px -109px;
}
.alife-wg-national-flag-icon-16.flag-ht {
  background-position: -145px -109px;
}
.alife-wg-national-flag-icon-16.flag-hu {
  background-position: -163px -109px;
}
.alife-wg-national-flag-icon-16.flag-id {
  background-position: -181px -109px;
}
.alife-wg-national-flag-icon-16.flag-ie {
  background-position: -199px -109px;
}
.alife-wg-national-flag-icon-16.flag-il {
  background-position: -217px -109px;
}
.alife-wg-national-flag-icon-16.flag-im {
  background-position: -235px -109px;
}
.alife-wg-national-flag-icon-16.flag-in {
  background-position: -253px -109px;
}
.alife-wg-national-flag-icon-16.flag-io {
  background-position: -1px -127px;
}
.alife-wg-national-flag-icon-16.flag-iq {
  background-position: -19px -127px;
}
.alife-wg-national-flag-icon-16.flag-ir {
  background-position: -37px -127px;
}
.alife-wg-national-flag-icon-16.flag-is {
  background-position: -55px -127px;
}
.alife-wg-national-flag-icon-16.flag-it {
  background-position: -73px -127px;
}
.alife-wg-national-flag-icon-16.flag-je {
  background-position: -91px -127px;
}
.alife-wg-national-flag-icon-16.flag-jm {
  background-position: -109px -127px;
}
.alife-wg-national-flag-icon-16.flag-jo {
  background-position: -127px -127px;
}
.alife-wg-national-flag-icon-16.flag-jp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 8px 8px 8px 0;
  width: 20px;
}
.alife-wg-national-flag-icon-16.flag-jp:after {
  background: #e31c1b;
  border-radius: 6px;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
}
.alife-wg-national-flag-icon-16.flag-ke {
  background-position: -163px -127px;
}
.alife-wg-national-flag-icon-16.flag-kg {
  background-position: -181px -127px;
}
.alife-wg-national-flag-icon-16.flag-kh {
  background-position: -199px -127px;
}
.alife-wg-national-flag-icon-16.flag-ki {
  background-position: -217px -127px;
}
.alife-wg-national-flag-icon-16.flag-km {
  background-position: -235px -127px;
}
.alife-wg-national-flag-icon-16.flag-kn {
  background-position: -253px -127px;
}
.alife-wg-national-flag-icon-16.flag-kp {
  background-position: -1px -145px;
}
.alife-wg-national-flag-icon-16.flag-kr {
  background-position: -19px -145px;
}
.alife-wg-national-flag-icon-16.flag-kw {
  background-position: -37px -145px;
}
.alife-wg-national-flag-icon-16.flag-ky {
  background-position: -55px -145px;
}
.alife-wg-national-flag-icon-16.flag-kz {
  background-position: -73px -145px;
}
.alife-wg-national-flag-icon-16.flag-la {
  background-position: -91px -145px;
}
.alife-wg-national-flag-icon-16.flag-lb {
  background-position: -109px -145px;
}
.alife-wg-national-flag-icon-16.flag-lc {
  background-position: -127px -145px;
}
.alife-wg-national-flag-icon-16.flag-li {
  background-position: -145px -145px;
}
.alife-wg-national-flag-icon-16.flag-lk {
  background-position: -163px -145px;
}
.alife-wg-national-flag-icon-16.flag-lr {
  background-position: -181px -145px;
}
.alife-wg-national-flag-icon-16.flag-ls {
  background-position: -199px -145px;
}
.alife-wg-national-flag-icon-16.flag-lt {
  background-position: -217px -145px;
}
.alife-wg-national-flag-icon-16.flag-lu {
  background-position: -235px -145px;
}
.alife-wg-national-flag-icon-16.flag-lv {
  background-position: -253px -145px;
}
.alife-wg-national-flag-icon-16.flag-ly {
  background-position: -1px -163px;
}
.alife-wg-national-flag-icon-16.flag-ma {
  background-position: -19px -163px;
}
.alife-wg-national-flag-icon-16.flag-mc {
  background-position: -37px -163px;
}
.alife-wg-national-flag-icon-16.flag-md {
  background-position: -55px -163px;
}
.alife-wg-national-flag-icon-16.flag-me {
  background-position: -73px -163px;
}
.alife-wg-national-flag-icon-16.flag-mf {
  background-position: -91px -163px;
}
.alife-wg-national-flag-icon-16.flag-mg {
  background-position: -109px -163px;
}
.alife-wg-national-flag-icon-16.flag-mh {
  background-position: -127px -163px;
}
.alife-wg-national-flag-icon-16.flag-mk {
  background-position: -145px -163px;
}
.alife-wg-national-flag-icon-16.flag-ml {
  background-position: -163px -163px;
}
.alife-wg-national-flag-icon-16.flag-mm {
  background-position: -181px -163px;
}
.alife-wg-national-flag-icon-16.flag-mn {
  background-position: -199px -163px;
}
.alife-wg-national-flag-icon-16.flag-mo {
  background-position: -217px -163px;
}
.alife-wg-national-flag-icon-16.flag-mp {
  background-position: -235px -163px;
}
.alife-wg-national-flag-icon-16.flag-mq {
  background-position: -253px -163px;
}
.alife-wg-national-flag-icon-16.flag-mr {
  background-position: -1px -181px;
}
.alife-wg-national-flag-icon-16.flag-ms {
  background-position: -19px -181px;
}
.alife-wg-national-flag-icon-16.flag-mt {
  background-position: -37px -181px;
}
.alife-wg-national-flag-icon-16.flag-mu {
  background-position: -55px -181px;
}
.alife-wg-national-flag-icon-16.flag-mv {
  background-position: -73px -181px;
}
.alife-wg-national-flag-icon-16.flag-mw {
  background-position: -91px -181px;
}
.alife-wg-national-flag-icon-16.flag-mx {
  background-position: -109px -181px;
}
.alife-wg-national-flag-icon-16.flag-my {
  background-position: -127px -181px;
}
.alife-wg-national-flag-icon-16.flag-mz {
  background-position: -145px -181px;
}
.alife-wg-national-flag-icon-16.flag-na {
  background-position: -163px -181px;
}
.alife-wg-national-flag-icon-16.flag-nc {
  background-position: -181px -181px;
}
.alife-wg-national-flag-icon-16.flag-ne {
  background-position: -199px -181px;
}
.alife-wg-national-flag-icon-16.flag-nf {
  background-position: -217px -181px;
}
.alife-wg-national-flag-icon-16.flag-ng {
  background-position: -235px -181px;
}
.alife-wg-national-flag-icon-16.flag-ni {
  background-position: -253px -181px;
}
.alife-wg-national-flag-icon-16.flag-nl {
  background-position: -1px -199px;
}
.alife-wg-national-flag-icon-16.flag-no {
  background-position: -19px -199px;
}
.alife-wg-national-flag-icon-16.flag-np {
  background-position: -37px -199px;
}
.alife-wg-national-flag-icon-16.flag-nr {
  background-position: -55px -199px;
}
.alife-wg-national-flag-icon-16.flag-nu {
  background-position: -73px -199px;
}
.alife-wg-national-flag-icon-16.flag-nz {
  background-position: -91px -199px;
}
.alife-wg-national-flag-icon-16.flag-om {
  background-position: -109px -199px;
}
.alife-wg-national-flag-icon-16.flag-pa {
  background-position: -127px -199px;
}
.alife-wg-national-flag-icon-16.flag-pe {
  background-position: -145px -199px;
}
.alife-wg-national-flag-icon-16.flag-pf {
  background-position: -163px -199px;
}
.alife-wg-national-flag-icon-16.flag-pg {
  background-position: -181px -199px;
}
.alife-wg-national-flag-icon-16.flag-ph {
  background-position: -199px -199px;
}
.alife-wg-national-flag-icon-16.flag-pk {
  background-position: -217px -199px;
}
.alife-wg-national-flag-icon-16.flag-pl {
  background-position: -235px -199px;
}
.alife-wg-national-flag-icon-16.flag-pm {
  background-position: -253px -199px;
}
.alife-wg-national-flag-icon-16.flag-pn {
  background-position: -1px -217px;
}
.alife-wg-national-flag-icon-16.flag-pr {
  background-position: -19px -217px;
}
.alife-wg-national-flag-icon-16.flag-ps {
  background-position: -37px -217px;
}
.alife-wg-national-flag-icon-16.flag-pt {
  background-position: -55px -217px;
}
.alife-wg-national-flag-icon-16.flag-pw {
  background-position: -73px -217px;
}
.alife-wg-national-flag-icon-16.flag-py {
  background-position: -91px -217px;
}
.alife-wg-national-flag-icon-16.flag-qa {
  background-position: -109px -217px;
}
.alife-wg-national-flag-icon-16.flag-re {
  background-position: -127px -217px;
}
.alife-wg-national-flag-icon-16.flag-ro {
  background-position: -145px -217px;
}
.alife-wg-national-flag-icon-16.flag-rs {
  background-position: -163px -217px;
}
.alife-wg-national-flag-icon-16.flag-ru {
  background-position: -181px -217px;
}
.alife-wg-national-flag-icon-16.flag-rw {
  background-position: -199px -217px;
}
.alife-wg-national-flag-icon-16.flag-sa {
  background-position: -217px -217px;
}
.alife-wg-national-flag-icon-16.flag-sb {
  background-position: -235px -217px;
}
.alife-wg-national-flag-icon-16.flag-sc {
  background-position: -253px -217px;
}
.alife-wg-national-flag-icon-16.flag-sd {
  background-position: -1px -235px;
}
.alife-wg-national-flag-icon-16.flag-se {
  background-position: -19px -235px;
}
.alife-wg-national-flag-icon-16.flag-sg {
  background-position: -37px -235px;
}
.alife-wg-national-flag-icon-16.flag-sh {
  background-position: -55px -235px;
}
.alife-wg-national-flag-icon-16.flag-si {
  background-position: -73px -235px;
}
.alife-wg-national-flag-icon-16.flag-sj {
  background-position: -91px -235px;
}
.alife-wg-national-flag-icon-16.flag-sk {
  background-position: -109px -235px;
}
.alife-wg-national-flag-icon-16.flag-sl {
  background-position: -127px -235px;
}
.alife-wg-national-flag-icon-16.flag-sm {
  background-position: -145px -235px;
}
.alife-wg-national-flag-icon-16.flag-sn {
  background-position: -163px -235px;
}
.alife-wg-national-flag-icon-16.flag-so {
  background-position: -181px -235px;
}
.alife-wg-national-flag-icon-16.flag-sr {
  background-position: -199px -235px;
}
.alife-wg-national-flag-icon-16.flag-ss {
  background-position: -217px -235px;
}
.alife-wg-national-flag-icon-16.flag-st {
  background-position: -235px -235px;
}
.alife-wg-national-flag-icon-16.flag-sv {
  background-position: -253px -235px;
}
.alife-wg-national-flag-icon-16.flag-sx {
  background-position: -1px -253px;
}
.alife-wg-national-flag-icon-16.flag-sy {
  background-position: -19px -253px;
}
.alife-wg-national-flag-icon-16.flag-sz {
  background-position: -37px -253px;
}
.alife-wg-national-flag-icon-16.flag-tc {
  background-position: -55px -253px;
}
.alife-wg-national-flag-icon-16.flag-td {
  background-position: -73px -253px;
}
.alife-wg-national-flag-icon-16.flag-tf {
  background-position: -91px -253px;
}
.alife-wg-national-flag-icon-16.flag-tg {
  background-position: -109px -253px;
}
.alife-wg-national-flag-icon-16.flag-th {
  background-position: -127px -253px;
}
.alife-wg-national-flag-icon-16.flag-tj {
  background-position: -145px -253px;
}
.alife-wg-national-flag-icon-16.flag-tk {
  background-position: -163px -253px;
}
.alife-wg-national-flag-icon-16.flag-tl {
  background-position: -181px -253px;
}
.alife-wg-national-flag-icon-16.flag-tm {
  background-position: -199px -253px;
}
.alife-wg-national-flag-icon-16.flag-tn {
  background-position: -217px -253px;
}
.alife-wg-national-flag-icon-16.flag-to {
  background-position: -235px -253px;
}
.alife-wg-national-flag-icon-16.flag-tr {
  background-position: -253px -253px;
}
.alife-wg-national-flag-icon-16.flag-tt {
  background-position: -271px -1px;
}
.alife-wg-national-flag-icon-16.flag-tv {
  background-position: -271px -19px;
}
.alife-wg-national-flag-icon-16.flag-tw {
  background-image: url(https://img.alicdn.com/imgextra/i2/O1CN019IaNOq1TVIBOnJJhF_!!6000000002387-2-tps-48-48.png);
  background-size: contain;
  position: relative;
  top: 2px;
  width: 16px;
}
.alife-wg-national-flag-icon-16.flag-tz {
  background-position: -271px -55px;
}
.alife-wg-national-flag-icon-16.flag-ua {
  background-position: -271px -73px;
}
.alife-wg-national-flag-icon-16.flag-ug {
  background-position: -271px -91px;
}
.alife-wg-national-flag-icon-16.flag-um {
  background-position: -271px -109px;
}
.alife-wg-national-flag-icon-16.flag-us {
  background-position: -271px -127px;
}
.alife-wg-national-flag-icon-16.flag-uy {
  background-position: -271px -145px;
}
.alife-wg-national-flag-icon-16.flag-uz {
  background-position: -271px -163px;
}
.alife-wg-national-flag-icon-16.flag-va {
  background-position: -271px -181px;
}
.alife-wg-national-flag-icon-16.flag-vc {
  background-position: -271px -199px;
}
.alife-wg-national-flag-icon-16.flag-ve {
  background-position: -271px -217px;
}
.alife-wg-national-flag-icon-16.flag-vg {
  background-position: -271px -235px;
}
.alife-wg-national-flag-icon-16.flag-vi {
  background-position: -271px -253px;
}
.alife-wg-national-flag-icon-16.flag-vn {
  background-position: -1px -271px;
}
.alife-wg-national-flag-icon-16.flag-vu {
  background-position: -19px -271px;
}
.alife-wg-national-flag-icon-16.flag-wf {
  background-position: -37px -271px;
}
.alife-wg-national-flag-icon-16.flag-ws {
  background-position: -55px -271px;
}
.alife-wg-national-flag-icon-16.flag-ye {
  background-position: -73px -271px;
}
.alife-wg-national-flag-icon-16.flag-yt {
  background-position: -91px -271px;
}
.alife-wg-national-flag-icon-16.flag-za {
  background-position: -109px -271px;
}
.alife-wg-national-flag-icon-16.flag-zm {
  background-position: -127px -271px;
}
.alife-wg-national-flag-icon-16.flag-zw {
  background-position: -145px -271px;
}
.alife-wg-national-flag-icon-32 {
  background-image: url(https://img.alicdn.com/imgextra/i3/O1CN01RYIvNd1jS7Bwqw5nR_!!6000000004546-2-tps-544-544.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  width: 32px;
}
.alife-wg-national-flag-icon-32.flag-ad {
  background-position: -1px -1px;
}
.alife-wg-national-flag-icon-32.flag-ae {
  background-position: -35px -1px;
}
.alife-wg-national-flag-icon-32.flag-af {
  background-position: -69px -1px;
}
.alife-wg-national-flag-icon-32.flag-ag {
  background-position: -103px -1px;
}
.alife-wg-national-flag-icon-32.flag-ai {
  background-position: -137px -1px;
}
.alife-wg-national-flag-icon-32.flag-al {
  background-position: -171px -1px;
}
.alife-wg-national-flag-icon-32.flag-am {
  background-position: -205px -1px;
}
.alife-wg-national-flag-icon-32.flag-ao {
  background-position: -239px -1px;
}
.alife-wg-national-flag-icon-32.flag-aq {
  background-position: -273px -1px;
}
.alife-wg-national-flag-icon-32.flag-ar {
  background-position: -307px -1px;
}
.alife-wg-national-flag-icon-32.flag-as {
  background-position: -341px -1px;
}
.alife-wg-national-flag-icon-32.flag-at {
  background-position: -375px -1px;
}
.alife-wg-national-flag-icon-32.flag-au {
  background-position: -409px -1px;
}
.alife-wg-national-flag-icon-32.flag-aw {
  background-position: -443px -1px;
}
.alife-wg-national-flag-icon-32.flag-ax {
  background-position: -477px -1px;
}
.alife-wg-national-flag-icon-32.flag-az {
  background-position: -1px -35px;
}
.alife-wg-national-flag-icon-32.flag-ba {
  background-position: -35px -35px;
}
.alife-wg-national-flag-icon-32.flag-bb {
  background-position: -69px -35px;
}
.alife-wg-national-flag-icon-32.flag-bd {
  background-position: -103px -35px;
}
.alife-wg-national-flag-icon-32.flag-be {
  background-position: -137px -35px;
}
.alife-wg-national-flag-icon-32.flag-bf {
  background-position: -171px -35px;
}
.alife-wg-national-flag-icon-32.flag-bg {
  background-position: -205px -35px;
}
.alife-wg-national-flag-icon-32.flag-bh {
  background-position: -239px -35px;
}
.alife-wg-national-flag-icon-32.flag-bi {
  background-position: -273px -35px;
}
.alife-wg-national-flag-icon-32.flag-bj {
  background-position: -307px -35px;
}
.alife-wg-national-flag-icon-32.flag-bl {
  background-position: -341px -35px;
}
.alife-wg-national-flag-icon-32.flag-bm {
  background-position: -375px -35px;
}
.alife-wg-national-flag-icon-32.flag-bn {
  background-position: -409px -35px;
}
.alife-wg-national-flag-icon-32.flag-bo {
  background-position: -443px -35px;
}
.alife-wg-national-flag-icon-32.flag-bq {
  background-position: -477px -35px;
}
.alife-wg-national-flag-icon-32.flag-br {
  background-position: -1px -69px;
}
.alife-wg-national-flag-icon-32.flag-bs {
  background-position: -35px -69px;
}
.alife-wg-national-flag-icon-32.flag-bt {
  background-position: -69px -69px;
}
.alife-wg-national-flag-icon-32.flag-bv {
  background-position: -103px -69px;
}
.alife-wg-national-flag-icon-32.flag-bw {
  background-position: -137px -69px;
}
.alife-wg-national-flag-icon-32.flag-by {
  background-position: -171px -69px;
}
.alife-wg-national-flag-icon-32.flag-bz {
  background-position: -205px -69px;
}
.alife-wg-national-flag-icon-32.flag-ca {
  background-position: -239px -69px;
}
.alife-wg-national-flag-icon-32.flag-cc {
  background-position: -273px -69px;
}
.alife-wg-national-flag-icon-32.flag-cd {
  background-position: -307px -69px;
}
.alife-wg-national-flag-icon-32.flag-cf {
  background-position: -341px -69px;
}
.alife-wg-national-flag-icon-32.flag-cg {
  background-position: -375px -69px;
}
.alife-wg-national-flag-icon-32.flag-ch {
  background-position: -409px -69px;
}
.alife-wg-national-flag-icon-32.flag-ci {
  background-position: -443px -69px;
}
.alife-wg-national-flag-icon-32.flag-ck {
  background-position: -477px -69px;
}
.alife-wg-national-flag-icon-32.flag-cl {
  background-position: -1px -103px;
}
.alife-wg-national-flag-icon-32.flag-cm {
  background-position: -35px -103px;
}
.alife-wg-national-flag-icon-32.flag-cn {
  background-position: -69px -103px;
}
.alife-wg-national-flag-icon-32.flag-co {
  background-position: -103px -103px;
}
.alife-wg-national-flag-icon-32.flag-cr {
  background-position: -137px -103px;
}
.alife-wg-national-flag-icon-32.flag-cu {
  background-position: -171px -103px;
}
.alife-wg-national-flag-icon-32.flag-cv {
  background-position: -205px -103px;
}
.alife-wg-national-flag-icon-32.flag-cw {
  background-position: -239px -103px;
}
.alife-wg-national-flag-icon-32.flag-cx {
  background-position: -273px -103px;
}
.alife-wg-national-flag-icon-32.flag-cy {
  background-position: -307px -103px;
}
.alife-wg-national-flag-icon-32.flag-cz {
  background-position: -341px -103px;
}
.alife-wg-national-flag-icon-32.flag-de {
  background-position: -375px -103px;
}
.alife-wg-national-flag-icon-32.flag-dj {
  background-position: -409px -103px;
}
.alife-wg-national-flag-icon-32.flag-dk {
  background-position: -443px -103px;
}
.alife-wg-national-flag-icon-32.flag-dm {
  background-position: -477px -103px;
}
.alife-wg-national-flag-icon-32.flag-do {
  background-position: -1px -137px;
}
.alife-wg-national-flag-icon-32.flag-dz {
  background-position: -35px -137px;
}
.alife-wg-national-flag-icon-32.flag-ec {
  background-position: -69px -137px;
}
.alife-wg-national-flag-icon-32.flag-ee {
  background-position: -103px -137px;
}
.alife-wg-national-flag-icon-32.flag-eg {
  background-position: -137px -137px;
}
.alife-wg-national-flag-icon-32.flag-eh {
  background-position: -171px -137px;
}
.alife-wg-national-flag-icon-32.flag-er {
  background-position: -205px -137px;
}
.alife-wg-national-flag-icon-32.flag-es {
  background-position: -239px -137px;
}
.alife-wg-national-flag-icon-32.flag-et {
  background-position: -273px -137px;
}
.alife-wg-national-flag-icon-32.flag-fi {
  background-position: -307px -137px;
}
.alife-wg-national-flag-icon-32.flag-fj {
  background-position: -341px -137px;
}
.alife-wg-national-flag-icon-32.flag-fk {
  background-position: -375px -137px;
}
.alife-wg-national-flag-icon-32.flag-fm {
  background-position: -409px -137px;
}
.alife-wg-national-flag-icon-32.flag-fo {
  background-position: -443px -137px;
}
.alife-wg-national-flag-icon-32.flag-fr {
  background-position: -477px -137px;
}
.alife-wg-national-flag-icon-32.flag-ga {
  background-position: -1px -171px;
}
.alife-wg-national-flag-icon-32.flag-gb {
  background-position: -35px -171px;
}
.alife-wg-national-flag-icon-32.flag-gd {
  background-position: -69px -171px;
}
.alife-wg-national-flag-icon-32.flag-ge {
  background-position: -103px -171px;
}
.alife-wg-national-flag-icon-32.flag-gf {
  background-position: -137px -171px;
}
.alife-wg-national-flag-icon-32.flag-gg {
  background-position: -171px -171px;
}
.alife-wg-national-flag-icon-32.flag-gh {
  background-position: -205px -171px;
}
.alife-wg-national-flag-icon-32.flag-gi {
  background-position: -239px -171px;
}
.alife-wg-national-flag-icon-32.flag-gl {
  background-position: -273px -171px;
}
.alife-wg-national-flag-icon-32.flag-gm {
  background-position: -307px -171px;
}
.alife-wg-national-flag-icon-32.flag-gn {
  background-position: -341px -171px;
}
.alife-wg-national-flag-icon-32.flag-gp {
  background-image: url(https://u.alicdn.com/mobile/g/common/flags/1.0.0/assets/gp.png);
  background-size: contain;
  position: relative;
  top: 6px;
  width: 32px;
}
.alife-wg-national-flag-icon-32.flag-ks {
  background-image: url(https://u.alicdn.com/mobile/g/common/flags/1.0.0/assets/ks.png);
  background-size: contain;
  position: relative;
  top: 6px;
  width: 32px;
}
.alife-wg-national-flag-icon-32.flag-eaz {
  background-image: url(https://u.alicdn.com/mobile/g/common/flags/1.0.0/assets/eaz.png);
  background-size: contain;
  position: relative;
  top: 6px;
  width: 32px;
}
.alife-wg-national-flag-icon-32.flag-gq {
  background-position: -409px -171px;
}
.alife-wg-national-flag-icon-32.flag-gr {
  background-position: -443px -171px;
}
.alife-wg-national-flag-icon-32.flag-gs,
.alife-wg-national-flag-icon-32.flag-sgs {
  background-position: -477px -171px;
}
.alife-wg-national-flag-icon-32.flag-gt {
  background-position: -1px -205px;
}
.alife-wg-national-flag-icon-32.flag-gu {
  background-position: -35px -205px;
}
.alife-wg-national-flag-icon-32.flag-gw {
  background-position: -69px -205px;
}
.alife-wg-national-flag-icon-32.flag-gy {
  background-position: -103px -205px;
}
.alife-wg-national-flag-icon-32.flag-hk {
  background-position: -137px -205px;
}
.alife-wg-national-flag-icon-32.flag-hm {
  background-position: -171px -205px;
}
.alife-wg-national-flag-icon-32.flag-hn {
  background-position: -205px -205px;
}
.alife-wg-national-flag-icon-32.flag-hr {
  background-position: -239px -205px;
}
.alife-wg-national-flag-icon-32.flag-ht {
  background-position: -273px -205px;
}
.alife-wg-national-flag-icon-32.flag-hu {
  background-position: -307px -205px;
}
.alife-wg-national-flag-icon-32.flag-id {
  background-position: -341px -205px;
}
.alife-wg-national-flag-icon-32.flag-ie {
  background-position: -375px -205px;
}
.alife-wg-national-flag-icon-32.flag-il {
  background-position: -409px -205px;
}
.alife-wg-national-flag-icon-32.flag-im {
  background-position: -443px -205px;
}
.alife-wg-national-flag-icon-32.flag-in {
  background-position: -477px -205px;
}
.alife-wg-national-flag-icon-32.flag-io {
  background-position: -1px -239px;
}
.alife-wg-national-flag-icon-32.flag-iq {
  background-position: -35px -239px;
}
.alife-wg-national-flag-icon-32.flag-ir {
  background-position: -69px -239px;
}
.alife-wg-national-flag-icon-32.flag-is {
  background-position: -103px -239px;
}
.alife-wg-national-flag-icon-32.flag-it {
  background-position: -137px -239px;
}
.alife-wg-national-flag-icon-32.flag-je {
  background-position: -171px -239px;
}
.alife-wg-national-flag-icon-32.flag-jm {
  background-position: -205px -239px;
}
.alife-wg-national-flag-icon-32.flag-jo {
  background-position: -239px -239px;
}
.alife-wg-national-flag-icon-32.flag-jp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 8px 8px 8px 0;
  width: 32px;
}
.alife-wg-national-flag-icon-32.flag-jp:after {
  background: #e31c1b;
  border-radius: 10px;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}
.alife-wg-national-flag-icon-32.flag-ke {
  background-position: -307px -239px;
}
.alife-wg-national-flag-icon-32.flag-kg {
  background-position: -341px -239px;
}
.alife-wg-national-flag-icon-32.flag-kh {
  background-position: -375px -239px;
}
.alife-wg-national-flag-icon-32.flag-ki {
  background-position: -409px -239px;
}
.alife-wg-national-flag-icon-32.flag-km {
  background-position: -443px -239px;
}
.alife-wg-national-flag-icon-32.flag-kn {
  background-position: -477px -239px;
}
.alife-wg-national-flag-icon-32.flag-kp {
  background-position: -1px -273px;
}
.alife-wg-national-flag-icon-32.flag-kr {
  background-position: -35px -273px;
}
.alife-wg-national-flag-icon-32.flag-kw {
  background-position: -69px -273px;
}
.alife-wg-national-flag-icon-32.flag-ky {
  background-position: -103px -273px;
}
.alife-wg-national-flag-icon-32.flag-kz {
  background-position: -137px -273px;
}
.alife-wg-national-flag-icon-32.flag-la {
  background-position: -171px -273px;
}
.alife-wg-national-flag-icon-32.flag-lb {
  background-position: -205px -273px;
}
.alife-wg-national-flag-icon-32.flag-lc {
  background-position: -239px -273px;
}
.alife-wg-national-flag-icon-32.flag-li {
  background-position: -273px -273px;
}
.alife-wg-national-flag-icon-32.flag-lk {
  background-position: -307px -273px;
}
.alife-wg-national-flag-icon-32.flag-lr {
  background-position: -341px -273px;
}
.alife-wg-national-flag-icon-32.flag-ls {
  background-position: -375px -273px;
}
.alife-wg-national-flag-icon-32.flag-lt {
  background-position: -409px -273px;
}
.alife-wg-national-flag-icon-32.flag-lu {
  background-position: -443px -273px;
}
.alife-wg-national-flag-icon-32.flag-lv {
  background-position: -477px -273px;
}
.alife-wg-national-flag-icon-32.flag-ly {
  background-position: -1px -307px;
}
.alife-wg-national-flag-icon-32.flag-ma {
  background-position: -35px -307px;
}
.alife-wg-national-flag-icon-32.flag-mc {
  background-position: -69px -307px;
}
.alife-wg-national-flag-icon-32.flag-md {
  background-position: -103px -307px;
}
.alife-wg-national-flag-icon-32.flag-me {
  background-position: -137px -307px;
}
.alife-wg-national-flag-icon-32.flag-mf {
  background-position: -171px -307px;
}
.alife-wg-national-flag-icon-32.flag-mg {
  background-position: -205px -307px;
}
.alife-wg-national-flag-icon-32.flag-mh {
  background-position: -239px -307px;
}
.alife-wg-national-flag-icon-32.flag-mk {
  background-position: -273px -307px;
}
.alife-wg-national-flag-icon-32.flag-ml {
  background-position: -307px -307px;
}
.alife-wg-national-flag-icon-32.flag-mm {
  background-position: -341px -307px;
}
.alife-wg-national-flag-icon-32.flag-mn {
  background-position: -375px -307px;
}
.alife-wg-national-flag-icon-32.flag-mo {
  background-position: -409px -307px;
}
.alife-wg-national-flag-icon-32.flag-mp {
  background-position: -443px -307px;
}
.alife-wg-national-flag-icon-32.flag-mq {
  background-position: -477px -307px;
}
.alife-wg-national-flag-icon-32.flag-mr {
  background-position: -1px -341px;
}
.alife-wg-national-flag-icon-32.flag-ms {
  background-position: -35px -341px;
}
.alife-wg-national-flag-icon-32.flag-mt {
  background-position: -69px -341px;
}
.alife-wg-national-flag-icon-32.flag-mu {
  background-position: -103px -341px;
}
.alife-wg-national-flag-icon-32.flag-mv {
  background-position: -137px -341px;
}
.alife-wg-national-flag-icon-32.flag-mw {
  background-position: -171px -341px;
}
.alife-wg-national-flag-icon-32.flag-mx {
  background-position: -205px -341px;
}
.alife-wg-national-flag-icon-32.flag-my {
  background-position: -239px -341px;
}
.alife-wg-national-flag-icon-32.flag-mz {
  background-position: -273px -341px;
}
.alife-wg-national-flag-icon-32.flag-na {
  background-position: -307px -341px;
}
.alife-wg-national-flag-icon-32.flag-nc {
  background-position: -341px -341px;
}
.alife-wg-national-flag-icon-32.flag-ne {
  background-position: -375px -341px;
}
.alife-wg-national-flag-icon-32.flag-nf {
  background-position: -409px -341px;
}
.alife-wg-national-flag-icon-32.flag-ng {
  background-position: -443px -341px;
}
.alife-wg-national-flag-icon-32.flag-ni {
  background-position: -477px -341px;
}
.alife-wg-national-flag-icon-32.flag-nl {
  background-position: -1px -375px;
}
.alife-wg-national-flag-icon-32.flag-no {
  background-position: -35px -375px;
}
.alife-wg-national-flag-icon-32.flag-np {
  background-position: -69px -375px;
}
.alife-wg-national-flag-icon-32.flag-nr {
  background-position: -103px -375px;
}
.alife-wg-national-flag-icon-32.flag-nu {
  background-position: -137px -375px;
}
.alife-wg-national-flag-icon-32.flag-nz {
  background-position: -171px -375px;
}
.alife-wg-national-flag-icon-32.flag-om {
  background-position: -205px -375px;
}
.alife-wg-national-flag-icon-32.flag-pa {
  background-position: -239px -375px;
}
.alife-wg-national-flag-icon-32.flag-pe {
  background-position: -273px -375px;
}
.alife-wg-national-flag-icon-32.flag-pf {
  background-position: -307px -375px;
}
.alife-wg-national-flag-icon-32.flag-pg {
  background-position: -341px -375px;
}
.alife-wg-national-flag-icon-32.flag-ph {
  background-position: -375px -375px;
}
.alife-wg-national-flag-icon-32.flag-pk {
  background-position: -409px -375px;
}
.alife-wg-national-flag-icon-32.flag-pl {
  background-position: -443px -375px;
}
.alife-wg-national-flag-icon-32.flag-pm {
  background-position: -477px -375px;
}
.alife-wg-national-flag-icon-32.flag-pn {
  background-position: -1px -409px;
}
.alife-wg-national-flag-icon-32.flag-pr {
  background-position: -35px -409px;
}
.alife-wg-national-flag-icon-32.flag-ps {
  background-position: -69px -409px;
}
.alife-wg-national-flag-icon-32.flag-pt {
  background-position: -103px -409px;
}
.alife-wg-national-flag-icon-32.flag-pw {
  background-position: -137px -409px;
}
.alife-wg-national-flag-icon-32.flag-py {
  background-position: -171px -409px;
}
.alife-wg-national-flag-icon-32.flag-qa {
  background-position: -205px -409px;
}
.alife-wg-national-flag-icon-32.flag-re {
  background-position: -239px -409px;
}
.alife-wg-national-flag-icon-32.flag-ro {
  background-position: -273px -409px;
}
.alife-wg-national-flag-icon-32.flag-rs {
  background-position: -307px -409px;
}
.alife-wg-national-flag-icon-32.flag-ru {
  background-position: -341px -409px;
}
.alife-wg-national-flag-icon-32.flag-rw {
  background-position: -375px -409px;
}
.alife-wg-national-flag-icon-32.flag-sa {
  background-position: -409px -409px;
}
.alife-wg-national-flag-icon-32.flag-sb {
  background-position: -443px -409px;
}
.alife-wg-national-flag-icon-32.flag-sc {
  background-position: -477px -409px;
}
.alife-wg-national-flag-icon-32.flag-sd {
  background-position: -1px -443px;
}
.alife-wg-national-flag-icon-32.flag-se {
  background-position: -35px -443px;
}
.alife-wg-national-flag-icon-32.flag-sg {
  background-position: -69px -443px;
}
.alife-wg-national-flag-icon-32.flag-sh {
  background-position: -103px -443px;
}
.alife-wg-national-flag-icon-32.flag-si {
  background-position: -137px -443px;
}
.alife-wg-national-flag-icon-32.flag-sj {
  background-position: -171px -443px;
}
.alife-wg-national-flag-icon-32.flag-sk {
  background-position: -205px -443px;
}
.alife-wg-national-flag-icon-32.flag-sl {
  background-position: -239px -443px;
}
.alife-wg-national-flag-icon-32.flag-sm {
  background-position: -273px -443px;
}
.alife-wg-national-flag-icon-32.flag-sn {
  background-position: -307px -443px;
}
.alife-wg-national-flag-icon-32.flag-so {
  background-position: -341px -443px;
}
.alife-wg-national-flag-icon-32.flag-sr {
  background-position: -375px -443px;
}
.alife-wg-national-flag-icon-32.flag-ss {
  background-position: -409px -443px;
}
.alife-wg-national-flag-icon-32.flag-st {
  background-position: -443px -443px;
}
.alife-wg-national-flag-icon-32.flag-sv {
  background-position: -477px -443px;
}
.alife-wg-national-flag-icon-32.flag-sx {
  background-position: -1px -477px;
}
.alife-wg-national-flag-icon-32.flag-sy {
  background-position: -35px -477px;
}
.alife-wg-national-flag-icon-32.flag-sz {
  background-position: -69px -477px;
}
.alife-wg-national-flag-icon-32.flag-tc {
  background-position: -103px -477px;
}
.alife-wg-national-flag-icon-32.flag-td {
  background-position: -137px -477px;
}
.alife-wg-national-flag-icon-32.flag-tf {
  background-position: -171px -477px;
}
.alife-wg-national-flag-icon-32.flag-tg {
  background-position: -205px -477px;
}
.alife-wg-national-flag-icon-32.flag-th {
  background-position: -239px -477px;
}
.alife-wg-national-flag-icon-32.flag-tj {
  background-position: -273px -477px;
}
.alife-wg-national-flag-icon-32.flag-tk {
  background-position: -307px -477px;
}
.alife-wg-national-flag-icon-32.flag-tl {
  background-position: -341px -477px;
}
.alife-wg-national-flag-icon-32.flag-tm {
  background-position: -375px -477px;
}
.alife-wg-national-flag-icon-32.flag-tn {
  background-position: -409px -477px;
}
.alife-wg-national-flag-icon-32.flag-to {
  background-position: -443px -477px;
}
.alife-wg-national-flag-icon-32.flag-tr {
  background-position: -477px -477px;
}
.alife-wg-national-flag-icon-32.flag-tt {
  background-position: -511px -1px;
}
.alife-wg-national-flag-icon-32.flag-tv {
  background-position: -511px -35px;
}
.alife-wg-national-flag-icon-32.flag-tw {
  background-image: url(https://img.alicdn.com/imgextra/i2/O1CN019IaNOq1TVIBOnJJhF_!!6000000002387-2-tps-48-48.png);
  background-size: contain;
  position: relative;
  top: 6px;
  width: 32px;
}
.alife-wg-national-flag-icon-32.flag-tz {
  background-position: -511px -103px;
}
.alife-wg-national-flag-icon-32.flag-ua {
  background-position: -511px -137px;
}
.alife-wg-national-flag-icon-32.flag-ug {
  background-position: -511px -171px;
}
.alife-wg-national-flag-icon-32.flag-um {
  background-position: -511px -205px;
}
.alife-wg-national-flag-icon-32.flag-us {
  background-position: -511px -239px;
}
.alife-wg-national-flag-icon-32.flag-uy {
  background-position: -511px -273px;
}
.alife-wg-national-flag-icon-32.flag-uz {
  background-position: -511px -307px;
}
.alife-wg-national-flag-icon-32.flag-va {
  background-position: -511px -341px;
}
.alife-wg-national-flag-icon-32.flag-vc {
  background-position: -511px -375px;
}
.alife-wg-national-flag-icon-32.flag-ve {
  background-position: -511px -409px;
}
.alife-wg-national-flag-icon-32.flag-vg {
  background-position: -511px -443px;
}
.alife-wg-national-flag-icon-32.flag-vi {
  background-position: -511px -477px;
}
.alife-wg-national-flag-icon-32.flag-vn {
  background-position: -1px -511px;
}
.alife-wg-national-flag-icon-32.flag-vu {
  background-position: -35px -511px;
}
.alife-wg-national-flag-icon-32.flag-wf {
  background-position: -69px -511px;
}
.alife-wg-national-flag-icon-32.flag-ws {
  background-position: -103px -511px;
}
.alife-wg-national-flag-icon-32.flag-ye {
  background-position: -137px -511px;
}
.alife-wg-national-flag-icon-32.flag-yt {
  background-position: -171px -511px;
}
.alife-wg-national-flag-icon-32.flag-za {
  background-position: -205px -511px;
}
.alife-wg-national-flag-icon-32.flag-zm {
  background-position: -239px -511px;
}
.alife-wg-national-flag-icon-32.flag-zw {
  background-position: -273px -511px;
}
.alife-wg-national-flag-icon-64 {
  background-image: url(https://img.alicdn.com/imgextra/i4/O1CN01EX85gn1eOqHiJIqGQ_!!6000000003862-2-tps-1056-1056.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 64px;
  width: 64px;
}
.alife-wg-national-flag-icon-64.flag-ad {
  background-position: -1px -1px;
}
.alife-wg-national-flag-icon-64.flag-ae {
  background-position: -67px -1px;
}
.alife-wg-national-flag-icon-64.flag-af {
  background-position: -133px -1px;
}
.alife-wg-national-flag-icon-64.flag-ag {
  background-position: -199px -1px;
}
.alife-wg-national-flag-icon-64.flag-ai {
  background-position: -265px -1px;
}
.alife-wg-national-flag-icon-64.flag-al {
  background-position: -331px -1px;
}
.alife-wg-national-flag-icon-64.flag-am {
  background-position: -397px -1px;
}
.alife-wg-national-flag-icon-64.flag-ao {
  background-position: -463px -1px;
}
.alife-wg-national-flag-icon-64.flag-aq {
  background-position: -529px -1px;
}
.alife-wg-national-flag-icon-64.flag-ar {
  background-position: -595px -1px;
}
.alife-wg-national-flag-icon-64.flag-as {
  background-position: -661px -1px;
}
.alife-wg-national-flag-icon-64.flag-at {
  background-position: -727px -1px;
}
.alife-wg-national-flag-icon-64.flag-au {
  background-position: -793px -1px;
}
.alife-wg-national-flag-icon-64.flag-aw {
  background-position: -859px -1px;
}
.alife-wg-national-flag-icon-64.flag-ax {
  background-position: -925px -1px;
}
.alife-wg-national-flag-icon-64.flag-az {
  background-position: -1px -67px;
}
.alife-wg-national-flag-icon-64.flag-ba {
  background-position: -67px -67px;
}
.alife-wg-national-flag-icon-64.flag-bb {
  background-position: -133px -67px;
}
.alife-wg-national-flag-icon-64.flag-bd {
  background-position: -199px -67px;
}
.alife-wg-national-flag-icon-64.flag-be {
  background-position: -265px -67px;
}
.alife-wg-national-flag-icon-64.flag-bf {
  background-position: -331px -67px;
}
.alife-wg-national-flag-icon-64.flag-bg {
  background-position: -397px -67px;
}
.alife-wg-national-flag-icon-64.flag-bh {
  background-position: -463px -67px;
}
.alife-wg-national-flag-icon-64.flag-bi {
  background-position: -529px -67px;
}
.alife-wg-national-flag-icon-64.flag-bj {
  background-position: -595px -67px;
}
.alife-wg-national-flag-icon-64.flag-bl {
  background-position: -661px -67px;
}
.alife-wg-national-flag-icon-64.flag-bm {
  background-position: -727px -67px;
}
.alife-wg-national-flag-icon-64.flag-bn {
  background-position: -793px -67px;
}
.alife-wg-national-flag-icon-64.flag-bo {
  background-position: -859px -67px;
}
.alife-wg-national-flag-icon-64.flag-bq {
  background-position: -925px -67px;
}
.alife-wg-national-flag-icon-64.flag-br {
  background-position: -1px -133px;
}
.alife-wg-national-flag-icon-64.flag-bs {
  background-position: -67px -133px;
}
.alife-wg-national-flag-icon-64.flag-bt {
  background-position: -133px -133px;
}
.alife-wg-national-flag-icon-64.flag-bv {
  background-position: -199px -133px;
}
.alife-wg-national-flag-icon-64.flag-bw {
  background-position: -265px -133px;
}
.alife-wg-national-flag-icon-64.flag-by {
  background-position: -331px -133px;
}
.alife-wg-national-flag-icon-64.flag-bz {
  background-position: -397px -133px;
}
.alife-wg-national-flag-icon-64.flag-ca {
  background-position: -463px -133px;
}
.alife-wg-national-flag-icon-64.flag-cc {
  background-position: -529px -133px;
}
.alife-wg-national-flag-icon-64.flag-cd {
  background-position: -595px -133px;
}
.alife-wg-national-flag-icon-64.flag-cf {
  background-position: -661px -133px;
}
.alife-wg-national-flag-icon-64.flag-cg {
  background-position: -727px -133px;
}
.alife-wg-national-flag-icon-64.flag-ch {
  background-position: -793px -133px;
}
.alife-wg-national-flag-icon-64.flag-ci {
  background-position: -859px -133px;
}
.alife-wg-national-flag-icon-64.flag-ck {
  background-position: -925px -133px;
}
.alife-wg-national-flag-icon-64.flag-cl {
  background-position: -1px -199px;
}
.alife-wg-national-flag-icon-64.flag-cm {
  background-position: -67px -199px;
}
.alife-wg-national-flag-icon-64.flag-cn {
  background-position: -133px -199px;
}
.alife-wg-national-flag-icon-64.flag-co {
  background-position: -199px -199px;
}
.alife-wg-national-flag-icon-64.flag-cr {
  background-position: -265px -199px;
}
.alife-wg-national-flag-icon-64.flag-cu {
  background-position: -331px -199px;
}
.alife-wg-national-flag-icon-64.flag-cv {
  background-position: -397px -199px;
}
.alife-wg-national-flag-icon-64.flag-cw {
  background-position: -463px -199px;
}
.alife-wg-national-flag-icon-64.flag-cx {
  background-position: -529px -199px;
}
.alife-wg-national-flag-icon-64.flag-cy {
  background-position: -595px -199px;
}
.alife-wg-national-flag-icon-64.flag-cz {
  background-position: -661px -199px;
}
.alife-wg-national-flag-icon-64.flag-de {
  background-position: -727px -199px;
}
.alife-wg-national-flag-icon-64.flag-dj {
  background-position: -793px -199px;
}
.alife-wg-national-flag-icon-64.flag-dk {
  background-position: -859px -199px;
}
.alife-wg-national-flag-icon-64.flag-dm {
  background-position: -925px -199px;
}
.alife-wg-national-flag-icon-64.flag-do {
  background-position: -1px -265px;
}
.alife-wg-national-flag-icon-64.flag-dz {
  background-position: -67px -265px;
}
.alife-wg-national-flag-icon-64.flag-ec {
  background-position: -133px -265px;
}
.alife-wg-national-flag-icon-64.flag-ee {
  background-position: -199px -265px;
}
.alife-wg-national-flag-icon-64.flag-eg {
  background-position: -265px -265px;
}
.alife-wg-national-flag-icon-64.flag-eh {
  background-position: -331px -265px;
}
.alife-wg-national-flag-icon-64.flag-er {
  background-position: -397px -265px;
}
.alife-wg-national-flag-icon-64.flag-es {
  background-position: -463px -265px;
}
.alife-wg-national-flag-icon-64.flag-et {
  background-position: -529px -265px;
}
.alife-wg-national-flag-icon-64.flag-fi {
  background-position: -595px -265px;
}
.alife-wg-national-flag-icon-64.flag-fj {
  background-position: -661px -265px;
}
.alife-wg-national-flag-icon-64.flag-fk {
  background-position: -727px -265px;
}
.alife-wg-national-flag-icon-64.flag-fm {
  background-position: -793px -265px;
}
.alife-wg-national-flag-icon-64.flag-fo {
  background-position: -859px -265px;
}
.alife-wg-national-flag-icon-64.flag-fr {
  background-position: -925px -265px;
}
.alife-wg-national-flag-icon-64.flag-ga {
  background-position: -1px -331px;
}
.alife-wg-national-flag-icon-64.flag-gb {
  background-position: -67px -331px;
}
.alife-wg-national-flag-icon-64.flag-gd {
  background-position: -133px -331px;
}
.alife-wg-national-flag-icon-64.flag-ge {
  background-position: -199px -331px;
}
.alife-wg-national-flag-icon-64.flag-gf {
  background-position: -265px -331px;
}
.alife-wg-national-flag-icon-64.flag-gg {
  background-position: -331px -331px;
}
.alife-wg-national-flag-icon-64.flag-gh {
  background-position: -397px -331px;
}
.alife-wg-national-flag-icon-64.flag-gi {
  background-position: -463px -331px;
}
.alife-wg-national-flag-icon-64.flag-gl {
  background-position: -529px -331px;
}
.alife-wg-national-flag-icon-64.flag-gm {
  background-position: -595px -331px;
}
.alife-wg-national-flag-icon-64.flag-gn {
  background-position: -661px -331px;
}
.alife-wg-national-flag-icon-64.flag-gp {
  background-image: url(https://u.alicdn.com/mobile/g/common/flags/1.0.0/assets/gp.png);
  background-size: contain;
  position: relative;
  top: 6px;
  width: 64px;
}
.alife-wg-national-flag-icon-64.flag-ks {
  background-image: url(https://u.alicdn.com/mobile/g/common/flags/1.0.0/assets/ks.png);
  background-size: contain;
  position: relative;
  top: 6px;
  width: 64px;
}
.alife-wg-national-flag-icon-64.flag-eaz {
  background-image: url(https://u.alicdn.com/mobile/g/common/flags/1.0.0/assets/eaz.png);
  background-size: contain;
  position: relative;
  top: 6px;
  width: 64px;
}
.alife-wg-national-flag-icon-64.flag-gq {
  background-position: -793px -331px;
}
.alife-wg-national-flag-icon-64.flag-gr {
  background-position: -859px -331px;
}
.alife-wg-national-flag-icon-64.flag-gs,
.alife-wg-national-flag-icon-64.flag-sgs {
  background-position: -925px -331px;
}
.alife-wg-national-flag-icon-64.flag-gt {
  background-position: -1px -397px;
}
.alife-wg-national-flag-icon-64.flag-gu {
  background-position: -67px -397px;
}
.alife-wg-national-flag-icon-64.flag-gw {
  background-position: -133px -397px;
}
.alife-wg-national-flag-icon-64.flag-gy {
  background-position: -199px -397px;
}
.alife-wg-national-flag-icon-64.flag-hk {
  background-position: -265px -397px;
}
.alife-wg-national-flag-icon-64.flag-hm {
  background-position: -331px -397px;
}
.alife-wg-national-flag-icon-64.flag-hn {
  background-position: -397px -397px;
}
.alife-wg-national-flag-icon-64.flag-hr {
  background-position: -463px -397px;
}
.alife-wg-national-flag-icon-64.flag-ht {
  background-position: -529px -397px;
}
.alife-wg-national-flag-icon-64.flag-hu {
  background-position: -595px -397px;
}
.alife-wg-national-flag-icon-64.flag-id {
  background-position: -661px -397px;
}
.alife-wg-national-flag-icon-64.flag-ie {
  background-position: -727px -397px;
}
.alife-wg-national-flag-icon-64.flag-il {
  background-position: -793px -397px;
}
.alife-wg-national-flag-icon-64.flag-im {
  background-position: -859px -397px;
}
.alife-wg-national-flag-icon-64.flag-in {
  background-position: -925px -397px;
}
.alife-wg-national-flag-icon-64.flag-io {
  background-position: -1px -463px;
}
.alife-wg-national-flag-icon-64.flag-iq {
  background-position: -67px -463px;
}
.alife-wg-national-flag-icon-64.flag-ir {
  background-position: -133px -463px;
}
.alife-wg-national-flag-icon-64.flag-is {
  background-position: -199px -463px;
}
.alife-wg-national-flag-icon-64.flag-it {
  background-position: -265px -463px;
}
.alife-wg-national-flag-icon-64.flag-je {
  background-position: -331px -463px;
}
.alife-wg-national-flag-icon-64.flag-jm {
  background-position: -397px -463px;
}
.alife-wg-national-flag-icon-64.flag-jo {
  background-position: -463px -463px;
}
.alife-wg-national-flag-icon-64.flag-jp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 8px 8px 8px 0;
  width: 64px;
}
.alife-wg-national-flag-icon-64.flag-jp:after {
  background: #e31c1b;
  border-radius: 20px;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.alife-wg-national-flag-icon-64.flag-ke {
  background-position: -595px -463px;
}
.alife-wg-national-flag-icon-64.flag-kg {
  background-position: -661px -463px;
}
.alife-wg-national-flag-icon-64.flag-kh {
  background-position: -727px -463px;
}
.alife-wg-national-flag-icon-64.flag-ki {
  background-position: -793px -463px;
}
.alife-wg-national-flag-icon-64.flag-km {
  background-position: -859px -463px;
}
.alife-wg-national-flag-icon-64.flag-kn {
  background-position: -925px -463px;
}
.alife-wg-national-flag-icon-64.flag-kp {
  background-position: -1px -529px;
}
.alife-wg-national-flag-icon-64.flag-kr {
  background-position: -67px -529px;
}
.alife-wg-national-flag-icon-64.flag-kw {
  background-position: -133px -529px;
}
.alife-wg-national-flag-icon-64.flag-ky {
  background-position: -199px -529px;
}
.alife-wg-national-flag-icon-64.flag-kz {
  background-position: -265px -529px;
}
.alife-wg-national-flag-icon-64.flag-la {
  background-position: -331px -529px;
}
.alife-wg-national-flag-icon-64.flag-lb {
  background-position: -397px -529px;
}
.alife-wg-national-flag-icon-64.flag-lc {
  background-position: -463px -529px;
}
.alife-wg-national-flag-icon-64.flag-li {
  background-position: -529px -529px;
}
.alife-wg-national-flag-icon-64.flag-lk {
  background-position: -595px -529px;
}
.alife-wg-national-flag-icon-64.flag-lr {
  background-position: -661px -529px;
}
.alife-wg-national-flag-icon-64.flag-ls {
  background-position: -727px -529px;
}
.alife-wg-national-flag-icon-64.flag-lt {
  background-position: -793px -529px;
}
.alife-wg-national-flag-icon-64.flag-lu {
  background-position: -859px -529px;
}
.alife-wg-national-flag-icon-64.flag-lv {
  background-position: -925px -529px;
}
.alife-wg-national-flag-icon-64.flag-ly {
  background-position: -1px -595px;
}
.alife-wg-national-flag-icon-64.flag-ma {
  background-position: -67px -595px;
}
.alife-wg-national-flag-icon-64.flag-mc {
  background-position: -133px -595px;
}
.alife-wg-national-flag-icon-64.flag-md {
  background-position: -199px -595px;
}
.alife-wg-national-flag-icon-64.flag-me {
  background-position: -265px -595px;
}
.alife-wg-national-flag-icon-64.flag-mf {
  background-position: -331px -595px;
}
.alife-wg-national-flag-icon-64.flag-mg {
  background-position: -397px -595px;
}
.alife-wg-national-flag-icon-64.flag-mh {
  background-position: -463px -595px;
}
.alife-wg-national-flag-icon-64.flag-mk {
  background-position: -529px -595px;
}
.alife-wg-national-flag-icon-64.flag-ml {
  background-position: -595px -595px;
}
.alife-wg-national-flag-icon-64.flag-mm {
  background-position: -661px -595px;
}
.alife-wg-national-flag-icon-64.flag-mn {
  background-position: -727px -595px;
}
.alife-wg-national-flag-icon-64.flag-mo {
  background-position: -793px -595px;
}
.alife-wg-national-flag-icon-64.flag-mp {
  background-position: -859px -595px;
}
.alife-wg-national-flag-icon-64.flag-mq {
  background-position: -925px -595px;
}
.alife-wg-national-flag-icon-64.flag-mr {
  background-position: -1px -661px;
}
.alife-wg-national-flag-icon-64.flag-ms {
  background-position: -67px -661px;
}
.alife-wg-national-flag-icon-64.flag-mt {
  background-position: -133px -661px;
}
.alife-wg-national-flag-icon-64.flag-mu {
  background-position: -199px -661px;
}
.alife-wg-national-flag-icon-64.flag-mv {
  background-position: -265px -661px;
}
.alife-wg-national-flag-icon-64.flag-mw {
  background-position: -331px -661px;
}
.alife-wg-national-flag-icon-64.flag-mx {
  background-position: -397px -661px;
}
.alife-wg-national-flag-icon-64.flag-my {
  background-position: -463px -661px;
}
.alife-wg-national-flag-icon-64.flag-mz {
  background-position: -529px -661px;
}
.alife-wg-national-flag-icon-64.flag-na {
  background-position: -595px -661px;
}
.alife-wg-national-flag-icon-64.flag-nc {
  background-position: -661px -661px;
}
.alife-wg-national-flag-icon-64.flag-ne {
  background-position: -727px -661px;
}
.alife-wg-national-flag-icon-64.flag-nf {
  background-position: -793px -661px;
}
.alife-wg-national-flag-icon-64.flag-ng {
  background-position: -859px -661px;
}
.alife-wg-national-flag-icon-64.flag-ni {
  background-position: -925px -661px;
}
.alife-wg-national-flag-icon-64.flag-nl {
  background-position: -1px -727px;
}
.alife-wg-national-flag-icon-64.flag-no {
  background-position: -67px -727px;
}
.alife-wg-national-flag-icon-64.flag-np {
  background-position: -133px -727px;
}
.alife-wg-national-flag-icon-64.flag-nr {
  background-position: -199px -727px;
}
.alife-wg-national-flag-icon-64.flag-nu {
  background-position: -265px -727px;
}
.alife-wg-national-flag-icon-64.flag-nz {
  background-position: -331px -727px;
}
.alife-wg-national-flag-icon-64.flag-om {
  background-position: -397px -727px;
}
.alife-wg-national-flag-icon-64.flag-pa {
  background-position: -463px -727px;
}
.alife-wg-national-flag-icon-64.flag-pe {
  background-position: -529px -727px;
}
.alife-wg-national-flag-icon-64.flag-pf {
  background-position: -595px -727px;
}
.alife-wg-national-flag-icon-64.flag-pg {
  background-position: -661px -727px;
}
.alife-wg-national-flag-icon-64.flag-ph {
  background-position: -727px -727px;
}
.alife-wg-national-flag-icon-64.flag-pk {
  background-position: -793px -727px;
}
.alife-wg-national-flag-icon-64.flag-pl {
  background-position: -859px -727px;
}
.alife-wg-national-flag-icon-64.flag-pm {
  background-position: -925px -727px;
}
.alife-wg-national-flag-icon-64.flag-pn {
  background-position: -1px -793px;
}
.alife-wg-national-flag-icon-64.flag-pr {
  background-position: -67px -793px;
}
.alife-wg-national-flag-icon-64.flag-ps {
  background-position: -133px -793px;
}
.alife-wg-national-flag-icon-64.flag-pt {
  background-position: -199px -793px;
}
.alife-wg-national-flag-icon-64.flag-pw {
  background-position: -265px -793px;
}
.alife-wg-national-flag-icon-64.flag-py {
  background-position: -331px -793px;
}
.alife-wg-national-flag-icon-64.flag-qa {
  background-position: -397px -793px;
}
.alife-wg-national-flag-icon-64.flag-re {
  background-position: -463px -793px;
}
.alife-wg-national-flag-icon-64.flag-ro {
  background-position: -529px -793px;
}
.alife-wg-national-flag-icon-64.flag-rs {
  background-position: -595px -793px;
}
.alife-wg-national-flag-icon-64.flag-ru {
  background-position: -661px -793px;
}
.alife-wg-national-flag-icon-64.flag-rw {
  background-position: -727px -793px;
}
.alife-wg-national-flag-icon-64.flag-sa {
  background-position: -793px -793px;
}
.alife-wg-national-flag-icon-64.flag-sb {
  background-position: -859px -793px;
}
.alife-wg-national-flag-icon-64.flag-sc {
  background-position: -925px -793px;
}
.alife-wg-national-flag-icon-64.flag-sd {
  background-position: -1px -859px;
}
.alife-wg-national-flag-icon-64.flag-se {
  background-position: -67px -859px;
}
.alife-wg-national-flag-icon-64.flag-sg {
  background-position: -133px -859px;
}
.alife-wg-national-flag-icon-64.flag-sh {
  background-position: -199px -859px;
}
.alife-wg-national-flag-icon-64.flag-si {
  background-position: -265px -859px;
}
.alife-wg-national-flag-icon-64.flag-sj {
  background-position: -331px -859px;
}
.alife-wg-national-flag-icon-64.flag-sk {
  background-position: -397px -859px;
}
.alife-wg-national-flag-icon-64.flag-sl {
  background-position: -463px -859px;
}
.alife-wg-national-flag-icon-64.flag-sm {
  background-position: -529px -859px;
}
.alife-wg-national-flag-icon-64.flag-sn {
  background-position: -595px -859px;
}
.alife-wg-national-flag-icon-64.flag-so {
  background-position: -661px -859px;
}
.alife-wg-national-flag-icon-64.flag-sr {
  background-position: -727px -859px;
}
.alife-wg-national-flag-icon-64.flag-ss {
  background-position: -793px -859px;
}
.alife-wg-national-flag-icon-64.flag-st {
  background-position: -859px -859px;
}
.alife-wg-national-flag-icon-64.flag-sv {
  background-position: -925px -859px;
}
.alife-wg-national-flag-icon-64.flag-sx {
  background-position: -1px -925px;
}
.alife-wg-national-flag-icon-64.flag-sy {
  background-position: -67px -925px;
}
.alife-wg-national-flag-icon-64.flag-sz {
  background-position: -133px -925px;
}
.alife-wg-national-flag-icon-64.flag-tc {
  background-position: -199px -925px;
}
.alife-wg-national-flag-icon-64.flag-td {
  background-position: -265px -925px;
}
.alife-wg-national-flag-icon-64.flag-tf {
  background-position: -331px -925px;
}
.alife-wg-national-flag-icon-64.flag-tg {
  background-position: -397px -925px;
}
.alife-wg-national-flag-icon-64.flag-th {
  background-position: -463px -925px;
}
.alife-wg-national-flag-icon-64.flag-tj {
  background-position: -529px -925px;
}
.alife-wg-national-flag-icon-64.flag-tk {
  background-position: -595px -925px;
}
.alife-wg-national-flag-icon-64.flag-tl {
  background-position: -661px -925px;
}
.alife-wg-national-flag-icon-64.flag-tm {
  background-position: -727px -925px;
}
.alife-wg-national-flag-icon-64.flag-tn {
  background-position: -793px -925px;
}
.alife-wg-national-flag-icon-64.flag-to {
  background-position: -859px -925px;
}
.alife-wg-national-flag-icon-64.flag-tr {
  background-position: -925px -925px;
}
.alife-wg-national-flag-icon-64.flag-tt {
  background-position: -991px -1px;
}
.alife-wg-national-flag-icon-64.flag-tv {
  background-position: -991px -67px;
}
.alife-wg-national-flag-icon-64.flag-tw {
  background-image: url(https://img.alicdn.com/imgextra/i2/O1CN019IaNOq1TVIBOnJJhF_!!6000000002387-2-tps-48-48.png);
  background-size: contain;
  position: relative;
  top: 6px;
  width: 64px;
}
.alife-wg-national-flag-icon-64.flag-tz {
  background-position: -991px -199px;
}
.alife-wg-national-flag-icon-64.flag-ua {
  background-position: -991px -265px;
}
.alife-wg-national-flag-icon-64.flag-ug {
  background-position: -991px -331px;
}
.alife-wg-national-flag-icon-64.flag-um {
  background-position: -991px -397px;
}
.alife-wg-national-flag-icon-64.flag-us {
  background-position: -991px -463px;
}
.alife-wg-national-flag-icon-64.flag-uy {
  background-position: -991px -529px;
}
.alife-wg-national-flag-icon-64.flag-uz {
  background-position: -991px -595px;
}
.alife-wg-national-flag-icon-64.flag-va {
  background-position: -991px -661px;
}
.alife-wg-national-flag-icon-64.flag-vc {
  background-position: -991px -727px;
}
.alife-wg-national-flag-icon-64.flag-ve {
  background-position: -991px -793px;
}
.alife-wg-national-flag-icon-64.flag-vg {
  background-position: -991px -859px;
}
.alife-wg-national-flag-icon-64.flag-vi {
  background-position: -991px -925px;
}
.alife-wg-national-flag-icon-64.flag-vn {
  background-position: -1px -991px;
}
.alife-wg-national-flag-icon-64.flag-vu {
  background-position: -67px -991px;
}
.alife-wg-national-flag-icon-64.flag-wf {
  background-position: -133px -991px;
}
.alife-wg-national-flag-icon-64.flag-ws {
  background-position: -199px -991px;
}
.alife-wg-national-flag-icon-64.flag-ye {
  background-position: -265px -991px;
}
.alife-wg-national-flag-icon-64.flag-yt {
  background-position: -331px -991px;
}
.alife-wg-national-flag-icon-64.flag-za {
  background-position: -397px -991px;
}
.alife-wg-national-flag-icon-64.flag-zm {
  background-position: -463px -991px;
}
.alife-wg-national-flag-icon-64.flag-zw {
  background-position: -529px -991px;
}
.logistics-shipment-detail-content {
  border-collapse: collapse;
  width: 100%;
}
.logistics-shipment-detail-content .logistics-shipment-detail-item {
  width: 100%;
}
.logistics-shipment-detail-content
  .logistics-shipment-detail-item
  .logistics-shipment-detail-item-label,
.logistics-shipment-detail-content
  .logistics-shipment-detail-item
  .logistics-shipment-detail-item-value {
  border-top: 1px solid #ddd;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 16px 12px;
  width: 24.6%;
}
.logistics-shipment-detail-content
  .logistics-shipment-detail-item
  .logistics-shipment-detail-item-margin {
  width: 1.6%;
}
.logistics-shipment-detail-content
  .logistics-shipment-detail-item
  .logistics-table-vertical-align-base {
  vertical-align: baseline;
}
.logistics-shipment-detail-content
  .logistics-shipment-detail-item
  .logistics-shipment-detail-item-label {
  background-color: #f8f8f8;
}
.logistics-shipment-detail-content
  .logistics-shipment-detail-item
  .logistics-shipment-detail-item-label
  .info-icon-style {
  margin-left: 4px;
}
.logistics-shipment-detail-content
  .logistics-shipment-detail-item
  .logistics-shipment-detail-item-value
  img {
  margin-right: 4px;
}
.logistics-shipment-detail-content
  .logistics-shipment-detail-item
  .flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.logistics-shipment-detail-content
  .logistics-shipment-detail-item:first-child
  .logistics-shipment-detail-item-label,
.logistics-shipment-detail-content
  .logistics-shipment-detail-item:first-child
  .logistics-shipment-detail-item-value {
  border-top: 0;
}
.detail-shipment-info .info-header {
  margin-bottom: 24px;
}
.detail-shipment-info .shipment-date-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f8f8f8;
  border-radius: 4px;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 22px;
  margin-bottom: 24px;
  padding: 20px;
}
.detail-shipment-info .shipment-date-wrap .shipment-date-overdue {
  background-color: #fff1f1;
  border-radius: 8px;
  color: #e52828;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 8px;
  padding: 1px 4px;
}
.detail-shipment-info .shipment-date-wrap .track-shipment {
  cursor: pointer;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.detail-shipment-info .shipment-date-wrap .track-shipment .next-icon {
  margin-left: 4px;
}
.detail-shipment-info .shipment-date-wrap .combined-delivery-tips {
  color: #666;
  font-weight: 400;
  margin: 0 4px;
}
.detail-shipment-info .info-content .content,
.detail-shipment-info .info-content .more,
.detail-shipment-info .info-content .title {
  color: #222;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.detail-shipment-info .info-content .title {
  font-weight: 600;
}
.detail-shipment-info .info-content .more {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.detail-shipment-info .info-content .flex-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.detail-shipment-info .info-content .icon-country-flag {
  margin-left: 4px;
}
.detail-shipment-info .info-content .info-icon-style {
  margin-left: 4px;
  vertical-align: bottom;
}
.detail-shipment-info .alife-wg-national-flag-icon-32 {
  background-image: url(https://img.alicdn.com/imgextra/i3/O1CN01RYIvNd1jS7Bwqw5nR_!!6000000004546-2-tps-544-544.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  margin-top: -8px;
  width: 32px;
}
.logistics-shipment-sub-title {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 24px 0 12px;
}
.logistics-shipment-wrap .logistics-shipment-content {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.logistics-shipment-wrap .logistics-shipment-content .next-row {
  margin: 0 !important;
}
.logistics-shipment-wrap .logistics-shipment-content .logistics-label,
.logistics-shipment-wrap .logistics-shipment-content .logistics-value {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #222;
  font-size: 16px;
  line-height: 22px;
  padding: 16px 6px 16px 12px;
  word-break: break-word;
}
.logistics-shipment-wrap .logistics-shipment-content .logistics-label {
  background-color: #f4f4f4;
  font-weight: 600;
}
.logistics-shipment-wrap
  .logistics-shipment-content
  .logistics-label
  .info-icon-style {
  margin-left: 4px;
  vertical-align: bottom;
}
.detail-supplier-info .info-header {
  margin-bottom: 24px;
}
.detail-supplier-info .info-content .content,
.detail-supplier-info .info-content .more,
.detail-supplier-info .info-content .title {
  color: #222;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.detail-supplier-info .info-content .title {
  font-weight: 600;
}
.detail-supplier-info .info-content .more {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.u-inspection {
  color: #333;
}
.u-inspection a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.u-inspection .header .iis {
  border-right: 1px solid #e6e7eb;
}
.u-inspection .header .companyName {
  margin: 0 70px;
}
.u-inspection .header .img-promotion {
  height: 17px;
  margin-right: 8px;
}
.u-inspection .header .img-logo {
  max-height: 20px;
  vertical-align: middle;
  width: 20px;
}
.u-inspection .header h2 {
  font-size: 16px;
  font-weight: 400;
}
.u-inspection .header .inspection-steps {
  position: relative;
}
.u-inspection .header .cancel {
  color: red;
  left: 43%;
  position: absolute;
  top: -8px;
}
.u-inspection .header .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 36px;
  min-height: 36px;
}
.u-inspection .header .item .underline-action {
  font-weight: 500;
}
.u-inspection .header .infos {
  background-color: #f7f8fa;
  border: 1px solid #ebecf0;
  margin: 24px 16px 0;
  min-height: 72px;
  position: relative;
}
.u-inspection .header .infos .attr {
  margin-right: 4px;
}
.u-inspection .header .infos .value {
  margin-right: 50px;
  white-space: pre-wrap;
}
.u-inspection .header .arrow {
  background: url(//s.alicdn.com/@img/TB14rDBxqmWBuNjy1XaXXXCbXXa-18-19.png)
    no-repeat 0 0;
  height: 20px;
  position: absolute;
  top: -10px;
  width: 20px;
}
.u-inspection .header .infos-reminder {
  background-color: #fff;
  padding: 10px 20px;
}
.u-inspection .header .infos-0 .arrow {
  left: 9%;
}
.u-inspection .header .infos-1 .arrow {
  left: 35%;
}
.u-inspection .header .infos-2 {
  line-height: 32px;
  padding: 4px 24px;
}
.u-inspection .header .infos-2 .arrow {
  left: 62%;
}
.u-inspection .header .infos-3 {
  line-height: 32px;
  padding: 4px 24px;
}
.u-inspection .header .infos-3 .arrow {
  left: 88%;
}
.u-inspection .header .infos-detail {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.u-inspection .header .infos-detail,
.u-inspection .header .infos-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.u-inspection .header .infos-item {
  white-space: nowrap;
}
.u-inspection .header .infos-result-reminder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.u-inspection .header .info-result-reminder-icon {
  margin-right: 8px;
}
.u-inspection .result-pass {
  color: #1dc11d;
}
.u-inspection .result-fail {
  color: #f33;
}
.u-inspection .content {
  color: #333;
  line-height: 28px;
  padding: 20px 0;
}
.u-terms .content {
  width: 300px;
}
.u-terms .caption {
  line-height: 24px;
  margin-bottom: 2px;
  text-align: left;
}
.m-order-follow-up-service {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  margin: -12px -16px;
}
.m-order-follow-up-service .underline-action {
  color: #222 !important;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.m-order-follow-up-service .lc {
  line-height: 20px;
  padding: 20px 8px;
}
.m-order-follow-up-service .rc {
  border-left: 1px solid #eaeaea;
  padding: 12px 10px;
}
.m-order-follow-up-service .steps {
  margin: 12px -20px 20px 0;
}
.m-order-follow-up-service .reminder {
  border: 1px solid #eaeaea;
  line-height: 24px;
  margin: 0 20px;
  padding: 14px 12px;
}
.m-order-follow-up-service .reminder .file {
  margin-right: 10px;
}
.m-order-follow-up-service .reminder .date {
  color: #999;
  margin-left: 8px;
}
.m-order-follow-up-service .reminder .des {
  margin-left: 16px;
}
.m-order-follow-up-service .reminder .details {
  background-color: #f8f8f8;
  line-height: 24px;
  margin: 12px 20px 0;
  padding: 14px 12px;
}
.m-order-follow-up-service .reminder .more {
  margin-top: 20px;
}
.m-order-follow-up-service .reminder .reports {
  margin-bottom: 20px;
  margin-left: 27px;
  margin-top: 4px;
}
.m-order-follow-up-service .reminder .report {
  margin-left: 4px;
  margin-right: 10px;
}
.m-order-follow-up-service .reminder .actions {
  margin-left: 27px;
  margin-top: 4px;
}
.m-order-follow-up-service .reminder .actions a,
.m-order-follow-up-service .reminder .actions button {
  margin-right: 16px;
}
.m-order-follow-up-service .text-primary {
  color: #ff6a00;
}
.m-order-follow-up-service .text-bold {
  font-weight: bolder;
}
.m-order-follow-up-service .text-through {
  color: #999;
  font-style: normal;
  margin-left: 4px;
  text-decoration: line-through;
}
.maps .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 36px;
  min-height: 36px;
}
.maps-left .item,
.maps .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.maps-left .item {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.maps-left .item .label {
  color: #999;
}
.maps-left .item .value {
  margin-left: 10px;
}
.maps-center .item {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
}
.maps-center .item .label {
  color: #999;
  text-align: right;
  width: 120px;
}
.maps-center .item .value {
  margin-left: 10px;
}
.maps-fix-120 .item .label {
  width: 120px;
}
.u-terms {
  list-style: unset;
  margin: 6px 0 0 20px;
}
.u-terms li {
  margin-bottom: 12px;
  margin-left: -4px;
}
.u-terms .title {
  margin-bottom: 5px;
}
.u-terms .maps {
  margin-left: -16px;
}
.u-terms .maps .item {
  padding: 0 16px;
}
.u-terms .maps .item.zebra {
  background-color: #f5f5f5;
}
.u-terms .maps-justify .item {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
}
.u-terms .maps-justify .item .label {
  -webkit-box-flex: 1;
  color: #999;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.u-terms .maps-justify .item .value {
  margin-left: 8px;
  text-align: right;
}
.operation-logs-react {
  background-color: #fff;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 0;
}
.operation-logs-react .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
}
.operation-logs-react .content-default {
  color: #666;
}
.operation-logs-react .next-timeline-item-content {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 28px;
  width: 100%;
}
.operation-logs-react .operation-type {
  margin-right: 8px;
}
.log-content-container {
  background-color: #f7f8fa;
  line-height: 20px;
  padding: 15px 20px;
}
.log-content-container .img {
  margin-right: 10px;
  margin-top: 5px;
}
.log-content-container .file {
  margin-right: 10px;
}
.value-add-service {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.value-add-service .service-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.value-add-service .service-content .service-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.value-add-service .service-content .service-title .service-logo {
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
.value-add-service .service-content .service-title .company-logo {
  height: 20px;
  margin-left: 8px;
}
.value-add-service .service-content .service-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
}
.value-add-service .service-content .service-desc font {
  color: #222 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.value-add-service .service-content .service-tip {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
}
.value-add-service .service-content .service-tip > font {
  font-size: 14px !important;
  line-height: 22px !important;
}
.value-add-service .value-added-service-current-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #f8f8f8;
  border-radius: 8px;
  font-size: 16px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0;
  padding: 28px 20px;
}
.value-add-service .value-added-service-current-wrap,
.value-add-service
  .value-added-service-current-wrap
  .add-value-service-selected-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.value-add-service .value-added-service-current-wrap .companyName {
  color: #767676;
}
.value-add-service .value-added-service-current-wrap .companyLogoUrl {
  height: 20px;
  margin-left: 8px;
}
.value-add-service .service-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.value-add-service .service-action .action-more {
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  margin-left: 12px;
}
.value-add-service .service-action .payment-action {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.value-add-service .service-action .payment-action .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-right: 20px;
}
.value-add-service .service-action .choose-actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.value-add-service .service-action .choose-actions .price {
  font-size: 14px;
  margin-top: 8px;
}
.value-add-service .service-action .choose-actions .price .action-price-text {
  color: #ff6a00;
}
.value-add-service
  .service-action
  .choose-actions
  .price
  .action-price-text-original {
  color: #696969;
  margin-left: 4px;
  text-decoration: line-through;
}
.value-add-service .service-action .choose-actions .price > font {
  font-size: 14px !important;
  line-height: 18px !important;
}
@font-face {
  font-family: OpenSans;
  src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.eot);
}
.next-sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 1px;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -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: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.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: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin-left: 0;
}
hr {
  border: solid #d8d8d8;
  border-width: 1px 0 0;
}
a {
  text-decoration: none;
}
a:link {
  color: #007ffc;
}
a:visited {
  color: #999;
}
a:hover {
  color: #666;
}
a:active {
  color: #666;
  text-decoration: underline;
}
@font-face {
  font-family: OpenSans;
  font-weight: 200;
  src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.eot);
  src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.eot?#iefix)
      format("embedded-opentype"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.woff2) format("woff2"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.woff) format("woff"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.ttf)
      format("truetype");
}
@font-face {
  font-family: OpenSans;
  font-weight: 300;
  src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.eot);
  src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.eot?#iefix)
      format("embedded-opentype"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.woff2) format("woff2"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.woff) format("woff"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Light.ttf)
      format("truetype");
}
@font-face {
  font-family: OpenSans;
  font-weight: 400;
  src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Regular.eot);
  src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Regular.woff2)
      format("woff2"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Regular.woff) format("woff"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Regular.ttf)
      format("truetype");
}
@font-face {
  font-family: OpenSans;
  font-weight: 500;
  src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Semibold.eot);
  src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Semibold.eot?#iefix)
      format("embedded-opentype"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Semibold.woff2)
      format("woff2"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Semibold.woff)
      format("woff"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Semibold.ttf)
      format("truetype");
}
@font-face {
  font-family: OpenSans;
  font-weight: 700;
  src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Bold.eot);
  src: url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Bold.woff2) format("woff2"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Bold.woff) format("woff"),
    url(//alifd.alicdn.com/fonts/open-sans/OpenSans-Bold.ttf) format("truetype");
}
html {
  font-size: 100%;
}
body {
  color: #333;
  font-family: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  line-height: 1.28571;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 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: 18px;
  margin-bottom: 9px;
}
h3,
h4,
h5 {
  font-weight: 400;
  line-height: 24px;
}
h5 {
  font-size: 16px;
  margin-bottom: 7px;
}
h6 {
  font-weight: 500;
  margin-bottom: 8px;
}
h6,
p {
  font-size: 14px;
  line-height: 20px;
}
p {
  font-weight: 400;
  margin-bottom: 7px;
}
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);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
  }
}
@-webkit-keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes zoomInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOutBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes zoomOutBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes expandInDown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@keyframes expandInDown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@-webkit-keyframes expandInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@keyframes expandInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@-webkit-keyframes expandInWithFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
@keyframes expandInWithFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes expandOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  to {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@keyframes expandOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  to {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@-webkit-keyframes expandOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  to {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@keyframes expandOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  to {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@-webkit-keyframes expandOutWithFade {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes expandOutWithFade {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.fadeIn {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fadeInDown {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fadeInDown,
.fadeInLeft {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fadeInLeft {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fadeInRight {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fadeInRight,
.fadeInUp {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fadeInUp {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fadeOut {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fadeOut,
.fadeOutDown {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fadeOutDown {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fadeOutLeft {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fadeOutLeft,
.fadeOutRight {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fadeOutRight {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fadeOutUp {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slideInUp {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slideInDown,
.slideInUp {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slideInDown {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slideInLeft {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slideInLeft,
.slideInRight {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slideInRight {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slideOutUp {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slideOutRight,
.slideOutUp {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slideOutRight {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slideOutLeft {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slideOutDown,
.slideOutLeft {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slideOutDown {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.zoomIn {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.zoomIn,
.zoomOut {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zoomOut {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.expandInDown {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.expandInDown,
.expandOutUp {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.expandOutUp {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.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(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.expandInUp {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.expandInUp,
.expandOutDown {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.expandOutDown {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.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(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fadeInDownSmall {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fadeInDownSmall,
.fadeOutUpSmall {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fadeOutUpSmall {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.zoomInBig {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.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, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.zoomInBig,
.zoomOutBig {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zoomOutBig {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.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, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.pulse {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.expand-enter {
  overflow: hidden;
}
.expand-enter-active {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expand-enter-active > * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.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(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.expand-leave {
  overflow: hidden;
}
.expand-leave-active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.expand-leave-active > * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.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(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.next-badge {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.next-badge *,
.next-badge :after,
.next-badge :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-badge .next-badge-count {
  background: #f33200;
  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: -0.5em;
  -webkit-transform: translateX(-50%);
  -ms-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: #f33200;
  border-radius: 8px;
  color: #fff;
  font-size: 1px;
  height: 8px;
  line-height: 1;
  min-width: 8px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -0.5em;
  -webkit-transform: translateX(-50%);
  -ms-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: 4px;
  font-size: 12px;
  line-height: 1.166667;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-transform: translateX(-50%);
  -ms-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;
  -ms-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 0.1s linear, -webkit-transform 0.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);
  -ms-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;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.next-overlay-wrapper .next-overlay-inner {
  z-index: 1001;
}
.next-overlay-wrapper .next-overlay-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 1001;
}
.next-overlay-wrapper.opened .next-overlay-backdrop {
  opacity: 1;
}
.next-icon[dir="rtl"]:before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@font-face {
  font-family: NextIcon;
  src: url(//at.alicdn.com/t/font_1049046_vi3xpuo53u.eot);
  src: url(//at.alicdn.com/t/font_1049046_vi3xpuo53u.eot?#iefix)
      format("embedded-opentype"),
    url(//at.alicdn.com/t/font_1049046_vi3xpuo53u.woff2) format("woff2"),
    url(//at.alicdn.com/t/font_1049046_vi3xpuo53u.woff) format("woff"),
    url(//at.alicdn.com/t/font_1049046_vi3xpuo53u.ttf) format("truetype"),
    url(//at.alicdn.com/t/font_1049046_vi3xpuo53u.svg#NextIcon) format("svg");
}
.next-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: NextIcon;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.next-icon:before {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.next-icon-smile:before {
  content: "\E65F";
}
.next-icon-cry:before {
  content: "\E65D";
}
.next-icon-success:before {
  content: "\E60A";
}
.next-icon-warning:before {
  content: "\E60B";
}
.next-icon-prompt:before {
  content: "\E60C";
}
.next-icon-error:before {
  content: "\E60D";
}
.next-icon-help:before {
  content: "\E673";
}
.next-icon-clock:before {
  content: "\E621";
}
.next-icon-success-filling:before {
  content: "\E63A";
}
.next-icon-delete-filling:before {
  content: "\E623";
}
.next-icon-favorites-filling:before {
  content: "\E60E";
}
.next-icon-add:before {
  content: "\E655";
}
.next-icon-minus:before {
  content: "\E601";
}
.next-icon-arrow-up:before {
  content: "\E625";
}
.next-icon-arrow-down:before {
  content: "\E63D";
}
.next-icon-arrow-left:before {
  content: "\E61D";
}
.next-icon-arrow-right:before {
  content: "\E619";
}
.next-icon-arrow-double-left:before {
  content: "\E659";
}
.next-icon-arrow-double-right:before {
  content: "\E65E";
}
.next-icon-switch:before {
  content: "\E6B3";
}
.next-icon-sorting:before {
  content: "\E634";
}
.next-icon-descending:before {
  content: "\E61F";
}
.next-icon-ascending:before {
  content: "\E61E";
}
.next-icon-select:before {
  content: "\E632";
}
.next-icon-semi-select:before {
  content: "\E633";
}
.next-icon-search:before {
  content: "\E656";
}
.next-icon-close:before {
  content: "\E626";
}
.next-icon-ellipsis:before {
  content: "\E654";
}
.next-icon-picture:before {
  content: "\E631";
}
.next-icon-calendar:before {
  content: "\E607";
}
.next-icon-ashbin:before {
  content: "\E639";
}
.next-icon-upload:before {
  content: "\E7EE";
}
.next-icon-download:before {
  content: "\E628";
}
.next-icon-set:before {
  content: "\E683";
}
.next-icon-edit:before {
  content: "\E63B";
}
.next-icon-refresh:before {
  content: "\E677";
}
.next-icon-filter:before {
  content: "\E627";
}
.next-icon-attachment:before {
  content: "\E665";
}
.next-icon-account:before {
  content: "\E608";
}
.next-icon-email:before {
  content: "\E605";
}
.next-icon-atm:before {
  content: "\E606";
}
.next-icon-loading:before {
  -webkit-animation: loadingCircle 1s linear infinite;
  animation: loadingCircle 1s linear infinite;
  content: "\E646";
}
.next-icon-eye:before {
  content: "\E611";
}
.next-icon-copy:before {
  content: "\E76D";
}
.next-icon-toggle-left:before {
  content: "\E602";
}
.next-icon-toggle-right:before {
  content: "\E603";
}
.next-icon-eye-close:before {
  content: "\E600";
}
.next-icon-unlock:before {
  content: "\E81C";
}
.next-icon-lock:before {
  content: "\E617";
}
.next-icon-exit:before {
  content: "\E616";
}
.next-icon-chart-bar:before {
  content: "\E612";
}
.next-icon-chart-pie:before {
  content: "\E613";
}
.next-icon-form:before {
  content: "\E795";
}
.next-icon-detail:before {
  content: "\E7FE";
}
.next-icon-list:before {
  content: "\E804";
}
.next-icon-dashboard:before {
  content: "\E807";
}
@-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 (min-resolution: 0.001dpcm) {
  .next-icon.next-xxs {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.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-balloon {
  word-wrap: break-all;
  word-wrap: break-word;
  border-radius: 4px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  max-width: 300px;
  position: absolute;
  z-index: 0;
}
.next-balloon *,
.next-balloon :after,
.next-balloon :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-balloon:focus,
.next-balloon :focus {
  outline: 0;
}
.next-balloon-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.next-balloon-title.next-balloon-closable {
  padding: 0 28px 0 0;
}
.next-balloon-title.next-balloon-closable .next-balloon-close {
  right: 8px;
  top: -1px;
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  transform: translateY(13px);
}
.next-balloon-primary {
  background-color: #333;
  border-color: transparent;
  border-width: 1px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}
.next-balloon-primary .next-balloon-close {
  color: #999;
  cursor: pointer;
  font-size: 8px;
  position: absolute;
  right: 8px;
  top: -1px;
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  transform: translateY(11px);
}
.next-balloon-primary .next-balloon-close .next-icon {
  height: 8px;
  line-height: 1em;
  width: 8px;
}
.next-balloon-primary .next-balloon-close .next-icon:before {
  font-size: 8px;
  height: 8px;
  line-height: 1em;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-balloon-primary .next-balloon-close .next-icon {
    height: 16px;
    line-height: 16px;
    margin: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    width: 16px;
  }
  .next-balloon-primary .next-balloon-close .next-icon:before {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    width: 16px;
  }
}
.next-balloon-primary .next-balloon-close :hover {
  color: #fff;
}
.next-balloon-primary:after {
  background-color: #333;
  border: 1px solid transparent;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  content: "";
  height: 8px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  z-index: -1;
}
.next-balloon-primary.next-balloon-top:after {
  border-bottom: none;
  border-right: none;
  left: calc(50% - 5px);
  top: -5px;
}
.next-balloon-primary.next-balloon-right:after {
  border-bottom: none;
  border-left: none;
  right: -5px;
  top: calc(50% - 5px);
}
.next-balloon-primary.next-balloon-bottom:after {
  border-left: none;
  border-top: none;
  bottom: -5px;
  left: calc(50% - 5px);
}
.next-balloon-primary.next-balloon-left:after {
  border-right: none;
  border-top: none;
  left: -5px;
  top: calc(50% - 5px);
}
.next-balloon-primary.next-balloon-left-top:after {
  border-right: none;
  border-top: none;
  left: -5px;
  top: 12px;
}
.next-balloon-primary.next-balloon-left-bottom:after {
  border-right: none;
  border-top: none;
  bottom: 12px;
  left: -5px;
}
.next-balloon-primary.next-balloon-right-top:after {
  border-bottom: none;
  border-left: none;
  right: -5px;
  top: 12px;
}
.next-balloon-primary.next-balloon-right-bottom:after {
  border-bottom: none;
  border-left: none;
  bottom: 12px;
  right: -5px;
}
.next-balloon-primary.next-balloon-top-left:after {
  border-bottom: none;
  border-right: none;
  left: 12px;
  top: -5px;
}
.next-balloon-primary.next-balloon-top-right:after {
  border-bottom: none;
  border-right: none;
  right: 12px;
  top: -5px;
}
.next-balloon-primary.next-balloon-bottom-left:after {
  border-left: none;
  border-top: none;
  bottom: -5px;
  left: 12px;
}
.next-balloon-primary.next-balloon-bottom-right:after {
  border-left: none;
  border-top: none;
  bottom: -5px;
  right: 12px;
}
.next-balloon-normal {
  background-color: #fff;
  border-color: #d8d8d8;
  border-width: 0;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  color: #333;
}
.next-balloon-normal .next-balloon-close {
  color: #999;
  cursor: pointer;
  font-size: 8px;
  position: absolute;
  right: 8px;
  top: -1px;
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  transform: translateY(11px);
}
.next-balloon-normal .next-balloon-close .next-icon {
  height: 8px;
  line-height: 1em;
  width: 8px;
}
.next-balloon-normal .next-balloon-close .next-icon:before {
  font-size: 8px;
  height: 8px;
  line-height: 1em;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-balloon-normal .next-balloon-close .next-icon {
    height: 16px;
    line-height: 16px;
    margin: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    width: 16px;
  }
  .next-balloon-normal .next-balloon-close .next-icon:before {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    width: 16px;
  }
}
.next-balloon-normal .next-balloon-close :hover {
  color: #666;
}
.next-balloon-normal:after {
  background-color: #fff;
  border: 0 solid #d8d8d8;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  content: "";
  height: 8px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  z-index: -1;
}
.next-balloon-normal.next-balloon-top:after {
  border-bottom: none;
  border-right: none;
  left: calc(50% - 4px);
  top: -4px;
}
.next-balloon-normal.next-balloon-right:after {
  border-bottom: none;
  border-left: none;
  right: -4px;
  top: calc(50% - 4px);
}
.next-balloon-normal.next-balloon-bottom:after {
  border-left: none;
  border-top: none;
  bottom: -4px;
  left: calc(50% - 4px);
}
.next-balloon-normal.next-balloon-left:after {
  border-right: none;
  border-top: none;
  left: -4px;
  top: calc(50% - 4px);
}
.next-balloon-normal.next-balloon-left-top:after {
  border-right: none;
  border-top: none;
  left: -4px;
  top: 12px;
}
.next-balloon-normal.next-balloon-left-bottom:after {
  border-right: none;
  border-top: none;
  bottom: 12px;
  left: -4px;
}
.next-balloon-normal.next-balloon-right-top:after {
  border-bottom: none;
  border-left: none;
  right: -4px;
  top: 12px;
}
.next-balloon-normal.next-balloon-right-bottom:after {
  border-bottom: none;
  border-left: none;
  bottom: 12px;
  right: -4px;
}
.next-balloon-normal.next-balloon-top-left:after {
  border-bottom: none;
  border-right: none;
  left: 12px;
  top: -4px;
}
.next-balloon-normal.next-balloon-top-right:after {
  border-bottom: none;
  border-right: none;
  right: 12px;
  top: -4px;
}
.next-balloon-normal.next-balloon-bottom-left:after {
  border-left: none;
  border-top: none;
  bottom: -4px;
  left: 12px;
}
.next-balloon-normal.next-balloon-bottom-right:after {
  border-left: none;
  border-top: none;
  bottom: -4px;
  right: 12px;
}
.next-balloon.visible {
  display: block;
}
.next-balloon.hidden {
  display: none;
}
.next-balloon-medium {
  padding: 8px;
}
.next-balloon-closable {
  padding: 8px 28px 8px 8px;
}
.next-balloon-tooltip {
  word-wrap: break-all;
  word-wrap: break-word;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  max-width: 300px;
  position: absolute;
  z-index: 0;
}
.next-balloon-tooltip *,
.next-balloon-tooltip :after,
.next-balloon-tooltip :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-balloon-tooltip .next-balloon-arrow {
  background: 0 0;
  display: block;
  height: 16px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 16px;
}
.next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content {
  background-color: #333;
  border: 1px solid #333;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  margin: auto;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}
.next-balloon-tooltip-top .next-balloon-arrow {
  left: calc(50% - 8px);
  top: -16px;
}
.next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.next-balloon-tooltip-right .next-balloon-arrow {
  right: -16px;
  top: calc(50% - 8px);
}
.next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
}
.next-balloon-tooltip-bottom .next-balloon-arrow {
  bottom: -16px;
  left: calc(50% - 8px);
}
.next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.next-balloon-tooltip-left .next-balloon-arrow {
  left: -16px;
  top: calc(50% - 8px);
}
.next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
}
.next-balloon-tooltip-left-top .next-balloon-arrow {
  left: -16px;
  top: 8px;
}
.next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
}
.next-balloon-tooltip-left-bottom .next-balloon-arrow {
  bottom: 8px;
  left: -16px;
}
.next-balloon-tooltip-left-bottom
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
}
.next-balloon-tooltip-right-top .next-balloon-arrow {
  right: -16px;
  top: 8px;
}
.next-balloon-tooltip-right-top
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
}
.next-balloon-tooltip-right-bottom .next-balloon-arrow {
  bottom: 8px;
  right: -16px;
}
.next-balloon-tooltip-right-bottom
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
}
.next-balloon-tooltip-top-left .next-balloon-arrow {
  left: 8px;
  top: -16px;
}
.next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.next-balloon-tooltip-top-right .next-balloon-arrow {
  right: 8px;
  top: -16px;
}
.next-balloon-tooltip-top-right
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.next-balloon-tooltip-bottom-left .next-balloon-arrow {
  bottom: -16px;
  left: 8px;
}
.next-balloon-tooltip-bottom-left
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.next-balloon-tooltip-bottom-right .next-balloon-arrow {
  bottom: -16px;
  right: 8px;
}
.next-balloon-tooltip-bottom-right
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) 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: 8px;
  right: auto;
}
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right:after {
  border-bottom: inherit;
  border-left: inherit;
  border-right: none;
  border-top: none;
  left: -5px;
  right: auto;
}
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left:after {
  border-bottom: none;
  border-left: none;
  border-right: inherit;
  border-top: inherit;
  left: auto;
  right: -5px;
}
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-top:after {
  border-bottom: none;
  border-left: none;
  border-right: inherit;
  border-top: inherit;
  left: auto;
  right: -5px;
}
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-bottom:after {
  border-bottom: none;
  border-left: none;
  border-right: inherit;
  border-top: inherit;
  left: auto;
  right: -5px;
}
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-top:after {
  border-bottom: inherit;
  border-left: inherit;
  border-right: none;
  border-top: none;
  left: -5px;
  right: auto;
}
.next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-bottom:after {
  border-bottom: inherit;
  border-left: inherit;
  border-right: none;
  border-top: none;
  left: -5px;
  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-primary.next-balloon-bottom-right:after {
  left: 12px;
  right: auto;
}
.next-balloon[dir="rtl"].next-balloon-normal .next-balloon-close {
  left: 8px;
  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: -4px;
  right: auto;
}
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left:after {
  border-bottom: none;
  border-left: none;
  border-right: inherit;
  border-top: inherit;
  left: auto;
  right: -4px;
}
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-top:after {
  border-bottom: none;
  border-left: none;
  border-right: inherit;
  border-top: inherit;
  left: auto;
  right: -4px;
}
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-bottom:after {
  border-bottom: none;
  border-left: none;
  border-right: inherit;
  border-top: inherit;
  left: auto;
  right: -4px;
}
.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: -4px;
  right: auto;
}
.next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-bottom:after {
  border-bottom: inherit;
  border-left: inherit;
  border-right: none;
  border-top: none;
  left: -4px;
  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: 8px 8px 8px 28px;
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right
  .next-balloon-arrow {
  left: -16px;
  right: auto;
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow {
  left: auto;
  right: -16px;
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top
  .next-balloon-arrow {
  left: auto;
  right: -16px;
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom
  .next-balloon-arrow {
  left: auto;
  right: -16px;
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top
  .next-balloon-arrow {
  left: -16px;
  right: auto;
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom
  .next-balloon-arrow {
  left: -16px;
  right: auto;
}
.next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom
  .next-balloon-arrow
  .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  transform: translateX(8px) 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-radio-button-large[dir="rtl"] > label:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  margin-left: -1px;
}
.next-radio-button-large[dir="rtl"] > label:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  margin-left: 0;
}
.next-radio-button-large[dir="rtl"] .next-radio-label {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.next-radio-button-medium[dir="rtl"] > label:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  margin-left: -1px;
}
.next-radio-button-medium[dir="rtl"] > label:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  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: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  margin-left: -1px;
}
.next-radio-button-small[dir="rtl"] > label:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  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 {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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 #d8d8d8;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  height: 16px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 16px;
}
.next-radio-wrapper .next-radio-inner:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-radio-wrapper.checked .next-radio-inner {
  background: #fff;
  border-color: #f60;
}
.next-radio-wrapper.checked .next-radio-inner:after {
  background: #f60;
  font-weight: 700;
  height: 8px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 8px;
}
.next-radio-wrapper.checked.hovered .next-radio-inner,
.next-radio-wrapper.checked:hover .next-radio-inner {
  border-color: #e55b00;
}
.next-radio-wrapper.disabled input[type="radio"] {
  cursor: not-allowed;
}
.next-radio-wrapper.disabled .next-radio-inner {
  background: #e6e6e6;
  border-color: #d8d8d8;
}
.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: #d8d8d8;
}
.next-radio-wrapper.disabled.checked .next-radio-inner {
  background: #e6e6e6;
  border-color: #bfbfbf;
}
.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: #fafafa;
  border-color: #bfbfbf;
}
.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: #fff;
  border-color: #e55b00;
}
.next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after,
.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after {
  background: #e55b00;
}
.next-radio-button .next-radio {
  height: 0;
  width: 0;
}
.next-radio-button input[type="radio"] {
  height: 0;
  width: 0;
}
.next-radio-button > label {
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 0 -1px;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  vertical-align: middle;
  z-index: 1;
}
.next-radio-button > label .next-radio-label {
  color: #333;
  display: block;
  margin: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-radio-button > label.hovered,
.next-radio-button > label:hover {
  background-color: #f60;
  border-color: #f60;
  z-index: 10;
}
.next-radio-button > label.hovered .next-radio-label,
.next-radio-button > label:hover .next-radio-label {
  color: #fff;
}
.next-radio-button > label.checked {
  background-color: #f60;
  border-color: #f60;
  z-index: 11;
}
.next-radio-button > label.checked .next-radio-label {
  color: #fff;
}
.next-radio-button > label.disabled {
  background-color: #f4f4f4;
  border-color: #eee;
  cursor: not-allowed;
  z-index: 0;
}
.next-radio-button > label.disabled .next-radio-label {
  color: #ccc;
}
.next-radio-button > label.checked.disabled {
  background-color: #f4f4f4;
  border-color: #eee;
  z-index: 0;
}
.next-radio-button > label.checked.disabled .next-radio-label {
  color: #ccc;
}
.next-radio-button-large > label {
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
}
.next-radio-button-large > label:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.next-radio-button-large > label:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.next-radio-button-large .next-radio-label {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.next-radio-button-medium > label {
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
}
.next-radio-button-medium > label:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.next-radio-button-medium > label:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.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: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.next-radio-button-small > label:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.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: 14px;
  line-height: 1;
  margin: 0 8px;
  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-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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.next-checkbox-wrapper *,
.next-checkbox-wrapper :after,
.next-checkbox-wrapper :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-checkbox-wrapper .next-checkbox {
  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 #d8d8d8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  height: 16px;
  text-align: left;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.1s linear;
  transition: all 0.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 (min-resolution: 0.001dpcm) {
  .next-checkbox-wrapper .next-checkbox-inner > .next-icon {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.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: "\E632";
}
.next-checkbox-wrapper
  .next-checkbox-inner
  > .next-checkbox-semi-select-icon:before {
  content: "\E633";
}
.next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner,
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner {
  background-color: #f60;
  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);
  -ms-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 (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(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.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: #f60;
  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 (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(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.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: #fafafa;
  border-color: #bfbfbf;
}
.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: #e55b00;
  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.checked .next-checkbox-inner,
.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner,
.next-checkbox-wrapper.disabled .next-checkbox-inner {
  background: #e6e6e6;
  border-color: #d8d8d8;
}
.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: #d8d8d8;
}
.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: #e6e6e6;
  border-color: #d8d8d8;
}
.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: 14px;
  line-height: 1;
  margin: 0 4px;
  vertical-align: middle;
}
.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: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background: #fff;
  border: 0 solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 36px;
  list-style: none;
  margin: 0;
  min-width: 100px;
  position: relative;
}
.next-menu *,
.next-menu :after,
.next-menu :before {
  -webkit-box-sizing: border-box;
  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: 12px 0;
}
.next-menu.next-ver .next-menu-item {
  padding: 0 20px;
}
.next-menu.next-hoz {
  padding: 12px 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 {
  -webkit-box-shadow: none;
  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 {
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.next-menu-sub-menu.next-expand-leave {
  overflow: hidden;
}
.next-menu-sub-menu.next-expand-leave-active {
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.next-menu-item {
  color: #333;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.next-menu-item-helper {
  color: #999;
  float: right;
  font-size: 14px;
  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: #f60;
}
.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-item-text > a .next-menu-icon-arrow {
  color: #ccc;
}
.next-menu-item.next-disabled .next-menu-icon-selected,
.next-menu-item.next-disabled
  .next-menu-item-text
  > a
  .next-menu-icon-selected {
  color: #ccc;
}
.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: #fafafa;
  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: #f60;
}
.next-menu-item-inner {
  word-wrap: normal;
  font-size: 14px;
  height: 36px;
  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 #eee;
  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: "\E632";
}
.next-menu .next-menu-icon-arrow.next-icon {
  color: #666;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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 (min-resolution: 0.001dpcm) {
  .next-menu .next-menu-icon-arrow.next-icon {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-menu .next-menu-icon-arrow.next-icon:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-menu .next-menu-icon-arrow-down:before {
  content: "\E63D";
}
.next-menu .next-menu-icon-arrow-down.next-open {
  -webkit-transform: rotate(180deg);
  -ms-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 (min-resolution: 0.001dpcm) {
  .next-menu .next-menu-icon-arrow-down.next-open {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5) rotate(180deg);
    -ms-transform: scale(0.5) rotate(180deg);
    transform: scale(0.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: "\E619";
}
.next-menu .next-menu-icon-arrow-right.next-open {
  -webkit-transform: rotate(-90deg);
  -ms-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 (min-resolution: 0.001dpcm) {
  .next-menu .next-menu-icon-arrow-right.next-open {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5) rotate(-90deg);
    -ms-transform: scale(0.5) rotate(-90deg);
    transform: scale(0.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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-menu .next-menu-hoz-icon-arrow.next-icon .next-icon-remote,
.next-menu .next-menu-hoz-icon-arrow.next-icon:before {
  font-size: 12px;
  line-height: inherit;
  width: 12px;
}
.next-menu .next-menu-hoz-icon-arrow.next-icon:before {
  content: "\E63D";
}
.next-menu-unfold-icon:before {
  content: "";
}
.next-menu .next-menu-hoz-icon-arrow.next-open {
  -webkit-transform: rotate(180deg);
  -ms-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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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 (min-resolution: 0.001dpcm) {
  .next-breadcrumb .next-breadcrumb-separator .next-icon {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.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: #f60;
}
.next-breadcrumb .next-breadcrumb-text > a {
  color: #666;
  text-align: center;
  text-decoration: none;
}
.next-breadcrumb .next-breadcrumb-text.activated {
  color: #333;
  font-weight: 400;
}
.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: #666;
}
.next-breadcrumb
  .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover
  > a {
  color: #f60;
}
.next-breadcrumb a.next-breadcrumb-text.activated:hover > a {
  color: #f60;
}
.next-breadcrumb
  a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover {
  color: #f60;
}
.next-breadcrumb
  a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover
  > b {
  color: #f60;
}
.next-breadcrumb a.next-breadcrumb-text.activated:hover {
  color: #f60;
  font-weight: 400;
}
.next-breadcrumb-icon-sep:before {
  content: "\E619";
}
.next-breadcrumb-dropdown-wrapper {
  padding: 4px 0;
}
.next-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-btn *,
.next-btn :after,
.next-btn :before {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.next-btn:after {
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  visibility: hidden;
}
.next-btn:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.next-btn .next-icon {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.next-btn > div,
.next-btn > span {
  display: inline-block;
  vertical-align: middle;
}
.next-btn > .next-btn-helper {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
}
.next-btn.hover,
.next-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.next-btn.next-small {
  border-radius: 100px;
  border-width: 1px;
  font-size: 12px;
  height: 20px;
  padding: 0 16px;
}
.next-btn.next-small > .next-btn-icon.next-icon-first {
  margin-left: 0;
  margin-right: 4px;
}
.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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-btn.next-small > .next-btn-icon.next-icon-first {
    margin-left: -4px;
    margin-right: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-btn.next-small > .next-btn-icon.next-icon-first:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-btn.next-small > .next-btn-icon.next-icon-last {
  margin-left: 4px;
  margin-right: 0;
}
.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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-btn.next-small > .next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-btn.next-small > .next-btn-icon.next-icon-last:before {
    font-size: 16px;
    width: 16px;
  }
}
.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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-btn.next-small > .next-btn-icon.next-icon-alone {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-btn.next-small > .next-btn-icon.next-icon-alone:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-btn.next-small.next-btn-loading:before {
  font-size: 8px;
  height: 8px;
  left: 16px;
  line-height: 8px;
  margin-right: 4px;
  text-align: center;
  top: 50%;
  width: 8px;
}
.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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 8px;
}
.next-btn.next-medium {
  border-radius: 100px;
  border-width: 1px;
  height: 28px;
  padding: 0 24px;
}
.next-btn.next-medium > .next-btn-icon.next-icon-first {
  margin-left: 0;
  margin-right: 4px;
  -webkit-transform: scale(1);
  -ms-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);
  -ms-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);
  -ms-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: 24px;
  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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 12px;
}
.next-btn.next-large {
  border-radius: 100px;
  border-width: 1px;
  font-size: 14px;
  height: 36px;
  padding: 0 28px;
}
.next-btn.next-large > .next-btn-icon.next-icon-first {
  margin-left: 0;
  margin-right: 4px;
  -webkit-transform: scale(1);
  -ms-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);
  -ms-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);
  -ms-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: 28px;
  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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 16px;
}
.next-btn.next-btn-normal {
  background: #fff;
  border-color: #d8d8d8;
  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.hover,
.next-btn.next-btn-normal:focus,
.next-btn.next-btn-normal:hover {
  background: #e55b00;
  border-color: #e55b00;
  color: #fff;
  text-decoration: none;
}
.next-btn.next-btn-normal.active,
.next-btn.next-btn-normal:active {
  background: #e55b00;
  border-color: #e55b00;
  color: #fff;
  text-decoration: none;
}
.next-btn.next-btn-primary {
  background: #f60;
  border-color: #f60;
  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.hover,
.next-btn.next-btn-primary:focus,
.next-btn.next-btn-primary:hover {
  background: #e55b00;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}
.next-btn.next-btn-primary.active,
.next-btn.next-btn-primary:active {
  background: #e55b00;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}
.next-btn.next-btn-secondary {
  background: #fff;
  border-color: #f60;
  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: #f60;
}
.next-btn.next-btn-secondary.hover,
.next-btn.next-btn-secondary:focus,
.next-btn.next-btn-secondary:hover {
  background: #e55b00;
  border-color: #e55b00;
  color: #fff;
  text-decoration: none;
}
.next-btn.next-btn-secondary.active,
.next-btn.next-btn-secondary:active {
  background: #e55b00;
  border-color: #e55b00;
  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: #e6e6e6;
  border-color: transparent;
}
.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.hover,
.next-btn.disabled.next-btn-normal:focus,
.next-btn.disabled.next-btn-normal:hover,
.next-btn[disabled].next-btn-normal.hover,
.next-btn[disabled].next-btn-normal:focus,
.next-btn[disabled].next-btn-normal:hover {
  background: #e6e6e6;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn.disabled.next-btn-normal.active,
.next-btn.disabled.next-btn-normal:active,
.next-btn[disabled].next-btn-normal.active,
.next-btn[disabled].next-btn-normal:active {
  background: #e6e6e6;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn.disabled.next-btn-primary,
.next-btn[disabled].next-btn-primary {
  background: #e6e6e6;
  border-color: transparent;
}
.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.hover,
.next-btn.disabled.next-btn-primary:focus,
.next-btn.disabled.next-btn-primary:hover,
.next-btn[disabled].next-btn-primary.hover,
.next-btn[disabled].next-btn-primary:focus,
.next-btn[disabled].next-btn-primary:hover {
  background: #e6e6e6;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn.disabled.next-btn-primary.active,
.next-btn.disabled.next-btn-primary:active,
.next-btn[disabled].next-btn-primary.active,
.next-btn[disabled].next-btn-primary:active {
  background: #e6e6e6;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn.disabled.next-btn-secondary,
.next-btn[disabled].next-btn-secondary {
  background: #e6e6e6;
  border-color: transparent;
}
.next-btn.disabled.next-btn-secondary,
.next-btn.disabled.next-btn-secondary.visited,
.next-btn.disabled.next-btn-secondary:link,
.next-btn.disabled.next-btn-secondary:visited,
.next-btn[disabled].next-btn-secondary,
.next-btn[disabled].next-btn-secondary.visited,
.next-btn[disabled].next-btn-secondary:link,
.next-btn[disabled].next-btn-secondary:visited {
  color: #ccc;
}
.next-btn.disabled.next-btn-secondary.hover,
.next-btn.disabled.next-btn-secondary:focus,
.next-btn.disabled.next-btn-secondary:hover,
.next-btn[disabled].next-btn-secondary.hover,
.next-btn[disabled].next-btn-secondary:focus,
.next-btn[disabled].next-btn-secondary:hover {
  background: #e6e6e6;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn.disabled.next-btn-secondary.active,
.next-btn.disabled.next-btn-secondary:active,
.next-btn[disabled].next-btn-secondary.active,
.next-btn[disabled].next-btn-secondary:active {
  background: #e6e6e6;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn-warning {
  border-style: solid;
}
.next-btn-warning.next-btn-primary {
  background: #f33200;
  border-color: #f33200;
}
.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.hover,
.next-btn-warning.next-btn-primary:focus,
.next-btn-warning.next-btn-primary:hover {
  background: #c22800;
  border-color: #c22800;
  color: #fff;
  text-decoration: none;
}
.next-btn-warning.next-btn-primary.active,
.next-btn-warning.next-btn-primary:active {
  background: #c22800;
  border-color: #c22800;
  color: #fff;
  text-decoration: none;
}
.next-btn-warning.next-btn-primary.disabled,
.next-btn-warning.next-btn-primary[disabled] {
  background: #e6e6e6;
  border-color: transparent;
}
.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.hover,
.next-btn-warning.next-btn-primary.disabled:focus,
.next-btn-warning.next-btn-primary.disabled:hover,
.next-btn-warning.next-btn-primary[disabled].hover,
.next-btn-warning.next-btn-primary[disabled]:focus,
.next-btn-warning.next-btn-primary[disabled]:hover {
  background: #e6e6e6;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn-warning.next-btn-primary.disabled.active,
.next-btn-warning.next-btn-primary.disabled:active,
.next-btn-warning.next-btn-primary[disabled].active,
.next-btn-warning.next-btn-primary[disabled]:active {
  background: #e6e6e6;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn-warning.next-btn-normal {
  background: #fff;
  border-color: #f33200;
}
.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: #f33200;
}
.next-btn-warning.next-btn-normal.hover,
.next-btn-warning.next-btn-normal:focus,
.next-btn-warning.next-btn-normal:hover {
  background: #c22800;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}
.next-btn-warning.next-btn-normal.active,
.next-btn-warning.next-btn-normal:active {
  background: #c22800;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}
.next-btn-warning.next-btn-normal.disabled,
.next-btn-warning.next-btn-normal[disabled] {
  background: #e6e6e6;
  border-color: transparent;
}
.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.hover,
.next-btn-warning.next-btn-normal.disabled:focus,
.next-btn-warning.next-btn-normal.disabled:hover,
.next-btn-warning.next-btn-normal[disabled].hover,
.next-btn-warning.next-btn-normal[disabled]:focus,
.next-btn-warning.next-btn-normal[disabled]:hover {
  background: #e6e6e6;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn-warning.next-btn-normal.disabled.active,
.next-btn-warning.next-btn-normal.disabled:active,
.next-btn-warning.next-btn-normal[disabled].active,
.next-btn-warning.next-btn-normal[disabled]:active {
  background: #e6e6e6;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn-text {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.next-btn-text.hover,
.next-btn-text:hover {
  -webkit-box-shadow: none;
  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: #007ffc;
}
.next-btn-text.next-btn-primary.hover,
.next-btn-text.next-btn-primary:focus,
.next-btn-text.next-btn-primary:hover {
  background: transparent;
  border-color: transparent;
  color: #f60;
  text-decoration: none;
}
.next-btn-text.next-btn-primary.active,
.next-btn-text.next-btn-primary:active {
  background: transparent;
  border-color: transparent;
  color: #f60;
  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.hover,
.next-btn-text.next-btn-primary.disabled:focus,
.next-btn-text.next-btn-primary.disabled:hover,
.next-btn-text.next-btn-primary[disabled].hover,
.next-btn-text.next-btn-primary[disabled]:focus,
.next-btn-text.next-btn-primary[disabled]:hover {
  background: transparent;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn-text.next-btn-primary.disabled.active,
.next-btn-text.next-btn-primary.disabled:active,
.next-btn-text.next-btn-primary[disabled].active,
.next-btn-text.next-btn-primary[disabled]:active {
  background: transparent;
  border-color: transparent;
  color: #ccc;
  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: #333;
}
.next-btn-text.next-btn-secondary.hover,
.next-btn-text.next-btn-secondary:focus,
.next-btn-text.next-btn-secondary:hover {
  background: transparent;
  border-color: transparent;
  color: #f60;
  text-decoration: none;
}
.next-btn-text.next-btn-secondary.active,
.next-btn-text.next-btn-secondary:active {
  background: transparent;
  border-color: transparent;
  color: #f60;
  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.hover,
.next-btn-text.next-btn-secondary.disabled:focus,
.next-btn-text.next-btn-secondary.disabled:hover,
.next-btn-text.next-btn-secondary[disabled].hover,
.next-btn-text.next-btn-secondary[disabled]:focus,
.next-btn-text.next-btn-secondary[disabled]:hover {
  background: transparent;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn-text.next-btn-secondary.disabled.active,
.next-btn-text.next-btn-secondary.disabled:active,
.next-btn-text.next-btn-secondary[disabled].active,
.next-btn-text.next-btn-secondary[disabled]:active {
  background: transparent;
  border-color: transparent;
  color: #ccc;
  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.hover,
.next-btn-text.next-btn-normal:focus,
.next-btn-text.next-btn-normal:hover {
  background: transparent;
  border-color: transparent;
  color: #f60;
  text-decoration: none;
}
.next-btn-text.next-btn-normal.active,
.next-btn-text.next-btn-normal:active {
  background: transparent;
  border-color: transparent;
  color: #f60;
  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.hover,
.next-btn-text.next-btn-normal.disabled:focus,
.next-btn-text.next-btn-normal.disabled:hover,
.next-btn-text.next-btn-normal[disabled].hover,
.next-btn-text.next-btn-normal[disabled]:focus,
.next-btn-text.next-btn-normal[disabled]:hover {
  background: transparent;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn-text.next-btn-normal.disabled.active,
.next-btn-text.next-btn-normal.disabled:active,
.next-btn-text.next-btn-normal[disabled].active,
.next-btn-text.next-btn-normal[disabled]:active {
  background: transparent;
  border-color: transparent;
  color: #ccc;
  text-decoration: none;
}
.next-btn-text.next-large {
  border-radius: 0;
  border-width: 0;
  font-size: 16px;
  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);
  -ms-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);
  -ms-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);
  -ms-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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 16px;
}
.next-btn-text.next-medium {
  border-radius: 0;
  border-width: 0;
  font-size: 14px;
  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);
  -ms-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);
  -ms-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);
  -ms-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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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;
}
.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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-btn-text.next-small > .next-btn-icon.next-icon-first {
    margin-left: -4px;
    margin-right: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-btn-text.next-small > .next-btn-icon.next-icon-first:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-btn-text.next-small > .next-btn-icon.next-icon-last {
  margin-left: 4px;
  margin-right: 0;
}
.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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-btn-text.next-small > .next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-btn-text.next-small > .next-btn-icon.next-icon-last:before {
    font-size: 16px;
    width: 16px;
  }
}
.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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-btn-text.next-small > .next-btn-icon.next-icon-alone {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-btn-text.next-small > .next-btn-icon.next-icon-alone:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-btn-text.next-small.next-btn-loading:before {
  font-size: 8px;
  height: 8px;
  left: 0;
  line-height: 8px;
  margin-right: 4px;
  text-align: center;
  top: 50%;
  width: 8px;
}
.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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 8px;
}
.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.hover,
.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-text.next-btn-loading.active,
.next-btn-text.next-btn-loading:active {
  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: "\E646";
  font-family: NextIcon;
  opacity: 1;
  visibility: visible;
}
.next-btn-loading:after {
  content: "";
  display: inline-block;
  height: 100%;
  position: static;
  vertical-align: middle;
  width: 0;
}
.next-btn-custom-loading {
  pointer-events: none;
}
.next-btn-ghost {
  border-style: solid;
  -webkit-box-shadow: none;
  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.hover,
.next-btn-ghost.next-btn-dark:focus,
.next-btn-ghost.next-btn-dark:hover {
  background: hsla(0, 0%, 100%, 0.2);
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}
.next-btn-ghost.next-btn-dark.active,
.next-btn-ghost.next-btn-dark:active {
  background: hsla(0, 0%, 100%, 0.2);
  border-color: transparent;
  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%, 0.5);
}
.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%, 0.4);
}
.next-btn-ghost.next-btn-dark.disabled.hover,
.next-btn-ghost.next-btn-dark.disabled:focus,
.next-btn-ghost.next-btn-dark.disabled:hover,
.next-btn-ghost.next-btn-dark[disabled].hover,
.next-btn-ghost.next-btn-dark[disabled]:focus,
.next-btn-ghost.next-btn-dark[disabled]:hover {
  background: transparent;
  border-color: hsla(0, 0%, 100%, 0.5);
  color: hsla(0, 0%, 100%, 0.4);
  text-decoration: none;
}
.next-btn-ghost.next-btn-dark.disabled.active,
.next-btn-ghost.next-btn-dark.disabled:active,
.next-btn-ghost.next-btn-dark[disabled].active,
.next-btn-ghost.next-btn-dark[disabled]:active {
  background: transparent;
  border-color: hsla(0, 0%, 100%, 0.5);
  color: hsla(0, 0%, 100%, 0.4);
  text-decoration: none;
}
.next-btn-ghost.next-btn-light {
  background: transparent;
  border-color: #d8d8d8;
}
.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.hover,
.next-btn-ghost.next-btn-light:focus,
.next-btn-ghost.next-btn-light:hover {
  background: rgba(229, 91, 0, 0.92);
  border-color: #e55b00;
  color: #fff;
  text-decoration: none;
}
.next-btn-ghost.next-btn-light.active,
.next-btn-ghost.next-btn-light:active {
  background: rgba(229, 91, 0, 0.92);
  border-color: #e55b00;
  color: #fff;
  text-decoration: none;
}
.next-btn-ghost.next-btn-light.disabled,
.next-btn-ghost.next-btn-light[disabled] {
  background: transparent;
  border-color: hsla(0, 0%, 85%, 0.96);
}
.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: #ccc;
}
.next-btn-ghost.next-btn-light.disabled.hover,
.next-btn-ghost.next-btn-light.disabled:focus,
.next-btn-ghost.next-btn-light.disabled:hover,
.next-btn-ghost.next-btn-light[disabled].hover,
.next-btn-ghost.next-btn-light[disabled]:focus,
.next-btn-ghost.next-btn-light[disabled]:hover {
  background: transparent;
  border-color: hsla(0, 0%, 85%, 0.96);
  color: #ccc;
  text-decoration: none;
}
.next-btn-ghost.next-btn-light.disabled.active,
.next-btn-ghost.next-btn-light.disabled:active,
.next-btn-ghost.next-btn-light[disabled].active,
.next-btn-ghost.next-btn-light[disabled]:active {
  background: transparent;
  border-color: hsla(0, 0%, 85%, 0.96);
  color: #ccc;
  text-decoration: none;
}
.next-btn-group {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.next-btn-group > .next-btn {
  -webkit-box-shadow: none;
  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%, 0.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: #eee;
}
.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%, 0.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: #eee;
}
.next-btn.next-small[dir="rtl"] {
  border-radius: 100px;
}
.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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first:before {
    font-size: 16px;
    width: 16px;
  }
}
.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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last {
    margin-left: -4px;
    margin-right: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-btn.next-small[dir="rtl"].next-btn-loading {
  padding-left: 16px;
  padding-right: 28px;
}
.next-btn.next-small[dir="rtl"].next-btn-loading:after {
  margin-left: 4px;
  margin-right: 0;
  right: 16px;
  top: 50%;
}
.next-btn.next-medium[dir="rtl"] {
  border-radius: 100px;
}
.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: 24px;
  padding-right: 40px;
}
.next-btn.next-medium[dir="rtl"].next-btn-loading:after {
  margin-left: 4px;
  margin-right: 0;
  right: 24px;
  top: 50%;
}
.next-btn.next-large[dir="rtl"] {
  border-radius: 100px;
}
.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: 28px;
  padding-right: 48px;
}
.next-btn.next-large[dir="rtl"].next-btn-loading:after {
  margin-left: 4px;
  margin-right: 0;
  right: 28px;
  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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first {
    margin-left: 0;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first:before {
    font-size: 16px;
    width: 16px;
  }
}
.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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last {
    margin-left: -4px;
    margin-right: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-btn-text[dir="rtl"].next-small.next-btn-loading {
  padding-left: 0;
  padding-right: 12px;
}
.next-btn-text[dir="rtl"].next-small.next-btn-loading:after {
  margin-left: 4px;
  margin-right: 0;
  right: 0;
  top: 50%;
}
@-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: #f60;
}
.next-tag-default.next-tag-level-primary {
  background-color: #f4f4f4;
  border-color: #e6e6e6;
  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: #e6e6e6;
  border-color: #d9d9d9;
  color: #666;
}
.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,
.next-tag-default.next-tag-level-primary[disabled] {
  background-color: #e6e6e6;
  border-color: #fafafa;
  color: #ccc;
}
.disabled.next-tag-default.next-tag-level-primary > .next-tag-close-btn,
.next-tag-default.next-tag-level-primary[disabled] > .next-tag-close-btn {
  color: #ccc;
}
.next-tag-default.next-tag-level-primary > .next-tag-close-btn {
  color: #666;
}
.next-tag-closable.next-tag-level-primary {
  background-color: #f4f4f4;
  border-color: #e6e6e6;
  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: #e6e6e6;
  border-color: #d9d9d9;
  color: #666;
}
.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,
.next-tag-closable.next-tag-level-primary[disabled] {
  background-color: #e6e6e6;
  border-color: #fafafa;
  color: #ccc;
}
.disabled.next-tag-closable.next-tag-level-primary > .next-tag-close-btn,
.next-tag-closable.next-tag-level-primary[disabled] > .next-tag-close-btn {
  color: #ccc;
}
.next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
  color: #666;
}
.next-tag-checkable.next-tag-level-primary {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  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: #d9d9d9;
  border-color: #d9d9d9;
  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,
.next-tag-checkable.next-tag-level-primary[disabled] {
  background-color: #e6e6e6;
  border-color: #fafafa;
  color: #ccc;
}
.disabled.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn,
.next-tag-checkable.next-tag-level-primary[disabled] > .next-tag-close-btn {
  color: #ccc;
}
.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
  color: #666;
}
.next-tag-checkable.next-tag-level-primary.checked {
  background-color: #f60;
  border-color: #f60;
  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: #e55b00;
  border-color: #e55b00;
  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,
.next-tag-checkable.next-tag-level-primary.checked[disabled] {
  background-color: #e6e6e6;
  border-color: #fafafa;
  color: #ccc;
}
.disabled.next-tag-checkable.next-tag-level-primary.checked
  > .next-tag-close-btn,
.next-tag-checkable.next-tag-level-primary.checked[disabled]
  > .next-tag-close-btn {
  color: #fff;
}
.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn {
  color: #fff;
}
.next-tag-default.next-tag-level-normal {
  background-color: #fff;
  border-color: #fafafa;
  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: #e6e6e6;
  border-color: #fafafa;
  color: #666;
}
.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,
.next-tag-default.next-tag-level-normal[disabled] {
  background-color: #fafafa;
  border-color: #eee;
  color: #ccc;
}
.disabled.next-tag-default.next-tag-level-normal > .next-tag-close-btn,
.next-tag-default.next-tag-level-normal[disabled] > .next-tag-close-btn {
  color: #ccc;
}
.next-tag-default.next-tag-level-normal > .next-tag-close-btn {
  color: #666;
}
.next-tag-closable.next-tag-level-normal {
  background-color: #fff;
  border-color: #bfbfbf;
  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: #e6e6e6;
  border-color: #fff;
  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,
.next-tag-closable.next-tag-level-normal[disabled] {
  background-color: #e6e6e6;
  border-color: #eee;
  color: #ccc;
}
.disabled.next-tag-closable.next-tag-level-normal > .next-tag-close-btn,
.next-tag-closable.next-tag-level-normal[disabled] > .next-tag-close-btn {
  color: #ccc;
}
.next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
  color: #666;
}
.next-tag-checkable.next-tag-level-normal.checked {
  background-color: #fff0e6;
  border-color: #f60;
  color: #f60;
}
.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: #fff0e6;
  border-color: #e55b00;
  color: #e55b00;
}
.next-tag-checkable.next-tag-level-secondary.checked {
  background-color: #fff0e6;
  border-color: #f60;
  color: #f60;
}
.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: #fff0e6;
  border-color: #e55b00;
  color: #e55b00;
}
.next-tag-checkable.next-tag-level-secondary.checked:before {
  -webkit-font-smoothing: antialiased;
  background-color: #f60;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.next-tag-checkable.next-tag-level-secondary.checked:after {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  content: "\E632";
  font-family: NextIcon;
  position: absolute;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.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: #e55b00;
}
.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,
.next-tag-checkable.next-tag-level-secondary.checked[disabled]:before {
  background-color: #eee;
}
.next-tag-checkable.next-tag-level-secondary.checked:disabled:after,
.next-tag-checkable.next-tag-level-secondary.checked[disabled]:after {
  color: #fff;
}
.next-tag-checkable.next-tag-level-normal {
  background-color: #fafafa;
  border-color: #bfbfbf;
  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: #e6e6e6;
  border-color: #bfbfbf;
  color: #333;
}
.disabled.next-tag-checkable.next-tag-level-normal,
.next-tag-checkable.next-tag-level-normal[disabled] {
  background-color: #e6e6e6;
  border-color: #eee;
  color: #ccc;
}
.next-tag-checkable.next-tag-level-normal.checked:before {
  -webkit-font-smoothing: antialiased;
  background-color: #f60;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.next-tag-checkable.next-tag-level-normal.checked:after {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  content: "\E632";
  font-family: NextIcon;
  position: absolute;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.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: #e55b00;
}
.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,
.next-tag-checkable.next-tag-level-normal.checked[disabled]:before {
  background-color: #d9d9d9;
}
.next-tag-checkable.next-tag-level-normal.checked:disabled:after,
.next-tag-checkable.next-tag-level-normal.checked[disabled]:after {
  color: #fff;
}
.next-tag-closable.next-tag-level-normal:before {
  -webkit-font-smoothing: antialiased;
  background-color: #bfbfbf;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.next-tag-closable.next-tag-level-normal:after {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  content: "\E626";
  font-family: NextIcon;
  position: absolute;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.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: #fff;
}
.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,
.next-tag-closable.next-tag-level-normal[disabled]:before {
  background-color: #eee;
}
.next-tag-closable.next-tag-level-normal:disabled:after,
.next-tag-closable.next-tag-level-normal[disabled]: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: 4px;
  border-style: solid;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  max-width: 100%;
  outline: 0;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  vertical-align: middle;
  white-space: nowrap;
}
.next-tag *,
.next-tag :after,
.next-tag :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-tag > .next-tag-body {
  cursor: default;
  display: inline-block;
  height: 100%;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.next-tag > .next-tag-body > a {
  color: inherit;
  text-decoration: none;
}
.next-tag > .next-tag-body > a:before {
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.next-tag > .next-tag-body .next-icon {
  line-height: 1;
  vertical-align: baseline;
}
.next-tag > .next-tag-body .next-icon:before {
  font-size: inherit;
}
.next-tag.next-tag-body-pointer {
  cursor: pointer;
}
.next-tag.disabled,
.next-tag[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}
.next-tag-blue {
  background-color: #4494f9;
  border-color: #4494f9;
  color: #fff;
}
.next-tag-blue-inverse {
  background-color: rgba(68, 148, 249, 0.25);
  border-color: #4494f9;
  color: #4494f9;
}
.next-tag-green {
  background-color: #46bc15;
  border-color: #46bc15;
  color: #fff;
}
.next-tag-green-inverse {
  background-color: rgba(70, 188, 21, 0.25);
  border-color: #46bc15;
  color: #46bc15;
}
.next-tag-orange {
  background-color: #ff9300;
  border-color: #ff9300;
  color: #fff;
}
.next-tag-orange-inverse {
  background-color: rgba(255, 147, 0, 0.25);
  border-color: #ff9300;
  color: #ff9300;
}
.next-tag-red {
  background-color: #ff3000;
  border-color: #ff3000;
  color: #fff;
}
.next-tag-red-inverse {
  background-color: rgba(255, 48, 0, 0.25);
  border-color: #ff3000;
  color: #ff3000;
}
.next-tag-turquoise {
  background-color: #01c1b2;
  border-color: #01c1b2;
  color: #fff;
}
.next-tag-turquoise-inverse {
  background-color: rgba(1, 193, 178, 0.25);
  border-color: #01c1b2;
  color: #01c1b2;
}
.next-tag-yellow {
  background-color: #fccc12;
  border-color: #fccc12;
  color: #fff;
}
.next-tag-yellow-inverse {
  background-color: rgba(252, 204, 18, 0.25);
  border-color: #fccc12;
  color: #fccc12;
}
.next-tag-large {
  font-size: 0;
  height: 28px;
  line-height: 28px;
  padding: 0;
}
.next-tag-large > .next-tag-body {
  font-size: 14px;
  min-width: 48px;
  padding: 0 16px;
}
.next-tag-large.next-tag-closable > .next-tag-body {
  max-width: calc(100% - 40px);
  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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon:before {
    font-size: 16px;
    width: 16px;
  }
}
.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: 24px;
  line-height: 24px;
  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 (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(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.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: 20px;
  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 (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(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.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: 4px;
  cursor: pointer;
  position: relative;
}
.next-tag-checkable.checked:before {
  -webkit-animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.next-tag-checkable.checked:after {
  -webkit-animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before {
  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: -12px;
  height: 24px;
  right: -12px;
  width: 24px;
}
.next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):after {
  bottom: 0;
  font-size: 8px;
  line-height: 8px;
  right: 0;
}
.next-tag-checkable.next-tag-large:not(.next-tag-level-primary):before {
  bottom: -16px;
  height: 32px;
  right: -16px;
  width: 32px;
}
.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: #e6e6e6;
  border-color: #eee;
  color: #ccc;
}
.next-tag-zoom-appear,
.next-tag-zoom-enter {
  -webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.next-tag-zoom-leave {
  -webkit-animation: zoomOut 0.3s ease-in;
  animation: zoomOut 0.3s ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.next-input {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-table;
  font-size: 0;
  line-height: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  vertical-align: middle;
  width: 200px;
}
.next-input *,
.next-input :after,
.next-input :before {
  -webkit-box-sizing: border-box;
  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: 4px;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.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: 4px;
  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 {
  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::-moz-placeholder {
  font-size: 12px;
}
.next-input.next-small input::-ms-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 4px 4px 0;
}
.next-input.next-medium {
  border-radius: 4px;
  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 {
  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::-moz-placeholder {
  font-size: 12px;
}
.next-input.next-medium input::-ms-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 4px 4px 0;
}
.next-input.next-large {
  border-radius: 4px;
  height: 36px;
}
.next-input.next-large .next-input-label {
  font-size: 14px;
  padding-left: 12px;
}
.next-input.next-large .next-input-inner {
  font-size: 14px;
}
.next-input.next-large .next-input-control {
  padding-right: 8px;
}
.next-input.next-large input {
  font-size: 14px;
  height: 34px;
  line-height: 34px \0;
  padding: 0 12px;
}
.next-input.next-large input::-webkit-input-placeholder {
  font-size: 14px;
}
.next-input.next-large input::-moz-placeholder {
  font-size: 14px;
}
.next-input.next-large input::-ms-input-placeholder {
  font-size: 14px;
}
.next-input.next-large input::placeholder {
  font-size: 14px;
}
.next-input.next-large .next-input-text-field {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
}
.next-input.next-large .next-icon .next-icon-remote,
.next-input.next-large .next-icon:before {
  font-size: 12px;
  line-height: inherit;
  width: 12px;
}
.next-input.next-large .next-input-control {
  border-radius: 0 4px 4px 0;
}
.next-input.next-input-textarea {
  border-radius: 4px;
  font-size: 0;
  height: auto;
}
.next-input.next-input-textarea textarea {
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  padding: 4px 8px;
}
.next-input.next-input-textarea.next-small textarea {
  font-size: 12px;
}
.next-input.next-input-textarea.next-large textarea {
  font-size: 14px;
}
.next-input.next-input-textarea .next-input-control {
  border-radius: 4px;
  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-focus,
.next-input:hover {
  background-color: #fff;
  border-color: #bfbfbf;
}
.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 {
  opacity: 1;
}
.next-input .next-input-clear:focus + .next-input-hint {
  opacity: 0;
}
.next-input.next-focus {
  background-color: #fff;
  border-color: #007ffc;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 127, 252, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 127, 252, 0.2);
}
.next-input.next-warning {
  background-color: #fff;
  border-color: #ff6a00;
}
.next-input.next-warning.next-focus,
.next-input.next-warning:hover {
  border-color: #ff6a00;
}
.next-input.next-warning.next-focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.2);
}
.next-input.next-error {
  background-color: #fff;
  border-color: #f33200;
}
.next-input.next-error.next-focus,
.next-input.next-error:hover {
  border-color: #f33200;
}
.next-input.next-error.next-focus {
  -webkit-box-shadow: 0 0 0 2px rgba(243, 50, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(243, 50, 0, 0.2);
}
.next-input.next-hidden {
  display: none;
}
.next-input.next-noborder {
  border: none;
  -webkit-box-shadow: 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: #f33200;
}
.next-input-control .next-input-len.next-warning {
  color: #ff6a00;
}
.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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-input-control .next-input-warning-icon {
  color: #ff6a00;
}
.next-input-control .next-input-warning-icon:before {
  content: "\E60B";
}
.next-input-control .next-input-success-icon {
  color: #00ac54;
}
.next-input-control .next-input-success-icon:before {
  content: "\E63A";
}
.next-input-control .next-input-loading-icon {
  color: #007ffc;
}
.next-input-control .next-input-loading-icon:before {
  -webkit-animation: loadingCircle 1s linear infinite;
  animation: loadingCircle 1s linear infinite;
  content: "\E646";
}
.next-input-control .next-input-clear-icon:before {
  content: "\E623";
}
.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 {
  background-color: #f4f4f4;
  border-color: #eee;
  color: #ccc;
  cursor: not-allowed;
}
.next-input.next-disabled:hover {
  background-color: #f4f4f4;
  border-color: #eee;
}
.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-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: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-table;
  line-height: 0;
  width: 100%;
}
.next-input-group *,
.next-input-group :after,
.next-input-group :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-input-group-auto-width {
  border-radius: 0 !important;
  width: 100%;
}
.next-input-group > .next-input {
  border-radius: 0;
}
.next-input-group > .next-input.next-focus {
  position: relative;
  z-index: 1;
}
.next-input-group > .next-input:first-child.next-small {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.next-input-group > .next-input:first-child.next-medium {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.next-input-group > .next-input:first-child.next-large {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.next-input-group > .next-input:last-child.next-small {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.next-input-group > .next-input:last-child.next-medium {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.next-input-group > .next-input:last-child.next-large {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.next-input-group-addon {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  width: 1px;
}
.next-input-group-addon:first-child {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.next-input-group-addon:first-child > * {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-right: -1px;
}
.next-input-group-addon:first-child > .next-focus {
  position: relative;
  z-index: 1;
}
.next-input-group-addon:first-child > * > .next-input {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.next-input-group-addon:first-child > * > .next-input.next-focus {
  position: relative;
  z-index: 1;
}
.next-input-group-addon:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.next-input-group-addon:last-child > * {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  margin-left: -1px;
}
.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: #fafafa;
  border: 1px solid #d8d8d8;
  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 {
  background-color: #f4f4f4;
  border-color: #eee;
  color: #ccc;
  cursor: not-allowed;
}
.next-input-group-text.next-disabled:hover {
  background-color: #f4f4f4;
  border-color: #eee;
}
.next-input-group-text.next-medium,
.next-input-group-text.next-small {
  border-radius: 4px;
  font-size: 12px;
}
.next-input-group-text.next-large {
  border-radius: 4px;
  font-size: 14px;
}
.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-small {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
}
.next-input-group[dir="rtl"] > .next-input:first-child.next-medium {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
}
.next-input-group[dir="rtl"] > .next-input:first-child.next-large {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
}
.next-input-group[dir="rtl"] > .next-input:last-child.next-small {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
}
.next-input-group[dir="rtl"] > .next-input:last-child.next-medium {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
}
.next-input-group[dir="rtl"] > .next-input:last-child.next-large {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
}
.next-input-group[dir="rtl"] .next-input-group-addon:first-child,
.next-input-group[dir="rtl"]
  .next-input-group-addon:first-child
  > *
  > .next-input,
.next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-small,
.next-input-group[dir="rtl"]
  .next-input-group-addon:first-child
  > *
  > .next-input.next-small,
.next-input-group[dir="rtl"]
  .next-input-group-addon:first-child
  > .next-input.next-small {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-medium,
.next-input-group[dir="rtl"]
  .next-input-group-addon:first-child
  > *
  > .next-input.next-medium,
.next-input-group[dir="rtl"]
  .next-input-group-addon:first-child
  > .next-input.next-medium {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-large,
.next-input-group[dir="rtl"]
  .next-input-group-addon:first-child
  > *
  > .next-input.next-large,
.next-input-group[dir="rtl"]
  .next-input-group-addon:first-child
  > .next-input.next-large {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !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-small,
.next-input-group[dir="rtl"]
  .next-input-group-addon:last-child
  > *
  > .next-input.next-small,
.next-input-group[dir="rtl"]
  .next-input-group-addon:last-child
  > .next-input.next-small {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-medium,
.next-input-group[dir="rtl"]
  .next-input-group-addon:last-child
  > *
  > .next-input.next-medium,
.next-input-group[dir="rtl"]
  .next-input-group-addon:last-child
  > .next-input.next-medium {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-large,
.next-input-group[dir="rtl"]
  .next-input-group-addon:last-child
  > *
  > .next-input.next-large,
.next-input-group[dir="rtl"]
  .next-input-group-addon:last-child
  > .next-input.next-large {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !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-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
}
.next-select *,
.next-select :after,
.next-select :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-select-trigger {
  min-width: 100px;
  outline: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-select-trigger .next-input-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.next-select-trigger .next-select-values {
  -webkit-box-flex: 1;
  display: block;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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, #f4f4f4 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 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  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-body,
.next-select-multiple.next-small .next-tag .next-tag-body,
.next-select-multiple.next-small .next-tag .next-tag-close-btn,
.next-select-tag.next-small .next-tag-body,
.next-select-tag.next-small .next-tag .next-tag-body,
.next-select-tag.next-small .next-tag .next-tag-close-btn {
  line-height: 14px;
}
.next-select-multiple.next-small .next-input-control,
.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-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-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-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: 34px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.next-select-multiple.next-large .next-select-values-compact,
.next-select-tag.next-large .next-select-values-compact {
  height: 36px !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-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-label,
.next-select-tag.next-large .next-select-tag-compact {
  line-height: 34px;
}
.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);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.next-select .next-select-unfold-icon:before {
  content: "";
}
.next-select-symbol-fold:before {
  content: "\E63D";
}
.next-select-arrow {
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: auto !important;
}
.next-select-popup-wrap {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  padding: 0;
}
.next-select-spacing-tb {
  padding: 0;
}
.next-select-menu-wrapper {
  border: 0 solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  max-height: 260px;
  overflow: auto;
}
.next-select-menu-wrapper .next-select-menu {
  border: none;
  max-height: none;
}
.next-select-menu {
  max-height: 260px;
  overflow: auto;
}
.next-select-menu .next-select-menu-empty-content {
  color: #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 #d8d8d8;
  cursor: pointer;
  display: block;
  margin: 0 12px 8px;
  padding: 0 8px;
}
.next-select-all:hover {
  color: #666;
}
.next-select-all .next-menu-icon-selected.next-icon {
  color: #f60;
  display: inline-block !important;
  top: auto;
}
.next-select-highlight {
  color: #f60;
  font-size: 14px;
}
.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: 36px;
}
.next-select-in-ie.next-select-trigger .next-select-trigger-search > span {
  max-width: 100px;
}
.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth
  .next-select-values {
  position: relative;
}
.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth
  .next-select-values
  > em {
  display: inline-block;
  height: 100%;
  left: 4px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 30%;
  vertical-align: middle;
}
.next-select-in-ie.next-select-trigger.next-select-single.next-inactive
  .next-select-values
  > em
  + .next-select-trigger-search,
.next-select-in-ie.next-select-trigger.next-select-single.next-no-search
  .next-select-values
  > em
  + .next-select-trigger-search {
  filter: alpha(opacity=0);
  font-size: 0;
}
.next-select-in-ie.next-select-trigger.next-no-search
  .next-select-trigger-search
  input {
  color: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .next-select-multiple .next-select-compact .next-select-tag-compact {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 10px);
  }
  .next-select-multiple .next-disabled .next-select-tag-compact {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #f4f4f4 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-calendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-calendar *,
.next-calendar :after,
.next-calendar :before {
  -webkit-box-sizing: border-box;
  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(0.5);
    transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cellZoomIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.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: 0.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: 0.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: 0.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: 0.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: #fafafa;
  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: #666;
}
.next-calendar-panel-header-full .next-calendar-btn.hover,
.next-calendar-panel-header-full .next-calendar-btn:focus,
.next-calendar-panel-header-full .next-calendar-btn:hover,
.next-calendar-panel-header-left .next-calendar-btn.hover,
.next-calendar-panel-header-left .next-calendar-btn:focus,
.next-calendar-panel-header-left .next-calendar-btn:hover,
.next-calendar-panel-header-right .next-calendar-btn.hover,
.next-calendar-panel-header-right .next-calendar-btn:focus,
.next-calendar-panel-header-right .next-calendar-btn:hover {
  background: transparent;
  border-color: transparent;
  color: #f60;
  text-decoration: none;
}
.next-calendar-panel-header-full .next-calendar-btn.active,
.next-calendar-panel-header-full .next-calendar-btn:active,
.next-calendar-panel-header-left .next-calendar-btn.active,
.next-calendar-panel-header-left .next-calendar-btn:active,
.next-calendar-panel-header-right .next-calendar-btn.active,
.next-calendar-panel-header-right .next-calendar-btn:active {
  background: transparent;
  border-color: transparent;
  color: #f60;
  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: #666;
}
.next-calendar-btn-next-decade.hover,
.next-calendar-btn-next-decade:focus,
.next-calendar-btn-next-decade:hover,
.next-calendar-btn-next-month.hover,
.next-calendar-btn-next-month:focus,
.next-calendar-btn-next-month:hover,
.next-calendar-btn-next-year.hover,
.next-calendar-btn-next-year:focus,
.next-calendar-btn-next-year:hover,
.next-calendar-btn-prev-decade.hover,
.next-calendar-btn-prev-decade:focus,
.next-calendar-btn-prev-decade:hover,
.next-calendar-btn-prev-month.hover,
.next-calendar-btn-prev-month:focus,
.next-calendar-btn-prev-month:hover,
.next-calendar-btn-prev-year.hover,
.next-calendar-btn-prev-year:focus,
.next-calendar-btn-prev-year:hover {
  background: transparent;
  border-color: transparent;
  color: #f60;
  text-decoration: none;
}
.next-calendar-btn-next-decade.active,
.next-calendar-btn-next-decade:active,
.next-calendar-btn-next-month.active,
.next-calendar-btn-next-month:active,
.next-calendar-btn-next-year.active,
.next-calendar-btn-next-year:active,
.next-calendar-btn-prev-decade.active,
.next-calendar-btn-prev-decade:active,
.next-calendar-btn-prev-month.active,
.next-calendar-btn-prev-month:active,
.next-calendar-btn-prev-year.active,
.next-calendar-btn-prev-year:active {
  background: transparent;
  border-color: transparent;
  color: #f60;
  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: 18px;
  font-weight: 700;
  padding-bottom: 4px;
  padding-right: 12px;
  text-align: right;
}
.next-calendar-fullscreen .next-calendar-cell {
  font-size: 16px;
}
.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-fullscreen
  .next-calendar-cell.next-selected
  .next-calendar-month {
  background: #fff0e6;
  border-color: #f60;
  color: #f60;
  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: #fafafa;
  border-color: #eee;
  color: #ccc;
  cursor: not-allowed;
}
.next-calendar-fullscreen .next-calendar-date,
.next-calendar-fullscreen .next-calendar-month {
  background: #fff;
  border-color: currentcolor #d8d8d8 #d8d8d8;
  border-top: 2px solid #d8d8d8;
  color: #333;
  margin: 0 4px;
  min-height: 80px;
  overflow: hidden;
  padding: 4px 8px;
  text-align: right;
  text-overflow: ellipsis;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
  white-space: nowrap;
}
.next-calendar-fullscreen .next-calendar-date:hover,
.next-calendar-fullscreen .next-calendar-month:hover {
  background: #fff0e6;
  border-color: #f60;
  color: #f60;
}
.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: #f60;
  color: #f60;
  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 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background: #f60;
  border-color: #f60;
  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: #fafafa;
  border-color: #fafafa;
  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: #fff0e6;
  border-color: #fff0e6;
  color: #f60;
}
.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 {
  cursor: pointer;
}
.next-calendar-card .next-calendar-date:hover,
.next-calendar-card .next-calendar-month:hover,
.next-calendar-card .next-calendar-year:hover,
.next-calendar-panel .next-calendar-date:hover,
.next-calendar-panel .next-calendar-month:hover,
.next-calendar-panel .next-calendar-year:hover,
.next-calendar-range .next-calendar-date:hover,
.next-calendar-range .next-calendar-month:hover,
.next-calendar-range .next-calendar-year:hover {
  background: #fff0e6;
  border-color: #fff0e6;
  color: #f60;
}
.next-calendar-card .next-calendar-date,
.next-calendar-panel .next-calendar-date,
.next-calendar-range .next-calendar-date {
  border-radius: 4px;
  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: 4px;
  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: 4px;
  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: #f60;
  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: #fff0e6;
  border-color: #fff0e6;
  color: #f60;
}
.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: #f60;
  position: relative;
}
.next-calendar-panel.next-calendar-week
  .next-calendar-tbody
  .next-calendar-week-active-date:before {
  background: #fff0e6;
  border: 1px solid #fff0e6;
  border-radius: 4px;
  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: #f60;
  border-color: #f60;
}
.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: "\E61D";
}
.next-calendar-symbol-next:before {
  content: "\E619";
}
.next-calendar-symbol-prev-super:before {
  content: "\E659";
}
.next-calendar-symbol-next-super:before {
  content: "\E65E";
}
.next-card,
.next-card:after,
.next-card:before {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-card *,
.next-card :after,
.next-card :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-card {
  background: #fff;
  border: 0 solid #fafafa;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  min-width: 100px;
  overflow: hidden;
}
.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: #f60;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(50% - 8px);
  width: 4px;
}
.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: 18px;
  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: #007ffc;
  font-size: 14px;
  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-main {
  border-bottom: 1px solid transparent;
}
.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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.next-card-footer .next-icon {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-card-footer .next-icon.expand {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 47%;
  -ms-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;
  -o-object-fit: cover;
  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: 18px;
  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;
  position: relative;
  width: 100%;
}
.next-card-divider:before {
  border-bottom: 1px solid transparent;
  content: "";
  display: block;
}
.next-card-divider--inset {
  padding: 0 16px;
}
.next-card-content-container {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.next-cascader {
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: auto;
}
.next-cascader *,
.next-cascader :after,
.next-cascader :before {
  -webkit-box-sizing: border-box;
  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 #eee;
}
.next-cascader-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 100%;
  min-width: auto;
  padding: 0;
  position: relative;
}
.next-cascader-menu.next-has-right-border {
  border-right: 1px solid #eee;
}
.next-cascader-menu-item.next-expanded {
  background-color: #f4f4f4;
  color: #333;
}
.next-cascader-menu-icon-right {
  color: #666;
  position: absolute;
  right: 10px;
  top: 0;
}
.next-cascader-menu-icon-right:hover {
  color: #666;
}
.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 (min-resolution: 0.001dpcm) {
  .next-cascader-menu-icon-expand.next-icon {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.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: #666;
}
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
  color: #f60;
}
.next-cascader-filtered-list {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  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: #f60;
  font-style: normal;
}
.next-cascader[dir="rtl"] .next-cascader-menu-wrapper {
  border-left: none;
  border-right: 1px solid #eee;
  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 #eee;
  border-right: none;
}
.next-cascader[dir="rtl"] .next-cascader-menu-icon-right {
  left: 10px;
  right: auto;
}
.next-cascader-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-cascader-select *,
.next-cascader-select :after,
.next-cascader-select :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-cascader-select-dropdown {
  border: 0 solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-cascader-select-dropdown *,
.next-cascader-select-dropdown :after,
.next-cascader-select-dropdown :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-cascader-select-dropdown .next-cascader {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}
.next-cascader-select-not-found {
  border: none;
  -webkit-box-shadow: 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-collapse[dir="rtl"] .next-collapse-panel-title {
  padding: 12px 36px 12px 0;
}
.next-collapse[dir="rtl"] .next-collapse-panel-icon {
  left: inherit;
  margin-left: 0;
  margin-right: 0;
  right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-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 (min-resolution: 0.001dpcm) {
  .next-collapse[dir="rtl"] .next-collapse-panel-icon {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5) rotate(180deg);
    -ms-transform: scale(0.5) rotate(180deg);
    transform: scale(0.5) rotate(180deg);
  }
  .next-collapse[dir="rtl"] .next-collapse-panel-icon:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-collapse {
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-collapse *,
.next-collapse :after,
.next-collapse :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-collapse:focus,
.next-collapse :focus {
  outline: 0;
}
.next-collapse-panel:not(:first-child) {
  border-top: 1px solid #eee;
}
.next-collapse .next-collapse-panel-icon {
  color: #666;
  left: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -2px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.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 (min-resolution: 0.001dpcm) {
  .next-collapse .next-collapse-panel-icon {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-collapse .next-collapse-panel-icon:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-collapse-panel-title {
  background: #fff;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 0 12px 36px;
  position: relative;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.next-collapse-panel-title:hover {
  background: #f4f4f4;
  color: #333;
  font-weight: 400;
}
.next-collapse-panel-title:hover .next-collapse-panel-icon {
  color: #999;
}
.next-collapse-panel-content {
  background: #fff;
  color: #333;
  font-size: 14px;
  height: 0;
  opacity: 0;
  padding: 0 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.next-collapse-panel-expanded > .next-collapse-panel-content {
  display: block;
  height: auto;
  opacity: 1;
  padding: 12px 36px;
}
.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: "\E619";
}
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: rotate(90deg);
  -ms-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 (min-resolution: 0.001dpcm) {
  .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5) rotate(90deg);
    -ms-transform: scale(0.5) rotate(90deg);
    transform: scale(0.5) rotate(90deg);
  }
  .next-collapse
    .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-collapse-disabled {
  border-color: #eee;
}
.next-collapse-panel-disabled:not(:first-child) {
  border-color: #eee;
}
.next-collapse-panel-disabled > .next-collapse-panel-title {
  background: #e6e6e6;
  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: #e6e6e6;
  color: #ccc;
}
.next-time-picker-menu {
  float: left;
  text-align: center;
}
.next-time-picker-menu:not(:last-child) {
  border-right: 1px solid #bfbfbf;
}
.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;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.next-time-picker-menu-item:hover {
  background: #f4f4f4;
  color: #333;
}
.next-time-picker-menu-item.next-selected {
  background: #f4f4f4;
  color: #666;
  font-weight: 700;
}
.next-time-picker-menu-item.next-disabled {
  background: #fff;
  color: #ccc;
  cursor: not-allowed;
}
.next-time-picker-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-time-picker-panel *,
.next-time-picker-panel :after,
.next-time-picker-panel :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-time-picker-panel:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.next-time-picker-panel-header {
  border-bottom: 1px solid transparent;
}
.next-time-picker-panel-input.next-input {
  border-color: transparent;
  padding: 6px;
  vertical-align: middle;
  width: 100%;
}
.next-time-picker-panel-col-3 .next-time-picker-menu {
  width: 33.33333%;
}
.next-time-picker-panel-col-2 .next-time-picker-menu {
  width: 50%;
}
.next-time-picker-panel-col-1 .next-time-picker-menu {
  width: 100%;
}
.next-time-picker-body[dir="rtl"] .next-time-picker-menu {
  float: right;
}
.next-time-picker-body[dir="rtl"] .next-time-picker-menu:not(:last-child) {
  border-left: 1px solid #bfbfbf;
  border-right: none;
}
.next-time-picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
}
.next-time-picker *,
.next-time-picker :after,
.next-time-picker :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-time-picker-trigger .next-input {
  width: 100%;
}
.next-time-picker-body {
  background: #fff;
  border: 0 solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 200px;
}
.next-time-picker-symbol-clock-icon:before {
  content: "\E621";
}
.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 #d8d8d8;
}
.next-range-picker-trigger:hover {
  background-color: #fff;
  border-color: #bfbfbf;
}
.next-range-picker-trigger.next-error {
  border-color: #f33200;
}
.next-range-picker-trigger-input.next-input {
  height: auto;
  width: calc(50% - 8px);
}
.next-range-picker.next-disabled .next-range-picker-trigger {
  background-color: #f4f4f4;
  border-color: #eee;
  color: #ccc;
  cursor: not-allowed;
}
.next-range-picker.next-disabled .next-range-picker-trigger:hover {
  background-color: #f4f4f4;
  border-color: #eee;
}
.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: 4px;
}
.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 #d8d8d8;
}
.next-range-picker-body.next-range-picker-body-show-time
  .next-range-picker-panel-time-end {
  border-left: 1px solid #d8d8d8;
}
.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 #bfbfbf;
  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 #d8d8d8;
  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 #d8d8d8;
}
.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 #bfbfbf;
  border-right: none;
}
.next-date-picker,
.next-month-picker,
.next-range-picker,
.next-week-picker,
.next-year-picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-date-picker *,
.next-date-picker :after,
.next-date-picker :before,
.next-month-picker *,
.next-month-picker :after,
.next-month-picker :before,
.next-range-picker *,
.next-range-picker :after,
.next-range-picker :before,
.next-week-picker *,
.next-week-picker :after,
.next-week-picker :before,
.next-year-picker *,
.next-year-picker :after,
.next-year-picker :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-date-picker-body,
.next-month-picker-body,
.next-range-picker-body,
.next-week-picker-body,
.next-year-picker-body {
  background: #fff;
  border: 0 solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.next-date-picker-panel-header,
.next-month-picker-panel-header,
.next-range-picker-panel-header,
.next-week-picker-panel-header,
.next-year-picker-panel-header {
  padding: 6px;
  text-align: center;
}
.next-date-picker-panel-time,
.next-month-picker-panel-time,
.next-range-picker-panel-time,
.next-week-picker-panel-time,
.next-year-picker-panel-time {
  border-top: 0 solid transparent;
}
.next-date-picker-panel-footer,
.next-month-picker-panel-footer,
.next-range-picker-panel-footer,
.next-week-picker-panel-footer,
.next-year-picker-panel-footer {
  border-top: 0 solid transparent;
  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: 0;
  margin-right: 0;
}
.next-date-picker .next-input input,
.next-month-picker .next-input input,
.next-range-picker .next-input input,
.next-week-picker .next-input input,
.next-year-picker .next-input input {
  vertical-align: baseline;
}
.next-date-picker-symbol-calendar-icon:before,
.next-month-picker-symbol-calendar-icon:before,
.next-range-picker-symbol-calendar-icon:before,
.next-week-picker-symbol-calendar-icon:before,
.next-year-picker-symbol-calendar-icon:before {
  content: "\E607";
}
.next-range-picker-panel-body .next-calendar {
  display: inline-block;
  width: 50%;
}
.next-message {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  vertical-align: baseline;
}
.next-message *,
.next-message :after,
.next-message :before {
  -webkit-box-sizing: border-box;
  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: #e6fbf0;
  border-color: #e6fbf0;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #00ac54;
}
.next-message.next-message-success.next-inline
  .next-message-symbol-icon:before {
  content: "\E60A";
}
.next-message.next-message-success.next-addon {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #00ac54;
}
.next-message.next-message-success.next-addon .next-message-symbol-icon:before {
  content: "\E60A";
}
.next-message.next-message-success.next-toast {
  background-color: #fff;
  border-color: #fff;
  border-style: solid;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.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: #00ac54;
}
.next-message.next-message-success.next-toast .next-message-symbol-icon:before {
  content: "\E60A";
}
.next-message.next-message-warning.next-inline {
  background-color: #fff0e6;
  border-color: #fff0e6;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #ff6a00;
}
.next-message.next-message-warning.next-inline
  .next-message-symbol-icon:before {
  content: "\E60B";
}
.next-message.next-message-warning.next-addon {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #ff6a00;
}
.next-message.next-message-warning.next-addon .next-message-symbol-icon:before {
  content: "\E60B";
}
.next-message.next-message-warning.next-toast {
  background-color: #fff;
  border-color: #fff;
  border-style: solid;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.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: #ff6a00;
}
.next-message.next-message-warning.next-toast .next-message-symbol-icon:before {
  content: "\E60B";
}
.next-message.next-message-error.next-inline {
  background-color: #fdeae6;
  border-color: #fdeae6;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #f33200;
}
.next-message.next-message-error.next-inline .next-message-symbol-icon:before {
  content: "\E60D";
}
.next-message.next-message-error.next-addon {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #f33200;
}
.next-message.next-message-error.next-addon .next-message-symbol-icon:before {
  content: "\E60D";
}
.next-message.next-message-error.next-toast {
  background-color: #fff;
  border-color: #fff;
  border-style: solid;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.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: #f33200;
}
.next-message.next-message-error.next-toast .next-message-symbol-icon:before {
  content: "\E60D";
}
.next-message.next-message-notice.next-inline {
  background-color: #e6f2fe;
  border-color: #e6f2fe;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #007ffc;
}
.next-message.next-message-notice.next-inline .next-message-symbol-icon:before {
  content: "\E60C";
}
.next-message.next-message-notice.next-addon {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #007ffc;
}
.next-message.next-message-notice.next-addon .next-message-symbol-icon:before {
  content: "\E60C";
}
.next-message.next-message-notice.next-toast {
  background-color: #fff;
  border-color: #fff;
  border-style: solid;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.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: #007ffc;
}
.next-message.next-message-notice.next-toast .next-message-symbol-icon:before {
  content: "\E60C";
}
.next-message.next-message-help.next-inline {
  background-color: #e5fbef;
  border-color: #e5fbef;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #00ac54;
}
.next-message.next-message-help.next-inline .next-message-symbol-icon:before {
  content: "\E673";
}
.next-message.next-message-help.next-addon {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #00ac54;
}
.next-message.next-message-help.next-addon .next-message-symbol-icon:before {
  content: "\E673";
}
.next-message.next-message-help.next-toast {
  background-color: #fff;
  border-color: #fff;
  border-style: solid;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.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: #00ac54;
}
.next-message.next-message-help.next-toast .next-message-symbol-icon:before {
  content: "\E673";
}
.next-message.next-message-loading.next-inline {
  background-color: #fff;
  border-color: #fff;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #f60;
}
.next-message.next-message-loading.next-inline
  .next-message-symbol-icon:before {
  -webkit-animation: loadingCircle 1s linear infinite;
  animation: loadingCircle 1s linear infinite;
  content: "\E646";
}
.next-message.next-message-loading.next-addon {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  -webkit-box-shadow: none;
  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: #f60;
}
.next-message.next-message-loading.next-addon .next-message-symbol-icon:before {
  -webkit-animation: loadingCircle 1s linear infinite;
  animation: loadingCircle 1s linear infinite;
  content: "\E646";
}
.next-message.next-message-loading.next-toast {
  background-color: #fff;
  border-color: #fff;
  border-style: solid;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.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: #f60;
}
.next-message.next-message-loading.next-toast .next-message-symbol-icon:before {
  -webkit-animation: loadingCircle 1s linear infinite;
  animation: loadingCircle 1s linear infinite;
  content: "\E646";
}
.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: 12px;
  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: 4px;
}
.next-message.next-large {
  border-width: 0;
  line-height: 18px;
  padding: 16px;
}
.next-message.next-large .next-message-symbol {
  float: left;
  line-height: 20px;
}
.next-message.next-large .next-message-symbol .next-icon-remote,
.next-message.next-large .next-message-symbol:before {
  font-size: 20px;
  line-height: inherit;
  width: 20px;
}
.next-message.next-large .next-message-title {
  font-size: 18px;
  line-height: 18px;
  padding: 0 20px 0 32px;
}
.next-message.next-large .next-message-content {
  font-size: 14px;
  line-height: 14px;
  margin-top: 8px;
  padding: 0 20px 0 32px;
}
.next-message.next-large .next-message-symbol + .next-message-content {
  margin-top: 0;
}
.next-message.next-large.next-only-content .next-message-content,
.next-message.next-large.next-title-content .next-message-title {
  line-height: 20px;
}
.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: 8px;
}
.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 32px 0 20px;
}
.next-message[dir="rtl"].next-large .next-message-close {
  left: 16px;
  right: auto;
}
.next-dialog[dir="rtl"] {
  text-align: right;
}
.next-dialog[dir="rtl"] .next-dialog-footer.next-align-left {
  text-align: right;
}
.next-dialog[dir="rtl"] .next-dialog-footer.next-align-center {
  text-align: center;
}
.next-dialog[dir="rtl"] .next-dialog-footer.next-align-right {
  text-align: left;
}
.next-dialog[dir="rtl"] .next-dialog-btn + .next-dialog-btn {
  margin-left: 0;
  margin-right: 4px;
}
.next-dialog[dir="rtl"] .next-dialog-close {
  left: 12px;
  right: auto;
}
.next-dialog {
  background: #fff;
  border: 0 solid #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 90%;
  overflow: hidden;
  position: fixed;
  text-align: left;
  z-index: 1001;
}
.next-dialog *,
.next-dialog :after,
.next-dialog :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-dialog-header {
  background: transparent;
  border-bottom: 0 solid transparent;
  color: #333;
  font-size: 18px;
  padding: 20px 20px 12px;
}
.next-dialog-body {
  color: #666;
  font-size: 14px;
  padding: 12px 20px 20px;
}
.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 {
  color: #999;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
}
.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;
  -webkit-box-sizing: border-box;
  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-drawer {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  position: fixed;
  z-index: 1001;
}
.next-drawer *,
.next-drawer :after,
.next-drawer :before {
  -webkit-box-sizing: border-box;
  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 #d8d8d8;
  color: #333;
  font-size: 18px;
  padding: 12px 20px;
}
.next-drawer-no-title {
  border-bottom: 0;
  padding: 0;
}
.next-drawer-body {
  color: #666;
  font-size: 14px;
  padding: 20px;
}
.next-drawer-close {
  color: #999;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
}
.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-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-row *,
.next-row :after,
.next-row :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-row.next-row-wrap {
  -ms-flex-wrap: wrap;
  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 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.next-row.next-row-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.next-row.next-row-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.next-row.next-row-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.next-row.next-row-justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.next-row.next-row-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.next-row.next-row-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.next-row.next-row-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.next-row.next-row-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.next-row.next-row-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.next-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.next-col.next-col-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.next-col.next-col-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.next-col.next-col-center {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .next-row {
    display: table;
    width: 100%;
  }
  .next-col {
    display: table-cell;
    vertical-align: top;
  }
}
.next-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.16667%;
  flex: 0 0 4.16667%;
  max-width: 4.16667%;
  width: 4.16667%;
}
.next-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  width: 8.33333%;
}
.next-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  width: 12.5%;
}
.next-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%;
}
.next-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.83333%;
  flex: 0 0 20.83333%;
  max-width: 20.83333%;
  width: 20.83333%;
}
.next-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}
.next-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29.16667%;
  flex: 0 0 29.16667%;
  max-width: 29.16667%;
  width: 29.16667%;
}
.next-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
}
.next-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
  width: 37.5%;
}
.next-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  width: 41.66667%;
}
.next-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.83333%;
  flex: 0 0 45.83333%;
  max-width: 45.83333%;
  width: 45.83333%;
}
.next-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.next-col-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  max-width: 54.16667%;
  width: 54.16667%;
}
.next-col-14 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  width: 58.33333%;
}
.next-col-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
  width: 62.5%;
}
.next-col-16 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  width: 66.66667%;
}
.next-col-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  max-width: 70.83333%;
  width: 70.83333%;
}
.next-col-18 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
}
.next-col-19 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  max-width: 79.16667%;
  width: 79.16667%;
}
.next-col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  width: 83.33333%;
}
.next-col-21 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
  width: 87.5%;
}
.next-col-22 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  width: 91.66667%;
}
.next-col-23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  max-width: 95.83333%;
  width: 95.83333%;
}
.next-col-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 320px) {
  .next-col-xxs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    width: 4.16667%;
  }
  .next-col-xxs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .next-col-xxs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .next-col-xxs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .next-col-xxs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
    width: 20.83333%;
  }
  .next-col-xxs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .next-col-xxs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
    width: 29.16667%;
  }
  .next-col-xxs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .next-col-xxs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    width: 37.5%;
  }
  .next-col-xxs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .next-col-xxs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
    width: 45.83333%;
  }
  .next-col-xxs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .next-col-xxs-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
    width: 54.16667%;
  }
  .next-col-xxs-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .next-col-xxs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    width: 62.5%;
  }
  .next-col-xxs-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .next-col-xxs-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
    width: 70.83333%;
  }
  .next-col-xxs-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
  }
  .next-col-xxs-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
    width: 79.16667%;
  }
  .next-col-xxs-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .next-col-xxs-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    width: 87.5%;
  }
  .next-col-xxs-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .next-col-xxs-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
    width: 95.83333%;
  }
  .next-col-xxs-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .next-col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    width: 4.16667%;
  }
  .next-col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .next-col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .next-col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .next-col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
    width: 20.83333%;
  }
  .next-col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .next-col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
    width: 29.16667%;
  }
  .next-col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .next-col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    width: 37.5%;
  }
  .next-col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .next-col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
    width: 45.83333%;
  }
  .next-col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .next-col-xs-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
    width: 54.16667%;
  }
  .next-col-xs-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .next-col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    width: 62.5%;
  }
  .next-col-xs-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .next-col-xs-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
    width: 70.83333%;
  }
  .next-col-xs-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
  }
  .next-col-xs-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
    width: 79.16667%;
  }
  .next-col-xs-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .next-col-xs-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    width: 87.5%;
  }
  .next-col-xs-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .next-col-xs-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
    width: 95.83333%;
  }
  .next-col-xs-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 720px) {
  .next-col-s-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    width: 4.16667%;
  }
  .next-col-s-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .next-col-s-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .next-col-s-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .next-col-s-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
    width: 20.83333%;
  }
  .next-col-s-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .next-col-s-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
    width: 29.16667%;
  }
  .next-col-s-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .next-col-s-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    width: 37.5%;
  }
  .next-col-s-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .next-col-s-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
    width: 45.83333%;
  }
  .next-col-s-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .next-col-s-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
    width: 54.16667%;
  }
  .next-col-s-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .next-col-s-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    width: 62.5%;
  }
  .next-col-s-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .next-col-s-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
    width: 70.83333%;
  }
  .next-col-s-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
  }
  .next-col-s-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
    width: 79.16667%;
  }
  .next-col-s-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .next-col-s-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    width: 87.5%;
  }
  .next-col-s-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .next-col-s-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
    width: 95.83333%;
  }
  .next-col-s-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 990px) {
  .next-col-m-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    width: 4.16667%;
  }
  .next-col-m-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .next-col-m-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .next-col-m-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .next-col-m-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
    width: 20.83333%;
  }
  .next-col-m-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .next-col-m-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
    width: 29.16667%;
  }
  .next-col-m-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .next-col-m-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    width: 37.5%;
  }
  .next-col-m-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .next-col-m-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
    width: 45.83333%;
  }
  .next-col-m-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .next-col-m-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
    width: 54.16667%;
  }
  .next-col-m-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .next-col-m-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    width: 62.5%;
  }
  .next-col-m-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .next-col-m-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
    width: 70.83333%;
  }
  .next-col-m-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
  }
  .next-col-m-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
    width: 79.16667%;
  }
  .next-col-m-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .next-col-m-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    width: 87.5%;
  }
  .next-col-m-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .next-col-m-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
    width: 95.83333%;
  }
  .next-col-m-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .next-col-l-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    width: 4.16667%;
  }
  .next-col-l-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .next-col-l-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .next-col-l-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .next-col-l-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
    width: 20.83333%;
  }
  .next-col-l-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .next-col-l-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
    width: 29.16667%;
  }
  .next-col-l-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .next-col-l-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    width: 37.5%;
  }
  .next-col-l-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .next-col-l-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
    width: 45.83333%;
  }
  .next-col-l-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .next-col-l-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
    width: 54.16667%;
  }
  .next-col-l-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .next-col-l-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    width: 62.5%;
  }
  .next-col-l-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .next-col-l-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
    width: 70.83333%;
  }
  .next-col-l-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
  }
  .next-col-l-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
    width: 79.16667%;
  }
  .next-col-l-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .next-col-l-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    width: 87.5%;
  }
  .next-col-l-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .next-col-l-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
    width: 95.83333%;
  }
  .next-col-l-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
    width: 4.16667%;
  }
  .next-col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .next-col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .next-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .next-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
    width: 20.83333%;
  }
  .next-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .next-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
    width: 29.16667%;
  }
  .next-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .next-col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    width: 37.5%;
  }
  .next-col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .next-col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
    width: 45.83333%;
  }
  .next-col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .next-col-xl-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
    width: 54.16667%;
  }
  .next-col-xl-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .next-col-xl-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    width: 62.5%;
  }
  .next-col-xl-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .next-col-xl-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
    width: 70.83333%;
  }
  .next-col-xl-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
  }
  .next-col-xl-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
    width: 79.16667%;
  }
  .next-col-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .next-col-xl-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    width: 87.5%;
  }
  .next-col-xl-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .next-col-xl-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
    width: 95.83333%;
  }
  .next-col-xl-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.next-col-1p5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
}
.next-col-2p5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
}
.next-col-3p5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  width: 60%;
}
.next-col-4p5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 80%;
}
.next-col-5p5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 320px) {
  .next-col-xxs-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .next-col-xxs-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
  .next-col-xxs-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
  }
  .next-col-xxs-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }
  .next-col-xxs-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .next-col-xs-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .next-col-xs-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
  .next-col-xs-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
  }
  .next-col-xs-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }
  .next-col-xs-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 720px) {
  .next-col-s-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .next-col-s-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
  .next-col-s-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
  }
  .next-col-s-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }
  .next-col-s-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 990px) {
  .next-col-m-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .next-col-m-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
  .next-col-m-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
  }
  .next-col-m-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }
  .next-col-m-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .next-col-l-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .next-col-l-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
  .next-col-l-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
  }
  .next-col-l-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }
  .next-col-l-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .next-col-xl-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
  .next-col-xl-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
  }
  .next-col-xl-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }
  .next-col-xl-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.next-col-fixed-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
}
.next-col-fixed-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
}
.next-col-fixed-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
}
.next-col-fixed-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
}
.next-col-fixed-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
}
.next-col-fixed-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
}
.next-col-fixed-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
  width: 140px;
}
.next-col-fixed-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
}
.next-col-fixed-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  width: 180px;
}
.next-col-fixed-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
}
.next-col-fixed-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
  width: 220px;
}
.next-col-fixed-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
}
.next-col-fixed-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  max-width: 260px;
  width: 260px;
}
.next-col-fixed-14 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
  width: 280px;
}
.next-col-fixed-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  width: 300px;
}
.next-col-fixed-16 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  max-width: 320px;
  width: 320px;
}
.next-col-fixed-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  max-width: 340px;
  width: 340px;
}
.next-col-fixed-18 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 360px;
  width: 360px;
}
.next-col-fixed-19 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  max-width: 380px;
  width: 380px;
}
.next-col-fixed-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  max-width: 400px;
  width: 400px;
}
.next-col-fixed-21 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  max-width: 420px;
  width: 420px;
}
.next-col-fixed-22 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
  max-width: 440px;
  width: 440px;
}
.next-col-fixed-23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 460px;
  flex: 0 0 460px;
  max-width: 460px;
  width: 460px;
}
.next-col-fixed-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  max-width: 480px;
  width: 480px;
}
.next-col-fixed-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  max-width: 500px;
  width: 500px;
}
.next-col-fixed-26 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 520px;
  flex: 0 0 520px;
  max-width: 520px;
  width: 520px;
}
.next-col-fixed-27 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  max-width: 540px;
  width: 540px;
}
.next-col-fixed-28 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  max-width: 560px;
  width: 560px;
}
.next-col-fixed-29 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 580px;
  flex: 0 0 580px;
  max-width: 580px;
  width: 580px;
}
.next-col-fixed-30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
  max-width: 600px;
  width: 600px;
}
.next-col-offset-1 {
  margin-left: 4.16667%;
}
.next-col-offset-2 {
  margin-left: 8.33333%;
}
.next-col-offset-3 {
  margin-left: 12.5%;
}
.next-col-offset-4 {
  margin-left: 16.66667%;
}
.next-col-offset-5 {
  margin-left: 20.83333%;
}
.next-col-offset-6 {
  margin-left: 25%;
}
.next-col-offset-7 {
  margin-left: 29.16667%;
}
.next-col-offset-8 {
  margin-left: 33.33333%;
}
.next-col-offset-9 {
  margin-left: 37.5%;
}
.next-col-offset-10 {
  margin-left: 41.66667%;
}
.next-col-offset-11 {
  margin-left: 45.83333%;
}
.next-col-offset-12 {
  margin-left: 50%;
}
.next-col-offset-13 {
  margin-left: 54.16667%;
}
.next-col-offset-14 {
  margin-left: 58.33333%;
}
.next-col-offset-15 {
  margin-left: 62.5%;
}
.next-col-offset-16 {
  margin-left: 66.66667%;
}
.next-col-offset-17 {
  margin-left: 70.83333%;
}
.next-col-offset-18 {
  margin-left: 75%;
}
.next-col-offset-19 {
  margin-left: 79.16667%;
}
.next-col-offset-20 {
  margin-left: 83.33333%;
}
.next-col-offset-21 {
  margin-left: 87.5%;
}
.next-col-offset-22 {
  margin-left: 91.66667%;
}
.next-col-offset-23 {
  margin-left: 95.83333%;
}
.next-col-offset-24 {
  margin-left: 100%;
}
@media (min-width: 320px) {
  .next-col-xxs-offset-1 {
    margin-left: 4.16667%;
  }
  .next-col-xxs-offset-2 {
    margin-left: 8.33333%;
  }
  .next-col-xxs-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-xxs-offset-4 {
    margin-left: 16.66667%;
  }
  .next-col-xxs-offset-5 {
    margin-left: 20.83333%;
  }
  .next-col-xxs-offset-6 {
    margin-left: 25%;
  }
  .next-col-xxs-offset-7 {
    margin-left: 29.16667%;
  }
  .next-col-xxs-offset-8 {
    margin-left: 33.33333%;
  }
  .next-col-xxs-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-xxs-offset-10 {
    margin-left: 41.66667%;
  }
  .next-col-xxs-offset-11 {
    margin-left: 45.83333%;
  }
  .next-col-xxs-offset-12 {
    margin-left: 50%;
  }
  .next-col-xxs-offset-13 {
    margin-left: 54.16667%;
  }
  .next-col-xxs-offset-14 {
    margin-left: 58.33333%;
  }
  .next-col-xxs-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-xxs-offset-16 {
    margin-left: 66.66667%;
  }
  .next-col-xxs-offset-17 {
    margin-left: 70.83333%;
  }
  .next-col-xxs-offset-18 {
    margin-left: 75%;
  }
  .next-col-xxs-offset-19 {
    margin-left: 79.16667%;
  }
  .next-col-xxs-offset-20 {
    margin-left: 83.33333%;
  }
  .next-col-xxs-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-xxs-offset-22 {
    margin-left: 91.66667%;
  }
  .next-col-xxs-offset-23 {
    margin-left: 95.83333%;
  }
  .next-col-xxs-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 480px) {
  .next-col-xs-offset-1 {
    margin-left: 4.16667%;
  }
  .next-col-xs-offset-2 {
    margin-left: 8.33333%;
  }
  .next-col-xs-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-xs-offset-4 {
    margin-left: 16.66667%;
  }
  .next-col-xs-offset-5 {
    margin-left: 20.83333%;
  }
  .next-col-xs-offset-6 {
    margin-left: 25%;
  }
  .next-col-xs-offset-7 {
    margin-left: 29.16667%;
  }
  .next-col-xs-offset-8 {
    margin-left: 33.33333%;
  }
  .next-col-xs-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-xs-offset-10 {
    margin-left: 41.66667%;
  }
  .next-col-xs-offset-11 {
    margin-left: 45.83333%;
  }
  .next-col-xs-offset-12 {
    margin-left: 50%;
  }
  .next-col-xs-offset-13 {
    margin-left: 54.16667%;
  }
  .next-col-xs-offset-14 {
    margin-left: 58.33333%;
  }
  .next-col-xs-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-xs-offset-16 {
    margin-left: 66.66667%;
  }
  .next-col-xs-offset-17 {
    margin-left: 70.83333%;
  }
  .next-col-xs-offset-18 {
    margin-left: 75%;
  }
  .next-col-xs-offset-19 {
    margin-left: 79.16667%;
  }
  .next-col-xs-offset-20 {
    margin-left: 83.33333%;
  }
  .next-col-xs-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-xs-offset-22 {
    margin-left: 91.66667%;
  }
  .next-col-xs-offset-23 {
    margin-left: 95.83333%;
  }
  .next-col-xs-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 720px) {
  .next-col-s-offset-1 {
    margin-left: 4.16667%;
  }
  .next-col-s-offset-2 {
    margin-left: 8.33333%;
  }
  .next-col-s-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-s-offset-4 {
    margin-left: 16.66667%;
  }
  .next-col-s-offset-5 {
    margin-left: 20.83333%;
  }
  .next-col-s-offset-6 {
    margin-left: 25%;
  }
  .next-col-s-offset-7 {
    margin-left: 29.16667%;
  }
  .next-col-s-offset-8 {
    margin-left: 33.33333%;
  }
  .next-col-s-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-s-offset-10 {
    margin-left: 41.66667%;
  }
  .next-col-s-offset-11 {
    margin-left: 45.83333%;
  }
  .next-col-s-offset-12 {
    margin-left: 50%;
  }
  .next-col-s-offset-13 {
    margin-left: 54.16667%;
  }
  .next-col-s-offset-14 {
    margin-left: 58.33333%;
  }
  .next-col-s-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-s-offset-16 {
    margin-left: 66.66667%;
  }
  .next-col-s-offset-17 {
    margin-left: 70.83333%;
  }
  .next-col-s-offset-18 {
    margin-left: 75%;
  }
  .next-col-s-offset-19 {
    margin-left: 79.16667%;
  }
  .next-col-s-offset-20 {
    margin-left: 83.33333%;
  }
  .next-col-s-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-s-offset-22 {
    margin-left: 91.66667%;
  }
  .next-col-s-offset-23 {
    margin-left: 95.83333%;
  }
  .next-col-s-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 990px) {
  .next-col-m-offset-1 {
    margin-left: 4.16667%;
  }
  .next-col-m-offset-2 {
    margin-left: 8.33333%;
  }
  .next-col-m-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-m-offset-4 {
    margin-left: 16.66667%;
  }
  .next-col-m-offset-5 {
    margin-left: 20.83333%;
  }
  .next-col-m-offset-6 {
    margin-left: 25%;
  }
  .next-col-m-offset-7 {
    margin-left: 29.16667%;
  }
  .next-col-m-offset-8 {
    margin-left: 33.33333%;
  }
  .next-col-m-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-m-offset-10 {
    margin-left: 41.66667%;
  }
  .next-col-m-offset-11 {
    margin-left: 45.83333%;
  }
  .next-col-m-offset-12 {
    margin-left: 50%;
  }
  .next-col-m-offset-13 {
    margin-left: 54.16667%;
  }
  .next-col-m-offset-14 {
    margin-left: 58.33333%;
  }
  .next-col-m-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-m-offset-16 {
    margin-left: 66.66667%;
  }
  .next-col-m-offset-17 {
    margin-left: 70.83333%;
  }
  .next-col-m-offset-18 {
    margin-left: 75%;
  }
  .next-col-m-offset-19 {
    margin-left: 79.16667%;
  }
  .next-col-m-offset-20 {
    margin-left: 83.33333%;
  }
  .next-col-m-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-m-offset-22 {
    margin-left: 91.66667%;
  }
  .next-col-m-offset-23 {
    margin-left: 95.83333%;
  }
  .next-col-m-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .next-col-l-offset-1 {
    margin-left: 4.16667%;
  }
  .next-col-l-offset-2 {
    margin-left: 8.33333%;
  }
  .next-col-l-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-l-offset-4 {
    margin-left: 16.66667%;
  }
  .next-col-l-offset-5 {
    margin-left: 20.83333%;
  }
  .next-col-l-offset-6 {
    margin-left: 25%;
  }
  .next-col-l-offset-7 {
    margin-left: 29.16667%;
  }
  .next-col-l-offset-8 {
    margin-left: 33.33333%;
  }
  .next-col-l-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-l-offset-10 {
    margin-left: 41.66667%;
  }
  .next-col-l-offset-11 {
    margin-left: 45.83333%;
  }
  .next-col-l-offset-12 {
    margin-left: 50%;
  }
  .next-col-l-offset-13 {
    margin-left: 54.16667%;
  }
  .next-col-l-offset-14 {
    margin-left: 58.33333%;
  }
  .next-col-l-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-l-offset-16 {
    margin-left: 66.66667%;
  }
  .next-col-l-offset-17 {
    margin-left: 70.83333%;
  }
  .next-col-l-offset-18 {
    margin-left: 75%;
  }
  .next-col-l-offset-19 {
    margin-left: 79.16667%;
  }
  .next-col-l-offset-20 {
    margin-left: 83.33333%;
  }
  .next-col-l-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-l-offset-22 {
    margin-left: 91.66667%;
  }
  .next-col-l-offset-23 {
    margin-left: 95.83333%;
  }
  .next-col-l-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-offset-1 {
    margin-left: 4.16667%;
  }
  .next-col-xl-offset-2 {
    margin-left: 8.33333%;
  }
  .next-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-xl-offset-4 {
    margin-left: 16.66667%;
  }
  .next-col-xl-offset-5 {
    margin-left: 20.83333%;
  }
  .next-col-xl-offset-6 {
    margin-left: 25%;
  }
  .next-col-xl-offset-7 {
    margin-left: 29.16667%;
  }
  .next-col-xl-offset-8 {
    margin-left: 33.33333%;
  }
  .next-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-xl-offset-10 {
    margin-left: 41.66667%;
  }
  .next-col-xl-offset-11 {
    margin-left: 45.83333%;
  }
  .next-col-xl-offset-12 {
    margin-left: 50%;
  }
  .next-col-xl-offset-13 {
    margin-left: 54.16667%;
  }
  .next-col-xl-offset-14 {
    margin-left: 58.33333%;
  }
  .next-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-xl-offset-16 {
    margin-left: 66.66667%;
  }
  .next-col-xl-offset-17 {
    margin-left: 70.83333%;
  }
  .next-col-xl-offset-18 {
    margin-left: 75%;
  }
  .next-col-xl-offset-19 {
    margin-left: 79.16667%;
  }
  .next-col-xl-offset-20 {
    margin-left: 83.33333%;
  }
  .next-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-xl-offset-22 {
    margin-left: 91.66667%;
  }
  .next-col-xl-offset-23 {
    margin-left: 95.83333%;
  }
  .next-col-xl-offset-24 {
    margin-left: 100%;
  }
}
.next-col-offset-fixed-1 {
  margin-left: 20px;
}
.next-col-offset-fixed-2 {
  margin-left: 40px;
}
.next-col-offset-fixed-3 {
  margin-left: 60px;
}
.next-col-offset-fixed-4 {
  margin-left: 80px;
}
.next-col-offset-fixed-5 {
  margin-left: 100px;
}
.next-col-offset-fixed-6 {
  margin-left: 120px;
}
.next-col-offset-fixed-7 {
  margin-left: 140px;
}
.next-col-offset-fixed-8 {
  margin-left: 160px;
}
.next-col-offset-fixed-9 {
  margin-left: 180px;
}
.next-col-offset-fixed-10 {
  margin-left: 200px;
}
.next-col-offset-fixed-11 {
  margin-left: 220px;
}
.next-col-offset-fixed-12 {
  margin-left: 240px;
}
.next-col-offset-fixed-13 {
  margin-left: 260px;
}
.next-col-offset-fixed-14 {
  margin-left: 280px;
}
.next-col-offset-fixed-15 {
  margin-left: 300px;
}
.next-col-offset-fixed-16 {
  margin-left: 320px;
}
.next-col-offset-fixed-17 {
  margin-left: 340px;
}
.next-col-offset-fixed-18 {
  margin-left: 360px;
}
.next-col-offset-fixed-19 {
  margin-left: 380px;
}
.next-col-offset-fixed-20 {
  margin-left: 400px;
}
.next-col-offset-fixed-21 {
  margin-left: 420px;
}
.next-col-offset-fixed-22 {
  margin-left: 440px;
}
.next-col-offset-fixed-23 {
  margin-left: 460px;
}
.next-col-offset-fixed-24 {
  margin-left: 480px;
}
.next-col-offset-fixed-25 {
  margin-left: 500px;
}
.next-col-offset-fixed-26 {
  margin-left: 520px;
}
.next-col-offset-fixed-27 {
  margin-left: 540px;
}
.next-col-offset-fixed-28 {
  margin-left: 560px;
}
.next-col-offset-fixed-29 {
  margin-left: 580px;
}
.next-col-offset-fixed-30 {
  margin-left: 600px;
}
.next-col-offset-fixed-xxs-1 {
  margin-left: 20px;
}
.next-col-offset-fixed-xxs-2 {
  margin-left: 40px;
}
.next-col-offset-fixed-xxs-3 {
  margin-left: 60px;
}
.next-col-offset-fixed-xxs-4 {
  margin-left: 80px;
}
.next-col-offset-fixed-xxs-5 {
  margin-left: 100px;
}
.next-col-offset-fixed-xxs-6 {
  margin-left: 120px;
}
.next-col-offset-fixed-xxs-7 {
  margin-left: 140px;
}
.next-col-offset-fixed-xxs-8 {
  margin-left: 160px;
}
.next-col-offset-fixed-xxs-9 {
  margin-left: 180px;
}
.next-col-offset-fixed-xxs-10 {
  margin-left: 200px;
}
.next-col-offset-fixed-xxs-11 {
  margin-left: 220px;
}
.next-col-offset-fixed-xxs-12 {
  margin-left: 240px;
}
.next-col-offset-fixed-xxs-13 {
  margin-left: 260px;
}
.next-col-offset-fixed-xxs-14 {
  margin-left: 280px;
}
.next-col-offset-fixed-xxs-15 {
  margin-left: 300px;
}
.next-col-offset-fixed-xxs-16 {
  margin-left: 320px;
}
.next-col-offset-fixed-xxs-17 {
  margin-left: 340px;
}
.next-col-offset-fixed-xxs-18 {
  margin-left: 360px;
}
.next-col-offset-fixed-xxs-19 {
  margin-left: 380px;
}
.next-col-offset-fixed-xxs-20 {
  margin-left: 400px;
}
.next-col-offset-fixed-xxs-21 {
  margin-left: 420px;
}
.next-col-offset-fixed-xxs-22 {
  margin-left: 440px;
}
.next-col-offset-fixed-xxs-23 {
  margin-left: 460px;
}
.next-col-offset-fixed-xxs-24 {
  margin-left: 480px;
}
.next-col-offset-fixed-xxs-25 {
  margin-left: 500px;
}
.next-col-offset-fixed-xxs-26 {
  margin-left: 520px;
}
.next-col-offset-fixed-xxs-27 {
  margin-left: 540px;
}
.next-col-offset-fixed-xxs-28 {
  margin-left: 560px;
}
.next-col-offset-fixed-xxs-29 {
  margin-left: 580px;
}
.next-col-offset-fixed-xxs-30 {
  margin-left: 600px;
}
.next-col-offset-fixed-xs-1 {
  margin-left: 20px;
}
.next-col-offset-fixed-xs-2 {
  margin-left: 40px;
}
.next-col-offset-fixed-xs-3 {
  margin-left: 60px;
}
.next-col-offset-fixed-xs-4 {
  margin-left: 80px;
}
.next-col-offset-fixed-xs-5 {
  margin-left: 100px;
}
.next-col-offset-fixed-xs-6 {
  margin-left: 120px;
}
.next-col-offset-fixed-xs-7 {
  margin-left: 140px;
}
.next-col-offset-fixed-xs-8 {
  margin-left: 160px;
}
.next-col-offset-fixed-xs-9 {
  margin-left: 180px;
}
.next-col-offset-fixed-xs-10 {
  margin-left: 200px;
}
.next-col-offset-fixed-xs-11 {
  margin-left: 220px;
}
.next-col-offset-fixed-xs-12 {
  margin-left: 240px;
}
.next-col-offset-fixed-xs-13 {
  margin-left: 260px;
}
.next-col-offset-fixed-xs-14 {
  margin-left: 280px;
}
.next-col-offset-fixed-xs-15 {
  margin-left: 300px;
}
.next-col-offset-fixed-xs-16 {
  margin-left: 320px;
}
.next-col-offset-fixed-xs-17 {
  margin-left: 340px;
}
.next-col-offset-fixed-xs-18 {
  margin-left: 360px;
}
.next-col-offset-fixed-xs-19 {
  margin-left: 380px;
}
.next-col-offset-fixed-xs-20 {
  margin-left: 400px;
}
.next-col-offset-fixed-xs-21 {
  margin-left: 420px;
}
.next-col-offset-fixed-xs-22 {
  margin-left: 440px;
}
.next-col-offset-fixed-xs-23 {
  margin-left: 460px;
}
.next-col-offset-fixed-xs-24 {
  margin-left: 480px;
}
.next-col-offset-fixed-xs-25 {
  margin-left: 500px;
}
.next-col-offset-fixed-xs-26 {
  margin-left: 520px;
}
.next-col-offset-fixed-xs-27 {
  margin-left: 540px;
}
.next-col-offset-fixed-xs-28 {
  margin-left: 560px;
}
.next-col-offset-fixed-xs-29 {
  margin-left: 580px;
}
.next-col-offset-fixed-xs-30 {
  margin-left: 600px;
}
.next-col-offset-fixed-s-1 {
  margin-left: 20px;
}
.next-col-offset-fixed-s-2 {
  margin-left: 40px;
}
.next-col-offset-fixed-s-3 {
  margin-left: 60px;
}
.next-col-offset-fixed-s-4 {
  margin-left: 80px;
}
.next-col-offset-fixed-s-5 {
  margin-left: 100px;
}
.next-col-offset-fixed-s-6 {
  margin-left: 120px;
}
.next-col-offset-fixed-s-7 {
  margin-left: 140px;
}
.next-col-offset-fixed-s-8 {
  margin-left: 160px;
}
.next-col-offset-fixed-s-9 {
  margin-left: 180px;
}
.next-col-offset-fixed-s-10 {
  margin-left: 200px;
}
.next-col-offset-fixed-s-11 {
  margin-left: 220px;
}
.next-col-offset-fixed-s-12 {
  margin-left: 240px;
}
.next-col-offset-fixed-s-13 {
  margin-left: 260px;
}
.next-col-offset-fixed-s-14 {
  margin-left: 280px;
}
.next-col-offset-fixed-s-15 {
  margin-left: 300px;
}
.next-col-offset-fixed-s-16 {
  margin-left: 320px;
}
.next-col-offset-fixed-s-17 {
  margin-left: 340px;
}
.next-col-offset-fixed-s-18 {
  margin-left: 360px;
}
.next-col-offset-fixed-s-19 {
  margin-left: 380px;
}
.next-col-offset-fixed-s-20 {
  margin-left: 400px;
}
.next-col-offset-fixed-s-21 {
  margin-left: 420px;
}
.next-col-offset-fixed-s-22 {
  margin-left: 440px;
}
.next-col-offset-fixed-s-23 {
  margin-left: 460px;
}
.next-col-offset-fixed-s-24 {
  margin-left: 480px;
}
.next-col-offset-fixed-s-25 {
  margin-left: 500px;
}
.next-col-offset-fixed-s-26 {
  margin-left: 520px;
}
.next-col-offset-fixed-s-27 {
  margin-left: 540px;
}
.next-col-offset-fixed-s-28 {
  margin-left: 560px;
}
.next-col-offset-fixed-s-29 {
  margin-left: 580px;
}
.next-col-offset-fixed-s-30 {
  margin-left: 600px;
}
.next-col-offset-fixed-m-1 {
  margin-left: 20px;
}
.next-col-offset-fixed-m-2 {
  margin-left: 40px;
}
.next-col-offset-fixed-m-3 {
  margin-left: 60px;
}
.next-col-offset-fixed-m-4 {
  margin-left: 80px;
}
.next-col-offset-fixed-m-5 {
  margin-left: 100px;
}
.next-col-offset-fixed-m-6 {
  margin-left: 120px;
}
.next-col-offset-fixed-m-7 {
  margin-left: 140px;
}
.next-col-offset-fixed-m-8 {
  margin-left: 160px;
}
.next-col-offset-fixed-m-9 {
  margin-left: 180px;
}
.next-col-offset-fixed-m-10 {
  margin-left: 200px;
}
.next-col-offset-fixed-m-11 {
  margin-left: 220px;
}
.next-col-offset-fixed-m-12 {
  margin-left: 240px;
}
.next-col-offset-fixed-m-13 {
  margin-left: 260px;
}
.next-col-offset-fixed-m-14 {
  margin-left: 280px;
}
.next-col-offset-fixed-m-15 {
  margin-left: 300px;
}
.next-col-offset-fixed-m-16 {
  margin-left: 320px;
}
.next-col-offset-fixed-m-17 {
  margin-left: 340px;
}
.next-col-offset-fixed-m-18 {
  margin-left: 360px;
}
.next-col-offset-fixed-m-19 {
  margin-left: 380px;
}
.next-col-offset-fixed-m-20 {
  margin-left: 400px;
}
.next-col-offset-fixed-m-21 {
  margin-left: 420px;
}
.next-col-offset-fixed-m-22 {
  margin-left: 440px;
}
.next-col-offset-fixed-m-23 {
  margin-left: 460px;
}
.next-col-offset-fixed-m-24 {
  margin-left: 480px;
}
.next-col-offset-fixed-m-25 {
  margin-left: 500px;
}
.next-col-offset-fixed-m-26 {
  margin-left: 520px;
}
.next-col-offset-fixed-m-27 {
  margin-left: 540px;
}
.next-col-offset-fixed-m-28 {
  margin-left: 560px;
}
.next-col-offset-fixed-m-29 {
  margin-left: 580px;
}
.next-col-offset-fixed-m-30 {
  margin-left: 600px;
}
.next-col-offset-fixed-l-1 {
  margin-left: 20px;
}
.next-col-offset-fixed-l-2 {
  margin-left: 40px;
}
.next-col-offset-fixed-l-3 {
  margin-left: 60px;
}
.next-col-offset-fixed-l-4 {
  margin-left: 80px;
}
.next-col-offset-fixed-l-5 {
  margin-left: 100px;
}
.next-col-offset-fixed-l-6 {
  margin-left: 120px;
}
.next-col-offset-fixed-l-7 {
  margin-left: 140px;
}
.next-col-offset-fixed-l-8 {
  margin-left: 160px;
}
.next-col-offset-fixed-l-9 {
  margin-left: 180px;
}
.next-col-offset-fixed-l-10 {
  margin-left: 200px;
}
.next-col-offset-fixed-l-11 {
  margin-left: 220px;
}
.next-col-offset-fixed-l-12 {
  margin-left: 240px;
}
.next-col-offset-fixed-l-13 {
  margin-left: 260px;
}
.next-col-offset-fixed-l-14 {
  margin-left: 280px;
}
.next-col-offset-fixed-l-15 {
  margin-left: 300px;
}
.next-col-offset-fixed-l-16 {
  margin-left: 320px;
}
.next-col-offset-fixed-l-17 {
  margin-left: 340px;
}
.next-col-offset-fixed-l-18 {
  margin-left: 360px;
}
.next-col-offset-fixed-l-19 {
  margin-left: 380px;
}
.next-col-offset-fixed-l-20 {
  margin-left: 400px;
}
.next-col-offset-fixed-l-21 {
  margin-left: 420px;
}
.next-col-offset-fixed-l-22 {
  margin-left: 440px;
}
.next-col-offset-fixed-l-23 {
  margin-left: 460px;
}
.next-col-offset-fixed-l-24 {
  margin-left: 480px;
}
.next-col-offset-fixed-l-25 {
  margin-left: 500px;
}
.next-col-offset-fixed-l-26 {
  margin-left: 520px;
}
.next-col-offset-fixed-l-27 {
  margin-left: 540px;
}
.next-col-offset-fixed-l-28 {
  margin-left: 560px;
}
.next-col-offset-fixed-l-29 {
  margin-left: 580px;
}
.next-col-offset-fixed-l-30 {
  margin-left: 600px;
}
.next-col-offset-fixed-xl-1 {
  margin-left: 20px;
}
.next-col-offset-fixed-xl-2 {
  margin-left: 40px;
}
.next-col-offset-fixed-xl-3 {
  margin-left: 60px;
}
.next-col-offset-fixed-xl-4 {
  margin-left: 80px;
}
.next-col-offset-fixed-xl-5 {
  margin-left: 100px;
}
.next-col-offset-fixed-xl-6 {
  margin-left: 120px;
}
.next-col-offset-fixed-xl-7 {
  margin-left: 140px;
}
.next-col-offset-fixed-xl-8 {
  margin-left: 160px;
}
.next-col-offset-fixed-xl-9 {
  margin-left: 180px;
}
.next-col-offset-fixed-xl-10 {
  margin-left: 200px;
}
.next-col-offset-fixed-xl-11 {
  margin-left: 220px;
}
.next-col-offset-fixed-xl-12 {
  margin-left: 240px;
}
.next-col-offset-fixed-xl-13 {
  margin-left: 260px;
}
.next-col-offset-fixed-xl-14 {
  margin-left: 280px;
}
.next-col-offset-fixed-xl-15 {
  margin-left: 300px;
}
.next-col-offset-fixed-xl-16 {
  margin-left: 320px;
}
.next-col-offset-fixed-xl-17 {
  margin-left: 340px;
}
.next-col-offset-fixed-xl-18 {
  margin-left: 360px;
}
.next-col-offset-fixed-xl-19 {
  margin-left: 380px;
}
.next-col-offset-fixed-xl-20 {
  margin-left: 400px;
}
.next-col-offset-fixed-xl-21 {
  margin-left: 420px;
}
.next-col-offset-fixed-xl-22 {
  margin-left: 440px;
}
.next-col-offset-fixed-xl-23 {
  margin-left: 460px;
}
.next-col-offset-fixed-xl-24 {
  margin-left: 480px;
}
.next-col-offset-fixed-xl-25 {
  margin-left: 500px;
}
.next-col-offset-fixed-xl-26 {
  margin-left: 520px;
}
.next-col-offset-fixed-xl-27 {
  margin-left: 540px;
}
.next-col-offset-fixed-xl-28 {
  margin-left: 560px;
}
.next-col-offset-fixed-xl-29 {
  margin-left: 580px;
}
.next-col-offset-fixed-xl-30 {
  margin-left: 600px;
}
.next-col.next-col-hidden {
  display: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .next-col.next-col-xxs-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 719px) {
  .next-col.next-col-xs-hidden {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 989px) {
  .next-col.next-col-s-hidden {
    display: none;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .next-col.next-col-m-hidden {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .next-col.next-col-l-hidden {
    display: none;
  }
}
@media (min-width: 1500px) {
  .next-col.next-col-xl-hidden {
    display: none;
  }
}
.next-row.next-row-hidden {
  display: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .next-row.next-row-xxs-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 719px) {
  .next-row.next-row-xs-hidden {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 989px) {
  .next-row.next-row-s-hidden {
    display: none;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .next-row.next-row-m-hidden {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .next-row.next-row-l-hidden {
    display: none;
  }
}
@media (min-width: 1500px) {
  .next-row.next-row-xl-hidden {
    display: none;
  }
}
.next-col-offset-1[dir="rtl"] {
  margin-left: auto;
  margin-right: 4.16667%;
}
.next-col-offset-2[dir="rtl"] {
  margin-left: auto;
  margin-right: 8.33333%;
}
.next-col-offset-3[dir="rtl"] {
  margin-left: auto;
  margin-right: 12.5%;
}
.next-col-offset-4[dir="rtl"] {
  margin-left: auto;
  margin-right: 16.66667%;
}
.next-col-offset-5[dir="rtl"] {
  margin-left: auto;
  margin-right: 20.83333%;
}
.next-col-offset-6[dir="rtl"] {
  margin-left: auto;
  margin-right: 25%;
}
.next-col-offset-7[dir="rtl"] {
  margin-left: auto;
  margin-right: 29.16667%;
}
.next-col-offset-8[dir="rtl"] {
  margin-left: auto;
  margin-right: 33.33333%;
}
.next-col-offset-9[dir="rtl"] {
  margin-left: auto;
  margin-right: 37.5%;
}
.next-col-offset-10[dir="rtl"] {
  margin-left: auto;
  margin-right: 41.66667%;
}
.next-col-offset-11[dir="rtl"] {
  margin-left: auto;
  margin-right: 45.83333%;
}
.next-col-offset-12[dir="rtl"] {
  margin-left: auto;
  margin-right: 50%;
}
.next-col-offset-13[dir="rtl"] {
  margin-left: auto;
  margin-right: 54.16667%;
}
.next-col-offset-14[dir="rtl"] {
  margin-left: auto;
  margin-right: 58.33333%;
}
.next-col-offset-15[dir="rtl"] {
  margin-left: auto;
  margin-right: 62.5%;
}
.next-col-offset-16[dir="rtl"] {
  margin-left: auto;
  margin-right: 66.66667%;
}
.next-col-offset-17[dir="rtl"] {
  margin-left: auto;
  margin-right: 70.83333%;
}
.next-col-offset-18[dir="rtl"] {
  margin-left: auto;
  margin-right: 75%;
}
.next-col-offset-19[dir="rtl"] {
  margin-left: auto;
  margin-right: 79.16667%;
}
.next-col-offset-20[dir="rtl"] {
  margin-left: auto;
  margin-right: 83.33333%;
}
.next-col-offset-21[dir="rtl"] {
  margin-left: auto;
  margin-right: 87.5%;
}
.next-col-offset-22[dir="rtl"] {
  margin-left: auto;
  margin-right: 91.66667%;
}
.next-col-offset-23[dir="rtl"] {
  margin-left: auto;
  margin-right: 95.83333%;
}
.next-col-offset-24[dir="rtl"] {
  margin-left: auto;
  margin-right: 100%;
}
@media (min-width: 320px) {
  .next-col-xxs-offset-1[dir="rtl"] {
    margin-left: auto;
    margin-right: 4.16667%;
  }
  .next-col-xxs-offset-2[dir="rtl"] {
    margin-left: auto;
    margin-right: 8.33333%;
  }
  .next-col-xxs-offset-3[dir="rtl"] {
    margin-left: auto;
    margin-right: 12.5%;
  }
  .next-col-xxs-offset-4[dir="rtl"] {
    margin-left: auto;
    margin-right: 16.66667%;
  }
  .next-col-xxs-offset-5[dir="rtl"] {
    margin-left: auto;
    margin-right: 20.83333%;
  }
  .next-col-xxs-offset-6[dir="rtl"] {
    margin-left: auto;
    margin-right: 25%;
  }
  .next-col-xxs-offset-7[dir="rtl"] {
    margin-left: auto;
    margin-right: 29.16667%;
  }
  .next-col-xxs-offset-8[dir="rtl"] {
    margin-left: auto;
    margin-right: 33.33333%;
  }
  .next-col-xxs-offset-9[dir="rtl"] {
    margin-left: auto;
    margin-right: 37.5%;
  }
  .next-col-xxs-offset-10[dir="rtl"] {
    margin-left: auto;
    margin-right: 41.66667%;
  }
  .next-col-xxs-offset-11[dir="rtl"] {
    margin-left: auto;
    margin-right: 45.83333%;
  }
  .next-col-xxs-offset-12[dir="rtl"] {
    margin-left: auto;
    margin-right: 50%;
  }
  .next-col-xxs-offset-13[dir="rtl"] {
    margin-left: auto;
    margin-right: 54.16667%;
  }
  .next-col-xxs-offset-14[dir="rtl"] {
    margin-left: auto;
    margin-right: 58.33333%;
  }
  .next-col-xxs-offset-15[dir="rtl"] {
    margin-left: auto;
    margin-right: 62.5%;
  }
  .next-col-xxs-offset-16[dir="rtl"] {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .next-col-xxs-offset-17[dir="rtl"] {
    margin-left: auto;
    margin-right: 70.83333%;
  }
  .next-col-xxs-offset-18[dir="rtl"] {
    margin-left: auto;
    margin-right: 75%;
  }
  .next-col-xxs-offset-19[dir="rtl"] {
    margin-left: auto;
    margin-right: 79.16667%;
  }
  .next-col-xxs-offset-20[dir="rtl"] {
    margin-left: auto;
    margin-right: 83.33333%;
  }
  .next-col-xxs-offset-21[dir="rtl"] {
    margin-left: auto;
    margin-right: 87.5%;
  }
  .next-col-xxs-offset-22[dir="rtl"] {
    margin-left: auto;
    margin-right: 91.66667%;
  }
  .next-col-xxs-offset-23[dir="rtl"] {
    margin-left: auto;
    margin-right: 95.83333%;
  }
  .next-col-xxs-offset-24[dir="rtl"] {
    margin-left: auto;
    margin-right: 100%;
  }
}
@media (min-width: 480px) {
  .next-col-xs-offset-1[dir="rtl"] {
    margin-left: auto;
    margin-right: 4.16667%;
  }
  .next-col-xs-offset-2[dir="rtl"] {
    margin-left: auto;
    margin-right: 8.33333%;
  }
  .next-col-xs-offset-3[dir="rtl"] {
    margin-left: auto;
    margin-right: 12.5%;
  }
  .next-col-xs-offset-4[dir="rtl"] {
    margin-left: auto;
    margin-right: 16.66667%;
  }
  .next-col-xs-offset-5[dir="rtl"] {
    margin-left: auto;
    margin-right: 20.83333%;
  }
  .next-col-xs-offset-6[dir="rtl"] {
    margin-left: auto;
    margin-right: 25%;
  }
  .next-col-xs-offset-7[dir="rtl"] {
    margin-left: auto;
    margin-right: 29.16667%;
  }
  .next-col-xs-offset-8[dir="rtl"] {
    margin-left: auto;
    margin-right: 33.33333%;
  }
  .next-col-xs-offset-9[dir="rtl"] {
    margin-left: auto;
    margin-right: 37.5%;
  }
  .next-col-xs-offset-10[dir="rtl"] {
    margin-left: auto;
    margin-right: 41.66667%;
  }
  .next-col-xs-offset-11[dir="rtl"] {
    margin-left: auto;
    margin-right: 45.83333%;
  }
  .next-col-xs-offset-12[dir="rtl"] {
    margin-left: auto;
    margin-right: 50%;
  }
  .next-col-xs-offset-13[dir="rtl"] {
    margin-left: auto;
    margin-right: 54.16667%;
  }
  .next-col-xs-offset-14[dir="rtl"] {
    margin-left: auto;
    margin-right: 58.33333%;
  }
  .next-col-xs-offset-15[dir="rtl"] {
    margin-left: auto;
    margin-right: 62.5%;
  }
  .next-col-xs-offset-16[dir="rtl"] {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .next-col-xs-offset-17[dir="rtl"] {
    margin-left: auto;
    margin-right: 70.83333%;
  }
  .next-col-xs-offset-18[dir="rtl"] {
    margin-left: auto;
    margin-right: 75%;
  }
  .next-col-xs-offset-19[dir="rtl"] {
    margin-left: auto;
    margin-right: 79.16667%;
  }
  .next-col-xs-offset-20[dir="rtl"] {
    margin-left: auto;
    margin-right: 83.33333%;
  }
  .next-col-xs-offset-21[dir="rtl"] {
    margin-left: auto;
    margin-right: 87.5%;
  }
  .next-col-xs-offset-22[dir="rtl"] {
    margin-left: auto;
    margin-right: 91.66667%;
  }
  .next-col-xs-offset-23[dir="rtl"] {
    margin-left: auto;
    margin-right: 95.83333%;
  }
  .next-col-xs-offset-24[dir="rtl"] {
    margin-left: auto;
    margin-right: 100%;
  }
}
@media (min-width: 720px) {
  .next-col-s-offset-1[dir="rtl"] {
    margin-left: auto;
    margin-right: 4.16667%;
  }
  .next-col-s-offset-2[dir="rtl"] {
    margin-left: auto;
    margin-right: 8.33333%;
  }
  .next-col-s-offset-3[dir="rtl"] {
    margin-left: auto;
    margin-right: 12.5%;
  }
  .next-col-s-offset-4[dir="rtl"] {
    margin-left: auto;
    margin-right: 16.66667%;
  }
  .next-col-s-offset-5[dir="rtl"] {
    margin-left: auto;
    margin-right: 20.83333%;
  }
  .next-col-s-offset-6[dir="rtl"] {
    margin-left: auto;
    margin-right: 25%;
  }
  .next-col-s-offset-7[dir="rtl"] {
    margin-left: auto;
    margin-right: 29.16667%;
  }
  .next-col-s-offset-8[dir="rtl"] {
    margin-left: auto;
    margin-right: 33.33333%;
  }
  .next-col-s-offset-9[dir="rtl"] {
    margin-left: auto;
    margin-right: 37.5%;
  }
  .next-col-s-offset-10[dir="rtl"] {
    margin-left: auto;
    margin-right: 41.66667%;
  }
  .next-col-s-offset-11[dir="rtl"] {
    margin-left: auto;
    margin-right: 45.83333%;
  }
  .next-col-s-offset-12[dir="rtl"] {
    margin-left: auto;
    margin-right: 50%;
  }
  .next-col-s-offset-13[dir="rtl"] {
    margin-left: auto;
    margin-right: 54.16667%;
  }
  .next-col-s-offset-14[dir="rtl"] {
    margin-left: auto;
    margin-right: 58.33333%;
  }
  .next-col-s-offset-15[dir="rtl"] {
    margin-left: auto;
    margin-right: 62.5%;
  }
  .next-col-s-offset-16[dir="rtl"] {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .next-col-s-offset-17[dir="rtl"] {
    margin-left: auto;
    margin-right: 70.83333%;
  }
  .next-col-s-offset-18[dir="rtl"] {
    margin-left: auto;
    margin-right: 75%;
  }
  .next-col-s-offset-19[dir="rtl"] {
    margin-left: auto;
    margin-right: 79.16667%;
  }
  .next-col-s-offset-20[dir="rtl"] {
    margin-left: auto;
    margin-right: 83.33333%;
  }
  .next-col-s-offset-21[dir="rtl"] {
    margin-left: auto;
    margin-right: 87.5%;
  }
  .next-col-s-offset-22[dir="rtl"] {
    margin-left: auto;
    margin-right: 91.66667%;
  }
  .next-col-s-offset-23[dir="rtl"] {
    margin-left: auto;
    margin-right: 95.83333%;
  }
  .next-col-s-offset-24[dir="rtl"] {
    margin-left: auto;
    margin-right: 100%;
  }
}
@media (min-width: 990px) {
  .next-col-m-offset-1[dir="rtl"] {
    margin-left: auto;
    margin-right: 4.16667%;
  }
  .next-col-m-offset-2[dir="rtl"] {
    margin-left: auto;
    margin-right: 8.33333%;
  }
  .next-col-m-offset-3[dir="rtl"] {
    margin-left: auto;
    margin-right: 12.5%;
  }
  .next-col-m-offset-4[dir="rtl"] {
    margin-left: auto;
    margin-right: 16.66667%;
  }
  .next-col-m-offset-5[dir="rtl"] {
    margin-left: auto;
    margin-right: 20.83333%;
  }
  .next-col-m-offset-6[dir="rtl"] {
    margin-left: auto;
    margin-right: 25%;
  }
  .next-col-m-offset-7[dir="rtl"] {
    margin-left: auto;
    margin-right: 29.16667%;
  }
  .next-col-m-offset-8[dir="rtl"] {
    margin-left: auto;
    margin-right: 33.33333%;
  }
  .next-col-m-offset-9[dir="rtl"] {
    margin-left: auto;
    margin-right: 37.5%;
  }
  .next-col-m-offset-10[dir="rtl"] {
    margin-left: auto;
    margin-right: 41.66667%;
  }
  .next-col-m-offset-11[dir="rtl"] {
    margin-left: auto;
    margin-right: 45.83333%;
  }
  .next-col-m-offset-12[dir="rtl"] {
    margin-left: auto;
    margin-right: 50%;
  }
  .next-col-m-offset-13[dir="rtl"] {
    margin-left: auto;
    margin-right: 54.16667%;
  }
  .next-col-m-offset-14[dir="rtl"] {
    margin-left: auto;
    margin-right: 58.33333%;
  }
  .next-col-m-offset-15[dir="rtl"] {
    margin-left: auto;
    margin-right: 62.5%;
  }
  .next-col-m-offset-16[dir="rtl"] {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .next-col-m-offset-17[dir="rtl"] {
    margin-left: auto;
    margin-right: 70.83333%;
  }
  .next-col-m-offset-18[dir="rtl"] {
    margin-left: auto;
    margin-right: 75%;
  }
  .next-col-m-offset-19[dir="rtl"] {
    margin-left: auto;
    margin-right: 79.16667%;
  }
  .next-col-m-offset-20[dir="rtl"] {
    margin-left: auto;
    margin-right: 83.33333%;
  }
  .next-col-m-offset-21[dir="rtl"] {
    margin-left: auto;
    margin-right: 87.5%;
  }
  .next-col-m-offset-22[dir="rtl"] {
    margin-left: auto;
    margin-right: 91.66667%;
  }
  .next-col-m-offset-23[dir="rtl"] {
    margin-left: auto;
    margin-right: 95.83333%;
  }
  .next-col-m-offset-24[dir="rtl"] {
    margin-left: auto;
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .next-col-l-offset-1[dir="rtl"] {
    margin-left: auto;
    margin-right: 4.16667%;
  }
  .next-col-l-offset-2[dir="rtl"] {
    margin-left: auto;
    margin-right: 8.33333%;
  }
  .next-col-l-offset-3[dir="rtl"] {
    margin-left: auto;
    margin-right: 12.5%;
  }
  .next-col-l-offset-4[dir="rtl"] {
    margin-left: auto;
    margin-right: 16.66667%;
  }
  .next-col-l-offset-5[dir="rtl"] {
    margin-left: auto;
    margin-right: 20.83333%;
  }
  .next-col-l-offset-6[dir="rtl"] {
    margin-left: auto;
    margin-right: 25%;
  }
  .next-col-l-offset-7[dir="rtl"] {
    margin-left: auto;
    margin-right: 29.16667%;
  }
  .next-col-l-offset-8[dir="rtl"] {
    margin-left: auto;
    margin-right: 33.33333%;
  }
  .next-col-l-offset-9[dir="rtl"] {
    margin-left: auto;
    margin-right: 37.5%;
  }
  .next-col-l-offset-10[dir="rtl"] {
    margin-left: auto;
    margin-right: 41.66667%;
  }
  .next-col-l-offset-11[dir="rtl"] {
    margin-left: auto;
    margin-right: 45.83333%;
  }
  .next-col-l-offset-12[dir="rtl"] {
    margin-left: auto;
    margin-right: 50%;
  }
  .next-col-l-offset-13[dir="rtl"] {
    margin-left: auto;
    margin-right: 54.16667%;
  }
  .next-col-l-offset-14[dir="rtl"] {
    margin-left: auto;
    margin-right: 58.33333%;
  }
  .next-col-l-offset-15[dir="rtl"] {
    margin-left: auto;
    margin-right: 62.5%;
  }
  .next-col-l-offset-16[dir="rtl"] {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .next-col-l-offset-17[dir="rtl"] {
    margin-left: auto;
    margin-right: 70.83333%;
  }
  .next-col-l-offset-18[dir="rtl"] {
    margin-left: auto;
    margin-right: 75%;
  }
  .next-col-l-offset-19[dir="rtl"] {
    margin-left: auto;
    margin-right: 79.16667%;
  }
  .next-col-l-offset-20[dir="rtl"] {
    margin-left: auto;
    margin-right: 83.33333%;
  }
  .next-col-l-offset-21[dir="rtl"] {
    margin-left: auto;
    margin-right: 87.5%;
  }
  .next-col-l-offset-22[dir="rtl"] {
    margin-left: auto;
    margin-right: 91.66667%;
  }
  .next-col-l-offset-23[dir="rtl"] {
    margin-left: auto;
    margin-right: 95.83333%;
  }
  .next-col-l-offset-24[dir="rtl"] {
    margin-left: auto;
    margin-right: 100%;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-offset-1[dir="rtl"] {
    margin-left: auto;
    margin-right: 4.16667%;
  }
  .next-col-xl-offset-2[dir="rtl"] {
    margin-left: auto;
    margin-right: 8.33333%;
  }
  .next-col-xl-offset-3[dir="rtl"] {
    margin-left: auto;
    margin-right: 12.5%;
  }
  .next-col-xl-offset-4[dir="rtl"] {
    margin-left: auto;
    margin-right: 16.66667%;
  }
  .next-col-xl-offset-5[dir="rtl"] {
    margin-left: auto;
    margin-right: 20.83333%;
  }
  .next-col-xl-offset-6[dir="rtl"] {
    margin-left: auto;
    margin-right: 25%;
  }
  .next-col-xl-offset-7[dir="rtl"] {
    margin-left: auto;
    margin-right: 29.16667%;
  }
  .next-col-xl-offset-8[dir="rtl"] {
    margin-left: auto;
    margin-right: 33.33333%;
  }
  .next-col-xl-offset-9[dir="rtl"] {
    margin-left: auto;
    margin-right: 37.5%;
  }
  .next-col-xl-offset-10[dir="rtl"] {
    margin-left: auto;
    margin-right: 41.66667%;
  }
  .next-col-xl-offset-11[dir="rtl"] {
    margin-left: auto;
    margin-right: 45.83333%;
  }
  .next-col-xl-offset-12[dir="rtl"] {
    margin-left: auto;
    margin-right: 50%;
  }
  .next-col-xl-offset-13[dir="rtl"] {
    margin-left: auto;
    margin-right: 54.16667%;
  }
  .next-col-xl-offset-14[dir="rtl"] {
    margin-left: auto;
    margin-right: 58.33333%;
  }
  .next-col-xl-offset-15[dir="rtl"] {
    margin-left: auto;
    margin-right: 62.5%;
  }
  .next-col-xl-offset-16[dir="rtl"] {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .next-col-xl-offset-17[dir="rtl"] {
    margin-left: auto;
    margin-right: 70.83333%;
  }
  .next-col-xl-offset-18[dir="rtl"] {
    margin-left: auto;
    margin-right: 75%;
  }
  .next-col-xl-offset-19[dir="rtl"] {
    margin-left: auto;
    margin-right: 79.16667%;
  }
  .next-col-xl-offset-20[dir="rtl"] {
    margin-left: auto;
    margin-right: 83.33333%;
  }
  .next-col-xl-offset-21[dir="rtl"] {
    margin-left: auto;
    margin-right: 87.5%;
  }
  .next-col-xl-offset-22[dir="rtl"] {
    margin-left: auto;
    margin-right: 91.66667%;
  }
  .next-col-xl-offset-23[dir="rtl"] {
    margin-left: auto;
    margin-right: 95.83333%;
  }
  .next-col-xl-offset-24[dir="rtl"] {
    margin-left: auto;
    margin-right: 100%;
  }
}
.next-col-offset-fixed-1[dir="rtl"] {
  margin-left: auto;
  margin-right: 20px;
}
.next-col-offset-fixed-2[dir="rtl"] {
  margin-left: auto;
  margin-right: 40px;
}
.next-col-offset-fixed-3[dir="rtl"] {
  margin-left: auto;
  margin-right: 60px;
}
.next-col-offset-fixed-4[dir="rtl"] {
  margin-left: auto;
  margin-right: 80px;
}
.next-col-offset-fixed-5[dir="rtl"] {
  margin-left: auto;
  margin-right: 100px;
}
.next-col-offset-fixed-6[dir="rtl"] {
  margin-left: auto;
  margin-right: 120px;
}
.next-col-offset-fixed-7[dir="rtl"] {
  margin-left: auto;
  margin-right: 140px;
}
.next-col-offset-fixed-8[dir="rtl"] {
  margin-left: auto;
  margin-right: 160px;
}
.next-col-offset-fixed-9[dir="rtl"] {
  margin-left: auto;
  margin-right: 180px;
}
.next-col-offset-fixed-10[dir="rtl"] {
  margin-left: auto;
  margin-right: 200px;
}
.next-col-offset-fixed-11[dir="rtl"] {
  margin-left: auto;
  margin-right: 220px;
}
.next-col-offset-fixed-12[dir="rtl"] {
  margin-left: auto;
  margin-right: 240px;
}
.next-col-offset-fixed-13[dir="rtl"] {
  margin-left: auto;
  margin-right: 260px;
}
.next-col-offset-fixed-14[dir="rtl"] {
  margin-left: auto;
  margin-right: 280px;
}
.next-col-offset-fixed-15[dir="rtl"] {
  margin-left: auto;
  margin-right: 300px;
}
.next-col-offset-fixed-16[dir="rtl"] {
  margin-left: auto;
  margin-right: 320px;
}
.next-col-offset-fixed-17[dir="rtl"] {
  margin-left: auto;
  margin-right: 340px;
}
.next-col-offset-fixed-18[dir="rtl"] {
  margin-left: auto;
  margin-right: 360px;
}
.next-col-offset-fixed-19[dir="rtl"] {
  margin-left: auto;
  margin-right: 380px;
}
.next-col-offset-fixed-20[dir="rtl"] {
  margin-left: auto;
  margin-right: 400px;
}
.next-col-offset-fixed-21[dir="rtl"] {
  margin-left: auto;
  margin-right: 420px;
}
.next-col-offset-fixed-22[dir="rtl"] {
  margin-left: auto;
  margin-right: 440px;
}
.next-col-offset-fixed-23[dir="rtl"] {
  margin-left: auto;
  margin-right: 460px;
}
.next-col-offset-fixed-24[dir="rtl"] {
  margin-left: auto;
  margin-right: 480px;
}
.next-col-offset-fixed-25[dir="rtl"] {
  margin-left: auto;
  margin-right: 500px;
}
.next-col-offset-fixed-26[dir="rtl"] {
  margin-left: auto;
  margin-right: 520px;
}
.next-col-offset-fixed-27[dir="rtl"] {
  margin-left: auto;
  margin-right: 540px;
}
.next-col-offset-fixed-28[dir="rtl"] {
  margin-left: auto;
  margin-right: 560px;
}
.next-col-offset-fixed-29[dir="rtl"] {
  margin-left: auto;
  margin-right: 580px;
}
.next-col-offset-fixed-30[dir="rtl"] {
  margin-left: auto;
  margin-right: 600px;
}
.next-col-offset-fixed-xxs-1[dir="rtl"] {
  margin-left: auto;
  margin-right: 20px;
}
.next-col-offset-fixed-xxs-2[dir="rtl"] {
  margin-left: auto;
  margin-right: 40px;
}
.next-col-offset-fixed-xxs-3[dir="rtl"] {
  margin-left: auto;
  margin-right: 60px;
}
.next-col-offset-fixed-xxs-4[dir="rtl"] {
  margin-left: auto;
  margin-right: 80px;
}
.next-col-offset-fixed-xxs-5[dir="rtl"] {
  margin-left: auto;
  margin-right: 100px;
}
.next-col-offset-fixed-xxs-6[dir="rtl"] {
  margin-left: auto;
  margin-right: 120px;
}
.next-col-offset-fixed-xxs-7[dir="rtl"] {
  margin-left: auto;
  margin-right: 140px;
}
.next-col-offset-fixed-xxs-8[dir="rtl"] {
  margin-left: auto;
  margin-right: 160px;
}
.next-col-offset-fixed-xxs-9[dir="rtl"] {
  margin-left: auto;
  margin-right: 180px;
}
.next-col-offset-fixed-xxs-10[dir="rtl"] {
  margin-left: auto;
  margin-right: 200px;
}
.next-col-offset-fixed-xxs-11[dir="rtl"] {
  margin-left: auto;
  margin-right: 220px;
}
.next-col-offset-fixed-xxs-12[dir="rtl"] {
  margin-left: auto;
  margin-right: 240px;
}
.next-col-offset-fixed-xxs-13[dir="rtl"] {
  margin-left: auto;
  margin-right: 260px;
}
.next-col-offset-fixed-xxs-14[dir="rtl"] {
  margin-left: auto;
  margin-right: 280px;
}
.next-col-offset-fixed-xxs-15[dir="rtl"] {
  margin-left: auto;
  margin-right: 300px;
}
.next-col-offset-fixed-xxs-16[dir="rtl"] {
  margin-left: auto;
  margin-right: 320px;
}
.next-col-offset-fixed-xxs-17[dir="rtl"] {
  margin-left: auto;
  margin-right: 340px;
}
.next-col-offset-fixed-xxs-18[dir="rtl"] {
  margin-left: auto;
  margin-right: 360px;
}
.next-col-offset-fixed-xxs-19[dir="rtl"] {
  margin-left: auto;
  margin-right: 380px;
}
.next-col-offset-fixed-xxs-20[dir="rtl"] {
  margin-left: auto;
  margin-right: 400px;
}
.next-col-offset-fixed-xxs-21[dir="rtl"] {
  margin-left: auto;
  margin-right: 420px;
}
.next-col-offset-fixed-xxs-22[dir="rtl"] {
  margin-left: auto;
  margin-right: 440px;
}
.next-col-offset-fixed-xxs-23[dir="rtl"] {
  margin-left: auto;
  margin-right: 460px;
}
.next-col-offset-fixed-xxs-24[dir="rtl"] {
  margin-left: auto;
  margin-right: 480px;
}
.next-col-offset-fixed-xxs-25[dir="rtl"] {
  margin-left: auto;
  margin-right: 500px;
}
.next-col-offset-fixed-xxs-26[dir="rtl"] {
  margin-left: auto;
  margin-right: 520px;
}
.next-col-offset-fixed-xxs-27[dir="rtl"] {
  margin-left: auto;
  margin-right: 540px;
}
.next-col-offset-fixed-xxs-28[dir="rtl"] {
  margin-left: auto;
  margin-right: 560px;
}
.next-col-offset-fixed-xxs-29[dir="rtl"] {
  margin-left: auto;
  margin-right: 580px;
}
.next-col-offset-fixed-xxs-30[dir="rtl"] {
  margin-left: auto;
  margin-right: 600px;
}
.next-col-offset-fixed-xs-1[dir="rtl"] {
  margin-left: auto;
  margin-right: 20px;
}
.next-col-offset-fixed-xs-2[dir="rtl"] {
  margin-left: auto;
  margin-right: 40px;
}
.next-col-offset-fixed-xs-3[dir="rtl"] {
  margin-left: auto;
  margin-right: 60px;
}
.next-col-offset-fixed-xs-4[dir="rtl"] {
  margin-left: auto;
  margin-right: 80px;
}
.next-col-offset-fixed-xs-5[dir="rtl"] {
  margin-left: auto;
  margin-right: 100px;
}
.next-col-offset-fixed-xs-6[dir="rtl"] {
  margin-left: auto;
  margin-right: 120px;
}
.next-col-offset-fixed-xs-7[dir="rtl"] {
  margin-left: auto;
  margin-right: 140px;
}
.next-col-offset-fixed-xs-8[dir="rtl"] {
  margin-left: auto;
  margin-right: 160px;
}
.next-col-offset-fixed-xs-9[dir="rtl"] {
  margin-left: auto;
  margin-right: 180px;
}
.next-col-offset-fixed-xs-10[dir="rtl"] {
  margin-left: auto;
  margin-right: 200px;
}
.next-col-offset-fixed-xs-11[dir="rtl"] {
  margin-left: auto;
  margin-right: 220px;
}
.next-col-offset-fixed-xs-12[dir="rtl"] {
  margin-left: auto;
  margin-right: 240px;
}
.next-col-offset-fixed-xs-13[dir="rtl"] {
  margin-left: auto;
  margin-right: 260px;
}
.next-col-offset-fixed-xs-14[dir="rtl"] {
  margin-left: auto;
  margin-right: 280px;
}
.next-col-offset-fixed-xs-15[dir="rtl"] {
  margin-left: auto;
  margin-right: 300px;
}
.next-col-offset-fixed-xs-16[dir="rtl"] {
  margin-left: auto;
  margin-right: 320px;
}
.next-col-offset-fixed-xs-17[dir="rtl"] {
  margin-left: auto;
  margin-right: 340px;
}
.next-col-offset-fixed-xs-18[dir="rtl"] {
  margin-left: auto;
  margin-right: 360px;
}
.next-col-offset-fixed-xs-19[dir="rtl"] {
  margin-left: auto;
  margin-right: 380px;
}
.next-col-offset-fixed-xs-20[dir="rtl"] {
  margin-left: auto;
  margin-right: 400px;
}
.next-col-offset-fixed-xs-21[dir="rtl"] {
  margin-left: auto;
  margin-right: 420px;
}
.next-col-offset-fixed-xs-22[dir="rtl"] {
  margin-left: auto;
  margin-right: 440px;
}
.next-col-offset-fixed-xs-23[dir="rtl"] {
  margin-left: auto;
  margin-right: 460px;
}
.next-col-offset-fixed-xs-24[dir="rtl"] {
  margin-left: auto;
  margin-right: 480px;
}
.next-col-offset-fixed-xs-25[dir="rtl"] {
  margin-left: auto;
  margin-right: 500px;
}
.next-col-offset-fixed-xs-26[dir="rtl"] {
  margin-left: auto;
  margin-right: 520px;
}
.next-col-offset-fixed-xs-27[dir="rtl"] {
  margin-left: auto;
  margin-right: 540px;
}
.next-col-offset-fixed-xs-28[dir="rtl"] {
  margin-left: auto;
  margin-right: 560px;
}
.next-col-offset-fixed-xs-29[dir="rtl"] {
  margin-left: auto;
  margin-right: 580px;
}
.next-col-offset-fixed-xs-30[dir="rtl"] {
  margin-left: auto;
  margin-right: 600px;
}
.next-col-offset-fixed-s-1[dir="rtl"] {
  margin-left: auto;
  margin-right: 20px;
}
.next-col-offset-fixed-s-2[dir="rtl"] {
  margin-left: auto;
  margin-right: 40px;
}
.next-col-offset-fixed-s-3[dir="rtl"] {
  margin-left: auto;
  margin-right: 60px;
}
.next-col-offset-fixed-s-4[dir="rtl"] {
  margin-left: auto;
  margin-right: 80px;
}
.next-col-offset-fixed-s-5[dir="rtl"] {
  margin-left: auto;
  margin-right: 100px;
}
.next-col-offset-fixed-s-6[dir="rtl"] {
  margin-left: auto;
  margin-right: 120px;
}
.next-col-offset-fixed-s-7[dir="rtl"] {
  margin-left: auto;
  margin-right: 140px;
}
.next-col-offset-fixed-s-8[dir="rtl"] {
  margin-left: auto;
  margin-right: 160px;
}
.next-col-offset-fixed-s-9[dir="rtl"] {
  margin-left: auto;
  margin-right: 180px;
}
.next-col-offset-fixed-s-10[dir="rtl"] {
  margin-left: auto;
  margin-right: 200px;
}
.next-col-offset-fixed-s-11[dir="rtl"] {
  margin-left: auto;
  margin-right: 220px;
}
.next-col-offset-fixed-s-12[dir="rtl"] {
  margin-left: auto;
  margin-right: 240px;
}
.next-col-offset-fixed-s-13[dir="rtl"] {
  margin-left: auto;
  margin-right: 260px;
}
.next-col-offset-fixed-s-14[dir="rtl"] {
  margin-left: auto;
  margin-right: 280px;
}
.next-col-offset-fixed-s-15[dir="rtl"] {
  margin-left: auto;
  margin-right: 300px;
}
.next-col-offset-fixed-s-16[dir="rtl"] {
  margin-left: auto;
  margin-right: 320px;
}
.next-col-offset-fixed-s-17[dir="rtl"] {
  margin-left: auto;
  margin-right: 340px;
}
.next-col-offset-fixed-s-18[dir="rtl"] {
  margin-left: auto;
  margin-right: 360px;
}
.next-col-offset-fixed-s-19[dir="rtl"] {
  margin-left: auto;
  margin-right: 380px;
}
.next-col-offset-fixed-s-20[dir="rtl"] {
  margin-left: auto;
  margin-right: 400px;
}
.next-col-offset-fixed-s-21[dir="rtl"] {
  margin-left: auto;
  margin-right: 420px;
}
.next-col-offset-fixed-s-22[dir="rtl"] {
  margin-left: auto;
  margin-right: 440px;
}
.next-col-offset-fixed-s-23[dir="rtl"] {
  margin-left: auto;
  margin-right: 460px;
}
.next-col-offset-fixed-s-24[dir="rtl"] {
  margin-left: auto;
  margin-right: 480px;
}
.next-col-offset-fixed-s-25[dir="rtl"] {
  margin-left: auto;
  margin-right: 500px;
}
.next-col-offset-fixed-s-26[dir="rtl"] {
  margin-left: auto;
  margin-right: 520px;
}
.next-col-offset-fixed-s-27[dir="rtl"] {
  margin-left: auto;
  margin-right: 540px;
}
.next-col-offset-fixed-s-28[dir="rtl"] {
  margin-left: auto;
  margin-right: 560px;
}
.next-col-offset-fixed-s-29[dir="rtl"] {
  margin-left: auto;
  margin-right: 580px;
}
.next-col-offset-fixed-s-30[dir="rtl"] {
  margin-left: auto;
  margin-right: 600px;
}
.next-col-offset-fixed-m-1[dir="rtl"] {
  margin-left: auto;
  margin-right: 20px;
}
.next-col-offset-fixed-m-2[dir="rtl"] {
  margin-left: auto;
  margin-right: 40px;
}
.next-col-offset-fixed-m-3[dir="rtl"] {
  margin-left: auto;
  margin-right: 60px;
}
.next-col-offset-fixed-m-4[dir="rtl"] {
  margin-left: auto;
  margin-right: 80px;
}
.next-col-offset-fixed-m-5[dir="rtl"] {
  margin-left: auto;
  margin-right: 100px;
}
.next-col-offset-fixed-m-6[dir="rtl"] {
  margin-left: auto;
  margin-right: 120px;
}
.next-col-offset-fixed-m-7[dir="rtl"] {
  margin-left: auto;
  margin-right: 140px;
}
.next-col-offset-fixed-m-8[dir="rtl"] {
  margin-left: auto;
  margin-right: 160px;
}
.next-col-offset-fixed-m-9[dir="rtl"] {
  margin-left: auto;
  margin-right: 180px;
}
.next-col-offset-fixed-m-10[dir="rtl"] {
  margin-left: auto;
  margin-right: 200px;
}
.next-col-offset-fixed-m-11[dir="rtl"] {
  margin-left: auto;
  margin-right: 220px;
}
.next-col-offset-fixed-m-12[dir="rtl"] {
  margin-left: auto;
  margin-right: 240px;
}
.next-col-offset-fixed-m-13[dir="rtl"] {
  margin-left: auto;
  margin-right: 260px;
}
.next-col-offset-fixed-m-14[dir="rtl"] {
  margin-left: auto;
  margin-right: 280px;
}
.next-col-offset-fixed-m-15[dir="rtl"] {
  margin-left: auto;
  margin-right: 300px;
}
.next-col-offset-fixed-m-16[dir="rtl"] {
  margin-left: auto;
  margin-right: 320px;
}
.next-col-offset-fixed-m-17[dir="rtl"] {
  margin-left: auto;
  margin-right: 340px;
}
.next-col-offset-fixed-m-18[dir="rtl"] {
  margin-left: auto;
  margin-right: 360px;
}
.next-col-offset-fixed-m-19[dir="rtl"] {
  margin-left: auto;
  margin-right: 380px;
}
.next-col-offset-fixed-m-20[dir="rtl"] {
  margin-left: auto;
  margin-right: 400px;
}
.next-col-offset-fixed-m-21[dir="rtl"] {
  margin-left: auto;
  margin-right: 420px;
}
.next-col-offset-fixed-m-22[dir="rtl"] {
  margin-left: auto;
  margin-right: 440px;
}
.next-col-offset-fixed-m-23[dir="rtl"] {
  margin-left: auto;
  margin-right: 460px;
}
.next-col-offset-fixed-m-24[dir="rtl"] {
  margin-left: auto;
  margin-right: 480px;
}
.next-col-offset-fixed-m-25[dir="rtl"] {
  margin-left: auto;
  margin-right: 500px;
}
.next-col-offset-fixed-m-26[dir="rtl"] {
  margin-left: auto;
  margin-right: 520px;
}
.next-col-offset-fixed-m-27[dir="rtl"] {
  margin-left: auto;
  margin-right: 540px;
}
.next-col-offset-fixed-m-28[dir="rtl"] {
  margin-left: auto;
  margin-right: 560px;
}
.next-col-offset-fixed-m-29[dir="rtl"] {
  margin-left: auto;
  margin-right: 580px;
}
.next-col-offset-fixed-m-30[dir="rtl"] {
  margin-left: auto;
  margin-right: 600px;
}
.next-col-offset-fixed-l-1[dir="rtl"] {
  margin-left: auto;
  margin-right: 20px;
}
.next-col-offset-fixed-l-2[dir="rtl"] {
  margin-left: auto;
  margin-right: 40px;
}
.next-col-offset-fixed-l-3[dir="rtl"] {
  margin-left: auto;
  margin-right: 60px;
}
.next-col-offset-fixed-l-4[dir="rtl"] {
  margin-left: auto;
  margin-right: 80px;
}
.next-col-offset-fixed-l-5[dir="rtl"] {
  margin-left: auto;
  margin-right: 100px;
}
.next-col-offset-fixed-l-6[dir="rtl"] {
  margin-left: auto;
  margin-right: 120px;
}
.next-col-offset-fixed-l-7[dir="rtl"] {
  margin-left: auto;
  margin-right: 140px;
}
.next-col-offset-fixed-l-8[dir="rtl"] {
  margin-left: auto;
  margin-right: 160px;
}
.next-col-offset-fixed-l-9[dir="rtl"] {
  margin-left: auto;
  margin-right: 180px;
}
.next-col-offset-fixed-l-10[dir="rtl"] {
  margin-left: auto;
  margin-right: 200px;
}
.next-col-offset-fixed-l-11[dir="rtl"] {
  margin-left: auto;
  margin-right: 220px;
}
.next-col-offset-fixed-l-12[dir="rtl"] {
  margin-left: auto;
  margin-right: 240px;
}
.next-col-offset-fixed-l-13[dir="rtl"] {
  margin-left: auto;
  margin-right: 260px;
}
.next-col-offset-fixed-l-14[dir="rtl"] {
  margin-left: auto;
  margin-right: 280px;
}
.next-col-offset-fixed-l-15[dir="rtl"] {
  margin-left: auto;
  margin-right: 300px;
}
.next-col-offset-fixed-l-16[dir="rtl"] {
  margin-left: auto;
  margin-right: 320px;
}
.next-col-offset-fixed-l-17[dir="rtl"] {
  margin-left: auto;
  margin-right: 340px;
}
.next-col-offset-fixed-l-18[dir="rtl"] {
  margin-left: auto;
  margin-right: 360px;
}
.next-col-offset-fixed-l-19[dir="rtl"] {
  margin-left: auto;
  margin-right: 380px;
}
.next-col-offset-fixed-l-20[dir="rtl"] {
  margin-left: auto;
  margin-right: 400px;
}
.next-col-offset-fixed-l-21[dir="rtl"] {
  margin-left: auto;
  margin-right: 420px;
}
.next-col-offset-fixed-l-22[dir="rtl"] {
  margin-left: auto;
  margin-right: 440px;
}
.next-col-offset-fixed-l-23[dir="rtl"] {
  margin-left: auto;
  margin-right: 460px;
}
.next-col-offset-fixed-l-24[dir="rtl"] {
  margin-left: auto;
  margin-right: 480px;
}
.next-col-offset-fixed-l-25[dir="rtl"] {
  margin-left: auto;
  margin-right: 500px;
}
.next-col-offset-fixed-l-26[dir="rtl"] {
  margin-left: auto;
  margin-right: 520px;
}
.next-col-offset-fixed-l-27[dir="rtl"] {
  margin-left: auto;
  margin-right: 540px;
}
.next-col-offset-fixed-l-28[dir="rtl"] {
  margin-left: auto;
  margin-right: 560px;
}
.next-col-offset-fixed-l-29[dir="rtl"] {
  margin-left: auto;
  margin-right: 580px;
}
.next-col-offset-fixed-l-30[dir="rtl"] {
  margin-left: auto;
  margin-right: 600px;
}
.next-col-offset-fixed-xl-1[dir="rtl"] {
  margin-left: auto;
  margin-right: 20px;
}
.next-col-offset-fixed-xl-2[dir="rtl"] {
  margin-left: auto;
  margin-right: 40px;
}
.next-col-offset-fixed-xl-3[dir="rtl"] {
  margin-left: auto;
  margin-right: 60px;
}
.next-col-offset-fixed-xl-4[dir="rtl"] {
  margin-left: auto;
  margin-right: 80px;
}
.next-col-offset-fixed-xl-5[dir="rtl"] {
  margin-left: auto;
  margin-right: 100px;
}
.next-col-offset-fixed-xl-6[dir="rtl"] {
  margin-left: auto;
  margin-right: 120px;
}
.next-col-offset-fixed-xl-7[dir="rtl"] {
  margin-left: auto;
  margin-right: 140px;
}
.next-col-offset-fixed-xl-8[dir="rtl"] {
  margin-left: auto;
  margin-right: 160px;
}
.next-col-offset-fixed-xl-9[dir="rtl"] {
  margin-left: auto;
  margin-right: 180px;
}
.next-col-offset-fixed-xl-10[dir="rtl"] {
  margin-left: auto;
  margin-right: 200px;
}
.next-col-offset-fixed-xl-11[dir="rtl"] {
  margin-left: auto;
  margin-right: 220px;
}
.next-col-offset-fixed-xl-12[dir="rtl"] {
  margin-left: auto;
  margin-right: 240px;
}
.next-col-offset-fixed-xl-13[dir="rtl"] {
  margin-left: auto;
  margin-right: 260px;
}
.next-col-offset-fixed-xl-14[dir="rtl"] {
  margin-left: auto;
  margin-right: 280px;
}
.next-col-offset-fixed-xl-15[dir="rtl"] {
  margin-left: auto;
  margin-right: 300px;
}
.next-col-offset-fixed-xl-16[dir="rtl"] {
  margin-left: auto;
  margin-right: 320px;
}
.next-col-offset-fixed-xl-17[dir="rtl"] {
  margin-left: auto;
  margin-right: 340px;
}
.next-col-offset-fixed-xl-18[dir="rtl"] {
  margin-left: auto;
  margin-right: 360px;
}
.next-col-offset-fixed-xl-19[dir="rtl"] {
  margin-left: auto;
  margin-right: 380px;
}
.next-col-offset-fixed-xl-20[dir="rtl"] {
  margin-left: auto;
  margin-right: 400px;
}
.next-col-offset-fixed-xl-21[dir="rtl"] {
  margin-left: auto;
  margin-right: 420px;
}
.next-col-offset-fixed-xl-22[dir="rtl"] {
  margin-left: auto;
  margin-right: 440px;
}
.next-col-offset-fixed-xl-23[dir="rtl"] {
  margin-left: auto;
  margin-right: 460px;
}
.next-col-offset-fixed-xl-24[dir="rtl"] {
  margin-left: auto;
  margin-right: 480px;
}
.next-col-offset-fixed-xl-25[dir="rtl"] {
  margin-left: auto;
  margin-right: 500px;
}
.next-col-offset-fixed-xl-26[dir="rtl"] {
  margin-left: auto;
  margin-right: 520px;
}
.next-col-offset-fixed-xl-27[dir="rtl"] {
  margin-left: auto;
  margin-right: 540px;
}
.next-col-offset-fixed-xl-28[dir="rtl"] {
  margin-left: auto;
  margin-right: 560px;
}
.next-col-offset-fixed-xl-29[dir="rtl"] {
  margin-left: auto;
  margin-right: 580px;
}
.next-col-offset-fixed-xl-30[dir="rtl"] {
  margin-left: auto;
  margin-right: 600px;
}
.next-responsive-grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
}
.next-responsive-grid *,
.next-responsive-grid :after,
.next-responsive-grid :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-responsive-grid-ie {
  display: block;
}
.next-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-form *,
.next-form :after,
.next-form :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-form-preview.next-form-item.next-medium .next-form-item-label {
  font-size: 14px;
  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: 18px;
  line-height: 40px;
}
.next-form-responsive-grid .next-form-item-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.next-form-responsive-grid .next-form-item {
  margin-bottom: 0;
}
.next-form-responsive-grid .next-form-item.next-left {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 11px;
  margin-top: 11px;
}
.next-form-item {
  margin-bottom: 16px;
}
.next-form-item.has-error > .next-form-item-control > .next-form-item-help {
  color: #f33200;
}
.next-form-item.has-warning > .next-form-item-control > .next-form-item-help {
  color: #ff6a00;
}
.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: 14px;
  line-height: 28px;
}
.next-form-item .next-form-preview.next-input-textarea > p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4.2px;
  min-height: 19.6px;
  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: 36px;
}
.next-form-item.next-large .next-checkbox-group,
.next-form-item.next-large .next-checkbox-wrapper,
.next-form-item.next-large .next-radio-group,
.next-form-item.next-large .next-radio-wrapper,
.next-form-item.next-large .next-rating {
  line-height: 35px;
}
.next-form-item.next-large .next-form-preview {
  font-size: 18px;
  line-height: 40px;
}
.next-form-item.next-large .next-form-preview.next-input-textarea > p {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 7.4px;
  min-height: 25.2px;
  text-align: justify;
}
.next-form-item.next-large .next-switch {
  margin-top: 5px;
}
.next-form-item.next-large .next-form-item-label {
  font-size: 14px;
}
.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 {
  width: 100%;
}
.next-form-item-fullwidth .next-form-item-control > .next-date-picker,
.next-form-item-fullwidth .next-form-item-control > .next-input,
.next-form-item-fullwidth .next-form-item-control > .next-input-group,
.next-form-item-fullwidth .next-form-item-control > .next-month-picker,
.next-form-item-fullwidth .next-form-item-control > .next-range-picker,
.next-form-item-fullwidth .next-form-item-control > .next-select,
.next-form-item-fullwidth .next-form-item-control > .next-time-picker,
.next-form-item-fullwidth .next-form-item-control > .next-year-picker {
  width: 100%;
}
.next-form-item-label {
  color: #333;
  display: inline-block;
  padding-right: 12px;
  text-align: right;
  vertical-align: top;
}
.next-form-item-label label[required]:before {
  color: #f33200;
  content: "*";
  margin-right: 4px;
}
.next-form-item-label.has-colon label:after {
  content: ":";
  margin: 0 0 0 2px;
  position: relative;
  top: -0.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: #f33200;
  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 (min-resolution: 0.001dpcm) {
  .next-form-item.next-left > .next-form-item-label {
    display: table-cell;
  }
  .next-form.next-inline .next-form-item.next-left .next-form-item-control {
    display: table-cell;
  }
}
.next-form[dir="rtl"] .next-form-item-label {
  padding-left: 12px;
  padding-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: #d9d9d9;
  border-radius: 50%;
  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;
  -ms-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;
  -ms-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;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center;
}
.next-avatar-square {
  border-radius: 4px;
}
.next-avatar > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.next-loading-fusion-reactor[dir="rtl"] {
  -webkit-animation-name: nextVectorRouteRTL;
  animation-name: nextVectorRouteRTL;
}
@-webkit-keyframes nextVectorRouteRTL {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  30% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  55% {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  75% {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  80% {
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  to {
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes nextVectorRouteRTL {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  30% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  55% {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  75% {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  80% {
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  to {
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.next-loading {
  position: relative;
}
.next-loading.next-open {
  pointer-events: none;
}
.next-loading .next-loading-component {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";
  filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}
.next-loading-masker {
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.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%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}
.next-loading-tip-fullscreen {
  left: inherit;
  top: inherit;
  -webkit-transform: inherit;
  -ms-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%);
  -ms-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: #f60;
  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: 0.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: 0.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: 0.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);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  30% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  55% {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  80% {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes nextVectorRoute {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  30% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  55% {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  80% {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes nextVectorDotsYR {
  25% {
    bottom: 0;
  }
  45%,
  50% {
    bottom: 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-list-header {
  border-bottom: 1px solid #d8d8d8;
  color: #333;
}
.next-list-footer {
  border-top: 1px solid #d8d8d8;
  color: #666;
}
.next-list-loading.next-loading {
  display: block;
}
.next-list-empty {
  color: #fff;
  font-size: 14px;
  padding: 32px 0;
  text-align: center;
}
.next-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.next-list-item {
  color: #666;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.next-list-item-extra,
.next-list-item-media {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-negative: 0;
  align-items: flex-start;
  display: table-cell;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  align-items: flex-start;
  display: table-cell;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  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: 16px;
  line-height: 1.5;
  padding: 16px 0;
}
.next-list-medium .next-list-item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.next-list-small .next-list-header {
  font-size: 18px;
  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: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 0;
}
.next-list-small .next-list-item-title {
  font-size: 16px;
  line-height: 1.5;
}
.next-list-divider .next-list-item {
  border-bottom: 1px solid #d8d8d8;
}
.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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}
.next-menu-btn-spacing-tb {
  padding: 0;
}
.next-menu-btn .next-icon {
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.next-menu-btn .next-menu-btn-arrow:before {
  content: "\E63D";
}
.next-menu-btn.next-expand .next-menu-btn-arrow {
  -webkit-transform: rotate(180deg);
  -ms-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: #fff;
}
.next-menu-btn.next-btn-secondary .next-menu-btn-arrow {
  color: #f60;
}
.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: #f60;
}
.next-menu-btn.next-btn-primary .next-menu-btn-arrow {
  color: #fff;
}
.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 {
  color: #f60;
}
.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
  color: #007ffc;
}
.next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
  color: #f60;
}
.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: #fff;
}
.next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
  color: #fff;
}
.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[disabled] .next-menu-btn-arrow {
  color: #ccc;
}
.next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow,
.next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow {
  color: #ccc;
}
.next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
  color: hsla(0, 0%, 100%, 0.4);
}
.next-menu-btn[disabled].next-btn-ghost.next-btn-light .next-menu-btn-arrow {
  color: #ccc;
}
.next-nav {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: auto;
}
.next-nav *,
.next-nav :after,
.next-nav :before {
  -webkit-box-sizing: border-box;
  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: 14px;
  height: 40px;
  line-height: 40px;
}
.next-nav-item .next-menu-item-text > span,
.next-nav-item .next-nav-group-label > span {
  opacity: 1;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.next-nav-item .next-menu-item-text > a {
  color: inherit;
  text-decoration: none;
}
.next-nav-item.next-focused .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-focused .next-menu-icon-arrow.next-icon,
.next-nav-item .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item .next-menu-icon-arrow.next-icon,
.next-nav-item.next-opened .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-opened .next-menu-icon-arrow.next-icon,
.next-nav-item.next-selected .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-selected .next-menu-icon-arrow.next-icon,
.next-nav-item:hover .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item:hover .next-menu-icon-arrow.next-icon {
  color: inherit;
  top: 0;
  -webkit-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  transform-origin: center 50%;
}
.next-nav.next-active .next-nav-item:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.next-nav.next-hoz {
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  padding: 0;
}
.next-nav.next-hoz .next-menu-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: 14px;
  height: 44px;
}
.next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.next-nav.next-hoz .next-menu-header {
  float: left;
  height: 44px;
}
.next-nav.next-hoz .next-menu-footer {
  float: right;
  height: 44px;
}
.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: 0;
}
.next-nav.next-hoz.next-bottom .next-nav-item:before {
  bottom: 0;
}
.next-nav.next-hoz .next-selected.next-nav-item:before {
  height: 2px;
  left: 0;
  width: 100%;
}
.next-nav.next-ver {
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.next-nav.next-ver .next-menu-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: 8px;
}
.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: 8px;
}
.next-nav.next-ver .next-menu-item-inner {
  font-size: 14px;
  height: 40px;
}
.next-nav.next-ver .next-nav-group-label .next-menu-item-inner {
  font-size: 14px;
  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: 8px;
}
.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: 8px;
}
.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: 0;
}
.next-nav.next-ver.next-bottom .next-nav-item:before,
.next-nav.next-ver.next-right .next-nav-item:before {
  right: 0;
}
.next-nav.next-ver .next-selected.next-nav-item:before {
  height: 100%;
  top: 0;
  width: 2px;
}
.next-nav.next-primary {
  background: #fff;
  border-color: transparent;
  border-width: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  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: #fff;
  color: #333;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-focused,
.next-nav.next-primary .next-nav-item.next-menu-item:hover {
  background: #fafafa;
  color: #f60;
  font-weight: 400;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
  background: transparent;
  color: #f60;
  font-weight: 700;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-opened {
  background: #fafafa;
  color: #f60;
}
.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-opened.next-nav-popup {
  color: #f60;
}
.next-nav.next-primary
  .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
  color: #fff;
}
.next-nav.next-primary .next-nav-item.next-menu-item:before {
  background: #f60;
}
.next-nav.next-primary .next-nav-item.next-menu-item:hover:before {
  background: #f60;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened {
  background: #fafafa;
  color: #f60;
}
.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: #fff;
  color: #333;
  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:hover {
  background: #fafafa;
  color: #333;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected {
  background: #fff;
  color: #f60;
}
.next-nav.next-secondary {
  background: #fff;
  border-color: transparent;
  border-width: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  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: #fff;
  color: #333;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-focused,
.next-nav.next-secondary .next-nav-item.next-menu-item:hover {
  background: #fafafa;
  color: #f60;
  font-weight: 400;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected {
  background: transparent;
  color: #f60;
  font-weight: 700;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-opened {
  background: #fff;
  color: #333;
}
.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-opened.next-nav-popup {
  color: #333;
}
.next-nav.next-secondary
  .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
  color: #fff;
}
.next-nav.next-secondary .next-nav-item.next-menu-item:before {
  background: transparent;
}
.next-nav.next-secondary .next-nav-item.next-menu-item:hover:before {
  background: transparent;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened {
  background: #fff;
  color: #333;
}
.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: #fff;
  color: #333;
  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:hover {
  background: #fafafa;
  color: #f60;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected {
  background: #fff;
  color: #f60;
}
.next-nav.next-normal {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
}
.next-nav.next-normal,
.next-nav.next-normal .next-nav-item.next-menu-item {
  background: transparent;
  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: transparent;
  color: #f60;
  font-weight: 400;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-selected {
  background: transparent;
  color: #f60;
  font-weight: 700;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-opened {
  background: #f4f4f4;
  color: #f60;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected {
  background: transparent;
  color: #f60;
  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: #f60;
}
.next-nav.next-normal .next-nav-item.next-menu-item:before {
  background: #f60;
}
.next-nav.next-normal .next-nav-item.next-menu-item:hover:before {
  background: #f60;
}
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened {
  background: #f4f4f4;
  color: #f60;
}
.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: transparent;
  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:hover {
  background: transparent;
  color: #f60;
}
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected {
  background: #f4f4f4;
  color: #f60;
}
.next-nav.next-line {
  background: transparent;
  border-color: #d8d8d8;
  -webkit-box-shadow: none;
  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: #f60;
  font-weight: 400;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-selected {
  background: transparent;
  color: #f60;
  font-weight: 700;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-opened {
  background: transparent;
  color: #f60;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-child-selected {
  background: transparent;
  color: #f60;
  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: #f60;
}
.next-nav.next-line .next-nav-item.next-menu-item:before {
  background: transparent;
}
.next-nav.next-line .next-nav-item.next-menu-item:hover:before {
  background: transparent;
}
.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-opened {
  background: transparent;
  color: #f60;
}
.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:hover {
  background: transparent;
  color: #f60;
}
.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected {
  background: transparent;
  color: #f60;
}
.next-nav.next-icon-only.next-custom-icon-only-width {
  text-align: center;
}
.next-nav.next-icon-only .next-menu-item-inner {
  text-overflow: clip;
}
.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon {
  margin-left: 1px;
  margin-right: 1px;
}
.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%;
  -ms-transform-origin: center 50%;
  transform-origin: center 50%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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);
  -ms-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-nav-item.next-selected .next-nav-icon.next-icon {
  -webkit-animation: pulse 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  animation: pulse 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.next-nav.next-icon-only .next-menu-hoz-icon-arrow,
.next-nav.next-icon-only .next-menu-icon-arrow {
  display: none;
}
.next-nav-embeddable.next-normal,
.next-nav-embeddable.next-primary,
.next-nav-embeddable.next-secondary {
  background: transparent;
  border: none;
  -webkit-box-shadow: 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;
}
.next-nav[dir="rtl"].next-ver.next-right .next-nav-item:before {
  left: 0;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.next-number-picker *,
.next-number-picker :after,
.next-number-picker :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-number-picker .next-btn {
  -webkit-box-shadow: none !important;
  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%;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.next-number-picker-normal:not(.next-number-picker-show-trigger)
  .next-number-picker-handler {
  opacity: 0;
}
.next-number-picker-normal.hover .next-number-picker-handler,
.next-number-picker-normal:hover .next-number-picker-handler {
  opacity: 1;
}
.next-number-picker-normal
  .next-input.next-disabled
  .next-number-picker-handler {
  opacity: 0;
}
.next-number-picker-normal .next-number-picker-up-icon:before {
  content: "\E625";
}
.next-number-picker-normal .next-number-picker-down-icon:before {
  content: "\E63D";
}
.next-number-picker-normal.next-small {
  width: 68px;
}
.next-number-picker-normal.next-small .next-btn {
  width: 20px;
}
.next-number-picker-normal.next-small .next-btn:first-child {
  border-top-right-radius: 4px;
}
.next-number-picker-normal.next-small .next-btn:last-child {
  border-bottom-right-radius: 4px;
}
.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 (min-resolution: 0.001dpcm) {
  .next-number-picker-normal.next-small .next-icon {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.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: 4px;
}
.next-number-picker-normal.next-medium .next-btn:last-child {
  border-bottom-right-radius: 4px;
}
.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 (min-resolution: 0.001dpcm) {
  .next-number-picker-normal.next-medium .next-icon {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.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: 4px;
}
.next-number-picker-normal.next-large .next-btn:last-child {
  border-bottom-right-radius: 4px;
}
.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 (min-resolution: 0.001dpcm) {
  .next-number-picker-normal.next-large .next-icon {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.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: "\E655";
}
.next-number-picker-inline .next-number-picker-minus-icon:before {
  content: "\E601";
}
.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: 4px;
  border-top-left-radius: 4px;
  margin-right: 2px;
}
.next-number-picker-inline.next-small .next-after .next-btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  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: 4px;
  border-top-left-radius: 4px;
  margin-right: 2px;
}
.next-number-picker-inline.next-medium .next-after .next-btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: 2px;
}
.next-number-picker-inline.next-large {
  min-width: 108px;
  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: 36px;
}
.next-number-picker-inline.next-large .next-before .next-btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-right: 2px;
}
.next-number-picker-inline.next-large .next-after .next-btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  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: 36px;
}
@-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: 34px;
  }
}
.next-number-picker-normal[dir="rtl"] .next-btn:first-child {
  border-left: 0;
  border-right: 1px solid #bfbfbf;
  border-top-right-radius: 0;
}
.next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-small {
  border-top-left-radius: 4px;
}
.next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-medium {
  border-top-left-radius: 4px;
}
.next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-large {
  border-top-left-radius: 4px;
}
.next-number-picker-normal[dir="rtl"] .next-btn:last-child {
  border-bottom-right-radius: 0;
  border-left: 0;
  border-right: 1px solid #bfbfbf;
}
.next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-small {
  border-bottom-left-radius: 4px;
}
.next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-medium {
  border-bottom-left-radius: 4px;
}
.next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-large {
  border-bottom-left-radius: 4px;
}
.next-number-picker-normal[dir="rtl"] .next-input .next-input-control {
  padding-left: 0;
}
.next-number-picker-inline[dir="rtl"] .next-before .next-btn {
  margin-right: 0;
}
.next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-small {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  margin-left: 2px;
}
.next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-medium {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  margin-left: 2px;
}
.next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-large {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !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-small {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
  margin-right: 2px;
}
.next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-medium {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
  margin-right: 2px;
}
.next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-large {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !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 #d8d8d8;
}
.next-pagination[dir="rtl"]
  .next-pagination-pages
  + .next-pagination-size-selector,
.next-pagination[dir="rtl"]
  .next-pagination-size-selector
  + .next-pagination-pages {
  margin-left: 0;
  margin-right: 40px;
}
.next-pagination[dir="rtl"].next-start .next-pagination-pages {
  float: left;
}
.next-pagination[dir="rtl"].next-start .next-pagination-size-selector {
  float: right;
}
.next-pagination[dir="rtl"].next-end .next-pagination-pages {
  float: right;
}
.next-pagination[dir="rtl"].next-end .next-pagination-size-selector {
  float: left;
}
.next-pagination[dir="rtl"].next-small .next-pagination-list {
  margin: 0 4px;
}
.next-pagination[dir="rtl"].next-small .next-pagination-total {
  line-height: 20px;
  vertical-align: middle;
}
.next-pagination[dir="rtl"].next-small .next-pagination-item {
  border-radius: 4px;
  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 {
  font-size: 12px;
}
.next-pagination[dir="rtl"].next-small .next-pagination-display em {
  font-size: 12px;
}
.next-pagination[dir="rtl"].next-small .next-pagination-jump-text {
  font-size: 12px;
}
.next-pagination[dir="rtl"].next-small .next-pagination-jump-input {
  width: 28px;
}
.next-pagination[dir="rtl"].next-small .next-pagination-size-selector-title {
  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: #fff;
}
.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: 4px;
  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 {
  font-size: 14px;
}
.next-pagination[dir="rtl"].next-medium .next-pagination-display em {
  font-size: 14px;
}
.next-pagination[dir="rtl"].next-medium .next-pagination-jump-text {
  font-size: 14px;
}
.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: 14px;
  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: #fff;
}
.next-pagination[dir="rtl"].next-large .next-pagination-list {
  margin: 0 4px;
}
.next-pagination[dir="rtl"].next-large .next-pagination-total {
  line-height: 36px;
  vertical-align: middle;
}
.next-pagination[dir="rtl"].next-large .next-pagination-item {
  border-radius: 4px;
  border-width: 0;
  padding: 0 15px;
}
.next-pagination[dir="rtl"].next-large
  .next-pagination-item
  + .next-pagination-item {
  margin: 0 4px 0 0;
}
.next-pagination[dir="rtl"].next-large .next-pagination-ellipsis {
  height: 36px;
  line-height: 36px;
  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 {
  font-size: 16px;
}
.next-pagination[dir="rtl"].next-large .next-pagination-display em {
  font-size: 16px;
}
.next-pagination[dir="rtl"].next-large .next-pagination-jump-text {
  font-size: 16px;
}
.next-pagination[dir="rtl"].next-large .next-pagination-jump-input {
  width: 48px;
}
.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-title {
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  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: #fff;
}
.next-pagination {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.next-pagination *,
.next-pagination :after,
.next-pagination :before {
  -webkit-box-sizing: border-box;
  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: 16px;
  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: transparent;
  border-color: transparent;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  display: inline-block;
}
.next-pagination .next-pagination-item {
  -webkit-transition: none;
  transition: none;
}
.next-pagination .next-pagination-item.next-current {
  background: #f60;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.next-pagination .next-pagination-item.next-current:focus,
.next-pagination .next-pagination-item.next-current:hover {
  background: #f60;
  border-color: transparent;
  -webkit-box-shadow: none;
  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: #f60;
  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: #f60;
}
.next-pagination-size-selector-btn.next-btn-text
  + .next-pagination-size-selector-btn {
  border-left: 1px solid #d8d8d8;
}
.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: 4px;
  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: #fff;
}
.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;
  -webkit-box-shadow: 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: #f60;
}
.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: 4px;
  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: 14px;
}
.next-pagination.next-medium .next-pagination-jump-input {
  width: 36px;
}
.next-pagination.next-medium .next-pagination-size-selector-title {
  font-size: 14px;
  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: #fff;
}
.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;
  -webkit-box-shadow: 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: #f60;
}
.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 4px;
}
.next-pagination.next-large .next-pagination-total {
  line-height: 36px;
  vertical-align: middle;
}
.next-pagination.next-large .next-pagination-item {
  border-radius: 4px;
  border-width: 0;
  padding: 0 15px;
}
.next-pagination.next-large .next-pagination-item + .next-pagination-item {
  margin: 0 0 0 4px;
}
.next-pagination.next-large .next-pagination-ellipsis {
  height: 36px;
  line-height: 36px;
  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: 36px;
  line-height: 36px;
  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: #fff;
}
.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;
  -webkit-box-shadow: 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: #f60;
}
.next-pagination.next-large.next-no-border .next-pagination-display {
  margin: 0 16px;
}
.next-pagination.next-large.next-mini .next-pagination-item.next-prev {
  margin-right: 8px;
}
.next-pagination.next-large.next-mini .next-pagination-item.next-next {
  margin-left: 8px;
}
.next-pagination-icon-prev:before {
  content: "\E61D";
}
.next-pagination-icon-next:before {
  content: "\E619";
}
.next-pagination-icon-ellipsis:before {
  content: "\E654";
}
.next-paragraph {
  color: #333;
}
.next-paragraph-long,
.next-paragraph-short {
  line-height: 1.68;
}
.next-paragraph-small {
  font-size: 12px;
}
.next-paragraph-medium {
  font-size: 14px;
}
.next-progress-circle[dir="rtl"] .next-progress-circle-container {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.next-progress-line[dir="rtl"] .next-progress-line-overlay {
  left: auto;
  right: 0;
}
.next-progress-line {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-progress-line *,
.next-progress-line :after,
.next-progress-line :before {
  -webkit-box-sizing: border-box;
  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: #e6e6e6;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.next-progress-line-overlay {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.next-progress-line-overlay-normal {
  background: #f60;
}
.next-progress-line-overlay-success {
  background: #00ac54;
}
.next-progress-line-overlay-error,
.next-progress-line-overlay-started {
  background: #f33200;
}
.next-progress-line-overlay-middle {
  background: #ff6a00;
}
.next-progress-line-overlay-finishing {
  background: #00ac54;
}
.next-progress-line.next-small .next-progress-line-underlay {
  border-radius: 100px;
  height: 4px;
}
.next-progress-line.next-small .next-progress-line-overlay {
  border-radius: 100px;
  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: 100px;
  height: 8px;
}
.next-progress-line.next-medium .next-progress-line-overlay {
  border-radius: 100px;
  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: 100px;
  height: 12px;
}
.next-progress-line.next-large .next-progress-line-overlay {
  border-radius: 100px;
  height: 12px;
  margin-top: -6px;
  top: 50%;
}
.next-progress-line.next-large .next-progress-line-text {
  font-size: 14px;
  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 #d8d8d8;
}
.next-progress-line-show-border.next-small .next-progress-line-underlay {
  border-radius: 100px;
  height: 6px;
}
.next-progress-line-show-border.next-small .next-progress-line-overlay {
  border-radius: 100px;
  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: 100px;
  height: 10px;
}
.next-progress-line-show-border.next-medium .next-progress-line-overlay {
  border-radius: 100px;
  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: 100px;
  height: 14px;
}
.next-progress-line-show-border.next-large .next-progress-line-overlay {
  border-radius: 100px;
  height: 12px;
  margin-top: -6px;
  top: 50%;
}
.next-progress-line-show-border.next-large .next-progress-line-text {
  font-size: 14px;
  line-height: 14px;
}
.next-progress-circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-progress-circle *,
.next-progress-circle :after,
.next-progress-circle :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-progress-circle {
  display: inline-block;
  position: relative;
}
.next-progress-circle-underlay {
  stroke-width: 8px;
  stroke: #e6e6e6;
}
.next-progress-circle-overlay {
  stroke-linecap: round;
  stroke-width: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.next-progress-circle-overlay-normal {
  stroke: #f60;
}
.next-progress-circle-overlay-success {
  stroke: #00ac54;
}
.next-progress-circle-overlay-error,
.next-progress-circle-overlay-started {
  stroke: #f33200;
}
.next-progress-circle-overlay-middle {
  stroke: #ff6a00;
}
.next-progress-circle-overlay-finishing {
  stroke: #00ac54;
}
.next-progress-circle.next-small {
  font-size: 20px;
  height: 100px;
  width: 100px;
}
.next-progress-circle.next-medium {
  font-size: 20px;
  height: 116px;
  width: 116px;
}
.next-progress-circle.next-large {
  font-size: 24px;
  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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
.next-range {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  vertical-align: baseline;
  width: 100%;
}
.next-range *,
.next-range :after,
.next-range :before {
  -webkit-box-sizing: border-box;
  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: 100px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.next-range .next-range-selected {
  border-radius: 100px;
  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: 0 solid transparent;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: border-color 0.1s linear, -webkit-transform 0.1s linear;
  transition: border-color 0.1s linear, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, border-color 0.1s linear;
  transition: transform 0.1s linear, border-color 0.1s linear,
    -webkit-transform 0.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 #f60;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.2);
  -ms-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%);
  -ms-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 {
  background: #e6e6e6;
}
.next-range .next-range-track:hover {
  background: #bfbfbf;
}
.next-range .next-range-selected {
  background: #f60;
}
.next-range .next-range-selected:hover {
  background: #f60;
}
.next-range .next-range-scale .next-range-scale-item {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.next-range .next-range-scale .next-range-scale-item:hover {
  border-color: #bfbfbf;
}
.next-range .next-range-scale .next-range-scale-item.activated {
  background: #f60;
  border-color: #f60;
}
.next-range .next-range-scale .next-range-scale-item.activated:hover {
  border-color: #f60;
}
.next-range .next-range-slider-inner {
  background: #fff;
  border-color: transparent;
}
.next-range .next-range-slider-inner:hover {
  background: #fff;
  -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.next-range .next-range-mark .next-range-mark-text {
  color: #999;
}
.next-range .next-range-mark .next-range-mark-text:hover {
  color: #999;
}
.next-range .next-range-mark .next-range-mark-text.activated {
  color: #333;
}
.next-range .next-range-mark .next-range-mark-text.activated:hover {
  color: #333;
}
.next-range.disabled .next-range-selected,
.next-range.disabled .next-range-track {
  background: #e6e6e6;
}
.next-range.disabled .next-range-scale-item,
.next-range.disabled .next-range-scale-item.activated {
  border-color: #e6e6e6;
}
.next-range.disabled .next-range-slider-inner {
  background: #fafafa;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-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 {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}
.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: 14px;
  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;
  -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.next-range.simulation-hover .next-range-selected {
  background: #f60;
}
.next-range.simulation-hover .next-range-track {
  background: #bfbfbf;
}
.next-range.simulation-hover .next-range-scale-item {
  border-color: #bfbfbf;
}
.next-range.simulation-hover .next-range-scale-item.activated {
  border-color: #f60;
}
.next-range.simulation-click > .next-range-slider-inner {
  border: 2px solid #f60;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.2);
  -ms-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%);
  -ms-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: "\E60E";
}
.next-rating-underlay {
  overflow: hidden;
  white-space: nowrap;
}
.next-rating-underlay .next-icon {
  color: #e6e6e6;
}
.next-rating-stroke-mode .next-rating-underlay .next-icon {
  -webkit-text-stroke: 1px #f60;
  color: transparent;
}
.next-rating-overlay {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 0;
}
.next-rating-overlay .next-icon {
  color: #f60;
}
.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 {
  -webkit-transition: all 0.1s linear;
  transition: all 0.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(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}
.next-rating-info {
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  left: 0;
  padding: 4px 8px 3px;
  position: absolute;
  top: calc(100% + 4px);
  white-space: nowrap;
}
.next-rating-info:after {
  background: #fff;
  border-color: #d9d9d9 transparent transparent #d9d9d9;
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
}
.next-rating.hover,
.next-rating:focus {
  outline: none;
}
.next-rating.hover .next-rating-overlay .next-icon,
.next-rating:focus .next-rating-overlay .next-icon {
  color: #f60;
}
.next-rating-grade-low.hover .next-rating-overlay .next-icon,
.next-rating-grade-low .next-rating-overlay .next-icon {
  color: #999;
}
.next-rating-grade-high.hover .next-rating-overlay .next-icon,
.next-rating-grade-high .next-rating-overlay .next-icon {
  color: #f60;
}
.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: 14px;
}
.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: 18px;
}
.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: 16px;
  margin-right: 0;
}
.next-search-simple[dir="rtl"].next-medium .next-search-icon {
  margin-left: 16px;
  margin-right: 0;
}
.next-search-simple[dir="rtl"].next-normal
  .next-search-left
  .next-search-left-addon {
  border-left: 1px solid transparent;
  border-right: none;
}
.next-search-simple[dir="rtl"].next-dark .next-search-left {
  border-color: #bfbfbf;
}
.next-search-simple[dir="rtl"].next-dark
  .next-search-left
  .next-search-left-addon {
  border-right: 1px solid #bfbfbf;
}
.next-search-simple[dir="rtl"].next-dark:hover .next-search-left {
  border-color: #bfbfbf;
}
.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: 100px;
  border-left: none;
  border-top-left-radius: 0;
  border-top-right-radius: 100px;
}
.next-search-normal[dir="rtl"] .next-search-btn.next-btn {
  border-radius: 100px 0 0 100px !important;
}
.next-search-normal[dir="rtl"] .next-input {
  border-radius: 0 100px 100px 0;
}
.next-search-normal[dir="rtl"].next-primary .next-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 98px;
  border-top-left-radius: 0;
  border-top-right-radius: 98px;
}
.next-search-normal[dir="rtl"].next-primary
  .next-search-left
  .next-search-left-addon {
  border-left: 1px solid #eee;
  border-right: none;
}
.next-search-normal[dir="rtl"].next-secondary .next-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 98px;
  border-top-left-radius: 0;
  border-top-right-radius: 98px;
}
.next-search-normal[dir="rtl"].next-secondary
  .next-search-left
  .next-search-left-addon {
  border-left: 1px solid #eee;
  border-right: none;
}
.next-search-normal[dir="rtl"].next-normal .next-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 98px;
  border-top-left-radius: 0;
  border-top-right-radius: 98px;
}
.next-search-normal[dir="rtl"].next-normal
  .next-search-left
  .next-search-left-addon {
  border-left: 1px solid #eee;
  border-right: none;
}
.next-search-normal[dir="rtl"].next-dark
  .next-search-left
  .next-search-left-addon {
  border-left: 1px solid #f60;
  border-right: none;
}
.next-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.next-search *,
.next-search :after,
.next-search :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-search .next-input,
.next-search .next-select {
  border: none;
  -webkit-box-shadow: 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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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 {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.next-search .next-search-symbol-icon:before {
  content: "\E656";
}
.next-search-normal {
  width: 600px;
}
.next-search-normal .next-search-left {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
.next-search-normal .next-input {
  border-radius: 100px 0 0 100px;
}
.next-search-normal .next-btn {
  border-radius: 0 100px 100px 0;
}
.next-search-normal.next-primary .next-search-left {
  border-color: #f60;
}
.next-search-normal.next-primary .next-search-left .next-search-left-addon {
  border-right: 1px solid #eee;
}
.next-search-normal.next-primary:hover .next-btn,
.next-search-normal.next-primary:hover .next-search-left {
  border-color: #f60;
}
.next-search-normal.next-primary .next-search-btn {
  background: #f60;
  border-color: #f60;
  color: #fff;
}
.next-search-normal.next-primary .next-search-btn:hover {
  background: #e55b00;
  border-color: #f60;
  color: #fff;
}
.next-search-normal.next-primary .next-search-btn .next-icon {
  color: #fff;
}
.next-search-normal.next-primary .next-search-btn .next-icon:hover {
  color: #fff;
}
.next-search-normal.next-primary.next-large {
  -webkit-box-shadow: none;
  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: 36px;
}
.next-search-normal.next-primary.next-large .next-search-input {
  height: 32px;
  overflow-y: hidden;
}
.next-search-normal.next-primary.next-large .next-search-input input {
  height: 32px;
  line-height: 32px \0;
}
.next-search-normal.next-primary.next-large .next-select {
  height: 32px;
}
.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: 16px;
  line-height: inherit;
  width: 16px;
}
.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 {
  -webkit-box-shadow: none;
  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: 32px;
}
.next-search-normal.next-primary.next-medium .next-search-input {
  height: 28px;
  overflow-y: hidden;
}
.next-search-normal.next-primary.next-medium .next-search-input input {
  height: 28px;
  line-height: 28px \0;
}
.next-search-normal.next-primary.next-medium .next-select {
  height: 28px;
}
.next-search-normal.next-primary.next-medium .next-search-btn {
  font-size: 14px;
}
.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: 98px;
  border-top-left-radius: 98px;
}
.next-search-normal.next-secondary .next-search-left {
  border-color: #eee;
}
.next-search-normal.next-secondary .next-search-left .next-search-left-addon {
  border-right: 1px solid #eee;
}
.next-search-normal.next-secondary:hover .next-btn,
.next-search-normal.next-secondary:hover .next-search-left {
  border-color: #f60;
}
.next-search-normal.next-secondary .next-search-btn {
  background: #f60;
  border-color: #f60;
  color: #fff;
}
.next-search-normal.next-secondary .next-search-btn:hover {
  background: #e55b00;
  border-color: #f60;
  color: #fff;
}
.next-search-normal.next-secondary .next-search-btn .next-icon {
  color: #fff;
}
.next-search-normal.next-secondary .next-search-btn .next-icon:hover {
  color: #fff;
}
.next-search-normal.next-secondary.next-large {
  -webkit-box-shadow: none;
  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: 36px;
}
.next-search-normal.next-secondary.next-large .next-search-input {
  height: 34px;
  overflow-y: hidden;
}
.next-search-normal.next-secondary.next-large .next-search-input input {
  height: 34px;
  line-height: 34px \0;
}
.next-search-normal.next-secondary.next-large .next-select {
  height: 34px;
}
.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: 16px;
  line-height: inherit;
  width: 16px;
}
.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 {
  -webkit-box-shadow: none;
  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: 32px;
}
.next-search-normal.next-secondary.next-medium .next-search-input {
  height: 30px;
  overflow-y: hidden;
}
.next-search-normal.next-secondary.next-medium .next-search-input input {
  height: 30px;
  line-height: 30px \0;
}
.next-search-normal.next-secondary.next-medium .next-select {
  height: 30px;
}
.next-search-normal.next-secondary.next-medium .next-search-btn {
  font-size: 14px;
}
.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: 99px;
  border-top-left-radius: 99px;
}
.next-search-normal.next-normal .next-search-left {
  border-color: #eee;
}
.next-search-normal.next-normal .next-search-left .next-search-left-addon {
  border-right: 1px solid #eee;
}
.next-search-normal.next-normal:hover .next-btn,
.next-search-normal.next-normal:hover .next-search-left {
  border-color: #d8d8d8;
}
.next-search-normal.next-normal .next-search-btn {
  background: #fafafa;
  border-color: #eee;
  color: #666;
}
.next-search-normal.next-normal .next-search-btn:hover {
  background: #e6e6e6;
  border-color: #d8d8d8;
  color: #666;
}
.next-search-normal.next-normal .next-search-btn .next-icon {
  color: #666;
}
.next-search-normal.next-normal .next-search-btn .next-icon:hover {
  color: #666;
}
.next-search-normal.next-normal.next-large {
  -webkit-box-shadow: none;
  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: 36px;
}
.next-search-normal.next-normal.next-large .next-search-input {
  height: 34px;
  overflow-y: hidden;
}
.next-search-normal.next-normal.next-large .next-search-input input {
  height: 34px;
  line-height: 34px \0;
}
.next-search-normal.next-normal.next-large .next-select {
  height: 34px;
}
.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: 16px;
  line-height: inherit;
  width: 16px;
}
.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 {
  -webkit-box-shadow: none;
  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: 32px;
}
.next-search-normal.next-normal.next-medium .next-search-input {
  height: 30px;
  overflow-y: hidden;
}
.next-search-normal.next-normal.next-medium .next-search-input input {
  height: 30px;
  line-height: 30px \0;
}
.next-search-normal.next-normal.next-medium .next-select {
  height: 30px;
}
.next-search-normal.next-normal.next-medium .next-search-btn {
  font-size: 14px;
}
.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: 99px;
  border-top-left-radius: 99px;
}
.next-search-normal.next-dark .next-search-left {
  border-color: #f60;
}
.next-search-normal.next-dark .next-search-left .next-search-left-addon {
  border-right: 1px solid #f60;
}
.next-search-normal.next-dark:hover .next-btn,
.next-search-normal.next-dark:hover .next-search-left {
  border-color: #f60;
}
.next-search-normal.next-dark .next-search-btn {
  background: #f60;
  border-color: #f60;
  color: #fff;
}
.next-search-normal.next-dark .next-search-btn:hover {
  background: #e55b00;
  border-color: #f60;
  color: #fff;
}
.next-search-normal.next-dark .next-search-btn .next-icon {
  color: #fff;
}
.next-search-normal.next-dark .next-search-btn .next-icon:hover {
  color: #fff;
}
.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 {
  -webkit-box-shadow: none;
  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: 36px;
}
.next-search-normal.next-dark.next-large .next-search-input {
  height: 34px;
  overflow-y: hidden;
}
.next-search-normal.next-dark.next-large .next-search-input input {
  height: 34px;
  line-height: 34px \0;
}
.next-search-normal.next-dark.next-large .next-select {
  height: 34px;
}
.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: 16px;
  line-height: inherit;
  width: 16px;
}
.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 {
  -webkit-box-shadow: none;
  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: 32px;
}
.next-search-normal.next-dark.next-medium .next-search-input {
  height: 30px;
  overflow-y: hidden;
}
.next-search-normal.next-dark.next-medium .next-search-input input {
  height: 30px;
  line-height: 30px \0;
}
.next-search-normal.next-dark.next-medium .next-select {
  height: 30px;
}
.next-search-normal.next-dark.next-medium .next-search-btn {
  font-size: 14px;
}
.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: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 300px;
}
.next-search-simple .next-search-icon {
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-search-simple .next-input,
.next-search-simple .next-search-left {
  border-radius: 100px;
}
.next-search-simple.next-large .next-search-icon,
.next-search-simple.next-medium .next-search-icon {
  margin-right: 16px;
}
.next-search-simple.next-normal .next-search-left {
  border-color: #eee;
}
.next-search-simple.next-normal .next-search-left .next-search-left-addon {
  border-right: 1px solid transparent;
}
.next-search-simple.next-normal:hover .next-search-left {
  border-color: #f60;
}
.next-search-simple.next-normal .next-search-icon {
  color: #666;
}
.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: 16px;
  line-height: inherit;
  width: 16px;
}
.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: #bfbfbf;
}
.next-search-simple.next-dark .next-search-left .next-search-left-addon {
  border-right: 1px solid #bfbfbf;
}
.next-search-simple.next-dark:hover .next-search-left {
  border-color: #bfbfbf;
}
.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: 16px;
  line-height: inherit;
  width: 16px;
}
.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: 34px;
}
.next-search-simple .next-select.next-medium {
  height: 26px;
}
.next-slick {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.next-slick *,
.next-slick :after,
.next-slick :before {
  -webkit-box-sizing: border-box;
  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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-slick-arrow.inner {
  background: #000;
  border: none;
  color: #fff;
  opacity: 0.2;
  padding: 0;
}
.next-slick-arrow.inner:focus,
.next-slick-arrow.inner:hover {
  background: #000;
  color: #fff;
  opacity: 0.4;
}
.next-slick-arrow.inner.disabled {
  background: #fafafa;
  color: #ccc;
  opacity: 0.5;
}
.next-slick-arrow.outer {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #666;
  opacity: 0.32;
  padding: 0;
}
.next-slick-arrow.outer:focus,
.next-slick-arrow.outer:hover {
  background: transparent;
  color: #333;
  opacity: 0.32;
}
.next-slick-arrow.outer.disabled {
  background: transparent;
  color: #ccc;
  opacity: 0.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, 0.32);
  border: 0 solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  outline: none;
  padding: 0;
  width: 8px;
}
.next-slick-dots-item button:hover {
  background-color: rgba(0, 0, 0, 0.32);
  border-color: #fff;
}
.next-slick-dots-item button:focus,
.next-slick-dots-item button:hover {
  background: hsla(0, 0%, 100%, 0.5);
}
.next-slick-dots-item.active button {
  -webkit-animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: #f60;
  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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.next-split-btn-trigger.next-expand .next-split-btn-symbol-fold {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled)
  .next-icon {
  color: #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: "\E63D";
}
.next-split-btn-symbol-unfold:before {
  content: "";
}
.next-step *,
.next-step :after,
.next-step :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-step,
.next-step:after,
.next-step:before {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-step-item-node.clicked {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.next-step-horizontal {
  overflow: hidden;
}
.next-step-horizontal > .next-step-item {
  display: inline-block;
  text-align: left;
}
.next-step-vertical > .next-step-item {
  display: block;
  text-align: center;
}
.next-step-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-step-arrow .next-step-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 32px;
  line-height: 32px;
  margin-left: 16px;
  margin-right: 4px;
}
.next-step-arrow .next-step-item:before {
  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: 16px;
  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: #e6e6e6;
}
.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 {
  background: #e6e6e6;
  border-color: #000;
}
.next-step-arrow
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #e6e6e6;
  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;
  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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 32px;
}
.next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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 #e6e6e6;
  border-left-color: transparent;
}
.next-step-arrow > .next-step-item-wait:after {
  border-left-color: #e6e6e6;
}
.next-step-arrow > .next-step-item-process {
  background: #f60;
}
.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 {
  background: #f60;
  border-color: #000;
}
.next-step-arrow
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #f60;
  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;
  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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 32px;
}
.next-step-arrow
  > .next-step-item-process
  .next-step-item-node-circle
  .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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 #f60;
  border-left-color: transparent;
}
.next-step-arrow > .next-step-item-process:after {
  border-left-color: #f60;
}
.next-step-arrow > .next-step-item-finish {
  background: #fff0e6;
}
.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 {
  background: #fff0e6;
  border-color: #000;
}
.next-step-arrow
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff0e6;
  border-color: #000;
}
.next-step-arrow > .next-step-item-finish .next-step-item-title {
  color: #f60;
  word-break: break-word;
}
.next-step-arrow > .next-step-item-finish .next-step-item-content {
  color: #f60;
  font-size: 12px;
  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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 32px;
}
.next-step-arrow
  > .next-step-item-finish
  .next-step-item-node-circle
  .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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 #fff0e6;
  border-left-color: transparent;
}
.next-step-arrow > .next-step-item-finish:after {
  border-left-color: #fff0e6;
}
.next-step-arrow .next-step-item-disabled {
  background: #fafafa;
  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 {
  background: #fafafa;
  border-color: #000;
}
.next-step-arrow
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fafafa;
  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;
  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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 32px;
}
.next-step-arrow
  .next-step-item-disabled
  .next-step-item-node-circle
  .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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 #fafafa;
  border-left-color: transparent;
}
.next-step-arrow .next-step-item-disabled:after {
  border-left-color: #fafafa;
}
.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: #f60;
  font-size: 12px;
}
.next-step-circle
  .next-step-item-container
  .next-step-item-progress
  .next-progress-circle-underlay {
  stroke: #ccc;
  stroke-width: 6px;
}
.next-step-circle
  .next-step-item-container
  .next-step-item-progress
  .next-progress-circle-overlay-normal {
  stroke: #f60;
  stroke-width: 6px;
}
.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: #d8d8d8;
}
.next-step-circle > .next-step-item-wait .next-step-item-tail-underlay {
  background: #eee;
}
.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: #999;
}
.next-step-circle
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node-circle {
  background: #fff;
  border-color: #ccc;
}
.next-step-circle
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff;
  border-color: #ccc;
}
.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;
  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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 32px;
}
.next-step-circle
  > .next-step-item-wait
  .next-step-item-node-circle
  .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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: #d8d8d8;
}
.next-step-circle > .next-step-item-process .next-step-item-tail-underlay {
  background: #eee;
}
.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 {
  background: #f60;
  border-color: #f60;
}
.next-step-circle
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #f60;
  border-color: #f60;
}
.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;
  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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 32px;
}
.next-step-circle
  > .next-step-item-process
  .next-step-item-node-circle
  .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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: #f60;
}
.next-step-circle > .next-step-item-finish .next-step-item-tail-underlay {
  background: #eee;
}
.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: #f60;
}
.next-step-circle
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node-circle {
  background: #fff;
  border-color: #f60;
}
.next-step-circle
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff;
  border-color: #f60;
}
.next-step-circle > .next-step-item-finish .next-step-item-title {
  color: #333;
  word-break: break-word;
}
.next-step-circle > .next-step-item-finish .next-step-item-content {
  color: #333;
  font-size: 12px;
  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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 32px;
}
.next-step-circle
  > .next-step-item-finish
  .next-step-item-node-circle
  .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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: #eee;
}
.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 {
  background: #e6e6e6;
  border-color: transparent;
}
.next-step-circle
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #e6e6e6;
  border-color: transparent;
}
.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;
  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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 32px;
}
.next-step-circle
  .next-step-item-disabled
  .next-step-item-node-circle
  .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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-title {
  white-space: normal;
}
.next-step-circle.next-step-horizontal
  > .next-step-item
  .next-step-item-content {
  white-space: normal;
}
.next-step-circle.next-step-horizontal
  > .next-step-item-wait
  .next-step-item-tail {
  clear: both;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 48px);
}
.next-step-circle.next-step-horizontal
  > .next-step-item-wait
  .next-step-item-tail
  .next-step-item-tail-underlay {
  display: block;
  height: 2px;
  position: relative;
}
.next-step-circle.next-step-horizontal
  > .next-step-item-wait
  .next-step-item-tail
  .next-step-item-tail-overlay {
  height: 2px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 2px;
  position: relative;
}
.next-step-circle.next-step-horizontal
  > .next-step-item-process
  .next-step-item-tail
  .next-step-item-tail-overlay {
  height: 2px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 2px;
  position: relative;
}
.next-step-circle.next-step-horizontal
  > .next-step-item-finish
  .next-step-item-tail
  .next-step-item-tail-overlay {
  height: 2px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 2px;
  position: relative;
}
.next-step-circle.next-step-horizontal
  > .next-step-item-disabled
  .next-step-item-tail
  .next-step-item-tail-overlay {
  height: 2px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: unset;
}
.next-step-circle.next-step-horizontal.next-step-label-horizontal
  > .next-step-item-wait
  .next-step-item:last-child
  .next-step-item-tail {
  display: none;
}
.next-step-circle.next-step-horizontal.next-step-label-horizontal
  > .next-step-item-wait
  .next-step-item-body {
  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: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28571;
  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: 16px;
  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: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28571;
  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: 16px;
  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: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28571;
  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: 16px;
  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: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28571;
  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: 16px;
  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: #bfbfbf;
}
.next-step-dot > .next-step-item-wait .next-step-item-tail-underlay {
  background: #eee;
}
.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 {
  background: #fff;
  border-color: #bfbfbf;
}
.next-step-dot
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff;
  border-color: #bfbfbf;
}
.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;
  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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 12px;
  line-height: 8px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 12px;
}
.next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 12px;
}
.next-step-dot > .next-step-item-process .next-step-item-tail-overlay {
  background: #bfbfbf;
}
.next-step-dot > .next-step-item-process .next-step-item-tail-underlay {
  background: #eee;
}
.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: #f60;
}
.next-step-dot
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node-circle {
  background: #f60;
  border-color: #f60;
}
.next-step-dot
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #f60;
  border-color: #f60;
}
.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;
  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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 12px;
  line-height: 8px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 12px;
}
.next-step-dot
  > .next-step-item-process
  .next-step-item-node-circle
  .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 12px;
}
.next-step-dot > .next-step-item-finish .next-step-item-tail-overlay {
  background: #f60;
}
.next-step-dot > .next-step-item-finish .next-step-item-tail-underlay {
  background: #eee;
}
.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: #f60;
}
.next-step-dot
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node-circle {
  background: #fff;
  border-color: #f60;
}
.next-step-dot
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff;
  border-color: #f60;
}
.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;
  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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 12px;
  line-height: 8px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 12px;
}
.next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.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: #eee;
}
.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: #ccc;
}
.next-step-dot
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node-circle {
  background: #fff;
  border-color: #d8d8d8;
}
.next-step-dot
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff;
  border-color: #d8d8d8;
}
.next-step-dot .next-step-item-disabled .next-step-item-content,
.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-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: 2px solid;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 12px;
  line-height: 8px;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  width: 12px;
}
.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 0.3s linear;
  animation: zoomIn 0.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;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.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-title {
  white-space: normal;
}
.next-step-dot.next-step-horizontal > .next-step-item .next-step-item-content {
  white-space: normal;
}
.next-step-dot.next-step-horizontal .next-step-item-node .next-icon {
  vertical-align: middle;
}
.next-step-dot.next-step-horizontal
  > .next-step-item-wait
  .next-step-item-tail {
  clear: both;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 28px);
}
.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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28571;
  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: 16px;
  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: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28571;
  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: 16px;
  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: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28571;
  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: 16px;
  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: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28571;
  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: 16px;
  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: #e6e6e6;
}
.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 #e6e6e6;
  border-right-color: transparent;
}
.next-step-arrow[dir="rtl"] > .next-step-item-wait:after {
  border-left-color: transparent;
  border-right-color: #e6e6e6;
}
.next-step-arrow[dir="rtl"] > .next-step-item-process {
  background: #f60;
}
.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 #f60;
  border-right-color: transparent;
}
.next-step-arrow[dir="rtl"] > .next-step-item-process:after {
  border-left-color: transparent;
  border-right-color: #f60;
}
.next-step-arrow[dir="rtl"] > .next-step-item-finish {
  background: #fff0e6;
}
.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 #fff0e6;
  border-right-color: transparent;
}
.next-step-arrow[dir="rtl"] > .next-step-item-finish:after {
  border-left-color: transparent;
  border-right-color: #fff0e6;
}
.next-step-arrow[dir="rtl"] .next-step-item-disabled {
  background: #fafafa;
}
.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 #fafafa;
  border-right-color: transparent;
}
.next-step-arrow[dir="rtl"] .next-step-item-disabled:after {
  border-left-color: transparent;
  border-right-color: #fafafa;
}
.next-step-arrow[dir="rtl"] .next-step-item-first {
  margin-right: 0;
}
.next-step-arrow[dir="rtl"] .next-step-item-last {
  margin-left: 0;
}
.next-step-circle[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot {
  left: auto;
  right: 50%;
}
.next-step-circle[dir="rtl"]
  > .next-step-item-process
  .next-step-item-node-dot {
  left: auto;
  right: 50%;
}
.next-step-circle[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot {
  left: auto;
  right: 50%;
}
.next-step-circle[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot {
  left: auto;
  right: 50%;
}
.next-step-circle[dir="rtl"].next-step-horizontal
  > .next-step-item-wait
  > .next-step-item-body {
  left: auto;
  right: -26px;
}
.next-step-circle[dir="rtl"].next-step-horizontal
  > .next-step-item-process
  > .next-step-item-body {
  left: auto;
  right: -26px;
}
.next-step-circle[dir="rtl"].next-step-horizontal
  > .next-step-item-finish
  > .next-step-item-body {
  left: auto;
  right: -26px;
}
.next-step-circle[dir="rtl"].next-step-horizontal
  > .next-step-item-disabled
  > .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: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  line-height: 1.28571;
  text-align: right;
}
.next-step-circle[dir="rtl"].next-step-vertical
  > .next-step-item-wait
  > .next-step-item-body
  > .next-step-item-content {
  text-align: right;
}
.next-step-circle[dir="rtl"].next-step-vertical
  > .next-step-item-process
  > .next-step-item-body {
  left: auto;
  margin-left: 0;
  margin-right: 8px;
  right: 16px;
}
.next-step-circle[dir="rtl"].next-step-vertical
  > .next-step-item-process
  > .next-step-item-body
  > .next-step-item-title {
  font-family: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  line-height: 1.28571;
  text-align: right;
}
.next-step-circle[dir="rtl"].next-step-vertical
  > .next-step-item-process
  > .next-step-item-body
  > .next-step-item-content {
  text-align: right;
}
.next-step-circle[dir="rtl"].next-step-vertical
  > .next-step-item-finish
  > .next-step-item-body {
  left: auto;
  margin-left: 0;
  margin-right: 8px;
  right: 16px;
}
.next-step-circle[dir="rtl"].next-step-vertical
  > .next-step-item-finish
  > .next-step-item-body
  > .next-step-item-title {
  font-family: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  line-height: 1.28571;
  text-align: right;
}
.next-step-circle[dir="rtl"].next-step-vertical
  > .next-step-item-finish
  > .next-step-item-body
  > .next-step-item-content {
  text-align: right;
}
.next-step-circle[dir="rtl"].next-step-vertical
  > .next-step-item-disabled
  > .next-step-item-body {
  left: auto;
  margin-left: 0;
  margin-right: 8px;
  right: 16px;
}
.next-step-circle[dir="rtl"].next-step-vertical
  > .next-step-item-disabled
  > .next-step-item-body
  > .next-step-item-title {
  font-family: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  line-height: 1.28571;
  text-align: right;
}
.next-step-circle[dir="rtl"].next-step-vertical
  > .next-step-item-disabled
  > .next-step-item-body
  > .next-step-item-content {
  text-align: right;
}
.next-step-dot[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot {
  left: auto;
  right: 50%;
}
.next-step-dot[dir="rtl"] > .next-step-item-process .next-step-item-node-dot {
  left: auto;
  right: 50%;
}
.next-step-dot[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot {
  left: auto;
  right: 50%;
}
.next-step-dot[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot {
  left: auto;
  right: 50%;
}
.next-step-dot[dir="rtl"].next-step-horizontal
  > .next-step-item-wait
  > .next-step-item-body {
  left: auto;
  right: -36px;
}
.next-step-dot[dir="rtl"].next-step-horizontal
  > .next-step-item-process
  > .next-step-item-body {
  left: auto;
  right: -36px;
}
.next-step-dot[dir="rtl"].next-step-horizontal
  > .next-step-item-finish
  > .next-step-item-body {
  left: auto;
  right: -36px;
}
.next-step-dot[dir="rtl"].next-step-horizontal
  > .next-step-item-disabled
  > .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: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  line-height: 1.28571;
  text-align: right;
}
.next-step-dot[dir="rtl"].next-step-vertical
  > .next-step-item-wait
  > .next-step-item-body
  > .next-step-item-content {
  text-align: right;
}
.next-step-dot[dir="rtl"].next-step-vertical
  > .next-step-item-process
  > .next-step-item-body {
  left: auto;
  margin-left: 0;
  margin-right: 8px;
  right: 6px;
}
.next-step-dot[dir="rtl"].next-step-vertical
  > .next-step-item-process
  > .next-step-item-body
  > .next-step-item-title {
  font-family: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  line-height: 1.28571;
  text-align: right;
}
.next-step-dot[dir="rtl"].next-step-vertical
  > .next-step-item-process
  > .next-step-item-body
  > .next-step-item-content {
  text-align: right;
}
.next-step-dot[dir="rtl"].next-step-vertical
  > .next-step-item-finish
  > .next-step-item-body {
  left: auto;
  margin-left: 0;
  margin-right: 8px;
  right: 6px;
}
.next-step-dot[dir="rtl"].next-step-vertical
  > .next-step-item-finish
  > .next-step-item-body
  > .next-step-item-title {
  font-family: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  line-height: 1.28571;
  text-align: right;
}
.next-step-dot[dir="rtl"].next-step-vertical
  > .next-step-item-finish
  > .next-step-item-body
  > .next-step-item-content {
  text-align: right;
}
.next-step-dot[dir="rtl"].next-step-vertical
  > .next-step-item-disabled
  > .next-step-item-body {
  left: auto;
  margin-left: 0;
  margin-right: 8px;
  right: 6px;
}
.next-step-dot[dir="rtl"].next-step-vertical
  > .next-step-item-disabled
  > .next-step-item-body
  > .next-step-item-title {
  font-family: OpenSans, Open sans, PingFang SC, Microsoft YaHei, Helvetica Neue,
    Tahoma, Arial, Helvetica;
  font-size: 14px;
  line-height: 1.28571;
  text-align: right;
}
.next-step-dot[dir="rtl"].next-step-vertical
  > .next-step-item-disabled
  > .next-step-item-body
  > .next-step-item-content {
  text-align: right;
}
.next-switch:after[dir="rtl"] {
  content: " ";
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-switch-medium[dir="rtl"]:after {
  right: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.next-switch-small[dir="rtl"]:after {
  right: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.next-switch-on[dir="rtl"] > .next-switch-children {
  color: #fff;
}
.next-switch-on[disabled][dir="rtl"]:after {
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  right: 100%;
}
.next-switch-off[dir="rtl"]:after {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.next-switch-off[dir="rtl"] > .next-switch-children {
  right: auto;
}
.next-switch-off.next-switch-small[dir="rtl"] > .next-switch-children {
  right: auto;
}
.next-switch {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-align: left;
  -webkit-transition: background 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.next-switch *,
.next-switch :after,
.next-switch :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-switch-btn {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.next-switch:after {
  content: "";
}
.next-switch-loading {
  pointer-events: none;
}
.next-switch-loading .next-icon-loading {
  color: #f60;
  text-align: center;
  -webkit-transform: translate(-1px, -1px);
  -ms-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
}
.next-switch-loading .next-icon-loading.next-switch-inner-icon:before {
  vertical-align: top;
}
.next-switch-medium {
  border: 1px solid transparent;
  border-radius: 100px;
  display: inline-block;
  height: 26px;
  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: initial;
  width: auto;
}
.next-switch-medium:after {
  content: "";
}
.next-switch-medium > .next-switch-btn {
  border: 1px solid transparent;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  left: calc(100% - 24px);
  position: absolute;
  width: 24px;
}
.next-switch-medium > .next-switch-children {
  font-size: 14px;
  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: 1px solid transparent;
  border-radius: 100px;
  display: inline-block;
  height: 18px;
  position: relative;
  width: 44px;
}
.next-switch-small:not([disabled]):active .next-switch-btn {
  width: 20.8px;
}
.next-switch-small.next-switch-on:not([disabled]):active .next-switch-btn {
  left: calc(100% - 20.8px);
}
.next-switch-small.next-switch-auto-width {
  min-width: 44px;
  overflow: initial;
  width: auto;
}
.next-switch-small:after {
  content: "";
}
.next-switch-small > .next-switch-btn {
  border: 1px solid transparent;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 16px;
  left: calc(100% - 16px);
  position: absolute;
  width: 16px;
}
.next-switch-small > .next-switch-children {
  font-size: 14px;
  height: 16px;
  line-height: 16px;
}
.next-switch-small.next-switch.next-switch-on > .next-switch-children {
  margin: 0 24px 0 8px;
}
.next-switch-small.next-switch.next-switch-off > .next-switch-children {
  margin: 0 8px 0 24px;
}
.next-switch-small.next-switch-loading .next-icon-loading {
  height: 16px;
  line-height: 16px;
  width: 16px;
}
.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: #f60;
}
.next-switch-on .next-switch-btn {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.next-switch-on > .next-switch-children {
  color: #fff;
}
.next-switch-on.hover,
.next-switch-on:focus,
.next-switch-on:hover {
  background-color: #e55b00;
}
.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: #e6e6e6;
  cursor: not-allowed;
}
.next-switch-on[disabled] .next-switch-btn {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  right: 0;
}
.next-switch-on[disabled] > .next-switch-children {
  color: #ccc;
}
.next-switch-off {
  background-color: #d8d8d8;
  border-color: transparent;
}
.next-switch-off.hover,
.next-switch-off:focus,
.next-switch-off:hover {
  background-color: #999;
  border-color: #999;
}
.next-switch-off .next-switch-btn {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  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: #fff;
}
.next-switch-off[disabled] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
.next-switch-off[disabled] .next-switch-btn {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.next-switch-off[disabled] > .next-switch-children {
  color: #bfbfbf;
}
.next-tabs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.next-tabs *,
.next-tabs :after,
.next-tabs :before {
  -webkit-box-sizing: border-box;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.next-tabs-nav-appear,
.next-tabs-nav-enter {
  -webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.next-tabs-nav-leave {
  -webkit-animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.next-tabs-nav.next-disable-animation .next-tabs-tab:before {
  -webkit-transition: none;
  transition: none;
}
.next-tabs-tab {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-tabs-tab-inner {
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.next-tabs-tab:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.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: #f60;
}
.next-tabs-tab.disabled .next-tabs-tab-close {
  color: #d8d8d8;
}
.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.hover,
.next-tabs-btn-down:focus,
.next-tabs-btn-down:hover,
.next-tabs-btn-next.hover,
.next-tabs-btn-next:focus,
.next-tabs-btn-next:hover,
.next-tabs-btn-prev.hover,
.next-tabs-btn-prev:focus,
.next-tabs-btn-prev:hover {
  background: transparent;
  border-color: transparent;
  color: #333;
  text-decoration: none;
}
.next-tabs-btn-down.active,
.next-tabs-btn-down:active,
.next-tabs-btn-next.active,
.next-tabs-btn-next:active,
.next-tabs-btn-prev.active,
.next-tabs-btn-prev:active {
  background: transparent;
  border-color: transparent;
  color: #333;
  text-decoration: none;
}
.next-tabs-btn-down.disabled,
.next-tabs-btn-next.disabled,
.next-tabs-btn-prev.disabled {
  color: #d8d8d8;
  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: "\E63D";
}
.next-tabs .next-tab-icon-prev:before {
  content: "\E61D";
}
.next-tabs .next-tab-icon-next:before {
  content: "\E619";
}
.next-tabs-content {
  overflow: hidden;
}
.next-tabs-vertical > .next-tabs-bar .next-tabs-nav {
  width: 100%;
}
.next-tabs-vertical > .next-tabs-bar .next-tabs-tab {
  display: block;
}
.next-tabs.next-medium .next-tabs-nav-container-scrolling {
  padding-right: 48px;
}
.next-tabs.next-medium .next-tabs-tab-inner {
  font-size: 14px;
  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: 12px;
  line-height: inherit;
  width: 12px;
}
.next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close {
  margin-left: 8px;
}
.next-tabs.next-medium
  .next-tabs-tab-inner
  .next-tabs-tab-close
  .next-icon-remote,
.next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close:before {
  font-size: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close:before {
    font-size: 16px;
    width: 16px;
  }
}
.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: 12px;
  line-height: inherit;
  width: 12px;
}
.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 {
  margin-left: 8px;
}
.next-tabs.next-small
  .next-tabs-tab-inner
  .next-tabs-tab-close
  .next-icon-remote,
.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
  font-size: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-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(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-tabs.next-small .next-tabs-btn-down .next-icon .next-icon-remote,
.next-tabs.next-small .next-tabs-btn-down .next-icon:before,
.next-tabs.next-small .next-tabs-btn-next .next-icon .next-icon-remote,
.next-tabs.next-small .next-tabs-btn-next .next-icon:before,
.next-tabs.next-small .next-tabs-btn-prev .next-icon .next-icon-remote,
.next-tabs.next-small .next-tabs-btn-prev .next-icon:before {
  font-size: 12px;
  line-height: inherit;
  width: 12px;
}
.next-tabs-pure > .next-tabs-bar {
  background-color: transparent;
  border-bottom: 1px solid #d8d8d8;
}
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container {
  -webkit-box-shadow: none;
  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: #f60;
  cursor: pointer;
}
.next-tabs-pure
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab.active {
  background-color: transparent;
  color: #f60;
  z-index: 1;
}
.next-tabs-pure
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab.disabled {
  background: transparent;
  color: #d8d8d8;
  cursor: default;
  pointer-events: none;
}
.next-tabs-pure
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab:before {
  border-bottom: 2px solid #f60;
  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: #fafafa;
  color: #666;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:hover {
  background-color: #fafafa;
  color: #f60;
  cursor: pointer;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active {
  background-color: #fff;
  color: #f60;
  z-index: 1;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled {
  background: #fafafa;
  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: #f60;
}
.next-tabs-wrapped
  > .next-tabs-bar
  .next-tabs-tab.disabled
  .next-tabs-tab-close {
  color: #d8d8d8;
}
.next-tabs-wrapped:after,
.next-tabs-wrapped:before {
  content: "";
  display: table;
}
.next-tabs-wrapped:after {
  clear: both;
}
.next-tabs-wrapped > .next-tabs-content {
  position: relative;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar {
  position: relative;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab {
  border: 1px solid #eee;
  border-radius: 8px 8px 0 0;
  margin-right: 4px;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #eee;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
  border-color: #eee #eee #fff;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:before {
  border-radius: 8px;
  border-top: 1px solid transparent;
  left: 50%;
  top: -1px;
  width: 0;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active:before {
  left: 8px;
  width: calc(100% - 16px);
}
.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 #eee;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-1px);
  -ms-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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab {
  border: 1px solid #eee;
  border-radius: 0 0 8px 8px;
  margin-right: 4px;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #eee;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active {
  border-color: #fff #eee #eee;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:before {
  border-bottom: 1px solid transparent;
  border-radius: 8px;
  bottom: -1px;
  left: 50%;
  width: 0;
}
.next-tabs-wrapped.next-tabs-bottom
  > .next-tabs-bar
  .next-tabs-tab.active:before {
  left: 8px;
  width: calc(100% - 16px);
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-content {
  border-bottom: 1px solid #eee;
  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 #eee;
  border-radius: 8px 0 0 8px;
  float: none;
  margin-bottom: 4px;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #eee;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
  border-color: #eee #fff #eee #eee;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before {
  border-left: 1px solid transparent;
  border-radius: 8px;
  height: 0;
  left: -1px;
  top: 50%;
}
.next-tabs-wrapped.next-tabs-left
  > .next-tabs-bar
  .next-tabs-tab.active:before {
  height: calc(100% - 16px);
  top: 8px;
}
.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 #eee;
  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 #eee;
  border-radius: 0 8px 8px 0;
  float: none;
  margin-bottom: 4px;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #eee;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
  border-color: #eee #eee #eee #fff;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:before {
  border-radius: 8px;
  border-right: 1px solid transparent;
  height: 0;
  right: -1px;
  top: 50%;
}
.next-tabs-wrapped.next-tabs-right
  > .next-tabs-bar
  .next-tabs-tab.active:before {
  height: calc(100% - 16px);
  top: 8px;
}
.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 #eee;
  right: -1px;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
  background-color: #fff;
  border: 1px solid #eee;
  border-right-color: transparent;
  color: #666;
  margin-right: -1px;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
  border-radius: 8px 0 0 8px;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid #eee;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
  border-right: 1px solid;
  border-color: #eee;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
  border-color: #eee;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
  border-right: 1px solid;
  border-color: #eee;
  z-index: 2;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
  background-color: #fff;
  color: #f60;
  cursor: pointer;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
  background-color: #fafafa;
  color: #f60;
  z-index: 1;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
  background: #fafafa;
  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: #f60;
  cursor: pointer;
}
.next-tabs-text > .next-tabs-bar .next-tabs-tab.active {
  background-color: transparent;
  color: #f60;
  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: #d8d8d8;
  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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.next-tabs-capsule > .next-tabs-bar {
  position: relative;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-nav-extra {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.next-tabs-text > .next-tabs-bar {
  position: relative;
}
.next-tabs-text > .next-tabs-bar .next-tabs-nav-extra {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.next-tabs[dir="rtl"].next-medium .next-tabs-nav-container-scrolling {
  padding-left: 48px;
  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-top
  > .next-tabs-bar
  .next-tabs-nav-extra {
  left: 0;
  right: auto;
}
.next-tabs[dir="rtl"].next-tabs-wrapped.next-tabs-bottom
  > .next-tabs-bar
  .next-tabs-nav-extra {
  left: 0;
  right: auto;
}
.next-tabs[dir="rtl"] > .next-tabs-bar .next-tabs-nav-extra {
  left: 0;
  right: auto;
}
.next-tabs[dir="rtl"].next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
  border: 1px solid #eee;
  border-left: 0;
}
.next-tabs[dir="rtl"].next-tabs-capsule
  > .next-tabs-bar
  .next-tabs-tab:first-child {
  border-left: 0;
  border-radius: 0 8px 8px 0;
}
.next-tabs[dir="rtl"].next-tabs-capsule
  > .next-tabs-bar
  .next-tabs-tab:last-child {
  border-left: 1px solid #eee;
  border-radius: 8px 0 0 8px;
}
.next-tabs[dir="rtl"].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
  border-left: 1px solid;
  border-color: #eee;
  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;
}
.next-table {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.next-table *,
.next-table :after,
.next-table :before {
  -webkit-box-sizing: border-box;
  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-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.next-table table tr:first-child td {
  border-top-width: 0;
}
.next-table th {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #333;
  font-weight: 700;
  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: 0;
  top: 0;
  width: 3px;
}
.next-table td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  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: "\E619";
}
.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: "\E63D";
}
.next-table td.next-table-prerow .next-table-cell-wrapper {
  padding: 12px 16px;
}
.next-table td.next-table-word-break-word .next-table-cell-wrapper {
  word-break: break-word;
}
.next-table .next-table-expanded .next-table-cell-wrapper,
.next-table .next-table-selection .next-table-cell-wrapper {
  overflow: visible;
}
.next-table.no-header table tr:first-child td {
  border-top-width: 1px;
}
.next-table.only-bottom-border {
  border-width: 0;
}
.next-table.only-bottom-border 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-header tr th:last-child {
  border-right-width: 0;
}
.next-table.only-bottom-border .next-table-body tr td:last-child {
  border-right-width: 0;
}
.next-table-loading {
  display: block;
}
.next-table.zebra tr:nth-child(odd) td {
  background: #fff;
}
.next-table.zebra tr:nth-child(2n) td {
  background: #fafafa;
}
.next-table.zebra .next-table-cell.hovered,
.next-table.zebra .next-table-row.hovered td {
  background: #fafafa;
  color: #333;
}
.next-table.zebra .next-table-row.selected td {
  background: #f4f4f4;
  color: #333;
}
.next-table-empty {
  color: #fff;
  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 #eee;
}
.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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.next-table-row.hidden {
  display: none;
}
.next-table-row.hovered {
  background: #fafafa;
  color: #333;
}
.next-table-row.selected {
  background: #f4f4f4;
  color: #333;
}
.next-table-cell.hovered {
  background: #fafafa;
  color: #333;
}
.next-table-tree-placeholder {
  display: inline-block;
  width: 12px;
}
.last .next-table-expanded-row td {
  border-bottom-width: 1px;
}
.next-table-body,
.next-table-header {
  font-size: 14px;
  overflow: auto;
}
.next-table-header {
  -ms-overflow-style: none;
  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: 14px;
  position: relative;
}
.next-table-fixed {
  border-bottom: 1px solid #eee;
}
.next-table-fixed table {
  table-layout: fixed;
}
.next-table-fixed .next-table-header {
  background: #fff;
}
.next-table-fixed table tr td:first-child,
.next-table-fixed table tr th:first-child {
  border-left-width: 0;
}
.next-table-fixed .next-table-header th {
  border-top-width: 0;
}
.next-table-fixed .next-table-header tr th:last-child {
  border-right-width: 0;
}
.next-table-fixed .next-table-body td {
  border-top-width: 0;
}
.next-table-fixed .next-table-body tr:last-child td {
  border-bottom-width: 0;
}
.next-table-fixed .next-table-body tr td:last-child {
  border-right-width: 0;
}
.next-table-fixed .next-table-header tr th:last-child {
  border-right-width: 1px;
}
.next-table-fixed .next-table-body tr td:last-child {
  border-right-width: 1px;
}
.next-table-fixed.next-table-group table tr td:first-child,
.next-table-fixed.next-table-group table tr th:first-child {
  border-left-width: 1px;
}
.next-table-fixed.next-table-group .next-table-header th {
  border-top-width: 1px;
}
.next-table-fixed.next-table-group .next-table-header tr th:last-child {
  border-right-width: 1px;
}
.next-table-fixed.next-table-group .next-table-body td {
  border-top-width: 1px;
}
.next-table-fixed.next-table-group .next-table-body tr:last-child td {
  border-bottom-width: 1px;
}
.next-table-fixed.next-table-group .next-table-body tr td:last-child {
  border-right-width: 1px;
}
.next-table-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,
.next-table-group.only-bottom-border
  .next-table-body
  table
  > tbody
  > tr:nth-last-child(2)
  td {
  border-bottom: 0;
}
.next-table-group .next-table-body {
  margin-top: 8px;
}
.next-table-group .next-table-body table {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  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 #eee;
  border-top: 1px solid #eee;
}
.next-table-group .next-table-group-header td {
  background: #e6e6e6;
  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: #e6e6e6;
  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: unset;
}
.next-table-wrap-empty .next-table-lock-left td,
.next-table-wrap-empty .next-table-lock-right td {
  border: none;
}
.next-table-wrap-empty .next-table-lock-left .next-table-empty,
.next-table-wrap-empty .next-table-lock-right .next-table-empty {
  display: none;
}
.next-table-wrap-empty > .next-table-inner > .next-table-body > table {
  table-layout: fixed;
}
.next-table-lock-left,
.next-table-lock-right {
  border: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 1;
}
.next-table-lock-left table,
.next-table-lock-right table {
  width: auto;
}
.next-table-lock-left .next-table-body,
.next-table-lock-right .next-table-body {
  margin-right: -20px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 0;
}
.next-table-lock-left.shadow .next-table-header tr th:last-child,
.next-table-lock-right.shadow .next-table-header tr th:last-child {
  border-right-width: 0;
}
.next-table-lock-left.shadow .next-table-body tr td:last-child,
.next-table-lock-right.shadow .next-table-body tr td:last-child {
  border-right-width: 0;
}
.next-table-lock-right {
  left: auto;
  right: 0;
}
.next-table-lock-right table tr td:first-child,
.next-table-lock-right table tr th:first-child {
  border-left-width: 1px;
}
.next-table-lock-right.shadow {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
}
.next-table-lock-left.shadow {
  -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
}
.next-table-filter {
  line-height: 1;
}
.next-table-sort {
  cursor: pointer;
  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: #f60;
}
.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: #f60;
}
.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: "\E601";
}
.next-table-expanded-ctrl .next-table-expand-fold .next-icon-remote,
.next-table-expanded-ctrl .next-table-expand-fold:before {
  font-size: 12px;
  line-height: inherit;
  width: 12px;
}
.next-table-expanded-ctrl .next-table-expand-fold:before {
  content: "\E655";
}
.next-table-fix-left,
.next-table-fix-right {
  background: inherit;
  background-clip: padding-box;
  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;
  -webkit-box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: box-shadow 0.3s, -webkit-box-shadow 0.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;
  -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  width: 30px;
}
.next-table-fixed.next-table-scrolling-to-right:after,
.next-table-lock.next-table-scrolling-to-right:after {
  bottom: 0;
  -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
  position: absolute;
  right: -30px;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  width: 30px;
}
.next-table-fixed.next-table-scrolling-to-right .next-table-lock-right,
.next-table-lock.next-table-scrolling-to-right .next-table-lock-right {
  border-right: 1px solid #eee;
}
.next-table-fixed.next-table-ping-right,
.next-table-fixed.only-bottom-border,
.next-table-lock.next-table-ping-right,
.next-table-lock.only-bottom-border {
  border-right: 0;
}
.next-table[dir="rtl"] th {
  text-align: right;
}
.next-table[dir="rtl"] .next-table-header-resizable .next-table-resize-handler {
  left: 0;
  right: auto;
}
.next-table[dir="rtl"]
  td
  .next-table-cell-wrapper
  .next-icon-arrow-down.next-table-tree-arrow,
.next-table[dir="rtl"]
  td
  .next-table-cell-wrapper
  .next-icon-arrow-right.next-table-tree-arrow,
.next-table[dir="rtl"]
  td
  .next-table-cell-wrapper
  .next-table-tree-placeholder {
  float: right;
  margin-left: 3px;
  margin-right: 0;
}
.next-table[dir="rtl"] .next-table-expanded-row td:first-child {
  border-left-width: 0;
  border-right-width: 1px;
}
.next-table[dir="rtl"] .next-table-expanded-row td:last-child {
  border-left-width: 1px;
  border-right-width: 0;
}
.next-table[dir="rtl"].only-bottom-border .next-table-expanded-row th {
  border-width: 0 0 1px;
}
.next-table[dir="rtl"].only-bottom-border .next-table-expanded-row td {
  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 {
  -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
}
.next-table[dir="rtl"] .next-table-lock-left.shadow {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
}
.next-table[dir="rtl"] .next-table-sort .next-icon {
  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-header tr th:last-child {
  border-left-width: 1px;
}
.next-table-fixed[dir="rtl"] .next-table-body tr td:last-child {
  border-left-width: 1px;
}
.next-timeline *,
.next-timeline :after,
.next-timeline :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-timeline,
.next-timeline:after,
.next-timeline:before {
  -webkit-box-sizing: border-box;
  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 #d8d8d8;
  left: auto;
  right: 8px;
}
.next-timeline[dir="rtl"]
  .next-timeline-item-has-left-content.next-timeline-item-folder {
  margin-left: 0;
  margin-right: 96px;
}
.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: #d8d8d8;
  display: inline-block;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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: 16px;
  margin: 8px 0 0;
  text-align: right;
}
.next-timeline[dir="rtl"]
  .next-timeline-item-done
  .next-timeline-item-content
  .next-timeline-item-time {
  color: #ccc;
  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: 16px;
  margin-top: 4px;
  padding-left: 12px;
  padding-right: 0;
  position: absolute;
  text-align: left;
  width: 96px;
}
.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: 96px;
}
.next-timeline[dir="rtl"]
  .next-timeline-item-done.next-timeline-item-has-left-content
  > .next-timeline-item-content {
  margin-left: 0;
  margin-right: 124px;
}
.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-dot {
  background: #bfbfbf;
}
.next-timeline[dir="rtl"] .next-timeline-item-done .next-timeline-item-icon {
  background: #bfbfbf;
  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: #d8d8d8;
  display: inline-block;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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: 16px;
  margin: 8px 0 0;
  text-align: right;
}
.next-timeline[dir="rtl"]
  .next-timeline-item-process
  .next-timeline-item-content
  .next-timeline-item-time {
  color: #ccc;
  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: 16px;
  margin-top: 4px;
  padding-left: 12px;
  padding-right: 0;
  position: absolute;
  text-align: left;
  width: 96px;
}
.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: 96px;
}
.next-timeline[dir="rtl"]
  .next-timeline-item-process.next-timeline-item-has-left-content
  > .next-timeline-item-content {
  margin-left: 0;
  margin-right: 124px;
}
.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-dot {
  background: #f60;
}
.next-timeline[dir="rtl"] .next-timeline-item-process .next-timeline-item-icon {
  background: #f60;
  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: #d8d8d8;
  display: inline-block;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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: 16px;
  margin: 8px 0 0;
  text-align: right;
}
.next-timeline[dir="rtl"]
  .next-timeline-item-success
  .next-timeline-item-content
  .next-timeline-item-time {
  color: #ccc;
  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: 16px;
  margin-top: 4px;
  padding-left: 12px;
  padding-right: 0;
  position: absolute;
  text-align: left;
  width: 96px;
}
.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: 96px;
}
.next-timeline[dir="rtl"]
  .next-timeline-item-success.next-timeline-item-has-left-content
  > .next-timeline-item-content {
  margin-left: 0;
  margin-right: 124px;
}
.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-dot {
  background: #00ac54;
}
.next-timeline[dir="rtl"] .next-timeline-item-success .next-timeline-item-icon {
  background: #00ac54;
  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: #d8d8d8;
  display: inline-block;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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: 16px;
  margin: 8px 0 0;
  text-align: right;
}
.next-timeline[dir="rtl"]
  .next-timeline-item-error
  .next-timeline-item-content
  .next-timeline-item-time {
  color: #ccc;
  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: 16px;
  margin-top: 4px;
  padding-left: 12px;
  padding-right: 0;
  position: absolute;
  text-align: left;
  width: 96px;
}
.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: 96px;
}
.next-timeline[dir="rtl"]
  .next-timeline-item-error.next-timeline-item-has-left-content
  > .next-timeline-item-content {
  margin-left: 0;
  margin-right: 124px;
}
.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-dot {
  background: #f33200;
}
.next-timeline[dir="rtl"] .next-timeline-item-error .next-timeline-item-icon {
  background: #f33200;
  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: 16px;
  padding-bottom: 4px;
  padding-left: 28px;
  padding-top: 4px;
  position: relative;
}
.next-timeline-item-dot-tail {
  border: 0;
  border-left: 1px dotted #d8d8d8;
  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: 96px;
}
.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: #d8d8d8;
  display: inline-block;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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: 16px;
  margin: 8px 0 0;
  text-align: left;
}
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
  color: #ccc;
  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: 16px;
  margin-top: 4px;
  padding-right: 12px;
  position: absolute;
  text-align: right;
  width: 96px;
}
.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: 96px;
}
.next-timeline-item-done.next-timeline-item-has-left-content
  > .next-timeline-item-content {
  margin-left: 124px;
}
.next-timeline-item-done .next-timeline-item-dot {
  background: #bfbfbf;
}
.next-timeline-item-done .next-timeline-item-icon {
  background: #bfbfbf;
  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: #d8d8d8;
  display: inline-block;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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: 16px;
  margin: 8px 0 0;
  text-align: left;
}
.next-timeline-item-process
  .next-timeline-item-content
  .next-timeline-item-time {
  color: #ccc;
  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: 16px;
  margin-top: 4px;
  padding-right: 12px;
  position: absolute;
  text-align: right;
  width: 96px;
}
.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: 96px;
}
.next-timeline-item-process.next-timeline-item-has-left-content
  > .next-timeline-item-content {
  margin-left: 124px;
}
.next-timeline-item-process .next-timeline-item-dot {
  background: #f60;
}
.next-timeline-item-process .next-timeline-item-icon {
  background: #f60;
  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: #d8d8d8;
  display: inline-block;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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: 16px;
  margin: 8px 0 0;
  text-align: left;
}
.next-timeline-item-success
  .next-timeline-item-content
  .next-timeline-item-time {
  color: #ccc;
  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: 16px;
  margin-top: 4px;
  padding-right: 12px;
  position: absolute;
  text-align: right;
  width: 96px;
}
.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: 96px;
}
.next-timeline-item-success.next-timeline-item-has-left-content
  > .next-timeline-item-content {
  margin-left: 124px;
}
.next-timeline-item-success .next-timeline-item-dot {
  background: #00ac54;
}
.next-timeline-item-success .next-timeline-item-icon {
  background: #00ac54;
  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: #d8d8d8;
  display: inline-block;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
  font-weight: 700;
  line-height: 18px;
  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: 16px;
  margin: 8px 0 0;
  text-align: left;
}
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
  color: #ccc;
  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: 16px;
  margin-top: 4px;
  padding-right: 12px;
  position: absolute;
  text-align: right;
  width: 96px;
}
.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: 96px;
}
.next-timeline-item-error.next-timeline-item-has-left-content
  > .next-timeline-item-content {
  margin-left: 124px;
}
.next-timeline-item-error .next-timeline-item-dot {
  background: #f33200;
}
.next-timeline-item-error .next-timeline-item-icon {
  background: #f33200;
  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: 14px;
  font-weight: 700;
  line-height: 18px;
  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: 16px;
  margin: 8px 0 0;
  text-align: right;
}
.next-timeline.next-alternate
  .next-timeline-item-right
  .next-timeline-item-time {
  color: #ccc;
  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: 14px;
  font-weight: 700;
  line-height: 18px;
  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: 16px;
  margin: 0;
  text-align: left;
}
.next-timeline[dir="rtl"].next-alternate
  .next-timeline-item-right
  .next-timeline-item-time {
  color: #ccc;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.next-transfer *,
.next-transfer :after,
.next-transfer :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-transfer-panel {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
.next-transfer-panel-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 14px;
  padding: 8px 20px;
}
.next-transfer-panel-search {
  margin-bottom: 0;
  margin-top: 8px;
  padding: 0 4px;
  width: 100%;
}
.next-transfer .next-transfer-panel-list {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  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: 16px;
  text-align: center;
  vertical-align: middle;
}
.next-transfer-panel-item.next-focused {
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.next-transfer-panel-item:not(.next-disabled).next-simple:hover {
  color: #f60;
}
.next-transfer-panel-item.next-insert-before:before {
  border-top: 1px solid #f60;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.next-transfer-panel-item.next-insert-after:after {
  border-bottom: 1px solid #f60;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.next-transfer-panel-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.05);
  font-size: 0;
  padding: 8px 20px;
  position: relative;
}
.next-transfer-panel-count {
  color: #333;
  font-size: 14px;
  margin-left: 4px;
  vertical-align: middle;
}
.next-transfer-panel-move-all {
  color: #f60;
  cursor: pointer;
  font-size: 14px;
}
.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: #bfbfbf;
}
.next-transfer-move.next-icon:before {
  content: "\E6B3";
}
.next-transfer-operation.next-btn {
  display: block;
}
.next-transfer-operation.next-btn + .next-transfer-operation.next-btn {
  margin-top: 12px;
}
.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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-tree *,
.next-tree :after,
.next-tree :before {
  -webkit-box-sizing: border-box;
  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: 4px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
}
.next-tree-node-label .next-icon {
  font-size: 16px;
}
.next-tree-node-label .next-icon:before {
  font-size: 14px;
  margin-right: 0.5em;
  width: 14px;
}
.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 #bfbfbf;
  content: "";
  display: inline-block;
  height: 36px;
  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: #666;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.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: "\E63D";
}
.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.next-tree-switcher.next-noline.next-close
  .next-tree-switcher-icon
  .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 #bfbfbf;
  border-radius: 4px;
  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 (min-resolution: 0.001dpcm) {
  .next-tree-switcher.next-line .next-tree-switcher-icon {
    margin-left: -1px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-tree-switcher.next-line .next-tree-switcher-icon:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-tree-switcher.next-line .next-tree-switcher-fold-icon:before {
  content: "\E655";
}
.next-tree-switcher.next-line .next-tree-switcher-unfold-icon:before {
  content: "\E601";
}
.next-tree-switcher.next-line:not(.next-disabled):hover {
  background-color: #f4f4f4;
  border-color: #bfbfbf;
}
.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: #eee;
  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 #bfbfbf;
  border-left: 1px solid #bfbfbf;
  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: #f60;
}
.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 #bfbfbf;
  border-left: 1px solid #bfbfbf;
  bottom: 6.5px;
  display: block;
  height: 30px;
  left: -17.5px;
  position: absolute;
  width: 16.5px;
}
.next-tree.next-label-block .next-tree-node-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
}
.next-tree.next-label-block .next-tree-node-label-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  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: 6px;
  padding-top: 6px;
}
.next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
  background-color: transparent;
  color: #f60;
}
.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: transparent;
  color: #333;
  cursor: default;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.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: transparent;
  color: #f60;
}
.next-tree.next-node-indent
  .next-tree-node-inner.next-selected
  .next-tree-node-label {
  background-color: transparent;
  color: #f60;
}
.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: transparent;
  color: #ccc;
  cursor: not-allowed;
}
.next-tree.next-node-indent
  .next-tree-node-inner.next-drag-over
  .next-tree-node-label {
  background-color: #f60;
  color: #fff;
  opacity: 0.8;
}
.next-tree.next-node-indent
  .next-tree-node-inner.next-drag-over-gap-top
  .next-tree-node-label-wrapper {
  border-top-color: #f60;
}
.next-tree.next-node-indent
  .next-tree-node-inner.next-drag-over-gap-bottom
  .next-tree-node-label-wrapper {
  border-bottom-color: #f60;
}
.next-tree.next-node-block .next-tree-node-inner {
  background-color: transparent;
  color: #333;
  cursor: pointer;
  padding-bottom: 12px;
  padding-top: 12px;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.next-tree.next-node-block .next-tree-node-inner:focus,
.next-tree.next-node-block .next-tree-node-inner:hover {
  background-color: transparent;
  color: #f60;
}
.next-tree.next-node-block .next-tree-node-inner.next-selected {
  background-color: transparent;
  color: #f60;
}
.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: transparent;
  color: #ccc;
  cursor: not-allowed;
}
.next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) {
  border-left: 1px solid #bfbfbf;
  margin-left: 7.5px;
  padding-left: 15.5px;
}
.next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label {
  color: #f60;
}
.next-tree-node.next-filtered
  > .next-tree-node-inner
  .next-tree-node-label:hover {
  color: #f60;
}
.next-tree[dir="rtl"] .next-tree-switcher {
  margin-left: 8px;
  margin-right: 0;
}
.next-tree[dir="rtl"] .next-tree-switcher.next-noop-line-noroot {
  border-left: none;
  border-right: 1px solid #bfbfbf;
}
.next-tree[dir="rtl"] .next-tree-right-angle {
  border-left: none;
  border-right: 1px solid #bfbfbf;
  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 #bfbfbf;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-tree-select *,
.next-tree-select :after,
.next-tree-select :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-tree-select-dropdown {
  background: #fff;
  border: 0 solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  max-height: 260px;
  overflow: auto;
}
.next-tree-select-dropdown > .next-tree,
.next-tree-select-dropdown > .next-tree-select-not-found,
.next-tree-select-dropdown > .next-virtual-tree-container {
  padding: 8px 20px;
}
.next-tree-select-not-found {
  color: #999;
  font-size: 14px;
}
.next-upload-list[dir="rtl"].next-upload-list-text .next-upload-list-item {
  padding: 4px 12px 4px 32px;
}
.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: 12px;
  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: 36px;
  margin-right: 56px;
}
.next-upload {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-upload *,
.next-upload :after,
.next-upload :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-upload-inner {
  display: inline-block;
  outline: 0;
}
.next-upload-inner.next-hidden {
  display: none;
}
.next-upload-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.next-upload-list *,
.next-upload-list :after,
.next-upload-list :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-upload-list-item {
  position: relative;
}
.next-upload-list-item.next-hidden {
  display: none;
}
.next-upload-list-item-name {
  text-decoration: none;
}
.next-upload.next-disabled {
  border-color: #eee !important;
  color: #ccc !important;
}
.next-upload.next-disabled .next-icon-close {
  cursor: not-allowed !important;
}
.next-upload.next-disabled .next-upload-inner * {
  border-color: #eee !important;
  color: #ccc !important;
  cursor: not-allowed !important;
}
.next-upload-list-text .next-upload-list-item {
  background-color: #fafafa;
  border-radius: 4px;
  font-size: 12px;
  height: 36px;
  line-height: 28px;
  overflow: hidden;
  padding: 4px 32px 4px 12px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: #666;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 8px;
  line-height: inherit;
  width: 8px;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-upload-list-text .next-upload-list-item .next-icon-close {
    margin-left: -4px;
    margin-right: -4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .next-upload-list-text .next-upload-list-item .next-icon-close:before {
    font-size: 16px;
    width: 16px;
  }
}
.next-upload-list-text .next-upload-list-item:hover {
  background-color: #f4f4f4;
}
.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;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: 14px;
}
.next-upload-list-text
  .next-upload-list-item-uploading
  .next-upload-list-item-progress {
  line-height: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.next-upload-list-text
  .next-upload-list-item-uploading
  .next-upload-list-item-progress
  .next-progress-line-underlay {
  height: 4px;
}
.next-upload-list-text
  .next-upload-list-item-uploading
  .next-upload-list-item-progress
  .next-progress-line-overlay {
  height: 4px;
  margin-top: -2px;
}
.next-upload-list-text .next-upload-list-item-done {
  line-height: 28px;
}
.next-upload-list-text
  .next-upload-list-item-done:hover
  .next-upload-list-item-name {
  color: #f60;
}
.next-upload-list-text
  .next-upload-list-item-done:hover
  .next-upload-list-item-size {
  color: #f60;
}
.next-upload-list-text .next-upload-list-item-error {
  background-color: #fdeae6 !important;
}
.next-upload-list-text
  .next-upload-list-item-error.next-upload-list-item-error-with-msg {
  line-height: 14px;
}
.next-upload-list-text .next-upload-list-item-error-msg {
  color: #f33200;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.next-upload-list-image .next-upload-list-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 12px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding: 8px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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: #666;
  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: #f60;
}
.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: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.1s linear;
  transition: all 0.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 {
  color: #f60;
}
.next-upload-list-image
  .next-upload-list-item-done:hover
  .next-upload-list-item-size {
  color: #f60;
}
.next-upload-list-image .next-upload-list-item-thumbnail {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  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: 20px;
  line-height: inherit;
  width: 20px;
}
.next-upload-list-image .next-upload-list-item-error {
  background-color: #fff;
  border-color: #f33200 !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: 36px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.next-upload-list-image
  .next-upload-list-item-uploading
  .next-upload-list-item-progress
  .next-progress-line-underlay {
  height: 4px;
}
.next-upload-list-image
  .next-upload-list-item-uploading
  .next-upload-list-item-progress
  .next-progress-line-overlay {
  height: 4px;
  margin-top: -2px;
}
.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: #f33200;
  margin-left: 56px;
  margin-right: 36px;
  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 #eee;
  height: 100px;
  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: 32px;
  line-height: inherit;
  width: 32px;
}
.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: 4px;
}
.next-upload-list-card
  .next-upload-list-item-progress
  .next-progress-line-overlay {
  border-radius: 0;
  height: 4px;
  margin-top: -2px;
}
.next-upload-list-card
  .next-upload-list-item-uploading
  .next-upload-list-item-wrapper {
  background-color: #f4f4f4;
}
.next-upload-list-card .next-upload-list-item:hover .next-upload-tool {
  opacity: 0.8;
}
.next-upload-list-card .next-upload-list-item .next-upload-tool {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  height: 28px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 100%;
  z-index: 1;
}
.next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon {
  color: #fff;
  line-height: 28px;
  text-align: center;
  width: 49%;
}
.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.next-noclose
  .next-icon {
  width: 100%;
}
.next-upload-list-card .next-upload-list-item .next-upload-tool-close {
  cursor: pointer;
}
.next-upload-list-card .next-upload-list-item .next-upload-tool-download-icon {
  border-right: 1px solid #fff;
}
.next-upload-list-card
  .next-upload-list-item-error
  .next-upload-list-item-wrapper {
  border-color: #f33200;
}
.next-upload-card {
  background-color: #fff;
  border: 1px dashed #d8d8d8;
  cursor: pointer;
  display: table-cell;
  height: 100px;
  text-align: center;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  vertical-align: middle;
  width: 100px;
}
.next-upload-card .next-icon {
  color: #bfbfbf;
}
.next-upload-card .next-icon .next-icon-remote,
.next-upload-card .next-icon:before {
  font-size: 24px;
  line-height: inherit;
  width: 24px;
}
.next-upload-card .next-upload-add-icon:before {
  content: "\E655";
}
.next-upload-card .next-upload-text {
  color: #666;
  font-size: 12px;
  margin-top: 12px;
  outline: none;
}
.next-upload-card:hover {
  border-color: #bfbfbf;
}
.next-upload-card:hover .next-icon {
  color: #666;
}
.next-upload-card:hover .next-upload-text {
  color: #666;
}
.next-upload-dragable .next-upload-inner {
  display: block;
}
.next-upload-dragable .next-upload-drag {
  background-color: transparent;
  border: 1px dashed #d8d8d8;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 4px;
  text-align: center;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.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: "\E7EE";
  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: #bfbfbf;
}
.next-shell {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.next-shell *,
.next-shell :after,
.next-shell :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-shell-content-wrapper {
  overflow: auto;
}
.next-shell-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 9;
}
.next-shell-header,
.next-shell-header .dock-trigger,
.next-shell-header .nav-trigger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-shell-header .dock-trigger,
.next-shell-header .nav-trigger {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
  height: 32px;
  justify-content: center;
  outline: 0;
  width: 32px;
}
.next-shell-header .nav-trigger {
  margin-right: 10px;
}
.next-shell-header .dock-trigger {
  margin-left: 10px;
}
.next-shell-header.next-shell-fixed-header {
  position: sticky;
  top: 0;
}
.next-shell-header .next-shell-navigation {
  -webkit-box-flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-direction: row;
  flex-direction: row;
}
.next-shell-header .next-shell-action,
.next-shell-header .next-shell-branding,
.next-shell-header .next-shell-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-shell-sub-main {
  -webkit-box-orient: vertical;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
}
.next-shell-main,
.next-shell-sub-main {
  -webkit-box-flex: 1;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: auto;
}
.next-shell-main {
  -webkit-box-orient: horizontal;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.next-shell-main .next-shell-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.next-shell-main .next-shell-content-inner {
  margin: 0 auto;
}
.next-shell-main .next-shell-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.next-shell-main .next-shell-footer,
.next-shell .next-aside-navigation,
.next-shell .next-aside-tooldock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-shell .next-aside-navigation.fixed,
.next-shell .next-aside-tooldock.fixed {
  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 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.next-shell-aside .aside-trigger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #ddd;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  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%);
  -ms-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%);
  -ms-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 {
  justify-self: flex-start;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.next-shell-aside.next-shell-navigation,
.next-shell-aside.next-shell-tooldock {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.next-shell-aside.next-shell-tooldock {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-self: flex-start;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.next-shell-light .next-shell-header .dock-trigger,
.next-shell-light .next-shell-header .nav-trigger {
  background: #fff;
}
.next-shell-light .next-shell-aside .local-nav-trigger {
  background: #d9d9d9;
}
.next-shell-light .next-shell-aside .ancillary-trigger {
  background: #fff;
}
.next-shell-light .next-shell-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  height: 52px;
  padding: 0 16px;
}
.next-shell-light .next-shell-header .next-shell-navigation {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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 #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 40px;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.next-shell-light .next-shell-main {
  background: #e6e6e6;
}
.next-shell-light .next-shell-main .next-shell-appbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: none;
  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: 16px;
  min-height: 56px;
}
.next-shell-light .next-shell-aside.next-shell-navigation {
  background: #fff;
  border-right: 1px solid #eee;
  -webkit-box-shadow: none;
  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: #d9d9d9;
  border-left: 1px solid #eee;
  -webkit-box-shadow: none;
  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: #e6e6e6;
  color: #333;
}
.next-shell-light .next-shell-aside .next-shell-localnavigation {
  background: #d9d9d9;
  border-right: 1px solid #eee;
  -webkit-box-shadow: none;
  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 #eee;
  -webkit-box-shadow: none;
  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: #d9d9d9;
}
.next-shell-dark .next-shell-aside .ancillary-trigger {
  background: #fff;
}
.next-shell-dark .next-shell-header {
  background: #000;
  border-bottom: 1px solid #1f1f1f;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  height: 52px;
  padding: 0 16px;
}
.next-shell-dark .next-shell-header .next-shell-navigation {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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 #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 40px;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.next-shell-dark .next-shell-main {
  background: #e6e6e6;
}
.next-shell-dark .next-shell-main .next-shell-appbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: none;
  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: 16px;
  min-height: 56px;
}
.next-shell-dark .next-shell-aside.next-shell-navigation {
  background: #333;
  border-right: 1px solid #eee;
  -webkit-box-shadow: none;
  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: #d9d9d9;
  border-left: 1px solid #eee;
  -webkit-box-shadow: none;
  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: #e6e6e6;
  color: #333;
}
.next-shell-dark .next-shell-aside .next-shell-localnavigation {
  background: #d9d9d9;
  border-right: 1px solid #eee;
  -webkit-box-shadow: none;
  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 #eee;
  -webkit-box-shadow: none;
  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: #f60;
}
.next-shell-brand .next-shell-aside .local-nav-trigger {
  background: #d9d9d9;
}
.next-shell-brand .next-shell-aside .ancillary-trigger {
  background: #fff;
}
.next-shell-brand .next-shell-header {
  background: #f60;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  height: 52px;
  padding: 0 16px;
}
.next-shell-brand .next-shell-header .next-shell-navigation {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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 #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 40px;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.next-shell-brand .next-shell-main {
  background: #e6e6e6;
}
.next-shell-brand .next-shell-main .next-shell-appbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: none;
  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: 16px;
  min-height: 56px;
}
.next-shell-brand .next-shell-aside.next-shell-navigation {
  background: #fff;
  border-right: 1px solid #eee;
  -webkit-box-shadow: none;
  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: #d9d9d9;
  border-left: 1px solid #eee;
  -webkit-box-shadow: none;
  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: #e6e6e6;
  color: #333;
}
.next-shell-brand .next-shell-aside .next-shell-localnavigation {
  background: #d9d9d9;
  border-right: 1px solid #eee;
  -webkit-box-shadow: none;
  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 #eee;
  -webkit-box-shadow: none;
  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 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.next-shell-header .next-shell-navigation.next-shell-nav-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.next-shell-header .next-shell-navigation.next-shell-nav-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.next-shell.next-shell-phone .next-aside-navigation {
  width: 100%;
}
.next-shell.next-shell-phone .next-aside-navigation.next-shell-collapse {
  width: 0;
}
.next-shell.next-shell-phone .next-shell-header .next-shell-navigation {
  display: none;
}
.next-shell.next-shell-phone .next-shell-navigation {
  height: 100%;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  width: 100%;
}
.next-shell.next-shell-phone .next-shell-navigation.next-shell-collapse {
  height: 0;
  padding: 0;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.next-shell.next-shell-phone .next-shell-tooldock {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-direction: row;
  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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.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%);
  -ms-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: 0.3s;
  animation-duration: 0.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: 0.5em;
}
.next-typography + .next-typography-title {
  margin-top: 1.2em;
}
.next-typography-paragraph {
  color: #333;
  font-size: 16px;
  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: #f4f4f4;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #333;
  font-size: 85%;
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
}
.next-typography ol,
.next-typography ul {
  margin: 0 0 1em;
  padding: 0;
}
.next-typography li {
  list-style-type: circle;
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.next-typography a {
  text-decoration: none;
}
.next-typography a:link {
  color: #007ffc;
}
.next-typography a:visited {
  color: #999;
}
.next-typography a:hover {
  color: #666;
}
.next-typography a:active {
  color: #666;
  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: 18px;
}
h5.next-typography-title {
  font-size: 16px;
}
.next-divider,
h6.next-typography-title {
  font-size: 14px;
}
.next-divider {
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  background: #d8d8d8;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.next-divider *,
.next-divider :after,
.next-divider :before {
  -webkit-box-sizing: border-box;
  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: #d8d8d8;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  position: relative;
  top: -0.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: 18px;
  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 #d8d8d8;
  content: "";
  display: table-cell;
  top: 50%;
  -webkit-transform: translateY(50%);
  -ms-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 {
  top: 50%;
  width: 95%;
}
.next-divider-hoz.next-divider-with-text-right:before {
  top: 50%;
  width: 95%;
}
.next-divider-hoz.next-divider-with-text-right:after {
  top: 50%;
  width: 5%;
}
.next-divider-inner-text {
  display: inline-block;
  padding: 0 16px;
}
.next-divider-dashed {
  background: none;
  border: dashed #d8d8d8;
  border-width: 1px 0 0;
}
.next-divider-dashed.next-divider-ver {
  border-width: 0 0 0 1px;
}
.next-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-box *,
.next-box :after,
.next-box :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-calendar2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-calendar2 *,
.next-calendar2 :after,
.next-calendar2 :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-calendar2 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.next-calendar2 td,
.next-calendar2 th {
  padding: 0;
}
div[dir="rtl"].next-calendar2-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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.next-calendar2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-calendar2-table {
  table-layout: fixed;
  width: 100%;
}
.next-calendar2-cell {
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.2s, border 0.2s;
  transition: background-color 0.2s, border 0.2s;
}
.next-calendar2 .next-calendar2-cell-inner {
  border: 1px solid transparent;
  color: #ccc;
  min-width: 24px;
  outline: none;
  position: relative;
}
.next-calendar2-cell-disabled:before {
  background: #fafafa;
  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: #f4f4f4;
}
.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: #f60;
}
.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: #f60;
  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 #eee;
  height: 80px;
  margin: 0 4px;
  padding: 4px 8px 0;
}
.next-calendar2-fullscreen td .next-calendar2-cell-inner {
  border-top: 2px solid #eee;
  height: 80px;
}
.next-calendar2-fullscreen
  .next-calendar2-cell-disabled
  .next-calendar2-cell-inner {
  background: #fafafa;
  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: #f4f4f4;
}
.next-calendar2-fullscreen
  .next-calendar2-cell-current.next-calendar2-cell-today
  .next-calendar2-cell-inner {
  color: #f60;
}
.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: #fff0e6;
  border-top-color: #f60;
  color: #f60;
  font-weight: 700;
}
.next-calendar2-card .next-calendar2-header {
  border-bottom: 1px solid #eee;
  padding: 8px;
}
.next-calendar2-panel .next-calendar2-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #f60;
}
.next-calendar2-panel .next-calendar2-header-left-btn:hover,
.next-calendar2-panel .next-calendar2-header-right-btn:hover {
  background: #f4f4f4;
}
.next-calendar2-panel .next-calendar2-header-text-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 38px;
  line-height: 38px;
}
.next-calendar2-panel
  .next-calendar2-header-text-field
  .next-calendar2-header-btn:not(:first-child) {
  margin-left: 6px;
}
.next-calendar2-header-select-month-popup,
.next-calendar2-header-select-year-popup {
  min-width: auto;
}
.next-time-picker2-menu {
  float: left;
  padding: 8px 0;
  text-align: center;
}
.next-time-picker2-menu:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}
.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;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.next-time-picker2-menu-item:hover {
  background: #f4f4f4;
  color: #333;
}
.next-time-picker2-menu-item.next-selected {
  background: #fff0e6;
  color: #666;
}
.next-time-picker2-menu-item.next-disabled {
  background: #fafafa;
  color: #ccc;
  cursor: not-allowed;
}
.next-time-picker2-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-time-picker2-panel *,
.next-time-picker2-panel :after,
.next-time-picker2-panel :before {
  -webkit-box-sizing: border-box;
  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 transparent;
}
.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 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.next-time-picker2-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 40px;
  min-width: 100%;
  padding: 4px 12px;
  text-align: center;
  width: -webkit-min-content;
  width: -moz-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 #d8d8d8;
  border-right: none;
}
.next-time-picker2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.next-time-picker2 *,
.next-time-picker2 :after,
.next-time-picker2 :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.next-time-picker2-trigger .next-input {
  width: 100%;
}
.next-time-picker2-wrapper {
  padding: 4px 0;
}
.next-time-picker2-body {
  background: #fff;
  border: 0 solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.next-time-picker2-symbol-clock-icon:before {
  content: "\E621";
}
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 #eee;
}
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 #e55b00;
  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 #e55b00;
  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 #e55b00;
  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 #e55b00;
  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 #e55b00;
  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 #e55b00;
  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-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 40px;
  min-width: 100%;
  padding: 4px 12px;
  position: relative;
  text-align: center;
  width: -webkit-min-content;
  width: -moz-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%;
}
.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 #eee;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}
.next-date-picker2-wrapper .next-calendar2-panel {
  border-radius: 4px;
}
.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%);
  -ms-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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  vertical-align: middle;
  width: inherit;
}
.next-date-picker2-input .next-input {
  border: none;
  height: 100%;
  width: 100%;
}
.next-date-picker2-input .next-input input {
  height: 100%;
}
.next-date-picker2-input.next-date-picker2-input-small {
  border-radius: 4px;
  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 {
  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::-moz-placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-small
  input::-ms-input-placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-small input::placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
  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 4px 4px 0;
}
.next-date-picker2-input.next-date-picker2-input-medium {
  border-radius: 4px;
  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 {
  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::-moz-placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-medium
  input::-ms-input-placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
  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 4px 4px 0;
}
.next-date-picker2-input.next-date-picker2-input-large {
  border-radius: 4px;
  height: 36px;
}
.next-date-picker2-input.next-date-picker2-input-large .next-input-label {
  font-size: 14px;
  padding-left: 12px;
}
.next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
  font-size: 14px;
}
.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
  padding-right: 8px;
}
.next-date-picker2-input.next-date-picker2-input-large input {
  font-size: 14px;
  height: 34px;
  line-height: 34px \0;
  padding: 0 12px;
}
.next-date-picker2-input.next-date-picker2-input-large
  input::-webkit-input-placeholder {
  font-size: 14px;
}
.next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
  font-size: 14px;
}
.next-date-picker2-input.next-date-picker2-input-large
  input::-ms-input-placeholder {
  font-size: 14px;
}
.next-date-picker2-input.next-date-picker2-input-large input::placeholder {
  font-size: 14px;
}
.next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  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: 12px;
  line-height: inherit;
  width: 12px;
}
.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
  border-radius: 0 4px 4px 0;
}
.next-date-picker2-input:hover {
  background-color: #fff;
  border-color: #bfbfbf;
}
.next-date-picker2-input.next-date-picker2-input-focus {
  background-color: #fff;
  border-color: #007ffc;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 127, 252, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 127, 252, 0.2);
}
.next-date-picker2-input.next-date-picker2-input-noborder {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.next-date-picker2-input.next-date-picker2-input-disabled {
  background-color: #f4f4f4;
  border-color: #eee;
  color: #ccc;
  cursor: not-allowed;
}
.next-date-picker2-input.next-date-picker2-input-disabled:hover {
  background-color: #f4f4f4;
  border-color: #eee;
}
.next-date-picker2-input-separator {
  color: #d8d8d8;
  display: inline-block;
  font-size: 12px;
  min-width: 16px;
  text-align: center;
}
.next-date-picker2-panel,
.next-range-picker2-panel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single)
  .next-range-picker-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: #eee #eee transparent transparent;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 10px;
  margin-left: 16.5px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.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);
  -ms-transform: translateY(50%) rotate(135deg);
  transform: translateY(50%) rotate(135deg);
}
.next-date-time-picker-wrapper {
  border-left: 1px solid #eee;
}
.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: #fafafa;
  color: #ccc;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single)
  .next-calendar2-cell-current:not(
    .next-calendar2-cell-disabled
  ).next-calendar2-cell-selected:before {
  background: #fff0e6;
  color: #666;
}
.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-inner {
  background: transparent;
  color: #666;
}
.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
  .next-calendar2-cell-inner,
.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
  .next-calendar2-cell-inner {
  background: #f60;
  color: #fff;
  z-index: 10;
}
.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: 50%;
}
.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 {
  right: 50%;
}
.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-single:before,
.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-single:before {
  display: none;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single)
  .next-calendar2-cell-current:not(
    .next-calendar2-cell-disabled
  ).next-calendar2-cell-hover:after {
  border-color: #e55b00 transparent;
  border-style: dashed;
  border-width: 1px;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.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,
.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 {
  left: 8px;
}
.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,
.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 {
  right: 8px;
}
.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: 8px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single)
  .next-calendar2-cell-current:not(
    .next-calendar2-cell-disabled
  ).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end:after {
  right: 8px;
}
.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: 2px;
  border-left: 1px dashed #e55b00;
  border-top-left-radius: 2px;
}
.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-right-radius: 2px;
  border-right: 1px dashed #e55b00;
  border-top-right-radius: 2px;
}
.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 {
  right: 8px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single)
  .next-calendar2-cell-current:not(
    .next-calendar2-cell-disabled
  ).next-calendar2-cell-edge-end:after {
  right: 8px;
}
.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-right-radius: 2px;
  border-right: 1px dashed #e55b00;
  border-top-right-radius: 2px;
}
.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: 2px;
  border-left: 1px dashed #e55b00;
  border-top: 1px dashed #e55b00;
  border-top-left-radius: 2px;
}
.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-right-radius: 2px;
  border-right: 1px dashed #e55b00;
  border-top: 1px dashed #e55b00;
  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 #e55b00;
  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: #f4f4f4;
}
.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: #fff0e6;
  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: #f60;
  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: #fff0e6;
  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: #f60;
  color: #fff;
}
.next-icon-AddProducts:before {
  content: "\E739";
}
.next-icon-Cameraswitching:before {
  content: "\E757";
}
.next-icon-Cameraswitching-fill:before {
  content: "\E685";
}
.next-icon-Contacts:before {
  content: "\E70B";
}
.next-icon-Contacts-fill:before {
  content: "\E693";
}
.next-icon-CurrencyConverter:before {
  content: "\E772";
}
.next-icon-CurrencyConverter-fill:before {
  content: "\E692";
}
.next-icon-Customermanagement:before {
  content: "\E773";
}
.next-icon-Customermanagement-fill:before {
  content: "\E695";
}
.next-icon-Daytimemode:before {
  content: "\E776";
}
.next-icon-Daytimemode-fill:before {
  content: "\E697";
}
.next-icon-Exportservices:before {
  content: "\E791";
}
.next-icon-Exportservices-fill:before {
  content: "\E69E";
}
.next-icon-Fee:before {
  content: "\E78F";
}
.next-icon-Foreigncurrency:before {
  content: "\E796";
}
.next-icon-Householdappliances:before {
  content: "\E7A5";
}
.next-icon-Italic:before {
  content: "\E7AD";
}
.next-icon-Landtransportation:before {
  content: "\E7B3";
}
.next-icon-Moneymanagement:before {
  content: "\E7C4";
}
.next-icon-Moneymanagement-fill:before {
  content: "\E6B8";
}
.next-icon-Newuserzone:before {
  content: "\E7CA";
}
.next-icon-Newuserzone-fill:before {
  content: "\E6BC";
}
.next-icon-Non-staplefood:before {
  content: "\E7CB";
}
.next-icon-Notvisible:before {
  content: "\E708";
}
.next-icon-QRcode:before {
  content: "\E7E7";
}
.next-icon-RFQ-logo:before {
  content: "\E7F2";
}
.next-icon-RFQ-logo-fill:before {
  content: "\E6D4";
}
.next-icon-RFQ-word:before {
  content: "\E7F7";
}
.next-icon-RFQ-word-fill:before {
  content: "\E705";
}
.next-icon-Rightarrow:before {
  content: "\E7F3";
}
.next-icon-Rightbutton:before {
  content: "\E7F4";
}
.next-icon-Rightbutton-fill:before {
  content: "\E6D6";
}
.next-icon-Salescenter:before {
  content: "\E7FA";
}
.next-icon-Salescenter-fill:before {
  content: "\E6D8";
}
.next-icon-Scene:before {
  content: "\E6E3";
}
.next-icon-Searchcart:before {
  content: "\E7FD";
}
.next-icon-Searchcart-fill:before {
  content: "\E6D9";
}
.next-icon-Similarproducts:before {
  content: "\E809";
}
.next-icon-Similarproducts-fill:before {
  content: "\E6E7";
}
.next-icon-Subscribe:before {
  content: "\E811";
}
.next-icon-Top:before {
  content: "\E823";
}
.next-icon-Top-fill:before {
  content: "\E6FD";
}
.next-icon-Tradingvolume:before {
  content: "\E828";
}
.next-icon-Tradingvolume1:before {
  content: "\E82A";
}
.next-icon-Training:before {
  content: "\E829";
}
.next-icon-Training-fill:before {
  content: "\E6F5";
}
.next-icon-Transfermoney:before {
  content: "\E82B";
}
.next-icon-Transfermoney1:before {
  content: "\E82E";
}
.next-icon-VIP:before {
  content: "\E834";
}
.next-icon-VIP-fill:before {
  content: "\E6FA";
}
.next-icon-account-fill:before {
  content: "\E676";
}
.next-icon-add-account:before {
  content: "\E73B";
}
.next-icon-add-account-fill:before {
  content: "\E679";
}
.next-icon-add-cart:before {
  content: "\E738";
}
.next-icon-add-cart-fill:before {
  content: "\E67A";
}
.next-icon-add-fill:before {
  content: "\E678";
}
.next-icon-add1:before {
  content: "\E737";
}
.next-icon-addcell:before {
  content: "\E73E";
}
.next-icon-agriculture:before {
  content: "\E73F";
}
.next-icon-ali-clould:before {
  content: "\E742";
}
.next-icon-ali-clould-fill:before {
  content: "\E67C";
}
.next-icon-all:before {
  content: "\E73D";
}
.next-icon-all-fill:before {
  content: "\E6CD";
}
.next-icon-apparel:before {
  content: "\E741";
}
.next-icon-arrow-lift:before {
  content: "\E740";
}
.next-icon-ashbin-fill:before {
  content: "\E67B";
}
.next-icon-aspjiesuan:before {
  content: "\E745";
}
.next-icon-assessed-badge:before {
  content: "\E743";
}
.next-icon-atm-away:before {
  content: "\E749";
}
.next-icon-atm-away-fill:before {
  content: "\E684";
}
.next-icon-atm-fill:before {
  content: "\E67E";
}
.next-icon-attachent:before {
  content: "\E744";
}
.next-icon-auto:before {
  content: "\E746";
}
.next-icon-aviation:before {
  content: "\E748";
}
.next-icon-background-color:before {
  content: "\E747";
}
.next-icon-bad:before {
  content: "\E752";
}
.next-icon-bad-fill:before {
  content: "\E67D";
}
.next-icon-bags:before {
  content: "\E74B";
}
.next-icon-banzhengfuwu:before {
  content: "\E718";
}
.next-icon-beauty:before {
  content: "\E74C";
}
.next-icon-becomeagoldsupplier:before {
  content: "\E74D";
}
.next-icon-beijing:before {
  content: "\E74E";
}
.next-icon-bmp:before {
  content: "\E750";
}
.next-icon-bmp-fill:before {
  content: "\E68D";
}
.next-icon-bold:before {
  content: "\E74F";
}
.next-icon-brand:before {
  content: "\E751";
}
.next-icon-brand-fill:before {
  content: "\E682";
}
.next-icon-browse:before {
  content: "\E754";
}
.next-icon-browse-close:before {
  content: "\E6DE";
}
.next-icon-browse1:before {
  content: "\E674";
}
.next-icon-bussiness-man:before {
  content: "\E753";
}
.next-icon-buyer:before {
  content: "\E6E4";
}
.next-icon-calculator:before {
  content: "\E755";
}
.next-icon-calculator-fill:before {
  content: "\E67F";
}
.next-icon-calendar-fill:before {
  content: "\E681";
}
.next-icon-camera:before {
  content: "\E756";
}
.next-icon-camera-fill:before {
  content: "\E680";
}
.next-icon-cangku:before {
  content: "\E70C";
}
.next-icon-cart:before {
  content: "\E758";
}
.next-icon-cart-fill:before {
  content: "\E686";
}
.next-icon-cart-fill1:before {
  content: "\E690";
}
.next-icon-cart1:before {
  content: "\E75B";
}
.next-icon-cascades:before {
  content: "\E759";
}
.next-icon-category:before {
  content: "\E75A";
}
.next-icon-cecurity-protection:before {
  content: "\E75C";
}
.next-icon-cecurity-protection-fill:before {
  content: "\E687";
}
.next-icon-centeralignment:before {
  content: "\E75D";
}
.next-icon-certified-supplier:before {
  content: "\E75E";
}
.next-icon-certified-supplier-fill:before {
  content: "\E68A";
}
.next-icon-checkstand:before {
  content: "\E75F";
}
.next-icon-click:before {
  content: "\E88B";
}
.next-icon-click-rate:before {
  content: "\E6E1";
}
.next-icon-clock-fill:before {
  content: "\E689";
}
.next-icon-code:before {
  content: "\E765";
}
.next-icon-collection:before {
  content: "\E762";
}
.next-icon-collection-fill:before {
  content: "\E688";
}
.next-icon-color:before {
  content: "\E763";
}
.next-icon-color-fill:before {
  content: "\E68F";
}
.next-icon-column:before {
  content: "\E70A";
}
.next-icon-column1:before {
  content: "\E70D";
}
.next-icon-comments:before {
  content: "\E764";
}
.next-icon-comments-fill:before {
  content: "\E68C";
}
.next-icon-company:before {
  content: "\E766";
}
.next-icon-company-fill:before {
  content: "\E68B";
}
.next-icon-component:before {
  content: "\E767";
}
.next-icon-conditions:before {
  content: "\E768";
}
.next-icon-confirm:before {
  content: "\E769";
}
.next-icon-connections:before {
  content: "\E76A";
}
.next-icon-consumption:before {
  content: "\E66B";
}
.next-icon-consumption1:before {
  content: "\E76B";
}
.next-icon-costoms-alearance:before {
  content: "\E76E";
}
.next-icon-coupons:before {
  content: "\E76F";
}
.next-icon-coupons-fill:before {
  content: "\E6AE";
}
.next-icon-credit-level:before {
  content: "\E771";
}
.next-icon-credit-level-fill:before {
  content: "\E691";
}
.next-icon-creditcard:before {
  content: "\E770";
}
.next-icon-creditcard-fill:before {
  content: "\E68E";
}
.next-icon-cry-fill:before {
  content: "\E694";
}
.next-icon-customization:before {
  content: "\E775";
}
.next-icon-cut:before {
  content: "\E777";
}
.next-icon-daibancaishui:before {
  content: "\E70E";
}
.next-icon-daikuan:before {
  content: "\E70F";
}
.next-icon-daikuan1:before {
  content: "\E710";
}
.next-icon-danjuzhuanhuan:before {
  content: "\E713";
}
.next-icon-data:before {
  content: "\E774";
}
.next-icon-default-template:before {
  content: "\E77A";
}
.next-icon-default-template-fill:before {
  content: "\E696";
}
.next-icon-discount:before {
  content: "\E77B";
}
.next-icon-discount-fill:before {
  content: "\E698";
}
.next-icon-discounts:before {
  content: "\E779";
}
.next-icon-discounts-fill:before {
  content: "\E699";
}
.next-icon-doc:before {
  content: "\E77C";
}
.next-icon-doc-fill:before {
  content: "\E69A";
}
.next-icon-dollar:before {
  content: "\E77F";
}
.next-icon-dongtai:before {
  content: "\E712";
}
.next-icon-double-arro-right:before {
  content: "\E77E";
}
.next-icon-double-arrow-left:before {
  content: "\E77D";
}
.next-icon-earth:before {
  content: "\E782";
}
.next-icon-editor:before {
  content: "\E781";
}
.next-icon-electronics:before {
  content: "\E783";
}
.next-icon-eletrical:before {
  content: "\E785";
}
.next-icon-email-fill:before {
  content: "\E69B";
}
.next-icon-eraser:before {
  content: "\E787";
}
.next-icon-etrical-equipm:before {
  content: "\E789";
}
.next-icon-exchangerate:before {
  content: "\E78B";
}
.next-icon-exl:before {
  content: "\E78A";
}
.next-icon-exl-fill:before {
  content: "\E6B6";
}
.next-icon-falg-fill-fill:before {
  content: "\E69C";
}
.next-icon-falling:before {
  content: "\E78C";
}
.next-icon-favorites:before {
  content: "\E78D";
}
.next-icon-favorites-fill:before {
  content: "\E69D";
}
.next-icon-feed-logo:before {
  content: "\E78E";
}
.next-icon-feed-logo-fill:before {
  content: "\E69F";
}
.next-icon-feeds:before {
  content: "\E790";
}
.next-icon-feeds-fill:before {
  content: "\E6A2";
}
.next-icon-fencengpeizhi:before {
  content: "\E714";
}
.next-icon-filling:before {
  content: "\E794";
}
.next-icon-filter-fill:before {
  content: "\E6A1";
}
.next-icon-flag:before {
  content: "\E793";
}
.next-icon-folder:before {
  content: "\E798";
}
.next-icon-folder-fill:before {
  content: "\E6A0";
}
.next-icon-form-fill:before {
  content: "\E6A4";
}
.next-icon-furniture:before {
  content: "\E799";
}
.next-icon-gif:before {
  content: "\E79A";
}
.next-icon-gif-fill:before {
  content: "\E6A5";
}
.next-icon-gift:before {
  content: "\E79C";
}
.next-icon-gold-supplie:before {
  content: "\E79B";
}
.next-icon-gold-supplie-fill:before {
  content: "\E6A3";
}
.next-icon-good:before {
  content: "\E79D";
}
.next-icon-good-fill:before {
  content: "\E6A7";
}
.next-icon-goods:before {
  content: "\E6DF";
}
.next-icon-goumaipianhao:before {
  content: "\E716";
}
.next-icon-guanliyuan:before {
  content: "\E79E";
}
.next-icon-hardware:before {
  content: "\E7A0";
}
.next-icon-help-fill:before {
  content: "\E6A8";
}
.next-icon-history:before {
  content: "\E7A1";
}
.next-icon-home:before {
  content: "\E7A2";
}
.next-icon-home-fill:before {
  content: "\E6A6";
}
.next-icon-home1:before {
  content: "\E7A3";
}
.next-icon-homepage-ads-fill:before {
  content: "\E6AB";
}
.next-icon-homepage_ads:before {
  content: "\E6E2";
}
.next-icon-hot:before {
  content: "\E7A6";
}
.next-icon-hot-fill:before {
  content: "\E6AA";
}
.next-icon-image-text:before {
  content: "\E7A4";
}
.next-icon-image-text-fill:before {
  content: "\E6A9";
}
.next-icon-infantmom:before {
  content: "\E7A7";
}
.next-icon-inquiry-template:before {
  content: "\E7A9";
}
.next-icon-inquiry-template-fill:before {
  content: "\E6AD";
}
.next-icon-inspection:before {
  content: "\E7A8";
}
.next-icon-inspection-fill:before {
  content: "\E6AC";
}
.next-icon-inspection-fill1:before {
  content: "\E6AF";
}
.next-icon-inspection1:before {
  content: "\E7AC";
}
.next-icon-insurance:before {
  content: "\E7AA";
}
.next-icon-insurance-fill:before {
  content: "\E6B2";
}
.next-icon-integral:before {
  content: "\E7AB";
}
.next-icon-integral-fill:before {
  content: "\E6B0";
}
.next-icon-invoice:before {
  content: "\E7AF";
}
.next-icon-ipad:before {
  content: "\E7AE";
}
.next-icon-jewelry:before {
  content: "\E7B0";
}
.next-icon-jiaobiao:before {
  content: "\E717";
}
.next-icon-jizhuangxiang:before {
  content: "\E715";
}
.next-icon-jpge:before {
  content: "\E7B2";
}
.next-icon-jpge-fill:before {
  content: "\E6B5";
}
.next-icon-kehupandian:before {
  content: "\E719";
}
.next-icon-kehuquanyi:before {
  content: "\E71A";
}
.next-icon-kitchen:before {
  content: "\E7B1";
}
.next-icon-kuaidiwuliu:before {
  content: "\E71B";
}
.next-icon-langugae:before {
  content: "\E7B8";
}
.next-icon-leftalignment:before {
  content: "\E7B5";
}
.next-icon-leftarrow:before {
  content: "\E7B4";
}
.next-icon-leftbutton:before {
  content: "\E7B6";
}
.next-icon-leftbutton-fill:before {
  content: "\E6B1";
}
.next-icon-libra:before {
  content: "\E7B7";
}
.next-icon-lights:before {
  content: "\E7BA";
}
.next-icon-link:before {
  content: "\E7B9";
}
.next-icon-listing-content:before {
  content: "\E7BB";
}
.next-icon-listing-content-fill:before {
  content: "\E6B4";
}
.next-icon-logistic-logo:before {
  content: "\E7BE";
}
.next-icon-logistic-logo-fill:before {
  content: "\E6C2";
}
.next-icon-logistics-icon:before {
  content: "\E7BD";
}
.next-icon-logistics-icon-fill:before {
  content: "\E6BF";
}
.next-icon-machinery:before {
  content: "\E7C0";
}
.next-icon-manage-order:before {
  content: "\E7BF";
}
.next-icon-manage-order-fill:before {
  content: "\E6BD";
}
.next-icon-map:before {
  content: "\E7C1";
}
.next-icon-map-fill:before {
  content: "\E6BE";
}
.next-icon-messagecenter:before {
  content: "\E7C2";
}
.next-icon-messagecenter-fill:before {
  content: "\E6BA";
}
.next-icon-moban:before {
  content: "\E6E6";
}
.next-icon-mobile-phone:before {
  content: "\E7C3";
}
.next-icon-move:before {
  content: "\E7C5";
}
.next-icon-multi-language:before {
  content: "\E7C7";
}
.next-icon-multi-language-fill:before {
  content: "\E6B7";
}
.next-icon-mute:before {
  content: "\E7C6";
}
.next-icon-mute-fill:before {
  content: "\E6BB";
}
.next-icon-namecard:before {
  content: "\E7D0";
}
.next-icon-namecard-fill:before {
  content: "\E6B9";
}
.next-icon-nav-list:before {
  content: "\E7C9";
}
.next-icon-nightmode:before {
  content: "\E7C8";
}
.next-icon-nightmode-fill:before {
  content: "\E6C1";
}
.next-icon-notice:before {
  content: "\E7CD";
}
.next-icon-notice-fill:before {
  content: "\E6C5";
}
.next-icon-office:before {
  content: "\E7D2";
}
.next-icon-office-supplies:before {
  content: "\E7CC";
}
.next-icon-office-supplies-fill:before {
  content: "\E6C0";
}
.next-icon-online-tracking:before {
  content: "\E7D1";
}
.next-icon-online-tracking-fill:before {
  content: "\E6E0";
}
.next-icon-ontimeshipment:before {
  content: "\E7CE";
}
.next-icon-operation:before {
  content: "\E7CF";
}
.next-icon-order:before {
  content: "\E7D3";
}
.next-icon-order-fill:before {
  content: "\E6C6";
}
.next-icon-other:before {
  content: "\E889";
}
.next-icon-packaging:before {
  content: "\E7D4";
}
.next-icon-packing-labeling:before {
  content: "\E7D6";
}
.next-icon-packing-labeling-fill:before {
  content: "\E6C3";
}
.next-icon-password:before {
  content: "\E7D5";
}
.next-icon-password-fill:before {
  content: "\E6C4";
}
.next-icon-paylater:before {
  content: "\E7D8";
}
.next-icon-paylater-fill:before {
  content: "\E6E5";
}
.next-icon-pcm:before {
  content: "\E7D7";
}
.next-icon-pdf:before {
  content: "\E7D9";
}
.next-icon-pdf-fill:before {
  content: "\E6F3";
}
.next-icon-phone:before {
  content: "\E7DD";
}
.next-icon-phone-fill:before {
  content: "\E6C7";
}
.next-icon-pic:before {
  content: "\E7DA";
}
.next-icon-pic-fill:before {
  content: "\E6C8";
}
.next-icon-pin:before {
  content: "\E7DB";
}
.next-icon-pin-fill:before {
  content: "\E6C9";
}
.next-icon-platform:before {
  content: "\E7DC";
}
.next-icon-platform-fill:before {
  content: "\E6CA";
}
.next-icon-play:before {
  content: "\E7DE";
}
.next-icon-play-fill:before {
  content: "\E6CB";
}
.next-icon-png:before {
  content: "\E7DF";
}
.next-icon-png-fill:before {
  content: "\E6FC";
}
.next-icon-pointerleft:before {
  content: "\E7E0";
}
.next-icon-print:before {
  content: "\E7E1";
}
.next-icon-process:before {
  content: "\E7E2";
}
.next-icon-product:before {
  content: "\E7E3";
}
.next-icon-product-fill:before {
  content: "\E6CC";
}
.next-icon-product1:before {
  content: "\E7E4";
}
.next-icon-prompt-fill:before {
  content: "\E6CE";
}
.next-icon-quanping1:before {
  content: "\E60F";
}
.next-icon-quanyipeizhi:before {
  content: "\E720";
}
.next-icon-quick:before {
  content: "\E7E6";
}
.next-icon-quick-fill:before {
  content: "\E6CF";
}
.next-icon-rankinglist:before {
  content: "\E7E9";
}
.next-icon-rankinglist-fill:before {
  content: "\E702";
}
.next-icon-raw:before {
  content: "\E7EA";
}
.next-icon-reduce:before {
  content: "\E7E8";
}
.next-icon-reduce-fill:before {
  content: "\E6D1";
}
.next-icon-reducecell:before {
  content: "\E7EB";
}
.next-icon-reeor-fill:before {
  content: "\E6D2";
}
.next-icon-rejected-order:before {
  content: "\E7ED";
}
.next-icon-rejected-order-fill:before {
  content: "\E6D0";
}
.next-icon-remind:before {
  content: "\E7EC";
}
.next-icon-remind-fill:before {
  content: "\E6D5";
}
.next-icon-resonserate:before {
  content: "\E7F0";
}
.next-icon-resonserate-fill:before {
  content: "\E6D3";
}
.next-icon-responsetime:before {
  content: "\E7EF";
}
.next-icon-return:before {
  content: "\E7F1";
}
.next-icon-rightalignment:before {
  content: "\E7F5";
}
.next-icon-rising:before {
  content: "\E7F6";
}
.next-icon-rmb:before {
  content: "\E7F8";
}
.next-icon-save:before {
  content: "\E7F9";
}
.next-icon-save-fill:before {
  content: "\E6D7";
}
.next-icon-scanning:before {
  content: "\E7FB";
}
.next-icon-scenes:before {
  content: "\E7FC";
}
.next-icon-security:before {
  content: "\E672";
}
.next-icon-security-fill:before {
  content: "\E6DA";
}
.next-icon-seleted:before {
  content: "\E7FF";
}
.next-icon-sendinquiry:before {
  content: "\E801";
}
.next-icon-service:before {
  content: "\E800";
}
.next-icon-service-fill:before {
  content: "\E6DB";
}
.next-icon-set-fill:before {
  content: "\E704";
}
.next-icon-shangchuan:before {
  content: "\E71F";
}
.next-icon-shangchuanbeiandanzheng:before {
  content: "\E71C";
}
.next-icon-share:before {
  content: "\E802";
}
.next-icon-shengyijing:before {
  content: "\E71E";
}
.next-icon-shenqingjilu:before {
  content: "\E71D";
}
.next-icon-shoes:before {
  content: "\E806";
}
.next-icon-shouqi:before {
  content: "\E722";
}
.next-icon-shuangshen:before {
  content: "\E733";
}
.next-icon-shuffling-banner:before {
  content: "\E805";
}
.next-icon-shuffling-banner-fill:before {
  content: "\E6EB";
}
.next-icon-signboard:before {
  content: "\E803";
}
.next-icon-signboard-fill:before {
  content: "\E6DC";
}
.next-icon-similar-product:before {
  content: "\E808";
}
.next-icon-similar-product-fill:before {
  content: "\E6DD";
}
.next-icon-smile-fill:before {
  content: "\E6E9";
}
.next-icon-sound-Mute:before {
  content: "\E80A";
}
.next-icon-sound-Mute-fill:before {
  content: "\E6E8";
}
.next-icon-sound-filling:before {
  content: "\E80B";
}
.next-icon-sound-filling-fill:before {
  content: "\E6EC";
}
.next-icon-sport:before {
  content: "\E80F";
}
.next-icon-square:before {
  content: "\E80D";
}
.next-icon-stop:before {
  content: "\E80E";
}
.next-icon-stop-fill:before {
  content: "\E6EA";
}
.next-icon-store:before {
  content: "\E812";
}
.next-icon-store-fill:before {
  content: "\E6ED";
}
.next-icon-subscript:before {
  content: "\E810";
}
.next-icon-success-fill:before {
  content: "\E6FB";
}
.next-icon-suggest:before {
  content: "\E815";
}
.next-icon-suoxiao:before {
  content: "\E723";
}
.next-icon-superscript:before {
  content: "\E814";
}
.next-icon-supplier-features:before {
  content: "\E817";
}
.next-icon-supplier-features-fill:before {
  content: "\E6F0";
}
.next-icon-survey:before {
  content: "\E818";
}
.next-icon-suspended:before {
  content: "\E816";
}
.next-icon-suspended-fill:before {
  content: "\E6EF";
}
.next-icon-tag-subscript:before {
  content: "\E819";
}
.next-icon-task-management:before {
  content: "\E81A";
}
.next-icon-task-management-fill:before {
  content: "\E6EE";
}
.next-icon-template:before {
  content: "\E81D";
}
.next-icon-text:before {
  content: "\E81F";
}
.next-icon-textile-products:before {
  content: "\E81E";
}
.next-icon-tif-fill:before {
  content: "\E6F1";
}
.next-icon-tongguan:before {
  content: "\E721";
}
.next-icon-tongguanshuju:before {
  content: "\E725";
}
.next-icon-tongxunlu:before {
  content: "\E724";
}
.next-icon-tool:before {
  content: "\E820";
}
.next-icon-tool-fill:before {
  content: "\E6F2";
}
.next-icon-tool-hardware:before {
  content: "\E821";
}
.next-icon-topraning:before {
  content: "\E824";
}
.next-icon-topranning-fill:before {
  content: "\E6F4";
}
.next-icon-topsales:before {
  content: "\E822";
}
.next-icon-toy:before {
  content: "\E826";
}
.next-icon-trade-assurance:before {
  content: "\E827";
}
.next-icon-trade-assurance-fill:before {
  content: "\E707";
}
.next-icon-tradealert:before {
  content: "\E825";
}
.next-icon-trust:before {
  content: "\E709";
}
.next-icon-trust-fill:before {
  content: "\E6F8";
}
.next-icon-tuishui:before {
  content: "\E726";
}
.next-icon-tuishuirongzi:before {
  content: "\E72D";
}
.next-icon-txt:before {
  content: "\E82C";
}
.next-icon-under-line:before {
  content: "\E82D";
}
.next-icon-unlock-fill:before {
  content: "\E6F7";
}
.next-icon-usercenter:before {
  content: "\E830";
}
.next-icon-vehivles:before {
  content: "\E833";
}
.next-icon-video:before {
  content: "\E831";
}
.next-icon-video-fill:before {
  content: "\E6F6";
}
.next-icon-viewgallery:before {
  content: "\E835";
}
.next-icon-viewlarger:before {
  content: "\E832";
}
.next-icon-viewlarger-fill:before {
  content: "\E6F9";
}
.next-icon-viewlist:before {
  content: "\E836";
}
.next-icon-voice:before {
  content: "\E838";
}
.next-icon-voice-fill:before {
  content: "\E6FE";
}
.next-icon-vs:before {
  content: "\E837";
}
.next-icon-vs-fill:before {
  content: "\E703";
}
.next-icon-waihuishuju:before {
  content: "\E727";
}
.next-icon-wallet:before {
  content: "\E83C";
}
.next-icon-wallet-fill:before {
  content: "\E701";
}
.next-icon-warehouse:before {
  content: "\E83B";
}
.next-icon-warehouse-fill:before {
  content: "\E700";
}
.next-icon-warning-fill:before {
  content: "\E6FF";
}
.next-icon-writing:before {
  content: "\E83E";
}
.next-icon-writing-fill:before {
  content: "\E83A";
}
.next-icon-wuliuchanpin:before {
  content: "\E728";
}
.next-icon-wuliudingdan:before {
  content: "\E72B";
}
.next-icon-xiakuangxian:before {
  content: "\E83D";
}
.next-icon-xinwaizongyewu:before {
  content: "\E72A";
}
.next-icon-xinxibar_shouji:before {
  content: "\E729";
}
.next-icon-xinxibar_zhanghu:before {
  content: "\E72C";
}
.next-icon-xlsx:before {
  content: "\E840";
}
.next-icon-xuanzhuandu:before {
  content: "\E72E";
}
.next-icon-years:before {
  content: "\E711";
}
.next-icon-years-fill:before {
  content: "\E675";
}
.next-icon-yidatong:before {
  content: "\E72F";
}
.next-icon-yiguanzhugongyingshang:before {
  content: "\E73A";
}
.next-icon-zhanghucaozuo:before {
  content: "\E732";
}
.next-icon-zhankai:before {
  content: "\E730";
}
.next-icon-zhongjianren:before {
  content: "\E731";
}
.next-icon-zhuanyequanwei:before {
  content: "\E735";
}
.next-icon-zijin:before {
  content: "\E734";
}
.next-icon-zip:before {
  content: "\E83F";
}
.next-icon-zip-fill:before {
  content: "\E706";
}
.next-icon-ziyingyewu:before {
  content: "\E73C";
}
.next-icon-zuanshi:before {
  content: "\E736";
}
.next-dialog-header {
  color: #222 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  padding: 24px 24px 12px !important;
}
.next-dialog-body {
  padding: 12px 24px 24px;
}
.next-dialog-close {
  height: 20px !important;
  right: 24px !important;
  top: 24px !important;
  width: 20px !important;
}
.next-dialog-close-icon {
  margin-left: -10px !important;
  margin-top: -10px !important;
}
.next-dialog-close-icon:before {
  color: #222 !important;
  font-size: 20px !important;
  height: 20px !important;
  width: 20px !important;
}
.next-dialog-btn + .next-dialog-btn {
  margin-left: 12px !important;
}
.next-dialog-footer {
  padding-bottom: 24px !important;
  padding-top: 12px !important;
  position: relative !important;
  z-index: 10;
}
.next-dialog-quick .next-dialog-header {
  padding-bottom: 0 !important;
}
.next-dialog-quick .next-dialog-body {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.next-dialog-quick .next-message-title {
  padding: 0 32px !important;
}
.next-dialog-quick .next-dialog-btn {
  font-size: 14px !important;
  font-weight: 600 !important;
  height: 36px !important;
  line-height: 18px !important;
  min-width: 125px !important;
}
.next-message-close,
.next-message-title {
  color: #222 !important;
}
.next-message-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
}
.next-message-content {
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}
.next-checkbox-wrapper.checked:not(.disabled)
  > .next-checkbox
  .next-checkbox-inner {
  background-color: #222 !important;
}
.next-checkbox-wrapper:not(.disabled):hover
  > .next-checkbox
  .next-checkbox-inner {
  border: 1px solid #222 !important;
}
.next-input.next-large {
  border-radius: 8px;
  overflow: hidden !important;
}
.next-input-group-text.next-large {
  border-radius: 8px;
}
.next-input-group > .next-input:last-child.next-large {
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.next-tag-medium,
.next-tag-medium > .next-tag-body {
  height: 30px !important;
  line-height: 30px !important;
}
.next-tag > .next-tag-body {
  vertical-align: baseline !important;
  vertical-align: initial !important;
}
.next-btn {
  font-weight: 600;
}
.next-btn.next-large {
  font-size: 16px;
  height: 48px;
  padding: 0 40px;
}
.next-btn.next-medium {
  font-size: 14px;
  height: 36px;
  padding: 0 18px;
}
.next-btn.next-btn-text {
  color: #222;
  height: auto;
  padding: 0;
}
.next-btn.next-btn-text,
.next-btn.next-btn-text span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.next-btn.next-btn-text.hover,
.next-btn.next-btn-text.visited,
.next-btn.next-btn-text:focus,
.next-btn.next-btn-text:hover,
.next-btn.next-btn-text:link,
.next-btn.next-btn-text:visited {
  color: #222;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
.next-btn.next-btn-secondary {
  border-color: #222;
  color: #222;
}
.next-btn.next-btn-secondary.visited,
.next-btn.next-btn-secondary:link,
.next-btn.next-btn-secondary:visited {
  color: #222;
}
.next-btn.next-btn-secondary.hover,
.next-btn.next-btn-secondary:focus,
.next-btn.next-btn-secondary:hover {
  background-color: #f3f3f3;
  border-color: #222;
  color: #222;
}
.next-balloon-normal {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
}
.next-balloon-normal:after {
  background-color: #000;
}
.next-balloon-normal .color-333 {
  color: #fff;
}
.next-balloon-primary {
  background-color: #fff;
  border-radius: 8px;
  color: #222;
}
.next-balloon-primary:after {
  background-color: #fff;
}
.next-breadcrumb {
  height: auto;
}
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text {
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  overflow: visible;
  text-align: left;
}
.next-breadcrumb .next-breadcrumb-item a.next-breadcrumb-text:hover {
  color: #333;
}
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-separator {
  font-size: 14px;
  height: 20px;
  vertical-align: middle;
}
.next-message.next-medium.next-toast {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}
.next-message.next-medium.next-toast .next-message-title {
  color: #fff !important;
  font-weight: 400 !important;
  padding: 0 0 0 10px;
}
.next-message.next-medium.next-toast .next-message-content {
  color: #fff !important;
}
.next-message.next-medium.next-toast.next-message-error
  .next-message-symbol:before {
  font-size: 26px;
  line-height: inherit;
  width: 22px;
}
.next-message.next-medium.next-toast .next-message-symbol:before {
  font-size: 19px;
  line-height: inherit;
  width: 19px;
}
.next-step-circle .next-step-item-container {
  height: 24px;
  padding: 0;
}
.next-step-circle > .next-step-item-finish .next-step-item-tail-overlay {
  background: #222;
}
.next-step-circle
  > .next-step-item-finish
  > .next-step-item-body
  > .next-step-item-title {
  color: #222;
  font-weight: 400 !important;
}
.next-step-circle
  > .next-step-item-process
  > .next-step-item-body
  > .next-step-item-title {
  color: #222;
}
.next-step-circle
  > .next-step-item-wait
  > .next-step-item-body
  > .next-step-item-title {
  color: #ddd;
  font-weight: 400 !important;
}
.next-step-circle .next-step-item-node-placeholder {
  height: 24px !important;
  width: 24px !important;
}
.next-step-circle .next-step-item-tail {
  width: calc(100% - 24px) !important;
}
.next-step-circle .next-step-item-body {
  left: -36px !important;
}
.next-step-circle .next-step-item-body .next-step-item-title {
  font-size: 16px !important;
  line-height: 22px !important;
}
.next-step-dot.next-step-horizontal .next-step-item-body {
  left: -66px !important;
  width: 160px !important;
}
.next-step-dot .next-step-item-title {
  font-weight: 700 !important;
}
.next-step-dot .next-step-item-content {
  color: #767676 !important;
}
.next-table {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.next-table .next-table-row {
  color: #222;
}
.next-table .next-table-row.hovered {
  background-color: #fff;
}
.next-table .next-table-header {
  margin: 0;
  padding: 0;
}
.next-table .next-table-header th {
  background-color: #f8f8f8;
  border: 0 !important;
}
.next-table .next-table-header th .next-table-cell-wrapper {
  padding: 20px;
}
.next-table .next-table-body {
  vertical-align: top;
}
.next-table .next-table-body td .next-table-cell-wrapper {
  padding: 24px 20px;
}
a:link,
a:visited {
  color: #222;
}
a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
}
/*# sourceMappingURL=detail-buyer.css.map*/
