﻿@charset "UTF-8";

:root {
    --line-dotted: dotted;
    --line-dashed: dashed;
    --line-solid: solid;
    --line-3: 3px;
    --line-1: 1px;
    --line-zero: 0px;
    --line-2: 2px;
    --popup-global-shadow: var(--shadow-2-down,0px 4px 8px 0px rgba(0,0,0,0.08));
    --popup-global-corner: var(--corner-1,2px);
    --popup-global-border-color: var(--color-line1-2,#c8c8c8);
    --popup-global-border-style: var(--line-solid,solid);
    --popup-global-border-width: var(--line-zero,0px);
    --popup-local-border-style: var(--line-solid,solid);
    --popup-spacing-tb: var(--s-zero,0px);
    --popup-spacing-lr: 4px;
    --popup-local-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --popup-local-border-color: var(--color-transparent,transparent);
    --popup-local-border-width: var(--line-zero,0px);
    --popup-local-corner: var(--corner-2,4px);
    --form-element-preview-text-color: var(--color-text1-4,#333);
    --form-element-medium-preview-label-font-size: var(--font-size-body-1,14px);
    --form-element-small-preview-font-size: var(--font-size-caption,12px);
    --form-element-small-preview-label-font-size: var(--font-size-caption,12px);
    --form-element-small-font-size: var(--font-size-caption,12px);
    --form-element-small-preview-height: var(--s-5,20px);
    --form-element-large-preview-font-size: var(--font-size-body-1,14px);
    --form-element-large-preview-label-font-size: var(--font-size-body-1,14px);
    --form-element-large-preview-height: var(--s-9,36px);
    --form-element-medium-preview-height: var(--s-6,24px);
    --form-element-large-icon-size: var(--icon-m,16px);
    --form-element-medium-preview-font-size: var(--font-size-body-1,14px);
    --form-element-large-font-size: var(--font-size-body-1,14px);
    --form-element-medium-font-size: var(--font-size-body-1,14px);
    --form-element-medium-icon-size: var(--icon-m,16px);
    --form-element-small-icon-size: var(--icon-m,16px);
    --form-element-preview-label-color: var(--color-text1-3,#666);
    --form-element-large-corner: var(--corner-2,4px);
    --form-element-medium-corner: var(--corner-2,4px);
    --form-element-small-corner: var(--corner-2,4px);
    --form-element-large-height: var(--s-9,36px);
    --form-element-medium-height: var(--s-8,32px);
    --form-element-small-height: var(--s-7,28px);
    --s-50: 200px;
    --s-49: 196px;
    --s-48: 192px;
    --s-47: 188px;
    --s-46: 184px;
    --s-45: 180px;
    --s-44: 176px;
    --s-43: 172px;
    --s-42: 168px;
    --s-41: 164px;
    --s-40: 160px;
    --s-39: 156px;
    --s-38: 152px;
    --s-37: 148px;
    --s-36: 144px;
    --s-35: 140px;
    --s-34: 136px;
    --s-33: 132px;
    --s-32: 128px;
    --s-31: 124px;
    --s-30: 120px;
    --s-29: 116px;
    --s-28: 112px;
    --s-27: 108px;
    --s-26: 104px;
    --s-25: 100px;
    --s-24: 96px;
    --s-23: 92px;
    --s-22: 88px;
    --s-21: 84px;
    --s-20: 80px;
    --s-19: 76px;
    --s-18: 72px;
    --s-17: 68px;
    --s-16: 64px;
    --s-15: 60px;
    --s-14: 56px;
    --s-13: 52px;
    --s-12: 48px;
    --s-11: 44px;
    --s-10: 40px;
    --s-9: 36px;
    --s-8: 32px;
    --s-7: 28px;
    --s-6: 24px;
    --s-5: 20px;
    --s-4: 16px;
    --s-3: 12px;
    --s-2: 8px;
    --s-1: 4px;
    --s-zero: 0px;
    --size-base: 4px;
    --shadow-3-left: -4px 0px 8px 0px rgba(0,0,0,0.04);
    --shadow-3-down: 0px 4px 8px 0px rgba(0,0,0,0.04);
    --shadow-3-right: 4px 0px 8px 0px rgba(0,0,0,0.04);
    --shadow-3-up: 0px -4px 8px 0px rgba(0,0,0,0.04);
    --shadow-3: 4px 4px 8px 0px rgba(0,0,0,0.04);
    --shadow-2-left: -4px 0px 8px 0px rgba(0,0,0,0.08);
    --shadow-2-down: 0px 4px 8px 0px rgba(0,0,0,0.08);
    --shadow-2-right: 4px 0px 8px 0px rgba(0,0,0,0.08);
    --shadow-2-up: 0px -4px 8px 0px rgba(0,0,0,0.08);
    --shadow-2: 4px 4px 8px 0px rgba(0,0,0,0.08);
    --shadow-1-left: -4px 0px 8px 0px rgba(0,0,0,0.14);
    --shadow-1-down: 0px 4px 8px 0px rgba(0,0,0,0.14);
    --shadow-1-right: 4px 0px 8px 0px rgba(0,0,0,0.14);
    --shadow-1-up: 0px -4px 8px 0px rgba(0,0,0,0.14);
    --shadow-1: 4px 4px 8px 0px rgba(0,0,0,0.14);
    --shadow-zero: none;
    --shadow-spread-sd3: 0;
    --shadow-color-sd3: var(--color-black,#000);
    --shadow-color-sd1: var(--color-black,#000);
    --shadow-sides-left: "left";
    --shadow-sides-down: "down";
    --shadow-sides-right: "right";
    --shadow-sides-up: "up";
    --shadow-sides-base: "base";
    --shadow-spread-sd1: 0;
    --shadow-blur-sd1: 8;
    --shadow-distance-sd3y: 4;
    --shadow-distance-sd2y: 4;
    --shadow-distance-sd1y: 4;
    --shadow-distance-sd3: 4;
    --shadow-distance-sd2: 4;
    --shadow-distance-sd1: 4;
    --shadow-opacity-sd3: 0.04;
    --shadow-blur-sd3: 8;
    --shadow-blur-sd2: 8;
    --shadow-opacity-sd2: 0.08;
    --shadow-color-sd2: var(--color-black,#000);
    --shadow-spread-sd2: 0;
    --shadow-opacity-sd1: 0.14;
    --icon-reset: "";
    --icon-font-name: "icon";
    --icon-content-a-20GP: "\e661";
    --icon-content-a-40NOR: "\e660";
    --icon-content-a-40HQ: "\e65c";
    --icon-content-a-45HQ: "\e65b";
    --icon-content-a-40GP: "\e65a";
    --icon-font-path: "//at.alicdn.com/t/c/font_2906333_eugofncun6o";
    --icon-content-online-tracking-fill: "\e81d";
    --icon-content-logistics-airfreight-fill: "\e68b";
    --icon-content-arrow-down-fill: "\e68a";
    --icon-content-arrow-up-fill: "\e689";
    --icon-content-logistics-land-transport-fill: "\e687";
    --icon-content-telephone: "\e83e";
    --icon-content-default-template-fill1: "\e688";
    --icon-content-home-fill: "\e86c";
    --icon-content-feed-logo-fill: "\e86b";
    --icon-content-account-fill: "\e86a";
    --icon-content-comments-fill: "\e869";
    --icon-content-sendinquiry-fill: "\e868";
    --icon-content-topraning-fill: "\e867";
    --icon-content-similar-product-fill: "\e866";
    --icon-content-packing-labeling-fill: "\e864";
    --icon-content-training1: "\e863";
    --icon-content-wallet1: "\e862";
    --icon-content-template-fill: "\e861";
    --icon-content-trade-assurance-fill: "\e860";
    --icon-content-warehouse-fill: "\e85f";
    --icon-content-set1: "\e85c";
    --icon-content-vip-fill: "\e85b";
    --icon-content-trust-fill: "\e85a";
    --icon-content-unlock-fill: "\e859";
    --icon-content-task-management-fill: "\e858";
    --icon-content-tool-fill: "\e857";
    --icon-content-suspended-fill: "\e856";
    --icon-content-sound-Mute1: "\e855";
    --icon-content-sound-filling-fill: "\e854";
    --icon-content-store-fill: "\e851";
    --icon-content-supplier-features-fill: "\e850";
    --icon-content-shuffling-banner-fill: "\e84f";
    --icon-content-signboard-fill: "\e84e";
    --icon-content-Similarproducts-fill: "\e84d";
    --icon-content-security-fill: "\e84c";
    --icon-content-save-fill: "\e84b";
    --icon-content-salescenter-fill: "\e84a";
    --icon-content-RFQ-logo-fill: "\e849";
    --icon-content-remind-fill: "\e847";
    --icon-content-resonserate-fill: "\e846";
    --icon-content-product: "\e844";
    --icon-content-pic-fill1: "\e843";
    --icon-content-product-fill: "\e840";
    --icon-content-pin-fill: "\e83f";
    --icon-content-play-fill1: "\e83d";
    --icon-content-phone-fill: "\e83c";
    --icon-content-map1: "\e83b";
    --icon-content-password1: "\e83a";
    --icon-content-order-fill: "\e839";
    --icon-content-notice-fill: "\e838";
    --icon-content-office-supplies-fill: "\e837";
    --icon-content-nightmode-fill: "\e836";
    --icon-content-Newuserzone-fill: "\e835";
    --icon-content-logistics-icon-fill: "\e834";
    --icon-content-Moneymanagement-fill: "\e833";
    --icon-content-listing-content-fill: "\e832";
    --icon-content-integral-fill1: "\e830";
    --icon-content-inquiry-template-fill: "\e82e";
    --icon-content-insurance-fill: "\e82d";
    --icon-content-discount-fill: "\e82c";
    --icon-content-company-fill: "\e82b";
    --icon-content-inspection-fill: "\e828";
    --icon-content-image-text-fill: "\e827";
    --icon-content-camera-fill: "\e824";
    --icon-content-feeds-fill: "\e822";
    --icon-content-folder-fill: "\e821";
    --icon-content-filter-fill: "\e820";
    --icon-content-email-fill: "\e81f";
    --icon-content-Daytimemode-fill: "\e81c";
    --icon-content-discounts-fill: "\e81b";
    --icon-content-Customermanagement-fill: "\e81a";
    --icon-content-CurrencyConverter-fill: "\e817";
    --icon-content-credit-level-fill: "\e816";
    --icon-content-coupons-fill: "\e815";
    --icon-content-color-fill: "\e813";
    --icon-content-clock-fill: "\e80f";
    --icon-content-calculator-fill: "\e80e";
    --icon-content-certified-supplier-fill: "\e80a";
    --icon-content-atm-away-fill: "\e808";
    --icon-content-cart-Empty-fill: "\e806";
    --icon-content-cart-full-fill: "\e805";
    --icon-content-bussiness-man-fill: "\e804";
    --icon-content-calendar-fill: "\e803";
    --icon-content-all-fill1: "\e802";
    --icon-content-add-cart-fill: "\e801";
    --icon-content-add-account1: "\e800";
    --icon-content-contacts-fill: "\e7f3";
    --icon-content-stop-fill: "\e738";
    --icon-content-play-fill: "\e72f";
    --icon-content-pic-fill: "\e72e";
    --icon-content-namecard-fill: "\e72a";
    --icon-content-integral-fill: "\e726";
    --icon-content-invoice: "\e811";
    --icon-content-Daytimemode: "\e810";
    --icon-content-Similarproducts: "\e7af";
    --icon-content-searchcart: "\e80d";
    --icon-content-save: "\e80c";
    --icon-content-RFQ-logo: "\e80b";
    --icon-content-online-tracking: "\e807";
    --icon-content-customization: "\e7ff";
    --icon-content-cut: "\e7fe";
    --icon-content-company: "\e7fd";
    --icon-content-conditions: "\e7fc";
    --icon-content-color: "\e7f7";
    --icon-content-code1: "\e7f6";
    --icon-content-cart-Empty: "\e7f5";
    --icon-content-cart-full: "\e7f4";
    --icon-content-atm-away: "\e7f2";
    --icon-content-apparel: "\e7ed";
    --icon-content-add-cart: "\e7bc";
    --icon-content-similar-product: "\e707";
    --icon-content-gift: "\e6fc";
    --icon-content-data1: "\e6fb";
    --icon-content-code: "\e6f5";
    --icon-content-auto: "\e6eb";
    --icon-content-print: "\e809";
    --icon-content-shouhuoicon: "\e829";
    --icon-content-goumaipianhao: "\e826";
    --icon-content-Transfermoney: "\e823";
    --icon-content-dongtai: "\e81e";
    --icon-content-writing: "\e819";
    --icon-content-topraning: "\e818";
    --icon-content-wallet: "\e814";
    --icon-content-insurance: "\e812";
    --icon-content-Docwenjian: "\e685";
    --icon-content-Pdfwenjian: "\e684";
    --icon-content-Exlwenjian: "\e682";
    --icon-content-dingtalk-circle-fill: "\ea9e";
    --icon-content-pcm: "\e7e9";
    --icon-content-tradingvolume: "\e7bd";
    --icon-content-ipad: "\e7bb";
    --icon-content-block: "\e7f1";
    --icon-content-warning-fill: "\e7f0";
    --icon-content-Top-fill: "\e7ef";
    --icon-content-smile-fill: "\e7ec";
    --icon-content-Rightbutton-fill: "\e7eb";
    --icon-content-prompt-fill1: "\e7ea";
    --icon-content-reduce-fill: "\e7e8";
    --icon-content-help1: "\e7e7";
    --icon-content-leftbutton-fill: "\e7e6";
    --icon-content-hot-fill: "\e7e5";
    --icon-content-good-fill: "\e7ae";
    --icon-content-cry-fill: "\e7e4";
    --icon-content-atm-fill: "\e7e3";
    --icon-content-bad-fill: "\e7e2";
    --icon-content-ashbin-fill: "\e7e1";
    --icon-content-add-fill: "\e7e0";
    --icon-content-landtransportation: "\e7be";
    --icon-content-Top: "\e7ba";
    --icon-content-Rightbutton: "\e7b8";
    --icon-content-leftbutton: "\e7ad";
    --icon-content-good: "\e7ac";
    --icon-content-confirm: "\e7ab";
    --icon-content-bad: "\e7a2";
    --icon-content-prompt-fill: "\e730";
    --icon-content-favorites-fill: "\e721";
    --icon-xxxl: var(--s-8,32px);
    --icon-xxl: var(--s-7,28px);
    --icon-xl: var(--s-6,24px);
    --icon-l: var(--s-5,20px);
    --icon-m: var(--s-4,16px);
    --icon-s: var(--s-3,12px);
    --icon-xs: var(--s-2,8px);
    --icon-xxs: var(--s-1,4px);
    --icon-content-a-dashboard1: "\e67f";
    --icon-content-free: "\e7de";
    --icon-content-new: "\e7dd";
    --icon-content-zhankai: "\e7dc";
    --icon-content-shouqi: "\e7db";
    --icon-content-tongguan: "\e7df";
    --icon-content-collection-fill: "\e7a0";
    --icon-content-success-fill: "\e79c";
    --icon-content-reeor-fill: "\e79b";
    --icon-content-exchangerate: "\e79a";
    --icon-content-seleted: "\e798";
    --icon-content-return: "\e7a1";
    --icon-content-reduce: "\e795";
    --icon-content-double-arrow-left: "\e793";
    --icon-content-double-arro-right: "\e792";
    --icon-content-data: "\e797";
    --icon-content-becomeagoldsupplier: "\e7da";
    --icon-content-yiguanzhugongyingshang: "\e7d9";
    --icon-content-tongxunlu: "\e7d8";
    --icon-content-pointerleft: "\e7d7";
    --icon-content-extra-inquiries: "\e7d6";
    --icon-content-eraser: "\e7d5";
    --icon-content-zijin: "\e7d4";
    --icon-content-zhanghucaozuo: "\e7d3";
    --icon-content-zhongjianren: "\e7d2";
    --icon-content-xinwaizongyewu: "\e7d1";
    --icon-content-waihuishuju: "\e7d0";
    --icon-content-kuaidiwuliu: "\e7cf";
    --icon-content-tongguanshuju: "\e7ce";
    --icon-content-tuishui: "\e7cd";
    --icon-content-shuangshen: "\e7cc";
    --icon-content-kehuquanyi: "\e7cb";
    --icon-content-shenqingjilu: "\e7ca";
    --icon-content-jiehui: "\e7c9";
    --icon-content-shengyijing: "\e7c8";
    --icon-content-daikuan: "\e7c7";
    --icon-content-kehupandian: "\e7c6";
    --icon-content-jiaobiao: "\e7c5";
    --icon-content-jizhuangxiang: "\e7c4";
    --icon-content-daibancaishui: "\e7c3";
    --icon-content-banzhengfuwu: "\e7c2";
    --icon-content-xlsx: "\e7c1";
    --icon-content-txt: "\e7c0";
    --icon-content-microphone: "\e7bf";
    --icon-content-tradingdata: "\e7b7";
    --icon-content-trade-assurance: "\e7b6";
    --icon-content-favorites: "\e7b4";
    --icon-content-comments: "\e7b3";
    --icon-content-sami-select: "\e7b1";
    --icon-content-add-select: "\e7b0";
    --icon-content-home: "\e7aa";
    --icon-content-pngjpge-fill: "\e7a9";
    --icon-content-tifjpge-fill: "\e7a8";
    --icon-content-bmpjpge-fill: "\e7a7";
    --icon-content-gifjpge-fill: "\e7a6";
    --icon-content-jpge-fill: "\e7a5";
    --icon-content-docjpge-fill: "\e7a4";
    --icon-content-quick: "\e7a3";
    --icon-content-consumption: "\e79f";
    --icon-content-brand: "\e79e";
    --icon-content-collection: "\e79d";
    --icon-content-vip: "\e78f";
    --icon-content-nightmode: "\e78d";
    --icon-content-aviation: "\e78c";
    --icon-content-contacts: "\e78b";
    --icon-content-creditcard: "\e78a";
    --icon-content-store: "\e789";
    --icon-content-viewlist: "\e787";
    --icon-content-video: "\e786";
    --icon-content-trust: "\e784";
    --icon-content-viewgallery: "\e783";
    --icon-content-viewlarger: "\e782";
    --icon-content-training: "\e780";
    --icon-content-topsales: "\e77f";
    --icon-content-tool: "\e77d";
    --icon-content-sound-filling: "\e77c";
    --icon-content-sound-Mute: "\e77b";
    --icon-content-signboard: "\e77a";
    --icon-content-service: "\e779";
    --icon-content-security: "\e778";
    --icon-content-scanning: "\e777";
    --icon-content-remind: "\e776";
    --icon-content-resonserate: "\e775";
    --icon-content-logistic-logo: "\e772";
    --icon-content-pin: "\e771";
    --icon-content-pic1: "\e770";
    --icon-content-phone: "\e76f";
    --icon-content-packing-labeling: "\e76e";
    --icon-content-packaging: "\e76d";
    --icon-content-operation: "\e76c";
    --icon-content-password: "\e76b";
    --icon-content-office-supplies: "\e76a";
    --icon-content-notice: "\e769";
    --icon-content-map: "\e768";
    --icon-content-namecard: "\e767";
    --icon-content-Moneymanagement: "\e766";
    --icon-content-logistics-icon: "\e765";
    --icon-content-lights: "\e764";
    --icon-content-link: "\e762";
    --icon-content-inquiry-template: "\e761";
    --icon-content-integral1: "\e760";
    --icon-content-jewelry: "\e75f";
    --icon-content-hot: "\e75e";
    --icon-content-image-text: "\e75d";
    --icon-content-feeds: "\e75b";
    --icon-content-folder: "\e75a";
    --icon-content-default-template: "\e756";
    --icon-content-discount: "\e754";
    --icon-content-Customermanagement: "\e753";
    --icon-content-coupons: "\e750";
    --icon-content-credit-level: "\e74f";
    --icon-content-category: "\e74d";
    --icon-content-calculator: "\e74c";
    --icon-content-assessed-badge: "\e74a";
    --icon-content-browse: "\e749";
    --icon-content-attachent: "\e748";
    --icon-content-all1: "\e745";
    --icon-content-add-account: "\e741";
    --icon-content-Exportservices: "\e702";
    --icon-content-QRcode: "\e704";
    --icon-content-play: "\e701";
    --icon-content-Notvisible: "\e6fe";
    --icon-content-pic: "\e6ff";
    --icon-content-integral: "\e6f9";
    --icon-content-editor: "\e6f6";
    --icon-content-history: "\e6f8";
    --icon-content-component: "\e6f2";
    --icon-content-bussiness-man: "\e6f0";
    --icon-content-all: "\e6ef";
    --icon-content-dashboard: "\e7fa";
    --icon-content-list: "\e7f9";
    --icon-content-detail: "\e7f8";
    --icon-content-form: "\e7fb";
    --icon-content-chart-pie: "\e613";
    --icon-content-chart-bar: "\e612";
    --icon-content-exit: "\e616";
    --icon-content-lock: "\e617";
    --icon-content-unlock: "\e615";
    --icon-content-eye-close: "\e600";
    --icon-content-eye: "\e611";
    --icon-content-toggle-right: "\e603";
    --icon-content-toggle-left: "\e602";
    --icon-content-copy: "\e60f";
    --icon-content-atm: "\e606";
    --icon-content-email: "\e605";
    --icon-content-account: "\e608";
    --icon-content-attachment: "\e665";
    --icon-content-filter: "\e627";
    --icon-content-refresh: "\e677";
    --icon-content-edit: "\e63b";
    --icon-content-set: "\e683";
    --icon-content-download: "\e628";
    --icon-content-upload: "\e7ee";
    --icon-content-ashbin: "\e639";
    --icon-content-calendar: "\e607";
    --icon-content-picture: "\e631";
    --icon-content-ellipsis: "\e654";
    --icon-content-close: "\e626";
    --icon-content-search: "\e656";
    --icon-content-loading: "\e646";
    --icon-content-semi-select: "\e633";
    --icon-content-select: "\e632";
    --icon-content-ascending: "\e61e";
    --icon-content-descending: "\e61f";
    --icon-content-sorting: "\e634";
    --icon-content-switch: "\e6b3";
    --icon-content-arrow-double-right: "\e65e";
    --icon-content-arrow-double-left: "\e659";
    --icon-content-arrow-right: "\e619";
    --icon-content-arrow-left: "\e61d";
    --icon-content-arrow-down: "\e63d";
    --icon-content-arrow-up: "\e625";
    --icon-content-minus: "\e601";
    --icon-content-add: "\e655";
    --icon-content-favorites-filling: "\e60e";
    --icon-content-delete-filling: "\e623";
    --icon-content-success-filling: "\e63a";
    --icon-content-clock: "\e621";
    --icon-content-help: "\e673";
    --icon-content-error: "\e60d";
    --icon-content-prompt: "\e60c";
    --icon-content-warning: "\e60b";
    --icon-content-success: "\e60a";
    --icon-content-cry: "\e65d";
    --icon-content-smile: "\e65f";
    --font-weight-ultra-bold: 900;
    --font-weight-extra-bold: 800;
    --font-weight-3: bold;
    --font-weight-semi-bold: 600;
    --font-weight-medium: 500;
    --font-weight-2: normal;
    --font-weight-light: 300;
    --font-weight-thin: 200;
    --font-weight-1: lighter;
    --font-size-caption: 12px;
    --font-name-bold: roboto-bold;
    --font-name-medium: roboto-medium;
    --font-name-regular: roboto-regular;
    --font-name-light: roboto-light;
    --font-name-thin: roboto-thin;
    --font-custom-name: Roboto;
    --font-custom-path: "//i.alicdn.com/artascope-font/20160419204543/font/";
    --font-family-base: Roboto,"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,Tahoma;
    --font-lineheight-2: 1.5;
    --font-lineheight-1: 1.3;
    --font-size-body-2: 14px;
    --font-size-subhead: 16px;
    --font-size-title: 18px;
    --font-size-headline: 24px;
    --font-size-display-1: 28px;
    --font-size-display-3: 40px;
    --font-lineheight-3: 2;
    --font-size-body-1: 14px;
    --font-size-display-2: 36px;
    --corner-zero: 0px;
    --corner-semicircle: 500px;
    --corner-circle: 50%;
    --corner-3: 8px;
    --corner-2: 4px;
    --corner-1: 2px;
    --color-gradient-3: linear-gradient(270deg,#ffed75,#f5cb22);
    --color-transparent: transparent;
    --color-black: #000;
    --color-white: #fff;
    --color-brand2-1: #b500ff;
    --color-brand2-10: #fff;
    --color-link-2: #0c38c4;
    --color-link-3: #0c38c4;
    --color-data1-8: #00d86a;
    --color-data1-7: #40cdff;
    --color-data1-5: #fe8534;
    --color-data1-4: #fb6d88;
    --color-data1-3: #7073ff;
    --color-text1-5: #000;
    --color-text1-4: #333;
    --color-text1-2: #acacac;
    --color-text1-1: #ccc;
    --color-text1-3: #666;
    --color-data1-6: #ffcb00;
    --color-data1-2: #0fcbbb;
    --color-data1-1: #1047f5;
    --color-error-1: #f33200;
    --color-warning-1: #ff6a00;
    --color-brand1-4: #fff;
    --color-brand1-5: #fff;
    --color-success-6: #fff;
    --color-fill1-5: #fff;
    --color-fill1-6: #fff;
    --color-link-4: #fff;
    --color-link-5: #fff;
    --color-other-4: #fff;
    --color-other-5: #fff;
    --color-notice-5: #fff;
    --color-success-5: #fff;
    --color-warning-5: #fff;
    --color-help-5: #fff;
    --color-brand1-8: #022aa7;
    --color-error-5: #c20b02;
    --color-fill1-2: #f3f3f3;
    --color-brand1-2: #dfe8ff;
    --color-notice-4: #dfe8ff;
    --color-line1-4: #eee;
    --color-other-3: #eabb06;
    --color-other-2: #fccc12;
    --color-other-1: #ffeb3b;
    --color-link-1: #1047f5;
    --color-help-4: #d4f7e8;
    --color-help-3: #eefaf5;
    --color-brand1-3: #fff;
    --color-brand1-7: #0c38c4;
    --color-help-2: #01a79a;
    --color-help-1: #04c3b3;
    --color-error-4: #ffe3e2;
    --color-error-3: #fff5f5;
    --color-error-2: #cc1f16;
    --color-warning-4: #ffedde;
    --color-warning-3: #fff5ed;
    --color-warning-2: #c95400;
    --color-notice-3: #eef3ff;
    --color-notice-2: #0c38c4;
    --color-notice-1: #1047f5;
    --color-success-4: #d9f1e7;
    --color-success-3: #eefaf5;
    --color-success-2: #01a79a;
    --color-success-1: #04c3b3;
    --color-brand1-9: #1f1f49;
    --color-brand1-6: #1047f5;
    --color-brand1-1: #eef3ff;
    --color-text1-6: #fff;
    --color-fill1-4: #d8d8d8;
    --color-fill1-9: #fff;
    --color-fill1-10: #fff;
    --color-fill1-7: #fff;
    --color-fill1-8: #fff;
    --color-line1-6: #fff;
    --color-text1-7: #fff;
    --color-line1-5: #fff;
    --color-fill1-3: #e1e1e1;
    --color-fill1-1: #f8f8f8;
    --color-line1-3: #a2a3a5;
    --color-line1-2: #c8c8c8;
    --color-line1-1: #e1e1e1;
    --color-gradient-4: linear-gradient(270deg,#ffa3a6,#ff5752);
    --color-gradient-2: linear-gradient(270deg,#7dd2ff,#007ffc);
    --color-gradient-1: linear-gradient(270deg,#79e8c7,#10cbbb);
    --mask-opacity: 0.5;
    --mask-background: var(--color-brand1-9,#1f1f49);
    --btn-size-s-height: var(--s-7,28px);
    --btn-size-m-height: var(--s-8,32px);
    --btn-pure-normal-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --btn-pure-secondary-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --btn-pure-secondary-color-hover: var(--color-brand1-6,#1047f5);
    --btn-pure-secondary-color-active: var(--color-brand1-6,#1047f5);
    --btn-pure-secondary-border-color-active: var(--color-brand1-6,#1047f5);
    --btn-pure-primary-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --btn-pure-primary-border-color: var(--color-brand1-6,#1047f5);
    --btn-ghost-dark-bg-hover-opacity: 0.2;
    --btn-warning-primary-border-color: var(--color-error-1,#f33200);
    --btn-warning-primary-border-color-hover: var(--color-error-2,#cc1f16);
    --btn-warning-primary-bg: var(--color-error-1,#f33200);
    --btn-warning-primary-bg-hover: var(--color-error-2,#cc1f16);
    --btn-warning-normal-color: var(--color-error-1,#f33200);
    --btn-warning-normal-color-hover: var(--color-error-1,#f33200);
    --btn-warning-normal-color-active: var(--color-error-1,#f33200);
    --btn-warning-normal-border-color: var(--color-error-1,#f33200);
    --btn-warning-normal-border-color-hover: var(--color-error-1,#f33200);
    --btn-warning-normal-border-color-active: var(--color-error-1,#f33200);
    --btn-warning-normal-bg-hover: var(--color-error-3,#fff5f5);
    --btn-warning-normal-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --btn-pure-normal-border-color: var(--color-line1-2,#c8c8c8);
    --btn-pure-normal-border-color-hover: var(--color-line1-2,#c8c8c8);
    --btn-size-s-icon-size: var(--icon-s,12px);
    --btn-size-m-icon-size: var(--icon-m,16px);
    --btn-size-l-height: var(--s-9,36px);
    --btn-size-l-icon-size: var(--icon-m,16px);
    --btn-pure-normal-color-disabled: var(--color-text1-3,#666);
    --btn-pure-normal-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --btn-pure-normal-border-color-active: var(--color-line1-2,#c8c8c8);
    --btn-pure-secondary-color-disabled: var(--color-text1-3,#666);
    --btn-pure-secondary-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --btn-pure-primary-color-disabled: var(--color-text1-3,#666);
    --btn-pure-primary-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --btn-ghost-light-bg-hover-opacity: 0.04;
    --btn-warning-primary-color-disabled: var(--color-text1-3,#666);
    --btn-warning-primary-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --btn-warning-normal-color-disabled: var(--color-text1-3,#666);
    --btn-warning-normal-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --btn-size-s-icon-margin: var(--s-1,4px);
    --btn-size-s-corner: var(--corner-semicircle,500px);
    --btn-size-m-icon-margin: var(--s-1,4px);
    --btn-size-m-corner: var(--corner-semicircle,500px);
    --btn-size-l-icon-margin: var(--s-1,4px);
    --btn-size-l-corner: var(--corner-semicircle,500px);
    --btn-pure-normal-bg-hover: var(--color-brand1-1,#eef3ff);
    --btn-pure-normal-bg-active: var(--color-brand1-2,#dfe8ff);
    --btn-pure-primary-bg-hover: var(--color-brand1-7,#0c38c4);
    --btn-text-primary-color-hover: var(--color-brand1-7,#0c38c4);
    --btn-text-icon-s-margin: var(--s-1,4px);
    --btn-text-icon-m-margin: var(--s-1,4px);
    --btn-text-icon-l-margin: var(--s-1,4px);
    --btn-size-m-font: var(--font-size-body-1,14px);
    --btn-size-l-font: var(--font-size-body-1,14px);
    --btn-pure-secondary-bg-hover: var(--color-brand1-1,#eef3ff);
    --btn-pure-secondary-bg-active: var(--color-brand1-2,#dfe8ff);
    --btn-pure-secondary-border-color-hover: var(--color-brand1-6,#1047f5);
    --btn-pure-primary-border-color-hover: var(--color-brand1-7,#0c38c4);
    --btn-text-size-m-font: var(--font-size-body-1,14px);
    --btn-text-size-l-font: var(--font-size-body-2,14px);
    --btn-pure-primary-bg-active: var(--color-brand1-8,#022aa7);
    --btn-pure-primary-border-color-active: var(--color-brand1-8,#022aa7);
    --btn-warning-primary-border-color-active: var(--color-error-5,#c20b02);
    --btn-warning-primary-bg-active: var(--color-error-5,#c20b02);
    --btn-text-secondary-color: var(--color-text1-3,#666);
    --btn-size-m-padding: var(--s-5,20px);
    --btn-size-l-padding: var(--s-6,24px);
    --btn-text-size-s-height: var(--s-3,12px);
    --btn-text-size-m-height: var(--s-4,16px);
    --btn-text-size-l-height: var(--s-4,16px);
    --btn-size-s-padding: var(--s-3,12px);
    --btn-pure-normal-color: var(--color-text1-4,#333);
    --btn-pure-normal-color-hover: var(--color-text1-5,#000);
    --btn-pure-normal-color-active: var(--color-text1-5,#000);
    --btn-ghost-light-color: var(--color-text1-5,#000);
    --btn-ghost-light-color-hover: var(--color-text1-5,#000);
    --btn-ghost-light-color-disabled-opacity: 0.3;
    --btn-ghost-light-border-color-disabled-opacity: 0.2;
    --btn-text-disabled-color: var(--color-text1-2,#acacac);
    --btn-text-normal-color: var(--color-text1-4,#333);
    --btn-text-secondary-color-hover: var(--color-brand1-6,#1047f5);
    --btn-text-normal-color-hover: var(--color-brand1-6,#1047f5);
    --btn-size-s-border-width: var(--line-1,1px);
    --btn-size-m-border-width: var(--line-1,1px);
    --btn-size-l-border-width: var(--line-1,1px);
    --btn-shadow: var(--shadow-zero,none);
    --btn-shadow-hover: var(--shadow-zero,none);
    --btn-size-s-font: var(--font-size-caption,12px);
    --btn-size-s-icon-split-size: var(--icon-xs,8px);
    --btn-size-m-icon-split-size: var(--icon-xs,8px);
    --btn-size-l-icon-split-size: var(--icon-s,12px);
    --btn-pure-color-disabled: var(--color-text1-1,#ccc);
    --btn-pure-bg-disabled: var(--color-fill1-1,#f8f8f8);
    --btn-pure-border-color-disabled: var(--color-line1-1,#e1e1e1);
    --btn-pure-normal-bg: var(--color-white,#fff);
    --btn-pure-normal-border-style: var(--line-solid,solid);
    --btn-pure-secondary-color: var(--color-brand1-6,#1047f5);
    --btn-pure-secondary-bg: var(--color-white,#fff);
    --btn-pure-secondary-border-color: var(--color-brand1-6,#1047f5);
    --btn-pure-secondary-border-style: var(--line-solid,solid);
    --btn-pure-primary-color: var(--color-white,#fff);
    --btn-pure-primary-color-hover: var(--color-white,#fff);
    --btn-pure-primary-color-active: var(--color-white,#fff);
    --btn-pure-primary-bg: var(--color-brand1-6,#1047f5);
    --btn-pure-primary-border-style: var(--line-solid,solid);
    --btn-ghost-border-style: var(--line-solid,solid);
    --btn-ghost-dark-color: var(--color-white,#fff);
    --btn-ghost-dark-border-color: var(--color-white,#fff);
    --btn-ghost-dark-color-hover: var(--color-white,#fff);
    --btn-ghost-dark-bg: var(--color-transparent,transparent);
    --btn-ghost-dark-bg-opacity: 0;
    --btn-ghost-dark-bg-hover-rgb: var(--color-white,#fff);
    --btn-ghost-dark-border-color-hover: var(--color-white,#fff);
    --btn-ghost-dark-color-disabled-rgb: var(--color-white,#fff);
    --btn-ghost-dark-color-disabled-opacity: .4;
    --btn-ghost-dark-bg-disabled: var(--color-transparent,transparent);
    --btn-ghost-dark-border-color-disabled-rgb: var(--color-white,#fff);
    --btn-ghost-dark-border-color-disabled-opacity: .4;
    --btn-ghost-light-border-color: var(--color-text1-4,#333);
    --btn-ghost-light-bg: var(--color-transparent,transparent);
    --btn-ghost-light-bg-opacity: 0;
    --btn-ghost-light-border-color-hover: var(--color-text1-4,#333);
    --btn-ghost-light-bg-hover-rgb: var(--color-black,#000);
    --btn-ghost-light-color-disabled-rgb: var(--color-black,#000);
    --btn-ghost-light-bg-disabled: var(--color-transparent,transparent);
    --btn-ghost-light-border-color-disabled-rgb: var(--color-black,#000);
    --btn-warning-border-style: var(--line-solid,solid);
    --btn-warning-primary-color: var(--color-white,#fff);
    --btn-warning-primary-color-hover: var(--color-white,#fff);
    --btn-warning-primary-color-active: var(--color-white,#fff);
    --btn-warning-primary-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --btn-warning-normal-bg: var(--color-white,#fff);
    --btn-warning-normal-bg-active: var(--color-error-4,#ffe3e2);
    --btn-text-primary-color: var(--color-link-1,#1047f5);
    --btn-text-loading-color: var(--color-text1-4,#333);
    --btn-text-size-s-font: var(--font-size-caption,12px);
    --btn-text-icon-size-s: var(--icon-s,12px);
    --btn-text-icon-size-m: var(--icon-m,16px);
    --btn-text-icon-size-l: var(--icon-l,20px);
    --table-normal-border-color: var(--color-line1-1,#e1e1e1);
    --table-sort-icon-size: var(--icon-m,16px);
    --table-filter-icon-size: var(--icon-m,16px);
    --table-expanded-icon-size: var(--icon-l,20px);
    --table-tree-expanded-icon-size: var(--icon-l,20px);
    --table-header-icon-margin-left: var(--s-2,8px);
    --table-header-corner-top: var(--corner-2,4px);
    --table-group-split: var(--s-2,8px);
    --table-group-header-corner-top: var(--corner-2,4px);
    --table-group-header-corner-bottom: var(--corner-2,4px);
    --table-group-footer-corner-top: var(--corner-2,4px);
    --table-group-footer-corner-bottom: var(--corner-2,4px);
    --table-group-th-color: var(--color-text1-3,#666);
    --table-row-bg: var(--color-white,#fff);
    --table-group-footer-color: var(--color-text1-3,#666);
    --table-expand-fold-icon-content: var(--icon-content-arrow-down,"");
    --table-group-th-bg: var(--color-fill1-1,#f8f8f8);
    --table-group-footer-bg: var(--color-fill1-1,#f8f8f8);
    --table-row-hover-bg: var(--color-fill1-1,#f8f8f8);
    --table-th-font-weight: var(--font-weight-medium,500);
    --table-th-bg: var(--color-white,#fff);
    --table-header-padding-top: var(--s-4,16px);
    --table-cell-padding-left: var(--s-5,20px);
    --table-header-padding-left: var(--s-5,20px);
    --table-size-s-cell-padding-left: var(--s-4,16px);
    --table-size-s-header-padding-top: var(--s-3,12px);
    --table-size-s-header-padding-left: var(--s-4,16px);
    --table-th-color: var(--color-text1-3,#666);
    --table-cell-padding-top: var(--s-4,16px);
    --table-size-s-cell-padding-top: var(--s-3,12px);
    --table-row-color: var(--color-text1-5,#000);
    --table-empty-color: var(--color-text1-2,#acacac);
    --table-row-hover-color: var(--color-text1-5,#000);
    --table-row-selected-bg: var(--color-brand1-1,#eef3ff);
    --table-row-selected-color: var(--color-text1-5,#000);
    --table-sort-color: var(--color-text1-3,#666);
    --table-th-font-size: var(--font-size-body-1,14px);
    --table-header-corner-bottom: var(--corner-2,4px);
    --table-body-font-size: var(--font-size-body-1,14px);
    --table-normal-border-width: var(--line-1,1px);
    --table-empty-padding: var(--s-8,32px);
    --table-normal-border-style: var(--line-solid,solid);
    --table-td-gray: var(--color-fill1-1,#f8f8f8);
    --table-td-normal: var(--color-white,#fff);
    --table-sort-color-current: var(--color-brand1-6,#1047f5);
    --table-expanded-ctrl-disabled-color: var(--color-text1-2,#acacac);
    --table-tree-fold-icon-content: var(--icon-content-arrow-right,"");
    --table-tree-unfold-icon-content: var(--icon-content-arrow-down,"");
    --table-expand-unfold-icon-content: var(--icon-content-minus,"");
    --menu-padding-ver-padding-tb: var(--s-2,8px);
    --menu-background-hover: var(--color-fill1-1,#f8f8f8);
    --menu-hoz-icon-size: var(--icon-m,16px);
    --menu-icon-margin: var(--s-2,8px);
    --menu-color-selected: var(--color-link-1,#1047f5);
    --menu-unfold-icon-content: var(--icon-content-arrow-up,"");
    --menu-item-padding-ver-padding-l: var(--s-6,24px);
    --menu-icon-selected-size: var(--icon-s,12px);
    --menu-icon-selected-right: var(--s-2,8px);
    --menu-color-hover: var(--color-brand1-6,#1047f5);
    --menu-font-size: var(--font-size-body-1,14px);
    --menu-item-padding-ver-padding-r: var(--s-6,24px);
    --menu-line-height: var(--s-9,36px);
    --menu-padding-title-horizontal: var(--s-6,24px);
    --menu-divider-margin-ver: var(--s-2,8px);
    --menu-divider-margin-hoz: var(--s-6,24px);
    --menu-icon-size: var(--icon-s,12px);
    --menu-arrow-color-hover: var(--color-brand1-6,#1047f5);
    --menu-padding-ver-padding-lr: var(--s-zero,0px);
    --menu-color: var(--color-text1-4,#333);
    --menu-color-disabled: var(--color-text1-2,#acacac);
    --menu-divider-color: var(--color-line1-1,#e1e1e1);
    --menu-padding-hoz-padding-lr: var(--s-zero,0px);
    --menu-padding-hoz-padding-tb: var(--s-2,8px);
    --menu-item-padding-hoz-padding-lr: var(--s-5,20px);
    --menu-submenu-title-size: var(--font-size-body-1,14px);
    --menu-divider-width: var(--line-1,1px);
    --menu-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --menu-divider-style: var(--line-solid,solid);
    --menu-background: var(--color-white,#fff);
    --menu-arrow-color: var(--color-text1-3,#666);
    --menu-background-selected: var(--color-white,#fff);
    --menu-icon-selected-color: var(--color-brand1-6,#1047f5);
    --menu-arrow-right: 10px;
    --menu-icon-selected-hover-color: var(--color-brand1-6,#1047f5);
    --menu-select-icon-content: var(--icon-content-select,"");
    --menu-fold-icon-content: var(--icon-content-arrow-down,"");
    --menu-popupfold-icon-content: var(--icon-content-arrow-right,"");
    --message-success-color-bg-inline: var(--color-success-3,#eefaf5);
    --message-success-color-border-inline: var(--color-success-3,#eefaf5);
    --message-success-color-icon-inline: var(--color-success-1,#04c3b3);
    --message-success-color-icon-addon: var(--color-success-1,#04c3b3);
    --message-success-color-icon-toast: var(--color-success-1,#04c3b3);
    --message-error-color-bg-inline: var(--color-error-3,#fff5f5);
    --message-error-color-border-inline: var(--color-error-3,#fff5f5);
    --message-error-color-icon-inline: var(--color-error-1,#f33200);
    --message-error-color-icon-addon: var(--color-error-1,#f33200);
    --message-error-color-icon-toast: var(--color-error-1,#f33200);
    --message-warning-color-bg-inline: var(--color-warning-3,#fff5ed);
    --message-warning-color-border-inline: var(--color-warning-3,#fff5ed);
    --message-warning-color-icon-inline: var(--color-warning-1,#ff6a00);
    --message-warning-color-icon-addon: var(--color-warning-1,#ff6a00);
    --message-warning-color-icon-toast: var(--color-warning-1,#ff6a00);
    --message-notice-color-bg-inline: var(--color-notice-3,#eef3ff);
    --message-notice-color-border-inline: var(--color-notice-3,#eef3ff);
    --message-notice-color-icon-inline: var(--color-notice-1,#1047f5);
    --message-notice-color-icon-addon: var(--color-notice-1,#1047f5);
    --message-notice-color-icon-toast: var(--color-notice-1,#1047f5);
    --message-help-color-bg-inline: var(--color-help-3,#eefaf5);
    --message-help-color-border-inline: var(--color-help-3,#eefaf5);
    --message-help-color-icon-inline: var(--color-help-1,#04c3b3);
    --message-help-color-icon-addon: var(--color-success-1,#04c3b3);
    --message-help-color-icon-toast: var(--color-success-1,#04c3b3);
    --message-size-m-icon: var(--icon-m,16px);
    --message-size-m-border-radius: var(--corner-2,4px);
    --message-size-l-content-font: var(--font-size-body-1,14px);
    --message-size-l-title-content-padding-left: var(--s-3,12px);
    --message-size-l-close-top: var(--s-3,12px);
    --message-size-l-close-right: var(--s-3,12px);
    --message-size-m-padding: var(--s-3,12px);
    --message-size-m-title-content-padding-left: var(--s-3,12px);
    --message-close-icon-size: var(--icon-s,12px);
    --message-loading-color-icon-addon: var(--color-notice-1,#1047f5);
    --message-loading-color-icon-toast: var(--color-notice-1,#1047f5);
    --message-hover-close-icon-color: var(--color-brand1-6,#1047f5);
    --message-size-l-padding: var(--s-4,16px);
    --message-size-l-title-content-padding-right: var(--s-5,20px);
    --message-size-l-icon: var(--icon-l,20px);
    --message-size-m-title-content-padding-right: var(--s-3,12px);
    --message-size-m-content-font: var(--font-size-caption,12px);
    --message-success-icon-content: var(--icon-content-success-fill,"");
    --message-warning-icon-content: var(--icon-content-warning-fill,"");
    --message-error-icon-content: var(--icon-content-reeor-fill,"");
    --message-help-icon-content: var(--icon-content-help1,"");
    --message-notice-icon-content: var(--icon-content-prompt,"");
    --message-success-color-title-inline: var(--color-text1-5,#000);
    --message-success-color-title-addon: var(--color-text1-5,#000);
    --message-success-color-title-toast: var(--color-text1-5,#000);
    --message-error-color-title-inline: var(--color-text1-5,#000);
    --message-error-color-title-addon: var(--color-text1-5,#000);
    --message-error-color-title-toast: var(--color-text1-5,#000);
    --message-warning-color-title-inline: var(--color-text1-5,#000);
    --message-warning-color-title-addon: var(--color-text1-5,#000);
    --message-warning-color-title-toast: var(--color-text1-5,#000);
    --message-notice-color-title-inline: var(--color-text1-5,#000);
    --message-notice-color-title-addon: var(--color-text1-5,#000);
    --message-notice-color-title-toast: var(--color-text1-5,#000);
    --message-help-color-title-inline: var(--color-text1-5,#000);
    --message-help-color-title-addon: var(--color-text1-5,#000);
    --message-help-color-title-toast: var(--color-text1-5,#000);
    --message-loading-color-title-inline: var(--color-text1-5,#000);
    --message-loading-color-title-addon: var(--color-text1-5,#000);
    --message-loading-color-title-toast: var(--color-text1-5,#000);
    --message-close-icon-color: var(--color-text1-3,#666);
    --message-size-l-border-radius: var(--corner-2,4px);
    --message-size-l-border-radius-toast: var(--corner-2,4px);
    --message-size-m-border-radius-toast: var(--corner-2,4px);
    --message-size-l-title-font: var(--font-size-title,18px);
    --message-success-color-content-inline: var(--color-text1-4,#333);
    --message-success-color-content-addon: var(--color-text1-4,#333);
    --message-success-color-content-toast: var(--color-text1-4,#333);
    --message-error-color-content-inline: var(--color-text1-4,#333);
    --message-error-color-content-addon: var(--color-text1-4,#333);
    --message-error-color-content-toast: var(--color-text1-4,#333);
    --message-warning-color-content-inline: var(--color-text1-4,#333);
    --message-warning-color-content-addon: var(--color-text1-4,#333);
    --message-warning-color-content-toast: var(--color-text1-4,#333);
    --message-notice-color-content-inline: var(--color-text1-4,#333);
    --message-notice-color-content-addon: var(--color-text1-4,#333);
    --message-notice-color-content-toast: var(--color-text1-4,#333);
    --message-help-color-content-inline: var(--color-text1-4,#333);
    --message-help-color-content-addon: var(--color-text1-4,#333);
    --message-help-color-content-toast: var(--color-text1-4,#333);
    --message-loading-color-content-inline: var(--color-text1-4,#333);
    --message-loading-color-content-addon: var(--color-text1-4,#333);
    --message-loading-color-content-toast: var(--color-text1-4,#333);
    --message-size-l-content-margin-top: var(--s-3,12px);
    --message-size-m-title-font: var(--font-size-body-1,14px);
    --message-size-m-content-margin-top: var(--s-2,8px);
    --message-size-l-border-width: var(--line-2,2px);
    --message-size-m-border-width: var(--line-1,1px);
    --message-size-m-close-top: var(--s-3,12px);
    --message-size-m-close-right: var(--s-3,12px);
    --message-border-style: var(--line-solid,solid);
    --message-border-style-toast: var(--line-solid,solid);
    --message-shadow-toast: var(--shadow-2-down,0px 4px 8px 0px rgba(0,0,0,0.08));
    --message-success-color-bg-addon: var(--color-transparent,transparent);
    --message-success-color-bg-toast: var(--color-white,#fff);
    --message-success-color-border-toast: var(--color-white,#fff);
    --message-error-color-bg-addon: var(--color-transparent,transparent);
    --message-error-color-bg-toast: var(--color-white,#fff);
    --message-error-color-border-toast: var(--color-white,#fff);
    --message-warning-color-bg-addon: var(--color-transparent,transparent);
    --message-warning-color-bg-toast: var(--color-white,#fff);
    --message-warning-color-border-toast: var(--color-white,#fff);
    --message-notice-color-bg-addon: var(--color-transparent,transparent);
    --message-notice-color-bg-toast: var(--color-white,#fff);
    --message-notice-color-border-toast: var(--color-white,#fff);
    --message-help-color-bg-addon: var(--color-transparent,transparent);
    --message-help-color-bg-toast: var(--color-white,#fff);
    --message-help-color-border-toast: var(--color-white,#fff);
    --message-loading-color-bg-inline: var(--color-white,#fff);
    --message-loading-color-bg-addon: var(--color-transparent,transparent);
    --message-loading-color-bg-toast: var(--color-white,#fff);
    --message-loading-color-border-inline: var(--color-white,#fff);
    --message-loading-color-border-toast: var(--color-white,#fff);
    --message-loading-color-icon-inline: var(--color-brand1-6,#1047f5);
    --message-loading-icon-content: var(--icon-content-loading,"");
    --dialog-title-padding-top: var(--s-6,24px);
    --dialog-title-padding-left-right: var(--s-6,24px);
    --dialog-content-padding-left-right: var(--s-6,24px);
    --dialog-footer-padding-left-right: var(--s-6,24px);
    --dialog-close-top: var(--s-6,24px);
    --dialog-close-right: var(--s-6,24px);
    --dialog-close-width: var(--s-5,20px);
    --dialog-border-color: var(--color-white,#fff);
    --dialog-close-color: var(--color-brand1-9,#1f1f49);
    --dialog-footer-button-spacing: var(--s-2,8px);
    --dialog-corner: var(--corner-3,8px);
    --dialog-message-content-padding-top: var(--s-5,20px);
    --dialog-title-font-weight: var(--font-weight-medium,500);
    --dialog-content-font-size: var(--font-size-body-1,14px);
    --dialog-shadow: var(--shadow-1,4px 4px 8px 0px rgba(0,0,0,0.14));
    --dialog-footer-padding-bottom: var(--s-6,24px);
    --dialog-close-size: var(--icon-l,20px);
    --dialog-title-color: var(--color-text1-5,#000);
    --dialog-content-color: var(--color-text1-4,#333);
    --dialog-title-padding-bottom: var(--s-4,16px);
    --dialog-content-padding-bottom: var(--s-zero,0px);
    --dialog-content-margin-bottom-no-footer: var(--s-6,24px);
    --dialog-footer-padding-top: var(--s-6,24px);
    --dialog-title-font-size: var(--font-size-title,18px);
    --dialog-content-padding-top: var(--s-zero,0px);
    --dialog-border-width: var(--line-1,1px);
    --dialog-title-border-width: var(--line-zero,0px);
    --dialog-message-content-padding-bottom: var(--s-5,20px);
    --dialog-message-content-padding-left-right: var(--s-5,20px);
    --dialog-footer-border-width: var(--line-zero,0px);
    --dialog-bg: var(--color-white,#fff);
    --dialog-border-style: var(--line-solid,solid);
    --dialog-title-bg-color: var(--color-transparent,transparent);
    --dialog-title-border-color: var(--color-transparent,transparent);
    --dialog-footer-bg-color: var(--color-transparent,transparent);
    --dialog-footer-border-color: var(--color-transparent,transparent);
    --dialog-close-color-hovered: var(--color-text1-4,#333);
    --dialog-close-bg-hovered: var(--color-transparent,transparent);
    --balloon-corner: var(--corner-2,4px);
    --balloon-primary-color-bg: var(--color-brand1-9,#1f1f49);
    --balloon-primary-color: var(--color-white,#fff);
    --balloon-primary-color-close: var(--color-white,#fff);
    --balloon-size-close: var(--icon-s,12px);
    --balloon-tooltip-shadow: var(--shadow-zero,none);
    --balloon-size-padding-top: var(--s-3,12px);
    --balloon-title-font-size: var(--font-size-body-1,14px);
    --balloon-tooltip-content-font-size: var(--font-size-caption,12px);
    --balloon-normal-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --balloon-normal-color-close-hover: var(--color-brand1-6,#1047f5);
    --balloon-primary-color-close-hover: var(--color-brand1-2,#dfe8ff);
    --balloon-normal-color-border: var(--color-line1-1,#e1e1e1);
    --balloon-content-font-size: var(--font-size-body-1,14px);
    --balloon-normal-color: var(--color-text1-4,#333);
    --balloon-normal-color-close: var(--color-text1-4,#333);
    --balloon-tooltip-color-bg: var(--color-brand1-1,#eef3ff);
    --balloon-tooltip-color-border: var(--color-brand1-1,#eef3ff);
    --balloon-tooltip-color: var(--color-text1-4,#333);
    --balloon-primary-color-border: var(--color-transparent,transparent);
    --balloon-size-max-width: 2000px;
    --balloon-size-padding-right: var(--s-4,16px);
    --balloon-size-padding-closable-right: var(--s-10,40px);
    --balloon-size-header-margin-bottom: var(--s-2,8px);
    --balloon-title-font-weight: var(--font-weight-3,bold);
    --balloon-content-font-weight: var(--font-weight-2,normal);
    --balloon-normal-border-width: var(--line-1,1px);
    --balloon-primary-border-width: var(--line-1,1px);
    --balloon-tooltip-border-width: var(--line-1,1px);
    --balloon-tooltip-content-font-weight: var(--font-weight-2,normal);
    --balloon-size-close-margin-top: var(--s-3,12px);
    --balloon-size-close-margin-right: var(--s-3,12px);
    --balloon-size-arrow-size: var(--s-3,12px);
    --balloon-size-arrow-margin: var(--s-3,12px);
    --balloon-tooltip-size-padding-top: var(--s-2,8px);
    --balloon-tooltip-size-padding-right: var(--s-2,8px);
    --balloon-tooltip-size-padding-bottom: var(--s-2,8px);
    --balloon-tooltip-size-padding-left: var(--s-2,8px);
    --balloon-border-style: var(--line-solid,solid);
    --balloon-normal-color-bg: var(--color-white,#fff);
    --balloon-primary-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --balloon-tooltip-border-style: var(--line-solid,solid);
    --drawer-border-color: var(--color-white,#fff);
    --drawer-title-border-color: var(--color-white,#fff);
    --drawer-title-font-size: var(--font-size-title,18px);
    --drawer-title-padding-top: var(--s-4,16px);
    --drawer-close-top: var(--s-5,20px);
    --drawer-close-right: var(--s-5,20px);
    --drawer-close-size: var(--icon-m,16px);
    --drawer-close-color-hovered: var(--color-notice-1,#1047f5);
    --drawer-content-padding-top: var(--s-2,8px);
    --drawer-content-font-size: var(--font-size-body-1,14px);
    --drawer-title-color: var(--color-text1-5,#000);
    --drawer-content-color: var(--color-text1-4,#333);
    --drawer-close-color: var(--color-text1-4,#333);
    --drawer-title-padding-bottom: var(--s-3,12px);
    --drawer-title-padding-left-right: var(--s-5,20px);
    --drawer-title-border-width: var(--line-1,1px);
    --drawer-content-padding-bottom: var(--s-5,20px);
    --drawer-content-padding-left-right: var(--s-5,20px);
    --drawer-bg: var(--color-white,#fff);
    --drawer-border-width: var(--line-1,1px);
    --drawer-border-style: var(--line-solid,solid);
    --drawer-corner: var(--corner-1,2px);
    --drawer-shadow: var(--shadow-2-down,0px 4px 8px 0px rgba(0,0,0,0.08));
    --drawer-title-bg-color: var(--color-white,#fff);
    --drawer-close-bg-hovered: var(--color-transparent,transparent);
    --input-border-color: var(--color-line1-2,#c8c8c8);
    --input-label-color: var(--color-text1-3,#666);
    --input-hover-border-color: var(--color-notice-1,#1047f5);
    --input-focus-shadow-spread: var(--line-zero,0px);
    --input-disabled-color: var(--color-text1-3,#666);
    --input-disabled-bg-color: var(--color-fill1-2,#f3f3f3);
    --input-s-padding: var(--s-2,8px);
    --input-s-icon-padding-right: var(--s-2,8px);
    --input-feedback-success-color: var(--color-success-1,#04c3b3);
    --input-feedback-loading-color: var(--color-notice-1,#1047f5);
    --input-feedback-error-border-color: var(--color-error-1,#f33200);
    --input-maxlen-error-color: var(--color-error-1,#f33200);
    --input-maxlen-color: var(--color-text1-3,#666);
    --input-multiple-padding-tb: var(--s-2,8px);
    --input-multiple-corner: var(--corner-2,4px);
    --input-addon-bg-color: var(--color-fill1-1,#f8f8f8);
    --input-l-icon-padding-right: var(--s-2,8px);
    --input-m-icon-padding-right: var(--s-2,8px);
    --input-l-padding: var(--s-3,12px);
    --input-m-padding: var(--s-3,12px);
    --input-multiple-padding-lr: var(--s-3,12px);
    --input-l-label-padding-left: var(--s-3,12px);
    --input-m-label-padding-left: var(--s-3,12px);
    --input-feedback-warning-border-color: var(--color-warning-1,#ff6a00);
    --input-feedback-warning-color: var(--color-warning-1,#ff6a00);
    --input-disabled-border-color: var(--color-line1-1,#e1e1e1);
    --input-focus-border-color: var(--color-notice-1,#1047f5);
    --input-text-color: var(--color-text1-5,#000);
    --input-placeholder-color: var(--color-text1-2,#acacac);
    --input-addon-text-color: var(--color-text1-3,#666);
    --input-hint-color: var(--color-text1-2,#acacac);
    --input-multiple-font-size: var(--font-size-body-1,14px);
    --input-feedback-warning-icon: var(--icon-content-warning-fill,"");
    --input-hover-bg-color: var(--color-white,#fff);
    --input-focus-bg-color: var(--color-white,#fff);
    --input-border-width: var(--line-1,1px);
    --input-bg-color: var(--color-white,#fff);
    --input-addon-padding: var(--s-2,8px);
    --input-s-label-padding-left: var(--s-2,8px);
    --input-feedback-warning-bg-color: var(--color-white,#fff);
    --input-feedback-success-icon: var(--icon-content-success-filling,"");
    --input-feedback-loading-icon: var(--icon-content-loading,"");
    --input-feedback-error-color: var(--input-text-color,#000);
    --input-feedback-error-bg-color: var(--color-white,#fff);
    --input-maxlen-warning-color: var(--color-warning-3,#fff5ed);
    --input-maxlen-font-size: var(--font-size-caption,12px);
    --input-hint-hover-color: var(--color-text1-3,#666);
    --input-feedback-clear-icon: var(--icon-content-delete-filling,"");
    --cascader-menu-border-color: var(--color-line1-1,#e1e1e1);
    --cascader-menu-border-radius: var(--corner-2,4px);
    --cascader-menu-icon-expand-color: var(--color-text1-3,#666);
    --cascader-menu-icon-hover-expand-color: var(--color-text1-3,#666);
    --cascader-menu-item-expanded-background-color: var(--color-white,#fff);
    --cascader-menu-item-expanded-color: var(--color-brand1-6,#1047f5);
    --cascader-menu-width: var(--s-40,160px);
    --cascader-menu-height: var(--s-50,200px);
    --cascader-menu-icon-expand-size: var(--icon-s,12px);
    --cascader-menu-border-width: var(--line-1,1px);
    --cascader-menu-min-width: var(--s-25,100px);
    --radio-width: var(--s-4,16px);
    --radio-circle-size: var(--s-1,4px);
    --radio-checked-hovered-bg-color: var(--color-notice-2,#0c38c4);
    --radio-border-color: var(--color-line1-3,#a2a3a5);
    --radio-disabled-bg-color: var(--color-fill1-3,#e1e1e1);
    --radio-checked-disabled-bg-color: var(--color-fill1-3,#e1e1e1);
    --radio-disabled-border-color: var(--color-line1-2,#c8c8c8);
    --radio-checked-disabled-border-color: var(--color-line1-2,#c8c8c8);
    --radio-checked-disabled-circle-color: var(--color-line1-3,#a2a3a5);
    --radio-button-height-large: var(--s-9,36px);
    --radio-button-height-medium: var(--s-8,32px);
    --radio-button-height-small: var(--s-7,28px);
    --radio-button-padding-large: var(--s-3,12px);
    --radio-button-corner-large: var(--corner-2,4px);
    --radio-button-corner-medium: var(--corner-2,4px);
    --radio-button-corner-small: var(--corner-2,4px);
    --radio-button-bg-color-disabled: var(--color-fill1-2,#f3f3f3);
    --radio-button-border-color-hovered: var(--color-notice-1,#1047f5);
    --radio-button-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --radio-button-border-color-checked-disabled: var(--color-line1-2,#c8c8c8);
    --radio-button-font-color-hovered: var(--color-notice-1,#1047f5);
    --radio-button-font-color-checked-disabled: var(--color-notice-1,#1047f5);
    --radio-button-bg-color-hovered: var(--color-notice-3,#eef3ff);
    --radio-font-margin-left: var(--s-2,8px);
    --radio-font-size: var(--font-size-body-1,14px);
    --radio-button-font-size-large: var(--font-size-body-1,14px);
    --radio-button-bg-color-checked-disabled: var(--color-white,#fff);
    --radio-button-bg-color-checked: var(--color-white,#fff);
    --radio-normal-font-color: var(--color-text1-4,#333);
    --radio-button-border-color: var(--color-line1-2,#c8c8c8);
    --radio-button-font-color: var(--color-text1-4,#333);
    --radio-button-font-color-disabled: var(--color-text1-2,#acacac);
    --radio-normal-font-color-disabled: var(--color-text1-4,#333);
    --radio-circle-border-width: var(--line-1,1px);
    --radio-shadow: var(--shadow-zero,none);
    --radio-radius-size: var(--corner-circle,50%);
    --radio-bg-color: var(--color-white,#fff);
    --radio-hovered-bg-color: var(--color-brand1-1,#eef3ff);
    --radio-checked-bg-color: var(--color-brand1-6,#1047f5);
    --radio-hovered-border-color: var(--color-brand1-6,#1047f5);
    --radio-checked-border-color: var(--color-brand1-6,#1047f5);
    --radio-checked-hovered-border-color: var(--color-transparent,transparent);
    --radio-checked-circle-color: var(--color-white,#fff);
    --radio-disabled-circle-color: var(--color-text1-1,#ccc);
    --radio-checked-hovered-circle-color: var(--color-white,#fff);
    --radio-button-padding-medium: var(--s-2,8px);
    --radio-button-padding-small: var(--s-2,8px);
    --radio-button-font-size-medium: var(--font-size-body-1,14px);
    --radio-button-font-size-small: var(--font-size-caption,12px);
    --radio-button-bg-color: var(--color-white,#fff);
    --radio-button-border-color-checked: var(--color-brand1-6,#1047f5);
    --radio-button-font-color-checked: var(--color-brand1-6,#1047f5);
    --checkbox-border-radius: var(--corner-1,2px);
    --checkbox-margin-left: var(--s-2,8px);
    --checkbox-semi-select-icon-content: var(--icon-content-sami-select,"");
    --checkbox-disabled-border-color: var(--color-line1-2,#c8c8c8);
    --checkbox-disabled-bg-color: var(--color-fill1-3,#e1e1e1);
    --checkbox-disabled-circle-color: var(--color-text1-3,#666);
    --checkbox-circle-size: var(--icon-s,12px);
    --checkbox-checked-hovered-bg-color: var(--color-brand1-7,#0c38c4);
    --checkbox-font-size: var(--font-size-body-1,14px);
    --checkbox-label-color: var(--color-text1-4,#333);
    --checkbox-disabled-label-color: var(--color-text1-4,#333);
    --checkbox-border-color: var(--color-line1-3,#a2a3a5);
    --checkbox-size: var(--s-4,16px);
    --checkbox-border-width: var(--line-1,1px);
    --checkbox-shadow: var(--shadow-zero,none);
    --checkbox-hovered-border-color: var(--color-brand1-6,#1047f5);
    --checkbox-checked-border-color: var(--color-transparent,transparent);
    --checkbox-checked-hovered-border-color: var(--color-transparent,transparent);
    --checkbox-checked-circle-color: var(--color-white,#fff);
    --checkbox-checked-hovered-circle-color: var(--color-white,#fff);
    --checkbox-bg-color: var(--color-white,#fff);
    --checkbox-checked-bg-color: var(--color-brand1-6,#1047f5);
    --checkbox-hovered-bg-color: var(--color-brand1-1,#eef3ff);
    --checkbox-select-icon-content: var(--icon-content-select,"");
    --range-size-m-track-height: var(--s-1,4px);
    --range-size-m-scale-height: var(--s-1,4px);
    --range-size-m-slider-hw: var(--s-4,16px);
    --range-size-m-track-radius: var(--corner-zero,0px);
    --range-normal-unselected-color: var(--color-line1-1,#e1e1e1);
    --range-normal-unselected-color-hover: var(--color-line1-1,#e1e1e1);
    --range-size-m-slider-shadow: var(--shadow-zero,none);
    --range-size-m-slider-shadow-hover: var(--shadow-zero,none);
    --range-normal-unselected-color-disabled: var(--color-line1-1,#e1e1e1);
    --range-normal-selected-color-disabled: var(--color-brand1-6,#1047f5);
    --range-normal-slider-bg-color-disabled: var(--color-fill1-3,#e1e1e1);
    --range-normal-slider-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --range-size-slider-border-width: var(--line-1,1px);
    --range-size-m-mark-font-lineheight: 20px;
    --range-normal-mark-selected-color: var(--color-text1-3,#666);
    --range-normal-mark-color-hover: var(--color-text1-2,#acacac);
    --range-normal-mark-color-disabled: var(--color-text1-4,#333);
    --range-normal-mark-selected-color-disabled: var(--color-text1-4,#333);
    --range-normal-mark-color: var(--color-text1-3,#666);
    --range-normal-slider-border-color: var(--color-brand1-6,#1047f5);
    --range-size-m-mark-top: var(--s-7,28px);
    --range-size-m-mark-font-size: var(--font-size-caption,12px);
    --range-size-m-scale-item-border-width: var(--line-1,1px);
    --range-size-slider-border-style: var(--line-solid,solid);
    --range-size-m-mark-font-weight: var(--font-weight-2,normal);
    --range-size-m-scale-radius: var(--corner-zero,0px);
    --range-size-m-slider-shadow-moving: var(--shadow-2,4px 4px 8px 0px rgba(0,0,0,0.08));
    --range-normal-selected-color: var(--color-brand1-6,#1047f5);
    --range-normal-slider-bg-color: var(--color-white,#fff);
    --range-normal-selected-color-hover: var(--color-brand1-6,#1047f5);
    --range-normal-slider-bg-color-hover: var(--color-white,#fff);
    --range-normal-mark-selected-color-hover: var(--color-text1-4,#333);
    --range-normal-slider-border-color-hover: var(--color-transparent,transparent);
    --rating-small-font-size: var(--font-size-body-1,14px);
    --rating-medium-font-size: var(--font-size-body-2,14px);
    --rating-large-font-size: var(--font-size-subhead,16px);
    --rating-normal-underlay-color: var(--color-fill1-3,#e1e1e1);
    --rating-normal-overlay-hover-color: var(--color-other-2,#fccc12);
    --rating-grade-low-overlay-color: var(--color-other-2,#fccc12);
    --rating-grade-high-overlay-color: var(--color-other-2,#fccc12);
    --rating-grade-high-overlay-hover-color: var(--color-other-2,#fccc12);
    --rating-medium-icon-size: var(--icon-m,16px);
    --rating-large-icon-size: var(--icon-l,20px);
    --rating-small-icon-size: var(--icon-l,20px);
    --rating-small-text-margin-left: var(--s-2,8px);
    --rating-medium-text-margin-left: var(--s-3,12px);
    --rating-large-text-margin-left: var(--s-4,16px);
    --rating-normal-overlay-color: var(--color-brand1-6,#1047f5);
    --rating-grade-low-overlay-hover-color: var(--color-text1-2,#acacac);
    --rating-grade-icon-content: var(--icon-content-favorites-filling,"");
    --search-normal-corner: var(--corner-2,4px);
    --search-normal-secondary-l-height: var(--s-9,36px);
    --search-normal-secondary-m-height: var(--s-8,32px);
    --search-normal-normal-l-height: var(--s-9,36px);
    --search-normal-normal-color: var(--color-line1-2,#c8c8c8);
    --search-normal-normal-split-color: var(--color-line1-2,#c8c8c8);
    --search-normal-normal-hover-color: var(--color-line1-3,#a2a3a5);
    --search-normal-normal-btn-hover-bg-color: var(--color-fill1-2,#f3f3f3);
    --search-normal-normal-m-height: var(--s-8,32px);
    --search-normal-dark-btn-hover-bg-color: var(--color-notice-2,#0c38c4);
    --search-normal-dark-border-width: var(--line-2,2px);
    --search-simple-corner: var(--corner-2,4px);
    --search-simple-normal-color: var(--color-line1-2,#c8c8c8);
    --search-simple-normal-hover-color: var(--color-notice-1,#1047f5);
    --search-simple-normal-split-color: var(--color-line1-2,#c8c8c8);
    --search-simple-normal-icon-text-color: var(--color-text1-3,#666);
    --search-simple-dark-color: var(--color-line1-2,#c8c8c8);
    --search-simple-dark-hover-color: var(--color-line1-1,#e1e1e1);
    --search-simple-dark-split-color: var(--color-line1-2,#c8c8c8);
    --search-normal-dark-bg-opacity: 0;
    --search-simple-dark-bg-opacity: 0;
    --search-simple-dark-icon-text-color: var(--color-fill1-2,#f3f3f3);
    --search-normal-secondary-l-icon-size: var(--icon-m,16px);
    --search-normal-secondary-m-icon-size: var(--icon-m,16px);
    --search-normal-normal-l-icon-size: var(--icon-m,16px);
    --search-normal-normal-m-icon-size: var(--icon-m,16px);
    --search-normal-dark-m-icon-size: var(--icon-m,16px);
    --search-simple-normal-m-icon-size: var(--icon-m,16px);
    --search-simple-dark-m-icon-size: var(--icon-m,16px);
    --search-normal-primary-split-color: var(--color-line1-1,#e1e1e1);
    --search-normal-primary-btn-text-padding-left: var(--s-1,4px);
    --search-normal-primary-l-icon-size: var(--icon-m,16px);
    --search-normal-primary-m-icon-size: var(--icon-m,16px);
    --search-normal-secondary-btn-text-padding-left: var(--s-1,4px);
    --search-normal-normal-btn-text-padding-left: var(--s-1,4px);
    --search-normal-dark-btn-text-padding-left: var(--s-1,4px);
    --search-normal-dark-l-icon-size: var(--icon-m,16px);
    --search-normal-primary-hover-color: var(--color-brand1-6,#1047f5);
    --search-normal-primary-btn-hover-bg-color: var(--color-brand1-7,#0c38c4);
    --search-simple-normal-icon-hover-text-color: var(--color-brand1-6,#1047f5);
    --search-simple-dark-icon-hover-text-color: var(--color-white,#fff);
    --search-normal-primary-m-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-secondary-m-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-normal-m-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-dark-m-btn-text-size: var(--font-size-body-1,14px);
    --search-simple-normal-l-icon-size: var(--icon-m,16px);
    --search-simple-dark-l-icon-size: var(--icon-m,16px);
    --search-normal-primary-border-width: var(--line-1,1px);
    --search-normal-primary-l-height: var(--s-9,36px);
    --search-normal-primary-l-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-primary-m-height: var(--s-8,32px);
    --search-normal-secondary-split-color: var(--color-line1-2,#c8c8c8);
    --search-normal-secondary-btn-bg-color: var(--color-brand1-1,#eef3ff);
    --search-normal-secondary-btn-text-color: var(--color-brand1-6,#1047f5);
    --search-normal-secondary-btn-hover-bg-color: var(--color-brand1-2,#dfe8ff);
    --search-normal-secondary-btn-hover-text-color: var(--color-brand1-6,#1047f5);
    --search-normal-secondary-l-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-normal-l-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-dark-l-height: var(--s-9,36px);
    --search-normal-dark-l-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-dark-m-height: var(--s-8,32px);
    --search-normal-secondary-color: var(--color-line1-2,#c8c8c8);
    --search-normal-normal-btn-bg-color: var(--color-white,#fff);
    --search-normal-normal-btn-hover-text-color: var(--color-text1-5,#000);
    --search-normal-primary-color: var(--color-brand1-6,#1047f5);
    --search-normal-primary-shadow: var(--shadow-zero,none);
    --search-normal-primary-btn-text-color: var(--color-white,#fff);
    --search-normal-primary-btn-hover-text-color: var(--color-white,#fff);
    --search-normal-secondary-hover-color: var(--color-brand1-6,#1047f5);
    --search-normal-secondary-shadow: var(--shadow-zero,none);
    --search-normal-secondary-border-width: var(--line-1,1px);
    --search-normal-normal-shadow: var(--shadow-zero,none);
    --search-normal-normal-btn-text-color: var(--color-text1-3,#666);
    --search-normal-normal-border-width: var(--line-1,1px);
    --search-normal-dark-color: var(--color-brand1-6,#1047f5);
    --search-normal-dark-hover-color: var(--color-brand1-6,#1047f5);
    --search-normal-dark-text-color: var(--color-white,#fff);
    --search-normal-dark-bg-color: var(--color-white,#fff);
    --search-normal-dark-shadow: var(--shadow-zero,none);
    --search-normal-dark-btn-text-color: var(--color-white,#fff);
    --search-normal-dark-btn-hover-text-color: var(--color-white,#fff);
    --search-simple-l-icon-margin-right: var(--s-3,12px);
    --search-simple-m-icon-margin-right: var(--s-2,8px);
    --search-simple-normal-shadow: var(--shadow-zero,none);
    --search-simple-normal-border-width: var(--line-1,1px);
    --search-simple-normal-btn-text-padding-left: var(--s-zero,0px);
    --search-simple-dark-bg-color: var(--color-white,#fff);
    --search-simple-dark-text-color: var(--color-white,#fff);
    --search-simple-dark-shadow: var(--shadow-zero,none);
    --search-simple-dark-btn-text-padding-left: var(--s-zero,0px);
    --search-simple-dark-border-width: var(--line-1,1px);
    --search-search-icon-content: var(--icon-content-search,"");
    --switch-size-m-radius-container: var(--corner-semicircle,500px);
    --switch-size-m-radius-trigger: var(--corner-semicircle,500px);
    --switch-size-m-trigger-padding-r: var(--s-2,8px);
    --switch-size-s-radius-container: var(--corner-semicircle,500px);
    --switch-size-s-radius-trigger: var(--corner-semicircle,500px);
    --switch-on-shadow: var(--shadow-zero,none);
    --switch-off-shadow: var(--shadow-zero,none);
    --switch-disabled-off-trigger-bg-color: var(--color-fill1-2,#f3f3f3);
    --switch-hover-on-bg-color: var(--color-brand1-7,#0c38c4);
    --switch-size-m-trigger-padding-l: var(--s-1,4px);
    --switch-size-s-trigger-padding-l: var(--s-1,4px);
    --switch-disabled-on-color-font: var(--color-text1-2,#acacac);
    --switch-normal-off-bg-color: var(--color-fill1-3,#e1e1e1);
    --switch-disabled-off-color-font: var(--color-text1-2,#acacac);
    --switch-normal-off-border-color: var(--color-fill1-3,#e1e1e1);
    --switch-disabled-off-bg-color: var(--color-fill1-3,#e1e1e1);
    --switch-disabled-on-trigger-bg-color: var(--color-fill1-2,#f3f3f3);
    --switch-normal-off-color-font: var(--color-text1-2,#acacac);
    --switch-size-m-width: var(--s-14,56px);
    --switch-size-m-trigger: var(--s-6,24px);
    --switch-size-m-inner-icon: var(--s-4,16px);
    --switch-size-s-width: var(--s-11,44px);
    --switch-size-s-trigger: var(--s-5,20px);
    --switch-size-s-inner-icon: var(--s-3,12px);
    --switch-size-s-trigger-padding-r: var(--s-2,8px);
    --switch-border-width-container: var(--line-2,2px);
    --switch-border-width-trigger: var(--line-1,1px);
    --switch-normal-on-bg-color: var(--color-brand1-6,#1047f5);
    --switch-disabled-on-bg-color: var(--color-fill1-3,#e1e1e1);
    --switch-normal-on-trigger-bg-color: var(--color-white,#fff);
    --switch-hover-on-trigger-bg-color: var(--color-white,#fff);
    --switch-normal-on-color-font: var(--color-white,#fff);
    --switch-disabled-on-border-color: var(--color-line1-3,#a2a3a5);
    --switch-handle-on-border-color: var(--color-transparent,transparent);
    --switch-hover-off-bg-color: var(--color-fill1-3,#e1e1e1);
    --switch-normal-off-trigger-bg-color: var(--color-white,#fff);
    --switch-hover-off-trigger-bg-color: var(--color-white,#fff);
    --switch-handle-disabled-border-color: transparent;
    --switch-handle-off-border-color: var(--color-transparent,transparent);
    --switch-hover-off-border-color: var(--color-fill1-3,#e1e1e1);
    --switch-rtl-on-shadow: var(--shadow-1-left,-4px 0px 8px 0px rgba(0,0,0,0.14));
    --upload-text-list-padding-left-right: var(--s-3,12px);
    --upload-text-list-corner: var(--corner-2,4px);
    --upload-text-list-bg-color: var(--color-fill1-1,#f8f8f8);
    --upload-text-list-bg-color-error: var(--color-error-3,#fff5f5);
    --upload-text-list-error-text-color: var(--color-error-1,#f33200);
    --upload-text-list-progressbar-height: var(--s-2,8px);
    --upload-image-list-item-padding: var(--s-2,8px);
    --upload-image-list-item-picture-size: var(--s-12,48px);
    --upload-image-list-item-picture-icon-size: var(--icon-l,20px);
    --upload-image-list-item-picture-corner: var(--corner-1,2px);
    --upload-image-list-item-thumbnail-font-color: var(--color-text1-4,#333);
    --upload-image-list-close-icon-right: var(--s-2,8px);
    --upload-image-list-item-border-width: var(--line-zero,0px);
    --upload-image-list-item-uploading-bg-color: var(--color-fill1-1,#f8f8f8);
    --upload-image-list-item-border-color: var(--color-line1-1,#e1e1e1);
    --upload-image-list-item-picture-border-color: var(--color-line1-1,#e1e1e1);
    --upload-image-list-item-picture-background-color: var(--color-white,#fff);
    --upload-card-list-corner: var(--corner-2,4px);
    --upload-image-list-item-bg-color: var(--color-fill1-1,#f8f8f8);
    --upload-image-list-item-error-bg-color: var(--color-error-3,#fff5f5);
    --upload-card-border-style: var(--line-dashed,dashed);
    --upload-card-border-color: var(--color-line1-2,#c8c8c8);
    --upload-card-bg-color: var(--color-white,#fff);
    --upload-card-hover-border-color: var(--color-notice-1,#1047f5);
    --upload-card-icon-color: var(--color-text1-3,#666);
    --upload-card-add-icon: var(--icon-content-add-select,"");
    --upload-card-list-uploading-bg-color: var(--color-white,#fff);
    --upload-card-list-margin-right: var(--s-3,12px);
    --upload-card-list-border-color: var(--color-line1-2,#c8c8c8);
    --upload-card-list-border-color-error: var(--color-error-1,#f33200);
    --upload-select-card-tool-bg-opacity: 0.8;
    --upload-drag-zone-corner: var(--corner-2,4px);
    --upload-card-font-color: var(--color-text1-3,#666);
    --upload-text-list-height: var(--s-12,48px);
    --upload-text-list-close-icon-size: var(--icon-s,12px);
    --upload-image-list-close-icon-size: var(--icon-s,12px);
    --upload-drag-zone-icon-size: var(--s-5,20px);
    --upload-text-list-font-size: var(--font-size-caption,12px);
    --upload-image-list-item-font-size: var(--font-size-caption,12px);
    --upload-card-size: var(--s-26,104px);
    --upload-card-add-icon-size: var(--icon-m,16px);
    --upload-card-add-text-size: var(--font-size-body-1,14px);
    --upload-card-add-text-margin-top: var(--s-1,4px);
    --upload-card-hover-font-color: var(--color-notice-1,#1047f5);
    --upload-drag-zone-font-size: var(--font-size-body-1,14px);
    --upload-disable-text-color: var(--color-text1-2,#acacac);
    --upload-text-list-bg-color-hover: var(--color-fill1-1,#f8f8f8);
    --upload-text-list-close-icon-color: var(--color-text1-4,#333);
    --upload-text-list-close-icon-color-hover: var(--color-brand1-6,#1047f5);
    --upload-text-list-name-font-color: var(--color-text1-4,#333);
    --upload-text-list-name-font-color-hover: var(--color-brand1-6,#1047f5);
    --upload-text-list-size-font-color-hover: var(--color-brand1-6,#1047f5);
    --upload-image-list-close-icon-color: var(--color-text1-4,#333);
    --upload-image-list-close-icon-color-hover: var(--color-brand1-6,#1047f5);
    --upload-image-list-item-border-color-hover: var(--color-line1-1,#e1e1e1);
    --upload-card-list-thumbnail-font-color: var(--color-text1-3,#666);
    --upload-card-list-thumbnail-font-size: var(--font-size-caption,12px);
    --upload-card-list-thumbnail-icon-size: var(--icon-l,20px);
    --upload-card-list-name-font-size: var(--font-size-body-1,14px);
    --upload-drag-zone-border-color: var(--color-line1-3,#a2a3a5);
    --upload-drag-zone-upload-normal-title-color: var(--color-text1-4,#333);
    --upload-drag-zone-upload-normal-hint-color: var(--color-text1-3,#666);
    --upload-drag-zone-upload-icon-color: var(--color-text1-3,#666);
    --upload-text-list-size-font-color: var(--color-text1-2,#acacac);
    --upload-disable-border-color: var(--color-line1-1,#e1e1e1);
    --upload-text-list-close-icon-right: var(--s-3,12px);
    --upload-image-list-item-picture-border-width: var(--line-1,1px);
    --upload-image-list-item-border-color-error: var(--color-error-3,#fff5f5);
    --upload-image-list-progressbar-height: var(--s-2,8px);
    --upload-card-margin-bottom: var(--s-4,16px);
    --upload-card-border-radius: var(--corner-zero,0px);
    --upload-card-list-bg-color: var(--color-transparent,transparent);
    --upload-card-list-bg-color-error: var(--color-fill1-1,#f8f8f8);
    --upload-card-list-padding: var(--s-zero,0px);
    --upload-card-list-name-margin-top: var(--s-1,4px);
    --upload-card-list-name-font-color: var(--color-text1-3,#666);
    --upload-card-list-progressbar-height: var(--s-2,8px);
    --upload-select-card-tool-bg-color: var(--color-black,#000);
    --upload-drag-zone-over-border-color: var(--color-brand1-6,#1047f5);
    --upload-drag-zone-hint-font-size: var(--font-size-caption,12px);
    --upload-drag-zone-bg-color: var(--color-transparent,transparent);
    --upload-drag-zone-upload-icon: var(--icon-content-upload,"");
    --form-top-label-margin-b: undefinedpx;
    --form-inline-s-item-margin-r: var(--s-6,24px);
    --form-error-color: var(--color-error-1,#f33200);
    --form-item-s-margin-b: var(--s-3,12px);
    --form-help-font-size: var(--font-size-caption,12px);
    --form-help-color: var(--color-text1-2,#acacac);
    --form-help-margin-top: var(--s-zero,0px);
    --form-label-padding-r: var(--s-3,12px);
    --form-inline-m-item-margin-r: var(--s-3,12px);
    --form-inline-l-item-margin-r: var(--s-3,12px);
    --form-item-l-margin-b: var(--s-5,20px);
    --form-item-m-margin-b: var(--s-3,12px);
    --form-warning-color: var(--color-warning-3,#fff5ed);
    --form-label-color: var(--color-text1-3,#666);
    --tag-size-l-height: var(--s-8,32px);
    --tag-size-m-height: var(--s-7,28px);
    --tag-size-s-height: var(--s-6,24px);
    --tag-size-l-padding-lr: var(--s-3,12px);
    --tag-size-m-padding-lr: var(--s-2,8px);
    --tag-size-s-padding-lr: var(--s-1,4px);
    --tag-corner-radius: var(--corner-2,4px);
    --tag-size-l-icon-font: var(--icon-s,12px);
    --tag-size-m-icon-font: var(--icon-s,12px);
    --tag-size-s-icon-font: var(--icon-s,12px);
    --tag-closable-normal-bg: var(--color-fill1-2,#f3f3f3);
    --tag-closable-bordered-tail-color-disabled: var(--color-text1-3,#666);
    --tag-closable-bordered-border-color-disabled: var(--color-line1-1,#e1e1e1);
    --tag-closable-bordered-text-color-disabled: var(--color-text1-3,#666);
    --tag-closable-bordered-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --tag-fill-tail-color-disabled: var(--color-text1-3,#666);
    --tag-closable-primary-fill-text-color-disabled: var(--color-text1-3,#666);
    --tag-closable-primary-fill-bg-color-disabled: var(--color-fill1-3,#e1e1e1);
    --tag-fill-tail-color: var(--color-text1-3,#666);
    --tag-closable-primary-fill-bg-color-hover: var(--color-fill1-2,#f3f3f3);
    --tag-closable-primary-fill-border-color: var(--color-transparent,transparent);
    --tag-checkable-normal-tick-bg-selected-disabled: var(--color-fill1-3,#e1e1e1);
    --tag-checkable-normal-icon-color-selected-disabled: var(--color-text1-3,#666);
    --tag-fill-border-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tag-fill-bg-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tag-bordered-border-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tag-bordered-bg-disabled: var(--color-fill1-2,#f3f3f3);
    --tag-secondary-bg: var(--color-notice-3,#eef3ff);
    --tag-checkable-normal-border-color: var(--color-fill1-2,#f3f3f3);
    --tag-size-l-spacing: var(--s-1,4px);
    --tag-size-m-spacing: var(--s-1,4px);
    --tag-size-s-spacing: var(--s-1,4px);
    --tag-size-l-tick-icon-size: var(--icon-s,12px);
    --tag-size-s-tick-icon-size: var(--icon-xs,8px);
    --tag-closable-primary-fill-border-color-disabled: var(--color-line1-1,#e1e1e1);
    --tag-checkable-normal-bg-selected: var(--color-brand1-6,#1047f5);
    --tag-checkable-normal-bg-selected-hover: var(--color-brand1-7,#0c38c4);
    --tag-checkable-normal-border-color-hover: var(--color-brand1-1,#eef3ff);
    --tag-checkable-normal-bg-hover: var(--color-brand1-1,#eef3ff);
    --tag-size-l-text-size: var(--font-size-body-1,14px);
    --tag-size-l-content-min-width: var(--s-12,48px);
    --tag-fill-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-size-m-tick-icon-size: var(--icon-xs,8px);
    --tag-size-l-tick-icon-bg-size: var(--s-7,28px);
    --tag-size-m-tick-icon-bg-size: var(--s-6,24px);
    --tag-size-s-tick-icon-bg-size: var(--s-5,20px);
    --tag-closable-normal-bg-hover: var(--color-brand1-2,#dfe8ff);
    --tag-closable-bordered-text-color: var(--color-brand1-6,#1047f5);
    --tag-closable-bordered-bg: var(--color-brand1-1,#eef3ff);
    --tag-closable-bordered-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-closable-bordered-border-color-hover: var(--color-brand1-2,#dfe8ff);
    --tag-closable-bordered-bg-hover: var(--color-brand1-2,#dfe8ff);
    --tag-closable-bordered-tail-color: var(--color-brand1-6,#1047f5);
    --tag-fill-tail-color-hover: var(--color-brand1-6,#1047f5);
    --tag-checkable-fill-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-checkable-fill-bg-color-hover: var(--color-brand1-1,#eef3ff);
    --tag-checkable-normal-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-checkable-primary-text-color: var(--color-brand1-6,#1047f5);
    --tag-checkable-primary-bg-color: var(--color-brand1-1,#eef3ff);
    --tag-checkable-primary-border-color: var(--color-brand1-6,#1047f5);
    --tag-checkable-primary-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-checkable-primary-bg-color-hover: var(--color-brand1-2,#dfe8ff);
    --tag-checkable-primary-border-color-hover: var(--color-brand1-6,#1047f5);
    --tag-closable-primary-fill-border-color-hover: var(--color-transparent,transparent);
    --tag-closable-bordered-tail-color-hover: var(--color-brand1-7,#0c38c4);
    --tag-fill-border-color-hover: var(--color-line1-4,#eee);
    --tag-fill-bg-color-hover: var(--color-fill1-2,#f3f3f3);
    --tag-checkable-normal-bg-selected-disabled: var(--color-fill1-1,#f8f8f8);
    --tag-border-width: var(--line-1,1px);
    --tag-size-m-text-size: var(--font-size-caption,12px);
    --tag-checkable-fill-bg-color: var(--color-fill1-2,#f3f3f3);
    --tag-checkable-normal-bg: var(--color-fill1-2,#f3f3f3);
    --tag-closable-primary-fill-bg-color: var(--color-fill1-2,#f3f3f3);
    --tag-secondary-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-secondary-border-color-hover: var(--color-brand1-6,#1047f5);
    --tag-secondary-bg-hover: var(--color-brand1-2,#dfe8ff);
    --tag-checkable-fill-border-color: var(--color-fill1-2,#f3f3f3);
    --tag-checkable-fill-border-color-hover: var(--color-brand1-1,#eef3ff);
    --tag-closable-bordered-border-color: var(--color-brand1-1,#eef3ff);
    --tag-fill-text-color: var(--color-brand1-6,#1047f5);
    --tag-fill-border-color: var(--color-fill1-1,#f8f8f8);
    --tag-fill-bg-color: var(--color-fill1-1,#f8f8f8);
    --tag-fill-text-color-disabled: var(--color-text1-2,#acacac);
    --tag-checkable-fill-text-color: var(--color-text1-4,#333);
    --tag-checkable-fill-text-color-disabled: var(--color-text1-2,#acacac);
    --tag-checkable-normal-text-color: var(--color-text1-4,#333);
    --tag-checkable-normal-text-selected-disabled: var(--color-text1-2,#acacac);
    --tag-closable-primary-fill-text-color: var(--color-text1-4,#333);
    --tag-closable-primary-fill-text-color-hover: var(--color-text1-5,#000);
    --tag-checkable-fill-border-color-disabled: var(--color-line1-1,#e1e1e1);
    --tag-checkable-primary-text-color-disabled: var(--color-brand1-6,#1047f5);
    --tag-checkable-primary-bg-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tag-checkable-primary-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --tag-bordered-text-color: var(--color-text1-4,#333);
    --tag-bordered-text-color-hover: var(--color-text1-4,#333);
    --tag-bordered-text-color-disabled: var(--color-text1-4,#333);
    --tag-bordered-border-color: var(--color-fill1-2,#f3f3f3);
    --tag-bordered-border-color-hover: var(--color-fill1-2,#f3f3f3);
    --tag-bordered-bg: var(--color-fill1-2,#f3f3f3);
    --tag-bordered-bg-hover: var(--color-fill1-2,#f3f3f3);
    --tag-checkable-corner-radius: var(--corner-1,2px);
    --tag-shadow: var(--shadow-zero,none);
    --tag-size-s-text-size: var(--font-size-caption,12px);
    --tag-size-s-content-min-width: var(--s-7,28px);
    --tag-size-m-content-min-width: var(--s-10,40px);
    --tag-normal-text-color: var(--color-text1-4,#333);
    --tag-closable-normal-icon-color: var(--color-white,#fff);
    --tag-closable-normal-icon-color-hover: var(--color-white,#fff);
    --tag-closable-normal-icon-color-disabled: var(--color-white,#fff);
    --tag-closable-normal-bg-disabled: var(--color-line1-1,#e1e1e1);
    --tag-bordered-tail-color: var(--color-text1-3,#666);
    --tag-secondary-text-color: var(--color-brand1-6,#1047f5);
    --tag-normal-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-bordered-tail-color-hover: var(--color-text1-4,#333);
    --tag-bordered-tail-color-disabled: var(--color-text1-1,#ccc);
    --tag-secondary-border-color: var(--color-brand1-6,#1047f5);
    --tag-checkable-secondary-bg-selected: var(--color-brand1-6,#1047f5);
    --tag-checkable-secondary-bg-selected-hover: var(--color-brand1-9,#1f1f49);
    --tag-primary-background-color: var(--color-brand1-6,#1047f5);
    --tag-text-color-disabled: var(--color-text1-1,#ccc);
    --tag-border-color-disabled: var(--color-line1-1,#e1e1e1);
    --tag-checkable-fill-tail-color: var(--color-text1-3,#666);
    --tag-checkable-fill-tail-color-hover: var(--color-text1-4,#333);
    --tag-checkable-fill-tail-color-disabled: var(--color-text1-1,#ccc);
    --tag-checkable-fill-bg-color-disabled: var(--color-fill1-1,#f8f8f8);
    --tag-checkable-normal-border-selected-disabled: var(--color-line1-1,#e1e1e1);
    --tag-checkable-primary-tail-color: var(--color-white,#fff);
    --tag-checkable-primary-tail-color-hover: var(--color-white,#fff);
    --tag-checkable-secondary-bg-selected-disabled: var(--color-line1-1,#e1e1e1);
    --tag-checkable-normal-icon-color-selected: var(--color-white,#fff);
    --tag-checkable-normal-icon-color-selected-hover: var(--color-white,#fff);
    --tag-checkable-secondary-icon-color-selected: var(--color-white,#fff);
    --tag-checkable-secondary-icon-color-selected-hover: var(--color-white,#fff);
    --tag-checkable-secondary-icon-color-selected-disabled: var(--color-white,#fff);
    --select-l-lineheight: var(--s-6,24px);
    --select-unfold-icon-content: var(--icon-content-arrow-up,"");
    --select-color: var(--color-text1-4,#333);
    --select-hint-color: var(--color-text1-2,#acacac);
    --select-highlight-color: var(--color-brand1-6,#1047f5);
    --select-highlight-font: var(--font-size-body-1,14px);
    --select-m-lineheight: var(--s-5,20px);
    --select-s-lineheight: 14px;
    --select-fold-icon-content: var(--icon-content-arrow-down,"");
    --number-picker-inline-add-icon: var(--icon-content-add-select,"");
    --number-picker-inline-l-button-margin: undefinedpx;
    --number-picker-inline-l-button-corner: var(--corner-2,4px);
    --number-picker-inline-l-input-width: var(--s-32,128px);
    --number-picker-normal-l-input-width: var(--s-20,80px);
    --number-picker-inline-s-button-margin: -1px;
    --number-picker-inline-m-button-margin: -1px;
    --number-picker-normal-down-icon: var(--icon-content-arrow-down,"");
    --number-picker-normal-m-button-icon-size: var(--icon-xs,8px);
    --number-picker-normal-l-button-icon-size: var(--icon-xxs,4px);
    --number-picker-inline-minus-icon: var(--icon-content-sami-select,"");
    --number-picker-inline-m-button-icon-size: var(--icon-xs,8px);
    --number-picker-inline-l-button-icon-size: var(--icon-s,12px);
    --number-picker-inline-s-button-icon-size: var(--icon-xs,8px);
    --number-picker-inline-s-button-corner: var(--corner-2,4px);
    --number-picker-inline-m-button-corner: var(--corner-2,4px);
    --number-picker-normal-up-icon: var(--icon-content-arrow-up,"");
    --number-picker-normal-s-button-width: var(--s-5,20px);
    --number-picker-normal-m-button-width: var(--s-5,20px);
    --number-picker-normal-l-button-width: var(--s-5,20px);
    --number-picker-normal-m-input-width: var(--s-20,80px);
    --number-picker-normal-s-button-icon-size: var(--icon-xxs,4px);
    --number-picker-inline-m-input-width: var(--s-25,100px);
    --transfer-operation-margin-left-right: var(--s-5,20px);
    --transfer-panel-list-height: var(--s-44,176px);
    --transfer-panel-border-color: var(--color-line1-1,#e1e1e1);
    --transfer-panel-list-width: var(--s-auto,auto);
    --transfer-panel-footer-shadow: var(--shadow-zero,none);
    --transfer-operation-margin-gutter: var(--s-3,12px);
    --transfer-panel-header-padding-left-right: var(--s-6,24px);
    --transfer-panel-footer-padding-left-right: var(--s-6,24px);
    --transfer-panel-border-corner: var(--corner-1,2px);
    --transfer-panel-background-color: var(--color-white,#fff);
    --transfer-panel-header-background-color: var(--color-white,#fff);
    --transfer-panel-footer-background-color: var(--color-white,#fff);
    --transfer-panel-header-text-size: var(--font-size-body-1,14px);
    --transfer-panel-search-margin-top: var(--s-3,12px);
    --transfer-panel-search-margin-left-right: var(--s-3,12px);
    --transfer-panel-header-padding-top-bottom: var(--s-3,12px);
    --transfer-panel-search-margin-bottom: var(--s-1,4px);
    --transfer-panel-footer-padding-top-bottom: var(--s-4,16px);
    --transfer-panel-header-text-color: var(--color-text1-4,#333);
    --transfer-panel-footer-text-color: var(--color-text1-4,#333);
    --transfer-operation-icon-size: var(--icon-xs,8px);
    --transfer-panel-border-width: var(--line-1,1px);
    --transfer-simple-move-icon: var(--icon-content-switch,"");
    --transfer-simple-move-icon-color: var(--color-line1-3,#a2a3a5);
    --transfer-panel-search-icon-color: var(--color-text1-2,#acacac);
    --transfer-simple-panel-footer-text-color: var(--color-brand1-6,#1047f5);
    --transfer-simple-panel-item-hover-text-color: var(--color-brand1-6,#1047f5);
    --tree-select-padding-horizontal: var(--s-4,16px);
    --tree-select-padding-vertical: var(--s-2,8px);
    --tree-select-background: var(--color-white,#fff);
    --time-picker-menu-title-font-size: var(--font-size-caption,12px);
    --time-picker-menu-border-color: var(--color-line1-1,#e1e1e1);
    --time-picker-menu-title-color: var(--color-text1-3,#666);
    --time-picker-menu-title-background: var(--color-fill1-1,#f8f8f8);
    --time-picker-menu-item-color-disabled: var(--color-text1-5,#000);
    --time-picker-menu-item-background-hover: var(--color-fill1-1,#f8f8f8);
    --time-picker-menu-item-background-selected: var(--color-white,#fff);
    --time-picker-menu-item-background-disabled: var(--color-fill1-2,#f3f3f3);
    --time-picker-menu-item-font-weight-selected: var(--font-weight-semi-bold,600);
    --time-picker-menu-item-color-selected: var(--color-brand1-6,#1047f5);
    --time-picker-menu-item-font-size: var(--font-size-body-1,14px);
    --time-picker-menu-item-color: var(--color-text1-4,#333);
    --time-picker-menu-item-color-hover: var(--color-text1-4,#333);
    --time-picker-panel-width: var(--s-50,200px);
    --time-picker-panel-background: var(--color-white,#fff);
    --time-picker-menu-border-width: var(--line-1,1px);
    --time-picker-menu-title-height: var(--s-7,28px);
    --time-picker-menu-item-height: var(--s-7,28px);
    --time-pikcer-menu-title-font-weight: var(--font-weight-2,normal);
    --time-picker-menu-item-background: var(--color-white,#fff);
    --time-picker-clock-icon: var(--icon-content-clock,"");
    --timeline-item-node-size: var(--s-3,12px);
    --timeline-item-content-margin-left: var(--s-4,16px);
    --timeline-item-title-font-weight: var(--font-weight-medium,500);
    --timeline-item-folder-margin-top: var(--s-zero,0px);
    --timeline-item-folder-margin-bottom: var(--s-2,8px);
    --timeline-item-done-dot-size: var(--s-3,12px);
    --timeline-item-process-dot-size: var(--s-3,12px);
    --timeline-item-success-dot-size: var(--s-3,12px);
    --timeline-item-success-background: var(--color-success-1,#04c3b3);
    --timeline-item-error-dot-size: var(--s-3,12px);
    --timeline-item-error-background: var(--color-error-1,#f33200);
    --timeline-item-process-background: var(--color-brand1-6,#1047f5);
    --timeline-item-icon-size: var(--icon-l,20px);
    --timeline-item-left-content-width: var(--s-26,104px);
    --timeline-item-title-font-size: var(--font-size-body-1,14px);
    --timeline-item-time-margin-top: var(--s-2,8px);
    --timeline-item-body-font-size: var(--font-size-body-1,14px);
    --timeline-item-node-padding: var(--s-1,4px);
    --timeline-item-body-margin-top: var(--s-1,4px);
    --timeline-item-title-margin-top: var(--s-zero,0px);
    --timeline-item-time-margin-bottom: var(--s-3,12px);
    --timeline-item-time-font-size: var(--font-size-caption,12px);
    --timeline-item-title-color: var(--color-text1-5,#000);
    --timeline-item-body-color: var(--color-text1-4,#333);
    --timeline-item-left-body-color: var(--color-text1-3,#666);
    --timeline-item-time-color: var(--color-text1-3,#666);
    --timeline-item-tail-color: var(--color-line1-1,#e1e1e1);
    --timeline-item-done-background: var(--color-text1-1,#ccc);
    --timeline-item-custom-node-size: var(--s-10,40px);
    --timeline-item-custom-node-font-size: var(--font-size-caption,12px);
    --timeline-item-dot-size: var(--s-2,8px);
    --timeline-item-tail-size: var(--line-1,1px);
    --timeline-item-left-body-font-size: var(--font-size-caption,12px);
    --timeline-item-folder-font-size: var(--font-size-caption,12px);
    --timeline-item-done-color: var(--color-white,#fff);
    --timeline-item-process-color: var(--color-white,#fff);
    --timeline-item-success-color: var(--color-white,#fff);
    --timeline-item-error-color: var(--color-white,#fff);
    --tree-switch-arrow-size: var(--icon-m,16px);
    --tree-switch-icon-size: var(--icon-xs,8px);
    --tree-node-title-border-radius: var(--corner-1,2px);
    --tree-switcher-fold-icon-content: var(--icon-content-add-select,"");
    --tree-node-hover-bg-color: var(--color-transparent,transparent);
    --tree-switch-hover-icon-color: var(--color-text1-3,#666);
    --tree-switch-hover-border-color: var(--color-line1-3,#a2a3a5);
    --tree-node-selected-background: var(--color-transparent,transparent);
    --tree-node-disabled-color: var(--color-text1-5,#000);
    --tree-node-disabled-background: var(--color-transparent,transparent);
    --tree-node-hover-color: var(--color-brand1-6,#1047f5);
    --tree-switch-hover-arrow-color: var(--color-brand1-6,#1047f5);
    --tree-node-selected-color: var(--color-brand1-6,#1047f5);
    --tree-node-padding: var(--s-2,8px);
    --tree-node-title-margin: var(--s-1,4px);
    --tree-node-title-padding: var(--s-1,4px);
    --tree-node-title-font-size: var(--font-size-body-1,14px);
    --tree-node-normal-background: var(--color-transparent,transparent);
    --tree-switch-margint-right: var(--s-1,4px);
    --tree-node-normal-color: var(--color-text1-5,#000);
    --tree-switch-arrow-color: var(--color-text1-5,#000);
    --tree-fold-icon-content: var(--icon-content-arrow-up,"");
    --tree-unfold-icon-content: var(--icon-content-arrow-down,"");
    --tree-switch-size: var(--s-4,16px);
    --tree-switch-border-width: var(--line-1,1px);
    --tree-line-width: var(--line-1,1px);
    --tree-switcher-unfold-icon-content: var(--icon-content-minus,"");
    --tree-switch-icon-color: var(--color-text1-3,#666);
    --tree-switch-bg-color: var(--color-white,#fff);
    --tree-switch-border-color: var(--color-line1-3,#a2a3a5);
    --tree-switch-corner: var(--corner-1,2px);
    --tree-line-color: var(--color-line1-3,#a2a3a5);
    --tree-line-style: var(--line-solid,solid);
    --tree-switch-hover-bg-color: var(--color-fill1-2,#f3f3f3);
    --date-picker-panel-footer-padding-lr: var(--s-3,12px);
    --date-picker-panel-footer-padding-tb: var(--s-3,12px);
    --date-picker-panel-background: var(--color-white,#fff);
    --date-picker-panel-time-panel-separator-color: var(--color-line1-2,#c8c8c8);
    --date-picker-calendar-icon: var(--icon-content-calendar,"");
    --badge-size-count-padding-lr: var(--s-1,4px);
    --badge-color-bg: var(--color-error-1,#f33200);
    --badge-dot-color-bg: var(--color-error-1,#f33200);
    --badge-size-dot-width: var(--s-2,8px);
    --badge-size-dot-border-radius: var(--s-10,40px);
    --badge-size-list-margin: var(--s-zero,0px);
    --badge-size-count-config-height: var(--s-4,16px);
    --badge-size-custom-padding-lr: var(--s-1,4px);
    --badge-size-count-font: var(--font-size-caption,12px);
    --badge-size-count-border-radius: var(--s-2,8px);
    --badge-size-custom-border-radius: var(--corner-1,2px);
    --progress-line-error-color: var(--color-error-1,#f33200);
    --progress-line-success-color: var(--color-success-1,#04c3b3);
    --progress-line-started-color: var(--color-notice-1,#1047f5);
    --progress-line-middle-color: var(--color-notice-1,#1047f5);
    --progress-line-finishing-color: var(--color-success-1,#04c3b3);
    --progress-line-underlay-color: var(--color-fill1-3,#e1e1e1);
    --progress-line-normal-color: var(--color-notice-1,#1047f5);
    --progress-line-height-size-s: var(--s-1,4px);
    --progress-line-underlay-border-color: var(--color-line1-1,#e1e1e1);
    --progress-circle-font-s: var(--font-size-body-1,14px);
    --progress-circle-text-color: var(--color-text1-4,#333);
    --progress-circle-error-color: var(--color-error-1,#f33200);
    --progress-circle-success-color: var(--color-success-1,#04c3b3);
    --progress-circle-started-color: var(--color-error-1,#f33200);
    --progress-circle-middle-color: var(--color-warning-1,#ff6a00);
    --progress-circle-finishing-color: var(--color-success-1,#04c3b3);
    --progress-circle-font-l: var(--font-size-subhead,16px);
    --progress-circle-font-m: var(--font-size-subhead,16px);
    --progress-line-height-size-l: var(--s-3,12px);
    --progress-line-height-size-m: var(--s-2,8px);
    --progress-line-underlay-border-width: var(--line-1,1px);
    --progress-line-font-l: var(--font-size-body-1,14px);
    --progress-line-font-m: var(--font-size-caption,12px);
    --progress-line-font-s: var(--font-size-caption,12px);
    --progress-line-radius-l: var(--corner-3,8px);
    --progress-line-radius-m: var(--corner-3,8px);
    --progress-line-radius-s: var(--corner-3,8px);
    --progress-line-font-color: var(--color-text1-4,#333);
    --progress-circle-size-l: var(--s-33,132px);
    --progress-circle-size-m: var(--s-29,116px);
    --progress-circle-size-s: var(--s-25,100px);
    --progress-circle-underlay-width: var(--s-2,8px);
    --progress-circle-overlay-width: var(--s-2,8px);
    --progress-circle-underlay-color: var(--color-fill1-3,#e1e1e1);
    --progress-circle-corner: round;
    --progress-circle-normal-color: var(--color-brand1-6,#1047f5);
    --collapse-border-corner: var(--corner-2,4px);
    --collapse-border-color: var(--color-line1-1,#e1e1e1);
    --collapse-panel-border-color: var(--color-line1-1,#e1e1e1);
    --collapse-title-height: var(--s-7,28px);
    --collapse-title-bg-color: var(--color-white,#fff);
    --collapse-title-hover-font-weight: var(--font-weight-2,normal);
    --collapse-icon-size: var(--icon-m,16px);
    --collapse-icon-color: var(--color-text1-3,#666);
    --collapse-content-bg-color: var(--color-fill1-1,#f8f8f8);
    --collapse-unfold-icon-content: var(--icon-content-arrow-up,"");
    --collapse-title-hover-bg-color: var(--color-white,#fff);
    --collapse-title-hover-font-color: var(--color-brand1-6,#1047f5);
    --collapse-title-padding-tb: var(--s-3,12px);
    --collapse-icon-hover-color: var(--color-brand1-6,#1047f5);
    --collapse-icon-margin-r: var(--s-3,12px);
    --collapse-content-padding-x: var(--s-10,40px);
    --collapse-content-padding-y: var(--s-5,20px);
    --collapse-content-font-size: var(--font-size-body-1,14px);
    --collapse-title-font-color: var(--color-text1-5,#000);
    --collapse-title-font-disabled-color: var(--color-text1-3,#666);
    --collapse-title-font-size: var(--font-size-body-1,14px);
    --collapse-content-color: var(--color-text1-4,#333);
    --collapse-border-width: var(--line-zero,0px);
    --collapse-disabled-border-color: var(--color-line1-1,#e1e1e1);
    --collapse-title-border-width: var(--line-1,1px);
    --collapse-title-disabled-bg-color: var(--color-fill1-2,#f3f3f3);
    --collapse-title-font-weight: var(--font-weight-2,normal);
    --collapse-icon-margin-l: var(--s-3,12px);
    --collapse-fold-icon-content: var(--icon-content-arrow-right,"");
    --list-divider-color: var(--color-line1-1,#e1e1e1);
    --list-size-s-item-padding-tb: var(--s-3,12px);
    --list-size-s-item-media-margin: var(--s-3,12px);
    --list-size-s-item-content-line-height: var(--font-lineheight-2,1.5);
    --list-size-s-item-title-font-weight: var(--font-weight-2,normal);
    --list-size-s-title-font-size: var(--font-size-body-1,14px);
    --list-size-s-item-content-font-size: var(--font-size-body-1,14px);
    --list-size-s-item-title-font-size: var(--font-size-body-1,14px);
    --list-size-m-item-content-font-size: var(--font-size-body-1,14px);
    --list-size-m-item-title-font-size: var(--font-size-subhead,16px);
    --list-size-m-item-title-font-weight: var(--font-weight-medium,500);
    --list-title-color: var(--color-text1-5,#000);
    --list-content-color: var(--color-text1-4,#333);
    --list-extra-color: var(--color-text1-3,#666);
    --list-size-s-title-font-weight: var(--font-weight-3,bold);
    --list-size-s-item-padding-lr: var(--s-zero,0px);
    --list-size-s-item-title-line-height: var(--font-lineheight-2,1.5);
    --list-size-m-title-font-size: var(--font-size-title,18px);
    --list-size-m-title-font-weight: var(--font-weight-3,bold);
    --list-size-m-item-padding-lr: var(--s-zero,0px);
    --list-size-m-item-padding-tb: var(--s-4,16px);
    --list-size-m-item-media-margin: var(--s-2,8px);
    --list-size-m-item-content-line-height: var(--font-lineheight-2,1.5);
    --list-size-m-item-title-line-height: var(--font-lineheight-2,1.5);
    --avatar-size-large: var(--s-12,48px);
    --avatar-border-radius: var(--corner-2,4px);
    --avatar-size-medium: var(--s-10,40px);
    --avatar-size-small: var(--s-7,28px);
    --card-corner: var(--corner-3,8px);
    --card-border-width: var(--line-zero,0px);
    --card-title-font-weight: var(--font-weight-3,bold);
    --card-sub-title-font-size: var(--font-size-caption,12px);
    --card-content-font-size: var(--font-size-body-1,14px);
    --card-border-color: var(--color-transparent,transparent);
    --card-padding-lr: var(--s-6,24px);
    --card-body-show-divider-padding-top: var(--s-5,20px);
    --card-shadow: var(--shadow-3-down,0px 4px 8px 0px rgba(0,0,0,0.04));
    --card-title-color: var(--color-text1-5,#000);
    --card-sub-title-color: var(--color-text1-2,#acacac);
    --card-head-bottom-border-width: var(--line-1,1px);
    --card-content-color: var(--color-text1-5,#000);
    --card-title-font-size: var(--font-size-title,18px);
    --card-body-padding-bottom: var(--s-5,20px);
    --card-head-padding-bottom: var(--s-3,12px);
    --card-head-main-height: var(--s-10,40px);
    --card-head-main-margin-top: var(--s-2,8px);
    --card-head-main-margin-bottom: var(--s-zero,0px);
    --card-title-extra-font-size: var(--font-size-body-1,14px);
    --card-title-bullet-width: var(--line-3,3px);
    --card-title-bullet-height: var(--s-4,16px);
    --card-title-padding-left: var(--s-2,8px);
    --card-sub-title-padding-left: var(--s-2,8px);
    --card-body-hide-divider-padding-top: var(--s-zero,0px);
    --card-content-line-height: var(--font-lineheight-2,1.5);
    --card-more-btn-height: var(--s-4,16px);
    --card-more-btn-padding-top: var(--s-2,8px);
    --card-more-btn-font-size: var(--font-size-body-1,14px);
    --card-border-style: var(--line-solid,solid);
    --card-background: var(--color-white,#fff);
    --card-header-background: var(--color-white,#fff);
    --card-title-extra-color: var(--color-link-1,#1047f5);
    --card-title-bullet-color: var(--color-brand1-6,#1047f5);
    --card-head-bottom-border-color: var(--color-line1-1,#e1e1e1);
    --card-more-btn-color: var(--color-link-1,#1047f5);
    --card-more-btn-background: var(--color-white,#fff);
    --slick-track-padding-lr: var(--s-7,28px);
    --slick-ver-track-padding-tb: var(--s-7,28px);
    --slick-arrow-icon-color-disabled: var(--color-text1-4,#333);
    --slick-arrow-bg-opacity-disabled: 0.36;
    --slick-arrow-bg-color-normal-outer: var(--color-transparent,transparent);
    --slick-arrow-bg-opacity-normal-outer: 1;
    --slick-arrow-bg-opacity-hover-outer: 1;
    --slick-arrow-bg-opacity-disabled-outer: 1;
    --slick-dots-position-bottom: var(--s-1,4px);
    --slick-arrow-width-m: var(--s-6,24px);
    --slick-arrow-width-l: var(--s-7,28px);
    --slick-arrow-height-m: var(--s-12,48px);
    --slick-arrow-height-l: var(--s-16,64px);
    --slick-arrow-icon-m: var(--icon-m,16px);
    --slick-arrow-icon-l: var(--icon-l,20px);
    --slick-dots-background-opacity-normal: 0.5;
    --slick-dots-background-opacity-hover: 0.8;
    --slick-dots-border-color-hover: var(--color-black,#000);
    --slick-arrow-icon-color-hover: var(--color-white,#fff);
    --slick-arrow-icon-color-hover-outer: var(--color-brand1-6,#1047f5);
    --slick-arrow-bg-color-hover: var(--color-brand1-9,#1f1f49);
    --slick-arrow-bg-opacity-normal: 0.5;
    --slick-arrow-bg-opacity-hover: 0.8;
    --slick-arrow-icon-color-normal-outer: var(--color-text1-5,#000);
    --slick-arrow-icon-color-disabled-outer: var(--color-text1-1,#ccc);
    --slick-dots-position-right: var(--s-5,20px);
    --slick-dots-width: var(--s-2,8px);
    --slick-dots-height: var(--s-2,8px);
    --slick-dots-margin-lr: var(--s-1,4px);
    --slick-dots-margin-tb: var(--s-zero,0px);
    --slick-ver-arrow-width-m: var(--s-14,56px);
    --slick-ver-arrow-width-l: var(--s-24,96px);
    --slick-ver-arrow-height-m: var(--s-7,28px);
    --slick-ver-arrow-height-l: var(--s-12,48px);
    --slick-arrow-position-lr-m: var(--s-1,4px);
    --slick-arrow-position-lr-l: var(--s-2,8px);
    --slick-ver-arrow-position-tb-m: var(--s-1,4px);
    --slick-ver-arrow-position-tb-l: var(--s-4,16px);
    --slick-dots-background-color-normal: var(--color-black,#000);
    --slick-dots-background-color-hover: var(--color-white,#fff);
    --slick-dots-background-color-selected: var(--color-brand1-6,#1047f5);
    --slick-dots-background-opacity-selected: 1;
    --slick-dots-border-width: var(--line-zero,0px);
    --slick-dots-border-radius: var(--corner-circle,50%);
    --slick-dots-border-color-normal: var(--color-white,#fff);
    --slick-dots-border-color-selected: var(--color-white,#fff);
    --slick-dots-border-opacity-normal: 1;
    --slick-dots-border-opacity-hover: 1;
    --slick-dots-border-opacity-selected: 1;
    --slick-arrow-icon-color-normal: var(--color-white,#fff);
    --slick-arrow-bg-color-normal: var(--color-black,#000);
    --slick-arrow-bg-color-disabled: var(--color-fill1-1,#f8f8f8);
    --slick-arrow-bg-color-hover-outer: var(--color-transparent,transparent);
    --slick-arrow-bg-color-disabled-outer: var(--color-transparent,transparent);
    --slick-arrow-corner-radius-outer: var(--s-zero,0px);
    --menu-btn-unfold-icon-content: var(--icon-content-arrow-up,"");
    --menu-btn-text-text-primary-icon-color: var(--color-brand1-6,#1047f5);
    --menu-btn-disabled-icon-color: var(--color-text1-2,#acacac);
    --menu-btn-pure-text-normal-icon-color: var(--color-text1-4,#333);
    --menu-btn-text-text-normal-icon-color: var(--color-text1-4,#333);
    --menu-btn-ghost-light-icon-color: var(--color-text1-4,#333);
    --menu-btn-ghost-light-disabled-icon-color: var(--btn-ghost-light-color-disabled,rgba(0,0,0,0.3));
    --menu-btn-ghost-dark-disabled-icon-color: var(--btn-ghost-dark-color-disabled,hsla(0,0%,100%,0.4));
    --menu-btn-pure-text-primary-icon-color: var(--color-white,#fff);
    --menu-btn-pure-text-secondary-icon-color: var(--color-brand1-6,#1047f5);
    --menu-btn-ghost-dark-icon-color: var(--color-white,#fff);
    --menu-btn-fold-icon-content: var(--icon-content-arrow-down,"");
    --divider-hoz-color: var(--color-line1-1,#e1e1e1);
    --divider-hoz-text-size: var(--font-size-body-2,14px);
    --divider-hoz-text-color: var(--color-text1-3,#666);
    --divider-ver-marginLeft: var(--s-3,12px);
    --divider-hoz-size: var(--line-1,1px);
    --divider-hoz-text-center-paddingLeft: var(--s-4,16px);
    --divider-hoz-text-left-paddingLeft: var(--s-4,16px);
    --divider-hoz-text-marginTop: var(--s-4,16px);
    --divider-hoz-marginTop: var(--s-4,16px);
    --divider-hoz-text-weight: var(--font-weight-2,normal);
    --divider-ver-size: var(--line-1,1px);
    --divider-ver-color: var(--color-line1-2,#c8c8c8);
    --pagination-item-border-color: var(--color-line1-1,#e1e1e1);
    --pagination-input-width: var(--s-12,48px);
    --pagination-input-margin: var(--s-2,8px);
    --pagination-large-item-padding: var(--s-3,12px);
    --pagination-large-ellipsis-size: var(--icon-m,16px);
    --pagination-small-item-split: var(--s-1,4px);
    --pagination-small-item-padding: 8px;
    --pagination-small-input-width: var(--s-9,36px);
    --pagination-size-selector-title-color: var(--color-text1-3,#666);
    --pagination-ellipsis-size: var(--icon-s,12px);
    --pagination-small-ellipsis-size: var(--icon-s,12px);
    --pagination-item-current-hover-bg: var(--color-brand1-1,#eef3ff);
    --pagination-item-split: var(--s-2,8px);
    --pagination-ellipsis-margin: var(--s-3,12px);
    --pagination-size-selector-title-margin-right: var(--s-2,8px);
    --pagination-large-current-font-size: var(--font-size-body-2,14px);
    --pagination-large-total-font-size: var(--font-size-body-2,14px);
    --pagination-large-size-selector-number-padding: var(--s-3,12px);
    --pagination-size-selector-filter-color: var(--color-text1-3,#666);
    --pagination-item-current-border-color: var(--color-brand1-1,#eef3ff);
    --pagination-item-current-color: var(--color-brand1-6,#1047f5);
    --pagination-item-current-bg: var(--color-brand1-1,#eef3ff);
    --pagination-item-current-hover-color: var(--color-brand1-6,#1047f5);
    --pagination-arrow-hover-color: var(--color-brand1-6,#1047f5);
    --pagination-current-font-size: var(--font-size-body-1,14px);
    --pagination-total-font-size: var(--font-size-body-1,14px);
    --pagination-jump-font-size: var(--font-size-body-1,14px);
    --pagination-large-jump-font-size: var(--font-size-body-1,14px);
    --pagination-item-padding: var(--s-3,12px);
    --pagination-item-corner: var(--corner-1,2px);
    --pagination-large-item-split: var(--s-2,8px);
    --pagination-large-item-corner: var(--corner-1,2px);
    --pagination-small-item-corner: var(--corner-1,2px);
    --pagination-item-border-width: var(--line-zero,0px);
    --pagination-large-item-border-width: var(--line-zero,0px);
    --pagination-small-item-border-width: var(--line-zero,0px);
    --pagination-ellipsis-color: var(--color-text1-3,#666);
    --pagination-total-color: var(--color-text1-3,#666);
    --pagination-jump-color: var(--color-text1-3,#666);
    --pagination-item-color: var(--color-text1-3,#666);
    --pagination-arrow-color: var(--color-text1-3,#666);
    --pagination-item-border-style: var(--line-solid,solid);
    --pagination-size-selector-number-padding: var(--s-3,12px);
    --pagination-large-input-width: var(--s-12,48px);
    --pagination-small-current-font-size: var(--font-size-caption,12px);
    --pagination-small-total-font-size: var(--font-size-caption,12px);
    --pagination-small-jump-font-size: var(--font-size-caption,12px);
    --pagination-small-size-selector-number-padding: var(--s-2,8px);
    --pagination-current-color: var(--color-brand1-6,#1047f5);
    --pagination-size-selector-filter-current-color: var(--color-brand1-6,#1047f5);
    --pagination-item-shadow: var(--shadow-zero,none);
    --pagination-item-bg: var(--color-white,#fff);
    --pagination-item-current-shadow: var(--shadow-zero,none);
    --pagination-item-hover-border-color: var(--color-line1-4,#eee);
    --pagination-item-hover-shadow: var(--shadow-zero,none);
    --pagination-item-hover-color: var(--color-text1-4,#333);
    --pagination-item-hover-bg: var(--color-fill1-2,#f3f3f3);
    --pagination-icon-prev-content: var(--icon-content-arrow-left,"");
    --pagination-icon-next-content: var(--icon-content-arrow-right,"");
    --pagination-icon-ellipsis-content: var(--icon-content-ellipsis,"");
    --pagination-item-current-hover-border-color: var(--color-transparent,transparent);
    --pagination-item-current-hover-shadow: var(--shadow-zero,none);
    --pagination-arrow-hover-color-noboder: var(--color-brand1-6,#1047f5);
    --tab-nav-tab-icon-size-m: var(--icon-m,16px);
    --tab-item-padding-lr-size-s: var(--s-3,12px);
    --tab-close-icon-color-disabled: var(--color-text1-5,#000);
    --tab-item-font-weight-selected: var(--font-weight-medium,500);
    --tab-pure-text-color-hover: var(--color-brand1-6,#1047f5);
    --tab-pure-divider-border-color: var(--color-line1-1,#e1e1e1);
    --tab-wrapped-tab-corner-radius: var(--corner-2,4px);
    --tab-wrapped-tab-margin-right: var(--s-1,4px);
    --tab-wrapped-ink-bar-width: var(--line-zero,0px);
    --tab-wrapped-bg-color: var(--color-fill1-1,#f8f8f8);
    --tab-wrapped-bg-color-hover: var(--color-fill1-1,#f8f8f8);
    --tab-wrapped-text-color-disabled: var(--color-text1-5,#000);
    --tab-wrapped-bg-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tab-capsule-text-color-disabled: var(--color-text1-4,#333);
    --tab-capsule-bg-color: var(--color-white,#fff);
    --tab-capsule-bg-color-hover: var(--color-white,#fff);
    --tab-capsule-bg-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tab-capsule-tab-border-line-color-disabled: var(--color-line1-2,#c8c8c8);
    --tab-capsule-corner-radius: var(--corner-2,4px);
    --tab-text-text-color-disabled: var(--color-text1-5,#000);
    --tab-wrapped-text-color-hover: var(--color-brand1-6,#1047f5);
    --tab-capsule-text-color-hover: var(--color-brand1-6,#1047f5);
    --tab-text-text-color-hover: var(--color-brand1-6,#1047f5);
    --tab-item-text-size-m: var(--font-size-body-1,14px);
    --tab-nav-tab-icon-size-s: var(--icon-m,16px);
    --tab-nav-close-icon-size-s: var(--icon-s,12px);
    --tab-close-icon-color-hover: var(--color-brand1-6,#1047f5);
    --tab-close-icon-color-selected: var(--color-brand1-6,#1047f5);
    --tab-pure-divider-shadow: var(--shadow-zero,none);
    --tab-wrapped-text-color: var(--color-text1-3,#666);
    --tab-capsule-text-color: var(--color-text1-3,#666);
    --tab-capsule-text-color-selected: var(--color-brand1-6,#1047f5);
    --tab-capsule-bg-color-selected: var(--color-brand1-1,#eef3ff);
    --tab-text-text-color-normal: var(--color-text1-3,#666);
    --tab-pure-text-color-normal: var(--color-text1-3,#666);
    --tab-item-padding-tb-size-m: var(--s-3,12px);
    --tab-pure-divider-line-width: var(--line-zero,0px);
    --tab-wrapped-content-border-line-width: var(--line-zero,0px);
    --tab-capsule-tab-border-line-color: var(--color-line1-1,#e1e1e1);
    --tab-capsule-tab-border-line-color-hover: var(--color-line1-1,#e1e1e1);
    --tab-capsule-tab-border-line-color-active: var(--color-line1-1,#e1e1e1);
    --tab-wrapped-border-side-width: var(--line-1,1px);
    --tab-wrapped-border-line-color: var(--color-line1-4,#eee);
    --tab-wrapped-border-line-color-hover: var(--color-line1-4,#eee);
    --tab-wrapped-border-line-width: var(--line-zero,0px);
    --tab-nav-close-icon-padding-l-size-m: var(--s-2,8px);
    --tab-nav-arrow-color-hover: var(--color-brand1-6,#1047f5);
    --tab-nav-scroll-padding-right-m: var(--s-14,56px);
    --tab-nav-close-icon-size-m: var(--icon-m,16px);
    --tab-item-padding-tb-size-s: var(--s-2,8px);
    --tab-item-padding-lr-size-m: var(--s-4,16px);
    --tab-item-text-size-s: var(--font-size-caption,12px);
    --tab-pure-text-color-disabled: var(--color-text1-5,#000);
    --tab-wrapped-bg-color-selected: var(--color-white,#fff);
    --tab-nav-arrow-color-disabled: var(--color-text1-1,#ccc);
    --tab-nav-scroll-padding-right-s: var(--s-14,56px);
    --tab-nav-close-icon-padding-l-size-s: var(--s-2,8px);
    --tab-nav-arrow-left-positon-right: var(--s-8,32px);
    --tab-nav-arrow-right-positon-right: var(--s-2,8px);
    --tab-nav-arrow-down-positon-right: var(--s-2,8px);
    --tab-close-icon-color: var(--color-text1-3,#666);
    --tab-nav-arrow-color-normal: var(--color-text1-3,#666);
    --tab-pure-ink-bar-width: var(--line-2,2px);
    --tab-pure-ink-bar-padding-l: var(--s-zero,0px);
    --tab-pure-bg-color: var(--color-transparent,transparent);
    --tab-pure-text-color-selected: var(--color-brand1-6,#1047f5);
    --tab-pure-ink-bar-color: var(--color-brand1-6,#1047f5);
    --tab-wrapped-border-line-style: var(--line-solid,solid);
    --tab-wrapped-tab-margin-bottom: var(--s-1,4px);
    --tab-wrapped-ink-bar-padding-l: var(--s-zero,0px);
    --tab-wrapped-bar-bg-color: var(--color-transparent,transparent);
    --tab-wrapped-ink-bar-color: var(--color-brand1-6,#1047f5);
    --tab-wrapped-nav-item-border-color-active: var(--color-brand1-6,#1047f5);
    --tab-wrapped-content-border-line-style: var(--line-solid,solid);
    --tab-wrapped-content-border-line-color: var(--color-line1-2,#c8c8c8);
    --tab-wrapped-text-color-selected: var(--color-brand1-6,#1047f5);
    --tab-capsule-tab-border-line-width: var(--line-1,1px);
    --tab-capsule-tab-border-line-style: var(--line-solid,solid);
    --tab-text-item-sep-width: var(--line-1,1px);
    --tab-text-item-sep-height: var(--s-2,8px);
    --tab-text-item-sep-color: var(--color-line1-2,#c8c8c8);
    --tab-text-text-color-selected: var(--color-brand1-6,#1047f5);
    --tab-icon-dropdown-content: var(--icon-content-arrow-down,"");
    --tab-icon-prev-content: var(--icon-content-arrow-left,"");
    --tab-icon-next-content: var(--icon-content-arrow-right,"");
    --shell-light-header-shadow: var(--shadow-2-down,0px 4px 8px 0px rgba(0,0,0,0.08));
    --shell-light-header-divider-size: var(--line-zero,0px);
    --shell-light-navigation-ver-width: 200px;
    --shell-light-navigation-ver-divider-size: var(--line-zero,0px);
    --shell-light-content-paddingTop: var(--s-7,28px);
    --shell-brand-content-background: var(--color-fill1-1,#f8f8f8);
    --shell-light-header-height: var(--s-15,60px);
    --shell-light-header-background: var(--color-white,#fff);
    --shell-brand-header-divider-size: var(--line-zero,0px);
    --shell-brand-navigation-ver-divider-size: var(--line-zero,0px);
    --shell-brand-navigation-ver-shadow: var(--shadow-2-right,4px 0px 8px 0px rgba(0,0,0,0.08));
    --shell-light-header-divider-color: var(--color-transparent,transparent);
    --shell-light-navigation-ver-shadow: var(--shadow-3-right,4px 0px 8px 0px rgba(0,0,0,0.04));
    --shell-light-navigation-ver-paddingBottom: var(--s-zero,0px);
    --shell-light-navigation-ver-divider-color: var(--color-line1-4,#eee);
    --shell-light-navigation-ver-paddingTop: var(--s-3,12px);
    --shell-light-local-navigation-background: var(--color-white,#fff);
    --shell-light-local-navigation-paddingTop: var(--s-3,12px);
    --shell-light-local-navigation-paddingBottom: var(--s-zero,0px);
    --shell-light-local-navigation-shadow: var(--shadow-3-right,4px 0px 8px 0px rgba(0,0,0,0.04));
    --shell-light-local-navigation-divider-size: var(--line-zero,0px);
    --shell-light-local-navigation-divider-color: var(--color-transparent,transparent);
    --shell-dark-header-background: var(--color-brand1-9,#1f1f49);
    --shell-dark-navigation-ver-background: var(--color-brand1-9,#1f1f49);
    --shell-light-header-paddingLeft: var(--s-8,32px);
    --shell-light-navigation-hoz-marginLeft: var(--s-7,28px);
    --shell-dark-local-navigation-background: var(--color-white,#fff);
    --shell-dark-local-navigation-shadow: var(--shadow-2-right,4px 0px 8px 0px rgba(0,0,0,0.08));
    --shell-dark-local-navigation-divider-size: var(--line-zero,0px);
    --shell-dark-local-navigation-divider-color: var(--color-transparent,transparent);
    --shell-brand-header-background: var(--color-brand1-9,#1f1f49);
    --shell-brand-local-navigation-background: var(--color-white,#fff);
    --shell-brand-local-navigation-shadow: var(--shadow-3-right,4px 0px 8px 0px rgba(0,0,0,0.04));
    --shell-brand-local-navigation-divider-size: var(--line-zero,0px);
    --shell-dark-header-divider-size: var(--line-zero,0px);
    --shell-light-content-background: var(--color-fill1-2,#f3f3f3);
    --shell-light-content-paddingLeft: var(--s-8,32px);
    --shell-light-header-color: var(--color-text1-4,#333);
    --shell-light-header-divider-style: var(--line-solid,solid);
    --shell-light-multitask-min-height: var(--s-10,40px);
    --shell-light-multitask-background: var(--color-white,#fff);
    --shell-light-multitask-shadow: var(--shadow-zero,none);
    --shell-light-multitask-divider-size: var(--line-1,1px);
    --shell-light-multitask-divider-style: var(--line-solid,solid);
    --shell-light-multitask-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-light-multitask-paddingLeft: var(--s-zero,0px);
    --shell-light-navigation-ver-width-mini: var(--s-15,60px);
    --shell-light-navigation-ver-background: var(--color-white,#fff);
    --shell-light-navigation-ver-divider-style: var(--line-solid,solid);
    --shell-light-local-navigation-width: var(--s-42,168px);
    --shell-light-local-navigation-divider-style: var(--line-solid,solid);
    --shell-light-appbar-background: var(--color-white,#fff);
    --shell-light-appbar-min-height: var(--s-12,48px);
    --shell-light-appbar-shadow: var(--shadow-zero,none);
    --shell-light-appbar-paddingLeft: var(--s-6,24px);
    --shell-light-appbar-divider-size: var(--line-1,1px);
    --shell-light-appbar-divider-style: var(--line-solid,solid);
    --shell-light-appbar-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-light-footer-min-height: var(--s-14,56px);
    --shell-light-footer-background: var(--color-transparent,transparent);
    --shell-light-footer-color: var(--color-text1-1,#ccc);
    --shell-light-footer-font-size: var(--font-size-body-2,14px);
    --shell-light-ancillary-width: var(--s-42,168px);
    --shell-light-ancillary-background: var(--color-white,#fff);
    --shell-light-ancillary-paddingTop: var(--s-2,8px);
    --shell-light-ancillary-paddingBottom: var(--s-2,8px);
    --shell-light-ancillary-shadow: var(--shadow-zero,none);
    --shell-light-ancillary-divider-size: var(--line-1,1px);
    --shell-light-ancillary-divider-style: var(--line-solid,solid);
    --shell-light-ancillary-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-light-tooldock-height: var(--s-13,52px);
    --shell-light-tooldock-width: var(--s-13,52px);
    --shell-light-tooldock-background: var(--color-fill1-4,#d8d8d8);
    --shell-light-tooldock-paddingTop: var(--s-2,8px);
    --shell-light-tooldock-paddingBottom: var(--s-2,8px);
    --shell-light-tooldock-shadow: var(--shadow-zero,none);
    --shell-light-tooldock-divider-size: var(--line-1,1px);
    --shell-light-tooldock-divider-style: var(--line-solid,solid);
    --shell-light-tooldock-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-light-tooldock-item-paddingTop: var(--s-2,8px);
    --shell-light-tooldock-item-color: var(--color-text1-3,#666);
    --shell-light-tooldock-item-color-hover: var(--color-text1-4,#333);
    --shell-light-tooldock-item-color-active: var(--color-text1-4,#333);
    --shell-light-tooldock-item-background: var(--color-transparent,transparent);
    --shell-light-tooldock-item-background-hover: var(--color-fill1-3,#e1e1e1);
    --shell-light-tooldock-item-background-active: var(--color-fill1-3,#e1e1e1);
    --shell-dark-header-color: var(--color-white,#fff);
    --shell-dark-header-height: var(--s-13,52px);
    --shell-dark-header-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --shell-dark-header-divider-style: var(--line-solid,solid);
    --shell-dark-header-divider-color: #1f1f1f;
    --shell-dark-header-paddingLeft: var(--s-4,16px);
    --shell-dark-multitask-min-height: var(--s-10,40px);
    --shell-dark-multitask-background: var(--color-white,#fff);
    --shell-dark-multitask-shadow: var(--shadow-zero,none);
    --shell-dark-multitask-divider-size: var(--line-1,1px);
    --shell-dark-multitask-divider-style: var(--line-solid,solid);
    --shell-dark-multitask-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-dark-multitask-paddingLeft: var(--s-zero,0px);
    --shell-dark-navigation-hoz-marginLeft: var(--s-12,48px);
    --shell-dark-navigation-ver-width: var(--s-42,168px);
    --shell-dark-navigation-ver-shadow: var(--shadow-zero,none);
    --shell-dark-navigation-ver-paddingTop: var(--s-2,8px);
    --shell-dark-navigation-ver-paddingBottom: var(--s-2,8px);
    --shell-dark-navigation-ver-width-mini: var(--s-15,60px);
    --shell-dark-navigation-ver-divider-size: var(--line-1,1px);
    --shell-dark-navigation-ver-divider-style: var(--line-solid,solid);
    --shell-dark-navigation-ver-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-dark-local-navigation-width: var(--s-42,168px);
    --shell-dark-local-navigation-paddingTop: var(--s-2,8px);
    --shell-dark-local-navigation-paddingBottom: var(--s-2,8px);
    --shell-dark-local-navigation-divider-style: var(--line-solid,solid);
    --shell-dark-appbar-background: var(--color-white,#fff);
    --shell-dark-appbar-min-height: var(--s-12,48px);
    --shell-dark-appbar-shadow: var(--shadow-zero,none);
    --shell-dark-appbar-paddingLeft: var(--s-6,24px);
    --shell-dark-appbar-divider-size: var(--line-1,1px);
    --shell-dark-appbar-divider-style: var(--line-solid,solid);
    --shell-dark-appbar-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-dark-content-background: var(--color-fill1-3,#e1e1e1);
    --shell-dark-content-paddingLeft: var(--s-5,20px);
    --shell-dark-content-paddingTop: var(--s-5,20px);
    --shell-dark-footer-min-height: var(--s-14,56px);
    --shell-dark-footer-background: var(--color-transparent,transparent);
    --shell-dark-footer-color: var(--color-text1-1,#ccc);
    --shell-dark-footer-font-size: var(--font-size-body-2,14px);
    --shell-dark-ancillary-width: var(--s-42,168px);
    --shell-dark-ancillary-background: var(--color-white,#fff);
    --shell-dark-ancillary-paddingTop: var(--s-2,8px);
    --shell-dark-ancillary-paddingBottom: var(--s-2,8px);
    --shell-dark-ancillary-shadow: var(--shadow-zero,none);
    --shell-dark-ancillary-divider-size: var(--line-1,1px);
    --shell-dark-ancillary-divider-style: var(--line-solid,solid);
    --shell-dark-ancillary-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-dark-tooldock-height: var(--s-13,52px);
    --shell-dark-tooldock-width: var(--s-13,52px);
    --shell-dark-tooldock-background: var(--color-fill1-4,#d8d8d8);
    --shell-dark-tooldock-paddingTop: var(--s-2,8px);
    --shell-dark-tooldock-paddingBottom: var(--s-2,8px);
    --shell-dark-tooldock-shadow: var(--shadow-zero,none);
    --shell-dark-tooldock-divider-size: var(--line-1,1px);
    --shell-dark-tooldock-divider-style: var(--line-solid,solid);
    --shell-dark-tooldock-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-dark-tooldock-item-paddingTop: var(--s-2,8px);
    --shell-dark-tooldock-item-color: var(--color-text1-3,#666);
    --shell-dark-tooldock-item-color-hover: var(--color-text1-4,#333);
    --shell-dark-tooldock-item-color-active: var(--color-text1-4,#333);
    --shell-dark-tooldock-item-background: var(--color-transparent,transparent);
    --shell-dark-tooldock-item-background-hover: var(--color-fill1-3,#e1e1e1);
    --shell-dark-tooldock-item-background-active: var(--color-fill1-3,#e1e1e1);
    --shell-brand-header-color: var(--color-white,#fff);
    --shell-brand-header-height: var(--s-13,52px);
    --shell-brand-header-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --shell-brand-header-divider-style: var(--line-solid,solid);
    --shell-brand-header-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-header-paddingLeft: var(--s-4,16px);
    --shell-brand-multitask-min-height: var(--s-10,40px);
    --shell-brand-multitask-background: var(--color-white,#fff);
    --shell-brand-multitask-shadow: var(--shadow-zero,none);
    --shell-brand-multitask-divider-size: var(--line-1,1px);
    --shell-brand-multitask-divider-style: var(--line-solid,solid);
    --shell-brand-multitask-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-multitask-paddingLeft: var(--s-zero,0px);
    --shell-brand-navigation-hoz-marginLeft: var(--s-12,48px);
    --shell-brand-navigation-ver-width: var(--s-42,168px);
    --shell-brand-navigation-ver-paddingTop: var(--s-2,8px);
    --shell-brand-navigation-ver-paddingBottom: var(--s-2,8px);
    --shell-brand-navigation-ver-width-mini: var(--s-15,60px);
    --shell-brand-navigation-ver-background: var(--color-white,#fff);
    --shell-brand-navigation-ver-divider-style: var(--line-solid,solid);
    --shell-brand-navigation-ver-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-local-navigation-width: var(--s-42,168px);
    --shell-brand-local-navigation-paddingTop: var(--s-2,8px);
    --shell-brand-local-navigation-paddingBottom: var(--s-2,8px);
    --shell-brand-local-navigation-divider-style: var(--line-solid,solid);
    --shell-brand-local-navigation-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-appbar-background: var(--color-white,#fff);
    --shell-brand-appbar-min-height: var(--s-12,48px);
    --shell-brand-appbar-shadow: var(--shadow-zero,none);
    --shell-brand-appbar-paddingLeft: var(--s-6,24px);
    --shell-brand-appbar-divider-size: var(--line-1,1px);
    --shell-brand-appbar-divider-style: var(--line-solid,solid);
    --shell-brand-appbar-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-content-paddingLeft: var(--s-5,20px);
    --shell-brand-content-paddingTop: var(--s-5,20px);
    --shell-brand-footer-min-height: var(--s-14,56px);
    --shell-brand-footer-background: var(--color-transparent,transparent);
    --shell-brand-footer-color: var(--color-text1-1,#ccc);
    --shell-brand-footer-font-size: var(--font-size-body-2,14px);
    --shell-brand-ancillary-width: var(--s-42,168px);
    --shell-brand-ancillary-background: var(--color-white,#fff);
    --shell-brand-ancillary-paddingTop: var(--s-2,8px);
    --shell-brand-ancillary-paddingBottom: var(--s-2,8px);
    --shell-brand-ancillary-shadow: var(--shadow-zero,none);
    --shell-brand-ancillary-divider-size: var(--line-1,1px);
    --shell-brand-ancillary-divider-style: var(--line-solid,solid);
    --shell-brand-ancillary-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-tooldock-height: var(--s-13,52px);
    --shell-brand-tooldock-width: var(--s-13,52px);
    --shell-brand-tooldock-background: var(--color-fill1-4,#d8d8d8);
    --shell-brand-tooldock-paddingTop: var(--s-2,8px);
    --shell-brand-tooldock-paddingBottom: var(--s-2,8px);
    --shell-brand-tooldock-shadow: var(--shadow-zero,none);
    --shell-brand-tooldock-divider-size: var(--line-1,1px);
    --shell-brand-tooldock-divider-style: var(--line-solid,solid);
    --shell-brand-tooldock-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-tooldock-item-paddingTop: var(--s-2,8px);
    --shell-brand-tooldock-item-color: var(--color-text1-3,#666);
    --shell-brand-tooldock-item-color-hover: var(--color-text1-4,#333);
    --shell-brand-tooldock-item-color-active: var(--color-text1-4,#333);
    --shell-brand-tooldock-item-background: var(--color-transparent,transparent);
    --shell-brand-tooldock-item-background-hover: var(--color-fill1-3,#e1e1e1);
    --shell-brand-tooldock-item-background-active: var(--color-fill1-3,#e1e1e1);
    --step-arrow-item-title-weight: var(--font-weight-semi-bold,600);
    --step-arrow-item-disabled-background: var(--color-fill1-2,#f3f3f3);
    --step-circle-item-node-border-width: var(--line-1,1px);
    --step-circle-item-title-margin-top: var(--s-2,8px);
    --step-circle-item-content-margin-top: var(--s-2,8px);
    --step-circle-item-tail-wait-color: var(--color-line1-2,#c8c8c8);
    --step-circle-item-tail-process-color: var(--color-line1-2,#c8c8c8);
    --step-circle-item-tail-disabled-color: var(--color-line1-2,#c8c8c8);
    --step-circle-item-node-wait-border-color: var(--color-transparent,transparent);
    --step-circle-item-node-wait-background: var(--color-fill1-2,#f3f3f3);
    --step-circle-item-node-process-color: var(--color-white,#fff);
    --step-circle-item-node-finish-border-color: var(--color-brand1-1,#eef3ff);
    --step-circle-item-node-finish-background: var(--color-brand1-1,#eef3ff);
    --step-circle-item-node-disabled-background: var(--color-fill1-2,#f3f3f3);
    --step-circle-vertical-item-title-margin-top: var(--s-1,4px);
    --step-circle-vertical-item-content-margin-top: var(--s-1,4px);
    --step-dot-item-dot-icon-size: var(--icon-m,16px);
    --step-dot-item-title-weight: var(--font-weight-semi-bold,600);
    --step-dot-item-tail-wait-color: var(--color-line1-2,#c8c8c8);
    --step-dot-item-tail-process-color: var(--color-line1-2,#c8c8c8);
    --step-dot-item-tail-disabled-color: var(--color-line1-2,#c8c8c8);
    --step-dot-item-node-wait-background: var(--color-fill1-4,#d8d8d8);
    --step-dot-item-node-wait-color: var(--color-text1-4,#333);
    --step-dot-item-node-disabled-background: var(--color-fill1-4,#d8d8d8);
    --step-circle-item-node-padding: var(--s-3,12px);
    --step-circle-item-node-font-size: var(--font-size-body-1,14px);
    --step-circle-item-content-font-size: var(--font-size-caption,12px);
    --step-circle-item-title-size: var(--font-size-body-1,14px);
    --step-circle-item-node-process-size: var(--s-7,28px);
    --step-arrow-item-title-size: var(--font-size-body-1,14px);
    --step-dot-item-dot-padding: var(--s-3,12px);
    --step-dot-item-title-size: var(--font-size-body-1,14px);
    --step-circle-item-node-icon-size: var(--icon-s,12px);
    --step-circle-item-body-width: var(--s-44,176px);
    --step-dot-item-body-width: var(--s-44,176px);
    --step-arrow-item-title-wait-color: var(--color-text1-3,#666);
    --step-arrow-item-title-disabled-color: var(--color-text1-2,#acacac);
    --step-circle-item-title-wait-color: var(--color-text1-2,#acacac);
    --step-circle-item-title-process-color: var(--color-text1-5,#000);
    --step-circle-item-title-finish-color: var(--color-text1-4,#333);
    --step-circle-item-title-disabled-color: var(--color-text1-2,#acacac);
    --step-circle-item-node-wait-color: var(--color-text1-2,#acacac);
    --step-circle-item-node-disabled-color: var(--color-text1-2,#acacac);
    --step-dot-item-title-wait-color: var(--color-text1-2,#acacac);
    --step-dot-item-title-process-color: var(--color-text1-5,#000);
    --step-dot-item-title-finish-color: var(--color-text1-4,#333);
    --step-dot-item-title-disabled-color: var(--color-text1-2,#acacac);
    --step-dot-item-node-disabled-border-color: var(--color-line1-1,#e1e1e1);
    --step-dot-item-tail-bg-color: var(--color-line1-1,#e1e1e1);
    --step-arrow-item-finish-background: var(--color-brand1-2,#dfe8ff);
    --step-dot-item-content-margin-top: var(--s-2,8px);
    --step-dot-item-title-margin-top: var(--s-2,8px);
    --step-dot-item-node-disabled-color: var(--color-text1-1,#ccc);
    --step-dot-item-node-wait-border-color: var(--color-line1-1,#e1e1e1);
    --step-arrow-item-wait-background: var(--color-fill1-3,#e1e1e1);
    --step-arrow-item-height: var(--s-8,32px);
    --step-arrow-item-process-background: var(--color-brand1-6,#1047f5);
    --step-arrow-item-title-process-color: var(--color-white,#fff);
    --step-arrow-item-title-finish-color: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-corner: var(--corner-circle,50%);
    --step-circle-item-tail-size: var(--line-1,1px);
    --step-circle-item-title-weight: var(--font-weight-3,bold);
    --step-circle-item-node-wait-size: var(--s-8,32px);
    --step-circle-item-node-finish-size: var(--s-8,32px);
    --step-circle-item-node-disabled-size: var(--s-8,32px);
    --step-circle-item-tail-finish-color: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-wait-font-weight: var(--font-weight-2,normal);
    --step-circle-item-node-process-font-weight: var(--font-weight-2,normal);
    --step-circle-item-node-disabled-font-weight: var(--font-weight-2,normal);
    --step-circle-item-node-finish-font-weight: var(--font-weight-2,normal);
    --step-circle-item-node-process-border-color: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-process-background: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-process-percent-color: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-process-percent-size: var(--font-size-body-1,14px);
    --step-circle-item-node-finish-color: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-disabled-border-color: var(--color-line1-1,#e1e1e1);
    --step-circle-vertical-item-node-padding: var(--s-2,8px);
    --step-circle-vertical-item-body-margin-left: var(--s-4,16px);
    --step-circle-item-content-color: var(--color-text1-3,#666);
    --step-circle-item-tail-bg-color: var(--color-line1-1,#e1e1e1);
    --step-circle-vertical-item-tail-size: var(--line-1,1px);
    --step-dot-item-dot-border-width: var(--line-1,1px);
    --step-dot-item-dot-corner: var(--corner-circle,50%);
    --step-dot-item-tail-size: var(--line-1,1px);
    --step-dot-item-dot-wait-size: var(--s-3,12px);
    --step-dot-item-dot-process-size: var(--s-3,12px);
    --step-dot-item-dot-finish-size: var(--s-3,12px);
    --step-dot-item-dot-disabled-size: var(--s-3,12px);
    --step-dot-item-tail-finish-color: var(--color-brand1-6,#1047f5);
    --step-dot-item-node-process-border-color: var(--color-brand1-6,#1047f5);
    --step-dot-item-node-process-background: var(--color-brand1-6,#1047f5);
    --step-dot-item-node-process-color: var(--color-brand1-6,#1047f5);
    --step-dot-item-node-finish-border-color: var(--color-brand1-6,#1047f5);
    --step-dot-item-node-finish-background: var(--color-white,#fff);
    --step-dot-item-node-finish-color: var(--color-brand1-6,#1047f5);
    --step-dot-vertical-item-node-padding: var(--s-2,8px);
    --step-dot-vertical-item-body-margin-left: var(--s-4,16px);
    --step-dot-vertical-item-title-margin-top: var(--s-zero,0px);
    --step-dot-vertical-item-content-margin-top: var(--s-2,8px);
    --step-dot-item-content-font-size: var(--font-size-caption,12px);
    --step-dot-item-content-color: var(--color-text1-3,#666);
    --step-dot-vertical-item-tail-size: var(--line-1,1px);
    --nav-primary-shadow: var(--shadow-zero,none);
    --nav-secondary-item-selected-active-color: var(--color-brand1-6,#1047f5);
    --nav-normal-shadow: var(--shadow-zero,none);
    --nav-ver-height: var(--s-10,40px);
    --nav-ver-sub-nav-font-size: var(--font-size-body-1,14px);
    --nav-icon-only-font-size: var(--icon-m,16px);
    --nav-primary-item-hover-text-style: var(--font-weight-2,normal);
    --nav-primary-item-selected-text-color: var(--color-white,#fff);
    --nav-normal-bg-color: var(--color-white,#fff);
    --nav-normal-group-text-color: var(--color-text1-4,#333);
    --nav-ver-item-margin-tb: var(--s-1,4px);
    --nav-ver-item-margin-lr: var(--s-zero,0px);
    --nav-group-height: var(--s-8,32px);
    --nav-icon-self-size: var(--icon-m,16px);
    --nav-icon-self-margin: var(--s-2,8px);
    --nav-ver-item-padding-lr: var(--s-8,32px);
    --nav-primary-item-selected-text-style: var(--font-weight-2,normal);
    --nav-primary-sub-nav-selected-bg-color: var(--color-brand1-7,#0c38c4);
    --nav-secondary-item-hover-active-color: var(--color-brand1-7,#0c38c4);
    --nav-secondary-item-selected-text-style: var(--font-weight-2,normal);
    --nav-normal-item-hover-bg-color: var(--color-brand1-1,#eef3ff);
    --nav-normal-sub-nav-hover-bg-color: var(--color-brand1-1,#eef3ff);
    --nav-normal-item-selected-text-style: var(--font-weight-2,normal);
    --nav-normal-sub-nav-selected-bg-color: var(--color-brand1-1,#eef3ff);
    --nav-line-item-selected-text-style: var(--font-weight-2,normal);
    --nav-hoz-font-size: var(--font-size-body-1,14px);
    --nav-ver-font-size: var(--font-size-body-1,14px);
    --nav-normal-item-selected-bg-color: var(--color-brand1-1,#eef3ff);
    --nav-normal-item-selected-active-color: var(--color-brand1-6,#1047f5);
    --nav-primary-bg-color: var(--color-brand1-9,#1f1f49);
    --nav-primary-border-color: var(--color-brand1-9,#1f1f49);
    --nav-primary-text-color: var(--color-white,#fff);
    --nav-primary-item-hover-text-color: var(--color-white,#fff);
    --nav-secondary-item-hover-bg-color: var(--color-white,#fff);
    --nav-secondary-item-hover-text-color: var(--color-brand1-6,#1047f5);
    --nav-secondary-item-selected-bg-color: var(--color-white,#fff);
    --nav-secondary-item-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-hover-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-hover-active-color: var(--color-brand1-6,#1047f5);
    --nav-ver-sub-nav-height: var(--s-9,36px);
    --nav-group-font-size: var(--font-size-body-1,14px);
    --nav-primary-sub-nav-bg-color: var(--color-brand1-9,#1f1f49);
    --nav-primary-group-text-color: var(--color-text1-4,#333);
    --nav-primary-item-childselected-text-style: var(--font-weight-2,normal);
    --nav-secondary-group-text-color: var(--color-text1-4,#333);
    --nav-secondary-sub-nav-hover-bg-color: var(--color-white,#fff);
    --nav-secondary-sub-nav-selected-bg-color: var(--color-white,#fff);
    --nav-secondary-sub-nav-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-opened-bg-color: var(--color-white,#fff);
    --nav-hoz-item-padding-lr: var(--s-6,24px);
    --nav-secondary-item-childselected-text-style: var(--font-weight-2,normal);
    --nav-normal-sub-nav-hover-text-color: var(--color-brand1-6,#1047f5);
    --nav-line-bg-color: var(--color-transparent,transparent);
    --nav-line-sub-nav-bg-color: var(--color-transparent,transparent);
    --nav-line-item-hover-bg-color: var(--color-transparent,transparent);
    --nav-line-item-hover-active-color: var(--color-transparent,transparent);
    --nav-line-sub-nav-hover-bg-color: var(--color-transparent,transparent);
    --nav-line-item-selected-bg-color: var(--color-transparent,transparent);
    --nav-line-item-childselected-bg-color: var(--color-transparent,transparent);
    --nav-line-item-selected-active-color: var(--color-transparent,transparent);
    --nav-line-sub-nav-selected-bg-color: var(--color-transparent,transparent);
    --nav-line-item-opened-bg-color: var(--color-transparent,transparent);
    --nav-secondary-shadow: var(--shadow-zero,none);
    --nav-normal-border-color: var(--color-line1-1,#e1e1e1);
    --nav-normal-text-color: var(--color-text1-4,#333);
    --nav-normal-sub-nav-text-color: var(--color-text1-4,#333);
    --nav-normal-item-childselected-bg-color: var(--color-brand1-1,#eef3ff);
    --nav-normal-item-childselected-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-opened-text-color: var(--color-text1-4,#333);
    --nav-line-text-color: var(--color-text1-4,#333);
    --nav-line-sub-nav-text-color: var(--color-text1-4,#333);
    --nav-line-item-childselected-text-color: var(--color-text1-4,#333);
    --nav-line-item-opened-text-color: var(--color-text1-4,#333);
    --nav-primary-item-hover-bg-color: var(--color-brand1-8,#022aa7);
    --nav-primary-item-hover-active-color: var(--color-brand1-8,#022aa7);
    --nav-primary-sub-nav-hover-bg-color: var(--color-brand1-8,#022aa7);
    --nav-primary-item-selected-bg-color: var(--color-brand1-8,#022aa7);
    --nav-primary-item-selected-active-color: var(--color-brand1-8,#022aa7);
    --nav-secondary-bg-color: var(--color-white,#fff);
    --nav-secondary-text-color: var(--color-text1-4,#333);
    --nav-secondary-sub-nav-bg-color: var(--color-white,#fff);
    --nav-secondary-sub-nav-text-color: var(--color-text1-4,#333);
    --nav-secondary-sub-nav-hover-text-color: var(--color-text1-4,#333);
    --nav-secondary-item-childselected-bg-color: var(--color-white,#fff);
    --nav-secondary-item-childselected-text-color: var(--color-text1-4,#333);
    --nav-secondary-item-opened-bg-color: var(--color-white,#fff);
    --nav-secondary-item-opened-text-color: var(--color-text1-4,#333);
    --nav-hoz-height: var(--s-11,44px);
    --nav-hoz-item-margin-tb: var(--s-zero,0px);
    --nav-hoz-item-margin-lr: var(--s-zero,0px);
    --nav-hoz-item-corner: var(--corner-zero,0px);
    --nav-hoz-item-selected-active-line: var(--line-2,2px);
    --nav-hoz-item-hover-active-line: var(--line-zero,0px);
    --nav-ver-item-corner: var(--corner-zero,0px);
    --nav-ver-item-selected-active-line: var(--line-2,2px);
    --nav-ver-item-hover-active-line: var(--line-zero,0px);
    --nav-primary-border-width: var(--line-zero,0px);
    --nav-primary-text-style: var(--font-weight-2,normal);
    --nav-primary-sub-nav-text-color: var(--color-white,#fff);
    --nav-primary-sub-nav-text-style: var(--font-weight-2,normal);
    --nav-primary-group-text-style: var(--font-weight-2,normal);
    --nav-primary-sub-nav-hover-text-color: var(--color-white,#fff);
    --nav-primary-item-childselected-bg-color: var(--color-transparent,transparent);
    --nav-primary-item-childselected-text-color: var(--color-white,#fff);
    --nav-primary-sub-nav-selected-text-color: var(--color-white,#fff);
    --nav-primary-sub-nav-active-color: var(--color-brand1-6,#1047f5);
    --nav-primary-item-disabled-text-color: var(--color-text1-1,#ccc);
    --nav-primary-item-opened-bg-color: var(--color-transparent,transparent);
    --nav-primary-item-opened-text-color: var(--color-white,#fff);
    --nav-secondary-border-width: var(--line-zero,0px);
    --nav-secondary-border-color: var(--color-brand1-6,#1047f5);
    --nav-secondary-text-style: var(--font-weight-2,normal);
    --nav-secondary-sub-nav-text-style: var(--font-weight-2,normal);
    --nav-secondary-group-text-style: var(--font-weight-2,normal);
    --nav-secondary-item-hover-text-style: var(--font-weight-2,normal);
    --nav-secondary-sub-nav-active-color: var(--color-brand1-6,#1047f5);
    --nav-secondary-item-disabled-text-color: var(--color-brand1-1,#eef3ff);
    --nav-normal-text-style: var(--font-weight-2,normal);
    --nav-normal-border-line: var(--line-1,1px);
    --nav-normal-sub-nav-bg-color: var(--color-white,#fff);
    --nav-normal-sub-nav-text-style: var(--font-weight-2,normal);
    --nav-normal-group-text-style: var(--font-weight-2,normal);
    --nav-normal-item-hover-text-style: var(--font-weight-2,normal);
    --nav-normal-item-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-childselected-text-style: var(--font-weight-2,normal);
    --nav-normal-sub-nav-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-sub-nav-active-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-disabled-text-color: var(--color-text1-2,#acacac);
    --nav-line-border-color: var(--color-line1-2,#c8c8c8);
    --nav-line-text-style: var(--font-weight-2,normal);
    --nav-line-border-line: var(--line-1,1px);
    --nav-line-sub-nav-text-style: var(--font-weight-2,normal);
    --nav-line-item-hover-text-color: var(--color-brand1-6,#1047f5);
    --nav-line-item-hover-text-style: var(--font-weight-2,normal);
    --nav-line-sub-nav-hover-text-color: var(--color-brand1-6,#1047f5);
    --nav-line-item-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-line-item-childselected-text-style: var(--font-weight-2,normal);
    --nav-line-sub-nav-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-line-sub-nav-active-color: var(--color-brand1-6,#1047f5);
    --nav-line-item-disabled-text-color: var(--color-text1-2,#acacac);
    --nav-line-group-text-color: var(--color-text1-2,#acacac);
    --nav-line-group-text-style: var(--font-weight-2,normal);
    --paragraph-text-color: var(--color-text1-1,#ccc);
    --paragraph-s-font-size: var(--font-size-body-1,14px);
    --paragraph-m-font-size: var(--font-size-body-2,14px);
    --paragraph-s-line-height: var(--font-lineheight-2,1.5);
    --paragraph-l-line-height: var(--font-lineheight-3,2);
    --typography-text-code-corner: var(--corner-2,4px);
    --typography-text-mark-color: var(--color-text1-1,#ccc);
    --typography-text-mark-background: var(--color-brand1-1,#eef3ff);
    --typography-title-h1-font-size: var(--font-size-display-3,40px);
    --typography-title-h2-font-size: var(--font-size-display-2,36px);
    --typography-title-h3-font-size: var(--font-size-display-1,28px);
    --typography-title-h4-font-size: var(--font-size-headline,24px);
    --typography-title-h5-font-size: var(--font-size-subhead,16px);
    --typography-title-h6-font-size: var(--font-size-body-2,14px);
    --typography-paragraph-font-size: var(--font-size-body-1,14px);
    --typography-paragraph-line-height: var(--font-lineheight-2,1.5);
    --typography-text-color: var(--color-text1-4,#333);
    --typography-text-strong-font-weight: var(--font-weight-semi-bold,600);
    --typography-text-code-color: var(--color-text1-4,#333);
    --typography-text-code-background: var(--color-fill1-2,#f3f3f3);
    --typography-text-code-border-color: var(--color-line1-1,#e1e1e1);
    --typography-title-font-weight: var(--font-weight-semi-bold,600);
    --calendar-fullscreen-header-margin-bottom: var(--s-5,20px);
    --calendar-fullscreen-table-head-font-weight: var(--font-weight-2,normal);
    --calendar-fullscreen-table-head-padding-b: var(--s-1,4px);
    --calendar-fullscreen-table-cell-margin-tb: var(--s-1,4px);
    --calendar-fullscreen-table-cell-padding-tb: var(--s-2,8px);
    --calendar-fullscreen-table-cell-padding-lr: var(--s-3,12px);
    --calendar-fullscreen-table-cell-normal-border-color: var(--color-line1-1,#e1e1e1);
    --calendar-fullscreen-table-cell-hover-background: var(--color-fill1-1,#f8f8f8);
    --calendar-fullscreen-table-cell-hover-border-color: var(--color-line1-1,#e1e1e1);
    --calendar-fullscreen-table-cell-select-background: var(--color-notice-3,#eef3ff);
    --calendar-btn-arrow-size: var(--icon-m,16px);
    --calendar-fullscreen-table-head-font-size: var(--font-size-body-1,14px);
    --calendar-fullscreen-table-cell-font-size: var(--font-size-body-1,14px);
    --calendar-card-header-margin-bottom: var(--s-5,20px);
    --calendar-card-table-cell-font-size: var(--font-size-body-1,14px);
    --calendar-card-table-cell-date-border-radius: var(--corner-1,2px);
    --calendar-card-table-cell-normal-background: var(--color-white,#fff);
    --calendar-card-table-cell-normal-border-color: var(--color-white,#fff);
    --calendar-card-table-cell-hover-background: var(--color-brand1-1,#eef3ff);
    --calendar-card-table-cell-hover-border-color: var(--color-brand1-1,#eef3ff);
    --calendar-panel-header-margin-bottom: var(--s-4,16px);
    --calendar-panel-header-height: var(--s-9,36px);
    --calendar-panel-header-background: var(--color-fill1-1,#f8f8f8);
    --calendar-btn-date-font-weight: var(--font-weight-medium,500);
    --calendar-btn-arrow-single-offset-lr: var(--s-9,36px);
    --calendar-btn-arrow-double-offset-lr: var(--s-3,12px);
    --calendar-btn-arrow-color: var(--color-text1-3,#666);
    --calendar-btn-arrow-color-hover: var(--color-brand1-6,#1047f5);
    --calendar-btn-date-color-hover: var(--color-brand1-6,#1047f5);
    --calendar-fullscreen-table-cell-boder-top-width: var(--line-2,2px);
    --calendar-card-table-cell-other-color: var(--color-text1-3,#666);
    --calendar-fullscreen-table-head-color: var(--color-text1-3,#666);
    --calendar-fullscreen-table-cell-normal-color: var(--color-text1-5,#000);
    --calendar-fullscreen-table-cell-hover-color: var(--color-text1-5,#000);
    --calendar-fullscreen-table-cell-other-color: var(--color-text1-3,#666);
    --calendar-card-table-head-color: var(--color-text1-2,#acacac);
    --calendar-card-table-cell-normal-color: var(--color-text1-5,#000);
    --calendar-btn-date-color: var(--color-text1-4,#333);
    --calendar-fullscreen-table-cell-disabled-color: var(--color-text1-1,#ccc);
    --calendar-card-table-cell-disabled-color: var(--color-text1-1,#ccc);
    --calendar-fullscreen-table-cell-other-background: var(--color-white,#fff);
    --calendar-fullscreen-table-cell-other-border-color: var(--color-line1-1,#e1e1e1);
    --calendar-fullscreen-table-cell-disabled-background: var(--color-transparent,transparent);
    --calendar-fullscreen-table-cell-disabled-border-color: var(--color-transparent,transparent);
    --calendar-card-table-cell-month-width: var(--s-24,96px);
    --calendar-card-table-cell-year-width: var(--s-24,96px);
    --calendar-card-table-cell-disabled-background: var(--color-transparent,transparent);
    --calendar-card-table-cell-disabled-border-color: var(--color-transparent,transparent);
    --calendar-fullscreen-table-head-padding-r: var(--s-3,12px);
    --calendar-fullscreen-table-cell-margin-lr: var(--s-1,4px);
    --calendar-fullscreen-table-cell-min-height: var(--s-20,80px);
    --calendar-fullscreen-table-cell-normal-background: var(--color-white,#fff);
    --calendar-fullscreen-table-cell-select-color: var(--color-brand1-6,#1047f5);
    --calendar-fullscreen-table-cell-select-border-color: var(--color-brand1-6,#1047f5);
    --calendar-fullscreen-table-cell-select-font-weight: var(--font-weight-3,bold);
    --calendar-fullscreen-table-cell-current-background: var(--color-white,#fff);
    --calendar-fullscreen-table-cell-current-color: var(--color-brand1-6,#1047f5);
    --calendar-fullscreen-table-cell-current-border-color: var(--color-brand1-6,#1047f5);
    --calendar-fullscreen-table-cell-current-font-weight: var(--font-weight-3,bold);
    --calendar-card-table-head-font-size: var(--font-size-caption,12px);
    --calendar-card-table-head-font-weight: var(--font-weight-2,normal);
    --calendar-card-table-cell-date-width: var(--s-6,24px);
    --calendar-card-table-cell-date-height: var(--s-6,24px);
    --calendar-card-table-cell-month-border-radius: var(--corner-1,2px);
    --calendar-card-table-cell-month-height: var(--s-6,24px);
    --calendar-card-table-cell-year-border-radius: var(--corner-1,2px);
    --calendar-card-table-cell-year-height: var(--s-6,24px);
    --calendar-card-table-cell-corner: var(--corner-zero,0px);
    --calendar-card-table-cell-hover-color: var(--color-brand1-6,#1047f5);
    --calendar-card-table-cell-select-background: var(--color-brand1-6,#1047f5);
    --calendar-card-table-cell-select-color: var(--color-white,#fff);
    --calendar-card-table-cell-select-border-color: var(--color-brand1-6,#1047f5);
    --calendar-card-table-cell-select-font-weight: var(--font-weight-3,bold);
    --calendar-card-table-cell-other-background: var(--color-white,#fff);
    --calendar-card-table-cell-other-border-color: var(--color-white,#fff);
    --calendar-card-table-cell-current-background: var(--color-white,#fff);
    --calendar-card-table-cell-current-color: var(--color-brand1-6,#1047f5);
    --calendar-card-table-cell-current-border-color: var(--color-transparent,transparent);
    --calendar-card-table-cell-current-font-weight: var(--font-weight-3,bold);
    --calendar-card-table-cell-inrange-background: var(--color-brand1-1,#eef3ff);
    --calendar-card-table-cell-inrange-color: var(--color-brand1-6,#1047f5);
    --calendar-card-table-cell-inrange-border-color: var(--color-brand1-1,#eef3ff);
    --calendar-panel-header-border-bottom-width: var(--line-1,1px);
    --calendar-panel-header-border-bottom-color: var(--color-transparent,transparent);
    --calendar-btn-date-margin-lr: var(--s-1,4px);
    --calendar-btn-arrow-content-prev: var(--icon-content-arrow-left,"");
    --calendar-btn-arrow-content-next: var(--icon-content-arrow-right,"");
    --calendar-btn-arrow-content-prev-super: var(--icon-content-arrow-double-left,"");
    --calendar-btn-arrow-content-next-super: var(--icon-content-arrow-double-right,"");
    --breadcrumb-text-color: var(--color-text1-3,#666);
    --breadcrumb-text-current-color: var(--color-brand1-6,#1047f5);
    --breadcrumb-size-m-icon-margin: var(--s-2,8px);
    --breadcrumb-size-m-icon-size: var(--icon-s,12px);
    --breadcrumb-size-m-font-size: var(--font-size-body-1,14px);
    --breadcrumb-icon-color: var(--color-text1-3,#666);
    --breadcrumb-size-ellipsis-font-size: var(--font-size-caption,12px);
    --breadcrumb-text-current-weight: var(--font-weight-2,normal);
    --breadcrumb-text-ellipsis-color: var(--color-text1-3,#666);
    --breadcrumb-text-keyword-color: var(--color-brand1-6,#1047f5);
    --breadcrumb-icon-sep-content: var(--icon-content-arrow-right,"");
    --breadcrumb-text-color-hover: var(--color-brand1-6,#1047f5);
    --breadcrumb-text-current-color-hover: var(--color-brand1-6,#1047f5);
    --breadcrumb-text-keyword-color-hover: var(--color-brand1-6,#1047f5);
    --loading-large-dot-size: var(--icon-s,12px);
    --loading-dot-color: var(--color-brand1-6,#1047f5);
    --loading-medium-dot-size: var(--icon-xs,8px);
    --loading-icon-size: var(--icon-xl,24px);
    --loading-large-size: var(--s-12,48px);
    --loading-medium-size: var(--s-8,32px);
    --split-btn-unfold-icon-content: var(--icon-content-arrow-up,"");
    --split-btn-trigger-normal-icon-color: var(--color-text1-3,#666);
    --split-btn-fold-icon-content: var(--icon-content-arrow-down,"");
    --cascader-select: "cascader-select";
    --line-0: var(--line-zero);
    --shadow-0: var(--shadow-zero);
    --corner-right-angle: var(--corner-zero);
    --s-0: var(--s-zero)
}
/*! * @alife/theme-crated-seller@1.5.0 (https://fusion.design) * @alifd/next@1.25.51 (https://fusion.design) * Copyright 2018-present Alibaba Group, * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE) */
.next-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
    top: 0;
    margin: -1px
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -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
}

[hidden], template {
    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 #c8c8c8;
    border-width: 1px 0 0;
    border: 0 var(--line-solid,solid) var(--color-line1-2,#c8c8c8);
    border-top: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#c8c8c8)
}

a {
    text-decoration: none
}

    a:link {
        color: #1047f5;
        color: var(--color-link-1,#1047f5)
    }

    a:visited {
        color: #0c38c4;
        color: var(--color-link-2,#0c38c4)
    }

    a:active, a:hover {
        color: #0c38c4;
        color: var(--color-link-3,#0c38c4)
    }

    a:active {
        text-decoration: underline
    }

@font-face {
    font-family: Roboto;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.ttf) format("truetype");
    font-weight: 200;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.ttf) format("truetype");
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.ttf) format("truetype");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.ttf) format("truetype");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.ttf) format("truetype");
    font-weight: 700;
    font-display: swap
}

html {
    font-size: 100%
}

body {
    font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    line-height: 1.28571;
    color: #333;
    color: var(--color-text1-4,#333)
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit
}

h1 {
    margin-bottom: 12px;
    margin-bottom: calc(var(--font-size-headline, 24px)*0.5);
    font-size: 24px;
    font-size: var(--font-size-headline,24px);
    line-height: 36px
}

h1, h2 {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

h2 {
    margin-bottom: 9px;
    margin-bottom: calc(var(--font-size-title, 18px)*0.5);
    font-size: 18px;
    font-size: var(--font-size-title,18px);
    line-height: 30px
}

h3, h4 {
    margin-bottom: 8px;
    margin-bottom: calc(var(--font-size-subhead, 16px)*0.5);
    font-size: 16px;
    font-size: var(--font-size-subhead,16px)
}

h3, h4, h5 {
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 24px
}

h5 {
    margin-bottom: 7px;
    margin-bottom: calc(var(--font-size-body-1, 14px)*0.5);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

h6 {
    margin-bottom: 7px;
    margin-bottom: calc(var(--font-size-body-2, 14px)*0.5);
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

h6, p {
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    line-height: 20px
}

p {
    margin-bottom: 7px;
    margin-bottom: calc(var(--font-size-body-1, 14px)*0.5);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

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(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-webkit-keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-webkit-keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

@keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes expandOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@keyframes expandOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-webkit-keyframes expandOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@keyframes expandOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-webkit-keyframes expandOutWithFade {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@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-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInDown, .fadeInLeft {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInRight, .fadeInUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeOut, .fadeOutDown {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeOutLeft, .fadeOutRight {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideInDown, .slideInUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideInLeft, .slideInRight {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideOutRight, .slideOutUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideOutDown, .slideOutLeft {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomIn, .zoomOut {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.expandInDown {
    -webkit-animation-name: expandInDown;
    animation-name: expandInDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.expandInDown, .expandOutUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandOutUp {
    -webkit-animation-name: expandOutUp;
    animation-name: expandOutUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.expandInUp {
    -webkit-animation-name: expandInUp;
    animation-name: expandInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.expandInUp, .expandOutDown {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandOutDown {
    -webkit-animation-name: expandOutDown;
    animation-name: expandOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInDownSmall, .fadeOutUpSmall {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomInBig {
    -webkit-animation-name: zoomInBig;
    animation-name: zoomInBig;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
    animation-timing-function: cubic-bezier(0,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomInBig, .zoomOutBig {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoomOutBig {
    -webkit-animation-name: zoomOutBig;
    animation-name: zoomOutBig;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
    animation-timing-function: cubic-bezier(0,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expand-enter {
    overflow: hidden
}

.expand-enter-active {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    .expand-enter-active > * {
        -webkit-animation-name: expandInWithFade;
        animation-name: expandInWithFade;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
        animation-timing-function: cubic-bezier(.23,1,.32,1);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.expand-leave {
    overflow: hidden
}

.expand-leave-active {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

    .expand-leave-active > * {
        -webkit-animation-name: expandOutWithFade;
        animation-name: expandOutWithFade;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
        animation-timing-function: cubic-bezier(.23,1,.32,1);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.next-icon[dir=rtl]:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@font-face {
    font-family: NextIcon;
    src: url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.eot);
    src: url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.eot#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.woff2) format("woff2"),url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.woff) format("woff"),url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.ttf) format("truetype"),url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.svg#NextIcon) format("svg");
    font-display: swap
}

.next-icon {
    display: inline-block;
    font-family: NextIcon;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .next-icon:before {
        display: inline-block;
        vertical-align: middle;
        text-align: center
    }

.next-icon-smile:before {
    content: "\E65F";
    content: var(--icon-content-smile,"\E65F")
}

.next-icon-cry:before {
    content: "\E65D";
    content: var(--icon-content-cry,"\E65D")
}

.next-icon-success:before {
    content: "\E60A";
    content: var(--icon-content-success,"\E60A")
}

.next-icon-warning:before {
    content: "\E60B";
    content: var(--icon-content-warning,"\E60B")
}

.next-icon-prompt:before {
    content: "\E60C";
    content: var(--icon-content-prompt,"\E60C")
}

.next-icon-error:before {
    content: "\E60D";
    content: var(--icon-content-error,"\E60D")
}

.next-icon-help:before {
    content: "\E673";
    content: var(--icon-content-help,"\E673")
}

.next-icon-clock:before {
    content: "\E621";
    content: var(--icon-content-clock,"\E621")
}

.next-icon-success-filling:before {
    content: "\E63A";
    content: var(--icon-content-success-filling,"\E63A")
}

.next-icon-delete-filling:before {
    content: "\E623";
    content: var(--icon-content-delete-filling,"\E623")
}

.next-icon-favorites-filling:before {
    content: "\E60E";
    content: var(--icon-content-favorites-filling,"\E60E")
}

.next-icon-add:before {
    content: "\E655";
    content: var(--icon-content-add,"\E655")
}

.next-icon-minus:before {
    content: "\E601";
    content: var(--icon-content-minus,"\E601")
}

.next-icon-arrow-up:before {
    content: "\E625";
    content: var(--icon-content-arrow-up,"\E625")
}

.next-icon-arrow-down:before {
    content: "\E63D";
    content: var(--icon-content-arrow-down,"\E63D")
}

.next-icon-arrow-left:before {
    content: "\E61D";
    content: var(--icon-content-arrow-left,"\E61D")
}

.next-icon-arrow-right:before {
    content: "\E619";
    content: var(--icon-content-arrow-right,"\E619")
}

.next-icon-arrow-double-left:before {
    content: "\E659";
    content: var(--icon-content-arrow-double-left,"\E659")
}

.next-icon-arrow-double-right:before {
    content: "\E65E";
    content: var(--icon-content-arrow-double-right,"\E65E")
}

.next-icon-switch:before {
    content: "\E6B3";
    content: var(--icon-content-switch,"\E6B3")
}

.next-icon-sorting:before {
    content: "\E634";
    content: var(--icon-content-sorting,"\E634")
}

.next-icon-descending:before {
    content: "\E61F";
    content: var(--icon-content-descending,"\E61F")
}

.next-icon-ascending:before {
    content: "\E61E";
    content: var(--icon-content-ascending,"\E61E")
}

.next-icon-select:before {
    content: "\E632";
    content: var(--icon-content-select,"\E632")
}

.next-icon-semi-select:before {
    content: "\E633";
    content: var(--icon-content-semi-select,"\E633")
}

.next-icon-search:before {
    content: "\E656";
    content: var(--icon-content-search,"\E656")
}

.next-icon-close:before {
    content: "\E626";
    content: var(--icon-content-close,"\E626")
}

.next-icon-ellipsis:before {
    content: "\E654";
    content: var(--icon-content-ellipsis,"\E654")
}

.next-icon-picture:before {
    content: "\E631";
    content: var(--icon-content-picture,"\E631")
}

.next-icon-calendar:before {
    content: "\E607";
    content: var(--icon-content-calendar,"\E607")
}

.next-icon-ashbin:before {
    content: "\E639";
    content: var(--icon-content-ashbin,"\E639")
}

.next-icon-upload:before {
    content: "\E7EE";
    content: var(--icon-content-upload,"\E7EE")
}

.next-icon-download:before {
    content: "\E628";
    content: var(--icon-content-download,"\E628")
}

.next-icon-set:before {
    content: "\E683";
    content: var(--icon-content-set,"\E683")
}

.next-icon-edit:before {
    content: "\E63B";
    content: var(--icon-content-edit,"\E63B")
}

.next-icon-refresh:before {
    content: "\E677";
    content: var(--icon-content-refresh,"\E677")
}

.next-icon-filter:before {
    content: "\E627";
    content: var(--icon-content-filter,"\E627")
}

.next-icon-attachment:before {
    content: "\E665";
    content: var(--icon-content-attachment,"\E665")
}

.next-icon-account:before {
    content: "\E608";
    content: var(--icon-content-account,"\E608")
}

.next-icon-email:before {
    content: "\E605";
    content: var(--icon-content-email,"\E605")
}

.next-icon-atm:before {
    content: "\E606";
    content: var(--icon-content-atm,"\E606")
}

.next-icon-loading:before {
    content: "\E646";
    content: var(--icon-content-loading,"\E646");
    -webkit-animation: loadingCircle 1s linear infinite;
    animation: loadingCircle 1s linear infinite
}

.next-icon-eye:before {
    content: "\E611";
    content: var(--icon-content-eye,"\E611")
}

.next-icon-copy:before {
    content: "\E60F";
    content: var(--icon-content-copy,"\E60F")
}

.next-icon-toggle-left:before {
    content: "\E602";
    content: var(--icon-content-toggle-left,"\E602")
}

.next-icon-toggle-right:before {
    content: "\E603";
    content: var(--icon-content-toggle-right,"\E603")
}

.next-icon-eye-close:before {
    content: "\E600";
    content: var(--icon-content-eye-close,"\E600")
}

.next-icon-unlock:before {
    content: "\E615";
    content: var(--icon-content-unlock,"\E615")
}

.next-icon-lock:before {
    content: "\E617";
    content: var(--icon-content-lock,"\E617")
}

.next-icon-exit:before {
    content: "\E616";
    content: var(--icon-content-exit,"\E616")
}

.next-icon-chart-bar:before {
    content: "\E612";
    content: var(--icon-content-chart-bar,"\E612")
}

.next-icon-chart-pie:before {
    content: "\E613";
    content: var(--icon-content-chart-pie,"\E613")
}

.next-icon-form:before {
    content: "\E7FB";
    content: var(--icon-content-form,"\E7FB")
}

.next-icon-detail:before {
    content: "\E7F8";
    content: var(--icon-content-detail,"\E7F8")
}

.next-icon-list:before {
    content: "\E7F9";
    content: var(--icon-content-list,"\E7F9")
}

.next-icon-dashboard:before {
    content: "\E7FA";
    content: var(--icon-content-dashboard,"\E7FA")
}

@-webkit-keyframes loadingCircle {
    0% {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.next-icon.next-xxs .next-icon-remote, .next-icon.next-xxs:before {
    width: 4px;
    font-size: 4px;
    line-height: inherit
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-icon.next-xxs {
        -webkit-transform: scale(.33333);
        -ms-transform: scale(.33333);
        transform: scale(.33333);
        margin-left: -4px;
        margin-right: -4px
    }

        .next-icon.next-xxs:before {
            width: 12px;
            font-size: 12px
        }
}

.next-icon.next-xs .next-icon-remote, .next-icon.next-xs:before {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-icon.next-xs {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-icon.next-xs:before {
            width: 12px;
            font-size: 12px
        }
}

.next-icon.next-small .next-icon-remote, .next-icon.next-small:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-icon.next-medium .next-icon-remote, .next-icon.next-medium:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-icon.next-large .next-icon-remote, .next-icon.next-large:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-icon.next-xl .next-icon-remote, .next-icon.next-xl:before {
    width: 24px;
    font-size: 24px;
    line-height: inherit
}

.next-icon.next-xxl .next-icon-remote, .next-icon.next-xxl:before {
    width: 28px;
    font-size: 28px;
    line-height: inherit
}

.next-icon.next-xxxl .next-icon-remote, .next-icon.next-xxxl:before {
    width: 32px;
    font-size: 32px;
    line-height: inherit
}

.next-icon.next-inherit .next-icon-remote, .next-icon.next-inherit:before {
    width: inherit;
    font-size: inherit;
    line-height: inherit
}

.next-icon .next-icon-remote, .next-icon.next-inherit .next-icon-remote {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor
}

.next-overlay-wrapper .next-overlay-inner {
    z-index: 1001
}

.next-overlay-wrapper .next-overlay-backdrop {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31,31,73,.5);
    -webkit-transition: opacity .3s cubic-bezier(.4,0,.2,1);
    transition: opacity .3s cubic-bezier(.4,0,.2,1);
    opacity: 0
}

.next-overlay-wrapper.opened .next-overlay-backdrop {
    opacity: 1
}

.next-loading-fusion-reactor[dir=rtl] {
    -webkit-animation-name: nextVectorRouteRTL;
    animation-name: nextVectorRouteRTL
}

@-webkit-keyframes nextVectorRouteRTL {
    0% {
        -webkit-transform: rotate(0deg);
        -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 {
        opacity: .7;
        -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)";
        position: relative;
        pointer-events: none
    }

.next-loading-masker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: .2;
    background: #fff
}

.next-loading-inline {
    display: inline-block
}

.next-loading-tip {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center
}

.next-loading-tip-fullscreen {
    top: inherit;
    left: 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 {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.next-loading-right-tip .next-loading-tip-placeholder {
    display: inline-block;
    visibility: hidden;
    margin-left: 1em
}

.next-loading-fusion-reactor {
    display: inline-block;
    width: 48px;
    width: var(--loading-large-size,48px);
    height: 48px;
    height: var(--loading-large-size,48px);
    position: relative;
    margin: 0;
    -webkit-animation-duration: 5.6s;
    animation-duration: 5.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: nextVectorRoute;
    animation-name: nextVectorRoute
}

    .next-loading-fusion-reactor .next-loading-dot {
        position: absolute;
        margin: auto;
        width: 12px;
        width: var(--loading-large-dot-size,12px);
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        border-radius: 50%;
        background: #1047f5;
        background: var(--loading-dot-color,#1047f5);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s
    }

        .next-loading-fusion-reactor .next-loading-dot:first-child {
            top: 0;
            bottom: 0;
            left: 0;
            -webkit-animation-name: nextVectorDotsX;
            animation-name: nextVectorDotsX
        }

        .next-loading-fusion-reactor .next-loading-dot:nth-child(2) {
            left: 0;
            right: 0;
            top: 0;
            opacity: .8;
            -webkit-animation-name: nextVectorDotsY;
            animation-name: nextVectorDotsY
        }

        .next-loading-fusion-reactor .next-loading-dot:nth-child(3) {
            top: 0;
            bottom: 0;
            right: 0;
            opacity: .6;
            -webkit-animation-name: nextVectorDotsXR;
            animation-name: nextVectorDotsXR
        }

        .next-loading-fusion-reactor .next-loading-dot:nth-child(4) {
            left: 0;
            right: 0;
            bottom: 0;
            opacity: .2;
            -webkit-animation-name: nextVectorDotsYR;
            animation-name: nextVectorDotsYR
        }

.next-loading-medium-fusion-reactor {
    width: 32px;
    width: var(--loading-medium-size,32px);
    height: 32px;
    height: var(--loading-medium-size,32px)
}

    .next-loading-medium-fusion-reactor .next-loading-dot {
        width: 8px;
        width: var(--loading-medium-dot-size,8px);
        height: 8px;
        height: var(--loading-medium-dot-size,8px)
    }

        .next-loading-medium-fusion-reactor .next-loading-dot: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;
        bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        bottom: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@keyframes nextVectorDotsYR {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 16.8px;
        bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        bottom: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@-webkit-keyframes nextVectorDotsY {
    25% {
        top: 0
    }

    45%,50% {
        top: 16.8px;
        top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        top: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@keyframes nextVectorDotsY {
    25% {
        top: 0
    }

    45%,50% {
        top: 16.8px;
        top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        top: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@-webkit-keyframes nextVectorDotsX {
    25% {
        left: 0
    }

    45%,50% {
        left: 16.8px;
        left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        left: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@keyframes nextVectorDotsX {
    25% {
        left: 0
    }

    45%,50% {
        left: 16.8px;
        left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        left: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@-webkit-keyframes nextVectorDotsXR {
    25% {
        right: 0
    }

    45%,50% {
        right: 16.8px;
        right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        right: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@keyframes nextVectorDotsXR {
    25% {
        right: 0
    }

    45%,50% {
        right: 16.8px;
        right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        right: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@-webkit-keyframes nextVectorDotsYR-medium {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 11.2px;
        bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        bottom: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@keyframes nextVectorDotsYR-medium {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 11.2px;
        bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        bottom: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsY-medium {
    25% {
        top: 0
    }

    45%,50% {
        top: 11.2px;
        top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        top: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@keyframes nextVectorDotsY-medium {
    25% {
        top: 0
    }

    45%,50% {
        top: 11.2px;
        top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        top: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsX-medium {
    25% {
        left: 0
    }

    45%,50% {
        left: 11.2px;
        left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        left: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@keyframes nextVectorDotsX-medium {
    25% {
        left: 0
    }

    45%,50% {
        left: 11.2px;
        left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        left: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsXR-medium {
    25% {
        right: 0
    }

    45%,50% {
        right: 11.2px;
        right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        right: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@keyframes nextVectorDotsXR-medium {
    25% {
        right: 0
    }

    45%,50% {
        right: 11.2px;
        right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        right: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

.next-radio-button-large[dir=rtl] > label:first-child {
    margin-left: -1px;
    border-top-right-radius: 4px;
    border-top-right-radius: var(--radio-button-corner-large,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--radio-button-corner-large,4px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.next-radio-button-large[dir=rtl] > label:last-child {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-left-radius: var(--radio-button-corner-large,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--radio-button-corner-large,4px)
}

.next-radio-button-large[dir=rtl] .next-radio-label {
    height: 34px;
    height: calc(var(--radio-button-height-large, 36px) - 2px);
    line-height: 34px;
    line-height: calc(var(--radio-button-height-large, 36px) - 2px);
    font-size: 14px;
    font-size: var(--radio-button-font-size-large,14px)
}

.next-radio-button-medium[dir=rtl] > label:first-child {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-top-right-radius: var(--radio-button-corner-medium,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--radio-button-corner-medium,4px)
}

.next-radio-button-medium[dir=rtl] > label:last-child {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-left-radius: var(--radio-button-corner-medium,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--radio-button-corner-medium,4px)
}

.next-radio-button-small[dir=rtl] > label:first-child {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-top-right-radius: var(--radio-button-corner-small,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--radio-button-corner-small,4px)
}

.next-radio-button-small[dir=rtl] > label:last-child {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-left-radius: var(--radio-button-corner-small,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--radio-button-corner-small,4px)
}

.next-radio-wrapper[dir=rtl] .next-radio-label {
    margin-left: 0;
    margin-right: 4px
}

.next-radio-group[dir=rtl] .next-radio-label {
    margin-right: 4px;
    margin-left: 16px
}

.next-radio-button[dir=rtl] > label .next-radio-label {
    margin: 0
}

.next-radio-wrapper {
    outline: 0;
    display: inline-block
}

    .next-radio-wrapper .next-radio {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        line-height: 1
    }

        .next-radio-wrapper .next-radio, .next-radio-wrapper .next-radio *, .next-radio-wrapper .next-radio :after, .next-radio-wrapper .next-radio :before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

            .next-radio-wrapper .next-radio input[type=radio] {
                opacity: 0;
                position: absolute;
                vertical-align: middle;
                top: 0;
                left: 0;
                width: 16px;
                width: var(--radio-width,16px);
                height: 16px;
                height: var(--radio-width,16px);
                margin: 0;
                cursor: pointer
            }

    .next-radio-wrapper .next-radio-inner {
        display: block;
        width: 16px;
        width: var(--radio-width,16px);
        height: 16px;
        height: var(--radio-width,16px);
        background: #fff;
        background: var(--radio-bg-color,#fff);
        border-radius: 50%;
        border-radius: var(--radio-radius-size,50%);
        border: 1px solid #a2a3a5;
        border: var(--radio-circle-border-width,1px) solid var(--radio-border-color,#a2a3a5);
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--radio-shadow,none);
        box-shadow: none;
        box-shadow: var(--radio-shadow,none)
    }

        .next-radio-wrapper .next-radio-inner:after {
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            position: absolute;
            border-radius: 50%;
            border-radius: var(--radio-radius-size,50%);
            top: 50%;
            margin-top: -2px;
            margin-top: calc(0px - var(--radio-circle-size, 4px)/2);
            left: 50%;
            margin-left: -2px;
            margin-left: calc(0px - var(--radio-circle-size, 4px)/2);
            background: #fff;
            content: "";
            -webkit-transition: all .1s linear;
            transition: all .1s linear
        }

    .next-radio-wrapper.checked .next-radio-inner {
        border-color: #1047f5;
        border-color: var(--radio-checked-border-color,#1047f5);
        background: #1047f5;
        background: var(--radio-checked-bg-color,#1047f5)
    }

        .next-radio-wrapper.checked .next-radio-inner:after {
            width: 4px;
            width: var(--radio-circle-size,4px);
            height: 4px;
            height: var(--radio-circle-size,4px);
            font-weight: 700;
            background: #fff;
            background: var(--radio-checked-circle-color,#fff);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

    .next-radio-wrapper.checked.hovered .next-radio-inner, .next-radio-wrapper.checked:hover .next-radio-inner {
        border-color: transparent;
        border-color: var(--radio-checked-hovered-border-color,transparent)
    }

    .next-radio-wrapper.disabled input[type=radio] {
        cursor: not-allowed
    }

    .next-radio-wrapper.disabled .next-radio-inner {
        border-color: #c8c8c8;
        border-color: var(--radio-disabled-border-color,#c8c8c8);
        background: #e1e1e1;
        background: var(--radio-disabled-bg-color,#e1e1e1)
    }

        .next-radio-wrapper.disabled .next-radio-inner:after {
            background: #ccc;
            background: var(--radio-disabled-circle-color,#ccc)
        }

        .next-radio-wrapper.disabled .next-radio-inner.hovered, .next-radio-wrapper.disabled .next-radio-inner:hover {
            border-color: #c8c8c8;
            border-color: var(--radio-disabled-border-color,#c8c8c8)
        }

    .next-radio-wrapper.disabled.checked .next-radio-inner {
        border-color: #c8c8c8;
        border-color: var(--radio-checked-disabled-border-color,#c8c8c8);
        background: #e1e1e1;
        background: var(--radio-checked-disabled-bg-color,#e1e1e1)
    }

        .next-radio-wrapper.disabled.checked .next-radio-inner:after {
            background: #a2a3a5;
            background: var(--radio-checked-disabled-circle-color,#a2a3a5)
        }

    .next-radio-wrapper.disabled .next-radio-label {
        color: #333;
        color: var(--radio-normal-font-color-disabled,#333)
    }

    .next-radio-wrapper:not(.disabled).hovered .next-radio-inner, .next-radio-wrapper:not(.disabled):hover .next-radio-inner {
        border-color: #1047f5;
        border-color: var(--radio-hovered-border-color,#1047f5);
        background-color: #eef3ff;
        background-color: var(--radio-hovered-bg-color,#eef3ff)
    }

    .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 {
        border-color: transparent;
        border-color: var(--radio-checked-hovered-border-color,transparent);
        background: #0c38c4;
        background: var(--radio-checked-hovered-bg-color,#0c38c4)
    }

        .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after, .next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after {
            background: #fff;
            background: var(--radio-checked-hovered-circle-color,#fff)
        }

.next-radio-button .next-radio, .next-radio-button input[type=radio] {
    width: 0;
    height: 0
}

.next-radio-button > label {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0 0 0 -1px;
    border: 1px solid #c8c8c8;
    border: 1px solid var(--radio-button-border-color,#c8c8c8);
    background-color: #fff;
    background-color: var(--radio-button-bg-color,#fff);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    vertical-align: middle
}

    .next-radio-button > label .next-radio-label {
        display: block;
        color: #333;
        color: var(--radio-button-font-color,#333);
        margin: 0;
        -webkit-transition: all .1s linear;
        transition: all .1s linear
    }

    .next-radio-button > label.hovered, .next-radio-button > label:hover {
        z-index: 10;
        border-color: #1047f5;
        border-color: var(--radio-button-border-color-hovered,#1047f5);
        background-color: #eef3ff;
        background-color: var(--radio-button-bg-color-hovered,#eef3ff)
    }

        .next-radio-button > label.hovered .next-radio-label, .next-radio-button > label:hover .next-radio-label {
            color: #1047f5;
            color: var(--radio-button-font-color-hovered,#1047f5)
        }

    .next-radio-button > label.checked {
        z-index: 11;
        border-color: #1047f5;
        border-color: var(--radio-button-border-color-checked,#1047f5);
        background-color: #fff;
        background-color: var(--radio-button-bg-color-checked,#fff)
    }

        .next-radio-button > label.checked .next-radio-label {
            color: #1047f5;
            color: var(--radio-button-font-color-checked,#1047f5)
        }

    .next-radio-button > label.disabled {
        z-index: 0;
        cursor: not-allowed;
        border-color: #c8c8c8;
        border-color: var(--radio-button-border-color-disabled,#c8c8c8);
        background-color: #f3f3f3;
        background-color: var(--radio-button-bg-color-disabled,#f3f3f3)
    }

        .next-radio-button > label.disabled .next-radio-label {
            color: #acacac;
            color: var(--radio-button-font-color-disabled,#acacac)
        }

    .next-radio-button > label.checked.disabled {
        z-index: 0;
        border-color: #c8c8c8;
        border-color: var(--radio-button-border-color-checked-disabled,#c8c8c8);
        background-color: #fff;
        background-color: var(--radio-button-bg-color-checked-disabled,#fff)
    }

        .next-radio-button > label.checked.disabled .next-radio-label {
            color: #1047f5;
            color: var(--radio-button-font-color-checked-disabled,#1047f5)
        }

.next-radio-button-large > label {
    padding: 0 12px;
    padding: 0 var(--radio-button-padding-large,12px);
    height: 36px;
    height: var(--radio-button-height-large,36px);
    line-height: 36px;
    line-height: var(--radio-button-height-large,36px)
}

    .next-radio-button-large > label:first-child {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-top-left-radius: var(--radio-button-corner-large,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--radio-button-corner-large,4px)
    }

    .next-radio-button-large > label:last-child {
        border-top-right-radius: 4px;
        border-top-right-radius: var(--radio-button-corner-large,4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--radio-button-corner-large,4px)
    }

.next-radio-button-large .next-radio-label {
    height: 34px;
    height: calc(var(--radio-button-height-large, 36px) - 2px);
    line-height: 34px;
    line-height: calc(var(--radio-button-height-large, 36px) - 2px);
    font-size: 14px;
    font-size: var(--radio-button-font-size-large,14px)
}

.next-radio-button-medium > label {
    padding: 0 8px;
    padding: 0 var(--radio-button-padding-medium,8px);
    height: 32px;
    height: var(--radio-button-height-medium,32px);
    line-height: 32px;
    line-height: var(--radio-button-height-medium,32px)
}

    .next-radio-button-medium > label:first-child {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-top-left-radius: var(--radio-button-corner-medium,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--radio-button-corner-medium,4px)
    }

    .next-radio-button-medium > label:last-child {
        border-top-right-radius: 4px;
        border-top-right-radius: var(--radio-button-corner-medium,4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--radio-button-corner-medium,4px)
    }

.next-radio-button-medium .next-radio-label {
    height: 30px;
    height: calc(var(--radio-button-height-medium, 32px) - 2px);
    line-height: 30px;
    line-height: calc(var(--radio-button-height-medium, 32px) - 2px);
    font-size: 14px;
    font-size: var(--radio-button-font-size-medium,14px)
}

.next-radio-button-small > label {
    padding: 0 8px;
    padding: 0 var(--radio-button-padding-small,8px);
    height: 28px;
    height: var(--radio-button-height-small,28px);
    line-height: 28px;
    line-height: var(--radio-button-height-small,28px)
}

    .next-radio-button-small > label:first-child {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-top-left-radius: var(--radio-button-corner-small,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--radio-button-corner-small,4px)
    }

    .next-radio-button-small > label:last-child {
        border-top-right-radius: 4px;
        border-top-right-radius: var(--radio-button-corner-small,4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--radio-button-corner-small,4px)
    }

.next-radio-button-small .next-radio-label {
    height: 26px;
    height: calc(var(--radio-button-height-small, 28px) - 2px);
    line-height: 26px;
    line-height: calc(var(--radio-button-height-small, 28px) - 2px);
    font-size: 12px;
    font-size: var(--radio-button-font-size-small,12px)
}

.next-radio-single-input input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

.next-radio-group {
    display: inline-block
}

    .next-radio-group .next-radio-wrapper {
        margin-right: 12px
    }

        .next-radio-group .next-radio-wrapper:last-child {
            margin-right: 0
        }

    .next-radio-group .next-radio-label {
        color: #333;
        color: var(--radio-normal-font-color,#333)
    }

    .next-radio-group.disabled .next-radio-label {
        color: #333;
        color: var(--radio-normal-font-color-disabled,#333)
    }

    .next-radio-group.next-radio-button .next-radio-wrapper {
        margin-right: 0
    }

.next-radio-group-ver .next-radio-wrapper {
    display: block;
    margin-bottom: 8px
}

.next-radio-label {
    margin: 0 0 0 8px;
    margin-left: var(--radio-font-margin-left,8px);
    margin-right: 8px;
    margin-right: var(--radio-font-margin-left,8px);
    font-size: 14px;
    font-size: var(--radio-font-size,14px);
    vertical-align: middle;
    line-height: 1;
    color: #333;
    color: var(--radio-normal-font-color,#333)
}

@-moz-document url-prefix() {
    .next-radio {
        margin-top: -1px
    }

    @supports ((-webkit-animation:calc(0s)) or (animation:calc(0s))) {
        .next-radio {
            margin-top: -3px
        }
    }
}

.next-badge {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

    .next-badge, .next-badge *, .next-badge :after, .next-badge :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-badge .next-badge-count {
            color: #fff;
            background: #f33200;
            background: var(--badge-color-bg,#f33200);
            text-align: center;
            white-space: nowrap;
            border-radius: 8px;
            border-radius: var(--badge-size-count-border-radius,8px);
            position: absolute;
            width: auto;
            height: 16px;
            height: var(--badge-size-count-config-height,16px);
            min-width: 16px;
            min-width: var(--badge-size-count-config-height,16px);
            padding: 0 4px;
            padding: 0 var(--badge-size-count-padding-lr,4px) 0 var(--badge-size-count-padding-lr,4px);
            font-size: 12px;
            font-size: var(--badge-size-count-font,12px);
            line-height: 16px;
            line-height: var(--badge-size-count-config-height,16px);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: -.5em
        }

            .next-badge .next-badge-count a, .next-badge .next-badge-count a:hover {
                color: #fff
            }

        .next-badge .next-badge-dot {
            color: #fff;
            background: #f33200;
            background: var(--badge-dot-color-bg,#f33200);
            text-align: center;
            white-space: nowrap;
            border-radius: 40px;
            border-radius: var(--badge-size-dot-border-radius,40px);
            position: absolute;
            width: 8px;
            width: var(--badge-size-dot-width,8px);
            height: 8px;
            height: var(--badge-size-dot-width,8px);
            min-width: 8px;
            min-width: var(--badge-size-dot-width,8px);
            padding: 0;
            font-size: 1px;
            line-height: 1;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: -.5em
        }

            .next-badge .next-badge-dot a, .next-badge .next-badge-dot a:hover {
                color: #fff
            }

        .next-badge .next-badge-custom {
            line-height: 1.166667;
            white-space: nowrap;
            font-size: 12px;
            font-size: var(--font-size-caption,12px);
            padding-left: 4px;
            padding-left: var(--badge-size-custom-padding-lr,4px);
            padding-right: 4px;
            padding-right: var(--badge-size-custom-padding-lr,4px);
            border-radius: 2px;
            border-radius: var(--badge-size-custom-border-radius,2px);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

            .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;
                width: auto;
                vertical-align: top
            }

        .next-badge .next-badge-scroll-number {
            position: absolute;
            top: -4px;
            z-index: 10;
            overflow: hidden;
            -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
            transform-origin: left center
        }

.next-badge-scroll-number-only {
    position: relative;
    display: inline-block;
    transition: transform .1s linear,-webkit-transform .1s linear;
    min-width: 8px;
    min-width: var(--badge-size-dot-width,8px)
}

    .next-badge-scroll-number-only span {
        display: block;
        height: 16px;
        height: var(--badge-size-count-config-height,16px);
        line-height: 16px;
        line-height: var(--badge-size-count-config-height,16px);
        font-size: 12px;
        font-size: var(--badge-size-count-font,12px)
    }

.next-badge-not-a-wrapper .next-badge-count, .next-badge-not-a-wrapper .next-badge-custom, .next-badge-not-a-wrapper .next-badge-dot {
    position: relative;
    display: block;
    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 {
        margin-bottom: 0;
        margin-bottom: var(--badge-size-list-margin,0);
        list-style: none
    }

.next-badge[dir=rtl] .next-badge-custom {
    padding-right: 4px;
    padding-right: var(--badge-size-custom-padding-lr,4px);
    padding-left: 4px;
    padding-left: var(--badge-size-custom-padding-lr,4px)
}

.next-badge[dir=rtl] .next-badge-scroll-number {
    left: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.next-balloon {
    position: absolute;
    top: 0;
    max-width: 2000px;
    max-width: var(--balloon-size-max-width,2000px);
    border-style: solid;
    border-style: var(--balloon-border-style,solid);
    border-radius: 4px;
    border-radius: var(--balloon-corner,4px);
    font-size: 14px;
    font-size: var(--balloon-content-font-size,14px);
    font-weight: 400;
    font-weight: var(--balloon-content-font-weight,normal);
    word-wrap: break-all;
    word-wrap: break-word;
    z-index: 0
}

    .next-balloon, .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 {
    margin-bottom: 8px;
    margin-bottom: var(--balloon-size-header-margin-bottom,8px);
    font-size: 14px;
    font-size: var(--balloon-title-font-size,14px);
    font-weight: 700;
    font-weight: var(--balloon-title-font-weight,bold)
}

    .next-balloon-title.next-balloon-closable {
        padding: 0 40px 0 0;
        padding: 0 var(--balloon-size-padding-closable-right,40px) 0 0
    }

        .next-balloon-title.next-balloon-closable .next-balloon-close {
            top: -1px;
            -webkit-transform: translateY(13px);
            -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
            -ms-transform: translateY(13px);
            -ms-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
            transform: translateY(13px);
            transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
            right: 16px;
            right: var(--balloon-size-padding-right,16px)
        }

.next-balloon-primary {
    color: #fff;
    color: var(--balloon-primary-color,#fff);
    border-color: transparent;
    border-color: var(--balloon-primary-color-border,transparent);
    background-color: #1f1f49;
    background-color: var(--balloon-primary-color-bg,#1f1f49);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--balloon-primary-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--balloon-primary-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    border-width: 1px;
    border-width: var(--balloon-primary-border-width,1px)
}

    .next-balloon-primary .next-balloon-close {
        position: absolute;
        top: -1px;
        -webkit-transform: translateY(13px);
        -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        -ms-transform: translateY(13px);
        -ms-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        transform: translateY(13px);
        transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        right: 12px;
        right: var(--balloon-size-close-margin-right,12px);
        font-size: 12px;
        font-size: var(--balloon-size-close,12px);
        cursor: pointer;
        color: #fff;
        color: var(--balloon-primary-color-close,#fff)
    }

        .next-balloon-primary .next-balloon-close .next-icon, .next-balloon-primary .next-balloon-close .next-icon:before {
            width: 12px;
            width: var(--balloon-size-close,12px);
            height: 12px;
            height: var(--balloon-size-close,12px);
            line-height: 1em
        }

            .next-balloon-primary .next-balloon-close .next-icon:before {
                font-size: 12px;
                font-size: var(--balloon-size-close,12px)
            }

        .next-balloon-primary .next-balloon-close :hover {
            color: #dfe8ff;
            color: var(--balloon-primary-color-close-hover,#dfe8ff)
        }

    .next-balloon-primary:after {
        position: absolute;
        width: 12px;
        width: var(--balloon-size-arrow-size,12px);
        height: 12px;
        height: var(--balloon-size-arrow-size,12px);
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
        border: 1px solid transparent;
        border: var(--balloon-primary-border-width,1px) var(--balloon-border-style,solid) var(--balloon-primary-color-border,transparent);
        background-color: #1f1f49;
        background-color: var(--balloon-primary-color-bg,#1f1f49);
        z-index: -1
    }

    .next-balloon-primary.next-balloon-top:after {
        top: -7px;
        top: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        left: calc(50% - 7px);
        left: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-right: none;
        border-bottom: none
    }

    .next-balloon-primary.next-balloon-right:after {
        top: calc(50% - 7px);
        top: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        right: -7px;
        right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-left: none;
        border-bottom: none
    }

    .next-balloon-primary.next-balloon-bottom:after {
        bottom: -7px;
        bottom: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        left: calc(50% - 7px);
        left: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-top: none;
        border-left: none
    }

    .next-balloon-primary.next-balloon-left:after {
        top: calc(50% - 7px);
        top: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px))
    }

    .next-balloon-primary.next-balloon-left-top:after, .next-balloon-primary.next-balloon-left:after {
        left: -7px;
        left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-top: none;
        border-right: none
    }

    .next-balloon-primary.next-balloon-left-top:after {
        top: 12px;
        top: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-left-bottom:after {
        bottom: 12px;
        bottom: var(--balloon-size-arrow-margin,12px);
        left: -7px;
        left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-top: none;
        border-right: none
    }

    .next-balloon-primary.next-balloon-right-top:after {
        top: 12px;
        top: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-right-bottom:after, .next-balloon-primary.next-balloon-right-top:after {
        right: -7px;
        right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-bottom: none;
        border-left: none
    }

    .next-balloon-primary.next-balloon-right-bottom:after {
        bottom: 12px;
        bottom: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-top-left:after {
        left: 12px;
        left: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-top-left:after, .next-balloon-primary.next-balloon-top-right:after {
        top: -7px;
        top: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-right: none;
        border-bottom: none
    }

    .next-balloon-primary.next-balloon-top-right:after {
        right: 12px;
        right: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-bottom-left:after {
        left: 12px;
        left: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-bottom-left:after, .next-balloon-primary.next-balloon-bottom-right:after {
        bottom: -7px;
        bottom: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-top: none;
        border-left: none
    }

    .next-balloon-primary.next-balloon-bottom-right:after {
        right: 12px;
        right: var(--balloon-size-arrow-margin,12px)
    }

.next-balloon-normal {
    color: #333;
    color: var(--balloon-normal-color,#333);
    border-color: #e1e1e1;
    border-color: var(--balloon-normal-color-border,#e1e1e1);
    background-color: #fff;
    background-color: var(--balloon-normal-color-bg,#fff);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--balloon-normal-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--balloon-normal-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    border-width: 1px;
    border-width: var(--balloon-normal-border-width,1px)
}

    .next-balloon-normal .next-balloon-close {
        position: absolute;
        top: -1px;
        -webkit-transform: translateY(13px);
        -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        -ms-transform: translateY(13px);
        -ms-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        transform: translateY(13px);
        transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        right: 12px;
        right: var(--balloon-size-close-margin-right,12px);
        font-size: 12px;
        font-size: var(--balloon-size-close,12px);
        cursor: pointer;
        color: #333;
        color: var(--balloon-normal-color-close,#333)
    }

        .next-balloon-normal .next-balloon-close .next-icon, .next-balloon-normal .next-balloon-close .next-icon:before {
            width: 12px;
            width: var(--balloon-size-close,12px);
            height: 12px;
            height: var(--balloon-size-close,12px);
            line-height: 1em
        }

            .next-balloon-normal .next-balloon-close .next-icon:before {
                font-size: 12px;
                font-size: var(--balloon-size-close,12px)
            }

        .next-balloon-normal .next-balloon-close :hover {
            color: #1047f5;
            color: var(--balloon-normal-color-close-hover,#1047f5)
        }

    .next-balloon-normal:after {
        position: absolute;
        width: 12px;
        width: var(--balloon-size-arrow-size,12px);
        height: 12px;
        height: var(--balloon-size-arrow-size,12px);
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
        border: 1px solid #e1e1e1;
        border: var(--balloon-normal-border-width,1px) var(--balloon-border-style,solid) var(--balloon-normal-color-border,#e1e1e1);
        background-color: #fff;
        background-color: var(--balloon-normal-color-bg,#fff);
        z-index: -1
    }

    .next-balloon-normal.next-balloon-top:after {
        top: -7px;
        top: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        left: calc(50% - 7px);
        left: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-right: none;
        border-bottom: none
    }

    .next-balloon-normal.next-balloon-right:after {
        top: calc(50% - 7px);
        top: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        right: -7px;
        right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-left: none;
        border-bottom: none
    }

    .next-balloon-normal.next-balloon-bottom:after {
        bottom: -7px;
        bottom: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        left: calc(50% - 7px);
        left: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-top: none;
        border-left: none
    }

    .next-balloon-normal.next-balloon-left:after {
        top: calc(50% - 7px);
        top: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px))
    }

    .next-balloon-normal.next-balloon-left-top:after, .next-balloon-normal.next-balloon-left:after {
        left: -7px;
        left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-top: none;
        border-right: none
    }

    .next-balloon-normal.next-balloon-left-top:after {
        top: 12px;
        top: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-left-bottom:after {
        bottom: 12px;
        bottom: var(--balloon-size-arrow-margin,12px);
        left: -7px;
        left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-top: none;
        border-right: none
    }

    .next-balloon-normal.next-balloon-right-top:after {
        top: 12px;
        top: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-right-bottom:after, .next-balloon-normal.next-balloon-right-top:after {
        right: -7px;
        right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-bottom: none;
        border-left: none
    }

    .next-balloon-normal.next-balloon-right-bottom:after {
        bottom: 12px;
        bottom: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-top-left:after {
        left: 12px;
        left: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-top-left:after, .next-balloon-normal.next-balloon-top-right:after {
        top: -7px;
        top: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-right: none;
        border-bottom: none
    }

    .next-balloon-normal.next-balloon-top-right:after {
        right: 12px;
        right: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-bottom-left:after {
        left: 12px;
        left: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-bottom-left:after, .next-balloon-normal.next-balloon-bottom-right:after {
        bottom: -7px;
        bottom: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-top: none;
        border-left: none
    }

    .next-balloon-normal.next-balloon-bottom-right:after {
        right: 12px;
        right: var(--balloon-size-arrow-margin,12px)
    }

.next-balloon.visible {
    display: block
}

.next-balloon.hidden {
    display: none
}

.next-balloon-medium {
    padding: 12px 16px;
    padding: var(--balloon-size-padding-top,12px) var(--balloon-size-padding-right,16px) var(--balloon-size-padding-top,12px) var(--balloon-size-padding-right,16px)
}

.next-balloon-closable {
    padding: 12px 40px 12px 16px;
    padding: var(--balloon-size-padding-top,12px) var(--balloon-size-padding-closable-right,40px) var(--balloon-size-padding-top,12px) var(--balloon-size-padding-right,16px)
}

.next-balloon-tooltip {
    position: absolute;
    top: 0;
    max-width: 2000px;
    max-width: var(--balloon-size-max-width,2000px);
    border-radius: 4px;
    border-radius: var(--balloon-corner,4px);
    font-size: 12px;
    font-size: var(--balloon-tooltip-content-font-size,12px);
    font-weight: 400;
    font-weight: var(--balloon-tooltip-content-font-weight,normal);
    z-index: 0;
    word-wrap: break-all;
    word-wrap: break-word;
    color: #333;
    color: var(--balloon-tooltip-color,#333);
    background-color: #eef3ff;
    background-color: var(--balloon-tooltip-color-bg,#eef3ff);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--balloon-tooltip-shadow,none);
    box-shadow: none;
    box-shadow: var(--balloon-tooltip-shadow,none);
    border: 1px solid #eef3ff;
    border: var(--balloon-tooltip-border-width,1px) var(--balloon-tooltip-border-style,solid) var(--balloon-tooltip-color-border,#eef3ff)
}

    .next-balloon-tooltip, .next-balloon-tooltip *, .next-balloon-tooltip :after, .next-balloon-tooltip :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-balloon-tooltip .next-balloon-arrow {
            position: absolute;
            display: block;
            width: 24px;
            width: calc(var(--balloon-size-arrow-size, 12px)*2);
            height: 24px;
            height: calc(var(--balloon-size-arrow-size, 12px)*2);
            overflow: hidden;
            background: 0 0;
            pointer-events: none
        }

            .next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                display: block;
                width: 12px;
                width: var(--balloon-size-arrow-size,12px);
                height: 12px;
                height: var(--balloon-size-arrow-size,12px);
                margin: auto;
                background-color: #eef3ff;
                background-color: var(--balloon-tooltip-color-bg,#eef3ff);
                border: 1px solid #eef3ff;
                border: var(--balloon-tooltip-border-width,1px) var(--balloon-tooltip-border-style,solid) var(--balloon-tooltip-color-border,#eef3ff);
                pointer-events: auto
            }

.next-balloon-tooltip-top .next-balloon-arrow {
    top: -24px;
    top: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: calc(50% - 12px);
    left: calc(50% - var(--balloon-size-arrow-size, 12px))
}

    .next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(12px) rotate(45deg);
        -webkit-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateY(12px) rotate(45deg);
        transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-right .next-balloon-arrow {
    top: calc(50% - 12px);
    top: calc(50% - var(--balloon-size-arrow-size, 12px));
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -webkit-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateX(-12px) rotate(45deg);
        transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip-bottom .next-balloon-arrow {
    left: calc(50% - 12px);
    left: calc(50% - var(--balloon-size-arrow-size, 12px));
    bottom: -24px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(-12px) rotate(45deg);
        -webkit-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
        transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip-left .next-balloon-arrow {
    top: calc(50% - 12px);
    top: calc(50% - var(--balloon-size-arrow-size, 12px));
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-left-top .next-balloon-arrow {
    top: 6px;
    top: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-left-bottom .next-balloon-arrow {
    bottom: 6px;
    bottom: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-right-top .next-balloon-arrow {
    top: 6px;
    top: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -webkit-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateX(-12px) rotate(45deg);
        transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip-right-bottom .next-balloon-arrow {
    bottom: 6px;
    bottom: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -webkit-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateX(-12px) rotate(45deg);
        transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip-top-left .next-balloon-arrow {
    left: 6px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    top: -24px;
    top: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(12px) rotate(45deg);
        -webkit-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateY(12px) rotate(45deg);
        transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-top-right .next-balloon-arrow {
    right: 6px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    top: -24px;
    top: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(12px) rotate(45deg);
        -webkit-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateY(12px) rotate(45deg);
        transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-bottom-left .next-balloon-arrow {
    left: 6px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    bottom: -24px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(-12px) rotate(45deg);
        -webkit-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
        transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip-bottom-right .next-balloon-arrow {
    right: 6px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    bottom: -24px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(-12px) rotate(45deg);
        -webkit-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
        transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip.visible {
    display: block
}

.next-balloon-tooltip.hidden {
    display: none
}

.next-balloon-tooltip-medium {
    padding: 8px;
    padding: var(--balloon-tooltip-size-padding-top,8px) var(--balloon-tooltip-size-padding-right,8px) var(--balloon-tooltip-size-padding-bottom,8px) var(--balloon-tooltip-size-padding-left,8px)
}

.next-balloon[dir=rtl].next-balloon-primary .next-balloon-close {
    left: 12px;
    left: var(--balloon-size-close-margin-right,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right:after {
    left: -7px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
    right: auto;
    border-right: none;
    border-top: none;
    border-left: inherit;
    border-bottom: inherit
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-bottom:after, .next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-top:after, .next-balloon[dir=rtl].next-balloon-primary.next-balloon-left:after {
    right: -7px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
    left: auto;
    border-left: none;
    border-bottom: none;
    border-right: inherit;
    border-top: inherit
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-bottom:after, .next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-top:after {
    left: -7px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
    right: auto;
    border-right: none;
    border-top: none;
    border-bottom: inherit;
    border-left: inherit
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin,12px);
    left: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-right:after {
    right: auto;
    left: 12px;
    left: var(--balloon-size-arrow-margin,12px)
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin,12px);
    left: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-right:after {
    left: 12px;
    left: var(--balloon-size-arrow-margin,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal .next-balloon-close {
    left: 12px;
    left: var(--balloon-size-close-margin-right,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right:after {
    left: -7px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
    right: auto;
    border-right: none;
    border-top: none;
    border-left: inherit;
    border-bottom: inherit
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-bottom:after, .next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-top:after, .next-balloon[dir=rtl].next-balloon-normal.next-balloon-left:after {
    right: -7px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
    left: auto;
    border-left: none;
    border-bottom: none;
    border-right: inherit;
    border-top: inherit
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-bottom:after, .next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-top:after {
    left: -7px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
    right: auto;
    border-right: none;
    border-top: none;
    border-bottom: inherit;
    border-left: inherit
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin,12px);
    left: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-right:after {
    right: auto;
    left: 12px;
    left: var(--balloon-size-arrow-margin,12px)
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin,12px);
    left: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-right:after {
    left: 12px;
    left: var(--balloon-size-arrow-margin,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-closable {
    padding: 12px 16px 12px 40px;
    padding: var(--balloon-size-padding-top,12px) var(--balloon-size-padding-right,16px) var(--balloon-size-padding-top,12px) var(--balloon-size-padding-closable-right,40px)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow {
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    right: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow {
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        transform: translateX(-12px) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow {
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        transform: translateX(-12px) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow {
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        transform: translateX(-12px) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow {
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    right: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow {
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    right: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-left .next-balloon-arrow {
    right: 10px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    left: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-right .next-balloon-arrow {
    left: 10px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-left .next-balloon-arrow {
    right: 10px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    left: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-right .next-balloon-arrow {
    left: 10px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-medium {
    padding: 8px;
    padding: var(--balloon-tooltip-size-padding-top,8px) var(--balloon-tooltip-size-padding-left,8px) var(--balloon-tooltip-size-padding-bottom,8px) var(--balloon-tooltip-size-padding-right,8px)
}

.next-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: 8px;
    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 {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

    .next-menu[dir=rtl] .next-menu-icon-selected.next-icon.next-menu-icon-right {
        right: auto;
        left: 8px
    }

.next-menu[dir=rtl] .next-menu-icon-arrow.next-icon {
    left: 10px;
    right: auto
}

.next-menu {
    position: relative;
    min-width: 100px;
    margin: 0;
    list-style: none;
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    background: #fff;
    background: var(--menu-background,#fff);
    line-height: 36px;
    line-height: var(--menu-line-height,36px);
    font-size: 14px;
    font-size: var(--menu-font-size,14px);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

    .next-menu, .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 4px;
    padding: 0 var(--popup-spacing-lr,4px)
}

    .next-menu-spacing-lr.next-menu-outside > .next-menu {
        height: 100%;
        overflow-y: auto
    }

.next-menu-spacing-tb {
    padding: 0;
    padding: var(--popup-spacing-tb,0) 0
}

.next-menu.next-ver {
    padding: 8px 0;
    padding: var(--menu-padding-ver-padding-tb,8px) var(--menu-padding-ver-padding-lr,0)
}

    .next-menu.next-ver .next-menu-item {
        padding: 0 24px;
        padding: 0 var(--menu-item-padding-ver-padding-r,24px) 0 var(--menu-item-padding-ver-padding-l,24px)
    }

.next-menu.next-hoz {
    padding: 8px 0;
    padding: var(--menu-padding-hoz-padding-tb,8px) var(--menu-padding-hoz-padding-lr,0)
}

    .next-menu.next-hoz .next-menu-item {
        padding: 0 20px;
        padding: 0 var(--menu-item-padding-hoz-padding-lr,20px)
    }

.next-menu-embeddable, .next-menu-embeddable .next-menu-item.next-disabled, .next-menu-embeddable .next-menu-item.next-disabled .next-menu-item-text > 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 {
    padding: 0;
    margin: 0;
    list-style: none
}

    .next-menu-sub-menu.next-expand-enter {
        overflow: hidden
    }

    .next-menu-sub-menu.next-expand-enter-active {
        -webkit-transition: height .3s ease;
        transition: height .3s ease
    }

    .next-menu-sub-menu.next-expand-leave {
        overflow: hidden
    }

    .next-menu-sub-menu.next-expand-leave-active {
        -webkit-transition: height .3s ease;
        transition: height .3s ease
    }

.next-menu-item {
    position: relative;
    -webkit-transition: background .1s linear;
    transition: background .1s linear;
    color: #333;
    color: var(--menu-color,#333);
    cursor: pointer
}

.next-menu-item-helper {
    float: right;
    color: #acacac;
    color: var(--color-text1-2,#acacac);
    font-style: normal;
    font-size: 14px;
    font-size: var(--menu-font-size,14px)
}

.next-menu-item .next-checkbox, .next-menu-item .next-radio {
    margin-right: 8px
}

.next-menu-item.next-selected {
    color: #1047f5;
    color: var(--menu-color-selected,#1047f5);
    background-color: #fff;
    background-color: var(--menu-background-selected,#fff)
}

    .next-menu-item.next-selected .next-menu-icon-arrow {
        color: #666;
        color: var(--menu-arrow-color,#666)
    }

    .next-menu-item.next-selected .next-menu-icon-selected {
        color: #1047f5
    }

.next-menu-item.next-disabled, .next-menu-item.next-disabled .next-menu-item-text > a {
    color: #acacac;
    color: var(--menu-color-disabled,#acacac);
    background-color: #fff;
    background-color: var(--menu-background,#fff);
    cursor: not-allowed
}

    .next-menu-item.next-disabled .next-menu-icon-arrow, .next-menu-item.next-disabled .next-menu-icon-selected, .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow, .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
        color: #acacac;
        color: var(--menu-color-disabled,#acacac)
    }

.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 {
    color: #1047f5;
    color: var(--menu-color-hover,#1047f5);
    background-color: #f8f8f8;
    background-color: var(--menu-background-hover,#f8f8f8)
}

    .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: #1047f5;
        color: var(--menu-arrow-color-hover,#1047f5)
    }

    .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: #1047f5
    }

.next-menu-item-inner {
    height: 36px;
    height: var(--menu-line-height,36px);
    font-size: 14px;
    font-size: var(--menu-font-size,14px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.next-menu-item .next-menu-item-text {
    vertical-align: middle
}

    .next-menu-item .next-menu-item-text > a {
        display: inline-block;
        text-decoration: none;
        color: #333;
        color: var(--menu-color,#333)
    }

        .next-menu-item .next-menu-item-text > a:before {
            position: absolute;
            background-color: transparent;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            content: ""
        }

.next-menu.next-hoz {
    padding: 0
}

    .next-menu.next-hoz.next-menu-nowrap {
        overflow: hidden;
        white-space: nowrap
    }

        .next-menu.next-hoz.next-menu-nowrap .next-menu-more {
            text-align: center
        }

    .next-menu.next-hoz .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 {
    padding: 0 24px;
    padding: 0 var(--menu-padding-title-horizontal,24px);
    color: #acacac;
    color: var(--color-text1-2,#acacac)
}

.next-menu-divider {
    margin: 8px 24px;
    margin: var(--menu-divider-margin-ver,8px) var(--menu-divider-margin-hoz,24px);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--menu-divider-width,1px) var(--menu-divider-style,solid) var(--menu-divider-color,#e1e1e1)
}

.next-menu .next-menu-icon-selected.next-icon {
    position: absolute;
    top: 0;
    margin-left: -16px;
    margin-left: calc(8px - var(--menu-item-padding-ver-padding-l, 24px))
}

    .next-menu .next-menu-icon-selected.next-icon .next-icon-remote, .next-menu .next-menu-icon-selected.next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

    .next-menu .next-menu-icon-selected.next-icon.next-menu-icon-right {
        right: 8px
    }

.next-menu .next-menu-symbol-icon-selected.next-menu-icon-selected:before {
    content: "\E632";
    content: var(--menu-select-icon-content,"\E632")
}

.next-menu .next-menu-icon-arrow.next-icon {
    position: absolute;
    top: 0;
    right: 10px;
    right: var(--menu-arrow-right,10px);
    color: #666;
    color: var(--menu-arrow-color,#666);
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .next-menu .next-menu-icon-arrow.next-icon .next-icon-remote, .next-menu .next-menu-icon-arrow.next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

.next-menu .next-menu-icon-arrow-down:before {
    content: "\E63D";
    content: var(--menu-fold-icon-content,"\E63D")
}

.next-menu .next-menu-icon-arrow-down.next-open:before {
    content: "\E625";
    content: var(--menu-unfold-icon-content,"\E625")
}

.next-menu .next-menu-symbol-popupfold:before {
    content: "\E619";
    content: var(--menu-popupfold-icon-content,"\E619")
}

.next-menu .next-menu-icon-arrow-right.next-open {
    -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 {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

.next-menu .next-menu-hoz-icon-arrow.next-icon {
    position: absolute;
    top: 0;
    right: 6px;
    color: #666;
    color: var(--menu-arrow-color,#666);
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .next-menu .next-menu-hoz-icon-arrow.next-icon .next-icon-remote, .next-menu .next-menu-hoz-icon-arrow.next-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-menu .next-menu-hoz-icon-arrow.next-icon:before {
        content: "\E63D";
        content: var(--menu-fold-icon-content,"\E63D")
    }

.next-menu-unfold-icon:before, .next-menu .next-menu-hoz-icon-arrow.next-open:before {
    content: "\E625";
    content: var(--menu-unfold-icon-content,"\E625")
}

.next-menu.next-context {
    line-height: 24px
}

    .next-menu.next-context .next-menu-item-inner {
        height: 24px
    }

.next-breadcrumb {
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    height: 16px;
    line-height: 16px
}

    .next-breadcrumb .next-breadcrumb-item {
        display: inline-block
    }

        .next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text {
            display: inline-block;
            text-decoration: none;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            -webkit-transition: all .1s linear;
            transition: all .1s linear
        }

            .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 {
        height: 16px;
        min-width: 16px;
        font-size: 14px;
        font-size: var(--breadcrumb-size-m-font-size,14px);
        line-height: 16px
    }

    .next-breadcrumb .next-breadcrumb-separator {
        height: 16px;
        margin: 0 8px;
        font-size: 12px;
        line-height: 16px
    }

        .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 {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

    .next-breadcrumb .next-breadcrumb-text-ellipsis {
        font-size: 12px;
        font-size: var(--breadcrumb-size-ellipsis-font-size,12px)
    }

    .next-breadcrumb .next-breadcrumb-text {
        color: #666;
        color: var(--breadcrumb-text-color,#666)
    }

        .next-breadcrumb .next-breadcrumb-text > b {
            color: #1047f5;
            color: var(--breadcrumb-text-keyword-color,#1047f5)
        }

        .next-breadcrumb .next-breadcrumb-text > a {
            color: #666;
            color: var(--breadcrumb-text-color,#666);
            text-decoration: none;
            text-align: center
        }

        .next-breadcrumb .next-breadcrumb-text.activated, .next-breadcrumb .next-breadcrumb-text.activated > a {
            color: #1047f5;
            color: var(--breadcrumb-text-current-color,#1047f5);
            font-weight: 400;
            font-weight: var(--breadcrumb-text-current-weight,normal)
        }

    .next-breadcrumb .next-breadcrumb-text-ellipsis {
        color: #666;
        color: var(--breadcrumb-text-ellipsis-color,#666);
        cursor: default
    }

    .next-breadcrumb .next-breadcrumb-text-ellipsis-clickable {
        color: #666;
        color: var(--breadcrumb-text-ellipsis-color,#666);
        cursor: pointer
    }

    .next-breadcrumb .next-breadcrumb-separator {
        color: #666;
        color: var(--breadcrumb-icon-color,#666)
    }

    .next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > a {
        color: #1047f5;
        color: var(--breadcrumb-text-color-hover,#1047f5)
    }

    .next-breadcrumb a.next-breadcrumb-text.activated:hover > a {
        color: #1047f5;
        color: var(--breadcrumb-text-current-color-hover,#1047f5)
    }

    .next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover {
        color: #1047f5;
        color: var(--breadcrumb-text-color-hover,#1047f5)
    }

        .next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > b {
            color: #1047f5;
            color: var(--breadcrumb-text-keyword-color-hover,#1047f5)
        }

    .next-breadcrumb a.next-breadcrumb-text.activated:hover {
        color: #1047f5;
        color: var(--breadcrumb-text-current-color-hover,#1047f5);
        font-weight: 400;
        font-weight: var(--breadcrumb-text-current-weight,normal)
    }

.next-breadcrumb-icon-sep:before {
    content: "\E619"
}

.next-breadcrumb-dropdown-wrapper {
    padding: 4px 0
}

.next-btn, .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-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.next-btn {
    position: relative;
    display: inline-block;
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--btn-shadow,none);
    box-shadow: none;
    box-shadow: var(--btn-shadow,none);
    text-decoration: none;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    line-height: 1;
    cursor: pointer
}

    .next-btn:after {
        text-align: center;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .1s linear;
        transition: opacity .1s linear
    }

    .next-btn:before {
        content: "";
        height: 100%;
        width: 0
    }

    .next-btn .next-icon, .next-btn:before {
        display: inline-block;
        vertical-align: middle
    }

    .next-btn .next-icon {
        font-size: 0
    }

    .next-btn > .next-btn-helper, .next-btn > div, .next-btn > span {
        display: inline-block;
        vertical-align: middle
    }

    .next-btn > .next-btn-helper {
        text-decoration: inherit
    }

    .next-btn.hover, .next-btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .next-btn.next-small {
        border-radius: 500px;
        border-radius: var(--btn-size-s-corner,500px);
        padding: 0 12px;
        padding: 0 var(--btn-size-s-padding,12px);
        height: 28px;
        height: var(--btn-size-s-height,28px);
        font-size: 12px;
        font-size: var(--btn-size-s-font,12px);
        border-width: 1px;
        border-width: var(--btn-size-s-border-width,1px)
    }

        .next-btn.next-small > .next-btn-icon.next-icon-first {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            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 {
                width: 12px;
                font-size: 12px;
                line-height: inherit
            }

        .next-btn.next-small > .next-btn-icon.next-icon-last {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            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 {
                width: 12px;
                font-size: 12px;
                line-height: inherit
            }

        .next-btn.next-small > .next-btn-icon.next-icon-alone {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

            .next-btn.next-small > .next-btn-icon.next-icon-alone .next-icon-remote, .next-btn.next-small > .next-btn-icon.next-icon-alone:before {
                width: 12px;
                font-size: 12px;
                line-height: inherit
            }

        .next-btn.next-small.next-btn-loading:before {
            width: 12px;
            height: 12px;
            font-size: 12px;
            line-height: 12px;
            left: 12px;
            left: var(--btn-size-s-padding,12px);
            top: 50%;
            text-align: center;
            margin-right: 4px
        }

        .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 {
                width: 12px;
                margin-right: 4px;
                opacity: 1;
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-btn.next-medium {
        border-radius: 500px;
        border-radius: var(--btn-size-m-corner,500px);
        padding: 0 20px;
        padding: 0 var(--btn-size-m-padding,20px);
        height: 32px;
        height: var(--btn-size-m-height,32px);
        font-size: 14px;
        font-size: var(--btn-size-m-font,14px);
        border-width: 1px;
        border-width: var(--btn-size-m-border-width,1px)
    }

        .next-btn.next-medium > .next-btn-icon.next-icon-first {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            margin-left: 0;
            margin-right: 4px
        }

            .next-btn.next-medium > .next-btn-icon.next-icon-first .next-icon-remote, .next-btn.next-medium > .next-btn-icon.next-icon-first:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .next-btn.next-medium > .next-btn-icon.next-icon-last {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            margin-left: 4px;
            margin-right: 0
        }

            .next-btn.next-medium > .next-btn-icon.next-icon-last .next-icon-remote, .next-btn.next-medium > .next-btn-icon.next-icon-last:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .next-btn.next-medium.next-btn-loading:before {
            width: 16px;
            height: 16px;
            font-size: 16px;
            line-height: 16px;
            left: 20px;
            left: var(--btn-size-m-padding,20px);
            top: 50%;
            text-align: center;
            margin-right: 4px
        }

        .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 {
                width: 16px;
                margin-right: 4px;
                opacity: 1;
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-btn.next-large {
        border-radius: 500px;
        border-radius: var(--btn-size-l-corner,500px);
        padding: 0 24px;
        padding: 0 var(--btn-size-l-padding,24px);
        height: 36px;
        height: var(--btn-size-l-height,36px);
        font-size: 14px;
        font-size: var(--btn-size-l-font,14px);
        border-width: 1px;
        border-width: var(--btn-size-l-border-width,1px)
    }

        .next-btn.next-large > .next-btn-icon.next-icon-first {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            margin-left: 0;
            margin-right: 4px
        }

            .next-btn.next-large > .next-btn-icon.next-icon-first .next-icon-remote, .next-btn.next-large > .next-btn-icon.next-icon-first:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .next-btn.next-large > .next-btn-icon.next-icon-last {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            margin-left: 4px;
            margin-right: 0
        }

            .next-btn.next-large > .next-btn-icon.next-icon-last .next-icon-remote, .next-btn.next-large > .next-btn-icon.next-icon-last:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .next-btn.next-large.next-btn-loading:before {
            width: 16px;
            height: 16px;
            font-size: 16px;
            line-height: 16px;
            left: 24px;
            left: var(--btn-size-l-padding,24px);
            top: 50%;
            text-align: center;
            margin-right: 4px
        }

        .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 {
                width: 16px;
                margin-right: 4px;
                opacity: 1;
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-btn.next-btn-normal {
        border-style: solid;
        border-style: var(--btn-pure-normal-border-style,solid);
        background: #fff;
        background: var(--btn-pure-normal-bg,#fff);
        border-color: #c8c8c8;
        border-color: var(--btn-pure-normal-border-color,#c8c8c8)
    }

        .next-btn.next-btn-normal, .next-btn.next-btn-normal.visited, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited {
            color: #333;
            color: var(--btn-pure-normal-color,#333)
        }

            .next-btn.next-btn-normal.hover, .next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover {
                color: #000;
                color: var(--btn-pure-normal-color-hover,#000);
                background: #eef3ff;
                background: var(--btn-pure-normal-bg-hover,#eef3ff);
                border-color: #c8c8c8;
                border-color: var(--btn-pure-normal-border-color-hover,#c8c8c8);
                text-decoration: none
            }

            .next-btn.next-btn-normal.active, .next-btn.next-btn-normal:active {
                color: #000;
                color: var(--btn-pure-normal-color-active,#000);
                background: #dfe8ff;
                background: var(--btn-pure-normal-bg-active,#dfe8ff);
                border-color: #c8c8c8;
                border-color: var(--btn-pure-normal-border-color-active,#c8c8c8);
                text-decoration: none
            }

    .next-btn.next-btn-primary {
        border-style: solid;
        border-style: var(--btn-pure-primary-border-style,solid);
        background: #1047f5;
        background: var(--btn-pure-primary-bg,#1047f5);
        border-color: #1047f5;
        border-color: var(--btn-pure-primary-border-color,#1047f5)
    }

        .next-btn.next-btn-primary, .next-btn.next-btn-primary.visited, .next-btn.next-btn-primary:link, .next-btn.next-btn-primary:visited {
            color: #fff;
            color: var(--btn-pure-primary-color,#fff)
        }

            .next-btn.next-btn-primary.hover, .next-btn.next-btn-primary:focus, .next-btn.next-btn-primary:hover {
                color: #fff;
                color: var(--btn-pure-primary-color-hover,#fff);
                background: #0c38c4;
                background: var(--btn-pure-primary-bg-hover,#0c38c4);
                border-color: #0c38c4;
                border-color: var(--btn-pure-primary-border-color-hover,#0c38c4);
                text-decoration: none
            }

            .next-btn.next-btn-primary.active, .next-btn.next-btn-primary:active {
                color: #fff;
                color: var(--btn-pure-primary-color-active,#fff);
                background: #022aa7;
                background: var(--btn-pure-primary-bg-active,#022aa7);
                border-color: #022aa7;
                border-color: var(--btn-pure-primary-border-color-active,#022aa7);
                text-decoration: none
            }

    .next-btn.next-btn-secondary {
        border-style: solid;
        border-style: var(--btn-pure-secondary-border-style,solid);
        background: #fff;
        background: var(--btn-pure-secondary-bg,#fff);
        border-color: #1047f5;
        border-color: var(--btn-pure-secondary-border-color,#1047f5)
    }

        .next-btn.next-btn-secondary, .next-btn.next-btn-secondary.visited, .next-btn.next-btn-secondary:link, .next-btn.next-btn-secondary:visited {
            color: #1047f5;
            color: var(--btn-pure-secondary-color,#1047f5)
        }

            .next-btn.next-btn-secondary.hover, .next-btn.next-btn-secondary:focus, .next-btn.next-btn-secondary:hover {
                color: #1047f5;
                color: var(--btn-pure-secondary-color-hover,#1047f5);
                background: #eef3ff;
                background: var(--btn-pure-secondary-bg-hover,#eef3ff);
                border-color: #1047f5;
                border-color: var(--btn-pure-secondary-border-color-hover,#1047f5);
                text-decoration: none
            }

            .next-btn.next-btn-secondary.active, .next-btn.next-btn-secondary:active {
                color: #1047f5;
                color: var(--btn-pure-secondary-color-active,#1047f5);
                background: #dfe8ff;
                background: var(--btn-pure-secondary-bg-active,#dfe8ff);
                border-color: #1047f5;
                border-color: var(--btn-pure-secondary-border-color-active,#1047f5);
                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: #e1e1e1;
            background: var(--btn-pure-normal-bg-disabled,#e1e1e1);
            border-color: #c8c8c8;
            border-color: var(--btn-pure-normal-border-color-disabled,#c8c8c8)
        }

            .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: #666;
                color: var(--btn-pure-normal-color-disabled,#666)
            }

                .next-btn.disabled.next-btn-normal.active, .next-btn.disabled.next-btn-normal.hover, .next-btn.disabled.next-btn-normal:active, .next-btn.disabled.next-btn-normal:focus, .next-btn.disabled.next-btn-normal:hover, .next-btn[disabled].next-btn-normal.active, .next-btn[disabled].next-btn-normal.hover, .next-btn[disabled].next-btn-normal:active, .next-btn[disabled].next-btn-normal:focus, .next-btn[disabled].next-btn-normal:hover {
                    color: #666;
                    color: var(--btn-pure-normal-color-disabled,#666);
                    background: #e1e1e1;
                    background: var(--btn-pure-normal-bg-disabled,#e1e1e1);
                    border-color: #c8c8c8;
                    border-color: var(--btn-pure-normal-border-color-disabled,#c8c8c8);
                    text-decoration: none
                }

        .next-btn.disabled.next-btn-primary, .next-btn[disabled].next-btn-primary {
            background: #e1e1e1;
            background: var(--btn-pure-primary-bg-disabled,#e1e1e1);
            border-color: #c8c8c8;
            border-color: var(--btn-pure-primary-border-color-disabled,#c8c8c8)
        }

            .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: #666;
                color: var(--btn-pure-primary-color-disabled,#666)
            }

                .next-btn.disabled.next-btn-primary.active, .next-btn.disabled.next-btn-primary.hover, .next-btn.disabled.next-btn-primary:active, .next-btn.disabled.next-btn-primary:focus, .next-btn.disabled.next-btn-primary:hover, .next-btn[disabled].next-btn-primary.active, .next-btn[disabled].next-btn-primary.hover, .next-btn[disabled].next-btn-primary:active, .next-btn[disabled].next-btn-primary:focus, .next-btn[disabled].next-btn-primary:hover {
                    color: #666;
                    color: var(--btn-pure-primary-color-disabled,#666);
                    background: #e1e1e1;
                    background: var(--btn-pure-primary-bg-disabled,#e1e1e1);
                    border-color: #c8c8c8;
                    border-color: var(--btn-pure-primary-border-color-disabled,#c8c8c8);
                    text-decoration: none
                }

        .next-btn.disabled.next-btn-secondary, .next-btn[disabled].next-btn-secondary {
            background: #e1e1e1;
            background: var(--btn-pure-secondary-bg-disabled,#e1e1e1);
            border-color: #c8c8c8;
            border-color: var(--btn-pure-secondary-border-color-disabled,#c8c8c8)
        }

            .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: #666;
                color: var(--btn-pure-secondary-color-disabled,#666)
            }

                .next-btn.disabled.next-btn-secondary.active, .next-btn.disabled.next-btn-secondary.hover, .next-btn.disabled.next-btn-secondary:active, .next-btn.disabled.next-btn-secondary:focus, .next-btn.disabled.next-btn-secondary:hover, .next-btn[disabled].next-btn-secondary.active, .next-btn[disabled].next-btn-secondary.hover, .next-btn[disabled].next-btn-secondary:active, .next-btn[disabled].next-btn-secondary:focus, .next-btn[disabled].next-btn-secondary:hover {
                    color: #666;
                    color: var(--btn-pure-secondary-color-disabled,#666);
                    background: #e1e1e1;
                    background: var(--btn-pure-secondary-bg-disabled,#e1e1e1);
                    border-color: #c8c8c8;
                    border-color: var(--btn-pure-secondary-border-color-disabled,#c8c8c8);
                    text-decoration: none
                }

.next-btn-warning {
    border-style: solid;
    border-style: var(--btn-warning-border-style,solid)
}

    .next-btn-warning.next-btn-primary {
        background: #f33200;
        background: var(--btn-warning-primary-bg,#f33200);
        border-color: #f33200;
        border-color: var(--btn-warning-primary-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;
            color: var(--btn-warning-primary-color,#fff)
        }

            .next-btn-warning.next-btn-primary.hover, .next-btn-warning.next-btn-primary:focus, .next-btn-warning.next-btn-primary:hover {
                color: #fff;
                color: var(--btn-warning-primary-color-hover,#fff);
                background: #cc1f16;
                background: var(--btn-warning-primary-bg-hover,#cc1f16);
                border-color: #cc1f16;
                border-color: var(--btn-warning-primary-border-color-hover,#cc1f16);
                text-decoration: none
            }

            .next-btn-warning.next-btn-primary.active, .next-btn-warning.next-btn-primary:active {
                color: #fff;
                color: var(--btn-warning-primary-color-active,#fff);
                background: #c20b02;
                background: var(--btn-warning-primary-bg-active,#c20b02);
                border-color: #c20b02;
                border-color: var(--btn-warning-primary-border-color-active,#c20b02);
                text-decoration: none
            }

            .next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary[disabled] {
                background: #e1e1e1;
                background: var(--btn-warning-primary-bg-disabled,#e1e1e1);
                border-color: #c8c8c8;
                border-color: var(--btn-warning-primary-border-color-disabled,#c8c8c8)
            }

                .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: #666;
                    color: var(--btn-warning-primary-color-disabled,#666)
                }

                    .next-btn-warning.next-btn-primary.disabled.active, .next-btn-warning.next-btn-primary.disabled.hover, .next-btn-warning.next-btn-primary.disabled:active, .next-btn-warning.next-btn-primary.disabled:focus, .next-btn-warning.next-btn-primary.disabled:hover, .next-btn-warning.next-btn-primary[disabled].active, .next-btn-warning.next-btn-primary[disabled].hover, .next-btn-warning.next-btn-primary[disabled]:active, .next-btn-warning.next-btn-primary[disabled]:focus, .next-btn-warning.next-btn-primary[disabled]:hover {
                        color: #666;
                        color: var(--btn-warning-primary-color-disabled,#666);
                        background: #e1e1e1;
                        background: var(--btn-warning-primary-bg-disabled,#e1e1e1);
                        border-color: #c8c8c8;
                        border-color: var(--btn-warning-primary-border-color-disabled,#c8c8c8);
                        text-decoration: none
                    }

    .next-btn-warning.next-btn-normal {
        background: #fff;
        background: var(--btn-warning-normal-bg,#fff);
        border-color: #f33200;
        border-color: var(--btn-warning-normal-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;
            color: var(--btn-warning-normal-color,#f33200)
        }

            .next-btn-warning.next-btn-normal.hover, .next-btn-warning.next-btn-normal:focus, .next-btn-warning.next-btn-normal:hover {
                color: #f33200;
                color: var(--btn-warning-normal-color-hover,#f33200);
                background: #fff5f5;
                background: var(--btn-warning-normal-bg-hover,#fff5f5);
                border-color: #f33200;
                border-color: var(--btn-warning-normal-border-color-hover,#f33200);
                text-decoration: none
            }

            .next-btn-warning.next-btn-normal.active, .next-btn-warning.next-btn-normal:active {
                color: #f33200;
                color: var(--btn-warning-normal-color-active,#f33200);
                background: #ffe3e2;
                background: var(--btn-warning-normal-bg-active,#ffe3e2);
                border-color: #f33200;
                border-color: var(--btn-warning-normal-border-color-active,#f33200);
                text-decoration: none
            }

            .next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal[disabled] {
                background: #e1e1e1;
                background: var(--btn-warning-normal-bg-disabled,#e1e1e1);
                border-color: #c8c8c8;
                border-color: var(--btn-warning-normal-border-color-disabled,#c8c8c8)
            }

                .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: #666;
                    color: var(--btn-warning-normal-color-disabled,#666)
                }

                    .next-btn-warning.next-btn-normal.disabled.active, .next-btn-warning.next-btn-normal.disabled.hover, .next-btn-warning.next-btn-normal.disabled:active, .next-btn-warning.next-btn-normal.disabled:focus, .next-btn-warning.next-btn-normal.disabled:hover, .next-btn-warning.next-btn-normal[disabled].active, .next-btn-warning.next-btn-normal[disabled].hover, .next-btn-warning.next-btn-normal[disabled]:active, .next-btn-warning.next-btn-normal[disabled]:focus, .next-btn-warning.next-btn-normal[disabled]:hover {
                        color: #666;
                        color: var(--btn-warning-normal-color-disabled,#666);
                        background: #e1e1e1;
                        background: var(--btn-warning-normal-bg-disabled,#e1e1e1);
                        border-color: #c8c8c8;
                        border-color: var(--btn-warning-normal-border-color-disabled,#c8c8c8);
                        text-decoration: none
                    }

.next-btn-text {
    border-radius: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

    .next-btn-text, .next-btn-text.hover, .next-btn-text:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .next-btn-text.next-btn-primary {
            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: #1047f5;
                color: var(--btn-text-primary-color,#1047f5)
            }

                .next-btn-text.next-btn-primary.active, .next-btn-text.next-btn-primary.hover, .next-btn-text.next-btn-primary:active, .next-btn-text.next-btn-primary:focus, .next-btn-text.next-btn-primary:hover {
                    color: #0c38c4;
                    color: var(--btn-text-primary-color-hover,#0c38c4);
                    background: transparent;
                    border-color: transparent;
                    text-decoration: none
                }

                .next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary[disabled] {
                    background: transparent;
                    border-color: transparent
                }

                    .next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary.disabled.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: #acacac;
                        color: var(--btn-text-disabled-color,#acacac)
                    }

                        .next-btn-text.next-btn-primary.disabled.active, .next-btn-text.next-btn-primary.disabled.hover, .next-btn-text.next-btn-primary.disabled:active, .next-btn-text.next-btn-primary.disabled:focus, .next-btn-text.next-btn-primary.disabled:hover, .next-btn-text.next-btn-primary[disabled].active, .next-btn-text.next-btn-primary[disabled].hover, .next-btn-text.next-btn-primary[disabled]:active, .next-btn-text.next-btn-primary[disabled]:focus, .next-btn-text.next-btn-primary[disabled]:hover {
                            color: #acacac;
                            color: var(--btn-text-disabled-color,#acacac);
                            background: transparent;
                            border-color: transparent;
                            text-decoration: none
                        }

        .next-btn-text.next-btn-secondary {
            background: transparent;
            border-color: transparent
        }

            .next-btn-text.next-btn-secondary, .next-btn-text.next-btn-secondary.visited, .next-btn-text.next-btn-secondary:link, .next-btn-text.next-btn-secondary:visited {
                color: #666;
                color: var(--btn-text-secondary-color,#666)
            }

                .next-btn-text.next-btn-secondary.active, .next-btn-text.next-btn-secondary.hover, .next-btn-text.next-btn-secondary:active, .next-btn-text.next-btn-secondary:focus, .next-btn-text.next-btn-secondary:hover {
                    color: #1047f5;
                    color: var(--btn-text-secondary-color-hover,#1047f5);
                    background: transparent;
                    border-color: transparent;
                    text-decoration: none
                }

                .next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary[disabled] {
                    background: transparent;
                    border-color: transparent
                }

                    .next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary.disabled.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: #acacac;
                        color: var(--btn-text-disabled-color,#acacac)
                    }

                        .next-btn-text.next-btn-secondary.disabled.active, .next-btn-text.next-btn-secondary.disabled.hover, .next-btn-text.next-btn-secondary.disabled:active, .next-btn-text.next-btn-secondary.disabled:focus, .next-btn-text.next-btn-secondary.disabled:hover, .next-btn-text.next-btn-secondary[disabled].active, .next-btn-text.next-btn-secondary[disabled].hover, .next-btn-text.next-btn-secondary[disabled]:active, .next-btn-text.next-btn-secondary[disabled]:focus, .next-btn-text.next-btn-secondary[disabled]:hover {
                            color: #acacac;
                            color: var(--btn-text-disabled-color,#acacac);
                            background: transparent;
                            border-color: transparent;
                            text-decoration: none
                        }

        .next-btn-text.next-btn-normal {
            background: transparent;
            border-color: transparent
        }

            .next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal.visited, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited {
                color: #333;
                color: var(--btn-text-normal-color,#333)
            }

                .next-btn-text.next-btn-normal.active, .next-btn-text.next-btn-normal.hover, .next-btn-text.next-btn-normal:active, .next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover {
                    color: #1047f5;
                    color: var(--btn-text-normal-color-hover,#1047f5);
                    background: transparent;
                    border-color: transparent;
                    text-decoration: none
                }

                .next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal[disabled] {
                    background: transparent;
                    border-color: transparent
                }

                    .next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal.disabled.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: #acacac;
                        color: var(--btn-text-disabled-color,#acacac)
                    }

                        .next-btn-text.next-btn-normal.disabled.active, .next-btn-text.next-btn-normal.disabled.hover, .next-btn-text.next-btn-normal.disabled:active, .next-btn-text.next-btn-normal.disabled:focus, .next-btn-text.next-btn-normal.disabled:hover, .next-btn-text.next-btn-normal[disabled].active, .next-btn-text.next-btn-normal[disabled].hover, .next-btn-text.next-btn-normal[disabled]:active, .next-btn-text.next-btn-normal[disabled]:focus, .next-btn-text.next-btn-normal[disabled]:hover {
                            color: #acacac;
                            color: var(--btn-text-disabled-color,#acacac);
                            background: transparent;
                            border-color: transparent;
                            text-decoration: none
                        }

        .next-btn-text.next-large {
            border-radius: 0;
            padding: 0;
            height: 16px;
            height: var(--btn-text-size-l-height,16px);
            font-size: 14px;
            font-size: var(--btn-text-size-l-font,14px);
            border-width: 0
        }

            .next-btn-text.next-large > .next-btn-icon.next-icon-first {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                margin-left: 0;
                margin-right: 4px
            }

                .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .next-btn-text.next-large > .next-btn-icon.next-icon-last {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                margin-left: 4px;
                margin-right: 0
            }

                .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .next-btn-text.next-large.next-btn-loading:before {
                width: 16px;
                height: 16px;
                font-size: 16px;
                line-height: 16px;
                left: 0;
                top: 50%;
                text-align: center;
                margin-right: 4px
            }

            .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 {
                    width: 16px;
                    margin-right: 4px;
                    opacity: 1;
                    -webkit-transition: all .1s linear;
                    transition: all .1s linear
                }

        .next-btn-text.next-medium {
            border-radius: 0;
            padding: 0;
            height: 16px;
            height: var(--btn-text-size-m-height,16px);
            font-size: 14px;
            font-size: var(--btn-text-size-m-font,14px);
            border-width: 0
        }

            .next-btn-text.next-medium > .next-btn-icon.next-icon-first {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                margin-left: 0;
                margin-right: 4px
            }

                .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .next-btn-text.next-medium > .next-btn-icon.next-icon-last {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                margin-left: 4px;
                margin-right: 0
            }

                .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .next-btn-text.next-medium.next-btn-loading:before {
                width: 16px;
                height: 16px;
                font-size: 16px;
                line-height: 16px;
                left: 0;
                top: 50%;
                text-align: center;
                margin-right: 4px
            }

            .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 {
                    width: 16px;
                    margin-right: 4px;
                    opacity: 1;
                    -webkit-transition: all .1s linear;
                    transition: all .1s linear
                }

        .next-btn-text.next-small {
            border-radius: 0;
            padding: 0;
            height: 12px;
            height: var(--btn-text-size-s-height,12px);
            font-size: 12px;
            font-size: var(--btn-text-size-s-font,12px);
            border-width: 0
        }

            .next-btn-text.next-small > .next-btn-icon.next-icon-first {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                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 {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

            .next-btn-text.next-small > .next-btn-icon.next-icon-last {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                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 {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

            .next-btn-text.next-small > .next-btn-icon.next-icon-alone {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1)
            }

                .next-btn-text.next-small > .next-btn-icon.next-icon-alone .next-icon-remote, .next-btn-text.next-small > .next-btn-icon.next-icon-alone:before {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

            .next-btn-text.next-small.next-btn-loading:before {
                width: 12px;
                height: 12px;
                font-size: 12px;
                line-height: 12px;
                left: 0;
                top: 50%;
                text-align: center;
                margin-right: 4px
            }

            .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 {
                    width: 12px;
                    margin-right: 4px;
                    opacity: 1;
                    -webkit-transition: all .1s linear;
                    transition: all .1s linear
                }

        .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;
                color: var(--btn-text-loading-color,#333)
            }

                .next-btn-text.next-btn-loading.active, .next-btn-text.next-btn-loading.hover, .next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover {
                    color: #333;
                    color: var(--btn-text-loading-color,#333);
                    background: transparent;
                    border-color: transparent;
                    text-decoration: none
                }

.next-btn-loading {
    pointer-events: none
}

    .next-btn-loading:before {
        font-family: NextIcon;
        content: "\E646";
        content: var(--icon-content-loading,"\E646");
        opacity: 1;
        visibility: visible;
        -webkit-animation: loadingCircle 2s linear infinite;
        animation: loadingCircle 2s linear infinite
    }

    .next-btn-loading:after {
        content: "";
        display: inline-block;
        position: static;
        height: 100%;
        width: 0;
        vertical-align: middle
    }

.next-btn-custom-loading {
    pointer-events: none
}

.next-btn-ghost {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style: solid;
    border-style: var(--btn-ghost-border-style,solid)
}

    .next-btn-ghost.next-btn-dark {
        background: transparent;
        border-color: #fff;
        border-color: var(--btn-ghost-dark-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;
            color: var(--btn-ghost-dark-color,#fff)
        }

            .next-btn-ghost.next-btn-dark.active, .next-btn-ghost.next-btn-dark.hover, .next-btn-ghost.next-btn-dark:active, .next-btn-ghost.next-btn-dark:focus, .next-btn-ghost.next-btn-dark:hover {
                color: #fff;
                color: var(--btn-ghost-dark-color-hover,#fff);
                background: hsla(0,0%,100%,.2);
                border-color: #fff;
                border-color: var(--btn-ghost-dark-border-color-hover,#fff);
                text-decoration: none
            }

            .next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark[disabled] {
                background: transparent;
                background: var(--btn-ghost-dark-bg-disabled,transparent);
                border-color: hsla(0,0%,100%,.4)
            }

                .next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark.disabled.visited, .next-btn-ghost.next-btn-dark.disabled:link, .next-btn-ghost.next-btn-dark.disabled:visited, .next-btn-ghost.next-btn-dark[disabled], .next-btn-ghost.next-btn-dark[disabled].visited, .next-btn-ghost.next-btn-dark[disabled]:link, .next-btn-ghost.next-btn-dark[disabled]:visited {
                    color: hsla(0,0%,100%,.4)
                }

                    .next-btn-ghost.next-btn-dark.disabled.active, .next-btn-ghost.next-btn-dark.disabled.hover, .next-btn-ghost.next-btn-dark.disabled:active, .next-btn-ghost.next-btn-dark.disabled:focus, .next-btn-ghost.next-btn-dark.disabled:hover, .next-btn-ghost.next-btn-dark[disabled].active, .next-btn-ghost.next-btn-dark[disabled].hover, .next-btn-ghost.next-btn-dark[disabled]:active, .next-btn-ghost.next-btn-dark[disabled]:focus, .next-btn-ghost.next-btn-dark[disabled]:hover {
                        color: hsla(0,0%,100%,.4);
                        background: transparent;
                        background: var(--btn-ghost-dark-bg-disabled,transparent);
                        border-color: hsla(0,0%,100%,.4);
                        text-decoration: none
                    }

    .next-btn-ghost.next-btn-light {
        background: transparent;
        border-color: #333;
        border-color: var(--btn-ghost-light-border-color,#333)
    }

        .next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light.visited, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited {
            color: #000;
            color: var(--btn-ghost-light-color,#000)
        }

            .next-btn-ghost.next-btn-light.active, .next-btn-ghost.next-btn-light.hover, .next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover {
                color: #000;
                color: var(--btn-ghost-light-color-hover,#000);
                background: rgba(0,0,0,.04);
                border-color: #333;
                border-color: var(--btn-ghost-light-border-color-hover,#333);
                text-decoration: none
            }

            .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
                background: transparent;
                background: var(--btn-ghost-light-bg-disabled,transparent);
                border-color: rgba(0,0,0,.2)
            }

                .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light.disabled.visited, .next-btn-ghost.next-btn-light.disabled:link, .next-btn-ghost.next-btn-light.disabled:visited, .next-btn-ghost.next-btn-light[disabled], .next-btn-ghost.next-btn-light[disabled].visited, .next-btn-ghost.next-btn-light[disabled]:link, .next-btn-ghost.next-btn-light[disabled]:visited {
                    color: rgba(0,0,0,.3)
                }

                    .next-btn-ghost.next-btn-light.disabled.active, .next-btn-ghost.next-btn-light.disabled.hover, .next-btn-ghost.next-btn-light.disabled:active, .next-btn-ghost.next-btn-light.disabled:focus, .next-btn-ghost.next-btn-light.disabled:hover, .next-btn-ghost.next-btn-light[disabled].active, .next-btn-ghost.next-btn-light[disabled].hover, .next-btn-ghost.next-btn-light[disabled]:active, .next-btn-ghost.next-btn-light[disabled]:focus, .next-btn-ghost.next-btn-light[disabled]:hover {
                        color: rgba(0,0,0,.3);
                        background: transparent;
                        background: var(--btn-ghost-light-bg-disabled,transparent);
                        border-color: rgba(0,0,0,.2);
                        text-decoration: none
                    }

.next-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .next-btn-group > .next-btn {
        position: relative;
        float: left;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .next-btn-group > .next-btn.active, .next-btn-group > .next-btn:active, .next-btn-group > .next-btn:focus, .next-btn-group > .next-btn:hover {
            z-index: 1
        }

        .next-btn-group > .next-btn.disabled, .next-btn-group > .next-btn[disabled] {
            z-index: 0
        }

    .next-btn-group .next-btn.next-btn {
        margin: 0 0 0 -1px
    }

    .next-btn-group .next-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .next-btn-group > .next-btn:first-child {
        margin: 0
    }

        .next-btn-group > .next-btn:first-child:not(:last-child) {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0
        }

    .next-btn-group > .next-btn:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .next-btn-group > .next-btn-primary:not(:first-child) {
        border-left-color: hsla(0,0%,100%,.2)
    }

        .next-btn-group > .next-btn-primary:not(:first-child):hover {
            border-left-color: transparent
        }

        .next-btn-group > .next-btn-primary:not(:first-child).disabled, .next-btn-group > .next-btn-primary:not(:first-child)[disabled] {
            border-left-color: #e1e1e1;
            border-left-color: var(--color-line1-1,#e1e1e1)
        }

    .next-btn-group[dir=rtl] > .next-btn {
        float: right
    }

    .next-btn-group[dir=rtl] .next-btn.next-btn {
        margin: 0 -1px 0 0
    }

    .next-btn-group[dir=rtl] > .next-btn:first-child:not(:last-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .next-btn-group[dir=rtl] > .next-btn:last-child:not(:first-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child) {
        border-right-color: hsla(0,0%,100%,.2)
    }

        .next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child):hover {
            border-right-color: transparent
        }

        .next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child).disabled, .next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child)[disabled] {
            border-right-color: #e1e1e1;
            border-right-color: var(--color-line1-1,#e1e1e1)
        }

.next-btn.next-small[dir=rtl] {
    border-radius: 500px;
    border-radius: var(--btn-size-s-corner,500px)
}

    .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 {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

    .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 {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

    .next-btn.next-small[dir=rtl].next-btn-loading {
        padding-left: 12px;
        padding-left: var(--btn-size-s-padding,12px);
        padding-right: 28px;
        padding-right: calc(var(--btn-size-s-padding, 12px) + 16px)
    }

        .next-btn.next-small[dir=rtl].next-btn-loading:after {
            right: 12px;
            right: var(--btn-size-s-padding,12px);
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.next-btn.next-medium[dir=rtl] {
    border-radius: 500px;
    border-radius: var(--btn-size-m-corner,500px)
}

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-btn.next-medium[dir=rtl].next-btn-loading {
        padding-left: 20px;
        padding-left: var(--btn-size-m-padding,20px);
        padding-right: 40px;
        padding-right: calc(var(--btn-size-m-padding, 20px) + 20px)
    }

        .next-btn.next-medium[dir=rtl].next-btn-loading:after {
            right: 20px;
            right: var(--btn-size-m-padding,20px);
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.next-btn.next-large[dir=rtl] {
    border-radius: 500px;
    border-radius: var(--btn-size-l-corner,500px)
}

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-btn.next-large[dir=rtl].next-btn-loading {
        padding-left: 24px;
        padding-left: var(--btn-size-l-padding,24px);
        padding-right: 44px;
        padding-right: calc(var(--btn-size-l-padding, 24px) + 20px)
    }

        .next-btn.next-large[dir=rtl].next-btn-loading:after {
            right: 24px;
            right: var(--btn-size-l-padding,24px);
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .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 {
            right: 0;
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-btn-text[dir=rtl].next-medium.next-btn-loading {
        padding-left: 0;
        padding-right: 20px
    }

        .next-btn-text[dir=rtl].next-medium.next-btn-loading:after {
            right: 0;
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.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 {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

    .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 {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

    .next-btn-text[dir=rtl].next-small.next-btn-loading {
        padding-left: 0;
        padding-right: 16px
    }

        .next-btn-text[dir=rtl].next-small.next-btn-loading:after {
            right: 0;
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.next-input {
    vertical-align: middle;
    display: inline-table;
    border-collapse: separate;
    font-size: 0;
    line-height: 1;
    width: 200px;
    border-spacing: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    border: 1px solid #c8c8c8;
    border: var(--input-border-width,1px) solid var(--input-border-color,#c8c8c8);
    background-color: #fff;
    background-color: var(--input-bg-color,#fff)
}

    .next-input, .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 {
                -webkit-box-shadow: 0 0 0 1000px #fff inset;
                -webkit-box-shadow: 0 0 0 1000px var(--input-bg-color,#fff) inset;
                border-radius: 4px;
                border-radius: var(--form-element-large-corner,4px)
            }

            .next-input input[type=password]::-ms-reveal {
                display: none
            }

        .next-input textarea {
            resize: none
        }

        .next-input input, .next-input textarea {
            width: 100%;
            border: none;
            outline: none;
            padding: 0;
            margin: 0;
            font-weight: 400;
            vertical-align: middle;
            background-color: transparent;
            color: #000;
            color: var(--input-text-color,#000)
        }

            .next-input input::-ms-clear, .next-input textarea::-ms-clear {
                display: none
            }

        .next-input.next-small {
            height: 28px;
            height: var(--form-element-small-height,28px);
            border-radius: 4px;
            border-radius: var(--form-element-small-corner,4px)
        }

            .next-input.next-small .next-input-label {
                padding-left: 8px;
                padding-left: var(--input-s-label-padding-left,8px)
            }

            .next-input.next-small .next-input-inner, .next-input.next-small .next-input-label {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-input.next-small .next-input-control, .next-input.next-small .next-input-inner-text {
                padding-right: 8px;
                padding-right: var(--input-s-icon-padding-right,8px)
            }

            .next-input.next-small input {
                height: 26px;
                height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
                line-height: 26px \0;
                line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2) \0;
                padding: 0 8px;
                padding: 0 var(--input-s-padding,8px);
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

                .next-input.next-small input::-webkit-input-placeholder {
                    font-size: 12px;
                    font-size: var(--form-element-small-font-size,12px)
                }

                .next-input.next-small input::-moz-placeholder {
                    font-size: 12px;
                    font-size: var(--form-element-small-font-size,12px)
                }

                .next-input.next-small input::-ms-input-placeholder {
                    font-size: 12px;
                    font-size: var(--form-element-small-font-size,12px)
                }

                .next-input.next-small input::placeholder {
                    font-size: 12px;
                    font-size: var(--form-element-small-font-size,12px)
                }

            .next-input.next-small .next-input-text-field {
                padding: 0 8px;
                padding: 0 var(--input-s-padding,8px);
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px);
                height: 26px;
                height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
                line-height: 26px;
                line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2)
            }

            .next-input.next-small .next-icon .next-icon-remote, .next-input.next-small .next-icon:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-input.next-small .next-input-control {
                border-radius: 0 4px 4px 0;
                border-radius: 0 var(--form-element-small-corner,4px) var(--form-element-small-corner,4px) 0
            }

        .next-input.next-medium {
            height: 32px;
            height: var(--form-element-medium-height,32px);
            border-radius: 4px;
            border-radius: var(--form-element-medium-corner,4px)
        }

            .next-input.next-medium .next-input-label {
                padding-left: 12px;
                padding-left: var(--input-m-label-padding-left,12px)
            }

            .next-input.next-medium .next-input-inner, .next-input.next-medium .next-input-label {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-input.next-medium .next-input-control, .next-input.next-medium .next-input-inner-text {
                padding-right: 8px;
                padding-right: var(--input-m-icon-padding-right,8px)
            }

            .next-input.next-medium input {
                height: 30px;
                height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
                line-height: 30px \0;
                line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2) \0;
                padding: 0 12px;
                padding: 0 var(--input-m-padding,12px);
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

                .next-input.next-medium input::-webkit-input-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-medium-font-size,14px)
                }

                .next-input.next-medium input::-moz-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-medium-font-size,14px)
                }

                .next-input.next-medium input::-ms-input-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-medium-font-size,14px)
                }

                .next-input.next-medium input::placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-medium-font-size,14px)
                }

            .next-input.next-medium .next-input-text-field {
                padding: 0 12px;
                padding: 0 var(--input-m-padding,12px);
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px);
                height: 30px;
                height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
                line-height: 30px;
                line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
            }

            .next-input.next-medium .next-icon .next-icon-remote, .next-input.next-medium .next-icon:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-input.next-medium .next-input-control {
                border-radius: 0 4px 4px 0;
                border-radius: 0 var(--form-element-medium-corner,4px) var(--form-element-medium-corner,4px) 0
            }

        .next-input.next-large {
            height: 36px;
            height: var(--form-element-large-height,36px);
            border-radius: 4px;
            border-radius: var(--form-element-large-corner,4px)
        }

            .next-input.next-large .next-input-label {
                padding-left: 12px;
                padding-left: var(--input-l-label-padding-left,12px)
            }

            .next-input.next-large .next-input-inner, .next-input.next-large .next-input-label {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-input.next-large .next-input-control, .next-input.next-large .next-input-inner-text {
                padding-right: 8px;
                padding-right: var(--input-l-icon-padding-right,8px)
            }

            .next-input.next-large input {
                height: 34px;
                height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
                line-height: 34px \0;
                line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2) \0;
                padding: 0 12px;
                padding: 0 var(--input-l-padding,12px);
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

                .next-input.next-large input::-webkit-input-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-large-font-size,14px)
                }

                .next-input.next-large input::-moz-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-large-font-size,14px)
                }

                .next-input.next-large input::-ms-input-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-large-font-size,14px)
                }

                .next-input.next-large input::placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-large-font-size,14px)
                }

            .next-input.next-large .next-input-text-field {
                padding: 0 12px;
                padding: 0 var(--input-l-padding,12px);
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px);
                height: 34px;
                height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
                line-height: 34px;
                line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2)
            }

            .next-input.next-large .next-icon .next-icon-remote, .next-input.next-large .next-icon:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-input.next-large .next-input-control {
                border-radius: 0 4px 4px 0;
                border-radius: 0 var(--form-element-large-corner,4px) var(--form-element-large-corner,4px) 0
            }

        .next-input.next-input-textarea {
            height: auto;
            border-radius: 4px;
            border-radius: var(--input-multiple-corner,4px);
            font-size: 0
        }

            .next-input.next-input-textarea textarea {
                color: #000;
                color: var(--input-text-color,#000);
                padding: 8px 12px;
                padding: var(--input-multiple-padding-tb,8px) var(--input-multiple-padding-lr,12px);
                font-size: 14px;
                font-size: var(--input-multiple-font-size,14px);
                border-radius: 4px;
                border-radius: var(--input-multiple-corner,4px)
            }

            .next-input.next-input-textarea.next-small textarea {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-input.next-input-textarea.next-large textarea {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-input.next-input-textarea .next-input-control {
                display: block;
                width: auto;
                border-radius: 4px;
                border-radius: var(--input-multiple-corner,4px)
            }

            .next-input.next-input-textarea .next-input-len {
                padding: 0 8px 4px;
                padding: 0 var(--input-l-icon-padding-right,8px) 4px;
                display: block;
                text-align: right;
                width: auto
            }

.next-input-hint-wrap {
    color: #acacac;
    color: var(--input-hint-color,#acacac);
    position: relative
}

    .next-input-hint-wrap .next-input-clear {
        opacity: 0;
        z-index: 1;
        position: absolute
    }

    .next-input-hint-wrap .next-input-hint {
        opacity: 1
    }

.next-input .next-icon-eye-close:hover, .next-input .next-icon-eye:hover, .next-input .next-input-clear-icon:hover {
    cursor: pointer;
    color: #666;
    color: var(--input-hint-hover-color,#666)
}

.next-input .next-input-hover-show {
    opacity: 0
}

.next-input.next-focus, .next-input:hover {
    border-color: #1047f5;
    border-color: var(--input-hover-border-color,#1047f5);
    background-color: #fff;
    background-color: var(--input-hover-bg-color,#fff)
}

    .next-input.next-focus .next-input-clear, .next-input:hover .next-input-clear {
        opacity: 1
    }

        .next-input.next-focus .next-input-clear + .next-input-hint, .next-input:hover .next-input-clear + .next-input-hint {
            opacity: 0
        }

    .next-input.next-focus .next-input-hover-show, .next-input .next-input-clear:focus, .next-input:hover .next-input-hover-show {
        opacity: 1
    }

        .next-input .next-input-clear:focus + .next-input-hint {
            opacity: 0
        }

.next-input.next-focus {
    border-color: #1047f5;
    border-color: var(--input-focus-border-color,#1047f5);
    background-color: #fff;
    background-color: var(--input-focus-bg-color,#fff);
    -webkit-box-shadow: 0 0 0 0 rgba(16,71,245,.2);
    box-shadow: 0 0 0 0 rgba(16,71,245,.2)
}

.next-input.next-warning {
    background-color: #fff;
    background-color: var(--input-feedback-warning-bg-color,#fff)
}

    .next-input.next-warning, .next-input.next-warning.next-focus, .next-input.next-warning:hover {
        border-color: #ff6a00;
        border-color: var(--input-feedback-warning-border-color,#ff6a00)
    }

        .next-input.next-warning.next-focus {
            -webkit-box-shadow: 0 0 0 0 rgba(255,106,0,.2);
            box-shadow: 0 0 0 0 rgba(255,106,0,.2)
        }

.next-input.next-error {
    border-color: #f33200;
    border-color: var(--input-feedback-error-border-color,#f33200);
    background-color: #fff;
    background-color: var(--input-feedback-error-bg-color,#fff)
}

    .next-input.next-error input, .next-input.next-error textarea {
        color: #000;
        color: var(--input-feedback-error-color,#000)
    }

    .next-input.next-error.next-focus, .next-input.next-error:hover {
        border-color: #f33200;
        border-color: var(--input-feedback-error-border-color,#f33200)
    }

    .next-input.next-error.next-focus {
        -webkit-box-shadow: 0 0 0 0 rgba(243,50,0,.2);
        box-shadow: 0 0 0 0 rgba(243,50,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 {
    font-size: 12px;
    font-size: var(--input-maxlen-font-size,12px);
    line-height: 12px;
    line-height: var(--input-maxlen-font-size,12px);
    color: #666;
    color: var(--input-maxlen-color,#666);
    display: table-cell;
    width: 1px;
    vertical-align: bottom
}

    .next-input-control .next-input-len.next-error {
        color: #f33200;
        color: var(--input-maxlen-error-color,#f33200)
    }

    .next-input-control .next-input-len.next-warning {
        color: #fff5ed;
        color: var(--input-maxlen-warning-color,#fff5ed)
    }

.next-input-control > * {
    display: table-cell;
    width: 1%;
    top: 0
}

.next-input-control > :not(:last-child) {
    padding-right: 4px
}

.next-input-control .next-icon {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    color: #acacac;
    color: var(--input-hint-color,#acacac)
}

.next-input-control .next-input-warning-icon {
    color: #ff6a00;
    color: var(--input-feedback-warning-color,#ff6a00)
}

    .next-input-control .next-input-warning-icon:before {
        content: "\E7F0";
        content: var(--input-feedback-warning-icon,"\E7F0")
    }

.next-input-control .next-input-success-icon {
    color: #04c3b3;
    color: var(--input-feedback-success-color,#04c3b3)
}

    .next-input-control .next-input-success-icon:before {
        content: "\E63A";
        content: var(--input-feedback-success-icon,"\E63A")
    }

.next-input-control .next-input-loading-icon {
    color: #1047f5;
    color: var(--input-feedback-loading-color,#1047f5)
}

    .next-input-control .next-input-loading-icon:before {
        content: "\E646";
        content: var(--input-feedback-loading-icon,"\E646");
        -webkit-animation: loadingCircle 1s linear infinite;
        animation: loadingCircle 1s linear infinite
    }

.next-input-control .next-input-clear-icon:before {
    content: "\E623";
    content: var(--input-feedback-clear-icon,"\E623")
}

.next-input-inner-text, .next-input-label {
    color: #666;
    color: var(--input-label-color,#666)
}

.next-input input::-moz-placeholder, .next-input textarea::-moz-placeholder {
    color: #acacac;
    color: var(--input-placeholder-color,#acacac);
    opacity: 1
}

.next-input input:-ms-input-placeholder, .next-input textarea:-ms-input-placeholder {
    color: #acacac;
    color: var(--input-placeholder-color,#acacac)
}

.next-input input::-webkit-input-placeholder, .next-input textarea::-webkit-input-placeholder {
    color: #acacac;
    color: var(--input-placeholder-color,#acacac)
}

.next-input.next-disabled {
    color: #666;
    color: var(--input-disabled-color,#666);
    cursor: not-allowed
}

    .next-input.next-disabled, .next-input.next-disabled:hover {
        border-color: #e1e1e1;
        border-color: var(--input-disabled-border-color,#e1e1e1);
        background-color: #f3f3f3;
        background-color: var(--input-disabled-bg-color,#f3f3f3)
    }

        .next-input.next-disabled input, .next-input.next-disabled textarea {
            -webkit-text-fill-color: #666;
            -webkit-text-fill-color: var(--input-disabled-color,#666);
            color: #666;
            color: var(--input-disabled-color,#666)
        }

            .next-input.next-disabled input::-moz-placeholder, .next-input.next-disabled textarea::-moz-placeholder {
                color: #666;
                color: var(--input-disabled-color,#666);
                opacity: 1
            }

            .next-input.next-disabled input:-ms-input-placeholder, .next-input.next-disabled textarea:-ms-input-placeholder {
                color: #666;
                color: var(--input-disabled-color,#666)
            }

            .next-input.next-disabled input::-webkit-input-placeholder, .next-input.next-disabled textarea::-webkit-input-placeholder {
                color: #666;
                color: var(--input-disabled-color,#666)
            }

        .next-input.next-disabled .next-input-hint-wrap, .next-input.next-disabled .next-input-inner-text, .next-input.next-disabled .next-input-label, .next-input.next-disabled .next-input-len {
            color: #666;
            color: var(--input-disabled-color,#666)
        }

            .next-input.next-disabled .next-input-hint-wrap .next-input-clear {
                opacity: 0
            }

            .next-input.next-disabled .next-input-hint-wrap .next-input-hint {
                opacity: 1
            }

            .next-input.next-disabled .next-input-hint-wrap .next-input-clear-icon:hover {
                cursor: not-allowed;
                color: #666;
                color: var(--input-disabled-color,#666)
            }

        .next-input.next-disabled .next-icon {
            color: #666;
            color: var(--input-disabled-color,#666)
        }

.next-input-control, .next-input-inner, .next-input-label {
    display: table-cell;
    width: 1px;
    vertical-align: middle;
    line-height: 1;
    background-color: transparent;
    white-space: nowrap
}

.next-input-group {
    display: inline-table;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 0;
    width: 100%
}

    .next-input-group, .next-input-group *, .next-input-group :after, .next-input-group :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-input-group-auto-width {
    width: 100%;
    border-radius: 0 !important
}

.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-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-small-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--form-element-small-corner,4px) !important
    }

    .next-input-group > .next-input:first-child.next-medium {
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-medium-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--form-element-medium-corner,4px) !important
    }

    .next-input-group > .next-input:first-child.next-large {
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-large-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--form-element-large-corner,4px) !important
    }

    .next-input-group > .next-input:last-child.next-small {
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-small-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--form-element-small-corner,4px) !important
    }

    .next-input-group > .next-input:last-child.next-medium {
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-medium-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--form-element-medium-corner,4px) !important
    }

    .next-input-group > .next-input:last-child.next-large {
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-large-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--form-element-large-corner,4px) !important
    }

.next-input-group-addon {
    width: 1px;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap
}

    .next-input-group-addon:first-child, .next-input-group-addon:first-child > * {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

        .next-input-group-addon:first-child > * {
            margin-right: -1px;
            margin-right: calc(0px - var(--input-border-width, 1px))
        }

        .next-input-group-addon:first-child > .next-focus {
            position: relative;
            z-index: 1
        }

        .next-input-group-addon:first-child > * > .next-input {
            border-bottom-right-radius: 0 !important;
            border-top-right-radius: 0 !important
        }

            .next-input-group-addon:first-child > * > .next-input.next-focus {
                position: relative;
                z-index: 1
            }

    .next-input-group-addon:last-child, .next-input-group-addon:last-child > * {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

        .next-input-group-addon:last-child > * {
            margin-left: -1px;
            margin-left: calc(0px - var(--input-border-width, 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 {
    color: #666;
    color: var(--input-addon-text-color,#666);
    background-color: #f8f8f8;
    background-color: var(--input-addon-bg-color,#f8f8f8);
    text-align: center;
    border: 1px solid #c8c8c8;
    border: var(--input-border-width,1px) solid var(--input-border-color,#c8c8c8);
    padding: 0 8px;
    padding: 0 var(--input-addon-padding,8px)
}

    .next-input-group-text:first-child {
        border-right-width: 0
    }

    .next-input-group-text:last-child {
        border-left-width: 0
    }

    .next-input-group-text.next-disabled {
        color: #666;
        color: var(--input-disabled-color,#666);
        cursor: not-allowed
    }

        .next-input-group-text.next-disabled, .next-input-group-text.next-disabled:hover {
            border-color: #e1e1e1;
            border-color: var(--input-disabled-border-color,#e1e1e1);
            background-color: #f3f3f3;
            background-color: var(--input-disabled-bg-color,#f3f3f3)
        }

    .next-input-group-text.next-small {
        font-size: 12px;
        font-size: var(--form-element-small-font-size,12px);
        border-radius: 4px;
        border-radius: var(--form-element-small-corner,4px)
    }

    .next-input-group-text.next-medium {
        font-size: 14px;
        font-size: var(--form-element-medium-font-size,14px);
        border-radius: 4px;
        border-radius: var(--form-element-medium-corner,4px)
    }

    .next-input-group-text.next-large {
        font-size: 14px;
        font-size: var(--form-element-large-font-size,14px);
        border-radius: 4px;
        border-radius: var(--form-element-large-corner,4px)
    }

.next-input[dir=rtl].next-small .next-input-label {
    padding-left: 0;
    padding-right: 8px;
    padding-right: var(--input-s-label-padding-left,8px)
}

.next-input[dir=rtl].next-small .next-input-control {
    padding-right: 0;
    padding-left: 8px;
    padding-left: var(--input-s-icon-padding-right,8px)
}

.next-input[dir=rtl].next-medium .next-input-label {
    padding-left: 0;
    padding-right: 12px;
    padding-right: var(--input-m-label-padding-left,12px)
}

.next-input[dir=rtl].next-medium .next-input-control {
    padding-right: 0;
    padding-left: 8px;
    padding-left: var(--input-m-icon-padding-right,8px)
}

.next-input[dir=rtl].next-large .next-input-label {
    padding-left: 0;
    padding-right: 12px;
    padding-right: var(--input-l-label-padding-left,12px)
}

.next-input[dir=rtl].next-large .next-input-control {
    padding-right: 0;
    padding-left: 8px;
    padding-left: var(--input-l-icon-padding-right,8px)
}

.next-input[dir=rtl].next-input-textarea .next-input-len {
    text-align: left
}

.next-input[dir=rtl] .next-input-control > :not(:last-child) {
    padding-left: 4px;
    padding-right: 0
}

.next-input-group[dir=rtl] > .next-input:first-child.next-small {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-top-right-radius: var(--form-element-small-corner,4px) !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: var(--form-element-small-corner,4px) !important
}

.next-input-group[dir=rtl] > .next-input:first-child.next-medium {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-top-right-radius: var(--form-element-medium-corner,4px) !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: var(--form-element-medium-corner,4px) !important
}

.next-input-group[dir=rtl] > .next-input:first-child.next-large {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-top-right-radius: var(--form-element-large-corner,4px) !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: var(--form-element-large-corner,4px) !important
}

.next-input-group[dir=rtl] > .next-input:last-child.next-small {
    border-top-left-radius: 4px !important;
    border-top-left-radius: var(--form-element-small-corner,4px) !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: var(--form-element-small-corner,4px) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.next-input-group[dir=rtl] > .next-input:last-child.next-medium {
    border-top-left-radius: 4px !important;
    border-top-left-radius: var(--form-element-medium-corner,4px) !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: var(--form-element-medium-corner,4px) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.next-input-group[dir=rtl] > .next-input:last-child.next-large {
    border-top-left-radius: 4px !important;
    border-top-left-radius: var(--form-element-large-corner,4px) !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: var(--form-element-large-corner,4px) !important;
    border-top-right-radius: 0 !important;
    border-bottom-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-bottom-right-radius: var(--form-element-small-corner,4px) !important;
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-small-corner,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-bottom-right-radius: var(--form-element-medium-corner,4px) !important;
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-medium-corner,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-bottom-right-radius: var(--form-element-large-corner,4px) !important;
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-large-corner,4px) !important
    }

    .next-input-group[dir=rtl] .next-input-group-addon:first-child > * {
        margin-left: -1px;
        margin-left: calc(0px - var(--input-border-width, 1px));
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

.next-input-group[dir=rtl] .next-input-group-addon:last-child, .next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .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-bottom-left-radius: var(--form-element-small-corner,4px) !important;
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-small-corner,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-bottom-left-radius: var(--form-element-medium-corner,4px) !important;
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-medium-corner,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-bottom-left-radius: var(--form-element-large-corner,4px) !important;
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-large-corner,4px) !important
    }

    .next-input-group[dir=rtl] .next-input-group-addon:last-child > * {
        margin-right: -1px;
        margin-right: calc(0px - var(--input-border-width, 1px));
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

.next-input-group[dir=rtl] .next-input-group-text:first-child {
    border-right-width: 1px;
    border-right-width: var(--input-border-width,1px);
    border-left: 0
}

.next-input-group[dir=rtl] .next-input-group-text:last-child {
    border-left-width: 1px;
    border-left-width: var(--input-border-width,1px);
    border-right: 0
}

.next-calendar, .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(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cellZoomIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes cellHover {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes cellHover {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes enterToLeft {
    0% {
        -webkit-transform: translate(-40%);
        transform: translate(-40%);
        opacity: 0
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes enterToLeft {
    0% {
        -webkit-transform: translate(-40%);
        transform: translate(-40%);
        opacity: 0
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes enterToRight {
    0% {
        -webkit-transform: translate(40%);
        transform: translate(40%);
        opacity: 0
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes enterToRight {
    0% {
        -webkit-transform: translate(40%);
        transform: translate(40%);
        opacity: 0
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.next-calendar-card .next-calendar-header, .next-calendar-fullscreen .next-calendar-header {
    text-align: right
}

    .next-calendar-card .next-calendar-header .next-select, .next-calendar-fullscreen .next-calendar-header .next-select {
        margin-right: 4px;
        vertical-align: top
    }

    .next-calendar-card .next-calendar-header .next-menu, .next-calendar-fullscreen .next-calendar-header .next-menu {
        text-align: left
    }

.next-calendar-fullscreen .next-calendar-header {
    margin-bottom: 20px;
    margin-bottom: var(--calendar-fullscreen-header-margin-bottom,20px)
}

.next-calendar-card .next-calendar-header {
    margin-bottom: 20px;
    margin-bottom: var(--calendar-card-header-margin-bottom,20px)
}

.next-calendar-panel-header {
    position: relative;
    background: #f8f8f8;
    background: var(--calendar-panel-header-background,#f8f8f8);
    margin-bottom: 16px;
    margin-bottom: var(--calendar-panel-header-margin-bottom,16px);
    border-bottom: 1px solid transparent;
    border-bottom: var(--calendar-panel-header-border-bottom-width,1px) solid var(--calendar-panel-header-border-bottom-color,transparent)
}

.next-calendar-panel-header-full, .next-calendar-panel-header-left, .next-calendar-panel-header-right {
    height: 36px;
    height: var(--calendar-panel-header-height,36px);
    line-height: 36px;
    line-height: var(--calendar-panel-header-height,36px)
}

    .next-calendar-panel-header-full .next-calendar-btn, .next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn {
        vertical-align: top;
        font-weight: 500;
        font-weight: var(--calendar-btn-date-font-weight,500);
        margin: 0 4px;
        margin: 0 var(--calendar-btn-date-margin-lr,4px);
        background: transparent;
        border-color: transparent
    }

        .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: #333;
            color: var(--calendar-btn-date-color,#333)
        }

            .next-calendar-panel-header-full .next-calendar-btn.active, .next-calendar-panel-header-full .next-calendar-btn.hover, .next-calendar-panel-header-full .next-calendar-btn:active, .next-calendar-panel-header-full .next-calendar-btn:focus, .next-calendar-panel-header-full .next-calendar-btn:hover, .next-calendar-panel-header-left .next-calendar-btn.active, .next-calendar-panel-header-left .next-calendar-btn.hover, .next-calendar-panel-header-left .next-calendar-btn:active, .next-calendar-panel-header-left .next-calendar-btn:focus, .next-calendar-panel-header-left .next-calendar-btn:hover, .next-calendar-panel-header-right .next-calendar-btn.active, .next-calendar-panel-header-right .next-calendar-btn.hover, .next-calendar-panel-header-right .next-calendar-btn:active, .next-calendar-panel-header-right .next-calendar-btn:focus, .next-calendar-panel-header-right .next-calendar-btn:hover {
                color: #1047f5;
                color: var(--calendar-btn-date-color-hover,#1047f5);
                background: transparent;
                border-color: transparent;
                text-decoration: none
            }

.next-calendar-panel-header-left, .next-calendar-panel-header-right {
    display: inline-block;
    width: 50%;
    text-align: center
}

.next-calendar-panel-header-full {
    width: 100%;
    text-align: center
}

.next-calendar-panel-menu {
    max-height: 210px;
    overflow: auto;
    text-align: left
}

.next-calendar-btn {
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    outline: none;
    height: 100%
}

    .next-calendar-btn > .next-icon.next-icon .next-icon-remote, .next-calendar-btn > .next-icon.next-icon:before {
        width: 16px;
        width: var(--calendar-btn-arrow-size,16px);
        font-size: 16px;
        font-size: var(--calendar-btn-arrow-size,16px);
        line-height: inherit
    }

    .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 {
    position: absolute;
    top: 0;
    background: transparent;
    border-color: transparent
}

    .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;
        color: var(--calendar-btn-arrow-color,#666)
    }

        .next-calendar-btn-next-decade.active, .next-calendar-btn-next-decade.hover, .next-calendar-btn-next-decade:active, .next-calendar-btn-next-decade:focus, .next-calendar-btn-next-decade:hover, .next-calendar-btn-next-month.active, .next-calendar-btn-next-month.hover, .next-calendar-btn-next-month:active, .next-calendar-btn-next-month:focus, .next-calendar-btn-next-month:hover, .next-calendar-btn-next-year.active, .next-calendar-btn-next-year.hover, .next-calendar-btn-next-year:active, .next-calendar-btn-next-year:focus, .next-calendar-btn-next-year:hover, .next-calendar-btn-prev-decade.active, .next-calendar-btn-prev-decade.hover, .next-calendar-btn-prev-decade:active, .next-calendar-btn-prev-decade:focus, .next-calendar-btn-prev-decade:hover, .next-calendar-btn-prev-month.active, .next-calendar-btn-prev-month.hover, .next-calendar-btn-prev-month:active, .next-calendar-btn-prev-month:focus, .next-calendar-btn-prev-month:hover, .next-calendar-btn-prev-year.active, .next-calendar-btn-prev-year.hover, .next-calendar-btn-prev-year:active, .next-calendar-btn-prev-year:focus, .next-calendar-btn-prev-year:hover {
            color: #1047f5;
            color: var(--calendar-btn-arrow-color-hover,#1047f5);
            background: transparent;
            border-color: transparent;
            text-decoration: none
        }

.next-calendar-btn-prev-decade, .next-calendar-btn-prev-year {
    left: 12px;
    left: var(--calendar-btn-arrow-double-offset-lr,12px)
}

.next-calendar-btn-prev-month {
    left: 36px;
    left: var(--calendar-btn-arrow-single-offset-lr,36px)
}

.next-calendar-btn-next-month {
    right: 36px;
    right: var(--calendar-btn-arrow-single-offset-lr,36px)
}

.next-calendar-btn-next-decade, .next-calendar-btn-next-year {
    right: 12px;
    right: var(--calendar-btn-arrow-double-offset-lr,12px)
}

.next-calendar-fullscreen .next-calendar-th {
    text-align: right;
    color: #666;
    color: var(--calendar-fullscreen-table-head-color,#666);
    font-size: 14px;
    font-size: var(--calendar-fullscreen-table-head-font-size,14px);
    font-weight: 400;
    font-weight: var(--calendar-fullscreen-table-head-font-weight,normal);
    padding-right: 12px;
    padding-right: var(--calendar-fullscreen-table-head-padding-r,12px);
    padding-bottom: 4px;
    padding-bottom: var(--calendar-fullscreen-table-head-padding-b,4px)
}

.next-calendar-fullscreen .next-calendar-cell {
    font-size: 14px;
    font-size: var(--calendar-fullscreen-table-cell-font-size,14px)
}

    .next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month {
        font-weight: 700;
        font-weight: var(--calendar-fullscreen-table-cell-select-font-weight,bold);
        background: #eef3ff;
        background: var(--calendar-fullscreen-table-cell-select-background,#eef3ff);
        color: #1047f5;
        color: var(--calendar-fullscreen-table-cell-select-color,#1047f5);
        border-color: #1047f5;
        border-color: var(--calendar-fullscreen-table-cell-select-border-color,#1047f5)
    }

    .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month {
        cursor: not-allowed;
        background: transparent;
        background: var(--calendar-fullscreen-table-cell-disabled-background,transparent);
        color: #ccc;
        color: var(--calendar-fullscreen-table-cell-disabled-color,#ccc);
        border-color: transparent;
        border-color: var(--calendar-fullscreen-table-cell-disabled-border-color,transparent)
    }

.next-calendar-fullscreen .next-calendar-date, .next-calendar-fullscreen .next-calendar-month {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4px;
    margin: var(--calendar-fullscreen-table-cell-margin-tb,4px) var(--calendar-fullscreen-table-cell-margin-lr,4px);
    padding: 8px 12px;
    padding: var(--calendar-fullscreen-table-cell-padding-tb,8px) var(--calendar-fullscreen-table-cell-padding-lr,12px);
    min-height: 80px;
    min-height: var(--calendar-fullscreen-table-cell-min-height,80px);
    border-top: 2px solid;
    border-top: var(--calendar-fullscreen-table-cell-boder-top-width,2px) var(--line-solid,solid);
    -webkit-transition: background .1s linear;
    transition: background .1s linear;
    background: #fff;
    background: var(--calendar-fullscreen-table-cell-normal-background,#fff);
    color: #000;
    color: var(--calendar-fullscreen-table-cell-normal-color,#000);
    border-color: #e1e1e1;
    border-color: var(--calendar-fullscreen-table-cell-normal-border-color,#e1e1e1)
}

    .next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
        background: #f8f8f8;
        background: var(--calendar-fullscreen-table-cell-hover-background,#f8f8f8);
        color: #000;
        color: var(--calendar-fullscreen-table-cell-hover-color,#000);
        border-color: #e1e1e1;
        border-color: var(--calendar-fullscreen-table-cell-hover-border-color,#e1e1e1)
    }

.next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date {
    background: #fff;
    background: var(--calendar-fullscreen-table-cell-other-background,#fff);
    color: #666;
    color: var(--calendar-fullscreen-table-cell-other-color,#666);
    border-color: #e1e1e1;
    border-color: var(--calendar-fullscreen-table-cell-other-border-color,#e1e1e1)
}

.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month {
    font-weight: 700;
    font-weight: var(--calendar-fullscreen-table-cell-current-font-weight,bold);
    background: #fff;
    background: var(--calendar-fullscreen-table-cell-current-background,#fff);
    color: #1047f5;
    color: var(--calendar-fullscreen-table-cell-current-color,#1047f5);
    border-color: #1047f5;
    border-color: var(--calendar-fullscreen-table-cell-current-border-color,#1047f5)
}

.next-calendar-card .next-calendar-th, .next-calendar-panel .next-calendar-th, .next-calendar-range .next-calendar-th {
    text-align: center;
    color: #acacac;
    color: var(--calendar-card-table-head-color,#acacac);
    font-size: 12px;
    font-size: var(--calendar-card-table-head-font-size,12px);
    font-weight: 400;
    font-weight: var(--calendar-card-table-head-font-weight,normal)
}

.next-calendar-card .next-calendar-cell, .next-calendar-panel .next-calendar-cell, .next-calendar-range .next-calendar-cell {
    text-align: center;
    font-size: 14px;
    font-size: var(--calendar-card-table-cell-font-size,14px)
}

    .next-calendar-card .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-card .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-card .next-calendar-cell.next-selected .next-calendar-year, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-year, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-year {
        -webkit-animation: cellZoomIn .4s cubic-bezier(.23,1,.32,1);
        animation: cellZoomIn .4s cubic-bezier(.23,1,.32,1);
        font-weight: 700;
        font-weight: var(--calendar-card-table-cell-select-font-weight,bold);
        background: #1047f5;
        background: var(--calendar-card-table-cell-select-background,#1047f5);
        color: #fff;
        color: var(--calendar-card-table-cell-select-color,#fff);
        border-color: #1047f5;
        border-color: var(--calendar-card-table-cell-select-border-color,#1047f5)
    }

    .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-year, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-year, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-year {
        cursor: not-allowed;
        background: transparent;
        background: var(--calendar-card-table-cell-disabled-background,transparent);
        color: #ccc;
        color: var(--calendar-card-table-cell-disabled-color,#ccc);
        border-color: transparent;
        border-color: var(--calendar-card-table-cell-disabled-border-color,transparent)
    }

    .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: #eef3ff;
        background: var(--calendar-card-table-cell-inrange-background,#eef3ff);
        color: #1047f5;
        color: var(--calendar-card-table-cell-inrange-color,#1047f5);
        border-color: #eef3ff;
        border-color: var(--calendar-card-table-cell-inrange-border-color,#eef3ff)
    }

.next-calendar-card .next-calendar-date, .next-calendar-card .next-calendar-month, .next-calendar-card .next-calendar-year, .next-calendar-panel .next-calendar-date, .next-calendar-panel .next-calendar-month, .next-calendar-panel .next-calendar-year, .next-calendar-range .next-calendar-date, .next-calendar-range .next-calendar-month, .next-calendar-range .next-calendar-year {
    text-align: center;
    border: 1px solid;
    border: var(--line-1,1px) var(--line-solid,solid);
    background: #fff;
    background: var(--calendar-card-table-cell-normal-background,#fff);
    color: #000;
    color: var(--calendar-card-table-cell-normal-color,#000);
    border-color: #fff;
    border-color: var(--calendar-card-table-cell-normal-border-color,#fff)
}

    .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;
        background: #eef3ff;
        background: var(--calendar-card-table-cell-hover-background,#eef3ff);
        color: #1047f5;
        color: var(--calendar-card-table-cell-hover-color,#1047f5);
        border-color: #eef3ff;
        border-color: var(--calendar-card-table-cell-hover-border-color,#eef3ff)
    }

.next-calendar-card .next-calendar-date, .next-calendar-panel .next-calendar-date, .next-calendar-range .next-calendar-date {
    width: 24px;
    width: var(--calendar-card-table-cell-date-width,24px);
    height: 24px;
    height: var(--calendar-card-table-cell-date-height,24px);
    line-height: 22px;
    line-height: calc(var(--calendar-card-table-cell-date-height, 24px) - 2px);
    margin: 4px auto;
    border-radius: 2px;
    border-radius: var(--calendar-card-table-cell-date-border-radius,2px)
}

.next-calendar-card .next-calendar-month, .next-calendar-panel .next-calendar-month, .next-calendar-range .next-calendar-month {
    width: 96px;
    width: var(--calendar-card-table-cell-month-width,96px);
    height: 24px;
    height: var(--calendar-card-table-cell-month-height,24px);
    line-height: 22px;
    line-height: calc(var(--calendar-card-table-cell-month-height, 24px) - 2px);
    margin: 8px auto;
    border-radius: 2px;
    border-radius: var(--calendar-card-table-cell-month-border-radius,2px)
}

.next-calendar-card .next-calendar-year, .next-calendar-panel .next-calendar-year, .next-calendar-range .next-calendar-year {
    width: 96px;
    width: var(--calendar-card-table-cell-year-width,96px);
    height: 24px;
    height: var(--calendar-card-table-cell-year-height,24px);
    line-height: 22px;
    line-height: calc(var(--calendar-card-table-cell-year-height, 24px) - 2px);
    margin: 8px auto;
    border-radius: 2px;
    border-radius: var(--calendar-card-table-cell-year-border-radius,2px)
}

.next-calendar-card .next-calendar-cell-next-month .next-calendar-date, .next-calendar-card .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-panel .next-calendar-cell-next-month .next-calendar-date, .next-calendar-panel .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-range .next-calendar-cell-next-month .next-calendar-date, .next-calendar-range .next-calendar-cell-prev-month .next-calendar-date {
    background: #fff;
    background: var(--calendar-card-table-cell-other-background,#fff);
    color: #666;
    color: var(--calendar-card-table-cell-other-color,#666);
    border-color: #fff;
    border-color: var(--calendar-card-table-cell-other-border-color,#fff)
}

.next-calendar-card .next-calendar-cell-current .next-calendar-date, .next-calendar-card .next-calendar-cell-current .next-calendar-month, .next-calendar-card .next-calendar-cell-current .next-calendar-year, .next-calendar-panel .next-calendar-cell-current .next-calendar-date, .next-calendar-panel .next-calendar-cell-current .next-calendar-month, .next-calendar-panel .next-calendar-cell-current .next-calendar-year, .next-calendar-range .next-calendar-cell-current .next-calendar-date, .next-calendar-range .next-calendar-cell-current .next-calendar-month, .next-calendar-range .next-calendar-cell-current .next-calendar-year {
    font-weight: 700;
    font-weight: var(--calendar-card-table-cell-current-font-weight,bold);
    background: #fff;
    background: var(--calendar-card-table-cell-current-background,#fff);
    color: #1047f5;
    color: var(--calendar-card-table-cell-current-color,#1047f5);
    border-color: transparent;
    border-color: var(--calendar-card-table-cell-current-border-color,transparent)
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody tr {
    cursor: pointer
}

    .next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date {
        background: #eef3ff;
        background: var(--calendar-card-table-cell-hover-background,#eef3ff);
        color: #1047f5;
        color: var(--calendar-card-table-cell-hover-color,#1047f5);
        border-color: #eef3ff;
        border-color: var(--calendar-card-table-cell-hover-border-color,#eef3ff)
    }

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-cell.next-selected .next-calendar-date {
    font-weight: 400;
    background: transparent;
    border-color: transparent
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date {
    position: relative;
    color: #1047f5;
    color: var(--calendar-card-table-cell-inrange-color,#1047f5)
}

    .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date:before {
        content: "";
        position: absolute;
        left: -1px;
        left: calc(0px - var(--line-1, 1px));
        top: -1px;
        top: calc(0px - var(--line-1, 1px));
        bottom: -1px;
        bottom: calc(0px - var(--line-1, 1px));
        right: -1px;
        right: calc(0px - var(--line-1, 1px));
        border: 1px solid;
        border: var(--line-1,1px) var(--line-solid,solid);
        background: #eef3ff;
        background: var(--calendar-card-table-cell-inrange-background,#eef3ff);
        border-color: #eef3ff;
        border-color: var(--calendar-card-table-cell-inrange-border-color,#eef3ff);
        border-radius: 2px;
        border-radius: var(--calendar-card-table-cell-date-border-radius,2px)
    }

    .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date > span {
        position: relative
    }

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end, .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start {
    color: #fff;
    color: var(--calendar-card-table-cell-select-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: #1047f5;
        background: var(--calendar-card-table-cell-select-background,#1047f5);
        border-color: #1047f5;
        border-color: var(--calendar-card-table-cell-select-border-color,#1047f5)
    }

.next-calendar[dir=rtl] .next-calendar-header {
    text-align: left
}

    .next-calendar[dir=rtl] .next-calendar-header .next-select {
        margin-right: 0;
        margin-left: 4px
    }

    .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: 12px;
    right: var(--calendar-btn-arrow-double-offset-lr,12px)
}

.next-calendar[dir=rtl] .next-calendar-btn-prev-month {
    left: auto;
    right: 36px;
    right: var(--calendar-btn-arrow-single-offset-lr,36px)
}

.next-calendar[dir=rtl] .next-calendar-btn-next-month {
    right: auto;
    left: 36px;
    left: var(--calendar-btn-arrow-single-offset-lr,36px)
}

.next-calendar[dir=rtl] .next-calendar-btn-next-decade, .next-calendar[dir=rtl] .next-calendar-btn-next-year {
    right: auto;
    left: 12px;
    left: var(--calendar-btn-arrow-double-offset-lr,12px)
}

.next-calendar-fullscreen[dir=rtl] .next-calendar-th {
    text-align: left;
    padding-left: 12px;
    padding-left: var(--calendar-fullscreen-table-head-padding-r,12px);
    padding-right: 0
}

.next-calendar-fullscreen[dir=rtl] .next-calendar-date, .next-calendar-fullscreen[dir=rtl] .next-calendar-month {
    text-align: left
}

.next-calendar-range[dir=rtl] .next-calendar-body-left, .next-calendar-range[dir=rtl] .next-calendar-body-right {
    float: right
}

.next-calendar-range[dir=rtl] .next-calendar-body-left {
    padding-right: 0;
    padding-left: 8px
}

.next-calendar-range[dir=rtl] .next-calendar-body-right {
    padding-left: 0;
    padding-right: 8px
}

.next-calendar-table {
    width: 100%;
    table-layout: fixed
}

.next-calendar-range .next-calendar-body-left, .next-calendar-range .next-calendar-body-right {
    float: left;
    width: 50%
}

.next-calendar-range .next-calendar-body-left {
    padding-right: 8px
}

.next-calendar-range .next-calendar-body-right {
    padding-left: 8px
}

.next-calendar-range .next-calendar-body:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both
}

.next-calendar-symbol-prev:before {
    content: "\E61D";
    content: var(--calendar-btn-arrow-content-prev,"\E61D")
}

.next-calendar-symbol-next:before {
    content: "\E619";
    content: var(--calendar-btn-arrow-content-next,"\E619")
}

.next-calendar-symbol-prev-super:before {
    content: "\E659";
    content: var(--calendar-btn-arrow-content-prev-super,"\E659")
}

.next-calendar-symbol-next-super:before {
    content: "\E65E";
    content: var(--calendar-btn-arrow-content-next-super,"\E65E")
}

.next-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 {
        right: 0;
        left: auto
    }

    .next-card[dir=rtl] .next-card-subtitle {
        float: left;
        padding-right: 8px;
        padding-right: var(--card-sub-title-padding-left,8px);
        padding-left: 0
    }

    .next-card[dir=rtl] .next-card-head-show-bullet .next-card-title {
        padding-left: 0;
        padding-right: 8px;
        padding-right: var(--card-title-padding-left,8px)
    }

    .next-card, .next-card *, .next-card :after, .next-card :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-card {
    min-width: 100px;
    border: 0 solid transparent;
    border: var(--card-border-width,0) var(--card-border-style,solid) var(--card-border-color,transparent);
    border-radius: 8px;
    border-radius: var(--card-corner,8px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: var(--card-shadow,0 4px 8px 0 rgba(0,0,0,.04));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.04);
    box-shadow: var(--card-shadow,0 4px 8px 0 rgba(0,0,0,.04));
    background: #fff;
    background: var(--card-background,#fff);
    overflow: hidden
}

.next-card-noborder {
    border: 0
}

.next-card-head {
    background: #fff;
    background: var(--card-header-background,#fff);
    padding-left: 24px;
    padding-left: var(--card-padding-lr,24px);
    padding-right: 24px;
    padding-right: var(--card-padding-lr,24px)
}

.next-card-head-show-bullet .next-card-title {
    padding-left: 8px;
    padding-left: var(--card-title-padding-left,8px)
}

    .next-card-head-show-bullet .next-card-title:before {
        content: "";
        display: inline-block;
        height: 16px;
        height: var(--card-title-bullet-height,16px);
        width: 3px;
        width: var(--card-title-bullet-width,3px);
        background: #1047f5;
        background: var(--card-title-bullet-color,#1047f5);
        position: absolute;
        left: 0;
        top: calc(50% - 8px);
        top: calc(50% - var(--card-title-bullet-height, 16px)/2)
    }

.next-card-head-main {
    position: relative;
    margin-top: 8px;
    margin-top: var(--card-head-main-margin-top,8px);
    margin-bottom: 0;
    margin-bottom: var(--card-head-main-margin-bottom,0);
    height: 40px;
    height: var(--card-head-main-height,40px);
    line-height: 40px;
    line-height: var(--card-head-main-height,40px)
}

.next-card-title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    height: 100%;
    color: #000;
    color: var(--card-title-color,#000);
    font-size: 18px;
    font-size: var(--card-title-font-size,18px);
    font-weight: 700;
    font-weight: var(--card-title-font-weight,bold)
}

.next-card-subtitle {
    font-size: 12px;
    font-size: var(--card-sub-title-font-size,12px);
    color: #acacac;
    color: var(--card-sub-title-color,#acacac);
    padding-left: 8px;
    padding-left: var(--card-sub-title-padding-left,8px)
}

.next-card-extra {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 14px;
    font-size: var(--card-title-extra-font-size,14px);
    color: #1047f5;
    color: var(--card-title-extra-color,#1047f5)
}

.next-card-body {
    padding-bottom: 20px;
    padding-bottom: var(--card-body-padding-bottom,20px);
    padding-left: 24px;
    padding-left: var(--card-padding-lr,24px);
    padding-right: 24px;
    padding-right: var(--card-padding-lr,24px)
}

.next-card-show-divider .next-card-head-main {
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--card-head-bottom-border-width,1px) var(--card-border-style,solid) var(--card-head-bottom-border-color,#e1e1e1)
}

.next-card-show-divider .next-card-body {
    padding-top: 20px;
    padding-top: var(--card-body-show-divider-padding-top,20px)
}

.next-card-hide-divider .next-card-body {
    padding-top: 0;
    padding-top: var(--card-body-hide-divider-padding-top,0)
}

.next-card—free {
    padding: 0
}

.next-card-content {
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.next-card-footer .next-icon {
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .next-card-footer .next-icon.next-icon-arrow-down.expand {
        -webkit-transform-origin: 50% 47%;
        -ms-transform-origin: 50% 47%;
        transform-origin: 50% 47%;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.next-card-header {
    background: #fff;
    background: var(--card-header-background,#fff);
    padding: 0 24px;
    padding: 0 var(--card-padding-lr,24px);
    margin-bottom: 20px;
    margin-bottom: var(--card-body-show-divider-padding-top,20px);
    margin-top: 20px;
    margin-top: var(--card-body-padding-bottom,20px)
}

.next-card-media, .next-card-media > * {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -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: #000;
    color: var(--card-title-color,#000);
    font-size: 18px;
    font-size: var(--card-title-font-size,18px);
    font-weight: 700;
    font-weight: var(--card-title-font-weight,bold);
    line-height: 1.5
}

.next-card-header-subtitle {
    font-size: 12px;
    font-size: var(--card-sub-title-font-size,12px);
    color: #acacac;
    color: var(--card-sub-title-color,#acacac)
}

.next-card-actions {
    display: block;
    padding: 20px 24px;
    padding: var(--card-body-show-divider-padding-top,20px) var(--card-padding-lr,24px) var(--card-body-padding-bottom,20px)
}

    .next-card-actions .next-btn:not(:last-child) {
        margin-right: 12px;
        vertical-align: middle
    }

.next-card-divider {
    border-style: none;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: visible
}

    .next-card-divider:before {
        content: "";
        display: block;
        border-bottom: 1px solid #e1e1e1;
        border-bottom: var(--card-head-bottom-border-width,1px) var(--card-border-style,solid) var(--card-head-bottom-border-color,#e1e1e1)
    }

.next-card-divider--inset {
    padding: 0 24px;
    padding: 0 var(--card-padding-lr,24px)
}

.next-card-content-container {
    margin-top: 20px;
    margin-top: var(--card-body-show-divider-padding-top,20px);
    padding-bottom: 20px;
    padding-bottom: var(--card-body-padding-bottom,20px);
    padding-left: 24px;
    padding-left: var(--card-padding-lr,24px);
    padding-right: 24px;
    padding-right: var(--card-padding-lr,24px);
    font-size: 14px;
    font-size: var(--card-content-font-size,14px);
    line-height: 1.5;
    line-height: var(--card-content-line-height,1.5);
    color: #000;
    color: var(--card-content-color,#000)
}

.next-cascader {
    display: inline-block;
    overflow: auto;
    border: 1px solid #e1e1e1;
    border: var(--cascader-menu-border-width,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e1e1e1);
    border-radius: 4px;
    border-radius: var(--cascader-menu-border-radius,4px)
}

    .next-cascader, .next-cascader *, .next-cascader :after, .next-cascader :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-cascader-inner:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both
}

.next-cascader-menu-wrapper {
    float: left;
    overflow: auto;
    width: 160px;
    width: var(--cascader-menu-width,160px);
    min-width: 100px;
    min-width: var(--cascader-menu-min-width,100px);
    height: 200px;
    height: var(--cascader-menu-height,200px);
    overflow-x: hidden;
    overflow-y: auto
}

    .next-cascader-menu-wrapper + .next-cascader-menu-wrapper {
        border-left: 1px solid #e1e1e1;
        border-left: var(--cascader-menu-border-width,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e1e1e1)
    }

.next-cascader-menu {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: auto;
    min-height: 100%
}

    .next-cascader-menu.next-has-right-border {
        border-right: 1px solid #e1e1e1;
        border-right: var(--cascader-menu-border-width,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e1e1e1)
    }

.next-cascader-menu-item.next-expanded {
    color: #1047f5;
    color: var(--cascader-menu-item-expanded-color,#1047f5);
    background-color: #fff;
    background-color: var(--cascader-menu-item-expanded-background-color,#fff)
}

.next-cascader-menu-icon-right {
    position: absolute;
    top: 0;
    right: 10px;
    color: #666;
    color: var(--cascader-menu-icon-expand-color,#666)
}

    .next-cascader-menu-icon-right:hover {
        color: #666;
        color: var(--cascader-menu-icon-hover-expand-color,#666)
    }

.next-cascader-menu-icon-expand.next-icon .next-icon-remote, .next-cascader-menu-icon-expand.next-icon:before {
    width: 12px;
    width: var(--cascader-menu-icon-expand-size,12px);
    font-size: 12px;
    font-size: var(--cascader-menu-icon-expand-size,12px);
    line-height: inherit
}

.next-cascader-menu-icon-loading.next-icon .next-icon-remote, .next-cascader-menu-icon-loading.next-icon:before {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-cascader-menu-icon-loading.next-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-cascader-menu-icon-loading.next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
    color: #666;
    color: var(--cascader-menu-icon-hover-expand-color,#666)
}

.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5)
}

.next-cascader-filtered-list {
    height: 192px;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto
}

    .next-cascader-filtered-list .next-menu-item-inner {
        overflow: visible
    }

.next-cascader-filtered-item em {
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5);
    font-style: normal
}

.next-cascader[dir=rtl] .next-cascader-menu-wrapper {
    float: right;
    border-left: none;
    border-right: 1px solid #e1e1e1;
    border-right: var(--cascader-menu-border-width,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e1e1e1)
}

    .next-cascader[dir=rtl] .next-cascader-menu-wrapper:first-child {
        border-right: none
    }

.next-cascader[dir=rtl] .next-cascader-menu.next-has-right-border {
    border-right: none;
    border-left: 1px solid #e1e1e1;
    border-left: var(--cascader-menu-border-width,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e1e1e1)
}

.next-cascader[dir=rtl] .next-cascader-menu-icon-right {
    right: auto;
    left: 10px
}

.next-cascader-select, .next-cascader-select *, .next-cascader-select-dropdown, .next-cascader-select :after, .next-cascader-select :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-cascader-select-dropdown {
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14))
}

    .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 {
        display: block;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.next-cascader-select-not-found {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    color: #acacac;
    color: var(--color-text1-2,#acacac)
}

    .next-cascader-select-not-found .next-menu-item:hover {
        color: #acacac;
        color: var(--color-text1-2,#acacac);
        background: #fff;
        cursor: default
    }

.next-checkbox-wrapper[dir=rtl] {
    margin-right: 8px;
    margin-left: 0
}

    .next-checkbox-wrapper[dir=rtl]:first-child {
        margin-right: 0
    }

    .next-checkbox-wrapper[dir=rtl] > .next-checkbox-label {
        margin-right: 8px;
        margin-right: var(--checkbox-margin-left,8px);
        margin-left: 0
    }

.next-checkbox-wrapper {
    display: inline-block
}

    .next-checkbox-wrapper, .next-checkbox-wrapper *, .next-checkbox-wrapper :after, .next-checkbox-wrapper :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-checkbox-wrapper .next-checkbox {
            display: inline-block;
            position: relative;
            line-height: 1;
            vertical-align: middle
        }

        .next-checkbox-wrapper input[type=checkbox] {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 16px;
            width: var(--checkbox-size,16px);
            height: 16px;
            height: var(--checkbox-size,16px);
            margin: 0;
            cursor: pointer
        }

        .next-checkbox-wrapper .next-checkbox-inner {
            display: block;
            width: 16px;
            width: var(--checkbox-size,16px);
            height: 16px;
            height: var(--checkbox-size,16px);
            background: #fff;
            background: var(--checkbox-bg-color,#fff);
            border-radius: 2px;
            border-radius: var(--checkbox-border-radius,2px);
            border: 1px solid #a2a3a5;
            border: var(--checkbox-border-width,1px) solid var(--checkbox-border-color,#a2a3a5);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            text-align: left;
            -webkit-box-shadow: none;
            -webkit-box-shadow: var(--checkbox-shadow,none);
            box-shadow: none;
            box-shadow: var(--checkbox-shadow,none)
        }

            .next-checkbox-wrapper .next-checkbox-inner > .next-icon {
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                position: absolute;
                top: 0;
                opacity: 0;
                line-height: 16px;
                line-height: var(--checkbox-size,16px);
                -webkit-transition: all .1s linear;
                transition: all .1s linear;
                color: #fff;
                color: var(--checkbox-checked-circle-color,#fff);
                left: 2px;
                left: calc(var(--checkbox-size, 16px)/2 - var(--checkbox-circle-size, 12px)/2);
                margin-top: 1px;
                margin-left: 0
            }

                .next-checkbox-wrapper .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper .next-checkbox-inner > .next-icon:before {
                    width: 12px;
                    width: var(--checkbox-circle-size,12px);
                    font-size: 12px;
                    font-size: var(--checkbox-circle-size,12px);
                    line-height: inherit
                }

                .next-checkbox-wrapper .next-checkbox-inner > .next-icon:before {
                    vertical-align: top;
                    margin-top: 0
                }

            .next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-select-icon:before {
                content: "\E632";
                content: var(--checkbox-select-icon-content,"\E632")
            }

            .next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-semi-select-icon:before {
                content: "\E7B1";
                content: var(--checkbox-semi-select-icon-content,"\E7B1")
            }

        .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner {
            border-color: transparent;
            border-color: var(--checkbox-checked-border-color,transparent);
            background-color: #1047f5;
            background-color: var(--checkbox-checked-bg-color,#1047f5)
        }

            .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner:hover {
                border-color: transparent;
                border-color: var(--checkbox-checked-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 {
                opacity: 1;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                margin-left: 0
            }

                .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 {
                    width: 12px;
                    width: var(--checkbox-circle-size,12px);
                    font-size: 12px;
                    font-size: var(--checkbox-circle-size,12px);
                    line-height: inherit
                }

        .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner {
            border-color: transparent;
            border-color: var(--checkbox-checked-border-color,transparent);
            background-color: #1047f5;
            background-color: var(--checkbox-checked-bg-color,#1047f5)
        }

            .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner:hover {
                border-color: transparent;
                border-color: var(--checkbox-checked-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 {
                opacity: 1;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                margin-left: 0
            }

                .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 {
                    width: 12px;
                    width: var(--checkbox-circle-size,12px);
                    font-size: 12px;
                    font-size: var(--checkbox-circle-size,12px);
                    line-height: inherit
                }

        .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 {
            border-color: #1047f5;
            border-color: var(--checkbox-hovered-border-color,#1047f5);
            background-color: #eef3ff;
            background-color: var(--checkbox-hovered-bg-color,#eef3ff)
        }

        .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 {
            border-color: transparent;
            border-color: var(--checkbox-checked-hovered-border-color,transparent);
            background-color: #0c38c4;
            background-color: var(--checkbox-checked-hovered-bg-color,#0c38c4)
        }

            .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon {
                color: #fff;
                color: var(--checkbox-checked-hovered-circle-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 {
            border-color: #c8c8c8;
            border-color: var(--checkbox-disabled-border-color,#c8c8c8);
            background: #e1e1e1;
            background: var(--checkbox-disabled-bg-color,#e1e1e1)
        }

            .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: #c8c8c8;
                border-color: var(--checkbox-disabled-border-color,#c8c8c8)
            }

            .next-checkbox-wrapper.disabled.checked .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner > .next-icon {
                color: #666;
                color: var(--checkbox-disabled-circle-color,#666);
                opacity: 1
            }

        .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner {
            border-color: #c8c8c8;
            border-color: var(--checkbox-disabled-border-color,#c8c8c8);
            background: #e1e1e1;
            background: var(--checkbox-disabled-bg-color,#e1e1e1)
        }

            .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner > .next-icon {
                color: #666;
                color: var(--checkbox-disabled-circle-color,#666);
                opacity: 1
            }

        .next-checkbox-wrapper.disabled .next-checkbox-label {
            color: #333;
            color: var(--checkbox-disabled-label-color,#333);
            cursor: not-allowed
        }

.next-checkbox-group .next-checkbox-wrapper {
    display: inline-block;
    margin-right: 12px
}

    .next-checkbox-group .next-checkbox-wrapper:last-child {
        margin-right: 0
    }

.next-checkbox-group-ver .next-checkbox-wrapper {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px
}

.next-checkbox-label {
    font-size: 14px;
    font-size: var(--checkbox-font-size,14px);
    color: #333;
    color: var(--checkbox-label-color,#333);
    vertical-align: middle;
    margin: 0 0 0 8px;
    margin-left: var(--checkbox-margin-left,8px);
    margin-right: 8px;
    margin-right: var(--checkbox-margin-left,8px);
    line-height: 1
}

.next-collapse[dir=rtl] .next-collapse-panel-title {
    padding: 12px 40px 12px 0;
    padding: var(--collapse-title-padding-tb,12px) 40px var(--collapse-title-padding-tb,12px) 0
}

.next-collapse[dir=rtl] .next-collapse-panel-icon {
    left: inherit;
    right: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 0
}

    .next-collapse[dir=rtl] .next-collapse-panel-icon .next-icon-remote, .next-collapse[dir=rtl] .next-collapse-panel-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

.next-collapse {
    border: 0 solid #e1e1e1;
    border: var(--collapse-border-width,0) solid var(--collapse-border-color,#e1e1e1);
    border-radius: 4px;
    border-radius: var(--collapse-border-corner,4px)
}

    .next-collapse, .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 #e1e1e1;
    border-top: var(--collapse-title-border-width,1px) solid var(--collapse-panel-border-color,#e1e1e1)
}

.next-collapse .next-collapse-panel-icon {
    position: absolute;
    color: #666;
    color: var(--collapse-icon-color,#666);
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    left: 12px;
    margin-top: -2px;
    margin-left: 0;
    margin-right: 0
}

    .next-collapse .next-collapse-panel-icon .next-icon-remote, .next-collapse .next-collapse-panel-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

.next-collapse-panel-title {
    position: relative;
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    background: #fff;
    background: var(--collapse-title-bg-color,#fff);
    font-size: 14px;
    font-size: var(--collapse-title-font-size,14px);
    font-weight: 400;
    font-weight: var(--collapse-title-font-weight,normal);
    color: #000;
    color: var(--collapse-title-font-color,#000);
    cursor: pointer;
    padding: 12px 0 12px 40px;
    padding: var(--collapse-title-padding-tb,12px) 0 var(--collapse-title-padding-tb,12px) 40px;
    -webkit-transition: background .1s linear;
    transition: background .1s linear
}

    .next-collapse-panel-title:hover {
        background: #fff;
        background: var(--collapse-title-hover-bg-color,#fff);
        color: #1047f5;
        color: var(--collapse-title-hover-font-color,#1047f5);
        font-weight: 400;
        font-weight: var(--collapse-title-hover-font-weight,normal)
    }

        .next-collapse-panel-title:hover .next-collapse-panel-icon {
            color: #1047f5;
            color: var(--collapse-icon-hover-color,#1047f5)
        }

.next-collapse-panel-content {
    height: 0;
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    padding: 0 40px;
    padding: 0 var(--collapse-content-padding-x,40px);
    background: #f8f8f8;
    background: var(--collapse-content-bg-color,#f8f8f8);
    font-size: 14px;
    font-size: var(--collapse-content-font-size,14px);
    color: #333;
    color: var(--collapse-content-color,#333);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.next-collapse-panel-expanded > .next-collapse-panel-content {
    display: block;
    padding: 20px 40px;
    padding: var(--collapse-content-padding-y,20px) var(--collapse-content-padding-x,40px);
    height: auto;
    opacity: 1
}

.next-collapse .next-collapse-unfold-icon:before {
    content: "\E625";
    content: var(--collapse-unfold-icon-content,"\E625")
}

.next-collapse-panel-hidden > .next-collapse-panel-content {
    overflow: hidden
}

.next-collapse .next-collapse-panel-icon:before {
    content: "\E619";
    content: var(--collapse-fold-icon-content,"\E619")
}

.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before {
    content: "\E625";
    content: var(--collapse-unfold-icon-content,"\E625")
}

.next-collapse-disabled, .next-collapse-panel-disabled:not(:first-child) {
    border-color: #e1e1e1;
    border-color: var(--collapse-disabled-border-color,#e1e1e1)
}

.next-collapse-panel-disabled > .next-collapse-panel-title {
    cursor: not-allowed;
    background: #f3f3f3;
    background: var(--collapse-title-disabled-bg-color,#f3f3f3)
}

.next-collapse-panel-disabled .next-collapse-panel-icon, .next-collapse-panel-disabled > .next-collapse-panel-title {
    color: #666;
    color: var(--collapse-title-font-disabled-color,#666)
}

.next-collapse-panel-disabled .next-collapse-panel-title:hover {
    font-weight: 400;
    font-weight: var(--collapse-title-font-weight,normal)
}

    .next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon, .next-collapse-panel-disabled:hover {
        color: #666;
        color: var(--collapse-title-font-disabled-color,#666)
    }

.next-collapse-panel-disabled:hover {
    background: #f3f3f3;
    background: var(--collapse-title-disabled-bg-color,#f3f3f3)
}

.next-time-picker-menu {
    float: left;
    text-align: center
}

    .next-time-picker-menu:not(:last-child) {
        border-right: 1px solid #e1e1e1;
        border-right: var(--time-picker-menu-border-width,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e1e1e1)
    }

.next-time-picker-menu-title {
    cursor: default;
    height: 28px;
    height: var(--time-picker-menu-title-height,28px);
    line-height: 28px;
    line-height: var(--time-picker-menu-title-height,28px);
    font-size: 12px;
    font-size: var(--time-picker-menu-title-font-size,12px);
    font-weight: 400;
    font-weight: var(--time-pikcer-menu-title-font-weight,normal);
    color: #666;
    color: var(--time-picker-menu-title-color,#666);
    background: #f8f8f8;
    background: var(--time-picker-menu-title-background,#f8f8f8)
}

.next-time-picker-menu ul {
    position: relative;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: var(--time-picker-menu-item-font-size,14px);
    height: 196px;
    height: calc(var(--time-picker-menu-item-height, 28px)*7)
}

.next-time-picker-menu-item {
    cursor: pointer;
    height: 28px;
    height: var(--time-picker-menu-item-height,28px);
    line-height: 28px;
    line-height: var(--time-picker-menu-item-height,28px);
    -webkit-transition: background .1s linear;
    transition: background .1s linear;
    color: #333;
    color: var(--time-picker-menu-item-color,#333);
    background: #fff;
    background: var(--time-picker-menu-item-background,#fff);
    outline: none
}

    .next-time-picker-menu-item:hover {
        color: #333;
        color: var(--time-picker-menu-item-color-hover,#333);
        background: #f8f8f8;
        background: var(--time-picker-menu-item-background-hover,#f8f8f8)
    }

    .next-time-picker-menu-item.next-selected {
        font-weight: 600;
        font-weight: var(--time-picker-menu-item-font-weight-selected,600);
        color: #1047f5;
        color: var(--time-picker-menu-item-color-selected,#1047f5);
        background: #fff;
        background: var(--time-picker-menu-item-background-selected,#fff)
    }

    .next-time-picker-menu-item.next-disabled {
        cursor: not-allowed;
        color: #000;
        color: var(--time-picker-menu-item-color-disabled,#000);
        background: #f3f3f3;
        background: var(--time-picker-menu-item-background-disabled,#f3f3f3)
    }

.next-time-picker-panel, .next-time-picker-panel *, .next-time-picker-panel :after, .next-time-picker-panel :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .next-time-picker-panel:after {
        visibility: hidden;
        display: block;
        height: 0;
        font-size: 0;
        content: " ";
        clear: both
    }

.next-time-picker-panel-header {
    border-bottom: 1px solid transparent;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--popup-local-border-color,transparent)
}

.next-time-picker-panel-input.next-input {
    width: 100%;
    padding: 6px;
    border-color: transparent;
    vertical-align: middle
}

.next-time-picker-panel-col-3 .next-time-picker-menu {
    width: 33.33333%
}

.next-time-picker-panel-col-2 .next-time-picker-menu {
    width: 50%
}

.next-time-picker-panel-col-1 .next-time-picker-menu {
    width: 100%
}

.next-time-picker-body[dir=rtl] .next-time-picker-menu {
    float: right
}

    .next-time-picker-body[dir=rtl] .next-time-picker-menu:not(:last-child) {
        border-right: none;
        border-left: 1px solid #e1e1e1;
        border-left: var(--time-picker-menu-border-width,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e1e1e1)
    }

.next-time-picker {
    display: inline-block;
    width: 200px
}

    .next-time-picker, .next-time-picker *, .next-time-picker :after, .next-time-picker :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-time-picker-trigger .next-input {
    width: 100%
}

.next-time-picker-body {
    overflow: hidden;
    width: 200px;
    width: var(--time-picker-panel-width,200px);
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    background: #fff;
    background: var(--time-picker-panel-background,#fff);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14))
}

.next-time-picker-symbol-clock-icon:before {
    content: "\E621";
    content: var(--time-picker-clock-icon,"\E621")
}

.next-range-picker-panel-input-separator, .next-range-picker-trigger-separator {
    cursor: default;
    display: inline-block;
    text-align: center;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    width: 16px;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    vertical-align: middle
}

.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 {
    width: 100%;
    background: transparent
}

.next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input {
    width: 49%
}

    .next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
        margin-right: 2%
    }

.next-range-picker {
    display: inline-block;
    width: 336px
}

.next-range-picker-input {
    width: 100%
}

.next-range-picker-trigger {
    border: 1px solid #c8c8c8;
    border: var(--input-border-width,1px) solid var(--input-border-color,#c8c8c8);
    background-color: #fff;
    background-color: var(--input-bg-color,#fff)
}

    .next-range-picker-trigger:hover {
        border-color: #1047f5;
        border-color: var(--input-hover-border-color,#1047f5);
        background-color: #fff;
        background-color: var(--input-hover-bg-color,#fff)
    }

    .next-range-picker-trigger.next-error {
        border-color: #f33200;
        border-color: var(--input-feedback-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 {
    color: #666;
    color: var(--input-disabled-color,#666);
    cursor: not-allowed
}

    .next-range-picker.next-disabled .next-range-picker-trigger, .next-range-picker.next-disabled .next-range-picker-trigger:hover {
        border-color: #e1e1e1;
        border-color: var(--input-disabled-border-color,#e1e1e1);
        background-color: #f3f3f3;
        background-color: var(--input-disabled-bg-color,#f3f3f3)
    }

.next-range-picker.next-large .next-range-picker-panel-input, .next-range-picker.next-large .next-range-picker-trigger {
    border-radius: 4px;
    border-radius: var(--form-element-large-corner,4px)
}

.next-range-picker.next-medium .next-range-picker-panel-input, .next-range-picker.next-medium .next-range-picker-trigger {
    border-radius: 4px;
    border-radius: var(--form-element-medium-corner,4px)
}

.next-range-picker.next-small .next-range-picker-panel-input, .next-range-picker.next-small .next-range-picker-trigger {
    border-radius: 4px;
    border-radius: var(--form-element-small-corner,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 {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start {
    width: 50%;
    float: left
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start {
    border-right: 1px solid #c8c8c8;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--date-picker-panel-time-panel-separator-color,#c8c8c8)
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
    border-left: 1px solid #c8c8c8;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--date-picker-panel-time-panel-separator-color,#c8c8c8)
}

.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-right: 0;
        margin-left: 16px
    }

.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
    margin-left: 2%;
    margin-right: 0
}

.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-time-picker-menu {
    float: right
}

    .next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-time-picker-menu:not(:last-child) {
        border-right: none;
        border-left: 1px solid #e1e1e1;
        border-left: var(--time-picker-menu-border-width,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e1e1e1)
    }

.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-right: 0;
        margin-left: 16px
    }

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
    margin-right: 0;
    margin-left: 8px
}

.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-right: none;
    border-left: 1px solid #c8c8c8;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--date-picker-panel-time-panel-separator-color,#c8c8c8)
}

.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 #c8c8c8;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--date-picker-panel-time-panel-separator-color,#c8c8c8)
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu {
    float: right
}

    .next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu:not(:last-child) {
        border-right: none;
        border-left: 1px solid #e1e1e1;
        border-left: var(--time-picker-menu-border-width,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e1e1e1)
    }

.next-date-picker, .next-date-picker *, .next-date-picker :after, .next-date-picker :before, .next-month-picker, .next-month-picker *, .next-month-picker :after, .next-month-picker :before, .next-range-picker, .next-range-picker *, .next-range-picker :after, .next-range-picker :before, .next-week-picker, .next-week-picker *, .next-week-picker :after, .next-week-picker :before, .next-year-picker, .next-year-picker *, .next-year-picker :after, .next-year-picker :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-date-picker-body, .next-month-picker-body, .next-range-picker-body, .next-week-picker-body, .next-year-picker-body {
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    background: #fff;
    background: var(--date-picker-panel-background,#fff)
}

.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-footer, .next-date-picker-panel-time, .next-month-picker-panel-footer, .next-month-picker-panel-time, .next-range-picker-panel-footer, .next-range-picker-panel-time, .next-week-picker-panel-footer, .next-week-picker-panel-time, .next-year-picker-panel-footer, .next-year-picker-panel-time {
    border-top: 0 solid transparent;
    border-top: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,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 {
    text-align: right;
    padding: 12px;
    padding: var(--date-picker-panel-footer-padding-tb,12px) var(--date-picker-panel-footer-padding-lr,12px)
}

    .next-date-picker-panel-footer > .next-btn:not(:last-child), .next-date-picker-panel-tools > .next-btn:not(:last-child), .next-month-picker-panel-footer > .next-btn:not(:last-child), .next-month-picker-panel-tools > .next-btn:not(:last-child), .next-range-picker-panel-footer > .next-btn:not(:last-child), .next-range-picker-panel-tools > .next-btn:not(:last-child), .next-week-picker-panel-footer > .next-btn:not(:last-child), .next-week-picker-panel-tools > .next-btn:not(:last-child), .next-year-picker-panel-footer > .next-btn:not(:last-child), .next-year-picker-panel-tools > .next-btn:not(:last-child) {
        margin-right: 16px
    }

.next-date-picker-panel-tools, .next-month-picker-panel-tools, .next-range-picker-panel-tools, .next-week-picker-panel-tools, .next-year-picker-panel-tools {
    float: left
}

.next-date-picker .next-calendar-panel-header, .next-month-picker .next-calendar-panel-header, .next-range-picker .next-calendar-panel-header, .next-week-picker .next-calendar-panel-header, .next-year-picker .next-calendar-panel-header {
    margin-left: 0;
    margin-left: calc(0px - var(--popup-local-border-width, 0px));
    margin-right: 0;
    margin-right: calc(0px - var(--popup-local-border-width, 0px))
}

.next-date-picker .next-input input, .next-month-picker .next-input input, .next-range-picker .next-input input, .next-week-picker .next-input input, .next-year-picker .next-input input {
    vertical-align: baseline
}

.next-date-picker-symbol-calendar-icon:before, .next-month-picker-symbol-calendar-icon:before, .next-range-picker-symbol-calendar-icon:before, .next-week-picker-symbol-calendar-icon:before, .next-year-picker-symbol-calendar-icon:before {
    content: "\E607";
    content: var(--date-picker-calendar-icon,"\E607")
}

.next-range-picker-panel-body .next-calendar {
    display: inline-block;
    width: 50%
}

.next-message {
    position: relative;
    display: block;
    vertical-align: baseline;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

    .next-message, .next-message *, .next-message :after, .next-message :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-message:after {
            visibility: hidden;
            display: block;
            height: 0;
            font-size: 0;
            content: " ";
            clear: both
        }

        .next-message .next-message-close {
            color: #666;
            color: var(--message-close-icon-color,#666);
            font-size: 0;
            position: absolute;
            cursor: pointer
        }

            .next-message .next-message-close .next-icon-close {
                width: 12px;
                height: 12px;
                line-height: 1em
            }

                .next-message .next-message-close .next-icon-close:before {
                    width: 12px;
                    height: 12px;
                    font-size: 12px;
                    line-height: 1em
                }

            .next-message .next-message-close:hover {
                color: #1047f5;
                color: var(--message-hover-close-icon-color,#1047f5)
            }

        .next-message.next-message-success.next-inline {
            background-color: #eefaf5;
            background-color: var(--message-success-color-bg-inline,#eefaf5);
            border-color: #eefaf5;
            border-color: var(--message-success-color-border-inline,#eefaf5);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-success.next-inline .next-message-title {
                color: #000;
                color: var(--message-success-color-title-inline,#000)
            }

            .next-message.next-message-success.next-inline .next-message-content {
                color: #333;
                color: var(--message-success-color-content-inline,#333)
            }

            .next-message.next-message-success.next-inline .next-message-symbol {
                color: #04c3b3;
                color: var(--message-success-color-icon-inline,#04c3b3)
            }

            .next-message.next-message-success.next-inline .next-message-symbol-icon:before {
                content: "\E79C";
                content: var(--message-success-icon-content,"\E79C")
            }

        .next-message.next-message-success.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-success.next-addon .next-message-title {
                color: #000;
                color: var(--message-success-color-title-addon,#000)
            }

            .next-message.next-message-success.next-addon .next-message-content {
                color: #333;
                color: var(--message-success-color-content-addon,#333)
            }

            .next-message.next-message-success.next-addon .next-message-symbol {
                color: #04c3b3;
                color: var(--message-success-color-icon-addon,#04c3b3)
            }

            .next-message.next-message-success.next-addon .next-message-symbol-icon:before {
                content: "\E79C";
                content: var(--message-success-icon-content,"\E79C")
            }

        .next-message.next-message-success.next-toast {
            background-color: #fff;
            background-color: var(--message-success-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-success-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-success.next-toast .next-message-title {
                color: #000;
                color: var(--message-success-color-title-toast,#000)
            }

            .next-message.next-message-success.next-toast .next-message-content {
                color: #333;
                color: var(--message-success-color-content-toast,#333)
            }

            .next-message.next-message-success.next-toast .next-message-symbol {
                color: #04c3b3;
                color: var(--message-success-color-icon-toast,#04c3b3)
            }

            .next-message.next-message-success.next-toast .next-message-symbol-icon:before {
                content: "\E79C";
                content: var(--message-success-icon-content,"\E79C")
            }

        .next-message.next-message-warning.next-inline {
            background-color: #fff5ed;
            background-color: var(--message-warning-color-bg-inline,#fff5ed);
            border-color: #fff5ed;
            border-color: var(--message-warning-color-border-inline,#fff5ed);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-warning.next-inline .next-message-title {
                color: #000;
                color: var(--message-warning-color-title-inline,#000)
            }

            .next-message.next-message-warning.next-inline .next-message-content {
                color: #333;
                color: var(--message-warning-color-content-inline,#333)
            }

            .next-message.next-message-warning.next-inline .next-message-symbol {
                color: #ff6a00;
                color: var(--message-warning-color-icon-inline,#ff6a00)
            }

            .next-message.next-message-warning.next-inline .next-message-symbol-icon:before {
                content: "\E7F0";
                content: var(--message-warning-icon-content,"\E7F0")
            }

        .next-message.next-message-warning.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-warning.next-addon .next-message-title {
                color: #000;
                color: var(--message-warning-color-title-addon,#000)
            }

            .next-message.next-message-warning.next-addon .next-message-content {
                color: #333;
                color: var(--message-warning-color-content-addon,#333)
            }

            .next-message.next-message-warning.next-addon .next-message-symbol {
                color: #ff6a00;
                color: var(--message-warning-color-icon-addon,#ff6a00)
            }

            .next-message.next-message-warning.next-addon .next-message-symbol-icon:before {
                content: "\E7F0";
                content: var(--message-warning-icon-content,"\E7F0")
            }

        .next-message.next-message-warning.next-toast {
            background-color: #fff;
            background-color: var(--message-warning-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-warning-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-warning.next-toast .next-message-title {
                color: #000;
                color: var(--message-warning-color-title-toast,#000)
            }

            .next-message.next-message-warning.next-toast .next-message-content {
                color: #333;
                color: var(--message-warning-color-content-toast,#333)
            }

            .next-message.next-message-warning.next-toast .next-message-symbol {
                color: #ff6a00;
                color: var(--message-warning-color-icon-toast,#ff6a00)
            }

            .next-message.next-message-warning.next-toast .next-message-symbol-icon:before {
                content: "\E7F0";
                content: var(--message-warning-icon-content,"\E7F0")
            }

        .next-message.next-message-error.next-inline {
            background-color: #fff5f5;
            background-color: var(--message-error-color-bg-inline,#fff5f5);
            border-color: #fff5f5;
            border-color: var(--message-error-color-border-inline,#fff5f5);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-error.next-inline .next-message-title {
                color: #000;
                color: var(--message-error-color-title-inline,#000)
            }

            .next-message.next-message-error.next-inline .next-message-content {
                color: #333;
                color: var(--message-error-color-content-inline,#333)
            }

            .next-message.next-message-error.next-inline .next-message-symbol {
                color: #f33200;
                color: var(--message-error-color-icon-inline,#f33200)
            }

            .next-message.next-message-error.next-inline .next-message-symbol-icon:before {
                content: "\E79B";
                content: var(--message-error-icon-content,"\E79B")
            }

        .next-message.next-message-error.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-error.next-addon .next-message-title {
                color: #000;
                color: var(--message-error-color-title-addon,#000)
            }

            .next-message.next-message-error.next-addon .next-message-content {
                color: #333;
                color: var(--message-error-color-content-addon,#333)
            }

            .next-message.next-message-error.next-addon .next-message-symbol {
                color: #f33200;
                color: var(--message-error-color-icon-addon,#f33200)
            }

            .next-message.next-message-error.next-addon .next-message-symbol-icon:before {
                content: "\E79B";
                content: var(--message-error-icon-content,"\E79B")
            }

        .next-message.next-message-error.next-toast {
            background-color: #fff;
            background-color: var(--message-error-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-error-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-error.next-toast .next-message-title {
                color: #000;
                color: var(--message-error-color-title-toast,#000)
            }

            .next-message.next-message-error.next-toast .next-message-content {
                color: #333;
                color: var(--message-error-color-content-toast,#333)
            }

            .next-message.next-message-error.next-toast .next-message-symbol {
                color: #f33200;
                color: var(--message-error-color-icon-toast,#f33200)
            }

            .next-message.next-message-error.next-toast .next-message-symbol-icon:before {
                content: "\E79B";
                content: var(--message-error-icon-content,"\E79B")
            }

        .next-message.next-message-notice.next-inline {
            background-color: #eef3ff;
            background-color: var(--message-notice-color-bg-inline,#eef3ff);
            border-color: #eef3ff;
            border-color: var(--message-notice-color-border-inline,#eef3ff);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-notice.next-inline .next-message-title {
                color: #000;
                color: var(--message-notice-color-title-inline,#000)
            }

            .next-message.next-message-notice.next-inline .next-message-content {
                color: #333;
                color: var(--message-notice-color-content-inline,#333)
            }

            .next-message.next-message-notice.next-inline .next-message-symbol {
                color: #1047f5;
                color: var(--message-notice-color-icon-inline,#1047f5)
            }

            .next-message.next-message-notice.next-inline .next-message-symbol-icon:before {
                content: "\E60C";
                content: var(--message-notice-icon-content,"\E60C")
            }

        .next-message.next-message-notice.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-notice.next-addon .next-message-title {
                color: #000;
                color: var(--message-notice-color-title-addon,#000)
            }

            .next-message.next-message-notice.next-addon .next-message-content {
                color: #333;
                color: var(--message-notice-color-content-addon,#333)
            }

            .next-message.next-message-notice.next-addon .next-message-symbol {
                color: #1047f5;
                color: var(--message-notice-color-icon-addon,#1047f5)
            }

            .next-message.next-message-notice.next-addon .next-message-symbol-icon:before {
                content: "\E60C";
                content: var(--message-notice-icon-content,"\E60C")
            }

        .next-message.next-message-notice.next-toast {
            background-color: #fff;
            background-color: var(--message-notice-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-notice-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-notice.next-toast .next-message-title {
                color: #000;
                color: var(--message-notice-color-title-toast,#000)
            }

            .next-message.next-message-notice.next-toast .next-message-content {
                color: #333;
                color: var(--message-notice-color-content-toast,#333)
            }

            .next-message.next-message-notice.next-toast .next-message-symbol {
                color: #1047f5;
                color: var(--message-notice-color-icon-toast,#1047f5)
            }

            .next-message.next-message-notice.next-toast .next-message-symbol-icon:before {
                content: "\E60C";
                content: var(--message-notice-icon-content,"\E60C")
            }

        .next-message.next-message-help.next-inline {
            background-color: #eefaf5;
            background-color: var(--message-help-color-bg-inline,#eefaf5);
            border-color: #eefaf5;
            border-color: var(--message-help-color-border-inline,#eefaf5);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-help.next-inline .next-message-title {
                color: #000;
                color: var(--message-help-color-title-inline,#000)
            }

            .next-message.next-message-help.next-inline .next-message-content {
                color: #333;
                color: var(--message-help-color-content-inline,#333)
            }

            .next-message.next-message-help.next-inline .next-message-symbol {
                color: #04c3b3;
                color: var(--message-help-color-icon-inline,#04c3b3)
            }

            .next-message.next-message-help.next-inline .next-message-symbol-icon:before {
                content: "\E7E7";
                content: var(--message-help-icon-content,"\E7E7")
            }

        .next-message.next-message-help.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-help.next-addon .next-message-title {
                color: #000;
                color: var(--message-help-color-title-addon,#000)
            }

            .next-message.next-message-help.next-addon .next-message-content {
                color: #333;
                color: var(--message-help-color-content-addon,#333)
            }

            .next-message.next-message-help.next-addon .next-message-symbol {
                color: #04c3b3;
                color: var(--message-help-color-icon-addon,#04c3b3)
            }

            .next-message.next-message-help.next-addon .next-message-symbol-icon:before {
                content: "\E7E7";
                content: var(--message-help-icon-content,"\E7E7")
            }

        .next-message.next-message-help.next-toast {
            background-color: #fff;
            background-color: var(--message-help-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-help-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-help.next-toast .next-message-title {
                color: #000;
                color: var(--message-help-color-title-toast,#000)
            }

            .next-message.next-message-help.next-toast .next-message-content {
                color: #333;
                color: var(--message-help-color-content-toast,#333)
            }

            .next-message.next-message-help.next-toast .next-message-symbol {
                color: #04c3b3;
                color: var(--message-help-color-icon-toast,#04c3b3)
            }

            .next-message.next-message-help.next-toast .next-message-symbol-icon:before {
                content: "\E7E7";
                content: var(--message-help-icon-content,"\E7E7")
            }

        .next-message.next-message-loading.next-inline {
            background-color: #fff;
            background-color: var(--message-loading-color-bg-inline,#fff);
            border-color: #fff;
            border-color: var(--message-loading-color-border-inline,#fff);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-loading.next-inline .next-message-title {
                color: #000;
                color: var(--message-loading-color-title-inline,#000)
            }

            .next-message.next-message-loading.next-inline .next-message-content {
                color: #333;
                color: var(--message-loading-color-content-inline,#333)
            }

            .next-message.next-message-loading.next-inline .next-message-symbol {
                color: #1047f5;
                color: var(--message-loading-color-icon-inline,#1047f5)
            }

            .next-message.next-message-loading.next-inline .next-message-symbol-icon:before {
                content: "\E646";
                content: var(--message-loading-icon-content,"\E646");
                -webkit-animation: loadingCircle 1s linear infinite;
                animation: loadingCircle 1s linear infinite
            }

        .next-message.next-message-loading.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-loading.next-addon .next-message-title {
                color: #000;
                color: var(--message-loading-color-title-addon,#000)
            }

            .next-message.next-message-loading.next-addon .next-message-content {
                color: #333;
                color: var(--message-loading-color-content-addon,#333)
            }

            .next-message.next-message-loading.next-addon .next-message-symbol {
                color: #1047f5;
                color: var(--message-loading-color-icon-addon,#1047f5)
            }

            .next-message.next-message-loading.next-addon .next-message-symbol-icon:before {
                content: "\E646";
                content: var(--message-loading-icon-content,"\E646");
                -webkit-animation: loadingCircle 1s linear infinite;
                animation: loadingCircle 1s linear infinite
            }

        .next-message.next-message-loading.next-toast {
            background-color: #fff;
            background-color: var(--message-loading-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-loading-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-loading.next-toast .next-message-title {
                color: #000;
                color: var(--message-loading-color-title-toast,#000)
            }

            .next-message.next-message-loading.next-toast .next-message-content {
                color: #333;
                color: var(--message-loading-color-content-toast,#333)
            }

            .next-message.next-message-loading.next-toast .next-message-symbol {
                color: #1047f5;
                color: var(--message-loading-color-icon-toast,#1047f5)
            }

            .next-message.next-message-loading.next-toast .next-message-symbol-icon:before {
                content: "\E646";
                content: var(--message-loading-icon-content,"\E646");
                -webkit-animation: loadingCircle 1s linear infinite;
                animation: loadingCircle 1s linear infinite
            }

        .next-message.next-medium {
            border-width: 1px;
            border-width: var(--message-size-m-border-width,1px);
            padding: 12px;
            padding: var(--message-size-m-padding,12px)
        }

            .next-message.next-medium .next-message-symbol {
                float: left;
                line-height: 16px;
                line-height: var(--message-size-m-icon,16px)
            }

                .next-message.next-medium .next-message-symbol .next-icon-remote, .next-message.next-medium .next-message-symbol:before {
                    width: 16px;
                    width: var(--message-size-m-icon,16px);
                    font-size: 16px;
                    font-size: var(--message-size-m-icon,16px);
                    line-height: inherit
                }

            .next-message.next-medium .next-message-title {
                font-size: 14px;
                font-size: var(--message-size-m-title-font,14px);
                line-height: 14px;
                line-height: var(--message-size-m-title-font,14px)
            }

            .next-message.next-medium .next-message-content, .next-message.next-medium .next-message-title {
                padding: 0 12px 0 28px;
                padding: 0 var(--message-size-m-title-content-padding-right,12px) 0 calc(var(--message-size-m-title-content-padding-left, 12px) + var(--message-size-m-icon, 16px))
            }

            .next-message.next-medium .next-message-content {
                margin-top: 8px;
                margin-top: var(--message-size-m-content-margin-top,8px);
                font-size: 12px;
                font-size: var(--message-size-m-content-font,12px);
                line-height: 1.5;
                line-height: var(--font-lineheight-2,1.5)
            }

            .next-message.next-medium .next-message-symbol + .next-message-content {
                margin-top: 0
            }

            .next-message.next-medium.next-only-content .next-message-content, .next-message.next-medium.next-title-content .next-message-title {
                line-height: 16px;
                line-height: var(--message-size-m-icon,16px)
            }

            .next-message.next-medium .next-message-close {
                top: 12px;
                top: var(--message-size-m-close-top,12px);
                right: 12px;
                right: var(--message-size-m-close-right,12px)
            }

            .next-message.next-medium.next-inline {
                border-radius: 4px;
                border-radius: var(--message-size-m-border-radius,4px)
            }

            .next-message.next-medium.next-toast {
                border-radius: 4px;
                border-radius: var(--message-size-m-border-radius-toast,4px)
            }

        .next-message.next-large {
            border-width: 2px;
            border-width: var(--message-size-l-border-width,2px);
            padding: 16px;
            padding: var(--message-size-l-padding,16px)
        }

            .next-message.next-large .next-message-symbol {
                float: left;
                line-height: 20px;
                line-height: var(--message-size-l-icon,20px)
            }

                .next-message.next-large .next-message-symbol .next-icon-remote, .next-message.next-large .next-message-symbol:before {
                    width: 20px;
                    width: var(--message-size-l-icon,20px);
                    font-size: 20px;
                    font-size: var(--message-size-l-icon,20px);
                    line-height: inherit
                }

            .next-message.next-large .next-message-title {
                font-size: 18px;
                font-size: var(--message-size-l-title-font,18px);
                line-height: 18px;
                line-height: var(--message-size-l-title-font,18px)
            }

            .next-message.next-large .next-message-content, .next-message.next-large .next-message-title {
                padding: 0 20px 0 32px;
                padding: 0 var(--message-size-l-title-content-padding-right,20px) 0 calc(var(--message-size-l-title-content-padding-left, 12px) + var(--message-size-l-icon, 20px))
            }

            .next-message.next-large .next-message-content {
                margin-top: 12px;
                margin-top: var(--message-size-l-content-margin-top,12px);
                font-size: 14px;
                font-size: var(--message-size-l-content-font,14px);
                line-height: 1.5;
                line-height: var(--font-lineheight-2,1.5)
            }

            .next-message.next-large .next-message-symbol + .next-message-content {
                margin-top: 0
            }

            .next-message.next-large.next-only-content .next-message-content, .next-message.next-large.next-title-content .next-message-title {
                line-height: 20px;
                line-height: var(--message-size-l-icon,20px)
            }

            .next-message.next-large .next-message-close {
                top: 12px;
                top: var(--message-size-l-close-top,12px);
                right: 12px;
                right: var(--message-size-l-close-right,12px)
            }

            .next-message.next-large.next-inline {
                border-radius: 4px;
                border-radius: var(--message-size-l-border-radius,4px)
            }

            .next-message.next-large.next-toast {
                border-radius: 4px;
                border-radius: var(--message-size-l-border-radius-toast,4px)
            }

        .next-message[dir=rtl] .next-message-symbol {
            float: right
        }

        .next-message[dir=rtl].next-medium .next-message-title {
            padding: 0 28px 0 12px;
            padding: 0 calc(var(--message-size-m-title-content-padding-left, 12px) + var(--message-size-m-icon, 16px)) 0 var(--message-size-m-title-content-padding-right,12px)
        }

        .next-message[dir=rtl].next-medium .next-message-close {
            left: 12px;
            left: var(--message-size-m-close-right,12px);
            right: auto
        }

        .next-message[dir=rtl].next-large .next-message-title {
            padding: 0 32px 0 20px;
            padding: 0 calc(var(--message-size-l-title-content-padding-left, 12px) + var(--message-size-l-icon, 20px)) 0 var(--message-size-l-title-content-padding-right,20px)
        }

        .next-message[dir=rtl].next-large .next-message-close {
            left: 12px;
            left: var(--message-size-l-close-right,12px);
            right: auto
        }

.next-message-wrapper-v2 {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    z-index: 1001;
    width: 100%;
    pointer-events: none
}

.next-message-list {
    padding: 8px;
    text-align: center
}

    .next-message-list .next-message {
        display: inline-block;
        pointer-events: all
    }

.next-message-fade-leave {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

    .next-message-fade-leave.next-message-fade-leave-active {
        -webkit-animation-name: MessageFadeOut;
        animation-name: MessageFadeOut;
        -webkit-animation-play-state: running;
        animation-play-state: running
    }

@-webkit-keyframes MessageFadeOut {
    0% {
        max-height: 150px;
        margin-bottom: 16px;
        opacity: 1
    }

    to {
        max-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0
    }
}

@keyframes MessageFadeOut {
    0% {
        max-height: 150px;
        margin-bottom: 16px;
        opacity: 1
    }

    to {
        max-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0
    }
}

.next-dialog[dir=rtl], .next-dialog[dir=rtl] .next-dialog-footer.next-align-left {
    text-align: right
}

    .next-dialog[dir=rtl] .next-dialog-footer.next-align-center {
        text-align: center
    }

    .next-dialog[dir=rtl] .next-dialog-footer.next-align-right {
        text-align: left
    }

    .next-dialog[dir=rtl] .next-dialog-btn + .next-dialog-btn {
        margin-right: 4px;
        margin-left: 0
    }

    .next-dialog[dir=rtl] .next-dialog-close {
        left: 24px;
        left: var(--dialog-close-right,24px);
        right: auto
    }

.next-dialog {
    position: fixed;
    z-index: 1001;
    background: #fff;
    background: var(--dialog-bg,#fff);
    border: 1px solid #fff;
    border: var(--dialog-border-width,1px) var(--dialog-border-style,solid) var(--dialog-border-color,#fff);
    border-radius: 8px;
    border-radius: var(--dialog-corner,8px);
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--dialog-shadow,4px 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--dialog-shadow,4px 4px 8px 0 rgba(0,0,0,.14));
    text-align: left;
    overflow: hidden;
    max-width: 90%
}

    .next-dialog, .next-dialog *, .next-dialog :after, .next-dialog :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-dialog-header {
    padding: 24px 24px 16px;
    padding: var(--dialog-title-padding-top,24px) var(--dialog-title-padding-left-right,24px) var(--dialog-title-padding-bottom,16px) var(--dialog-title-padding-left-right,24px);
    border-bottom: 0 solid transparent;
    border-bottom: var(--dialog-title-border-width,0) var(--line-solid,solid) var(--dialog-title-border-color,transparent);
    font-size: 18px;
    font-size: var(--dialog-title-font-size,18px);
    font-weight: 500;
    font-weight: var(--dialog-title-font-weight,500);
    background: transparent;
    background: var(--dialog-title-bg-color,transparent);
    color: #000;
    color: var(--dialog-title-color,#000)
}

.next-dialog-body {
    padding: 0 24px;
    padding: var(--dialog-content-padding-top,0) var(--dialog-content-padding-left-right,24px) var(--dialog-content-padding-bottom,0) var(--dialog-content-padding-left-right,24px);
    font-size: 14px;
    font-size: var(--dialog-content-font-size,14px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    color: #333;
    color: var(--dialog-content-color,#333)
}

.next-dialog-body-no-footer {
    margin-bottom: 24px;
    margin-bottom: var(--dialog-content-margin-bottom-no-footer,24px)
}

.next-dialog-footer {
    padding: 24px;
    padding: var(--dialog-footer-padding-top,24px) var(--dialog-footer-padding-left-right,24px) var(--dialog-footer-padding-bottom,24px) var(--dialog-footer-padding-left-right,24px);
    border-top: 0 solid transparent;
    border-top: var(--dialog-footer-border-width,0) var(--line-solid,solid) var(--dialog-footer-border-color,transparent);
    background: transparent;
    background: var(--dialog-footer-bg-color,transparent)
}

    .next-dialog-footer.next-align-left {
        text-align: left
    }

    .next-dialog-footer.next-align-center {
        text-align: center
    }

    .next-dialog-footer.next-align-right {
        text-align: right
    }

.next-dialog-footer-fixed-height {
    position: absolute;
    width: 100%;
    bottom: 0
}

.next-dialog-btn + .next-dialog-btn {
    margin-left: 8px;
    margin-left: var(--dialog-footer-button-spacing,8px)
}

.next-dialog-close {
    position: absolute;
    top: 24px;
    top: var(--dialog-close-top,24px);
    right: 24px;
    right: var(--dialog-close-right,24px);
    width: 20px;
    width: var(--dialog-close-width,20px);
    cursor: pointer
}

    .next-dialog-close, .next-dialog-close:link, .next-dialog-close:visited {
        height: 20px;
        height: var(--dialog-close-width,20px);
        color: #1f1f49;
        color: var(--dialog-close-color,#1f1f49)
    }

        .next-dialog-close:hover {
            background: transparent;
            background: var(--dialog-close-bg-hovered,transparent);
            color: #333;
            color: var(--dialog-close-color-hovered,#333)
        }

        .next-dialog-close .next-dialog-close-icon.next-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -10px;
            margin-top: calc(0px - var(--dialog-close-size, 20px)/2);
            margin-left: -10px;
            margin-left: calc(0px - var(--dialog-close-size, 20px)/2);
            width: 20px;
            width: var(--dialog-close-size,20px);
            height: 20px;
            height: var(--dialog-close-size,20px);
            line-height: 1em
        }

            .next-dialog-close .next-dialog-close-icon.next-icon:before {
                width: 20px;
                width: var(--dialog-close-size,20px);
                height: 20px;
                height: var(--dialog-close-size,20px);
                font-size: 20px;
                font-size: var(--dialog-close-size,20px);
                line-height: 1em
            }

.next-dialog-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    padding: 40px;
    overflow: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .next-dialog-container:before {
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
        content: ""
    }

    .next-dialog-container .next-dialog {
        display: inline-block;
        position: relative;
        vertical-align: middle
    }

.next-dialog-quick .next-dialog-body {
    padding: 20px;
    padding: var(--dialog-message-content-padding-top,20px) var(--dialog-message-content-padding-left-right,20px) var(--dialog-message-content-padding-bottom,20px) var(--dialog-message-content-padding-left-right,20px)
}

.next-dialog .next-dialog-message.next-message {
    min-width: 300px;
    padding: 0
}

.next-dialog-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto
}

.next-dialog-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 100px;
    pointer-events: none;
    padding-bottom: 24px
}

.next-dialog-v2 {
    pointer-events: auto;
    margin: 0 auto
}

    .next-dialog-v2 .next-dialog-header {
        word-break: break-word
    }

    .next-dialog-v2 .next-dialog-body, .next-dialog-v2 .next-dialog-header {
        padding-right: 68px;
        padding-right: calc(var(--dialog-close-right, 24px)*2 + var(--dialog-close-width, 20px))
    }

        .next-dialog-v2 .next-dialog-header + .next-dialog-body {
            padding: 0 24px;
            padding: var(--dialog-content-padding-top,0) var(--dialog-content-padding-left-right,24px) var(--dialog-content-padding-bottom,0) var(--dialog-content-padding-left-right,24px)
        }

        .next-dialog-v2 .next-dialog-header + .next-dialog-body-no-footer {
            margin-bottom: 24px;
            margin-bottom: var(--dialog-content-margin-bottom-no-footer,24px)
        }

.next-dialog.next-dialog-v2 {
    position: relative
}

.next-dialog-centered {
    text-align: center
}

    .next-dialog-centered:before {
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
        content: ""
    }

    .next-dialog-centered .next-dialog-v2 {
        margin: 40px 0;
        display: inline-block;
        text-align: left;
        vertical-align: middle
    }

.next-drawer {
    position: fixed;
    z-index: 1001;
    background: #fff;
    background: var(--drawer-bg,#fff);
    border: 1px solid #fff;
    border: var(--drawer-border-width,1px) var(--drawer-border-style,solid) var(--drawer-border-color,#fff);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    -webkit-box-shadow: var(--drawer-shadow,0 4px 8px 0 rgba(0,0,0,.08));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    box-shadow: var(--drawer-shadow,0 4px 8px 0 rgba(0,0,0,.08));
    overflow: auto;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

    .next-drawer, .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 {
    padding: 16px 20px 12px;
    padding: var(--drawer-title-padding-top,16px) var(--drawer-title-padding-left-right,20px) var(--drawer-title-padding-bottom,12px) var(--drawer-title-padding-left-right,20px);
    border-bottom: 1px solid #fff;
    border-bottom: var(--drawer-title-border-width,1px) var(--line-solid,solid) var(--drawer-title-border-color,#fff);
    font-size: 18px;
    font-size: var(--drawer-title-font-size,18px);
    background: #fff;
    background: var(--drawer-title-bg-color,#fff);
    color: #000;
    color: var(--drawer-title-color,#000)
}

.next-drawer-no-title {
    padding: 0;
    border-bottom: 0
}

.next-drawer-body {
    padding: 8px 20px 20px;
    padding: var(--drawer-content-padding-top,8px) var(--drawer-content-padding-left-right,20px) var(--drawer-content-padding-bottom,20px) var(--drawer-content-padding-left-right,20px);
    font-size: 14px;
    font-size: var(--drawer-content-font-size,14px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    color: #333;
    color: var(--drawer-content-color,#333)
}

.next-drawer-close {
    position: absolute;
    top: 20px;
    top: var(--drawer-close-top,20px);
    right: 20px;
    right: var(--drawer-close-right,20px);
    width: 16px;
    cursor: pointer
}

    .next-drawer-close, .next-drawer-close:link, .next-drawer-close:visited {
        height: 16px;
        color: #333;
        color: var(--drawer-close-color,#333)
    }

        .next-drawer-close:hover {
            background: transparent;
            background: var(--drawer-close-bg-hovered,transparent);
            color: #1047f5;
            color: var(--drawer-close-color-hovered,#1047f5)
        }

        .next-drawer-close .next-drawer-close-icon.next-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -8px;
            margin-top: calc(0px - var(--drawer-close-size, 16px)/2);
            margin-left: -8px;
            margin-left: calc(0px - var(--drawer-close-size, 16px)/2);
            width: 16px;
            width: var(--drawer-close-size,16px);
            height: 16px;
            height: var(--drawer-close-size,16px);
            line-height: 1em
        }

            .next-drawer-close .next-drawer-close-icon.next-icon:before {
                width: 16px;
                width: var(--drawer-close-size,16px);
                height: 16px;
                height: var(--drawer-close-size,16px);
                font-size: 16px;
                font-size: var(--drawer-close-size,16px);
                line-height: 1em
            }

.next-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .next-row, .next-row *, .next-row :after, .next-row :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-row.next-row-wrap {
            -ms-flex-wrap: wrap;
            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%;
    width: 4.16667%;
    max-width: 4.16667%
}

.next-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%
}

.next-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%
}

.next-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%
}

.next-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%
}

.next-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%
}

.next-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%
}

.next-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%
}

.next-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%
}

.next-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%
}

.next-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%
}

.next-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%
}

.next-col-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%
}

.next-col-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%
}

.next-col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%
}

.next-col-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%
}

.next-col-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%
}

.next-col-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%
}

.next-col-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%
}

.next-col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%
}

.next-col-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%
}

.next-col-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%
}

.next-col-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%
}

.next-col-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-xxs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-xxs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-xxs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-xxs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-xxs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-xxs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-xxs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-xxs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-xxs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-xxs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-xxs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-xxs-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-xxs-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-xxs-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-xxs-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-xxs-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-xxs-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-xxs-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-xxs-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-xxs-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-xxs-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-xxs-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-xxs-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-xs-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-xs-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-xs-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-xs-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-xs-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-xs-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-xs-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-xs-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-xs-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-xs-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-xs-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-xs-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-s-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-s-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-s-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-s-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-s-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-s-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-s-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-s-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-s-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-s-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-s-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-s-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-s-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-s-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-s-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-s-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-s-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-s-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-s-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-s-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-s-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-s-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-s-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-m-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-m-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-m-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-m-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-m-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-m-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-m-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-m-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-m-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-m-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-m-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-m-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-m-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-m-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-m-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-m-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-m-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-m-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-m-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-m-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-m-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-m-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-m-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-l-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-l-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-l-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-l-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-l-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-l-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-l-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-l-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-l-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-l-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-l-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-l-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-l-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-l-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-l-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-l-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-l-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-l-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-l-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-l-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-l-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-l-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-l-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-xl-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-xl-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-xl-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-xl-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-xl-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-xl-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-xl-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-xl-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-xl-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-xl-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-xl-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

.next-col-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%
}

.next-col-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%
}

.next-col-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%
}

.next-col-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%
}

.next-col-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%
}

@media (min-width:320px) {
    .next-col-xxs-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-xxs-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-xxs-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-xxs-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-xxs-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:480px) {
    .next-col-xs-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-xs-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-xs-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-xs-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-xs-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:720px) {
    .next-col-s-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-s-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-s-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-s-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-s-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:990px) {
    .next-col-m-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-m-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-m-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-m-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-m-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .next-col-l-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-l-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-l-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-l-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-l-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:1500px) {
    .next-col-xl-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-xl-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-xl-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-xl-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-xl-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

.next-col-fixed-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    max-width: 20px
}

.next-col-fixed-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    max-width: 40px
}

.next-col-fixed-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    max-width: 60px
}

.next-col-fixed-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px
}

.next-col-fixed-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px
}

.next-col-fixed-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px
}

.next-col-fixed-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    width: 140px;
    max-width: 140px
}

.next-col-fixed-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
    max-width: 160px
}

.next-col-fixed-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    width: 180px;
    max-width: 180px
}

.next-col-fixed-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px
}

.next-col-fixed-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    width: 220px;
    max-width: 220px
}

.next-col-fixed-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    width: 240px;
    max-width: 240px
}

.next-col-fixed-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    width: 260px;
    max-width: 260px
}

.next-col-fixed-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px
}

.next-col-fixed-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px
}

.next-col-fixed-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    width: 320px;
    max-width: 320px
}

.next-col-fixed-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    width: 340px;
    max-width: 340px
}

.next-col-fixed-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    width: 360px;
    max-width: 360px
}

.next-col-fixed-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    width: 380px;
    max-width: 380px
}

.next-col-fixed-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    width: 400px;
    max-width: 400px
}

.next-col-fixed-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    width: 420px;
    max-width: 420px
}

.next-col-fixed-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
    width: 440px;
    max-width: 440px
}

.next-col-fixed-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    width: 460px;
    max-width: 460px
}

.next-col-fixed-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    width: 480px;
    max-width: 480px
}

.next-col-fixed-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    width: 500px;
    max-width: 500px
}

.next-col-fixed-26 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
    width: 520px;
    max-width: 520px
}

.next-col-fixed-27 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    width: 540px;
    max-width: 540px
}

.next-col-fixed-28 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
    width: 560px;
    max-width: 560px
}

.next-col-fixed-29 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
    width: 580px;
    max-width: 580px
}

.next-col-fixed-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    width: 600px;
    max-width: 600px
}

.next-col-offset-1 {
    margin-left: 4.16667%
}

.next-col-offset-2 {
    margin-left: 8.33333%
}

.next-col-offset-3 {
    margin-left: 12.5%
}

.next-col-offset-4 {
    margin-left: 16.66667%
}

.next-col-offset-5 {
    margin-left: 20.83333%
}

.next-col-offset-6 {
    margin-left: 25%
}

.next-col-offset-7 {
    margin-left: 29.16667%
}

.next-col-offset-8 {
    margin-left: 33.33333%
}

.next-col-offset-9 {
    margin-left: 37.5%
}

.next-col-offset-10 {
    margin-left: 41.66667%
}

.next-col-offset-11 {
    margin-left: 45.83333%
}

.next-col-offset-12 {
    margin-left: 50%
}

.next-col-offset-13 {
    margin-left: 54.16667%
}

.next-col-offset-14 {
    margin-left: 58.33333%
}

.next-col-offset-15 {
    margin-left: 62.5%
}

.next-col-offset-16 {
    margin-left: 66.66667%
}

.next-col-offset-17 {
    margin-left: 70.83333%
}

.next-col-offset-18 {
    margin-left: 75%
}

.next-col-offset-19 {
    margin-left: 79.16667%
}

.next-col-offset-20 {
    margin-left: 83.33333%
}

.next-col-offset-21 {
    margin-left: 87.5%
}

.next-col-offset-22 {
    margin-left: 91.66667%
}

.next-col-offset-23 {
    margin-left: 95.83333%
}

.next-col-offset-24 {
    margin-left: 100%
}

@media (min-width:320px) {
    .next-col-xxs-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-xxs-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-xxs-offset-3 {
        margin-left: 12.5%
    }

    .next-col-xxs-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-xxs-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-xxs-offset-6 {
        margin-left: 25%
    }

    .next-col-xxs-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-xxs-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-xxs-offset-9 {
        margin-left: 37.5%
    }

    .next-col-xxs-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-xxs-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-xxs-offset-12 {
        margin-left: 50%
    }

    .next-col-xxs-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-xxs-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-xxs-offset-15 {
        margin-left: 62.5%
    }

    .next-col-xxs-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-xxs-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-xxs-offset-18 {
        margin-left: 75%
    }

    .next-col-xxs-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-xxs-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-xxs-offset-21 {
        margin-left: 87.5%
    }

    .next-col-xxs-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-xxs-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-xxs-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:480px) {
    .next-col-xs-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-xs-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-xs-offset-3 {
        margin-left: 12.5%
    }

    .next-col-xs-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-xs-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-xs-offset-6 {
        margin-left: 25%
    }

    .next-col-xs-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-xs-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-xs-offset-9 {
        margin-left: 37.5%
    }

    .next-col-xs-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-xs-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-xs-offset-12 {
        margin-left: 50%
    }

    .next-col-xs-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-xs-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-xs-offset-15 {
        margin-left: 62.5%
    }

    .next-col-xs-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-xs-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-xs-offset-18 {
        margin-left: 75%
    }

    .next-col-xs-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-xs-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-xs-offset-21 {
        margin-left: 87.5%
    }

    .next-col-xs-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-xs-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-xs-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:720px) {
    .next-col-s-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-s-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-s-offset-3 {
        margin-left: 12.5%
    }

    .next-col-s-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-s-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-s-offset-6 {
        margin-left: 25%
    }

    .next-col-s-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-s-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-s-offset-9 {
        margin-left: 37.5%
    }

    .next-col-s-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-s-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-s-offset-12 {
        margin-left: 50%
    }

    .next-col-s-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-s-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-s-offset-15 {
        margin-left: 62.5%
    }

    .next-col-s-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-s-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-s-offset-18 {
        margin-left: 75%
    }

    .next-col-s-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-s-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-s-offset-21 {
        margin-left: 87.5%
    }

    .next-col-s-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-s-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-s-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:990px) {
    .next-col-m-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-m-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-m-offset-3 {
        margin-left: 12.5%
    }

    .next-col-m-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-m-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-m-offset-6 {
        margin-left: 25%
    }

    .next-col-m-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-m-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-m-offset-9 {
        margin-left: 37.5%
    }

    .next-col-m-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-m-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-m-offset-12 {
        margin-left: 50%
    }

    .next-col-m-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-m-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-m-offset-15 {
        margin-left: 62.5%
    }

    .next-col-m-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-m-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-m-offset-18 {
        margin-left: 75%
    }

    .next-col-m-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-m-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-m-offset-21 {
        margin-left: 87.5%
    }

    .next-col-m-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-m-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-m-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .next-col-l-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-l-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-l-offset-3 {
        margin-left: 12.5%
    }

    .next-col-l-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-l-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-l-offset-6 {
        margin-left: 25%
    }

    .next-col-l-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-l-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-l-offset-9 {
        margin-left: 37.5%
    }

    .next-col-l-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-l-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-l-offset-12 {
        margin-left: 50%
    }

    .next-col-l-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-l-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-l-offset-15 {
        margin-left: 62.5%
    }

    .next-col-l-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-l-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-l-offset-18 {
        margin-left: 75%
    }

    .next-col-l-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-l-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-l-offset-21 {
        margin-left: 87.5%
    }

    .next-col-l-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-l-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-l-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:1500px) {
    .next-col-xl-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-xl-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-xl-offset-3 {
        margin-left: 12.5%
    }

    .next-col-xl-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-xl-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-xl-offset-6 {
        margin-left: 25%
    }

    .next-col-xl-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-xl-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-xl-offset-9 {
        margin-left: 37.5%
    }

    .next-col-xl-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-xl-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-xl-offset-12 {
        margin-left: 50%
    }

    .next-col-xl-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-xl-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-xl-offset-15 {
        margin-left: 62.5%
    }

    .next-col-xl-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-xl-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-xl-offset-18 {
        margin-left: 75%
    }

    .next-col-xl-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-xl-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-xl-offset-21 {
        margin-left: 87.5%
    }

    .next-col-xl-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-xl-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-xl-offset-24 {
        margin-left: 100%
    }
}

.next-col-offset-fixed-1 {
    margin-left: 20px
}

.next-col-offset-fixed-2 {
    margin-left: 40px
}

.next-col-offset-fixed-3 {
    margin-left: 60px
}

.next-col-offset-fixed-4 {
    margin-left: 80px
}

.next-col-offset-fixed-5 {
    margin-left: 100px
}

.next-col-offset-fixed-6 {
    margin-left: 120px
}

.next-col-offset-fixed-7 {
    margin-left: 140px
}

.next-col-offset-fixed-8 {
    margin-left: 160px
}

.next-col-offset-fixed-9 {
    margin-left: 180px
}

.next-col-offset-fixed-10 {
    margin-left: 200px
}

.next-col-offset-fixed-11 {
    margin-left: 220px
}

.next-col-offset-fixed-12 {
    margin-left: 240px
}

.next-col-offset-fixed-13 {
    margin-left: 260px
}

.next-col-offset-fixed-14 {
    margin-left: 280px
}

.next-col-offset-fixed-15 {
    margin-left: 300px
}

.next-col-offset-fixed-16 {
    margin-left: 320px
}

.next-col-offset-fixed-17 {
    margin-left: 340px
}

.next-col-offset-fixed-18 {
    margin-left: 360px
}

.next-col-offset-fixed-19 {
    margin-left: 380px
}

.next-col-offset-fixed-20 {
    margin-left: 400px
}

.next-col-offset-fixed-21 {
    margin-left: 420px
}

.next-col-offset-fixed-22 {
    margin-left: 440px
}

.next-col-offset-fixed-23 {
    margin-left: 460px
}

.next-col-offset-fixed-24 {
    margin-left: 480px
}

.next-col-offset-fixed-25 {
    margin-left: 500px
}

.next-col-offset-fixed-26 {
    margin-left: 520px
}

.next-col-offset-fixed-27 {
    margin-left: 540px
}

.next-col-offset-fixed-28 {
    margin-left: 560px
}

.next-col-offset-fixed-29 {
    margin-left: 580px
}

.next-col-offset-fixed-30 {
    margin-left: 600px
}

.next-col-offset-fixed-xxs-1 {
    margin-left: 20px
}

.next-col-offset-fixed-xxs-2 {
    margin-left: 40px
}

.next-col-offset-fixed-xxs-3 {
    margin-left: 60px
}

.next-col-offset-fixed-xxs-4 {
    margin-left: 80px
}

.next-col-offset-fixed-xxs-5 {
    margin-left: 100px
}

.next-col-offset-fixed-xxs-6 {
    margin-left: 120px
}

.next-col-offset-fixed-xxs-7 {
    margin-left: 140px
}

.next-col-offset-fixed-xxs-8 {
    margin-left: 160px
}

.next-col-offset-fixed-xxs-9 {
    margin-left: 180px
}

.next-col-offset-fixed-xxs-10 {
    margin-left: 200px
}

.next-col-offset-fixed-xxs-11 {
    margin-left: 220px
}

.next-col-offset-fixed-xxs-12 {
    margin-left: 240px
}

.next-col-offset-fixed-xxs-13 {
    margin-left: 260px
}

.next-col-offset-fixed-xxs-14 {
    margin-left: 280px
}

.next-col-offset-fixed-xxs-15 {
    margin-left: 300px
}

.next-col-offset-fixed-xxs-16 {
    margin-left: 320px
}

.next-col-offset-fixed-xxs-17 {
    margin-left: 340px
}

.next-col-offset-fixed-xxs-18 {
    margin-left: 360px
}

.next-col-offset-fixed-xxs-19 {
    margin-left: 380px
}

.next-col-offset-fixed-xxs-20 {
    margin-left: 400px
}

.next-col-offset-fixed-xxs-21 {
    margin-left: 420px
}

.next-col-offset-fixed-xxs-22 {
    margin-left: 440px
}

.next-col-offset-fixed-xxs-23 {
    margin-left: 460px
}

.next-col-offset-fixed-xxs-24 {
    margin-left: 480px
}

.next-col-offset-fixed-xxs-25 {
    margin-left: 500px
}

.next-col-offset-fixed-xxs-26 {
    margin-left: 520px
}

.next-col-offset-fixed-xxs-27 {
    margin-left: 540px
}

.next-col-offset-fixed-xxs-28 {
    margin-left: 560px
}

.next-col-offset-fixed-xxs-29 {
    margin-left: 580px
}

.next-col-offset-fixed-xxs-30 {
    margin-left: 600px
}

.next-col-offset-fixed-xs-1 {
    margin-left: 20px
}

.next-col-offset-fixed-xs-2 {
    margin-left: 40px
}

.next-col-offset-fixed-xs-3 {
    margin-left: 60px
}

.next-col-offset-fixed-xs-4 {
    margin-left: 80px
}

.next-col-offset-fixed-xs-5 {
    margin-left: 100px
}

.next-col-offset-fixed-xs-6 {
    margin-left: 120px
}

.next-col-offset-fixed-xs-7 {
    margin-left: 140px
}

.next-col-offset-fixed-xs-8 {
    margin-left: 160px
}

.next-col-offset-fixed-xs-9 {
    margin-left: 180px
}

.next-col-offset-fixed-xs-10 {
    margin-left: 200px
}

.next-col-offset-fixed-xs-11 {
    margin-left: 220px
}

.next-col-offset-fixed-xs-12 {
    margin-left: 240px
}

.next-col-offset-fixed-xs-13 {
    margin-left: 260px
}

.next-col-offset-fixed-xs-14 {
    margin-left: 280px
}

.next-col-offset-fixed-xs-15 {
    margin-left: 300px
}

.next-col-offset-fixed-xs-16 {
    margin-left: 320px
}

.next-col-offset-fixed-xs-17 {
    margin-left: 340px
}

.next-col-offset-fixed-xs-18 {
    margin-left: 360px
}

.next-col-offset-fixed-xs-19 {
    margin-left: 380px
}

.next-col-offset-fixed-xs-20 {
    margin-left: 400px
}

.next-col-offset-fixed-xs-21 {
    margin-left: 420px
}

.next-col-offset-fixed-xs-22 {
    margin-left: 440px
}

.next-col-offset-fixed-xs-23 {
    margin-left: 460px
}

.next-col-offset-fixed-xs-24 {
    margin-left: 480px
}

.next-col-offset-fixed-xs-25 {
    margin-left: 500px
}

.next-col-offset-fixed-xs-26 {
    margin-left: 520px
}

.next-col-offset-fixed-xs-27 {
    margin-left: 540px
}

.next-col-offset-fixed-xs-28 {
    margin-left: 560px
}

.next-col-offset-fixed-xs-29 {
    margin-left: 580px
}

.next-col-offset-fixed-xs-30 {
    margin-left: 600px
}

.next-col-offset-fixed-s-1 {
    margin-left: 20px
}

.next-col-offset-fixed-s-2 {
    margin-left: 40px
}

.next-col-offset-fixed-s-3 {
    margin-left: 60px
}

.next-col-offset-fixed-s-4 {
    margin-left: 80px
}

.next-col-offset-fixed-s-5 {
    margin-left: 100px
}

.next-col-offset-fixed-s-6 {
    margin-left: 120px
}

.next-col-offset-fixed-s-7 {
    margin-left: 140px
}

.next-col-offset-fixed-s-8 {
    margin-left: 160px
}

.next-col-offset-fixed-s-9 {
    margin-left: 180px
}

.next-col-offset-fixed-s-10 {
    margin-left: 200px
}

.next-col-offset-fixed-s-11 {
    margin-left: 220px
}

.next-col-offset-fixed-s-12 {
    margin-left: 240px
}

.next-col-offset-fixed-s-13 {
    margin-left: 260px
}

.next-col-offset-fixed-s-14 {
    margin-left: 280px
}

.next-col-offset-fixed-s-15 {
    margin-left: 300px
}

.next-col-offset-fixed-s-16 {
    margin-left: 320px
}

.next-col-offset-fixed-s-17 {
    margin-left: 340px
}

.next-col-offset-fixed-s-18 {
    margin-left: 360px
}

.next-col-offset-fixed-s-19 {
    margin-left: 380px
}

.next-col-offset-fixed-s-20 {
    margin-left: 400px
}

.next-col-offset-fixed-s-21 {
    margin-left: 420px
}

.next-col-offset-fixed-s-22 {
    margin-left: 440px
}

.next-col-offset-fixed-s-23 {
    margin-left: 460px
}

.next-col-offset-fixed-s-24 {
    margin-left: 480px
}

.next-col-offset-fixed-s-25 {
    margin-left: 500px
}

.next-col-offset-fixed-s-26 {
    margin-left: 520px
}

.next-col-offset-fixed-s-27 {
    margin-left: 540px
}

.next-col-offset-fixed-s-28 {
    margin-left: 560px
}

.next-col-offset-fixed-s-29 {
    margin-left: 580px
}

.next-col-offset-fixed-s-30 {
    margin-left: 600px
}

.next-col-offset-fixed-m-1 {
    margin-left: 20px
}

.next-col-offset-fixed-m-2 {
    margin-left: 40px
}

.next-col-offset-fixed-m-3 {
    margin-left: 60px
}

.next-col-offset-fixed-m-4 {
    margin-left: 80px
}

.next-col-offset-fixed-m-5 {
    margin-left: 100px
}

.next-col-offset-fixed-m-6 {
    margin-left: 120px
}

.next-col-offset-fixed-m-7 {
    margin-left: 140px
}

.next-col-offset-fixed-m-8 {
    margin-left: 160px
}

.next-col-offset-fixed-m-9 {
    margin-left: 180px
}

.next-col-offset-fixed-m-10 {
    margin-left: 200px
}

.next-col-offset-fixed-m-11 {
    margin-left: 220px
}

.next-col-offset-fixed-m-12 {
    margin-left: 240px
}

.next-col-offset-fixed-m-13 {
    margin-left: 260px
}

.next-col-offset-fixed-m-14 {
    margin-left: 280px
}

.next-col-offset-fixed-m-15 {
    margin-left: 300px
}

.next-col-offset-fixed-m-16 {
    margin-left: 320px
}

.next-col-offset-fixed-m-17 {
    margin-left: 340px
}

.next-col-offset-fixed-m-18 {
    margin-left: 360px
}

.next-col-offset-fixed-m-19 {
    margin-left: 380px
}

.next-col-offset-fixed-m-20 {
    margin-left: 400px
}

.next-col-offset-fixed-m-21 {
    margin-left: 420px
}

.next-col-offset-fixed-m-22 {
    margin-left: 440px
}

.next-col-offset-fixed-m-23 {
    margin-left: 460px
}

.next-col-offset-fixed-m-24 {
    margin-left: 480px
}

.next-col-offset-fixed-m-25 {
    margin-left: 500px
}

.next-col-offset-fixed-m-26 {
    margin-left: 520px
}

.next-col-offset-fixed-m-27 {
    margin-left: 540px
}

.next-col-offset-fixed-m-28 {
    margin-left: 560px
}

.next-col-offset-fixed-m-29 {
    margin-left: 580px
}

.next-col-offset-fixed-m-30 {
    margin-left: 600px
}

.next-col-offset-fixed-l-1 {
    margin-left: 20px
}

.next-col-offset-fixed-l-2 {
    margin-left: 40px
}

.next-col-offset-fixed-l-3 {
    margin-left: 60px
}

.next-col-offset-fixed-l-4 {
    margin-left: 80px
}

.next-col-offset-fixed-l-5 {
    margin-left: 100px
}

.next-col-offset-fixed-l-6 {
    margin-left: 120px
}

.next-col-offset-fixed-l-7 {
    margin-left: 140px
}

.next-col-offset-fixed-l-8 {
    margin-left: 160px
}

.next-col-offset-fixed-l-9 {
    margin-left: 180px
}

.next-col-offset-fixed-l-10 {
    margin-left: 200px
}

.next-col-offset-fixed-l-11 {
    margin-left: 220px
}

.next-col-offset-fixed-l-12 {
    margin-left: 240px
}

.next-col-offset-fixed-l-13 {
    margin-left: 260px
}

.next-col-offset-fixed-l-14 {
    margin-left: 280px
}

.next-col-offset-fixed-l-15 {
    margin-left: 300px
}

.next-col-offset-fixed-l-16 {
    margin-left: 320px
}

.next-col-offset-fixed-l-17 {
    margin-left: 340px
}

.next-col-offset-fixed-l-18 {
    margin-left: 360px
}

.next-col-offset-fixed-l-19 {
    margin-left: 380px
}

.next-col-offset-fixed-l-20 {
    margin-left: 400px
}

.next-col-offset-fixed-l-21 {
    margin-left: 420px
}

.next-col-offset-fixed-l-22 {
    margin-left: 440px
}

.next-col-offset-fixed-l-23 {
    margin-left: 460px
}

.next-col-offset-fixed-l-24 {
    margin-left: 480px
}

.next-col-offset-fixed-l-25 {
    margin-left: 500px
}

.next-col-offset-fixed-l-26 {
    margin-left: 520px
}

.next-col-offset-fixed-l-27 {
    margin-left: 540px
}

.next-col-offset-fixed-l-28 {
    margin-left: 560px
}

.next-col-offset-fixed-l-29 {
    margin-left: 580px
}

.next-col-offset-fixed-l-30 {
    margin-left: 600px
}

.next-col-offset-fixed-xl-1 {
    margin-left: 20px
}

.next-col-offset-fixed-xl-2 {
    margin-left: 40px
}

.next-col-offset-fixed-xl-3 {
    margin-left: 60px
}

.next-col-offset-fixed-xl-4 {
    margin-left: 80px
}

.next-col-offset-fixed-xl-5 {
    margin-left: 100px
}

.next-col-offset-fixed-xl-6 {
    margin-left: 120px
}

.next-col-offset-fixed-xl-7 {
    margin-left: 140px
}

.next-col-offset-fixed-xl-8 {
    margin-left: 160px
}

.next-col-offset-fixed-xl-9 {
    margin-left: 180px
}

.next-col-offset-fixed-xl-10 {
    margin-left: 200px
}

.next-col-offset-fixed-xl-11 {
    margin-left: 220px
}

.next-col-offset-fixed-xl-12 {
    margin-left: 240px
}

.next-col-offset-fixed-xl-13 {
    margin-left: 260px
}

.next-col-offset-fixed-xl-14 {
    margin-left: 280px
}

.next-col-offset-fixed-xl-15 {
    margin-left: 300px
}

.next-col-offset-fixed-xl-16 {
    margin-left: 320px
}

.next-col-offset-fixed-xl-17 {
    margin-left: 340px
}

.next-col-offset-fixed-xl-18 {
    margin-left: 360px
}

.next-col-offset-fixed-xl-19 {
    margin-left: 380px
}

.next-col-offset-fixed-xl-20 {
    margin-left: 400px
}

.next-col-offset-fixed-xl-21 {
    margin-left: 420px
}

.next-col-offset-fixed-xl-22 {
    margin-left: 440px
}

.next-col-offset-fixed-xl-23 {
    margin-left: 460px
}

.next-col-offset-fixed-xl-24 {
    margin-left: 480px
}

.next-col-offset-fixed-xl-25 {
    margin-left: 500px
}

.next-col-offset-fixed-xl-26 {
    margin-left: 520px
}

.next-col-offset-fixed-xl-27 {
    margin-left: 540px
}

.next-col-offset-fixed-xl-28 {
    margin-left: 560px
}

.next-col-offset-fixed-xl-29 {
    margin-left: 580px
}

.next-col-offset-fixed-xl-30 {
    margin-left: 600px
}

.next-col.next-col-hidden {
    display: none
}

@media (min-width:320px) and (max-width:479px) {
    .next-col.next-col-xxs-hidden {
        display: none
    }
}

@media (min-width:480px) and (max-width:719px) {
    .next-col.next-col-xs-hidden {
        display: none
    }
}

@media (min-width:720px) and (max-width:989px) {
    .next-col.next-col-s-hidden {
        display: none
    }
}

@media (min-width:990px) and (max-width:1199px) {
    .next-col.next-col-m-hidden {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .next-col.next-col-l-hidden {
        display: none
    }
}

@media (min-width:1500px) {
    .next-col.next-col-xl-hidden {
        display: none
    }
}

.next-row.next-row-hidden {
    display: none
}

@media (min-width:320px) and (max-width:479px) {
    .next-row.next-row-xxs-hidden {
        display: none
    }
}

@media (min-width:480px) and (max-width:719px) {
    .next-row.next-row-xs-hidden {
        display: none
    }
}

@media (min-width:720px) and (max-width:989px) {
    .next-row.next-row-s-hidden {
        display: none
    }
}

@media (min-width:990px) and (max-width:1199px) {
    .next-row.next-row-m-hidden {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .next-row.next-row-l-hidden {
        display: none
    }
}

@media (min-width:1500px) {
    .next-row.next-row-xl-hidden {
        display: none
    }
}

.next-col-offset-1[dir=rtl] {
    margin-right: 4.16667%;
    margin-left: auto
}

.next-col-offset-2[dir=rtl] {
    margin-right: 8.33333%;
    margin-left: auto
}

.next-col-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto
}

.next-col-offset-4[dir=rtl] {
    margin-right: 16.66667%;
    margin-left: auto
}

.next-col-offset-5[dir=rtl] {
    margin-right: 20.83333%;
    margin-left: auto
}

.next-col-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto
}

.next-col-offset-7[dir=rtl] {
    margin-right: 29.16667%;
    margin-left: auto
}

.next-col-offset-8[dir=rtl] {
    margin-right: 33.33333%;
    margin-left: auto
}

.next-col-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto
}

.next-col-offset-10[dir=rtl] {
    margin-right: 41.66667%;
    margin-left: auto
}

.next-col-offset-11[dir=rtl] {
    margin-right: 45.83333%;
    margin-left: auto
}

.next-col-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto
}

.next-col-offset-13[dir=rtl] {
    margin-right: 54.16667%;
    margin-left: auto
}

.next-col-offset-14[dir=rtl] {
    margin-right: 58.33333%;
    margin-left: auto
}

.next-col-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto
}

.next-col-offset-16[dir=rtl] {
    margin-right: 66.66667%;
    margin-left: auto
}

.next-col-offset-17[dir=rtl] {
    margin-right: 70.83333%;
    margin-left: auto
}

.next-col-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto
}

.next-col-offset-19[dir=rtl] {
    margin-right: 79.16667%;
    margin-left: auto
}

.next-col-offset-20[dir=rtl] {
    margin-right: 83.33333%;
    margin-left: auto
}

.next-col-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto
}

.next-col-offset-22[dir=rtl] {
    margin-right: 91.66667%;
    margin-left: auto
}

.next-col-offset-23[dir=rtl] {
    margin-right: 95.83333%;
    margin-left: auto
}

.next-col-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto
}

@media (min-width:320px) {
    .next-col-xxs-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-xxs-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-xxs-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-xxs-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width:480px) {
    .next-col-xs-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-xs-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-xs-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-xs-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-xs-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-xs-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-xs-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-xs-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width:720px) {
    .next-col-s-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-s-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-s-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-s-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-s-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-s-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-s-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-s-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-s-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-s-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-s-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-s-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-s-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-s-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-s-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-s-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-s-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-s-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-s-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-s-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-s-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-s-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-s-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-s-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width:990px) {
    .next-col-m-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-m-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-m-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-m-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-m-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-m-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-m-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-m-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-m-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-m-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-m-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-m-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-m-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-m-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-m-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-m-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-m-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-m-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-m-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-m-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-m-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-m-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-m-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-m-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width:1200px) {
    .next-col-l-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-l-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-l-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-l-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-l-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-l-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-l-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-l-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-l-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-l-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-l-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-l-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-l-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-l-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-l-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-l-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-l-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-l-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-l-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-l-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-l-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-l-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-l-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-l-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width:1500px) {
    .next-col-xl-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-xl-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-xl-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-xl-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-xl-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-xl-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-xl-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-xl-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

.next-col-offset-fixed-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-xs-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-xs-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-xs-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-xs-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-xs-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-xs-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-xs-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-xs-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-xs-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-xs-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-xs-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-xs-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-xs-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-xs-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-xs-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-xs-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-xs-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-xs-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-xs-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-xs-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-xs-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-xs-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-xs-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-xs-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-xs-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-xs-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-xs-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-xs-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-xs-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-xs-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-s-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-s-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-s-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-s-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-s-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-s-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-s-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-s-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-s-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-s-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-s-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-s-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-s-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-s-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-s-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-s-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-s-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-s-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-s-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-s-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-s-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-s-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-s-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-s-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-s-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-s-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-s-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-s-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-s-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-s-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-m-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-m-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-m-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-m-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-m-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-m-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-m-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-m-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-m-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-m-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-m-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-m-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-m-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-m-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-m-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-m-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-m-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-m-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-m-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-m-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-m-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-m-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-m-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-m-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-m-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-m-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-m-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-m-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-m-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-m-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-l-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-l-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-l-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-l-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-l-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-l-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-l-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-l-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-l-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-l-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-l-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-l-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-l-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-l-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-l-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-l-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-l-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-l-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-l-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-l-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-l-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-l-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-l-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-l-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-l-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-l-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-l-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-l-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-l-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-l-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-xl-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-xl-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-xl-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-xl-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-xl-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-xl-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-xl-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-xl-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-xl-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-xl-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-xl-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-xl-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-xl-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-xl-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-xl-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-xl-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-xl-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-xl-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-xl-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-xl-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-xl-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-xl-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-xl-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-xl-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-xl-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-xl-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-xl-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-xl-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-xl-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-xl-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-responsive-grid {
    display: grid
}

    .next-responsive-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, .next-form *, .next-form :after, .next-form :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-form-preview.next-form-item .next-form-item-label {
    color: #666;
    color: var(--form-element-preview-label-color,#666)
}

.next-form-preview.next-form-item .next-form-preview {
    color: #333;
    color: var(--form-element-preview-text-color,#333)
}

.next-form-preview.next-form-item.next-medium .next-form-item-label {
    font-size: 14px;
    font-size: var(--form-element-medium-preview-label-font-size,14px);
    line-height: 24px;
    line-height: var(--form-element-medium-preview-height,24px)
}

.next-form-preview.next-form-item.next-small .next-form-item-label {
    font-size: 12px;
    font-size: var(--form-element-small-preview-label-font-size,12px);
    line-height: 20px;
    line-height: var(--form-element-small-preview-height,20px)
}

.next-form-preview.next-form-item.next-large .next-form-item-label {
    font-size: 14px;
    font-size: var(--form-element-large-preview-label-font-size,14px);
    line-height: 36px;
    line-height: var(--form-element-large-preview-height,36px)
}

.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: 24px;
    gap: var(--form-inline-s-item-margin-r,24px)
}

.next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 8px;
    margin-top: calc(var(--form-element-small-height, 28px)/2 - var(--form-element-small-font-size, 12px)/2);
    margin-bottom: 8px;
    margin-bottom: calc(var(--form-element-small-height, 28px)/2 - var(--form-element-small-font-size, 12px)/2)
}

.next-form-responsive-grid.next-medium .next-responsive-grid {
    gap: 12px;
    gap: var(--form-inline-m-item-margin-r,12px)
}

.next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 9px;
    margin-top: calc(var(--form-element-medium-height, 32px)/2 - var(--form-element-medium-font-size, 14px)/2);
    margin-bottom: 9px;
    margin-bottom: calc(var(--form-element-medium-height, 32px)/2 - var(--form-element-medium-font-size, 14px)/2)
}

.next-form-responsive-grid.next-large .next-responsive-grid {
    gap: 12px;
    gap: var(--form-inline-l-item-margin-r,12px)
}

.next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 11px;
    margin-top: calc(var(--form-element-large-height, 36px)/2 - var(--form-element-large-font-size, 14px)/2);
    margin-bottom: 11px;
    margin-bottom: calc(var(--form-element-large-height, 36px)/2 - var(--form-element-large-font-size, 14px)/2)
}

.next-form-item {
    margin-bottom: 12px;
    margin-bottom: var(--form-item-m-margin-b,12px)
}

    .next-form-item.has-error > .next-form-item-control > .next-form-item-help {
        color: #f33200;
        color: var(--form-error-color,#f33200)
    }

    .next-form-item.has-warning > .next-form-item-control > .next-form-item-help {
        color: #fff5ed;
        color: var(--form-warning-color,#fff5ed)
    }

    .next-form-item .next-form-item-label, .next-form-item .next-form-text-align, .next-form-item p {
        line-height: 32px;
        line-height: var(--form-element-medium-height,32px)
    }

    .next-form-item .next-form-text-align, .next-form-item p {
        margin: 0
    }

    .next-form-item .next-checkbox-group, .next-form-item .next-checkbox-wrapper, .next-form-item .next-radio-group, .next-form-item .next-radio-wrapper, .next-form-item .next-rating {
        line-height: 28px;
        line-height: calc(var(--form-element-medium-height, 32px) - 4px)
    }

    .next-form-item .next-form-preview {
        font-size: 14px;
        font-size: var(--form-element-medium-preview-font-size,14px);
        line-height: 24px;
        line-height: var(--form-element-medium-preview-height,24px)
    }

        .next-form-item .next-form-preview.next-input-textarea > p {
            font-size: 14px;
            font-size: var(--form-element-medium-preview-font-size,14px);
            text-align: justify;
            min-height: 19.6px;
            min-height: calc(var(--form-element-medium-preview-font-size, 14px)*1.4);
            line-height: 1.4;
            margin-top: 2.2px;
            margin-top: calc(var(--form-element-medium-preview-height, 24px)/2 - var(--form-element-medium-preview-font-size, 14px)*1.4/2)
        }

    .next-form-item .next-form-item-label {
        font-size: 14px;
        font-size: var(--form-element-medium-font-size,14px)
    }

        .next-form-item .next-form-item-label > label {
            display: inline-block;
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-form-item.next-large {
        margin-bottom: 20px;
        margin-bottom: var(--form-item-l-margin-b,20px)
    }

        .next-form-item.next-large .next-form-item-label, .next-form-item.next-large .next-form-text-align, .next-form-item.next-large p {
            line-height: 36px;
            line-height: var(--form-element-large-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;
            line-height: calc(var(--form-element-large-height, 36px) - 1px)
        }

        .next-form-item.next-large .next-form-preview {
            font-size: 14px;
            font-size: var(--form-element-large-preview-font-size,14px);
            line-height: 36px;
            line-height: var(--form-element-large-preview-height,36px)
        }

            .next-form-item.next-large .next-form-preview.next-input-textarea > p {
                font-size: 14px;
                font-size: var(--form-element-large-preview-font-size,14px);
                text-align: justify;
                min-height: 19.6px;
                min-height: calc(var(--form-element-large-preview-font-size, 14px)*1.4);
                line-height: 1.4;
                margin-top: 8.2px;
                margin-top: calc(var(--form-element-large-preview-height, 36px)/2 - var(--form-element-large-preview-font-size, 14px)*1.4/2)
            }

        .next-form-item.next-large .next-switch {
            margin-top: 5px;
            margin-top: calc(var(--form-element-large-height, 36px)/2 - 13px)
        }

        .next-form-item.next-large .next-form-item-label {
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

    .next-form-item.next-small {
        margin-bottom: 12px;
        margin-bottom: var(--form-item-s-margin-b,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: 28px;
            line-height: var(--form-element-small-height,28px)
        }

        .next-form-item.next-small .next-form-preview {
            font-size: 12px;
            font-size: var(--form-element-small-preview-font-size,12px);
            line-height: 20px;
            line-height: var(--form-element-small-preview-height,20px)
        }

            .next-form-item.next-small .next-form-preview.next-input-textarea > p {
                font-size: 12px;
                font-size: var(--form-element-small-preview-font-size,12px);
                text-align: justify;
                min-height: 16.8px;
                min-height: calc(var(--form-element-small-preview-font-size, 12px)*1.4);
                line-height: 1.4;
                margin-top: 1.6px;
                margin-top: calc(var(--form-element-small-preview-height, 20px)/2 - var(--form-element-small-preview-font-size, 12px)*1.4/2)
            }

        .next-form-item.next-small .next-form-item-label {
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

    .next-form-item.next-top > .next-form-item-label {
        margin-bottom: undefinedpx;
        margin-bottom: var(--form-top-label-margin-b,undefinedpx)
    }

    .next-form-item.next-inset .next-form-item-label {
        padding-right: 0;
        padding-left: 0;
        line-height: inherit
    }

.next-form-item-control .next-form-text-align {
    margin: 0
}

.next-form-item-control > .next-input, .next-form-item-control > .next-input-group, .next-form-item-fullwidth .next-form-item-control > .next-date-picker, .next-form-item-fullwidth .next-form-item-control > .next-input, .next-form-item-fullwidth .next-form-item-control > .next-input-group, .next-form-item-fullwidth .next-form-item-control > .next-month-picker, .next-form-item-fullwidth .next-form-item-control > .next-range-picker, .next-form-item-fullwidth .next-form-item-control > .next-select, .next-form-item-fullwidth .next-form-item-control > .next-time-picker, .next-form-item-fullwidth .next-form-item-control > .next-year-picker {
    width: 100%
}

.next-form-item-fullwidth .next-form-item-control > .next-date-picker2 .next-date-picker2-input input {
    width: inherit
}

.next-form-item-label {
    display: inline-block;
    vertical-align: top;
    color: #666;
    color: var(--form-label-color,#666);
    text-align: right;
    padding-right: 12px;
    padding-right: var(--form-label-padding-r,12px)
}

    .next-form-item-label label[required]:before {
        margin-right: 4px;
        content: "*";
        color: #f33200;
        color: var(--form-error-color,#f33200)
    }

    .next-form-item-label.has-colon label:after {
        content: ":";
        position: relative;
        top: -.5px;
        margin: 0 0 0 2px
    }

    .next-form-item-label.next-left {
        text-align: left
    }

        .next-form-item-label.next-left > label[required]:before {
            display: none
        }

        .next-form-item-label.next-left > label[required]:after {
            margin-left: 4px;
            content: "*";
            color: #f33200;
            color: var(--form-error-color,#f33200)
        }

.next-form-item-help {
    margin-top: 0;
    margin-top: var(--form-help-margin-top,0);
    font-size: 12px;
    font-size: var(--form-help-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    color: #acacac;
    color: var(--form-help-color,#acacac)
}

.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;
        vertical-align: top;
        line-height: 0
    }

    .next-form.next-inline .next-form-item:not(:last-child) {
        margin-right: 12px;
        margin-right: var(--form-inline-m-item-margin-r,12px)
    }

    .next-form.next-inline .next-form-item.next-large:not(:last-child) {
        margin-right: 12px;
        margin-right: var(--form-inline-l-item-margin-r,12px)
    }

    .next-form.next-inline .next-form-item.next-small:not(:last-child) {
        margin-right: 24px;
        margin-right: var(--form-inline-s-item-margin-r,24px)
    }

@media screen and (min-width:0\0) and (min-resolution:0.001dpcm) {
    .next-form-item.next-left > .next-form-item-label, .next-form.next-inline .next-form-item.next-left .next-form-item-control {
        display: table-cell
    }
}

.next-form[dir=rtl] .next-form-item-label {
    text-align: left;
    padding-left: 12px;
    padding-left: var(--form-label-padding-r,12px);
    padding-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item:not(:last-child) {
    margin-left: 12px;
    margin-left: var(--form-inline-m-item-margin-r,12px);
    margin-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item.next-large:not(:last-child) {
    margin-left: 12px;
    margin-left: var(--form-inline-l-item-margin-r,12px);
    margin-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item.next-small:not(:last-child) {
    margin-left: 24px;
    margin-left: var(--form-inline-s-item-margin-r,24px);
    margin-right: 0
}

.next-avatar {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: #d8d8d8;
    background: var(--color-fill1-4,#d8d8d8);
    width: 40px;
    width: var(--avatar-size-medium,40px);
    height: 40px;
    height: var(--avatar-size-medium,40px);
    line-height: 40px;
    line-height: var(--avatar-size-medium,40px);
    border-radius: 50%
}

.next-avatar-image {
    background: transparent
}

.next-avatar-string {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center
}

.next-avatar-large {
    width: 48px;
    width: var(--avatar-size-large,48px);
    height: 48px;
    height: var(--avatar-size-large,48px);
    line-height: 48px;
    line-height: var(--avatar-size-large,48px);
    border-radius: 50%
}

.next-avatar-large-string {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center
}

.next-avatar-small {
    width: 28px;
    width: var(--avatar-size-small,28px);
    height: 28px;
    height: var(--avatar-size-small,28px);
    line-height: 28px;
    line-height: var(--avatar-size-small,28px);
    border-radius: 50%
}

.next-avatar-small-string {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center
}

.next-avatar-square {
    border-radius: 4px;
    border-radius: var(--avatar-border-radius,4px)
}

.next-avatar > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.next-select {
    display: inline-block;
    position: relative;
    font-size: 0;
    vertical-align: middle
}

    .next-select, .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 .1s linear;
    transition: all .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 {
        display: block;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        overflow: hidden
    }

        .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: #666;
        color: var(--input-disabled-color,#666)
    }

    .next-select-trigger .next-input.next-disabled .next-select-arrow {
        cursor: not-allowed
    }

    .next-select-trigger .next-select-clear {
        display: none
    }

    .next-select-trigger.next-has-clear:hover .next-select-clear {
        display: inline-block
    }

    .next-select-trigger.next-has-clear:hover .next-select-arrow {
        display: none
    }

.next-select .next-select-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100px;
    outline: 0;
    color: #333;
    color: var(--select-color,#333)
}

    .next-select .next-select-inner .next-tag {
        line-height: 1;
        margin-right: 4px;
        margin-bottom: 3px;
        padding-left: 0;
        padding-right: 0
    }

    .next-select .next-select-inner .next-input-inner {
        width: auto
    }

.next-select-trigger-search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    max-width: 100%
}

    .next-select-trigger-search > input, .next-select-trigger-search > span {
        display: block;
        font-size: inherit;
        font-family: inherit;
        letter-spacing: inherit;
        white-space: nowrap;
        overflow: hidden
    }

    .next-select-trigger-search input {
        position: absolute;
        background-color: transparent;
        width: 100%;
        height: 100% !important;
        z-index: 1;
        left: 0;
        border: 0;
        outline: 0;
        margin: 0;
        padding: 0;
        cursor: inherit
    }

    .next-select-trigger-search > span {
        position: relative;
        visibility: hidden;
        white-space: pre;
        max-width: 100%;
        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 {
    width: 1px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.next-select-single .next-select-values {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .next-select-single .next-select-values > em {
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.next-select-multiple .next-select-compact {
    position: relative;
    white-space: nowrap
}

    .next-select-multiple .next-select-compact .next-select-trigger-search {
        width: auto
    }

    .next-select-multiple .next-select-compact .next-select-tag-compact {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0 4px 0 16px;
        color: #000;
        color: var(--input-text-color,#000);
        background: linear-gradient(90deg,transparent,#fff 10px);
        background: linear-gradient(90deg,transparent,var(--input-bg-color,#fff) 10px)
    }

.next-select-multiple .next-disabled .next-select-tag-compact {
    background: linear-gradient(90deg,transparent,#f3f3f3 10px);
    background: linear-gradient(90deg,transparent,var(--input-disabled-bg-color,#f3f3f3) 10px)
}

.next-select-multiple .next-select-values, .next-select-tag .next-select-values {
    margin-bottom: -3px;
    height: auto !important
}

.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 {
    width: auto;
    min-width: 1px
}

.next-select-multiple .next-input, .next-select-tag .next-input {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.next-select-multiple.next-small .next-select-values, .next-select-tag.next-small .next-select-values {
    min-height: 26px;
    min-height: calc(var(--form-element-small-height, 28px) - 2px);
    padding-top: 6px;
    padding-top: calc(var(--form-element-small-height, 28px)/2 - var(--select-s-lineheight, 14px)/2 - 1px);
    padding-bottom: 6px;
    padding-bottom: calc(var(--form-element-small-height, 28px)/2 - var(--select-s-lineheight, 14px)/2 - 1px);
    line-height: 14px;
    line-height: var(--select-s-lineheight,14px)
}

.next-select-multiple.next-small .next-select-values-compact, .next-select-tag.next-small .next-select-values-compact {
    height: 28px !important;
    height: var(--form-element-small-height,28px) !important
}

.next-select-multiple.next-small .next-tag, .next-select-tag.next-small .next-tag {
    border: 0;
    padding-top: 0;
    padding-top: calc(var(--select-s-lineheight, 14px)/2 - 7px);
    padding-bottom: 0;
    padding-bottom: calc(var(--select-s-lineheight, 14px)/2 - 7px);
    height: 14px;
    height: var(--select-s-lineheight,14px)
}

    .next-select-multiple.next-small .next-tag .next-tag-body, .next-select-multiple.next-small .next-tag .next-tag-close-btn, .next-select-tag.next-small .next-tag .next-tag-body, .next-select-tag.next-small .next-tag .next-tag-close-btn {
        line-height: 14px;
        line-height: calc(var(--select-s-lineheight, 14px) - var(--select-s-lineheight, 14px)/2*2 + 14px)
    }

.next-select-multiple.next-small .next-tag-body, .next-select-tag.next-small .next-tag-body {
    line-height: 14px;
    line-height: var(--select-s-lineheight,14px)
}

.next-select-multiple.next-small .next-input-control, .next-select-multiple.next-small .next-input-inner, .next-select-multiple.next-small .next-input-label, .next-select-multiple.next-small .next-select-tag-compact, .next-select-tag.next-small .next-input-control, .next-select-tag.next-small .next-input-inner, .next-select-tag.next-small .next-input-label, .next-select-tag.next-small .next-select-tag-compact {
    line-height: 26px;
    line-height: calc(var(--form-element-small-height, 28px) - 2px)
}

.next-select-multiple.next-medium .next-select-values, .next-select-tag.next-medium .next-select-values {
    min-height: 30px;
    min-height: calc(var(--form-element-medium-height, 32px) - 2px);
    padding-top: 5px;
    padding-top: calc(var(--form-element-medium-height, 32px)/2 - var(--select-m-lineheight, 20px)/2 - 1px);
    padding-bottom: 5px;
    padding-bottom: calc(var(--form-element-medium-height, 32px)/2 - var(--select-m-lineheight, 20px)/2 - 1px);
    line-height: 20px;
    line-height: var(--select-m-lineheight,20px)
}

.next-select-multiple.next-medium .next-select-values-compact, .next-select-tag.next-medium .next-select-values-compact {
    height: 32px !important;
    height: var(--form-element-medium-height,32px) !important
}

.next-select-multiple.next-medium .next-tag, .next-select-tag.next-medium .next-tag {
    padding-top: 1px;
    padding-top: calc(var(--select-m-lineheight, 20px)/2 - 9px);
    padding-bottom: 1px;
    padding-bottom: calc(var(--select-m-lineheight, 20px)/2 - 9px);
    height: 20px;
    height: var(--select-m-lineheight,20px)
}

    .next-select-multiple.next-medium .next-tag .next-tag-body, .next-select-multiple.next-medium .next-tag .next-tag-close-btn, .next-select-tag.next-medium .next-tag .next-tag-body, .next-select-tag.next-medium .next-tag .next-tag-close-btn {
        line-height: 18px;
        line-height: calc(var(--select-m-lineheight, 20px) - var(--select-m-lineheight, 20px)/2*2 + 18px)
    }

.next-select-multiple.next-medium .next-input-control, .next-select-multiple.next-medium .next-input-inner, .next-select-multiple.next-medium .next-input-label, .next-select-multiple.next-medium .next-select-tag-compact, .next-select-tag.next-medium .next-input-control, .next-select-tag.next-medium .next-input-inner, .next-select-tag.next-medium .next-input-label, .next-select-tag.next-medium .next-select-tag-compact {
    line-height: 30px;
    line-height: calc(var(--form-element-medium-height, 32px) - 2px)
}

.next-select-multiple.next-large .next-select-values, .next-select-tag.next-large .next-select-values {
    min-height: 34px;
    min-height: calc(var(--form-element-large-height, 36px) - 2px);
    padding-top: 5px;
    padding-top: calc(var(--form-element-large-height, 36px)/2 - var(--select-l-lineheight, 24px)/2 - 1px);
    padding-bottom: 5px;
    padding-bottom: calc(var(--form-element-large-height, 36px)/2 - var(--select-l-lineheight, 24px)/2 - 1px);
    line-height: 24px;
    line-height: var(--select-l-lineheight,24px)
}

.next-select-multiple.next-large .next-select-values-compact, .next-select-tag.next-large .next-select-values-compact {
    height: 36px !important;
    height: var(--form-element-large-height,36px) !important
}

.next-select-multiple.next-large .next-tag, .next-select-tag.next-large .next-tag {
    padding-top: 3px;
    padding-top: calc(var(--select-l-lineheight, 24px)/2 - 9px);
    padding-bottom: 3px;
    padding-bottom: calc(var(--select-l-lineheight, 24px)/2 - 9px);
    height: 24px;
    height: var(--select-l-lineheight,24px)
}

    .next-select-multiple.next-large .next-tag .next-tag-body, .next-select-multiple.next-large .next-tag .next-tag-close-btn, .next-select-tag.next-large .next-tag .next-tag-body, .next-select-tag.next-large .next-tag .next-tag-close-btn {
        line-height: 18px;
        line-height: calc(var(--select-l-lineheight, 24px) - var(--select-l-lineheight, 24px)/2*2 + 18px)
    }

.next-select-multiple.next-large .next-input-control, .next-select-multiple.next-large .next-input-inner, .next-select-multiple.next-large .next-input-label, .next-select-multiple.next-large .next-select-tag-compact, .next-select-tag.next-large .next-input-control, .next-select-tag.next-large .next-input-inner, .next-select-tag.next-large .next-input-label, .next-select-tag.next-large .next-select-tag-compact {
    line-height: 34px;
    line-height: calc(var(--form-element-large-height, 36px) - 2px)
}

.next-select-auto-complete {
    width: 160px
}

    .next-select-auto-complete .next-input {
        width: 100%
    }

        .next-select-auto-complete .next-input .next-input-hint-wrap {
            padding-right: 1px
        }

        .next-select-auto-complete .next-input .next-select-arrow {
            padding-left: 0
        }

.next-select.next-active .next-select-symbol-fold:before, .next-select .next-select-unfold-icon:before {
    content: "\E625";
    content: var(--select-unfold-icon-content,"\E625")
}

.next-select-symbol-fold:before {
    content: "\E63D";
    content: var(--select-fold-icon-content,"\E63D")
}

.next-select-arrow {
    cursor: pointer;
    width: auto !important;
    text-align: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.next-select-popup-wrap {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.next-select-popup-wrap, .next-select-spacing-tb {
    padding: 0;
    padding: var(--popup-spacing-tb,0) 0
}

.next-select-menu-wrapper {
    max-height: 260px;
    overflow: auto;
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14))
}

    .next-select-menu-wrapper .next-select-menu {
        max-height: none;
        border: none
    }

.next-select-menu {
    max-height: 260px;
    overflow: auto
}

    .next-select-menu .next-select-menu-empty-content {
        padding-left: 8px;
        padding-right: 8px;
        color: #acacac;
        color: var(--select-hint-color,#acacac)
    }

    .next-select-menu.next-select-auto-complete-menu.next-select-menu-empty {
        display: none
    }

    .next-select-menu .next-menu-item-text .next-icon {
        vertical-align: middle
    }

.next-select-all {
    display: block;
    cursor: pointer;
    padding: 0 8px;
    margin: 0 12px 8px;
    border-bottom: 1px solid #c8c8c8;
    border-bottom: 1px solid var(--color-line1-2,#c8c8c8)
}

    .next-select-all:hover {
        color: #0c38c4;
        color: var(--color-link-3,#0c38c4)
    }

    .next-select-all .next-menu-icon-selected.next-icon {
        display: inline-block !important;
        top: auto;
        color: #1047f5;
        color: var(--color-brand1-6,#1047f5)
    }

.next-select-highlight {
    color: #1047f5;
    color: var(--select-highlight-color,#1047f5);
    font-size: 14px;
    font-size: var(--select-highlight-font,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: 28px;
    line-height: var(--form-element-small-height,28px)
}

.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values {
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px)
}

.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values {
    line-height: 36px;
    line-height: var(--form-element-large-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 {
        position: absolute;
        display: inline-block;
        height: 100%;
        line-height: 1;
        vertical-align: middle;
        overflow: hidden;
        left: 4px;
        right: 0;
        top: 30%
    }

.next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search, .next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search {
    filter: alpha(opacity=0);
    font-size: 0
}

.next-select-in-ie.next-select-trigger.next-no-search .next-select-trigger-search input {
    color: inherit
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .next-select-multiple .next-select-compact .next-select-tag-compact {
        background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 10px);
        background: linear-gradient(90deg,hsla(0,0%,100%,0),var(--input-bg-color,#fff) 10px)
    }

    .next-select-multiple .next-disabled .next-select-tag-compact {
        background: linear-gradient(90deg,hsla(0,0%,100%,0),#f3f3f3 10px);
        background: linear-gradient(90deg,hsla(0,0%,100%,0),var(--input-disabled-bg-color,#f3f3f3) 10px)
    }
}

.next-select.next-select-multiple[dir=rtl] .next-select-compact .next-select-tag-compact {
    left: 0;
    right: auto;
    padding: 0 16px 0 4px;
    background: linear-gradient(270deg,hsla(0,0%,100%,0),#fff 10px);
    background: linear-gradient(270deg,hsla(0,0%,100%,0),var(--input-bg-color,#fff) 10px)
}

.next-list-header {
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--line-1,1px) solid var(--list-divider-color,#e1e1e1);
    color: #000;
    color: var(--list-title-color,#000)
}

.next-list-footer {
    border-top: 1px solid #e1e1e1;
    border-top: var(--line-1,1px) solid var(--list-divider-color,#e1e1e1);
    color: #333;
    color: var(--list-content-color,#333)
}

.next-list-loading.next-loading {
    display: block
}

.next-list-empty {
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    color: #eee;
    color: var(--color-line1-4,#eee);
    padding: 32px 0;
    text-align: center
}

.next-list-items {
    margin: 0;
    padding: 0;
    list-style: none
}

.next-list-item {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #333;
    color: var(--list-content-color,#333)
}

.next-list-item-extra, .next-list-item-media {
    display: table-cell;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: top
}

.next-list-item-extra {
    color: #666;
    color: var(--list-extra-color,#666)
}

.next-list-item-content {
    display: table-cell;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    vertical-align: middle
}

.next-list-item-title {
    color: #000;
    color: var(--list-title-color,#000)
}

.next-list-medium .next-list-header {
    font-size: 18px;
    font-size: var(--list-size-m-title-font-size,18px);
    font-weight: 700;
    font-weight: var(--list-size-m-title-font-weight,bold)
}

.next-list-medium .next-list-footer, .next-list-medium .next-list-header {
    padding: 16px 0;
    padding: var(--list-size-m-item-padding-tb,16px) var(--list-size-m-item-padding-lr,0)
}

.next-list-medium .next-list-item-media {
    padding-right: 8px;
    padding-right: var(--list-size-m-item-media-margin,8px)
}

.next-list-medium .next-list-item-extra {
    padding-left: 8px;
    padding-left: var(--list-size-m-item-media-margin,8px)
}

.next-list-medium .next-list-item {
    font-size: 14px;
    font-size: var(--list-size-m-item-content-font-size,14px);
    line-height: 1.5;
    line-height: var(--list-size-m-item-content-line-height,1.5);
    padding: 16px 0;
    padding: var(--list-size-m-item-padding-tb,16px) var(--list-size-m-item-padding-lr,0)
}

.next-list-medium .next-list-item-title {
    font-weight: 500;
    font-weight: var(--list-size-m-item-title-font-weight,500);
    font-size: 16px;
    font-size: var(--list-size-m-item-title-font-size,16px);
    line-height: 1.5;
    line-height: var(--list-size-m-item-title-line-height,1.5)
}

.next-list-small .next-list-header {
    font-size: 14px;
    font-size: var(--list-size-s-title-font-size,14px);
    font-weight: 700;
    font-weight: var(--list-size-s-title-font-weight,bold)
}

.next-list-small .next-list-footer, .next-list-small .next-list-header {
    padding: 12px 0;
    padding: var(--list-size-s-item-padding-tb,12px) var(--list-size-s-item-padding-lr,0)
}

.next-list-small .next-list-item-media {
    padding-right: 12px;
    padding-right: var(--list-size-s-item-media-margin,12px)
}

.next-list-small .next-list-item-extra {
    padding-left: 12px;
    padding-left: var(--list-size-s-item-media-margin,12px)
}

.next-list-small .next-list-item {
    font-size: 14px;
    font-size: var(--list-size-s-item-content-font-size,14px);
    font-weight: 400;
    font-weight: var(--list-size-s-item-title-font-weight,normal);
    line-height: 1.5;
    line-height: var(--list-size-s-item-content-line-height,1.5);
    padding: 12px 0;
    padding: var(--list-size-s-item-padding-tb,12px) var(--list-size-s-item-padding-lr,0)
}

.next-list-small .next-list-item-title {
    font-size: 14px;
    font-size: var(--list-size-s-item-title-font-size,14px);
    line-height: 1.5;
    line-height: var(--list-size-s-item-title-line-height,1.5)
}

.next-list-divider .next-list-item {
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--line-1,1px) solid var(--list-divider-color,#e1e1e1)
}

    .next-list-divider .next-list-item:last-child {
        border-bottom: none
    }

.next-list[dir=rtl] .next-list-item-media {
    padding-left: 8px;
    padding-left: var(--list-size-m-item-media-margin,8px);
    padding-right: 0
}

.next-list[dir=rtl] .next-list-item-extra {
    padding-right: 8px;
    padding-right: var(--list-size-m-item-media-margin,8px);
    padding-left: 0
}

.next-list[dir=rtl] .next-list-small .next-list-item-media {
    padding-left: 12px;
    padding-left: var(--list-size-s-item-media-margin,12px);
    padding-right: 0
}

.next-list[dir=rtl] .next-list-small .next-list-item-extra {
    padding-right: 12px;
    padding-right: var(--list-size-s-item-media-margin,12px);
    padding-left: 0
}

.next-menu-btn {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none
}

.next-menu-btn-spacing-tb {
    padding: 0;
    padding: var(--popup-spacing-tb,0) 0
}

.next-menu-btn .next-icon {
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

.next-menu-btn .next-menu-btn-arrow:before {
    content: "\E63D";
    content: var(--menu-btn-fold-icon-content,"\E63D")
}

.next-menu-btn-symbol-unfold:before, .next-menu-btn.next-expand .next-menu-btn-arrow:before {
    content: "\E625";
    content: var(--menu-btn-unfold-icon-content,"\E625")
}

.next-menu-btn.next-btn-normal .next-menu-btn-arrow {
    color: #333;
    color: var(--menu-btn-pure-text-normal-icon-color,#333)
}

.next-menu-btn.next-btn-normal:hover .next-menu-btn-arrow {
    color: #000;
    color: var(--btn-pure-normal-color-hover,#000)
}

.next-menu-btn.next-btn-secondary .next-menu-btn-arrow {
    color: #1047f5;
    color: var(--menu-btn-pure-text-secondary-icon-color,#1047f5)
}

.next-menu-btn.next-btn-secondary:hover .next-menu-btn-arrow {
    color: #1047f5;
    color: var(--btn-pure-secondary-color-hover,#1047f5)
}

.next-menu-btn.next-btn-secondary.next-btn-text:hover .next-menu-btn-arrow {
    color: #1047f5;
    color: var(--btn-text-secondary-color-hover,#1047f5)
}

.next-menu-btn.next-btn-primary .next-menu-btn-arrow {
    color: #fff;
    color: var(--menu-btn-pure-text-primary-icon-color,#fff)
}

.next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
    color: #fff;
    color: var(--btn-pure-primary-color-hover,#fff)
}

.next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
    color: #333;
    color: var(--menu-btn-text-text-normal-icon-color,#333)
}

.next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
    color: #1047f5;
    color: var(--btn-text-normal-color-hover,#1047f5)
}

.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
    color: #1047f5;
    color: var(--menu-btn-text-text-primary-icon-color,#1047f5)
}

.next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
    color: #0c38c4;
    color: var(--btn-text-primary-color-hover,#0c38c4)
}

.next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
    color: #333;
    color: var(--menu-btn-ghost-light-icon-color,#333)
}

.next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
    color: #000;
    color: var(--btn-ghost-light-color-hover,#000)
}

.next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
    color: #fff;
    color: var(--menu-btn-ghost-dark-icon-color,#fff)
}

.next-menu-btn.next-btn-ghost.next-btn-dark:hover .next-menu-btn-arrow {
    color: #fff;
    color: var(--btn-ghost-dark-color-hover,#fff)
}

.next-menu-btn.disabled .next-menu-btn-arrow, .next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow, .next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow, .next-menu-btn[disabled] .next-menu-btn-arrow {
    color: #acacac;
    color: var(--menu-btn-disabled-icon-color,#acacac)
}

.next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
    color: hsla(0,0%,100%,.4);
    color: var(--menu-btn-ghost-dark-disabled-icon-color,hsla(0,0%,100%,.4))
}

.next-menu-btn[disabled].next-btn-ghost.next-btn-light .next-menu-btn-arrow {
    color: rgba(0,0,0,.3);
    color: var(--menu-btn-ghost-light-disabled-icon-color,rgba(0,0,0,.3))
}

.next-nav {
    min-width: auto;
    border-radius: 0
}

    .next-nav, .next-nav *, .next-nav :after, .next-nav :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-nav-icon.next-icon {
    margin-right: 8px;
    font-weight: inherit
}

    .next-nav-icon.next-icon .next-icon-remote, .next-nav-icon.next-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

.next-nav-group-label {
    height: 32px;
    height: var(--nav-group-height,32px);
    line-height: 32px;
    line-height: var(--nav-group-height,32px);
    font-size: 14px;
    font-size: var(--nav-group-font-size,14px)
}

.next-nav-item .next-menu-item-text > span, .next-nav-item .next-nav-group-label > span {
    opacity: 1;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear
}

.next-nav-item .next-menu-item-text > a {
    text-decoration: none;
    color: inherit
}

.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 {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ""
}

.next-nav.next-hoz {
    padding: 0;
    height: 44px;
    height: calc(var(--nav-hoz-height, 44px) + var(--nav-hoz-item-margin-tb, 0px)*2);
    line-height: 44px;
    line-height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2);
    font-size: 14px;
    font-size: var(--nav-hoz-font-size,14px)
}

    .next-nav.next-hoz .next-menu-item.next-nav-item {
        margin-left: 0;
        margin-left: var(--nav-hoz-item-margin-lr,0);
        margin-right: 0;
        margin-right: var(--nav-hoz-item-margin-lr,0);
        padding: 0 24px;
        padding: 0 var(--nav-hoz-item-padding-lr,24px);
        border-radius: 0;
        border-radius: var(--nav-hoz-item-corner,0)
    }

    .next-nav.next-hoz .next-menu-item, .next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item {
        margin-top: 0;
        margin-top: var(--nav-hoz-item-margin-tb,0);
        margin-bottom: 0;
        margin-bottom: var(--nav-hoz-item-margin-tb,0)
    }

    .next-nav.next-hoz .next-menu-item-inner {
        height: 44px;
        height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2);
        font-size: 14px;
        font-size: var(--nav-hoz-font-size,14px)
    }

    .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
        line-height: 1;
        padding: 12px 8px
    }

        .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
            height: auto;
            min-height: 44px;
            min-height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2)
        }

        .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
            display: block;
            line-height: 1;
            margin-top: 8px;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
        height: 32px;
        height: var(--nav-group-height,32px);
        line-height: 32px;
        line-height: var(--nav-group-height,32px);
        font-size: 14px;
        font-size: var(--nav-group-font-size,14px)
    }

    .next-nav.next-hoz .next-menu-header {
        float: left
    }

    .next-nav.next-hoz .next-menu-footer, .next-nav.next-hoz .next-menu-header {
        height: 44px;
        height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2)
    }

    .next-nav.next-hoz .next-menu-footer {
        float: right
    }

    .next-nav.next-hoz .next-nav-item:before {
        width: 0;
        left: 50%;
        height: 2px;
        height: var(--nav-hoz-item-selected-active-line,2px)
    }

    .next-nav.next-hoz .next-nav-item:hover:before {
        height: 0;
        height: var(--nav-hoz-item-hover-active-line,0)
    }

    .next-nav.next-hoz.next-top .next-nav-item:before {
        top: 0;
        top: calc(0px - var(--popup-local-border-width, 0px))
    }

    .next-nav.next-hoz.next-bottom .next-nav-item:before {
        bottom: 0;
        bottom: calc(0px - var(--popup-local-border-width, 0px))
    }

    .next-nav.next-hoz .next-selected.next-nav-item:before {
        width: 100%;
        left: 0;
        height: 2px;
        height: var(--nav-hoz-item-selected-active-line,2px)
    }

.next-nav.next-ver {
    padding: 0;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    line-height: 40px;
    line-height: var(--nav-ver-height,40px);
    font-size: 14px;
    font-size: var(--nav-ver-font-size,14px)
}

    .next-nav.next-ver .next-menu-item.next-nav-item {
        margin-left: 0;
        margin-left: var(--nav-ver-item-margin-lr,0);
        margin-right: 0;
        margin-right: var(--nav-ver-item-margin-lr,0);
        padding: 0 32px;
        padding: 0 var(--nav-ver-item-padding-lr,32px);
        border-radius: 0;
        border-radius: var(--nav-ver-item-corner,0)
    }

    .next-nav.next-ver .next-menu-item:not(:first-child), .next-nav.next-ver .next-menu-sub-menu-wrapper:not(:first-child) > .next-menu-item {
        margin-top: 4px;
        margin-top: var(--nav-ver-item-margin-tb,4px)
    }

    .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: 4px;
        margin-bottom: var(--nav-ver-item-margin-tb,4px)
    }

    .next-nav.next-ver .next-menu-item-inner {
        height: 40px;
        height: var(--nav-ver-height,40px);
        font-size: 14px;
        font-size: var(--nav-ver-font-size,14px)
    }

    .next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title {
        line-height: 1;
        padding: 12px 8px
    }

        .next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
            height: auto;
            min-height: 40px;
            min-height: var(--nav-ver-height,40px)
        }

        .next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
            display: block;
            line-height: 1;
            margin-top: 8px;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .next-nav.next-ver .next-nav-group-label .next-menu-item-inner {
        height: 32px;
        height: var(--nav-group-height,32px);
        line-height: 32px;
        line-height: var(--nav-group-height,32px);
        font-size: 14px;
        font-size: var(--nav-group-font-size,14px)
    }

    .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: 4px;
        margin-top: var(--nav-ver-item-margin-tb,4px)
    }

    .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: 4px;
        margin-bottom: var(--nav-ver-item-margin-tb,4px)
    }

    .next-nav.next-ver .next-menu-sub-menu {
        line-height: 36px;
        line-height: var(--nav-ver-sub-nav-height,36px)
    }

        .next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
            height: 36px;
            height: var(--nav-ver-sub-nav-height,36px);
            font-size: 14px;
            font-size: var(--nav-ver-sub-nav-font-size,14px)
        }

    .next-nav.next-ver .next-nav-item:before {
        height: 0;
        top: 50%;
        width: 2px;
        width: var(--nav-ver-item-selected-active-line,2px)
    }

    .next-nav.next-ver .next-nav-item:hover:before {
        width: 0;
        width: var(--nav-ver-item-hover-active-line,0)
    }

    .next-nav.next-ver.next-left .next-nav-item:before, .next-nav.next-ver.next-top .next-nav-item:before {
        left: 0;
        left: calc(0px - var(--popup-local-border-width, 0px))
    }

    .next-nav.next-ver.next-bottom .next-nav-item:before, .next-nav.next-ver.next-right .next-nav-item:before {
        right: 0;
        right: calc(0px - var(--popup-local-border-width, 0px))
    }

    .next-nav.next-ver .next-selected.next-nav-item:before {
        height: 100%;
        top: 0;
        width: 2px;
        width: var(--nav-ver-item-selected-active-line,2px)
    }

.next-nav.next-primary {
    border-width: 0;
    border-width: var(--nav-primary-border-width,0);
    background: #1f1f49;
    background: var(--nav-primary-bg-color,#1f1f49);
    border-color: #1f1f49;
    border-color: var(--nav-primary-border-color,#1f1f49);
    color: #fff;
    color: var(--nav-primary-text-color,#fff);
    font-weight: 400;
    font-weight: var(--nav-primary-text-style,normal);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--nav-primary-shadow,none);
    box-shadow: none;
    box-shadow: var(--nav-primary-shadow,none)
}

    .next-nav.next-primary.next-hoz {
        line-height: var(--nav-hoz-height,44px);
        line-height: 44px;
        line-height: calc(var(--nav-hoz-height, 44px) - var(--nav-primary-border-width, 0px)*2)
    }

        .next-nav.next-primary.next-hoz .next-menu-footer, .next-nav.next-primary.next-hoz .next-menu-header, .next-nav.next-primary.next-hoz .next-menu-item-inner {
            line-height: 44px;
            line-height: var(--nav-hoz-height,44px);
            height: 44px;
            height: calc(var(--nav-hoz-height, 44px) - var(--nav-primary-border-width, 0px)*2)
        }

        .next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
            top: 0;
            top: calc(0px - var(--nav-primary-border-width, 0px))
        }

        .next-nav.next-primary.next-hoz.next-bottom .next-nav-item:before {
            bottom: 0;
            bottom: calc(0px - var(--nav-primary-border-width, 0px))
        }

    .next-nav.next-primary.next-ver.next-left .next-nav-item:before {
        left: 0;
        left: calc(0px - var(--nav-primary-border-width, 0px))
    }

    .next-nav.next-primary.next-ver.next-right .next-nav-item:before {
        right: 0;
        right: calc(0px - var(--nav-primary-border-width, 0px))
    }

    .next-nav.next-primary .next-nav-item.next-menu-item {
        background: #1f1f49;
        background: var(--nav-primary-bg-color,#1f1f49);
        color: #fff;
        color: var(--nav-primary-text-color,#fff)
    }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover {
            background: #022aa7;
            background: var(--nav-primary-item-hover-bg-color,#022aa7);
            color: #fff;
            color: var(--nav-primary-item-hover-text-color,#fff);
            font-weight: 400;
            font-weight: var(--nav-primary-item-hover-text-style,normal)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
            font-weight: 400;
            font-weight: var(--nav-primary-item-selected-text-style,normal)
        }

            .next-nav.next-primary .next-nav-item.next-menu-item.next-selected, .next-nav.next-primary .next-nav-item.next-menu-item.next-selected.next-nav-item {
                background: #022aa7;
                background: var(--nav-primary-item-selected-bg-color,#022aa7);
                color: #fff;
                color: var(--nav-primary-item-selected-text-color,#fff)
            }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-opened {
            background: transparent;
            background: var(--nav-primary-item-opened-bg-color,transparent);
            color: #fff;
            color: var(--nav-primary-item-opened-text-color,#fff)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected {
            font-weight: 400;
            font-weight: var(--nav-primary-item-childselected-text-style,normal);
            background: transparent;
            background: var(--nav-primary-item-childselected-bg-color,transparent);
            color: #fff;
            color: var(--nav-primary-item-childselected-text-color,#fff)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
            color: #fff;
            color: var(--nav-primary-item-opened-text-color,#fff)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
            color: #fff;
            color: var(--nav-primary-item-childselected-text-color,#fff)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item:before {
            background: #022aa7;
            background: var(--nav-primary-item-selected-active-color,#022aa7)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item:hover:before {
            background: #022aa7;
            background: var(--nav-primary-item-hover-active-color,#022aa7)
        }

    .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened {
        background: transparent;
        background: var(--nav-primary-item-opened-bg-color,transparent);
        color: #fff;
        color: var(--nav-primary-item-opened-text-color,#fff)
    }

    .next-nav.next-primary .next-nav-group-label {
        color: #333;
        color: var(--nav-primary-group-text-color,#333);
        font-weight: 400;
        font-weight: var(--nav-primary-group-text-style,normal)
    }

    .next-nav.next-primary .next-menu-sub-menu .next-menu-item {
        background: #1f1f49;
        background: var(--nav-primary-sub-nav-bg-color,#1f1f49);
        color: #fff;
        color: var(--nav-primary-sub-nav-text-color,#fff);
        font-weight: 400;
        font-weight: var(--nav-primary-sub-nav-text-style,normal)
    }

        .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-primary .next-menu-sub-menu .next-menu-item:hover {
            background: #022aa7;
            background: var(--nav-primary-sub-nav-hover-bg-color,#022aa7);
            color: #fff;
            color: var(--nav-primary-sub-nav-hover-text-color,#fff)
        }

        .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected, .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
            background: #0c38c4;
            background: var(--nav-primary-sub-nav-selected-bg-color,#0c38c4);
            color: #fff;
            color: var(--nav-primary-sub-nav-selected-text-color,#fff)
        }

    .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
        color: #ccc;
        color: var(--nav-primary-item-disabled-text-color,#ccc);
        cursor: not-allowed
    }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
            color: #ccc;
            color: var(--nav-primary-item-disabled-text-color,#ccc)
        }

.next-nav.next-secondary {
    border-width: 0;
    border-width: var(--nav-secondary-border-width,0);
    background: #fff;
    background: var(--nav-secondary-bg-color,#fff);
    border-color: #1047f5;
    border-color: var(--nav-secondary-border-color,#1047f5);
    color: #333;
    color: var(--nav-secondary-text-color,#333);
    font-weight: 400;
    font-weight: var(--nav-secondary-text-style,normal);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--nav-secondary-shadow,none);
    box-shadow: none;
    box-shadow: var(--nav-secondary-shadow,none)
}

    .next-nav.next-secondary.next-hoz {
        line-height: var(--nav-hoz-height,44px);
        line-height: 44px;
        line-height: calc(var(--nav-hoz-height, 44px) - var(--nav-secondary-border-width, 0px)*2)
    }

        .next-nav.next-secondary.next-hoz .next-menu-footer, .next-nav.next-secondary.next-hoz .next-menu-header, .next-nav.next-secondary.next-hoz .next-menu-item-inner {
            line-height: 44px;
            line-height: var(--nav-hoz-height,44px);
            height: 44px;
            height: calc(var(--nav-hoz-height, 44px) - var(--nav-secondary-border-width, 0px)*2)
        }

        .next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
            top: 0;
            top: calc(0px - var(--nav-secondary-border-width, 0px))
        }

        .next-nav.next-secondary.next-hoz.next-bottom .next-nav-item:before {
            bottom: 0;
            bottom: calc(0px - var(--nav-secondary-border-width, 0px))
        }

    .next-nav.next-secondary.next-ver.next-left .next-nav-item:before {
        left: 0;
        left: calc(0px - var(--nav-secondary-border-width, 0px))
    }

    .next-nav.next-secondary.next-ver.next-right .next-nav-item:before {
        right: 0;
        right: calc(0px - var(--nav-secondary-border-width, 0px))
    }

    .next-nav.next-secondary .next-nav-item.next-menu-item {
        background: #fff;
        background: var(--nav-secondary-bg-color,#fff);
        color: #333;
        color: var(--nav-secondary-text-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: #fff;
            background: var(--nav-secondary-item-hover-bg-color,#fff);
            color: #1047f5;
            color: var(--nav-secondary-item-hover-text-color,#1047f5);
            font-weight: 400;
            font-weight: var(--nav-secondary-item-hover-text-style,normal)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected {
            font-weight: 400;
            font-weight: var(--nav-secondary-item-selected-text-style,normal)
        }

            .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected, .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected.next-nav-item {
                background: #fff;
                background: var(--nav-secondary-item-selected-bg-color,#fff);
                color: #1047f5;
                color: var(--nav-secondary-item-selected-text-color,#1047f5)
            }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-opened {
            background: #fff;
            background: var(--nav-secondary-item-opened-bg-color,#fff);
            color: #333;
            color: var(--nav-secondary-item-opened-text-color,#333)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected {
            font-weight: 400;
            font-weight: var(--nav-secondary-item-childselected-text-style,normal);
            background: #fff;
            background: var(--nav-secondary-item-childselected-bg-color,#fff);
            color: #333;
            color: var(--nav-secondary-item-childselected-text-color,#333)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
            color: #333;
            color: var(--nav-secondary-item-opened-text-color,#333)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
            color: #333;
            color: var(--nav-secondary-item-childselected-text-color,#333)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item:before {
            background: #1047f5;
            background: var(--nav-secondary-item-selected-active-color,#1047f5)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item:hover:before {
            background: #0c38c4;
            background: var(--nav-secondary-item-hover-active-color,#0c38c4)
        }

    .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened {
        background: #fff;
        background: var(--nav-secondary-item-opened-bg-color,#fff);
        color: #333;
        color: var(--nav-secondary-item-opened-text-color,#333)
    }

    .next-nav.next-secondary .next-nav-group-label {
        color: #333;
        color: var(--nav-secondary-group-text-color,#333);
        font-weight: 400;
        font-weight: var(--nav-secondary-group-text-style,normal)
    }

    .next-nav.next-secondary .next-menu-sub-menu .next-menu-item {
        background: #fff;
        background: var(--nav-secondary-sub-nav-bg-color,#fff);
        color: #333;
        color: var(--nav-secondary-sub-nav-text-color,#333);
        font-weight: 400;
        font-weight: var(--nav-secondary-sub-nav-text-style,normal)
    }

        .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-secondary .next-menu-sub-menu .next-menu-item:hover {
            background: #fff;
            background: var(--nav-secondary-sub-nav-hover-bg-color,#fff);
            color: #333;
            color: var(--nav-secondary-sub-nav-hover-text-color,#333)
        }

        .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected, .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
            background: #fff;
            background: var(--nav-secondary-sub-nav-selected-bg-color,#fff);
            color: #1047f5;
            color: var(--nav-secondary-sub-nav-selected-text-color,#1047f5)
        }

    .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
        color: #eef3ff;
        color: var(--nav-secondary-item-disabled-text-color,#eef3ff);
        cursor: not-allowed
    }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
            color: #eef3ff;
            color: var(--nav-secondary-item-disabled-text-color,#eef3ff)
        }

.next-nav.next-normal {
    border-color: #e1e1e1;
    border-color: var(--nav-normal-border-color,#e1e1e1);
    font-weight: 400;
    font-weight: var(--nav-normal-text-style,normal);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--nav-normal-shadow,none);
    box-shadow: none;
    box-shadow: var(--nav-normal-shadow,none)
}

    .next-nav.next-normal, .next-nav.next-normal .next-nav-item.next-menu-item {
        background: #fff;
        background: var(--nav-normal-bg-color,#fff);
        color: #333;
        color: var(--nav-normal-text-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: #eef3ff;
            background: var(--nav-normal-item-hover-bg-color,#eef3ff);
            color: #1047f5;
            color: var(--nav-normal-item-hover-text-color,#1047f5);
            font-weight: 400;
            font-weight: var(--nav-normal-item-hover-text-style,normal)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-selected {
            font-weight: 400;
            font-weight: var(--nav-normal-item-selected-text-style,normal)
        }

            .next-nav.next-normal .next-nav-item.next-menu-item.next-selected, .next-nav.next-normal .next-nav-item.next-menu-item.next-selected.next-nav-item {
                background: #eef3ff;
                background: var(--nav-normal-item-selected-bg-color,#eef3ff);
                color: #1047f5;
                color: var(--nav-normal-item-selected-text-color,#1047f5)
            }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-opened {
            background: #fff;
            background: var(--nav-normal-item-opened-bg-color,#fff);
            color: #333;
            color: var(--nav-normal-item-opened-text-color,#333)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected {
            font-weight: 400;
            font-weight: var(--nav-normal-item-childselected-text-style,normal);
            background: #eef3ff;
            background: var(--nav-normal-item-childselected-bg-color,#eef3ff);
            color: #1047f5;
            color: var(--nav-normal-item-childselected-text-color,#1047f5)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-opened.next-nav-popup {
            color: #333;
            color: var(--nav-normal-item-opened-text-color,#333)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
            color: #1047f5;
            color: var(--nav-normal-item-childselected-text-color,#1047f5)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item:before {
            background: #1047f5;
            background: var(--nav-normal-item-selected-active-color,#1047f5)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item:hover:before {
            background: #1047f5;
            background: var(--nav-normal-item-hover-active-color,#1047f5)
        }

        .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened {
            background: #fff;
            background: var(--nav-normal-item-opened-bg-color,#fff);
            color: #333;
            color: var(--nav-normal-item-opened-text-color,#333)
        }

        .next-nav.next-normal .next-nav-group-label {
            color: #333;
            color: var(--nav-normal-group-text-color,#333);
            font-weight: 400;
            font-weight: var(--nav-normal-group-text-style,normal)
        }

        .next-nav.next-normal .next-menu-sub-menu .next-menu-item {
            background: #fff;
            background: var(--nav-normal-sub-nav-bg-color,#fff);
            color: #333;
            color: var(--nav-normal-sub-nav-text-color,#333);
            font-weight: 400;
            font-weight: var(--nav-normal-sub-nav-text-style,normal)
        }

            .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover {
                background: #eef3ff;
                background: var(--nav-normal-sub-nav-hover-bg-color,#eef3ff);
                color: #1047f5;
                color: var(--nav-normal-sub-nav-hover-text-color,#1047f5)
            }

            .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected, .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
                background: #eef3ff;
                background: var(--nav-normal-sub-nav-selected-bg-color,#eef3ff);
                color: #1047f5;
                color: var(--nav-normal-sub-nav-selected-text-color,#1047f5)
            }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
            color: #acacac;
            color: var(--nav-normal-item-disabled-text-color,#acacac);
            cursor: not-allowed
        }

            .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
                color: #acacac;
                color: var(--nav-normal-item-disabled-text-color,#acacac)
            }

.next-nav.next-line {
    background: transparent;
    background: var(--nav-line-bg-color,transparent);
    border-color: #c8c8c8;
    border-color: var(--nav-line-border-color,#c8c8c8);
    color: #333;
    color: var(--nav-line-text-color,#333);
    font-weight: 400;
    font-weight: var(--nav-line-text-style,normal);
    -webkit-box-shadow: none;
    box-shadow: none
}

    .next-nav.next-line.next-hoz {
        border-right-color: transparent;
        border-right-color: var(--nav-line-bg-color,transparent)
    }

    .next-nav.next-line.next-hoz, .next-nav.next-line.next-ver {
        border-top-color: transparent;
        border-top-color: var(--nav-line-bg-color,transparent);
        border-left-color: transparent;
        border-left-color: var(--nav-line-bg-color,transparent)
    }

    .next-nav.next-line.next-ver {
        border-bottom-color: transparent;
        border-bottom-color: var(--nav-line-bg-color,transparent)
    }

    .next-nav.next-line .next-nav-item.next-menu-item {
        background: transparent;
        background: var(--nav-line-bg-color,transparent);
        color: #333;
        color: var(--nav-line-text-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;
            background: var(--nav-line-item-hover-bg-color,transparent);
            color: #1047f5;
            color: var(--nav-line-item-hover-text-color,#1047f5);
            font-weight: 400;
            font-weight: var(--nav-line-item-hover-text-style,normal)
        }

        .next-nav.next-line .next-nav-item.next-menu-item.next-selected {
            font-weight: 400;
            font-weight: var(--nav-line-item-selected-text-style,normal)
        }

            .next-nav.next-line .next-nav-item.next-menu-item.next-selected, .next-nav.next-line .next-nav-item.next-menu-item.next-selected.next-nav-item {
                background: transparent;
                background: var(--nav-line-item-selected-bg-color,transparent);
                color: #1047f5;
                color: var(--nav-line-item-selected-text-color,#1047f5)
            }

        .next-nav.next-line .next-nav-item.next-menu-item.next-opened {
            background: transparent;
            background: var(--nav-line-item-opened-bg-color,transparent);
            color: #333;
            color: var(--nav-line-item-opened-text-color,#333)
        }

        .next-nav.next-line .next-nav-item.next-menu-item.next-child-selected {
            font-weight: 400;
            font-weight: var(--nav-line-item-childselected-text-style,normal);
            background: transparent;
            background: var(--nav-line-item-childselected-bg-color,transparent);
            color: #333;
            color: var(--nav-line-item-childselected-text-color,#333)
        }

        .next-nav.next-line .next-nav-item.next-menu-item.next-opened.next-nav-popup {
            color: #333;
            color: var(--nav-line-item-opened-text-color,#333)
        }

        .next-nav.next-line .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
            color: #333;
            color: var(--nav-line-item-childselected-text-color,#333)
        }

        .next-nav.next-line .next-nav-item.next-menu-item:before {
            background: transparent;
            background: var(--nav-line-item-selected-active-color,transparent)
        }

        .next-nav.next-line .next-nav-item.next-menu-item:hover:before {
            background: transparent;
            background: var(--nav-line-item-hover-active-color,transparent)
        }

    .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-opened {
        background: transparent;
        background: var(--nav-line-item-opened-bg-color,transparent);
        color: #333;
        color: var(--nav-line-item-opened-text-color,#333)
    }

    .next-nav.next-line .next-nav-group-label {
        color: #acacac;
        color: var(--nav-line-group-text-color,#acacac);
        font-weight: 400;
        font-weight: var(--nav-line-group-text-style,normal)
    }

    .next-nav.next-line .next-menu-sub-menu .next-menu-item {
        background: transparent;
        background: var(--nav-line-sub-nav-bg-color,transparent);
        color: #333;
        color: var(--nav-line-sub-nav-text-color,#333);
        font-weight: 400;
        font-weight: var(--nav-line-sub-nav-text-style,normal)
    }

        .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-line .next-menu-sub-menu .next-menu-item:hover {
            background: transparent;
            background: var(--nav-line-sub-nav-hover-bg-color,transparent);
            color: #1047f5;
            color: var(--nav-line-sub-nav-hover-text-color,#1047f5)
        }

        .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected, .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
            background: transparent;
            background: var(--nav-line-sub-nav-selected-bg-color,transparent);
            color: #1047f5;
            color: var(--nav-line-sub-nav-selected-text-color,#1047f5)
        }

    .next-nav.next-line .next-nav-item.next-menu-item.next-disabled, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
        color: #acacac;
        color: var(--nav-line-item-disabled-text-color,#acacac);
        cursor: not-allowed
    }

        .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
            color: #acacac;
            color: var(--nav-line-item-disabled-text-color,#acacac)
        }

.next-nav.next-icon-only.next-icon-only-text {
    padding-top: 4px;
    padding-bottom: 4px
}

.next-nav.next-icon-only.next-custom-icon-only-width {
    text-align: center
}

.next-nav.next-icon-only .next-menu-item-inner {
    text-overflow: clip
}

.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon {
    margin-left: -11px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--popup-local-border-width, 0px));
    margin-right: -11px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--popup-local-border-width, 0px))
}

    .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote, .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon {
    margin-left: -11px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--nav-primary-border-width, 0px));
    margin-right: -11px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--nav-primary-border-width, 0px))
}

    .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote, .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon {
    margin-left: -11px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--nav-secondary-border-width, 0px));
    margin-right: -11px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--nav-secondary-border-width, 0px))
}

    .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote, .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon {
    margin-left: -11px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px));
    margin-right: -11px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px));
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-transform-origin: center 50%;
    -ms-transform-origin: center 50%;
    transform-origin: center 50%
}

    .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote, .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon:before {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -11px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px));
    margin-right: -11px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px))
}

    .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 {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-nav.next-icon-only .next-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 {
    height: 100%;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

    .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: -11px;
        margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px));
        margin-right: -11px;
        margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px))
    }

        .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 {
            width: 16px;
            width: var(--nav-icon-only-font-size,16px);
            font-size: 16px;
            font-size: var(--nav-icon-only-font-size,16px);
            line-height: inherit
        }

.next-nav-embeddable.next-nav.next-hoz .next-menu-item-inner, .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: 8px;
    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 {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

.next-nav[dir=rtl].next-hoz .next-menu-header {
    float: right
}

.next-nav[dir=rtl].next-hoz .next-menu-footer {
    float: left
}

.next-nav[dir=rtl].next-hoz .next-nav-item:before {
    width: 0;
    left: 50%
}

.next-nav[dir=rtl].next-hoz .next-selected.next-nav-item:before {
    width: 100%;
    left: auto;
    right: 0
}

.next-nav[dir=rtl].next-ver.next-left .next-nav-item:before {
    right: 0;
    right: calc(0px - var(--popup-local-border-width, 0px));
    left: auto
}

.next-nav[dir=rtl].next-ver.next-right .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--popup-local-border-width, 0px));
    right: auto
}

.next-nav[dir=rtl].next-primary.next-ver.next-left .next-nav-item:before {
    right: 0;
    right: calc(0px - var(--nav-primary-border-width, 0px));
    left: auto
}

.next-nav[dir=rtl].next-primary.next-ver.next-right .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--nav-primary-border-width, 0px));
    right: auto
}

.next-nav[dir=rtl].next-secondary.next-ver.next-left .next-nav-item:before {
    right: 0;
    right: calc(0px - var(--nav-secondary-border-width, 0px));
    left: auto
}

.next-nav[dir=rtl].next-secondary.next-ver.next-right .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--nav-secondary-border-width, 0px));
    right: auto
}

.next-nav[dir=rtl] .next-nav.next-line.next-ver {
    border-top-color: transparent;
    border-top-color: var(--nav-line-bg-color,transparent);
    border-right-color: transparent;
    border-right-color: var(--nav-line-bg-color,transparent);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-bottom-color: var(--nav-line-bg-color,transparent)
}

.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon, .next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon, .next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
    margin-left: 0;
    margin-right: 1px;
    margin-right: calc(9px - var(--nav-icon-only-font-size, 16px)/2)
}

    .next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote, .next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon:before, .next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon:before, .next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote, .next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-number-picker {
    display: inline-block
}

    .next-number-picker, .next-number-picker *, .next-number-picker :after, .next-number-picker :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-number-picker .next-btn {
            padding: 0 !important;
            line-height: 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

.next-number-picker-normal .next-input {
    width: 100%
}

    .next-number-picker-normal .next-input .next-input-control {
        padding-right: 0;
        height: 100%
    }

.next-number-picker-normal:not(.next-number-picker-no-trigger) .next-input input {
    padding-right: 2px
}

.next-number-picker-normal .next-btn {
    display: block
}

    .next-number-picker-normal .next-btn:hover {
        z-index: 1
    }

    .next-number-picker-normal .next-btn:first-child {
        border-right: none;
        border-top: none;
        height: 50%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .next-number-picker-normal .next-btn:last-child {
        border-right: none;
        border-bottom: none;
        margin-top: -1px;
        height: calc(50% + 1px);
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

.next-number-picker-normal .next-number-picker-handler {
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    height: 100%;
    display: block
}

.next-number-picker-normal:not(.next-number-picker-show-trigger) .next-number-picker-handler {
    opacity: 0
}

.next-number-picker-normal.hover .next-number-picker-handler, .next-number-picker-normal:hover .next-number-picker-handler {
    opacity: 1
}

.next-number-picker-normal .next-input.next-disabled .next-number-picker-handler {
    opacity: 0
}

.next-number-picker-normal .next-number-picker-up-icon:before {
    content: "\E625";
    content: var(--number-picker-normal-up-icon,"\E625")
}

.next-number-picker-normal .next-number-picker-down-icon:before {
    content: "\E63D";
    content: var(--number-picker-normal-down-icon,"\E63D")
}

.next-number-picker-normal.next-small {
    width: 68px
}

    .next-number-picker-normal.next-small .next-btn {
        width: 20px;
        width: var(--number-picker-normal-s-button-width,20px)
    }

        .next-number-picker-normal.next-small .next-btn:first-child {
            border-top-right-radius: 4px;
            border-top-right-radius: var(--form-element-small-corner,4px)
        }

        .next-number-picker-normal.next-small .next-btn:last-child {
            border-bottom-right-radius: 4px;
            border-bottom-right-radius: var(--form-element-small-corner,4px)
        }

    .next-number-picker-normal.next-small .next-icon .next-icon-remote, .next-number-picker-normal.next-small .next-icon:before {
        width: 4px;
        font-size: 4px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-number-picker-normal.next-small .next-icon {
        -webkit-transform: scale(.33333);
        -ms-transform: scale(.33333);
        transform: scale(.33333);
        margin-left: -4px;
        margin-right: -4px
    }

        .next-number-picker-normal.next-small .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-number-picker-normal.next-medium {
    width: 80px;
    width: var(--number-picker-normal-m-input-width,80px)
}

    .next-number-picker-normal.next-medium .next-btn {
        width: 20px;
        width: var(--number-picker-normal-m-button-width,20px)
    }

        .next-number-picker-normal.next-medium .next-btn:first-child {
            border-top-right-radius: 4px;
            border-top-right-radius: var(--form-element-medium-corner,4px)
        }

        .next-number-picker-normal.next-medium .next-btn:last-child {
            border-bottom-right-radius: 4px;
            border-bottom-right-radius: var(--form-element-medium-corner,4px)
        }

    .next-number-picker-normal.next-medium .next-icon .next-icon-remote, .next-number-picker-normal.next-medium .next-icon:before {
        width: 8px;
        font-size: 8px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-number-picker-normal.next-medium .next-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-number-picker-normal.next-medium .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-number-picker-normal.next-large {
    width: 80px;
    width: var(--number-picker-normal-l-input-width,80px)
}

    .next-number-picker-normal.next-large .next-btn {
        width: 20px;
        width: var(--number-picker-normal-l-button-width,20px)
    }

        .next-number-picker-normal.next-large .next-btn:first-child {
            border-top-right-radius: 4px;
            border-top-right-radius: var(--form-element-large-corner,4px)
        }

        .next-number-picker-normal.next-large .next-btn:last-child {
            border-bottom-right-radius: 4px;
            border-bottom-right-radius: var(--form-element-large-corner,4px)
        }

    .next-number-picker-normal.next-large .next-icon .next-icon-remote, .next-number-picker-normal.next-large .next-icon:before {
        width: 4px;
        font-size: 4px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-number-picker-normal.next-large .next-icon {
        -webkit-transform: scale(.33333);
        -ms-transform: scale(.33333);
        transform: scale(.33333);
        margin-left: -4px;
        margin-right: -4px
    }

        .next-number-picker-normal.next-large .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.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: "\E7B0";
    content: var(--number-picker-inline-add-icon,"\E7B0")
}

.next-number-picker-inline .next-number-picker-minus-icon:before {
    content: "\E7B1";
    content: var(--number-picker-inline-minus-icon,"\E7B1")
}

.next-number-picker-inline.next-small {
    width: 68px;
    min-width: 84px;
    min-width: calc(var(--form-element-small-height, 28px)*3)
}

    .next-number-picker-inline.next-small .next-icon .next-icon-remote, .next-number-picker-inline.next-small .next-icon:before {
        width: 8px;
        font-size: 8px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-number-picker-inline.next-small .next-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-number-picker-inline.next-small .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-number-picker-inline.next-small .next-btn {
    height: 28px;
    height: var(--form-element-small-height,28px)
}

.next-number-picker-inline.next-small .next-before .next-btn {
    margin-right: -1px;
    margin-right: var(--number-picker-inline-s-button-margin,-1px);
    border-top-left-radius: 4px;
    border-top-left-radius: var(--number-picker-inline-s-button-corner,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--number-picker-inline-s-button-corner,4px)
}

.next-number-picker-inline.next-small .next-after .next-btn {
    margin-left: -1px;
    margin-left: var(--number-picker-inline-s-button-margin,-1px);
    border-top-right-radius: 4px;
    border-top-right-radius: var(--number-picker-inline-s-button-corner,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--number-picker-inline-s-button-corner,4px)
}

.next-number-picker-inline.next-medium {
    width: 100px;
    width: var(--number-picker-inline-m-input-width,100px);
    min-width: 96px;
    min-width: calc(var(--form-element-medium-height, 32px)*3)
}

    .next-number-picker-inline.next-medium .next-icon .next-icon-remote, .next-number-picker-inline.next-medium .next-icon:before {
        width: 8px;
        font-size: 8px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-number-picker-inline.next-medium .next-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-number-picker-inline.next-medium .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-number-picker-inline.next-medium .next-btn {
    height: 32px;
    height: var(--form-element-medium-height,32px)
}

.next-number-picker-inline.next-medium .next-before .next-btn {
    margin-right: -1px;
    margin-right: var(--number-picker-inline-m-button-margin,-1px);
    border-top-left-radius: 4px;
    border-top-left-radius: var(--number-picker-inline-m-button-corner,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--number-picker-inline-m-button-corner,4px)
}

.next-number-picker-inline.next-medium .next-after .next-btn {
    margin-left: -1px;
    margin-left: var(--number-picker-inline-m-button-margin,-1px);
    border-top-right-radius: 4px;
    border-top-right-radius: var(--number-picker-inline-m-button-corner,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--number-picker-inline-m-button-corner,4px)
}

.next-number-picker-inline.next-large {
    width: 128px;
    width: var(--number-picker-inline-l-input-width,128px);
    min-width: 108px;
    min-width: calc(var(--form-element-large-height, 36px)*3)
}

    .next-number-picker-inline.next-large .next-icon .next-icon-remote, .next-number-picker-inline.next-large .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

    .next-number-picker-inline.next-large .next-btn {
        height: 36px;
        height: var(--form-element-large-height,36px)
    }

    .next-number-picker-inline.next-large .next-before .next-btn {
        margin-right: undefinedpx;
        margin-right: var(--number-picker-inline-l-button-margin,undefinedpx);
        border-top-left-radius: 4px;
        border-top-left-radius: var(--number-picker-inline-l-button-corner,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--number-picker-inline-l-button-corner,4px)
    }

    .next-number-picker-inline.next-large .next-after .next-btn {
        margin-left: undefinedpx;
        margin-left: var(--number-picker-inline-l-button-margin,undefinedpx);
        border-top-right-radius: 4px;
        border-top-right-radius: var(--number-picker-inline-l-button-corner,4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--number-picker-inline-l-button-corner,4px)
    }

.next-number-picker-inline .next-btn.next-small {
    width: 28px;
    width: var(--form-element-small-height,28px)
}

.next-number-picker-inline .next-btn.next-medium {
    width: 32px;
    width: var(--form-element-medium-height,32px)
}

.next-number-picker-inline .next-btn.next-large {
    width: 36px;
    width: var(--form-element-large-height,36px)
}

@-moz-document url-prefix() {
    .next-number-picker-normal.next-small .next-number-picker-handler {
        height: 26px;
        height: calc(var(--form-element-small-height, 28px) - 2px)
    }

    .next-number-picker-normal.next-medium .next-number-picker-handler {
        height: 30px;
        height: calc(var(--form-element-medium-height, 32px) - 2px)
    }

    .next-number-picker-normal.next-large .next-number-picker-handler {
        height: 34px;
        height: calc(var(--form-element-large-height, 36px) - 2px)
    }
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child {
    border-right: 1px solid #a2a3a5;
    border-right: 1px solid var(--color-line1-3,#a2a3a5);
    border-left: 0;
    border-top-right-radius: 0
}

    .next-number-picker-normal[dir=rtl] .next-btn:first-child.next-small {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--form-element-small-corner,4px)
    }

    .next-number-picker-normal[dir=rtl] .next-btn:first-child.next-medium {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--form-element-medium-corner,4px)
    }

    .next-number-picker-normal[dir=rtl] .next-btn:first-child.next-large {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--form-element-large-corner,4px)
    }

.next-number-picker-normal[dir=rtl] .next-btn:last-child {
    border-right: 1px solid #a2a3a5;
    border-right: 1px solid var(--color-line1-3,#a2a3a5);
    border-left: 0;
    border-bottom-right-radius: 0
}

    .next-number-picker-normal[dir=rtl] .next-btn:last-child.next-small {
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--form-element-small-corner,4px)
    }

    .next-number-picker-normal[dir=rtl] .next-btn:last-child.next-medium {
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--form-element-medium-corner,4px)
    }

    .next-number-picker-normal[dir=rtl] .next-btn:last-child.next-large {
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--form-element-large-corner,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 {
        margin-left: -1px;
        margin-left: var(--number-picker-inline-s-button-margin,-1px);
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--number-picker-inline-s-button-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--number-picker-inline-s-button-corner,4px) !important
    }

    .next-number-picker-inline[dir=rtl] .next-before .next-btn.next-medium {
        margin-left: -1px;
        margin-left: var(--number-picker-inline-m-button-margin,-1px);
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--number-picker-inline-m-button-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--number-picker-inline-m-button-corner,4px) !important
    }

    .next-number-picker-inline[dir=rtl] .next-before .next-btn.next-large {
        margin-left: undefinedpx;
        margin-left: var(--number-picker-inline-l-button-margin,undefinedpx);
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--number-picker-inline-l-button-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--number-picker-inline-l-button-corner,4px) !important
    }

.next-number-picker-inline[dir=rtl] .next-after .next-btn {
    margin-left: 0
}

    .next-number-picker-inline[dir=rtl] .next-after .next-btn.next-small {
        margin-right: -1px;
        margin-right: var(--number-picker-inline-s-button-margin,-1px);
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--number-picker-inline-s-button-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--number-picker-inline-s-button-corner,4px) !important
    }

    .next-number-picker-inline[dir=rtl] .next-after .next-btn.next-medium {
        margin-right: -1px;
        margin-right: var(--number-picker-inline-m-button-margin,-1px);
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--number-picker-inline-m-button-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--number-picker-inline-m-button-corner,4px) !important
    }

    .next-number-picker-inline[dir=rtl] .next-after .next-btn.next-large {
        margin-right: undefinedpx;
        margin-right: var(--number-picker-inline-l-button-margin,undefinedpx);
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--number-picker-inline-l-button-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--number-picker-inline-l-button-corner,4px) !important
    }

.next-pagination[dir=rtl] .next-pagination-total {
    margin-right: 0;
    margin-left: 16px
}

.next-pagination[dir=rtl] .next-pagination-jump-go {
    margin-left: 0;
    margin-right: 4px
}

.next-pagination[dir=rtl] .next-pagination-size-selector-title {
    margin-right: 0;
    margin-left: 8px;
    margin-left: var(--pagination-size-selector-title-margin-right,8px)
}

.next-pagination[dir=rtl] .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn {
    border-left: none;
    border-right: 1px solid #c8c8c8;
    border-right: var(--line-1,1px) solid var(--color-line1-2,#c8c8c8)
}

.next-pagination[dir=rtl] .next-pagination-pages + .next-pagination-size-selector, .next-pagination[dir=rtl] .next-pagination-size-selector + .next-pagination-pages {
    margin-left: 0;
    margin-right: 40px
}

.next-pagination[dir=rtl].next-start .next-pagination-pages {
    float: left
}

.next-pagination[dir=rtl].next-end .next-pagination-pages, .next-pagination[dir=rtl].next-start .next-pagination-size-selector {
    float: right
}

.next-pagination[dir=rtl].next-end .next-pagination-size-selector {
    float: left
}

.next-pagination[dir=rtl].next-small .next-pagination-list {
    margin: 0 4px;
    margin: 0 var(--pagination-small-item-split,4px)
}

.next-pagination[dir=rtl].next-small .next-pagination-total {
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-small .next-pagination-item {
    padding: 0 6px;
    border-width: 0;
    border-width: var(--pagination-small-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-small-item-corner,2px)
}

    .next-pagination[dir=rtl].next-small .next-pagination-item + .next-pagination-item {
        margin: 0 4px 0 0;
        margin: 0 var(--pagination-small-item-split,4px) 0 0
    }

.next-pagination[dir=rtl].next-small .next-pagination-ellipsis {
    height: 28px;
    height: var(--form-element-small-height,28px);
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination[dir=rtl].next-small .next-pagination-ellipsis .next-icon-remote, .next-pagination[dir=rtl].next-small .next-pagination-ellipsis:before {
        width: 12px;
        width: var(--pagination-small-ellipsis-size,12px);
        font-size: 12px;
        font-size: var(--pagination-small-ellipsis-size,12px);
        line-height: inherit
    }

.next-pagination[dir=rtl].next-small .next-pagination-display {
    font-size: 12px;
    font-size: var(--pagination-small-total-font-size,12px)
}

    .next-pagination[dir=rtl].next-small .next-pagination-display em {
        font-size: 12px;
        font-size: var(--pagination-small-current-font-size,12px)
    }

.next-pagination[dir=rtl].next-small .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--pagination-small-jump-font-size,12px)
}

.next-pagination[dir=rtl].next-small .next-pagination-jump-input {
    width: 36px;
    width: var(--pagination-small-input-width,36px)
}

.next-pagination[dir=rtl].next-small .next-pagination-size-selector-title {
    height: 28px;
    height: var(--form-element-small-height,28px);
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    font-size: 12px;
    font-size: var(--pagination-small-jump-font-size,12px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-small .next-pagination-size-selector-btn {
    padding: 0 8px;
    padding: 0 var(--pagination-small-size-selector-number-padding,8px)
}

.next-pagination[dir=rtl].next-small .next-pagination-item.next-next:not([disabled]) i, .next-pagination[dir=rtl].next-small .next-pagination-item.next-prev:not([disabled]) i {
    color: #666;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination[dir=rtl].next-medium .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--pagination-item-split,8px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-total {
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-medium .next-pagination-item {
    padding: 0 10px;
    border-width: 0;
    border-width: var(--pagination-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-item-corner,2px)
}

    .next-pagination[dir=rtl].next-medium .next-pagination-item + .next-pagination-item {
        margin: 0 8px 0 0;
        margin: 0 var(--pagination-item-split,8px) 0 0
    }

.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis {
    height: 32px;
    height: var(--form-element-medium-height,32px);
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination[dir=rtl].next-medium .next-pagination-ellipsis .next-icon-remote, .next-pagination[dir=rtl].next-medium .next-pagination-ellipsis:before {
        width: 12px;
        width: var(--pagination-ellipsis-size,12px);
        font-size: 12px;
        font-size: var(--pagination-ellipsis-size,12px);
        line-height: inherit
    }

.next-pagination[dir=rtl].next-medium .next-pagination-display {
    font-size: 14px;
    font-size: var(--pagination-total-font-size,14px)
}

    .next-pagination[dir=rtl].next-medium .next-pagination-display em {
        font-size: 14px;
        font-size: var(--pagination-current-font-size,14px)
    }

.next-pagination[dir=rtl].next-medium .next-pagination-jump-text {
    font-size: 14px;
    font-size: var(--pagination-jump-font-size,14px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-jump-input {
    width: 48px;
    width: var(--pagination-input-width,48px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-title {
    height: 32px;
    height: var(--form-element-medium-height,32px);
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    font-size: 14px;
    font-size: var(--pagination-jump-font-size,14px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-btn {
    padding: 0 12px;
    padding: 0 var(--pagination-size-selector-number-padding,12px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-item.next-next:not([disabled]) i, .next-pagination[dir=rtl].next-medium .next-pagination-item.next-prev:not([disabled]) i {
    color: #666;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination[dir=rtl].next-large .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--pagination-large-item-split,8px)
}

.next-pagination[dir=rtl].next-large .next-pagination-total {
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-large .next-pagination-item {
    padding: 0 15px;
    border-width: 0;
    border-width: var(--pagination-large-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-large-item-corner,2px)
}

    .next-pagination[dir=rtl].next-large .next-pagination-item + .next-pagination-item {
        margin: 0 8px 0 0;
        margin: 0 var(--pagination-large-item-split,8px) 0 0
    }

.next-pagination[dir=rtl].next-large .next-pagination-ellipsis {
    height: 36px;
    height: var(--form-element-large-height,36px);
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination[dir=rtl].next-large .next-pagination-ellipsis .next-icon-remote, .next-pagination[dir=rtl].next-large .next-pagination-ellipsis:before {
        width: 16px;
        width: var(--pagination-large-ellipsis-size,16px);
        font-size: 16px;
        font-size: var(--pagination-large-ellipsis-size,16px);
        line-height: inherit
    }

.next-pagination[dir=rtl].next-large .next-pagination-display {
    font-size: 14px;
    font-size: var(--pagination-large-total-font-size,14px)
}

    .next-pagination[dir=rtl].next-large .next-pagination-display em {
        font-size: 14px;
        font-size: var(--pagination-large-current-font-size,14px)
    }

.next-pagination[dir=rtl].next-large .next-pagination-jump-text {
    font-size: 14px;
    font-size: var(--pagination-large-jump-font-size,14px)
}

.next-pagination[dir=rtl].next-large .next-pagination-jump-input {
    width: 48px;
    width: var(--pagination-large-input-width,48px)
}

.next-pagination[dir=rtl].next-large .next-pagination-size-selector-title {
    height: 36px;
    height: var(--form-element-large-height,36px);
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    font-size: 14px;
    font-size: var(--pagination-large-jump-font-size,14px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-large .next-pagination-size-selector-btn {
    padding: 0 12px;
    padding: 0 var(--pagination-large-size-selector-number-padding,12px)
}

.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;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination {
    font-size: 0
}

    .next-pagination, .next-pagination *, .next-pagination :after, .next-pagination :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-pagination:after {
            visibility: hidden;
            display: block;
            height: 0;
            font-size: 0;
            content: " ";
            clear: both
        }

.next-pagination-total {
    display: inline-block;
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    margin-right: 16px
}

.next-pagination-pages {
    display: inline-block
}

.next-pagination-list {
    display: inline-block;
    vertical-align: top
}

.next-pagination .next-pagination-item:not([disabled]) {
    display: inline-block;
    border-style: solid;
    border-style: var(--pagination-item-border-style,solid);
    border-color: #e1e1e1;
    border-color: var(--pagination-item-border-color,#e1e1e1);
    background: #fff;
    background: var(--pagination-item-bg,#fff);
    color: #666;
    color: var(--pagination-item-color,#666);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--pagination-item-shadow,none);
    box-shadow: none;
    box-shadow: var(--pagination-item-shadow,none)
}

.next-pagination .next-pagination-item {
    -webkit-transition: none;
    transition: none
}

    .next-pagination .next-pagination-item.next-current {
        border-color: #eef3ff;
        border-color: var(--pagination-item-current-border-color,#eef3ff);
        background: #eef3ff;
        background: var(--pagination-item-current-bg,#eef3ff);
        color: #1047f5;
        color: var(--pagination-item-current-color,#1047f5);
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--pagination-item-current-shadow,none);
        box-shadow: none;
        box-shadow: var(--pagination-item-current-shadow,none)
    }

        .next-pagination .next-pagination-item.next-current:focus, .next-pagination .next-pagination-item.next-current:hover {
            border-color: transparent;
            border-color: var(--pagination-item-current-hover-border-color,transparent);
            background: #eef3ff;
            background: var(--pagination-item-current-hover-bg,#eef3ff);
            color: #1047f5;
            color: var(--pagination-item-current-hover-color,#1047f5);
            -webkit-box-shadow: none;
            -webkit-box-shadow: var(--pagination-item-current-hover-shadow,none);
            box-shadow: none;
            box-shadow: var(--pagination-item-current-hover-shadow,none)
        }

.next-pagination-ellipsis {
    display: inline-block;
    color: #666;
    color: var(--pagination-ellipsis-color,#666);
    vertical-align: top
}

.next-pagination-display {
    display: inline-block;
    margin: 0 16px;
    color: #666;
    color: var(--pagination-total-color,#666);
    vertical-align: middle
}

    .next-pagination-display em {
        font-style: normal;
        color: #1047f5;
        color: var(--pagination-current-color,#1047f5)
    }

.next-pagination-jump-text {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    color: var(--pagination-jump-color,#666)
}

.next-pagination-jump-input {
    margin: 0 8px;
    margin: 0 var(--pagination-input-margin,8px);
    vertical-align: top
}

.next-pagination-jump-go {
    margin-left: 4px;
    vertical-align: top
}

.next-pagination-size-selector {
    display: inline-block;
    position: relative
}

.next-pagination-size-selector-title {
    margin-right: 8px;
    margin-right: var(--pagination-size-selector-title-margin-right,8px);
    color: #666;
    color: var(--pagination-size-selector-title-color,#666)
}

.next-pagination-size-selector-filter {
    display: inline-block;
    vertical-align: middle
}

.next-pagination-size-selector-dropdown {
    vertical-align: top;
    min-width: 64px
}

    .next-pagination-size-selector-dropdown .next-select-inner, .next-pagination-size-selector-popup {
        min-width: 64px
    }

.next-pagination-size-selector-btn.next-btn-text {
    height: auto;
    line-height: normal;
    color: #666;
    color: var(--pagination-size-selector-filter-color,#666);
    border-radius: 0
}

    .next-pagination-size-selector-btn.next-btn-text.next-current {
        color: #1047f5;
        color: var(--pagination-size-selector-filter-current-color,#1047f5)
    }

    .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn {
        border-left: 1px solid #c8c8c8;
        border-left: var(--line-1,1px) solid var(--color-line1-2,#c8c8c8)
    }

.next-pagination-pages + .next-pagination-size-selector, .next-pagination-size-selector + .next-pagination-pages {
    margin-left: 40px
}

.next-pagination.next-hide {
    display: none
}

.next-pagination.next-start .next-pagination-pages {
    float: right
}

.next-pagination.next-end .next-pagination-pages, .next-pagination.next-start .next-pagination-size-selector {
    float: left
}

.next-pagination.next-end .next-pagination-size-selector {
    float: right
}

.next-pagination.next-small .next-pagination-list {
    margin: 0 4px;
    margin: 0 var(--pagination-small-item-split,4px)
}

.next-pagination.next-small .next-pagination-total {
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    vertical-align: middle
}

.next-pagination.next-small .next-pagination-item {
    padding: 0 8px;
    padding: 0 var(--pagination-small-item-padding,8px);
    border-width: 0;
    border-width: var(--pagination-small-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-small-item-corner,2px)
}

    .next-pagination.next-small .next-pagination-item + .next-pagination-item {
        margin: 0 0 0 4px;
        margin: 0 0 0 var(--pagination-small-item-split,4px)
    }

.next-pagination.next-small .next-pagination-ellipsis {
    height: 28px;
    height: var(--form-element-small-height,28px);
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination.next-small .next-pagination-ellipsis .next-icon-remote, .next-pagination.next-small .next-pagination-ellipsis:before {
        width: 12px;
        width: var(--pagination-small-ellipsis-size,12px);
        font-size: 12px;
        font-size: var(--pagination-small-ellipsis-size,12px);
        line-height: inherit
    }

.next-pagination.next-small .next-pagination-display {
    font-size: 12px;
    font-size: var(--pagination-small-total-font-size,12px)
}

    .next-pagination.next-small .next-pagination-display em {
        font-size: 12px;
        font-size: var(--pagination-small-current-font-size,12px)
    }

.next-pagination.next-small .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--pagination-small-jump-font-size,12px)
}

.next-pagination.next-small .next-pagination-jump-input {
    width: 36px;
    width: var(--pagination-small-input-width,36px)
}

.next-pagination.next-small .next-pagination-size-selector-title {
    height: 28px;
    height: var(--form-element-small-height,28px);
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    font-size: 12px;
    font-size: var(--pagination-small-jump-font-size,12px);
    vertical-align: middle
}

.next-pagination.next-small .next-pagination-size-selector-btn {
    padding: 0 8px;
    padding: 0 var(--pagination-small-size-selector-number-padding,8px)
}

.next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i, .next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i {
    color: #666;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination.next-small.next-arrow-only .next-pagination-item.next-next, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev {
    width: 20px;
    padding: 0
}

    .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 {
    width: 20px;
    padding: 0
}

    .next-pagination.next-small.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
        margin: 0 auto
    }

.next-pagination.next-small.next-no-border .next-pagination-item.next-next, .next-pagination.next-small.next-no-border .next-pagination-item.next-prev {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .next-pagination.next-small.next-no-border .next-pagination-item.next-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: #1047f5;
        color: var(--pagination-arrow-hover-color-noboder,#1047f5)
    }

.next-pagination.next-small.next-no-border .next-pagination-display {
    margin: 0 8px
}

.next-pagination.next-small.next-mini .next-pagination-item.next-prev {
    margin-right: 4px
}

.next-pagination.next-small.next-mini .next-pagination-item.next-next {
    margin-left: 4px
}

.next-pagination.next-medium .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--pagination-item-split,8px)
}

.next-pagination.next-medium .next-pagination-total {
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    vertical-align: middle
}

.next-pagination.next-medium .next-pagination-item {
    padding: 0 12px;
    padding: 0 var(--pagination-item-padding,12px);
    border-width: 0;
    border-width: var(--pagination-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-item-corner,2px)
}

    .next-pagination.next-medium .next-pagination-item + .next-pagination-item {
        margin: 0 0 0 8px;
        margin: 0 0 0 var(--pagination-item-split,8px)
    }

.next-pagination.next-medium .next-pagination-ellipsis {
    height: 32px;
    height: var(--form-element-medium-height,32px);
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination.next-medium .next-pagination-ellipsis .next-icon-remote, .next-pagination.next-medium .next-pagination-ellipsis:before {
        width: 12px;
        width: var(--pagination-ellipsis-size,12px);
        font-size: 12px;
        font-size: var(--pagination-ellipsis-size,12px);
        line-height: inherit
    }

.next-pagination.next-medium .next-pagination-display {
    font-size: 14px;
    font-size: var(--pagination-total-font-size,14px)
}

    .next-pagination.next-medium .next-pagination-display em {
        font-size: 14px;
        font-size: var(--pagination-current-font-size,14px)
    }

.next-pagination.next-medium .next-pagination-jump-text {
    font-size: 14px;
    font-size: var(--pagination-jump-font-size,14px)
}

.next-pagination.next-medium .next-pagination-jump-input {
    width: 48px;
    width: var(--pagination-input-width,48px)
}

.next-pagination.next-medium .next-pagination-size-selector-title {
    height: 32px;
    height: var(--form-element-medium-height,32px);
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    font-size: 14px;
    font-size: var(--pagination-jump-font-size,14px);
    vertical-align: middle
}

.next-pagination.next-medium .next-pagination-size-selector-btn {
    padding: 0 12px;
    padding: 0 var(--pagination-size-selector-number-padding,12px)
}

.next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i, .next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i {
    color: #666;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev {
    width: 28px;
    padding: 0
}

    .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 {
    width: 28px;
    padding: 0
}

    .next-pagination.next-medium.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
        margin: 0 auto
    }

.next-pagination.next-medium.next-no-border .next-pagination-item.next-next, .next-pagination.next-medium.next-no-border .next-pagination-item.next-prev {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .next-pagination.next-medium.next-no-border .next-pagination-item.next-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: #1047f5;
        color: var(--pagination-arrow-hover-color-noboder,#1047f5)
    }

.next-pagination.next-medium.next-no-border .next-pagination-display {
    margin: 0 12px
}

.next-pagination.next-medium.next-mini .next-pagination-item.next-prev {
    margin-right: 4px
}

.next-pagination.next-medium.next-mini .next-pagination-item.next-next {
    margin-left: 4px
}

.next-pagination.next-large .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--pagination-large-item-split,8px)
}

.next-pagination.next-large .next-pagination-total {
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    vertical-align: middle
}

.next-pagination.next-large .next-pagination-item {
    padding: 0 12px;
    padding: 0 var(--pagination-large-item-padding,12px);
    border-width: 0;
    border-width: var(--pagination-large-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-large-item-corner,2px)
}

    .next-pagination.next-large .next-pagination-item + .next-pagination-item {
        margin: 0 0 0 8px;
        margin: 0 0 0 var(--pagination-large-item-split,8px)
    }

.next-pagination.next-large .next-pagination-ellipsis {
    height: 36px;
    height: var(--form-element-large-height,36px);
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination.next-large .next-pagination-ellipsis .next-icon-remote, .next-pagination.next-large .next-pagination-ellipsis:before {
        width: 16px;
        width: var(--pagination-large-ellipsis-size,16px);
        font-size: 16px;
        font-size: var(--pagination-large-ellipsis-size,16px);
        line-height: inherit
    }

.next-pagination.next-large .next-pagination-display {
    font-size: 14px;
    font-size: var(--pagination-large-total-font-size,14px)
}

    .next-pagination.next-large .next-pagination-display em {
        font-size: 14px;
        font-size: var(--pagination-large-current-font-size,14px)
    }

.next-pagination.next-large .next-pagination-jump-text {
    font-size: 14px;
    font-size: var(--pagination-large-jump-font-size,14px)
}

.next-pagination.next-large .next-pagination-jump-input {
    width: 48px;
    width: var(--pagination-large-input-width,48px)
}

.next-pagination.next-large .next-pagination-size-selector-title {
    height: 36px;
    height: var(--form-element-large-height,36px);
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    font-size: 14px;
    font-size: var(--pagination-large-jump-font-size,14px);
    vertical-align: middle
}

.next-pagination.next-large .next-pagination-size-selector-btn {
    padding: 0 12px;
    padding: 0 var(--pagination-large-size-selector-number-padding,12px)
}

.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;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination.next-large.next-arrow-only .next-pagination-item.next-next, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev {
    width: 40px;
    padding: 0
}

    .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 {
    width: 40px;
    padding: 0
}

    .next-pagination.next-large.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
        margin: 0 auto
    }

.next-pagination.next-large.next-no-border .next-pagination-item.next-next, .next-pagination.next-large.next-no-border .next-pagination-item.next-prev {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .next-pagination.next-large.next-no-border .next-pagination-item.next-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: #1047f5;
        color: var(--pagination-arrow-hover-color-noboder,#1047f5)
    }

.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";
    content: var(--pagination-icon-prev-content,"\E61D")
}

.next-pagination-icon-next:before {
    content: "\E619";
    content: var(--pagination-icon-next-content,"\E619")
}

.next-pagination-icon-ellipsis:before {
    content: "\E654";
    content: var(--pagination-icon-ellipsis-content,"\E654")
}

.next-paragraph {
    color: #ccc;
    color: var(--paragraph-text-color,#ccc)
}

.next-paragraph-short {
    line-height: 1.5;
    line-height: var(--paragraph-s-line-height,1.5)
}

.next-paragraph-long {
    line-height: 2;
    line-height: var(--paragraph-l-line-height,2)
}

.next-paragraph-small {
    font-size: 14px;
    font-size: var(--paragraph-s-font-size,14px)
}

.next-paragraph-medium {
    font-size: 14px;
    font-size: var(--paragraph-m-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, .next-progress-line *, .next-progress-line :after, .next-progress-line :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-progress-line {
    width: 100%;
    display: inline-block;
    position: relative
}

.next-progress-line-container {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.next-progress-line-underlay {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #e1e1e1;
    background: var(--progress-line-underlay-color,#e1e1e1)
}

.next-progress-line-overlay {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.next-progress-line-overlay-normal {
    background: #1047f5;
    background: var(--progress-line-normal-color,#1047f5)
}

.next-progress-line-overlay-success {
    background: #04c3b3;
    background: var(--progress-line-success-color,#04c3b3)
}

.next-progress-line-overlay-error {
    background: #f33200;
    background: var(--progress-line-error-color,#f33200)
}

.next-progress-line-overlay-started {
    background: #1047f5;
    background: var(--progress-line-started-color,#1047f5)
}

.next-progress-line-overlay-middle {
    background: #1047f5;
    background: var(--progress-line-middle-color,#1047f5)
}

.next-progress-line-overlay-finishing {
    background: #04c3b3;
    background: var(--progress-line-finishing-color,#04c3b3)
}

.next-progress-line.next-small .next-progress-line-overlay, .next-progress-line.next-small .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-s,8px);
    height: 4px;
    height: var(--progress-line-height-size-s,4px)
}

.next-progress-line.next-small .next-progress-line-overlay {
    top: 50%;
    margin-top: -2px;
    margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2)
}

.next-progress-line.next-small .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-s,12px);
    line-height: 4px;
    line-height: var(--progress-line-height-size-s,4px)
}

.next-progress-line.next-medium .next-progress-line-overlay, .next-progress-line.next-medium .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-m,8px);
    height: 8px;
    height: var(--progress-line-height-size-m,8px)
}

.next-progress-line.next-medium .next-progress-line-overlay {
    top: 50%;
    margin-top: -4px;
    margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2)
}

.next-progress-line.next-medium .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-m,12px);
    line-height: 8px;
    line-height: var(--progress-line-height-size-m,8px)
}

.next-progress-line.next-large .next-progress-line-overlay, .next-progress-line.next-large .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-l,8px);
    height: 12px;
    height: var(--progress-line-height-size-l,12px)
}

.next-progress-line.next-large .next-progress-line-overlay {
    top: 50%;
    margin-top: -6px;
    margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2)
}

.next-progress-line.next-large .next-progress-line-text {
    font-size: 14px;
    font-size: var(--progress-line-font-l,14px);
    line-height: 12px;
    line-height: var(--progress-line-height-size-l,12px)
}

.next-progress-line-show-info .next-progress-line-container {
    padding-right: 60px;
    margin-right: -60px
}

.next-progress-line-show-info .next-progress-line-text {
    width: 50px;
    text-align: left;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    color: #333;
    color: var(--progress-line-font-color,#333)
}

.next-progress-line-show-border .next-progress-line-underlay {
    border: 1px solid #e1e1e1;
    border: var(--progress-line-underlay-border-width,1px) solid var(--progress-line-underlay-border-color,#e1e1e1)
}

.next-progress-line-show-border.next-small .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-s,8px);
    height: 6px;
    height: calc(var(--progress-line-height-size-s, 4px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-line-show-border.next-small .next-progress-line-overlay {
    height: 4px;
    height: var(--progress-line-height-size-s,4px);
    border-radius: 8px;
    border-radius: var(--progress-line-radius-s,8px);
    top: 50%;
    margin-top: -2px;
    margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2)
}

.next-progress-line-show-border.next-small .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-s,12px);
    line-height: 6px;
    line-height: calc(var(--progress-line-height-size-s, 4px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-line-show-border.next-medium .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-m,8px);
    height: 10px;
    height: calc(var(--progress-line-height-size-m, 8px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-line-show-border.next-medium .next-progress-line-overlay {
    height: 8px;
    height: var(--progress-line-height-size-m,8px);
    border-radius: 8px;
    border-radius: var(--progress-line-radius-m,8px);
    top: 50%;
    margin-top: -4px;
    margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2)
}

.next-progress-line-show-border.next-medium .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-m,12px);
    line-height: 10px;
    line-height: calc(var(--progress-line-height-size-m, 8px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-line-show-border.next-large .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-l,8px);
    height: 14px;
    height: calc(var(--progress-line-height-size-l, 12px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-line-show-border.next-large .next-progress-line-overlay {
    height: 12px;
    height: var(--progress-line-height-size-l,12px);
    border-radius: 8px;
    border-radius: var(--progress-line-radius-l,8px);
    top: 50%;
    margin-top: -6px;
    margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2)
}

.next-progress-line-show-border.next-large .next-progress-line-text {
    font-size: 14px;
    font-size: var(--progress-line-font-l,14px);
    line-height: 14px;
    line-height: calc(var(--progress-line-height-size-l, 12px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-circle, .next-progress-circle *, .next-progress-circle :after, .next-progress-circle :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-progress-circle {
    position: relative;
    display: inline-block
}

.next-progress-circle-underlay {
    stroke-width: 8px;
    stroke-width: var(--progress-circle-underlay-width,8px);
    stroke: #e1e1e1;
    stroke: var(--progress-circle-underlay-color,#e1e1e1)
}

.next-progress-circle-overlay {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    stroke-linecap: round;
    stroke-linecap: var(--progress-circle-corner,round);
    stroke-width: 8px;
    stroke-width: var(--progress-circle-overlay-width,8px)
}

.next-progress-circle-overlay-normal {
    stroke: #1047f5;
    stroke: var(--progress-circle-normal-color,#1047f5)
}

.next-progress-circle-overlay-success {
    stroke: #04c3b3;
    stroke: var(--progress-circle-success-color,#04c3b3)
}

.next-progress-circle-overlay-error {
    stroke: #f33200;
    stroke: var(--progress-circle-error-color,#f33200)
}

.next-progress-circle-overlay-started {
    stroke: #f33200;
    stroke: var(--progress-circle-started-color,#f33200)
}

.next-progress-circle-overlay-middle {
    stroke: #ff6a00;
    stroke: var(--progress-circle-middle-color,#ff6a00)
}

.next-progress-circle-overlay-finishing {
    stroke: #04c3b3;
    stroke: var(--progress-circle-finishing-color,#04c3b3)
}

.next-progress-circle.next-small {
    width: 100px;
    width: var(--progress-circle-size-s,100px);
    height: 100px;
    height: var(--progress-circle-size-s,100px);
    font-size: 14px;
    font-size: var(--progress-circle-font-s,14px)
}

.next-progress-circle.next-medium {
    width: 116px;
    width: var(--progress-circle-size-m,116px);
    height: 116px;
    height: var(--progress-circle-size-m,116px);
    font-size: 16px;
    font-size: var(--progress-circle-font-m,16px)
}

.next-progress-circle.next-large {
    width: 132px;
    width: var(--progress-circle-size-l,132px);
    height: 132px;
    height: var(--progress-circle-size-l,132px);
    font-size: 16px;
    font-size: var(--progress-circle-font-l,16px)
}

.next-progress-circle-text {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    color: #333;
    color: var(--progress-circle-text-color,#333)
}

.next-range {
    width: 100%;
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

    .next-range, .next-range *, .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-top: auto;
                margin-bottom: auto
            }

        .next-range .next-range-track {
            width: 100%
        }

        .next-range .next-range-selected, .next-range .next-range-track {
            position: absolute;
            top: 50%;
            border-radius: 0;
            border-radius: var(--range-size-m-track-radius,0)
        }

        .next-range .next-range-selected {
            width: 0;
            left: 0
        }

        .next-range .next-range-scale {
            position: relative;
            width: 100%;
            height: 4px;
            height: var(--range-size-m-scale-height,4px)
        }

            .next-range .next-range-scale .next-range-scale-item {
                position: absolute;
                left: 0;
                width: 2px;
                border: 1px solid;
                border: var(--range-size-m-scale-item-border-width,1px) solid;
                border-radius: 0;
                border-radius: var(--range-size-m-scale-radius,0)
            }

                .next-range .next-range-scale .next-range-scale-item:last-child {
                    margin-left: -2px;
                    margin-left: calc(0px - var(--range-size-m-scale-item-border-width, 1px)*2)
                }

        .next-range .next-range-slider {
            position: absolute;
            top: 50%;
            left: 0;
            border-radius: 50%
        }

        .next-range .next-range-slider-inner {
            position: absolute;
            top: 50%;
            left: 50%;
            border: 1px solid #1047f5;
            border: var(--range-size-slider-border-width,1px) var(--range-size-slider-border-style,solid) var(--range-normal-slider-border-color,#1047f5);
            border-radius: 50%;
            -webkit-transition: border-color .1s linear,-webkit-transform .1s linear;
            transition: border-color .1s linear,-webkit-transform .1s linear;
            transition: transform .1s linear,border-color .1s linear;
            transition: transform .1s linear,border-color .1s linear,-webkit-transform .1s linear
        }

        .next-range .next-range-frag.next-range-active .next-range-slider .next-range-slider-inner, .next-range .next-range-slider.next-range-slider-moving .next-range-slider-inner {
            border: 2px solid #1047f5;
            border: var(--line-2,2px) var(--line-solid,solid) var(--range-normal-selected-color,#1047f5);
            -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 4px 4px 8px 0 rgba(0,0,0,.08);
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

        .next-range .next-range-mark {
            position: relative;
            cursor: auto
        }

            .next-range .next-range-mark .next-range-mark-text {
                position: absolute;
                left: 0;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                padding-left: 2px;
                text-align: center
            }

        .next-range .next-range-frag {
            position: absolute;
            top: 0
        }

            .next-range .next-range-frag .next-range-slider {
                left: 0
            }

                .next-range .next-range-frag .next-range-slider:nth-child(2) {
                    left: 100%
                }

            .next-range .next-range-frag .next-range-selected {
                width: 100%
            }

        .next-range.disabled {
            cursor: not-allowed
        }

            .next-range.disabled .next-range-mark {
                cursor: auto
            }

        .next-range .next-range-track {
            background: #e1e1e1;
            background: var(--range-normal-unselected-color,#e1e1e1)
        }

            .next-range .next-range-track:hover {
                background: #e1e1e1;
                background: var(--range-normal-unselected-color-hover,#e1e1e1)
            }

        .next-range .next-range-selected {
            background: #1047f5;
            background: var(--range-normal-selected-color,#1047f5)
        }

            .next-range .next-range-selected:hover {
                background: #1047f5;
                background: var(--range-normal-selected-color-hover,#1047f5)
            }

        .next-range .next-range-scale .next-range-scale-item {
            border-color: #e1e1e1;
            border-color: var(--range-normal-unselected-color,#e1e1e1);
            background: #e1e1e1;
            background: var(--range-normal-unselected-color,#e1e1e1)
        }

            .next-range .next-range-scale .next-range-scale-item:hover {
                border-color: #e1e1e1;
                border-color: var(--range-normal-unselected-color-hover,#e1e1e1)
            }

            .next-range .next-range-scale .next-range-scale-item.activated {
                border-color: #1047f5;
                border-color: var(--range-normal-selected-color,#1047f5);
                background: #1047f5;
                background: var(--range-normal-selected-color,#1047f5)
            }

                .next-range .next-range-scale .next-range-scale-item.activated:hover {
                    border-color: #1047f5;
                    border-color: var(--range-normal-selected-color-hover,#1047f5)
                }

        .next-range .next-range-slider-inner {
            background: #fff;
            background: var(--range-normal-slider-bg-color,#fff);
            border-color: #1047f5;
            border-color: var(--range-normal-slider-border-color,#1047f5)
        }

            .next-range .next-range-slider-inner:hover {
                background: #fff;
                background: var(--range-normal-slider-bg-color-hover,#fff);
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2)
            }

        .next-range .next-range-mark .next-range-mark-text {
            color: #666;
            color: var(--range-normal-mark-color,#666)
        }

            .next-range .next-range-mark .next-range-mark-text:hover {
                color: #acacac;
                color: var(--range-normal-mark-color-hover,#acacac)
            }

            .next-range .next-range-mark .next-range-mark-text.activated {
                color: #666;
                color: var(--range-normal-mark-selected-color,#666)
            }

                .next-range .next-range-mark .next-range-mark-text.activated:hover {
                    color: #333;
                    color: var(--range-normal-mark-selected-color-hover,#333)
                }

        .next-range.disabled .next-range-track {
            background: #e1e1e1;
            background: var(--range-normal-unselected-color-disabled,#e1e1e1)
        }

        .next-range.disabled .next-range-selected {
            background: #1047f5;
            background: var(--range-normal-selected-color-disabled,#1047f5)
        }

        .next-range.disabled .next-range-scale-item {
            border-color: #e1e1e1;
            border-color: var(--range-normal-unselected-color-disabled,#e1e1e1)
        }

            .next-range.disabled .next-range-scale-item.activated {
                border-color: #1047f5;
                border-color: var(--range-normal-selected-color-disabled,#1047f5)
            }

        .next-range.disabled .next-range-slider-inner {
            background: #e1e1e1;
            background: var(--range-normal-slider-bg-color-disabled,#e1e1e1);
            border-color: #c8c8c8;
            border-color: var(--range-normal-slider-border-color-disabled,#c8c8c8);
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .next-range.disabled .next-range-mark-text {
            color: #333;
            color: var(--range-normal-mark-color-disabled,#333)
        }

            .next-range.disabled .next-range-mark-text.activated {
                color: #333;
                color: var(--range-normal-mark-selected-color-disabled,#333)
            }

        .next-range .next-range-selected, .next-range .next-range-track {
            height: 4px;
            height: var(--range-size-m-track-height,4px);
            margin-top: -2px;
            margin-top: calc(0px - var(--range-size-m-track-height, 4px)/2)
        }

        .next-range .next-range-frag {
            margin-top: 0;
            margin-top: calc(var(--range-size-m-scale-height, 4px)/2 - var(--range-size-m-track-height, 4px)/2);
            height: 4px;
            height: var(--range-size-m-track-height,4px)
        }

        .next-range .next-range-slider {
            -webkit-box-shadow: none;
            -webkit-box-shadow: var(--range-size-m-slider-shadow,none);
            box-shadow: none;
            box-shadow: var(--range-size-m-slider-shadow,none)
        }

        .next-range .next-range-slider, .next-range .next-range-slider-inner {
            height: 16px;
            height: var(--range-size-m-slider-hw,16px);
            width: 16px;
            width: var(--range-size-m-slider-hw,16px);
            margin-top: -8px;
            margin-top: calc(0px - var(--range-size-m-slider-hw, 16px)/2);
            margin-left: -8px;
            margin-left: calc(0px - var(--range-size-m-slider-hw, 16px)/2)
        }

        .next-range .next-range-mark {
            display: block
        }

            .next-range .next-range-mark .next-range-mark-text {
                font-size: 12px;
                font-size: var(--range-size-m-mark-font-size,12px);
                font-weight: 400;
                font-weight: var(--range-size-m-mark-font-weight,normal);
                line-height: 20px;
                line-height: var(--range-size-m-mark-font-lineheight,20px);
                height: 20px;
                height: var(--range-size-m-mark-font-lineheight,20px)
            }

            .next-range .next-range-mark.next-range-mark-below {
                height: 28px;
                height: var(--range-size-m-mark-top,28px)
            }

                .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: 28px;
                height: var(--range-size-m-mark-top,28px)
            }

        .next-range .next-range-scale .next-range-scale-item {
            height: 4px;
            height: var(--range-size-m-scale-height,4px)
        }

        .next-range.simulation-hover > .next-range-slider-inner {
            background: #fff;
            background: var(--range-normal-slider-bg-color-hover,#fff);
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

        .next-range.simulation-hover .next-range-selected {
            background: #1047f5;
            background: var(--range-normal-selected-color-hover,#1047f5)
        }

        .next-range.simulation-hover .next-range-track {
            background: #e1e1e1;
            background: var(--range-normal-unselected-color-hover,#e1e1e1)
        }

        .next-range.simulation-hover .next-range-scale-item {
            border-color: #e1e1e1;
            border-color: var(--range-normal-unselected-color-hover,#e1e1e1)
        }

            .next-range.simulation-hover .next-range-scale-item.activated {
                border-color: #1047f5;
                border-color: var(--range-normal-selected-color-hover,#1047f5)
            }

        .next-range.simulation-click > .next-range-slider-inner {
            border: 2px solid #1047f5;
            border: 2px solid var(--range-normal-selected-color,#1047f5);
            -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 4px 4px 8px 0 rgba(0,0,0,.08);
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

        .next-range[dir=rtl] .next-range-mark {
            position: relative;
            cursor: auto
        }

            .next-range[dir=rtl] .next-range-mark .next-range-mark-text {
                position: absolute;
                right: 0;
                -webkit-transform: translateX(50%);
                -ms-transform: translateX(50%);
                transform: translateX(50%);
                padding-right: 2px;
                text-align: center
            }

.next-rating[dir=rtl] .next-rating-overlay {
    right: 0;
    left: auto
}

    .next-rating[dir=rtl] .next-rating-overlay .next-rating-icon, .next-rating[dir=rtl] .next-rating-underlay .next-rating-icon {
        margin-right: 4px;
        margin-left: 0
    }

        .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 {
    vertical-align: top;
    display: inline-block;
    position: relative
}

    .next-rating:after {
        visibility: hidden;
        display: block;
        height: 0;
        font-size: 0;
        content: " ";
        clear: both
    }

.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";
    content: var(--rating-grade-icon-content,"\E60E")
}

.next-rating-underlay {
    white-space: nowrap;
    overflow: hidden
}

    .next-rating-underlay .next-icon {
        color: #e1e1e1;
        color: var(--rating-normal-underlay-color,#e1e1e1)
    }

.next-rating-stroke-mode .next-rating-underlay .next-icon {
    color: transparent;
    -webkit-text-stroke: 1px #1047f5;
    -webkit-text-stroke: 1px var(--rating-normal-overlay-color,#1047f5)
}

.next-rating-overlay {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width: 0;
    top: 0;
    left: 0
}

    .next-rating-overlay .next-icon {
        color: #1047f5;
        color: var(--rating-normal-overlay-color,#1047f5)
    }

    .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 .1s linear;
        transition: all .1s linear
    }

        .next-rating-overlay .next-icon.hover, .next-rating-underlay .next-icon.hover {
            -webkit-transform: scale3d(1.1,1.1,1.1);
            transform: scale3d(1.1,1.1,1.1)
        }

        .next-rating-overlay .next-icon.clicked, .next-rating-underlay .next-icon.clicked {
            -webkit-transform: scale3d(.9,.9,.9);
            transform: scale3d(.9,.9,.9)
        }

.next-rating-info {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    border: 1px solid #d8d8d8;
    border: 1px solid var(--color-fill1-4,#d8d8d8);
    background: #fff;
    padding: 4px 8px 3px;
    font-size: 12px;
    white-space: nowrap
}

    .next-rating-info:after {
        position: absolute;
        content: "";
        width: 4px;
        height: 4px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
        border: 1px solid var(--color-fill1-4,#d8d8d8);
        background: #fff;
        border-bottom: 1px solid transparent;
        border-right: 1px solid transparent;
        top: -3px;
        left: 4px
    }

.next-rating.hover, .next-rating:focus .next-rating-base:not(.next-rating-base-disabled) {
    outline: none
}

    .next-rating.hover .next-rating-overlay .next-icon, .next-rating:focus .next-rating-base:not(.next-rating-base-disabled) .next-rating-overlay .next-icon {
        color: #fccc12;
        color: var(--rating-normal-overlay-hover-color,#fccc12)
    }

.next-rating-grade-low.hover .next-rating-overlay .next-icon, .next-rating-grade-low .next-rating-overlay .next-icon {
    color: #fccc12;
    color: var(--rating-grade-low-overlay-color,#fccc12)
}

.next-rating-grade-high .next-rating-overlay .next-icon {
    color: #fccc12;
    color: var(--rating-grade-high-overlay-color,#fccc12)
}

.next-rating-grade-high.hover .next-rating-overlay .next-icon {
    color: #fccc12;
    color: var(--rating-grade-high-overlay-hover-color,#fccc12)
}

.next-rating-small {
    font-size: 14px;
    font-size: var(--rating-small-font-size,14px)
}

    .next-rating-small .next-icon .next-icon-remote, .next-rating-small .next-icon:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-rating-small .next-rating-text {
        margin-left: 8px;
        margin-left: var(--rating-small-text-margin-left,8px)
    }

.next-rating-medium {
    font-size: 14px;
    font-size: var(--rating-medium-font-size,14px)
}

    .next-rating-medium .next-icon .next-icon-remote, .next-rating-medium .next-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-rating-medium .next-rating-text {
        margin-left: 12px;
        margin-left: var(--rating-medium-text-margin-left,12px)
    }

.next-rating-large {
    font-size: 16px;
    font-size: var(--rating-large-font-size,16px)
}

    .next-rating-large .next-icon .next-icon-remote, .next-rating-large .next-icon:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-rating-large .next-rating-text {
        margin-left: 16px;
        margin-left: var(--rating-large-text-margin-left,16px)
    }

.next-search-simple[dir=rtl].next-large .next-search-icon {
    margin-left: 12px;
    margin-right: 0
}

.next-search-simple[dir=rtl].next-medium .next-search-icon {
    margin-left: 8px;
    margin-right: 0
}

.next-search-simple[dir=rtl].next-normal .next-search-left .next-search-left-addon {
    border-left: 1px solid #c8c8c8;
    border-left: 1px solid var(--search-simple-normal-split-color,#c8c8c8);
    border-right: none
}

.next-search-simple[dir=rtl].next-dark .next-search-left {
    border-color: #c8c8c8;
    border-color: var(--search-simple-dark-color,#c8c8c8)
}

    .next-search-simple[dir=rtl].next-dark .next-search-left .next-search-left-addon {
        border-right: 1px solid #c8c8c8;
        border-right: 1px solid var(--search-simple-dark-split-color,#c8c8c8)
    }

.next-search-simple[dir=rtl].next-dark:hover .next-search-left {
    border-color: #e1e1e1;
    border-color: var(--search-simple-dark-hover-color,#e1e1e1)
}

.next-search-simple[dir=rtl].next-dark .next-search-icon {
    color: #f3f3f3;
    color: var(--search-simple-dark-icon-text-color,#f3f3f3)
}

    .next-search-simple[dir=rtl].next-dark .next-search-icon:hover {
        color: #fff;
        color: var(--search-simple-dark-icon-hover-text-color,#fff)
    }

.next-search-normal[dir=rtl] .next-search-left {
    border-left: none;
    border-top-right-radius: 4px;
    border-top-right-radius: var(--search-normal-corner,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--search-normal-corner,4px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.next-search-normal[dir=rtl] .next-search-btn.next-btn {
    border-radius: 4px 0 0 4px !important;
    border-radius: var(--search-normal-corner,4px) 0 0 var(--search-normal-corner,4px) !important
}

.next-search-normal[dir=rtl] .next-input {
    border-radius: 0 4px 4px 0;
    border-radius: 0 var(--search-normal-corner,4px) var(--search-normal-corner,4px) 0
}

.next-search-normal[dir=rtl].next-primary .next-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-top-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px));
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px))
}

.next-search-normal[dir=rtl].next-primary .next-search-left .next-search-left-addon {
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid var(--search-normal-primary-split-color,#e1e1e1);
    border-right: none
}

.next-search-normal[dir=rtl].next-secondary .next-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-top-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px));
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px))
}

.next-search-normal[dir=rtl].next-secondary .next-search-left .next-search-left-addon {
    border-left: 1px solid #c8c8c8;
    border-left: 1px solid var(--search-normal-secondary-split-color,#c8c8c8);
    border-right: none
}

.next-search-normal[dir=rtl].next-normal .next-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-top-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px));
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px))
}

.next-search-normal[dir=rtl].next-normal .next-search-left .next-search-left-addon {
    border-left: 1px solid #c8c8c8;
    border-left: 1px solid var(--search-normal-normal-split-color,#c8c8c8);
    border-right: none
}

.next-search-normal[dir=rtl].next-dark .next-search-left .next-search-left-addon {
    border-left: 1px solid #1047f5;
    border-left: 1px solid var(--search-normal-dark-color,#1047f5);
    border-right: none
}

.next-search {
    width: 100%;
    display: inline-block
}

    .next-search, .next-search *, .next-search :after, .next-search :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-search .next-input, .next-search .next-select {
            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 .1s linear;
            transition: all .1s linear
        }

        .next-search .next-search-left-addon .next-input, .next-search .next-search-left-addon .next-select-trigger-search {
            min-height: 100%;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0
        }

        .next-search .next-search-left-addon .next-select-values {
            line-height: 1
        }

        .next-search .next-search-left-addon.next-input-group-addon .next-select {
            margin: 0
        }

        .next-search .next-search-left-addon + .next-search-input .next-input {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

        .next-search .next-search-input {
            width: 100%
        }

        .next-search .next-search-btn {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .next-search .next-search-symbol-icon:before {
            content: "\E656";
            content: var(--search-search-icon-content,"\E656")
        }

.next-search-normal {
    width: 600px
}

    .next-search-normal .next-search-left {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--search-normal-corner,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--search-normal-corner,4px)
    }

    .next-search-normal .next-input {
        border-radius: 4px 0 0 4px;
        border-radius: var(--search-normal-corner,4px) 0 0 var(--search-normal-corner,4px)
    }

    .next-search-normal .next-btn {
        border-radius: 0 4px 4px 0;
        border-radius: 0 var(--search-normal-corner,4px) var(--search-normal-corner,4px) 0
    }

    .next-search-normal.next-primary .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-normal-primary-color,#1047f5)
    }

        .next-search-normal.next-primary .next-search-left .next-search-left-addon {
            border-right: 1px solid #e1e1e1;
            border-right: 1px solid var(--search-normal-primary-split-color,#e1e1e1)
        }

    .next-search-normal.next-primary:hover .next-btn, .next-search-normal.next-primary:hover .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-normal-primary-hover-color,#1047f5)
    }

    .next-search-normal.next-primary .next-search-btn {
        background: #1047f5;
        background: var(--search-normal-primary-color,#1047f5);
        border-color: #1047f5;
        border-color: var(--search-normal-primary-color,#1047f5);
        color: #fff;
        color: var(--search-normal-primary-btn-text-color,#fff)
    }

        .next-search-normal.next-primary .next-search-btn:hover {
            background: #0c38c4;
            background: var(--search-normal-primary-btn-hover-bg-color,#0c38c4);
            border-color: #1047f5;
            border-color: var(--search-normal-primary-hover-color,#1047f5);
            color: #fff;
            color: var(--search-normal-primary-btn-hover-text-color,#fff)
        }

        .next-search-normal.next-primary .next-search-btn .next-icon {
            color: #fff;
            color: var(--search-normal-primary-btn-text-color,#fff)
        }

            .next-search-normal.next-primary .next-search-btn .next-icon:hover {
                color: #fff;
                color: var(--search-normal-primary-btn-hover-text-color,#fff)
            }

    .next-search-normal.next-primary.next-large {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-primary-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-primary-shadow,none)
    }

        .next-search-normal.next-primary.next-large .next-search-btn, .next-search-normal.next-primary.next-large .next-search-left {
            border-width: 1px;
            border-width: var(--search-normal-primary-border-width,1px);
            height: 36px;
            height: var(--search-normal-primary-l-height,36px)
        }

        .next-search-normal.next-primary.next-large .next-search-input {
            height: 34px;
            height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-primary.next-large .next-search-input input {
                line-height: 34px \0;
                line-height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px)*2) \0
            }

            .next-search-normal.next-primary.next-large .next-search-input input, .next-search-normal.next-primary.next-large .next-select {
                height: 34px;
                height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px)*2)
            }

        .next-search-normal.next-primary.next-large .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-primary-l-btn-text-size,14px)
        }

            .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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-primary.next-large .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-primary-btn-text-padding-left,4px)
            }

    .next-search-normal.next-primary.next-medium {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-primary-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-primary-shadow,none)
    }

        .next-search-normal.next-primary.next-medium .next-search-btn, .next-search-normal.next-primary.next-medium .next-search-left {
            border-width: 1px;
            border-width: var(--search-normal-primary-border-width,1px);
            height: 32px;
            height: var(--search-normal-primary-m-height,32px)
        }

        .next-search-normal.next-primary.next-medium .next-search-input {
            height: 30px;
            height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-primary.next-medium .next-search-input input {
                line-height: 30px \0;
                line-height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px)*2) \0
            }

            .next-search-normal.next-primary.next-medium .next-search-input input, .next-search-normal.next-primary.next-medium .next-select {
                height: 30px;
                height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px)*2)
            }

        .next-search-normal.next-primary.next-medium .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-primary-m-btn-text-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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-primary.next-medium .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-primary-btn-text-padding-left,4px)
            }

    .next-search-normal.next-primary .next-input {
        border-top-left-radius: 3px;
        border-top-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px));
        border-bottom-left-radius: 3px;
        border-bottom-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px))
    }

    .next-search-normal.next-secondary .next-search-left {
        border-color: #c8c8c8;
        border-color: var(--search-normal-secondary-color,#c8c8c8)
    }

        .next-search-normal.next-secondary .next-search-left .next-search-left-addon {
            border-right: 1px solid #c8c8c8;
            border-right: 1px solid var(--search-normal-secondary-split-color,#c8c8c8)
        }

    .next-search-normal.next-secondary:hover .next-btn, .next-search-normal.next-secondary:hover .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-normal-secondary-hover-color,#1047f5)
    }

    .next-search-normal.next-secondary .next-search-btn {
        background: #eef3ff;
        background: var(--search-normal-secondary-btn-bg-color,#eef3ff);
        border-color: #eef3ff;
        border-color: var(--search-normal-secondary-btn-bg-color,#eef3ff);
        color: #1047f5;
        color: var(--search-normal-secondary-btn-text-color,#1047f5)
    }

        .next-search-normal.next-secondary .next-search-btn:hover {
            background: #dfe8ff;
            background: var(--search-normal-secondary-btn-hover-bg-color,#dfe8ff);
            border-color: #1047f5;
            border-color: var(--search-normal-secondary-hover-color,#1047f5);
            color: #1047f5;
            color: var(--search-normal-secondary-btn-hover-text-color,#1047f5)
        }

        .next-search-normal.next-secondary .next-search-btn .next-icon {
            color: #1047f5;
            color: var(--search-normal-secondary-btn-text-color,#1047f5)
        }

            .next-search-normal.next-secondary .next-search-btn .next-icon:hover {
                color: #1047f5;
                color: var(--search-normal-secondary-btn-hover-text-color,#1047f5)
            }

    .next-search-normal.next-secondary.next-large {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-secondary-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-secondary-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;
            border-width: var(--search-normal-secondary-border-width,1px);
            height: 36px;
            height: var(--search-normal-secondary-l-height,36px)
        }

        .next-search-normal.next-secondary.next-large .next-search-input {
            height: 34px;
            height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-secondary.next-large .next-search-input input {
                line-height: 34px \0;
                line-height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px)*2) \0
            }

            .next-search-normal.next-secondary.next-large .next-search-input input, .next-search-normal.next-secondary.next-large .next-select {
                height: 34px;
                height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px)*2)
            }

        .next-search-normal.next-secondary.next-large .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-secondary-l-btn-text-size,14px)
        }

            .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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-secondary.next-large .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-secondary-btn-text-padding-left,4px)
            }

    .next-search-normal.next-secondary.next-medium {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-secondary-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-secondary-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;
            border-width: var(--search-normal-secondary-border-width,1px);
            height: 32px;
            height: var(--search-normal-secondary-m-height,32px)
        }

        .next-search-normal.next-secondary.next-medium .next-search-input {
            height: 30px;
            height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-secondary.next-medium .next-search-input input {
                line-height: 30px \0;
                line-height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px)*2) \0
            }

            .next-search-normal.next-secondary.next-medium .next-search-input input, .next-search-normal.next-secondary.next-medium .next-select {
                height: 30px;
                height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px)*2)
            }

        .next-search-normal.next-secondary.next-medium .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-secondary-m-btn-text-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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-secondary.next-medium .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-secondary-btn-text-padding-left,4px)
            }

    .next-search-normal.next-secondary .next-input {
        border-top-left-radius: 3px;
        border-top-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-secondary-border-width, 1px));
        border-bottom-left-radius: 3px;
        border-bottom-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-secondary-border-width, 1px))
    }

    .next-search-normal.next-normal .next-search-left {
        border-color: #c8c8c8;
        border-color: var(--search-normal-normal-color,#c8c8c8)
    }

        .next-search-normal.next-normal .next-search-left .next-search-left-addon {
            border-right: 1px solid #c8c8c8;
            border-right: 1px solid var(--search-normal-normal-split-color,#c8c8c8)
        }

    .next-search-normal.next-normal:hover .next-btn, .next-search-normal.next-normal:hover .next-search-left {
        border-color: #a2a3a5;
        border-color: var(--search-normal-normal-hover-color,#a2a3a5)
    }

    .next-search-normal.next-normal .next-search-btn {
        background: #fff;
        background: var(--search-normal-normal-btn-bg-color,#fff);
        border-color: #c8c8c8;
        border-color: var(--search-normal-normal-color,#c8c8c8);
        color: #666;
        color: var(--search-normal-normal-btn-text-color,#666)
    }

        .next-search-normal.next-normal .next-search-btn:hover {
            background: #f3f3f3;
            background: var(--search-normal-normal-btn-hover-bg-color,#f3f3f3);
            border-color: #a2a3a5;
            border-color: var(--search-normal-normal-hover-color,#a2a3a5);
            color: #000;
            color: var(--search-normal-normal-btn-hover-text-color,#000)
        }

        .next-search-normal.next-normal .next-search-btn .next-icon {
            color: #666;
            color: var(--search-normal-normal-btn-text-color,#666)
        }

            .next-search-normal.next-normal .next-search-btn .next-icon:hover {
                color: #000;
                color: var(--search-normal-normal-btn-hover-text-color,#000)
            }

    .next-search-normal.next-normal.next-large {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-normal-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-normal-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;
            border-width: var(--search-normal-normal-border-width,1px);
            height: 36px;
            height: var(--search-normal-normal-l-height,36px)
        }

        .next-search-normal.next-normal.next-large .next-search-input {
            height: 34px;
            height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-normal.next-large .next-search-input input {
                line-height: 34px \0;
                line-height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px)*2) \0
            }

            .next-search-normal.next-normal.next-large .next-search-input input, .next-search-normal.next-normal.next-large .next-select {
                height: 34px;
                height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px)*2)
            }

        .next-search-normal.next-normal.next-large .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-normal-l-btn-text-size,14px)
        }

            .next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote, .next-search-normal.next-normal.next-large .next-search-btn .next-icon:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-normal.next-large .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-normal-btn-text-padding-left,4px)
            }

    .next-search-normal.next-normal.next-medium {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-normal-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-normal-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;
            border-width: var(--search-normal-normal-border-width,1px);
            height: 32px;
            height: var(--search-normal-normal-m-height,32px)
        }

        .next-search-normal.next-normal.next-medium .next-search-input {
            height: 30px;
            height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-normal.next-medium .next-search-input input {
                line-height: 30px \0;
                line-height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px)*2) \0
            }

            .next-search-normal.next-normal.next-medium .next-search-input input, .next-search-normal.next-normal.next-medium .next-select {
                height: 30px;
                height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px)*2)
            }

        .next-search-normal.next-normal.next-medium .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-normal-m-btn-text-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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-normal.next-medium .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-normal-btn-text-padding-left,4px)
            }

    .next-search-normal.next-normal .next-input {
        border-top-left-radius: 3px;
        border-top-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-normal-border-width, 1px));
        border-bottom-left-radius: 3px;
        border-bottom-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-normal-border-width, 1px))
    }

    .next-search-normal.next-dark .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-normal-dark-color,#1047f5)
    }

        .next-search-normal.next-dark .next-search-left .next-search-left-addon {
            border-right: 1px solid #1047f5;
            border-right: 1px solid var(--search-normal-dark-color,#1047f5)
        }

    .next-search-normal.next-dark:hover .next-btn, .next-search-normal.next-dark:hover .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-normal-dark-hover-color,#1047f5)
    }

    .next-search-normal.next-dark .next-search-btn {
        background: #1047f5;
        background: var(--search-normal-dark-color,#1047f5);
        border-color: #1047f5;
        border-color: var(--search-normal-dark-color,#1047f5);
        color: #fff;
        color: var(--search-normal-dark-btn-text-color,#fff)
    }

        .next-search-normal.next-dark .next-search-btn:hover {
            background: #0c38c4;
            background: var(--search-normal-dark-btn-hover-bg-color,#0c38c4);
            border-color: #1047f5;
            border-color: var(--search-normal-dark-hover-color,#1047f5);
            color: #fff;
            color: var(--search-normal-dark-btn-hover-text-color,#fff)
        }

        .next-search-normal.next-dark .next-search-btn .next-icon {
            color: #fff;
            color: var(--search-normal-dark-btn-text-color,#fff)
        }

            .next-search-normal.next-dark .next-search-btn .next-icon:hover {
                color: #fff;
                color: var(--search-normal-dark-btn-hover-text-color,#fff)
            }

    .next-search-normal.next-dark .next-select-inner, .next-search-normal.next-dark input {
        color: #fff;
        color: var(--search-normal-dark-text-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;
        -webkit-box-shadow: var(--search-normal-dark-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-dark-shadow,none)
    }

        .next-search-normal.next-dark.next-large .next-search-btn, .next-search-normal.next-dark.next-large .next-search-left {
            border-width: 2px;
            border-width: var(--search-normal-dark-border-width,2px);
            height: 36px;
            height: var(--search-normal-dark-l-height,36px)
        }

        .next-search-normal.next-dark.next-large .next-search-input {
            height: 32px;
            height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 2px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-dark.next-large .next-search-input input {
                line-height: 32px \0;
                line-height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 2px)*2) \0
            }

            .next-search-normal.next-dark.next-large .next-search-input input, .next-search-normal.next-dark.next-large .next-select {
                height: 32px;
                height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 2px)*2)
            }

        .next-search-normal.next-dark.next-large .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-dark-l-btn-text-size,14px)
        }

            .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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-dark.next-large .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-dark-btn-text-padding-left,4px)
            }

    .next-search-normal.next-dark.next-medium {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-dark-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-dark-shadow,none)
    }

        .next-search-normal.next-dark.next-medium .next-search-btn, .next-search-normal.next-dark.next-medium .next-search-left {
            border-width: 2px;
            border-width: var(--search-normal-dark-border-width,2px);
            height: 32px;
            height: var(--search-normal-dark-m-height,32px)
        }

        .next-search-normal.next-dark.next-medium .next-search-input {
            height: 28px;
            height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 2px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-dark.next-medium .next-search-input input {
                line-height: 28px \0;
                line-height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 2px)*2) \0
            }

            .next-search-normal.next-dark.next-medium .next-search-input input, .next-search-normal.next-dark.next-medium .next-select {
                height: 28px;
                height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 2px)*2)
            }

        .next-search-normal.next-dark.next-medium .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-dark-m-btn-text-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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-dark.next-medium .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-dark-btn-text-padding-left,4px)
            }

    .next-search-normal:not([dir=rtl]) .next-search-left {
        border-right: none
    }

.next-search-simple {
    width: 300px;
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--search-simple-normal-shadow,none);
    box-shadow: none;
    box-shadow: var(--search-simple-normal-shadow,none);
    border-radius: 4px;
    border-radius: var(--search-simple-corner,4px)
}

    .next-search-simple .next-search-icon {
        cursor: pointer;
        -webkit-transition: all .1s linear;
        transition: all .1s linear
    }

    .next-search-simple .next-input, .next-search-simple .next-search-left {
        border-radius: 4px;
        border-radius: var(--search-simple-corner,4px)
    }

    .next-search-simple.next-large .next-search-icon {
        margin-right: 12px
    }

    .next-search-simple.next-medium .next-search-icon {
        margin-right: 8px
    }

    .next-search-simple.next-normal .next-search-left {
        border-color: #c8c8c8;
        border-color: var(--search-simple-normal-color,#c8c8c8)
    }

        .next-search-simple.next-normal .next-search-left .next-search-left-addon {
            border-right: 1px solid #c8c8c8;
            border-right: 1px solid var(--search-simple-normal-split-color,#c8c8c8)
        }

    .next-search-simple.next-normal:hover .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-simple-normal-hover-color,#1047f5)
    }

    .next-search-simple.next-normal .next-search-icon {
        color: #666;
        color: var(--search-simple-normal-icon-text-color,#666)
    }

        .next-search-simple.next-normal .next-search-icon:hover {
            color: #1047f5;
            color: var(--search-simple-normal-icon-hover-text-color,#1047f5)
        }

    .next-search-simple.next-normal .next-search-left {
        border-width: 1px;
        border-width: var(--search-simple-normal-border-width,1px)
    }

    .next-search-simple.next-normal.next-large .next-search-icon .next-icon-remote, .next-search-simple.next-normal.next-large .next-search-icon:before, .next-search-simple.next-normal.next-medium .next-search-icon .next-icon-remote, .next-search-simple.next-normal.next-medium .next-search-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-search-simple.next-dark .next-search-left {
        border-color: #c8c8c8;
        border-color: var(--search-simple-dark-color,#c8c8c8)
    }

        .next-search-simple.next-dark .next-search-left .next-search-left-addon {
            border-right: 1px solid #c8c8c8;
            border-right: 1px solid var(--search-simple-dark-split-color,#c8c8c8)
        }

    .next-search-simple.next-dark:hover .next-search-left {
        border-color: #e1e1e1;
        border-color: var(--search-simple-dark-hover-color,#e1e1e1)
    }

    .next-search-simple.next-dark .next-search-icon {
        color: #f3f3f3;
        color: var(--search-simple-dark-icon-text-color,#f3f3f3)
    }

        .next-search-simple.next-dark .next-search-icon:hover {
            color: #fff;
            color: var(--search-simple-dark-icon-hover-text-color,#fff)
        }

    .next-search-simple.next-dark .next-select-inner, .next-search-simple.next-dark input {
        color: #fff;
        color: var(--search-simple-dark-text-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;
        border-width: var(--search-simple-dark-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, .next-search-simple.next-dark.next-medium .next-search-icon .next-icon-remote, .next-search-simple.next-dark.next-medium .next-search-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-search-simple .next-select.next-large {
        height: 34px;
        height: calc(var(--form-element-large-height, 36px) - 2px)
    }

    .next-search-simple .next-select.next-medium {
        height: 30px;
        height: calc(var(--form-element-medium-height, 32px) - 2px)
    }

.next-slick {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

    .next-slick, .next-slick *, .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 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    .next-slick-list:focus {
        outline: none
    }

    .next-slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.next-slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.next-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.next-slick[dir=rtl] .next-slick-slide {
    float: right
}

.next-slick-slide img {
    display: block
}

.next-slick-arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .next-slick-arrow.inner {
        color: #fff;
        color: var(--slick-arrow-icon-color-normal,#fff);
        background: #000;
        background: var(--slick-arrow-bg-color-normal,#000);
        opacity: .5;
        opacity: var(--slick-arrow-bg-opacity-normal,.5);
        padding: 0;
        border: none
    }

        .next-slick-arrow.inner:focus, .next-slick-arrow.inner:hover {
            color: #fff;
            color: var(--slick-arrow-icon-color-hover,#fff);
            background: #1f1f49;
            background: var(--slick-arrow-bg-color-hover,#1f1f49);
            opacity: .8;
            opacity: var(--slick-arrow-bg-opacity-hover,.8)
        }

        .next-slick-arrow.inner.disabled {
            color: #333;
            color: var(--slick-arrow-icon-color-disabled,#333);
            background: #f8f8f8;
            background: var(--slick-arrow-bg-color-disabled,#f8f8f8);
            opacity: .36;
            opacity: var(--slick-arrow-bg-opacity-disabled,.36)
        }

    .next-slick-arrow.outer {
        color: #000;
        color: var(--slick-arrow-icon-color-normal-outer,#000);
        background: transparent;
        background: var(--slick-arrow-bg-color-normal-outer,transparent);
        opacity: 1;
        opacity: var(--slick-arrow-bg-opacity-normal-outer,1);
        padding: 0;
        border: none;
        border-radius: 0;
        border-radius: var(--slick-arrow-corner-radius-outer,0)
    }

        .next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
            color: #1047f5;
            color: var(--slick-arrow-icon-color-hover-outer,#1047f5);
            background: transparent;
            background: var(--slick-arrow-bg-color-hover-outer,transparent);
            opacity: 1;
            opacity: var(--slick-arrow-bg-opacity-hover-outer,1)
        }

        .next-slick-arrow.outer.disabled {
            color: #ccc;
            color: var(--slick-arrow-icon-color-disabled-outer,#ccc);
            background: transparent;
            background: var(--slick-arrow-bg-color-disabled-outer,transparent);
            opacity: 1;
            opacity: var(--slick-arrow-bg-opacity-disabled-outer,1)
        }

    .next-slick-arrow.disabled {
        cursor: not-allowed
    }

.next-slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0
}

.next-slick-dots-item {
    position: relative;
    display: inline-block;
    cursor: pointer
}

    .next-slick-dots-item button {
        cursor: pointer;
        border: 0 solid #fff;
        border-width: var(--slick-dots-border-width,0);
        outline: none;
        padding: 0;
        height: 8px;
        height: var(--slick-dots-height,8px);
        width: 8px;
        width: var(--slick-dots-width,8px);
        border-radius: 50%;
        border-radius: var(--slick-dots-border-radius,50%);
        background: rgba(0,0,0,.5)
    }

        .next-slick-dots-item button:focus, .next-slick-dots-item button:hover {
            background-color: hsla(0,0%,100%,.8);
            border-color: #000
        }

    .next-slick-dots-item.active button {
        background: #1047f5;
        border-color: #fff;
        -webkit-animation: zoom .3s cubic-bezier(.86,0,.07,1);
        animation: zoom .3s cubic-bezier(.86,0,.07,1)
    }

.next-slick-dots.hoz {
    width: 100%;
    bottom: 4px;
    bottom: var(--slick-dots-position-bottom,4px);
    left: 0;
    text-align: center
}

    .next-slick-dots.hoz .next-slick-dots-item {
        margin: 0 4px;
        margin: 0 var(--slick-dots-margin-lr,4px)
    }

.next-slick-dots.ver {
    width: 16px;
    width: calc(var(--slick-dots-width, 8px) + 8px);
    top: 0;
    right: 20px;
    right: var(--slick-dots-position-right,20px);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .next-slick-dots.ver .next-slick-dots-item {
        margin: 0;
        margin: var(--slick-dots-margin-tb,0) 0
    }

.next-slick.next-slick-hoz.next-slick-outer {
    padding: 0 28px;
    padding: 0 var(--slick-track-padding-lr,28px)
}

.next-slick.next-slick-hoz .next-slick-arrow.medium {
    width: 24px;
    width: var(--slick-arrow-width-m,24px);
    height: 48px;
    height: var(--slick-arrow-height-m,48px);
    line-height: 48px;
    line-height: var(--slick-arrow-height-m,48px)
}

    .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 {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-slick.next-slick-hoz .next-slick-arrow.medium.inner {
        top: calc(50% - 24px);
        top: calc(50% - var(--slick-arrow-height-m, 48px)/2)
    }

        .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev {
            left: 0
        }

        .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
            right: 0
        }

    .next-slick.next-slick-hoz .next-slick-arrow.medium.outer {
        top: calc(50% - 24px);
        top: calc(50% - var(--slick-arrow-height-m, 48px)/2)
    }

        .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
            left: -4px;
            left: calc(0px - var(--slick-arrow-position-lr-m, 4px))
        }

        .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
            right: -4px;
            right: calc(0px - var(--slick-arrow-position-lr-m, 4px))
        }

.next-slick.next-slick-hoz .next-slick-arrow.large {
    width: 28px;
    width: var(--slick-arrow-width-l,28px);
    height: 64px;
    height: var(--slick-arrow-height-l,64px);
    line-height: 64px;
    line-height: var(--slick-arrow-height-l,64px)
}

    .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 {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-slick.next-slick-hoz .next-slick-arrow.large.inner {
        top: calc(50% - 32px);
        top: calc(50% - var(--slick-arrow-height-l, 64px)/2)
    }

        .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-prev {
            left: 0
        }

        .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-next {
            right: 0
        }

    .next-slick.next-slick-hoz .next-slick-arrow.large.outer {
        top: calc(50% - 32px);
        top: calc(50% - var(--slick-arrow-height-l, 64px)/2)
    }

        .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
            left: -8px;
            left: calc(0px - var(--slick-arrow-position-lr-l, 8px))
        }

        .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
            right: -8px;
            right: calc(0px - var(--slick-arrow-position-lr-l, 8px))
        }

.next-slick.next-slick-ver.next-slick-outer {
    padding: 28px 0;
    padding: var(--slick-ver-track-padding-tb,28px) 0
}

.next-slick.next-slick-ver .next-slick-slide {
    display: block;
    height: auto
}

.next-slick.next-slick-ver .next-slick-arrow.medium {
    width: 56px;
    width: var(--slick-ver-arrow-width-m,56px);
    height: 28px;
    height: var(--slick-ver-arrow-height-m,28px);
    line-height: 28px;
    line-height: var(--slick-ver-arrow-height-m,28px)
}

    .next-slick.next-slick-ver .next-slick-arrow.medium .next-icon .next-icon-remote, .next-slick.next-slick-ver .next-slick-arrow.medium .next-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-slick.next-slick-ver .next-slick-arrow.medium.inner {
        left: calc(50% - 28px);
        left: calc(50% - var(--slick-ver-arrow-width-m, 56px)/2)
    }

        .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-prev {
            top: 0
        }

        .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-next {
            bottom: 0
        }

    .next-slick.next-slick-ver .next-slick-arrow.medium.outer {
        left: calc(50% - 28px);
        left: calc(50% - var(--slick-ver-arrow-width-m, 56px)/2)
    }

        .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
            top: -4px;
            top: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px))
        }

        .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
            bottom: -4px;
            bottom: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px))
        }

.next-slick.next-slick-ver .next-slick-arrow.large {
    width: 96px;
    width: var(--slick-ver-arrow-width-l,96px);
    height: 48px;
    height: var(--slick-ver-arrow-height-l,48px);
    line-height: 48px;
    line-height: var(--slick-ver-arrow-height-l,48px)
}

    .next-slick.next-slick-ver .next-slick-arrow.large .next-icon .next-icon-remote, .next-slick.next-slick-ver .next-slick-arrow.large .next-icon:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-slick.next-slick-ver .next-slick-arrow.large.inner {
        left: calc(50% - 48px);
        left: calc(50% - var(--slick-ver-arrow-width-l, 96px)/2)
    }

        .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-prev {
            top: 0
        }

        .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-next {
            bottom: 0
        }

    .next-slick.next-slick-ver .next-slick-arrow.large.outer {
        left: calc(50% - 48px);
        left: calc(50% - var(--slick-ver-arrow-width-l, 96px)/2)
    }

        .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
            top: -16px;
            top: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px))
        }

        .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
            bottom: -16px;
            bottom: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px))
        }

.next-split-btn {
    display: inline-block;
    position: relative
}

.next-split-btn-spacing-tb {
    padding: 0;
    padding: var(--popup-spacing-tb,0) 0
}

.next-split-btn-trigger .next-icon {
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

.next-split-btn-trigger.next-expand .next-split-btn-symbol-fold:before {
    content: "\E625";
    content: var(--split-btn-unfold-icon-content,"\E625")
}

.next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled) .next-icon {
    color: #666;
    color: var(--split-btn-trigger-normal-icon-color,#666)
}

.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";
    content: var(--split-btn-fold-icon-content,"\E63D")
}

.next-split-btn-symbol-unfold:before {
    content: "\E625";
    content: var(--split-btn-unfold-icon-content,"\E625")
}

.next-step, .next-step *, .next-step:after, .next-step :after, .next-step:before, .next-step :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-step {
    width: 100%;
    position: relative;
    border: none
}

.next-step-item {
    position: relative;
    vertical-align: middle;
    outline: 0;
    height: 100%
}

.next-step-item-body {
    outline: 0
}

.next-step-item-node {
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .next-step-item-node.clicked {
        -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8)
    }

.next-step-horizontal {
    overflow: hidden
}

    .next-step-horizontal > .next-step-item {
        display: inline-block;
        text-align: left
    }

.next-step-vertical > .next-step-item {
    display: block;
    text-align: center
}

.next-step-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .next-step-arrow .next-step-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 32px;
        height: var(--step-arrow-item-height,32px);
        line-height: 32px;
        line-height: var(--step-arrow-item-height,32px);
        margin-left: 16px;
        margin-left: calc(var(--step-arrow-item-height, 32px)/2);
        margin-right: 4px;
        margin-right: calc(var(--step-arrow-item-height, 32px)/8)
    }

        .next-step-arrow .next-step-item:before {
            content: "";
            position: absolute;
            left: -16px;
            left: calc(0px - var(--step-arrow-item-height, 32px)/2);
            top: 0;
            z-index: 1;
            border: 16px solid transparent;
            border: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
        }

        .next-step-arrow .next-step-item:after {
            content: "";
            position: absolute;
            right: -16px;
            right: calc(0px - var(--step-arrow-item-height, 32px)/2);
            top: 0;
            z-index: 1;
            border-top: 16px solid transparent;
            border-top: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-bottom: 16px solid transparent;
            border-bottom: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-left: 16px solid transparent;
            border-left: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
        }

        .next-step-arrow .next-step-item .next-step-item-container {
            min-width: 100px;
            height: 32px;
            height: var(--step-arrow-item-height,32px);
            cursor: pointer
        }

            .next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
                height: 32px;
                height: var(--step-arrow-item-height,32px);
                line-height: 32px;
                line-height: var(--step-arrow-item-height,32px);
                font-weight: 600;
                font-weight: var(--step-arrow-item-title-weight,600);
                font-size: 14px;
                font-size: var(--step-arrow-item-title-size,14px);
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                text-align: center
            }

    .next-step-arrow > .next-step-item-wait {
        background: #e1e1e1;
        background: var(--step-arrow-item-wait-background,#e1e1e1)
    }

        .next-step-arrow > .next-step-item-wait .next-step-item-tail-overlay {
            background: #000
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-tail-underlay {
            background: #ccc;
            background: var(--color-text1-1,#ccc)
        }

        .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
            width: 32px;
            height: 32px
        }

        .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node {
            color: #000
        }

        .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle, .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
            background: #e1e1e1;
            background: var(--step-arrow-item-wait-background,#e1e1e1);
            border-color: #000
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-content, .next-step-arrow > .next-step-item-wait .next-step-item-title {
            color: #666;
            color: var(--step-arrow-item-title-wait-color,#666);
            word-break: break-word
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-content {
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-node-placeholder {
            width: 32px;
            height: 32px;
            position: relative
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-node {
            position: relative;
            display: inline-block;
            text-align: center;
            cursor: pointer
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-node-circle {
            display: block;
            width: 32px;
            height: 32px;
            font-size: 14px;
            font-size: var(--step-circle-item-node-font-size,14px);
            font-weight: 400;
            font-weight: var(--font-weight-2,normal);
            line-height: 30px;
            line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
            text-align: center;
            border: 1px solid;
            border: var(--step-circle-item-node-border-width,1px) solid;
            border-radius: 50%;
            border-radius: var(--step-circle-item-node-corner,50%);
            -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear
        }

            .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon {
                -webkit-animation: zoomIn .3s linear;
                animation: zoomIn .3s linear
            }

                .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon:before {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

        .next-step-arrow > .next-step-item-wait:before {
            border: 16px solid #e1e1e1;
            border-left: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-style: solid;
            border-width: calc(var(--step-arrow-item-height, 32px)/2)
        }

        .next-step-arrow > .next-step-item-wait:after {
            border-left-color: #e1e1e1;
            border-left-color: var(--step-arrow-item-wait-background,#e1e1e1)
        }

    .next-step-arrow > .next-step-item-process {
        background: #1047f5;
        background: var(--step-arrow-item-process-background,#1047f5)
    }

        .next-step-arrow > .next-step-item-process .next-step-item-tail-overlay {
            background: #000
        }

        .next-step-arrow > .next-step-item-process .next-step-item-tail-underlay {
            background: #ccc;
            background: var(--color-text1-1,#ccc)
        }

        .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-progress {
            width: 32px;
            height: 32px
        }

        .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node {
            color: #000
        }

        .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-circle, .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
            background: #1047f5;
            background: var(--step-arrow-item-process-background,#1047f5);
            border-color: #000
        }

        .next-step-arrow > .next-step-item-process .next-step-item-content, .next-step-arrow > .next-step-item-process .next-step-item-title {
            color: #fff;
            color: var(--step-arrow-item-title-process-color,#fff);
            word-break: break-word
        }

        .next-step-arrow > .next-step-item-process .next-step-item-content {
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

        .next-step-arrow > .next-step-item-process .next-step-item-node-placeholder {
            width: 32px;
            height: 32px;
            position: relative
        }

        .next-step-arrow > .next-step-item-process .next-step-item-node {
            position: relative;
            display: inline-block;
            text-align: center;
            cursor: pointer
        }

        .next-step-arrow > .next-step-item-process .next-step-item-node-circle {
            display: block;
            width: 32px;
            height: 32px;
            font-size: 14px;
            font-size: var(--step-circle-item-node-font-size,14px);
            font-weight: 400;
            font-weight: var(--font-weight-2,normal);
            line-height: 30px;
            line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
            text-align: center;
            border: 1px solid;
            border: var(--step-circle-item-node-border-width,1px) solid;
            border-radius: 50%;
            border-radius: var(--step-circle-item-node-corner,50%);
            -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear
        }

            .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon {
                -webkit-animation: zoomIn .3s linear;
                animation: zoomIn .3s linear
            }

                .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon:before {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

        .next-step-arrow > .next-step-item-process:before {
            border: 16px solid #1047f5;
            border-left: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-style: solid;
            border-width: calc(var(--step-arrow-item-height, 32px)/2)
        }

        .next-step-arrow > .next-step-item-process:after {
            border-left-color: #1047f5;
            border-left-color: var(--step-arrow-item-process-background,#1047f5)
        }

    .next-step-arrow > .next-step-item-finish {
        background: #dfe8ff;
        background: var(--step-arrow-item-finish-background,#dfe8ff)
    }

        .next-step-arrow > .next-step-item-finish .next-step-item-tail-overlay {
            background: #000
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-tail-underlay {
            background: #ccc;
            background: var(--color-text1-1,#ccc)
        }

        .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
            width: 32px;
            height: 32px
        }

        .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node {
            color: #000
        }

        .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle, .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
            background: #dfe8ff;
            background: var(--step-arrow-item-finish-background,#dfe8ff);
            border-color: #000
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-content, .next-step-arrow > .next-step-item-finish .next-step-item-title {
            color: #1047f5;
            color: var(--step-arrow-item-title-finish-color,#1047f5);
            word-break: break-word
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-content {
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-node-placeholder {
            width: 32px;
            height: 32px;
            position: relative
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-node {
            position: relative;
            display: inline-block;
            text-align: center;
            cursor: pointer
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-node-circle {
            display: block;
            width: 32px;
            height: 32px;
            font-size: 14px;
            font-size: var(--step-circle-item-node-font-size,14px);
            font-weight: 400;
            font-weight: var(--font-weight-2,normal);
            line-height: 30px;
            line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
            text-align: center;
            border: 1px solid;
            border: var(--step-circle-item-node-border-width,1px) solid;
            border-radius: 50%;
            border-radius: var(--step-circle-item-node-corner,50%);
            -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear
        }

            .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon {
                -webkit-animation: zoomIn .3s linear;
                animation: zoomIn .3s linear
            }

                .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon:before {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

        .next-step-arrow > .next-step-item-finish:before {
            border: 16px solid #dfe8ff;
            border-left: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-style: solid;
            border-width: calc(var(--step-arrow-item-height, 32px)/2)
        }

        .next-step-arrow > .next-step-item-finish:after {
            border-left-color: #dfe8ff;
            border-left-color: var(--step-arrow-item-finish-background,#dfe8ff)
        }

    .next-step-arrow .next-step-item-disabled {
        cursor: not-allowed;
        background: #f3f3f3;
        background: var(--step-arrow-item-disabled-background,#f3f3f3)
    }

        .next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay {
            background: #000
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay {
            background: #ccc;
            background: var(--color-text1-1,#ccc)
        }

        .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
            width: 32px;
            height: 32px
        }

        .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node {
            color: #000
        }

        .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle, .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
            background: #f3f3f3;
            background: var(--step-arrow-item-disabled-background,#f3f3f3);
            border-color: #000
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-content, .next-step-arrow .next-step-item-disabled .next-step-item-title {
            color: #acacac;
            color: var(--step-arrow-item-title-disabled-color,#acacac);
            word-break: break-word
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-content {
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder {
            width: 32px;
            height: 32px;
            position: relative
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-node {
            position: relative;
            display: inline-block;
            text-align: center;
            cursor: pointer
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-node-circle {
            display: block;
            width: 32px;
            height: 32px;
            font-size: 14px;
            font-size: var(--step-circle-item-node-font-size,14px);
            font-weight: 400;
            font-weight: var(--font-weight-2,normal);
            line-height: 30px;
            line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
            text-align: center;
            border: 1px solid;
            border: var(--step-circle-item-node-border-width,1px) solid;
            border-radius: 50%;
            border-radius: var(--step-circle-item-node-corner,50%);
            -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear
        }

            .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon {
                -webkit-animation: zoomIn .3s linear;
                animation: zoomIn .3s linear
            }

                .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

        .next-step-arrow .next-step-item-disabled:before {
            border: 16px solid #f3f3f3;
            border-left: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-style: solid;
            border-width: calc(var(--step-arrow-item-height, 32px)/2)
        }

        .next-step-arrow .next-step-item-disabled:after {
            border-left-color: #f3f3f3;
            border-left-color: var(--step-arrow-item-disabled-background,#f3f3f3)
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-container {
            cursor: not-allowed
        }

    .next-step-arrow .next-step-item-read-only, .next-step-arrow .next-step-item-read-only .next-step-item-container {
        cursor: default
    }

    .next-step-arrow .next-step-item-first {
        margin-left: 0
    }

        .next-step-arrow .next-step-item-first:before {
            border: 16px solid transparent;
            border: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
        }

    .next-step-arrow .next-step-item-last {
        margin-right: 0
    }

        .next-step-arrow .next-step-item-last:after {
            border: 16px solid transparent;
            border: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
        }

.next-step-circle .next-step-item-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 12px;
    padding: 0 var(--step-circle-item-node-padding,12px)
}

    .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
        color: #1047f5;
        color: var(--step-circle-item-node-process-percent-color,#1047f5);
        font-size: 14px;
        font-size: var(--step-circle-item-node-process-percent-size,14px)
    }

    .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
        stroke: transparent;
        stroke: var(--step-circle-item-node-wait-border-color,transparent);
        stroke-width: 3px;
        stroke-width: calc(var(--step-circle-item-node-border-width, 1px)*3)
    }

    .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
        stroke: #eef3ff;
        stroke: var(--step-circle-item-node-finish-border-color,#eef3ff);
        stroke-width: 3px;
        stroke-width: calc(var(--step-circle-item-node-border-width, 1px)*3)
    }

    .next-step-circle .next-step-item-container .next-step-item-node-placeholder {
        display: inline-block
    }

.next-step-circle > .next-step-item-wait .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-circle-item-tail-wait-color,#c8c8c8)
}

.next-step-circle > .next-step-item-wait .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-circle-item-tail-bg-color,#e1e1e1)
}

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px)
}

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node {
    color: #acacac;
    color: var(--step-circle-item-node-wait-color,#acacac)
}

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle, .next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
    background: #f3f3f3;
    background: var(--step-circle-item-node-wait-background,#f3f3f3);
    border-color: transparent;
    border-color: var(--step-circle-item-node-wait-border-color,transparent)
}

.next-step-circle > .next-step-item-wait .next-step-item-content, .next-step-circle > .next-step-item-wait .next-step-item-title {
    color: #acacac;
    color: var(--step-circle-item-title-wait-color,#acacac);
    word-break: break-word
}

.next-step-circle > .next-step-item-wait .next-step-item-content {
    font-size: 12px;
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-circle > .next-step-item-wait .next-step-item-node-placeholder {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    position: relative
}

.next-step-circle > .next-step-item-wait .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle > .next-step-item-wait .next-step-item-node-circle {
    display: block;
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 26px;
    line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-circle > .next-step-item-process .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-circle-item-tail-process-color,#c8c8c8)
}

.next-step-circle > .next-step-item-process .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-circle-item-tail-bg-color,#e1e1e1)
}

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-progress {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px)
}

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node {
    color: #fff;
    color: var(--step-circle-item-node-process-color,#fff)
}

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-circle, .next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
    background: #1047f5;
    background: var(--step-circle-item-node-process-background,#1047f5);
    border-color: #1047f5;
    border-color: var(--step-circle-item-node-process-border-color,#1047f5)
}

.next-step-circle > .next-step-item-process .next-step-item-content, .next-step-circle > .next-step-item-process .next-step-item-title {
    color: #000;
    color: var(--step-circle-item-title-process-color,#000);
    word-break: break-word
}

.next-step-circle > .next-step-item-process .next-step-item-content {
    font-size: 12px;
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-circle > .next-step-item-process .next-step-item-node-placeholder {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    position: relative
}

.next-step-circle > .next-step-item-process .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle > .next-step-item-process .next-step-item-node-circle {
    display: block;
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 26px;
    line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-circle > .next-step-item-finish .next-step-item-tail-overlay {
    background: #1047f5;
    background: var(--step-circle-item-tail-finish-color,#1047f5)
}

.next-step-circle > .next-step-item-finish .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-circle-item-tail-bg-color,#e1e1e1)
}

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px)
}

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node {
    color: #1047f5;
    color: var(--step-circle-item-node-finish-color,#1047f5)
}

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle, .next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
    background: #eef3ff;
    background: var(--step-circle-item-node-finish-background,#eef3ff);
    border-color: #eef3ff;
    border-color: var(--step-circle-item-node-finish-border-color,#eef3ff)
}

.next-step-circle > .next-step-item-finish .next-step-item-content, .next-step-circle > .next-step-item-finish .next-step-item-title {
    color: #333;
    color: var(--step-circle-item-title-finish-color,#333);
    word-break: break-word
}

.next-step-circle > .next-step-item-finish .next-step-item-content {
    font-size: 12px;
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-circle > .next-step-item-finish .next-step-item-node-placeholder {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    position: relative
}

.next-step-circle > .next-step-item-finish .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle > .next-step-item-finish .next-step-item-node-circle {
    display: block;
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 26px;
    line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-circle .next-step-item-disabled .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-circle-item-tail-disabled-color,#c8c8c8)
}

.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-circle-item-tail-bg-color,#e1e1e1)
}

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px)
}

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node {
    color: #acacac;
    color: var(--step-circle-item-node-disabled-color,#acacac)
}

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle, .next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
    background: #f3f3f3;
    background: var(--step-circle-item-node-disabled-background,#f3f3f3);
    border-color: #e1e1e1;
    border-color: var(--step-circle-item-node-disabled-border-color,#e1e1e1)
}

.next-step-circle .next-step-item-disabled .next-step-item-content, .next-step-circle .next-step-item-disabled .next-step-item-title {
    color: #acacac;
    color: var(--step-circle-item-title-disabled-color,#acacac);
    word-break: break-word
}

.next-step-circle .next-step-item-disabled .next-step-item-content {
    font-size: 12px;
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    position: relative
}

.next-step-circle .next-step-item-disabled .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 26px;
    line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-circle .next-step-item-disabled .next-step-item-node, .next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
    cursor: not-allowed
}

.next-step-circle .next-step-item-read-only .next-step-item-node, .next-step-circle .next-step-item-read-only .next-step-item-node-placeholder {
    cursor: default
}

.next-step-circle .next-step-item-last .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal {
    text-align: center;
    white-space: nowrap
}

    .next-step-circle.next-step-horizontal > .next-step-item .next-step-item-content, .next-step-circle.next-step-horizontal > .next-step-item .next-step-item-title {
        white-space: normal
    }

    .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 52px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
        width: 176px;
        width: var(--step-circle-item-body-width,176px);
        left: -62px;
        left: calc(0px - var(--step-circle-item-body-width, 176px)/2 + var(--step-circle-item-node-process-size, 28px)/2 + var(--step-circle-item-node-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-circle-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-circle-item-title-margin-top,8px);
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold)
        }

        .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-circle-item-content-margin-top,8px)
        }

    .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 52px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body {
        width: 176px;
        width: var(--step-circle-item-body-width,176px);
        left: -62px;
        left: calc(0px - var(--step-circle-item-body-width, 176px)/2 + var(--step-circle-item-node-process-size, 28px)/2 + var(--step-circle-item-node-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-circle-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-circle-item-title-margin-top,8px);
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold)
        }

        .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-circle-item-content-margin-top,8px)
        }

    .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 52px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
        width: 176px;
        width: var(--step-circle-item-body-width,176px);
        left: -62px;
        left: calc(0px - var(--step-circle-item-body-width, 176px)/2 + var(--step-circle-item-node-process-size, 28px)/2 + var(--step-circle-item-node-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-circle-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-circle-item-title-margin-top,8px);
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold)
        }

        .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-circle-item-content-margin-top,8px)
        }

    .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 52px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
        width: 176px;
        width: var(--step-circle-item-body-width,176px);
        left: -62px;
        left: calc(0px - var(--step-circle-item-body-width, 176px)/2 + var(--step-circle-item-node-process-size, 28px)/2 + var(--step-circle-item-node-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-circle-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-circle-item-title-margin-top,8px);
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold)
        }

        .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-circle-item-content-margin-top,8px)
        }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item {
        vertical-align: unset
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item:last-child .next-step-item-tail {
        display: none
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        max-width: 176px;
        max-width: var(--step-circle-item-body-width,176px);
        overflow: hidden;
        vertical-align: top;
        text-align: left
    }

        .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
            display: inline-block;
            padding-right: 12px;
            padding-right: var(--step-circle-item-node-padding,12px);
            margin-top: 7px;
            margin-top: calc(var(--step-circle-item-node-process-size, 28px)/2 - var(--step-circle-item-title-size, 14px)/2)
        }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
        width: calc(100% - 228px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2 - var(--step-circle-item-body-width, 176px));
        position: absolute;
        right: 0;
        margin-top: -1px;
        margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px))
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item:last-child .next-step-item-tail {
        display: none
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        max-width: 176px;
        max-width: var(--step-circle-item-body-width,176px);
        overflow: hidden;
        vertical-align: top;
        text-align: left
    }

        .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
            display: inline-block;
            padding-right: 12px;
            padding-right: var(--step-circle-item-node-padding,12px);
            margin-top: 7px;
            margin-top: calc(var(--step-circle-item-node-process-size, 28px)/2 - var(--step-circle-item-title-size, 14px)/2)
        }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
        width: calc(100% - 228px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2 - var(--step-circle-item-body-width, 176px));
        position: absolute;
        right: 0;
        margin-top: -1px;
        margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px))
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item:last-child .next-step-item-tail {
        display: none
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        max-width: 176px;
        max-width: var(--step-circle-item-body-width,176px);
        overflow: hidden;
        vertical-align: top;
        text-align: left
    }

        .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
            display: inline-block;
            padding-right: 12px;
            padding-right: var(--step-circle-item-node-padding,12px);
            margin-top: 7px;
            margin-top: calc(var(--step-circle-item-node-process-size, 28px)/2 - var(--step-circle-item-title-size, 14px)/2)
        }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
        width: calc(100% - 228px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2 - var(--step-circle-item-body-width, 176px));
        position: absolute;
        right: 0;
        margin-top: -1px;
        margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px))
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item:last-child .next-step-item-tail {
        display: none
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        max-width: 176px;
        max-width: var(--step-circle-item-body-width,176px);
        overflow: hidden;
        vertical-align: top;
        text-align: left
    }

        .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
            display: inline-block;
            padding-right: 12px;
            padding-right: var(--step-circle-item-node-padding,12px);
            margin-top: 7px;
            margin-top: calc(var(--step-circle-item-node-process-size, 28px)/2 - var(--step-circle-item-title-size, 14px)/2)
        }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
        width: calc(100% - 228px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2 - var(--step-circle-item-body-width, 176px));
        position: absolute;
        right: 0;
        margin-top: -1px;
        margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px))
    }

.next-step-circle.next-step-vertical {
    font-size: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative
}

    .next-step-circle.next-step-vertical .next-step-item-container {
        padding: 0
    }

    .next-step-circle.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
        display: block;
        visibility: hidden
    }

    .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail {
        width: 1px;
        width: var(--step-circle-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-circle-item-node-padding,12px) auto
    }

        .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px)
        }

    .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 14px;
        left: calc(var(--step-circle-item-node-process-size, 28px)/2);
        margin-left: 12px;
        margin-left: var(--step-circle-item-node-padding,12px)
    }

        .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-title-margin-top,4px);
            text-align: left;
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold);
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-content-margin-top,4px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
        width: 1px;
        width: var(--step-circle-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-circle-item-node-padding,12px) auto
    }

        .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px)
        }

    .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 14px;
        left: calc(var(--step-circle-item-node-process-size, 28px)/2);
        margin-left: 12px;
        margin-left: var(--step-circle-item-node-padding,12px)
    }

        .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-title-margin-top,4px);
            text-align: left;
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold);
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-content-margin-top,4px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
        width: 1px;
        width: var(--step-circle-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-circle-item-node-padding,12px) auto
    }

        .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px)
        }

    .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 14px;
        left: calc(var(--step-circle-item-node-process-size, 28px)/2);
        margin-left: 12px;
        margin-left: var(--step-circle-item-node-padding,12px)
    }

        .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-title-margin-top,4px);
            text-align: left;
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold);
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-content-margin-top,4px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
        width: 1px;
        width: var(--step-circle-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-circle-item-node-padding,12px) auto
    }

        .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px)
        }

    .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 14px;
        left: calc(var(--step-circle-item-node-process-size, 28px)/2);
        margin-left: 12px;
        margin-left: var(--step-circle-item-node-padding,12px)
    }

        .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-title-margin-top,4px);
            text-align: left;
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold);
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-content-margin-top,4px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

.next-step-dot .next-step-item-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 12px;
    padding: 0 var(--step-dot-item-dot-padding,12px);
    margin-top: -1px;
    margin-bottom: -1px
}

    .next-step-dot .next-step-item-container .next-step-item-node-placeholder {
        display: inline-block
    }

    .next-step-dot .next-step-item-container .next-step-item-node {
        position: relative;
        display: inline-block;
        text-align: center;
        cursor: pointer
    }

        .next-step-dot .next-step-item-container .next-step-item-node .next-icon .next-icon-remote, .next-step-dot .next-step-item-container .next-step-item-node .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

.next-step-dot > .next-step-item-wait .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-dot-item-tail-wait-color,#c8c8c8)
}

.next-step-dot > .next-step-item-wait .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-dot-item-tail-bg-color,#e1e1e1)
}

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px)
}

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node {
    color: #333;
    color: var(--step-dot-item-node-wait-color,#333)
}

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle, .next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
    background: #d8d8d8;
    background: var(--step-dot-item-node-wait-background,#d8d8d8);
    border-color: #e1e1e1;
    border-color: var(--step-dot-item-node-wait-border-color,#e1e1e1)
}

.next-step-dot > .next-step-item-wait .next-step-item-content, .next-step-dot > .next-step-item-wait .next-step-item-title {
    color: #acacac;
    color: var(--step-dot-item-title-wait-color,#acacac);
    word-break: break-word
}

.next-step-dot > .next-step-item-wait .next-step-item-content {
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-dot > .next-step-item-wait .next-step-item-node-placeholder {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    position: relative
}

.next-step-dot > .next-step-item-wait .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot > .next-step-item-wait .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-dot > .next-step-item-wait .next-step-item-content, .next-step-dot > .next-step-item-wait .next-step-item-node-dot {
    font-size: 12px;
    font-size: var(--step-dot-item-content-font-size,12px)
}

.next-step-dot > .next-step-item-wait .next-step-item-node-dot {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-dot-item-dot-corner,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot > .next-step-item-process .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-dot-item-tail-process-color,#c8c8c8)
}

.next-step-dot > .next-step-item-process .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-dot-item-tail-bg-color,#e1e1e1)
}

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-progress {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px)
}

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node {
    color: #1047f5;
    color: var(--step-dot-item-node-process-color,#1047f5)
}

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-circle, .next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
    background: #1047f5;
    background: var(--step-dot-item-node-process-background,#1047f5);
    border-color: #1047f5;
    border-color: var(--step-dot-item-node-process-border-color,#1047f5)
}

.next-step-dot > .next-step-item-process .next-step-item-content, .next-step-dot > .next-step-item-process .next-step-item-title {
    color: #000;
    color: var(--step-dot-item-title-process-color,#000);
    word-break: break-word
}

.next-step-dot > .next-step-item-process .next-step-item-content {
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-dot > .next-step-item-process .next-step-item-node-placeholder {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    position: relative
}

.next-step-dot > .next-step-item-process .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot > .next-step-item-process .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-dot > .next-step-item-process .next-step-item-content, .next-step-dot > .next-step-item-process .next-step-item-node-dot {
    font-size: 12px;
    font-size: var(--step-dot-item-content-font-size,12px)
}

.next-step-dot > .next-step-item-process .next-step-item-node-dot {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-dot-item-dot-corner,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot > .next-step-item-finish .next-step-item-tail-overlay {
    background: #1047f5;
    background: var(--step-dot-item-tail-finish-color,#1047f5)
}

.next-step-dot > .next-step-item-finish .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-dot-item-tail-bg-color,#e1e1e1)
}

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px)
}

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node {
    color: #1047f5;
    color: var(--step-dot-item-node-finish-color,#1047f5)
}

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle, .next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--step-dot-item-node-finish-background,#fff);
    border-color: #1047f5;
    border-color: var(--step-dot-item-node-finish-border-color,#1047f5)
}

.next-step-dot > .next-step-item-finish .next-step-item-content, .next-step-dot > .next-step-item-finish .next-step-item-title {
    color: #333;
    color: var(--step-dot-item-title-finish-color,#333);
    word-break: break-word
}

.next-step-dot > .next-step-item-finish .next-step-item-content {
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-dot > .next-step-item-finish .next-step-item-node-placeholder {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    position: relative
}

.next-step-dot > .next-step-item-finish .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot > .next-step-item-finish .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-dot > .next-step-item-finish .next-step-item-content, .next-step-dot > .next-step-item-finish .next-step-item-node-dot {
    font-size: 12px;
    font-size: var(--step-dot-item-content-font-size,12px)
}

.next-step-dot > .next-step-item-finish .next-step-item-node-dot {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-dot-item-dot-corner,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-dot-item-tail-disabled-color,#c8c8c8)
}

.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-dot-item-tail-bg-color,#e1e1e1)
}

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px)
}

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node {
    color: #ccc;
    color: var(--step-dot-item-node-disabled-color,#ccc)
}

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle, .next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
    background: #d8d8d8;
    background: var(--step-dot-item-node-disabled-background,#d8d8d8);
    border-color: #e1e1e1;
    border-color: var(--step-dot-item-node-disabled-border-color,#e1e1e1)
}

.next-step-dot .next-step-item-disabled .next-step-item-content, .next-step-dot .next-step-item-disabled .next-step-item-title {
    color: #acacac;
    color: var(--step-dot-item-title-disabled-color,#acacac);
    word-break: break-word
}

.next-step-dot .next-step-item-disabled .next-step-item-content {
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    position: relative
}

.next-step-dot .next-step-item-disabled .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-dot .next-step-item-disabled .next-step-item-content, .next-step-dot .next-step-item-disabled .next-step-item-node-dot {
    font-size: 12px;
    font-size: var(--step-dot-item-content-font-size,12px)
}

.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-dot-item-dot-corner,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot .next-step-item-disabled .next-step-item-node, .next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
    cursor: not-allowed
}

.next-step-dot .next-step-item-read-only .next-step-item-node, .next-step-dot .next-step-item-read-only .next-step-item-node-placeholder {
    cursor: default
}

.next-step-dot .next-step-item-last .next-step-item-tail {
    display: none
}

.next-step-dot.next-step-horizontal {
    text-align: center;
    white-space: nowrap
}

    .next-step-dot.next-step-horizontal > .next-step-item .next-step-item-content, .next-step-dot.next-step-horizontal > .next-step-item .next-step-item-title {
        white-space: normal
    }

    .next-step-dot.next-step-horizontal .next-step-item-node .next-icon {
        vertical-align: middle
    }

    .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 36px);
        width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
        width: 176px;
        width: var(--step-dot-item-body-width,176px);
        left: -70px;
        left: calc(0px - var(--step-dot-item-body-width, 176px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-dot-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-dot-item-title-margin-top,8px);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600)
        }

        .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-item-content-margin-top,8px)
        }

    .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 36px);
        width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body {
        width: 176px;
        width: var(--step-dot-item-body-width,176px);
        left: -70px;
        left: calc(0px - var(--step-dot-item-body-width, 176px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-dot-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-dot-item-title-margin-top,8px);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600)
        }

        .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-item-content-margin-top,8px)
        }

    .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 36px);
        width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
        width: 176px;
        width: var(--step-dot-item-body-width,176px);
        left: -70px;
        left: calc(0px - var(--step-dot-item-body-width, 176px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-dot-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-dot-item-title-margin-top,8px);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600)
        }

        .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-item-content-margin-top,8px)
        }

    .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 36px);
        width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
        width: 176px;
        width: var(--step-dot-item-body-width,176px);
        left: -70px;
        left: calc(0px - var(--step-dot-item-body-width, 176px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-dot-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-dot-item-title-margin-top,8px);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600)
        }

        .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-item-content-margin-top,8px)
        }

.next-step-dot.next-step-vertical {
    padding: 0 0 0 4px;
    font-size: 0;
    display: table-cell;
    position: relative
}

    .next-step-dot.next-step-vertical .next-step-item-container {
        padding: 0
    }

    .next-step-dot.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
        display: block;
        visibility: hidden
    }

    .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail {
        width: 1px;
        width: var(--step-dot-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-dot-item-dot-padding,12px) auto
    }

        .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px)
        }

    .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 6px;
        left: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        margin-left: 12px;
        margin-left: var(--step-dot-item-dot-padding,12px)
    }

        .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
            margin-top: 0;
            margin-top: var(--step-dot-vertical-item-title-margin-top,0);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600);
            text-align: left;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-dot-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail {
        width: 1px;
        width: var(--step-dot-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-dot-item-dot-padding,12px) auto
    }

        .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px)
        }

    .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 6px;
        left: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        margin-left: 12px;
        margin-left: var(--step-dot-item-dot-padding,12px)
    }

        .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
            margin-top: 0;
            margin-top: var(--step-dot-vertical-item-title-margin-top,0);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600);
            text-align: left;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-dot-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail {
        width: 1px;
        width: var(--step-dot-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-dot-item-dot-padding,12px) auto
    }

        .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px)
        }

    .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 6px;
        left: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        margin-left: 12px;
        margin-left: var(--step-dot-item-dot-padding,12px)
    }

        .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
            margin-top: 0;
            margin-top: var(--step-dot-vertical-item-title-margin-top,0);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600);
            text-align: left;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-dot-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
        width: 1px;
        width: var(--step-dot-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-dot-item-dot-padding,12px) auto
    }

        .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px)
        }

    .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 6px;
        left: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        margin-left: 12px;
        margin-left: var(--step-dot-item-dot-padding,12px)
    }

        .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
            margin-top: 0;
            margin-top: var(--step-dot-vertical-item-title-margin-top,0);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600);
            text-align: left;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-dot-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

.next-step-horizontal[dir=rtl] > .next-step-item {
    text-align: right
}

.next-step-arrow[dir=rtl] .next-step-item {
    height: 32px;
    height: var(--step-arrow-item-height,32px);
    line-height: 32px;
    line-height: var(--step-arrow-item-height,32px);
    margin-left: 4px;
    margin-left: calc(var(--step-arrow-item-height, 32px)/8);
    margin-right: 16px;
    margin-right: calc(var(--step-arrow-item-height, 32px)/2)
}

    .next-step-arrow[dir=rtl] .next-step-item:before {
        right: -16px;
        right: calc(0px - var(--step-arrow-item-height, 32px)/2);
        left: auto;
        border: 16px solid transparent;
        border: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
    }

    .next-step-arrow[dir=rtl] .next-step-item:after {
        left: -32px;
        left: calc(0px - var(--step-arrow-item-height, 32px)/2*2);
        right: auto;
        border-top: 16px solid transparent;
        border-top: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-bottom: 16px solid transparent;
        border-bottom: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-right: 16px solid transparent;
        border-right: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
    }

.next-step-arrow[dir=rtl] > .next-step-item-wait {
    background: #e1e1e1;
    background: var(--step-arrow-item-wait-background,#e1e1e1)
}

    .next-step-arrow[dir=rtl] > .next-step-item-wait .next-step-item-node-dot {
        right: 50%;
        left: auto
    }

    .next-step-arrow[dir=rtl] > .next-step-item-wait:before {
        border: 16px solid #e1e1e1;
        border-right: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-style: solid;
        border-width: calc(var(--step-arrow-item-height, 32px)/2)
    }

    .next-step-arrow[dir=rtl] > .next-step-item-wait:after {
        border-right-color: #e1e1e1;
        border-right-color: var(--step-arrow-item-wait-background,#e1e1e1);
        border-left-color: transparent
    }

.next-step-arrow[dir=rtl] > .next-step-item-process {
    background: #1047f5;
    background: var(--step-arrow-item-process-background,#1047f5)
}

    .next-step-arrow[dir=rtl] > .next-step-item-process .next-step-item-node-dot {
        right: 50%;
        left: auto
    }

    .next-step-arrow[dir=rtl] > .next-step-item-process:before {
        border: 16px solid #1047f5;
        border-right: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-style: solid;
        border-width: calc(var(--step-arrow-item-height, 32px)/2)
    }

    .next-step-arrow[dir=rtl] > .next-step-item-process:after {
        border-right-color: #1047f5;
        border-right-color: var(--step-arrow-item-process-background,#1047f5);
        border-left-color: transparent
    }

.next-step-arrow[dir=rtl] > .next-step-item-finish {
    background: #dfe8ff;
    background: var(--step-arrow-item-finish-background,#dfe8ff)
}

    .next-step-arrow[dir=rtl] > .next-step-item-finish .next-step-item-node-dot {
        right: 50%;
        left: auto
    }

    .next-step-arrow[dir=rtl] > .next-step-item-finish:before {
        border: 16px solid #dfe8ff;
        border-right: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-style: solid;
        border-width: calc(var(--step-arrow-item-height, 32px)/2)
    }

    .next-step-arrow[dir=rtl] > .next-step-item-finish:after {
        border-right-color: #dfe8ff;
        border-right-color: var(--step-arrow-item-finish-background,#dfe8ff);
        border-left-color: transparent
    }

.next-step-arrow[dir=rtl] .next-step-item-disabled {
    background: #f3f3f3;
    background: var(--step-arrow-item-disabled-background,#f3f3f3)
}

    .next-step-arrow[dir=rtl] .next-step-item-disabled .next-step-item-node-dot {
        right: 50%;
        left: auto
    }

    .next-step-arrow[dir=rtl] .next-step-item-disabled:before {
        border: 16px solid #f3f3f3;
        border-right: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-style: solid;
        border-width: calc(var(--step-arrow-item-height, 32px)/2)
    }

    .next-step-arrow[dir=rtl] .next-step-item-disabled:after {
        border-right-color: #f3f3f3;
        border-right-color: var(--step-arrow-item-disabled-background,#f3f3f3);
        border-left-color: transparent
    }

.next-step-arrow[dir=rtl] .next-step-item-first {
    margin-right: 0
}

.next-step-arrow[dir=rtl] .next-step-item-last {
    margin-left: 0
}

.next-step-circle[dir=rtl] .next-step-item-disabled .next-step-item-node-dot, .next-step-circle[dir=rtl] > .next-step-item-finish .next-step-item-node-dot, .next-step-circle[dir=rtl] > .next-step-item-process .next-step-item-node-dot, .next-step-circle[dir=rtl] > .next-step-item-wait .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-disabled > .next-step-item-body, .next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-finish > .next-step-item-body, .next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-process > .next-step-item-body, .next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
    right: -62px;
    right: calc(0px - var(--step-circle-item-body-width, 176px)/2 + var(--step-circle-item-node-process-size, 28px)/2 + var(--step-circle-item-node-padding, 12px)*2/2);
    left: auto
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
    left: auto;
    right: 0;
    text-align: right
}

    .next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
        padding-left: 12px;
        padding-left: var(--step-circle-item-node-padding,12px);
        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: 12px;
        padding-left: var(--step-circle-item-node-padding,12px);
        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: 12px;
        padding-left: var(--step-circle-item-node-padding,12px);
        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: 12px;
        padding-left: var(--step-circle-item-node-padding,12px);
        padding-right: 0
    }

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
    left: 0;
    right: auto
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body {
    right: 14px;
    right: calc(var(--step-circle-item-node-process-size, 28px)/2);
    left: auto;
    margin-right: 12px;
    margin-right: var(--step-circle-item-node-padding,12px);
    margin-left: 0
}

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
        text-align: right;
        font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
        font-size: 14px;
        font-size: var(--font-size-body-1,14px);
        line-height: 1.28571
    }

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
        text-align: right
    }

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body {
    right: 14px;
    right: calc(var(--step-circle-item-node-process-size, 28px)/2);
    left: auto;
    margin-right: 12px;
    margin-right: var(--step-circle-item-node-padding,12px);
    margin-left: 0
}

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
        text-align: right;
        font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
        font-size: 14px;
        font-size: var(--font-size-body-1,14px);
        line-height: 1.28571
    }

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
        text-align: right
    }

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body {
    right: 14px;
    right: calc(var(--step-circle-item-node-process-size, 28px)/2);
    left: auto;
    margin-right: 12px;
    margin-right: var(--step-circle-item-node-padding,12px);
    margin-left: 0
}

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
        text-align: right;
        font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
        font-size: 14px;
        font-size: var(--font-size-body-1,14px);
        line-height: 1.28571
    }

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
        text-align: right
    }

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
    right: 14px;
    right: calc(var(--step-circle-item-node-process-size, 28px)/2);
    left: auto;
    margin-right: 12px;
    margin-right: var(--step-circle-item-node-padding,12px);
    margin-left: 0
}

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
        text-align: right;
        font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
        font-size: 14px;
        font-size: var(--font-size-body-1,14px);
        line-height: 1.28571
    }

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
        text-align: right
    }

.next-step-dot[dir=rtl] .next-step-item-disabled .next-step-item-node-dot, .next-step-dot[dir=rtl] > .next-step-item-finish .next-step-item-node-dot, .next-step-dot[dir=rtl] > .next-step-item-process .next-step-item-node-dot, .next-step-dot[dir=rtl] > .next-step-item-wait .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-disabled > .next-step-item-body, .next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-finish > .next-step-item-body, .next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-process > .next-step-item-body, .next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
    right: -70px;
    right: calc(0px - var(--step-dot-item-body-width, 176px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 12px)*2/2);
    left: auto
}

.next-step-dot[dir=rtl].next-step-vertical {
    padding: 0 4px 0 0
}

    .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body {
        right: 6px;
        right: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        left: auto;
        margin-right: 12px;
        margin-right: var(--step-dot-item-dot-padding,12px);
        margin-left: 0
    }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
            text-align: right;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
            text-align: right
        }

    .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body {
        right: 6px;
        right: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        left: auto;
        margin-right: 12px;
        margin-right: var(--step-dot-item-dot-padding,12px);
        margin-left: 0
    }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
            text-align: right;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
            text-align: right
        }

    .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body {
        right: 6px;
        right: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        left: auto;
        margin-right: 12px;
        margin-right: var(--step-dot-item-dot-padding,12px);
        margin-left: 0
    }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
            text-align: right;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
            text-align: right
        }

    .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
        right: 6px;
        right: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        left: auto;
        margin-right: 12px;
        margin-right: var(--step-dot-item-dot-padding,12px);
        margin-left: 0
    }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
            text-align: right;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
            text-align: right
        }

.next-switch:after[dir=rtl] {
    content: " ";
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.next-switch-medium[dir=rtl]:after, .next-switch-small[dir=rtl]:after {
    right: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.next-switch-on[dir=rtl] > .next-switch-children {
    color: #fff;
    color: var(--switch-normal-on-color-font,#fff)
}

.next-switch-on[disabled][dir=rtl]:after {
    left: 0;
    right: 100%;
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--switch-on-shadow,none);
    box-shadow: none;
    box-shadow: var(--switch-on-shadow,none)
}

.next-switch-off[dir=rtl]:after {
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: -4px 0 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--switch-rtl-on-shadow,-4px 0 8px 0 rgba(0,0,0,.14));
    box-shadow: -4px 0 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--switch-rtl-on-shadow,-4px 0 8px 0 rgba(0,0,0,.14))
}

.next-switch-off.next-switch-small[dir=rtl] > .next-switch-children, .next-switch-off[dir=rtl] > .next-switch-children {
    right: auto
}

.next-switch {
    outline: none;
    text-align: left;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-transition: background .1s cubic-bezier(.4,0,.2,1),border-color .1s cubic-bezier(.4,0,.2,1);
    transition: background .1s cubic-bezier(.4,0,.2,1),border-color .1s cubic-bezier(.4,0,.2,1)
}

    .next-switch, .next-switch *, .next-switch :after, .next-switch :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-switch-btn {
    -webkit-transition: all .15s cubic-bezier(.4,0,.2,1);
    transition: all .15s cubic-bezier(.4,0,.2,1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.next-switch:after {
    content: ""
}

.next-switch-loading {
    pointer-events: none
}

    .next-switch-loading .next-icon-loading {
        color: #1047f5;
        color: var(--color-brand1-6,#1047f5);
        text-align: center;
        -webkit-transform: translate(-1px,-1px);
        -webkit-transform: translate(calc(0px - var(--switch-border-width-trigger, 1px)),calc(0px - var(--switch-border-width-trigger, 1px)));
        -ms-transform: translate(-1px,-1px);
        -ms-transform: translate(calc(0px - var(--switch-border-width-trigger, 1px)),calc(0px - var(--switch-border-width-trigger, 1px)));
        transform: translate(-1px,-1px);
        transform: translate(calc(0px - var(--switch-border-width-trigger, 1px)),calc(0px - var(--switch-border-width-trigger, 1px)))
    }

        .next-switch-loading .next-icon-loading.next-switch-inner-icon:before {
            vertical-align: top
        }

.next-switch-medium {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border: var(--switch-border-width-container,2px) solid transparent;
    width: 56px;
    width: var(--switch-size-m-width,56px);
    height: 28px;
    height: calc(var(--switch-size-m-trigger, 24px) + var(--switch-border-width-container, 2px)*2);
    border-radius: 500px;
    border-radius: var(--switch-size-m-radius-container,500px)
}

    .next-switch-medium:not([disabled]):active .next-switch-btn {
        width: 31.2px;
        width: calc(var(--switch-size-m-trigger, 24px)*1.3)
    }

    .next-switch-medium.next-switch-on:not([disabled]):active .next-switch-btn {
        left: calc(100% - 31.2px);
        left: calc(100% - var(--switch-size-m-trigger, 24px)*1.3)
    }

    .next-switch-medium.next-switch-auto-width {
        min-width: 56px;
        min-width: var(--switch-size-m-width,56px);
        width: auto;
        overflow: initial
    }

    .next-switch-medium:after {
        content: ""
    }

    .next-switch-medium > .next-switch-btn {
        border: 1px solid transparent;
        border: var(--switch-border-width-trigger,1px) solid transparent;
        position: absolute;
        left: calc(100% - 24px);
        left: calc(100% - var(--switch-size-m-trigger, 24px));
        width: 24px;
        width: var(--switch-size-m-trigger,24px);
        height: 24px;
        height: var(--switch-size-m-trigger,24px);
        border-radius: 500px;
        border-radius: var(--switch-size-m-radius-trigger,500px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .next-switch-medium > .next-switch-children {
        height: 24px;
        height: var(--switch-size-m-trigger,24px);
        line-height: 24px;
        line-height: var(--switch-size-m-trigger,24px);
        font-size: 14px;
        font-size: var(--form-element-medium-font-size,14px)
    }

    .next-switch-medium.next-switch.next-switch-on > .next-switch-children {
        margin: 0 32px 0 4px;
        margin: 0 calc(var(--switch-size-m-trigger, 24px) + var(--switch-size-m-trigger-padding-r, 8px)) 0 var(--switch-size-m-trigger-padding-l,4px)
    }

    .next-switch-medium.next-switch.next-switch-off > .next-switch-children {
        margin: 0 8px 0 28px;
        margin: 0 var(--switch-size-m-trigger-padding-r,8px) 0 calc(var(--switch-size-m-trigger, 24px) + var(--switch-size-m-trigger-padding-l, 4px))
    }

    .next-switch-medium.next-switch-loading .next-icon-loading {
        line-height: 24px;
        line-height: var(--switch-size-m-trigger,24px);
        height: 24px;
        height: var(--switch-size-m-trigger,24px);
        width: 24px;
        width: var(--switch-size-m-trigger,24px)
    }

        .next-switch-medium.next-switch-loading .next-icon-loading .next-icon-remote, .next-switch-medium.next-switch-loading .next-icon-loading:before {
            width: 16px;
            width: var(--switch-size-m-inner-icon,16px);
            font-size: 16px;
            font-size: var(--switch-size-m-inner-icon,16px);
            line-height: inherit
        }

.next-switch-small {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border: var(--switch-border-width-container,2px) solid transparent;
    width: 44px;
    width: var(--switch-size-s-width,44px);
    height: 24px;
    height: calc(var(--switch-size-s-trigger, 20px) + var(--switch-border-width-container, 2px)*2);
    border-radius: 500px;
    border-radius: var(--switch-size-s-radius-container,500px)
}

    .next-switch-small:not([disabled]):active .next-switch-btn {
        width: 26px;
        width: calc(var(--switch-size-s-trigger, 20px)*1.3)
    }

    .next-switch-small.next-switch-on:not([disabled]):active .next-switch-btn {
        left: calc(100% - 26px);
        left: calc(100% - var(--switch-size-s-trigger, 20px)*1.3)
    }

    .next-switch-small.next-switch-auto-width {
        min-width: 44px;
        min-width: var(--switch-size-s-width,44px);
        width: auto;
        overflow: initial
    }

    .next-switch-small:after {
        content: ""
    }

    .next-switch-small > .next-switch-btn {
        border: 1px solid transparent;
        border: var(--switch-border-width-trigger,1px) solid transparent;
        position: absolute;
        left: calc(100% - 20px);
        left: calc(100% - var(--switch-size-s-trigger, 20px));
        width: 20px;
        width: var(--switch-size-s-trigger,20px);
        height: 20px;
        height: var(--switch-size-s-trigger,20px);
        border-radius: 500px;
        border-radius: var(--switch-size-s-radius-trigger,500px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .next-switch-small > .next-switch-children {
        height: 20px;
        height: var(--switch-size-s-trigger,20px);
        line-height: 20px;
        line-height: var(--switch-size-s-trigger,20px);
        font-size: 12px;
        font-size: var(--form-element-small-font-size,12px)
    }

    .next-switch-small.next-switch.next-switch-on > .next-switch-children {
        margin: 0 28px 0 4px;
        margin: 0 calc(var(--switch-size-s-trigger, 20px) + var(--switch-size-s-trigger-padding-r, 8px)) 0 var(--switch-size-s-trigger-padding-l,4px)
    }

    .next-switch-small.next-switch.next-switch-off > .next-switch-children {
        margin: 0 8px 0 24px;
        margin: 0 var(--switch-size-s-trigger-padding-r,8px) 0 calc(var(--switch-size-s-trigger, 20px) + var(--switch-size-s-trigger-padding-l, 4px))
    }

    .next-switch-small.next-switch-loading .next-icon-loading {
        line-height: 20px;
        line-height: var(--switch-size-s-trigger,20px);
        height: 20px;
        height: var(--switch-size-s-trigger,20px);
        width: 20px;
        width: var(--switch-size-s-trigger,20px)
    }

        .next-switch-small.next-switch-loading .next-icon-loading .next-icon-remote, .next-switch-small.next-switch-loading .next-icon-loading:before {
            width: 12px;
            width: var(--switch-size-s-inner-icon,12px);
            font-size: 12px;
            font-size: var(--switch-size-s-inner-icon,12px);
            line-height: inherit
        }

.next-switch-on {
    background-color: #1047f5;
    background-color: var(--switch-normal-on-bg-color,#1047f5)
}

    .next-switch-on .next-switch-btn {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--switch-on-shadow,none);
        box-shadow: none;
        box-shadow: var(--switch-on-shadow,none);
        background-color: #fff;
        background-color: var(--switch-normal-on-trigger-bg-color,#fff);
        border-color: transparent;
        border-color: var(--switch-handle-on-border-color,transparent)
    }

    .next-switch-on > .next-switch-children {
        color: #fff;
        color: var(--switch-normal-on-color-font,#fff)
    }

    .next-switch-on.hover, .next-switch-on:focus, .next-switch-on:hover {
        background-color: #0c38c4;
        background-color: var(--switch-hover-on-bg-color,#0c38c4)
    }

        .next-switch-on.hover .next-switch-btn, .next-switch-on:focus .next-switch-btn, .next-switch-on:hover .next-switch-btn {
            background-color: #fff;
            background-color: var(--switch-hover-on-trigger-bg-color,#fff)
        }

    .next-switch-on[disabled] {
        background-color: #e1e1e1;
        background-color: var(--switch-disabled-on-bg-color,#e1e1e1);
        cursor: not-allowed
    }

        .next-switch-on[disabled] .next-switch-btn {
            right: 0;
            -webkit-box-shadow: none;
            -webkit-box-shadow: var(--switch-on-shadow,none);
            box-shadow: none;
            box-shadow: var(--switch-on-shadow,none);
            background-color: #f3f3f3;
            background-color: var(--switch-disabled-on-trigger-bg-color,#f3f3f3);
            border-color: transparent;
            border-color: var(--switch-handle-disabled-border-color,transparent)
        }

        .next-switch-on[disabled] > .next-switch-children {
            color: #acacac;
            color: var(--switch-disabled-on-color-font,#acacac)
        }

.next-switch-off {
    background-color: #e1e1e1;
    background-color: var(--switch-normal-off-bg-color,#e1e1e1);
    border-color: #e1e1e1;
    border-color: var(--switch-normal-off-border-color,#e1e1e1)
}

    .next-switch-off.hover, .next-switch-off:focus, .next-switch-off:hover {
        background-color: #e1e1e1;
        background-color: var(--switch-hover-off-bg-color,#e1e1e1);
        border-color: #e1e1e1;
        border-color: var(--switch-hover-off-border-color,#e1e1e1)
    }

    .next-switch-off .next-switch-btn {
        left: 0;
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--switch-on-shadow,none);
        box-shadow: none;
        box-shadow: var(--switch-on-shadow,none);
        background-color: #fff;
        background-color: var(--switch-normal-off-trigger-bg-color,#fff);
        border-color: transparent;
        border-color: var(--switch-handle-off-border-color,transparent)
    }

    .next-switch-off.hover .next-switch-btn, .next-switch-off:focus .next-switch-btn, .next-switch-off:hover .next-switch-btn {
        background-color: #fff;
        background-color: var(--switch-hover-off-trigger-bg-color,#fff)
    }

    .next-switch-off > .next-switch-children {
        color: #acacac;
        color: var(--switch-normal-off-color-font,#acacac)
    }

    .next-switch-off[disabled] {
        background-color: #e1e1e1;
        background-color: var(--switch-disabled-off-bg-color,#e1e1e1);
        cursor: not-allowed
    }

        .next-switch-off[disabled] .next-switch-btn {
            -webkit-box-shadow: none;
            -webkit-box-shadow: var(--switch-off-shadow,none);
            box-shadow: none;
            box-shadow: var(--switch-off-shadow,none);
            background-color: #f3f3f3;
            background-color: var(--switch-disabled-off-trigger-bg-color,#f3f3f3);
            border-color: transparent;
            border-color: var(--switch-handle-disabled-border-color,transparent)
        }

        .next-switch-off[disabled] > .next-switch-children {
            color: #acacac;
            color: var(--switch-disabled-off-color-font,#acacac)
        }

.next-tabs {
    width: 100%
}

    .next-tabs, .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 {
    overflow-y: auto;
    max-height: 480px
}

.next-tabs-nav-container {
    position: relative
}

    .next-tabs-nav-container:after {
        visibility: hidden;
        display: block;
        height: 0;
        font-size: 0;
        content: " ";
        clear: both
    }

.next-tabs-nav-wrap {
    overflow: hidden
}

.next-tabs-nav-scroll {
    overflow: hidden;
    white-space: nowrap
}

.next-tabs-scrollable .next-tabs-nav-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

    .next-tabs-scrollable .next-tabs-nav-scroll::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        -webkit-appearance: none;
        opacity: 0 !important
    }

.next-tabs-nav {
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    list-style: none;
    padding: 0;
    margin: 0
}

.next-tabs-nav-appear, .next-tabs-nav-enter {
    -webkit-animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.next-tabs-nav-leave {
    -webkit-animation: fadeOutLeft .2s cubic-bezier(.78,.14,.15,.86);
    animation: fadeOutLeft .2s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.next-tabs-nav.next-disable-animation .next-tabs-tab:before {
    -webkit-transition: none;
    transition: none
}

.next-tabs-tab {
    display: inline-block;
    position: relative;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.next-tabs-tab-inner {
    position: relative;
    cursor: pointer;
    text-decoration: none
}

.next-tabs-tab:before {
    content: "";
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.next-tabs-tab.active {
    font-weight: 500;
    font-weight: var(--tab-item-font-weight-selected,500)
}

.next-tabs-tab .next-tabs-tab-close {
    color: #666;
    color: var(--tab-close-icon-color,#666)
}

    .next-tabs-tab .next-tabs-tab-close:hover {
        color: #1047f5;
        color: var(--tab-close-icon-color-hover,#1047f5)
    }

    .next-tabs-tab .next-tabs-tab-close:focus {
        outline: none
    }

.next-tabs-tab.active .next-tabs-tab-close {
    color: #1047f5;
    color: var(--tab-close-icon-color-selected,#1047f5)
}

.next-tabs-tab.disabled .next-tabs-tab-close {
    color: #000;
    color: var(--tab-close-icon-color-disabled,#000)
}

.next-tabs-tab:focus {
    outline: none
}

.next-tabs-tabpane {
    visibility: hidden;
    opacity: 0
}

    .next-tabs-tabpane.active {
        visibility: visible;
        opacity: 1;
        height: auto
    }

    .next-tabs-tabpane.hidden {
        overflow: hidden;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important
    }

.next-tabs-btn-down, .next-tabs-btn-next, .next-tabs-btn-prev {
    position: absolute;
    top: 0;
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: none;
    height: 100%;
    background: transparent;
    border-color: transparent
}

    .next-tabs-btn-down, .next-tabs-btn-down.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;
        color: var(--tab-nav-arrow-color-normal,#666)
    }

        .next-tabs-btn-down.active, .next-tabs-btn-down.hover, .next-tabs-btn-down:active, .next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-next.active, .next-tabs-btn-next.hover, .next-tabs-btn-next:active, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-prev.active, .next-tabs-btn-prev.hover, .next-tabs-btn-prev:active, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover {
            color: #1047f5;
            color: var(--tab-nav-arrow-color-hover,#1047f5);
            background: transparent;
            border-color: transparent;
            text-decoration: none
        }

        .next-tabs-btn-down.disabled, .next-tabs-btn-next.disabled, .next-tabs-btn-prev.disabled {
            cursor: not-allowed;
            color: #ccc;
            color: var(--tab-nav-arrow-color-disabled,#ccc)
        }

.next-tabs-btn-next {
    right: 8px;
    right: var(--tab-nav-arrow-right-positon-right,8px)
}

.next-tabs-btn-prev {
    right: 32px;
    right: var(--tab-nav-arrow-left-positon-right,32px)
}

.next-tabs-btn-down {
    right: 8px;
    right: var(--tab-nav-arrow-down-positon-right,8px)
}

.next-tabs .next-tab-icon-dropdown:before {
    content: "\E63D";
    content: var(--tab-icon-dropdown-content,"\E63D")
}

.next-tabs .next-tab-icon-prev:before {
    content: "\E61D";
    content: var(--tab-icon-prev-content,"\E61D")
}

.next-tabs .next-tab-icon-next:before {
    content: "\E619";
    content: var(--tab-icon-next-content,"\E619")
}

.next-tabs-content {
    overflow: hidden
}

.next-tabs-vertical > .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: 56px;
    padding-right: var(--tab-nav-scroll-padding-right-m,56px)
}

.next-tabs.next-medium .next-tabs-tab-inner {
    font-size: 14px;
    font-size: var(--tab-item-text-size-m,14px);
    padding: 12px 16px;
    padding: var(--tab-item-padding-tb-size-m,12px) var(--tab-item-padding-lr-size-m,16px)
}

    .next-tabs.next-medium .next-tabs-tab-inner .next-icon {
        line-height: 1
    }

        .next-tabs.next-medium .next-tabs-tab-inner .next-icon .next-icon-remote, .next-tabs.next-medium .next-tabs-tab-inner .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close {
        margin-left: 8px;
        margin-left: var(--tab-nav-close-icon-padding-l-size-m,8px)
    }

        .next-tabs.next-medium .next-tabs-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, .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

.next-tabs.next-small .next-tabs-nav-container-scrolling {
    padding-right: 56px;
    padding-right: var(--tab-nav-scroll-padding-right-s,56px)
}

.next-tabs.next-small .next-tabs-tab-inner {
    font-size: 12px;
    font-size: var(--tab-item-text-size-s,12px);
    padding: 8px 12px;
    padding: var(--tab-item-padding-tb-size-s,8px) var(--tab-item-padding-lr-size-s,12px)
}

    .next-tabs.next-small .next-tabs-tab-inner .next-icon {
        line-height: 1
    }

        .next-tabs.next-small .next-tabs-tab-inner .next-icon .next-icon-remote, .next-tabs.next-small .next-tabs-tab-inner .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
        margin-left: 8px;
        margin-left: var(--tab-nav-close-icon-padding-l-size-s,8px)
    }

        .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote, .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.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 {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-tabs-pure > .next-tabs-bar {
    border-bottom: 0 solid #e1e1e1;
    border-bottom: var(--line-solid,solid) var(--tab-pure-divider-line-width,0) var(--tab-pure-divider-border-color,#e1e1e1);
    background-color: transparent;
    background-color: var(--tab-pure-bg-color,transparent)
}

    .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container {
        margin-bottom: 0;
        margin-bottom: calc(0px - var(--tab-pure-divider-line-width, 0px));
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--tab-pure-divider-shadow,none);
        box-shadow: none;
        box-shadow: var(--tab-pure-divider-shadow,none)
    }

        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
            color: #666;
            color: var(--tab-pure-text-color-normal,#666);
            background-color: transparent
        }

            .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
                cursor: pointer;
                color: #1047f5;
                color: var(--tab-pure-text-color-hover,#1047f5);
                background-color: transparent
            }

            .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
                z-index: 1;
                color: #1047f5;
                color: var(--tab-pure-text-color-selected,#1047f5);
                background-color: transparent
            }

            .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
                pointer-events: none;
                cursor: default;
                color: #000;
                color: var(--tab-pure-text-color-disabled,#000);
                background: transparent
            }

            .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
                border-radius: 0;
                width: 0;
                border-bottom: 2px solid #1047f5;
                border-bottom: var(--tab-pure-ink-bar-width,2px) solid var(--tab-pure-ink-bar-color,#1047f5);
                left: 50%;
                bottom: 0
            }

            .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
                width: 100%;
                width: calc(100% - var(--tab-pure-ink-bar-padding-l, 0px)*2);
                left: 0;
                left: calc(var(--tab-pure-ink-bar-padding-l, 0px))
            }

.next-tabs-wrapped > .next-tabs-bar {
    background: transparent;
    background: var(--tab-wrapped-bar-bg-color,transparent)
}

    .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab {
        color: #666;
        color: var(--tab-wrapped-text-color,#666);
        background-color: #f8f8f8;
        background-color: var(--tab-wrapped-bg-color,#f8f8f8)
    }

        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:hover {
            cursor: pointer;
            color: #1047f5;
            color: var(--tab-wrapped-text-color-hover,#1047f5);
            background-color: #f8f8f8;
            background-color: var(--tab-wrapped-bg-color-hover,#f8f8f8)
        }

        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active {
            z-index: 1;
            color: #1047f5;
            color: var(--tab-wrapped-text-color-selected,#1047f5);
            background-color: #fff;
            background-color: var(--tab-wrapped-bg-color-selected,#fff)
        }

        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled {
            pointer-events: none;
            cursor: default;
            color: #000;
            color: var(--tab-wrapped-text-color-disabled,#000);
            background: #f3f3f3;
            background: var(--tab-wrapped-bg-color-disabled,#f3f3f3)
        }

        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
            color: #666;
            color: var(--tab-close-icon-color,#666)
        }

            .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
                color: #1047f5;
                color: var(--tab-close-icon-color-hover,#1047f5)
            }

            .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: #1047f5;
            color: var(--tab-close-icon-color-selected,#1047f5)
        }

        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close {
            color: #000;
            color: var(--tab-close-icon-color-disabled,#000)
        }

.next-tabs-wrapped:after, .next-tabs-wrapped:before {
    content: "";
    display: table
}

.next-tabs-wrapped:after {
    clear: both
}

.next-tabs-wrapped.next-tabs-top > .next-tabs-bar, .next-tabs-wrapped > .next-tabs-content {
    position: relative
}

    .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab {
        margin-right: 4px;
        margin-right: var(--tab-wrapped-tab-margin-right,4px);
        border: 0 solid #eee;
        border: var(--tab-wrapped-border-line-style,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#eee);
        border-radius: 4px 4px 0 0;
        border-radius: var(--tab-wrapped-tab-corner-radius,4px) var(--tab-wrapped-tab-corner-radius,4px) 0 0;
        border-width: 1px 1px 0;
        border-width: var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-line-width,0)
    }

        .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:hover {
            border-color: #eee;
            border-color: var(--tab-wrapped-border-line-color-hover,#eee)
        }

        .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
            border-color: #eee #eee #fff;
            border-color: var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-bg-color-selected,#fff)
        }

        .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:before {
            border-radius: 4px;
            border-radius: var(--tab-wrapped-tab-corner-radius,4px);
            width: 0;
            border-top: 0 solid #1047f5;
            border-top: var(--tab-wrapped-ink-bar-width,0) solid var(--tab-wrapped-ink-bar-color,#1047f5);
            left: 50%;
            top: 0;
            top: calc(0px - var(--tab-wrapped-border-line-width, 0px))
        }

        .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active:before {
            width: calc(100% - 8px);
            width: calc(100% - var(--tab-wrapped-tab-corner-radius, 4px)*2 - var(--tab-wrapped-ink-bar-padding-l, 0px)*2);
            left: 4px;
            left: calc(var(--tab-wrapped-tab-corner-radius, 4px) + var(--tab-wrapped-ink-bar-padding-l, 0px))
        }

        .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
            border-width: 0;
            border-width: var(--tab-wrapped-border-line-width,0)
        }

    .next-tabs-wrapped.next-tabs-top > .next-tabs-bar:before {
        content: "";
        position: absolute;
        top: 100%;
        width: 100%;
        height: 0;
        border-bottom: 0 solid #eee;
        border-bottom: var(--tab-wrapped-content-border-line-width,0) var(--tab-wrapped-content-border-line-style,solid) var(--tab-wrapped-border-line-color,#eee);
        -webkit-transform: translateY(0);
        -webkit-transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 0px)));
        -ms-transform: translateY(0);
        -ms-transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 0px)));
        transform: translateY(0);
        transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 0px)));
        display: block
    }

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar {
    position: relative
}

    .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab {
        margin-right: 4px;
        margin-right: var(--tab-wrapped-tab-margin-right,4px);
        border: 0 solid #eee;
        border: var(--tab-wrapped-border-line-style,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#eee);
        border-radius: 0 0 4px 4px;
        border-radius: 0 0 var(--tab-wrapped-tab-corner-radius,4px) var(--tab-wrapped-tab-corner-radius,4px)
    }

        .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:hover {
            border-color: #eee;
            border-color: var(--tab-wrapped-border-line-color-hover,#eee)
        }

        .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active {
            border-color: #fff #eee #eee;
            border-color: var(--tab-wrapped-bg-color-selected,#fff) var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-border-line-color,#eee)
        }

        .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:before {
            border-radius: 4px;
            border-radius: var(--tab-wrapped-tab-corner-radius,4px);
            width: 0;
            border-bottom: 0 solid #1047f5;
            border-bottom: var(--tab-wrapped-ink-bar-width,0) solid var(--tab-wrapped-ink-bar-color,#1047f5);
            left: 50%;
            bottom: 0;
            bottom: calc(0px - var(--tab-wrapped-border-line-width, 0px))
        }

        .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active:before {
            width: calc(100% - 8px);
            width: calc(100% - var(--tab-wrapped-tab-corner-radius, 4px)*2 - var(--tab-wrapped-ink-bar-padding-l, 0px)*2);
            left: 4px;
            left: calc(var(--tab-wrapped-tab-corner-radius, 4px) + var(--tab-wrapped-ink-bar-padding-l, 0px))
        }

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-content {
    top: 0;
    top: var(--tab-wrapped-border-line-width,0);
    border-bottom: 0 solid #eee;
    border-bottom: var(--tab-wrapped-content-border-line-width,0) var(--tab-wrapped-content-border-line-style,solid) var(--tab-wrapped-border-line-color,#eee)
}

.next-tabs-wrapped.next-tabs-left > .next-tabs-bar {
    float: left
}

    .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab {
        float: none;
        margin-bottom: 4px;
        margin-bottom: var(--tab-wrapped-tab-margin-bottom,4px);
        border: 0 solid #eee;
        border: var(--tab-wrapped-border-line-style,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#eee);
        border-radius: 4px 0 0 4px;
        border-radius: var(--tab-wrapped-tab-corner-radius,4px) 0 0 var(--tab-wrapped-tab-corner-radius,4px);
        border-width: 1px 0 1px 1px;
        border-width: var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-side-width,1px)
    }

        .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:hover {
            border-color: #eee;
            border-color: var(--tab-wrapped-border-line-color-hover,#eee)
        }

        .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
            border-color: #eee #fff #eee #eee;
            border-color: var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-bg-color-selected,#fff) var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-border-line-color,#eee)
        }

        .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before {
            border-radius: 4px;
            border-radius: var(--tab-wrapped-tab-corner-radius,4px);
            height: 0;
            border-left: 0 solid #1047f5;
            border-left: var(--tab-wrapped-ink-bar-width,0) solid var(--tab-wrapped-ink-bar-color,#1047f5);
            top: 50%;
            left: 0;
            left: calc(0px - var(--tab-wrapped-border-line-width, 0px))
        }

        .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active:before {
            height: calc(100% - 8px);
            height: calc(100% - var(--tab-wrapped-tab-corner-radius, 4px)*2);
            top: 4px;
            top: var(--tab-wrapped-tab-corner-radius,4px)
        }

        .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
            border-width: 0;
            border-width: var(--tab-wrapped-border-line-width,0)
        }

.next-tabs-wrapped.next-tabs-left > .next-tabs-content {
    right: 0;
    right: var(--tab-wrapped-border-line-width,0);
    border-left: 0 solid #eee;
    border-left: var(--tab-wrapped-content-border-line-width,0) var(--tab-wrapped-content-border-line-style,solid) var(--tab-wrapped-border-line-color,#eee)
}

.next-tabs-wrapped.next-tabs-right > .next-tabs-bar {
    float: right
}

    .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab {
        float: none;
        margin-bottom: 4px;
        margin-bottom: var(--tab-wrapped-tab-margin-bottom,4px);
        border: 0 solid #eee;
        border: var(--tab-wrapped-border-line-style,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#eee);
        border-radius: 0 4px 4px 0;
        border-radius: 0 var(--tab-wrapped-tab-corner-radius,4px) var(--tab-wrapped-tab-corner-radius,4px) 0;
        border-width: 1px 1px 1px 0;
        border-width: var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-line-width,0)
    }

        .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:hover {
            border-color: #eee;
            border-color: var(--tab-wrapped-border-line-color-hover,#eee)
        }

        .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
            border-color: #eee #eee #eee #fff;
            border-color: var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-bg-color-selected,#fff)
        }

        .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:before {
            border-radius: 4px;
            border-radius: var(--tab-wrapped-tab-corner-radius,4px);
            height: 0;
            border-right: 0 solid #1047f5;
            border-right: var(--tab-wrapped-ink-bar-width,0) solid var(--tab-wrapped-ink-bar-color,#1047f5);
            top: 50%;
            right: 0;
            right: calc(0px - var(--tab-wrapped-border-line-width, 0px))
        }

        .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active:before {
            height: calc(100% - 8px);
            height: calc(100% - var(--tab-wrapped-tab-corner-radius, 4px)*2);
            top: 4px;
            top: var(--tab-wrapped-tab-corner-radius,4px)
        }

        .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
            border-width: 0;
            border-width: var(--tab-wrapped-border-line-width,0)
        }

.next-tabs-wrapped.next-tabs-right > .next-tabs-content {
    right: 0;
    right: calc(0px - var(--tab-wrapped-border-line-width, 0px));
    border-right: 0 solid #eee;
    border-right: var(--tab-wrapped-content-border-line-width,0) var(--tab-wrapped-content-border-line-style,solid) var(--tab-wrapped-border-line-color,#eee)
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    border: 1px solid #e1e1e1;
    border: var(--tab-capsule-tab-border-line-width,1px) var(--tab-capsule-tab-border-line-style,solid) var(--tab-capsule-tab-border-line-color,#e1e1e1);
    border-right-color: transparent;
    margin-right: -1px;
    margin-right: calc(0px - var(--tab-capsule-tab-border-line-width, 1px));
    color: #666;
    color: var(--tab-capsule-text-color,#666);
    background-color: #fff;
    background-color: var(--tab-capsule-bg-color,#fff)
}

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
        border-radius: 4px 0 0 4px;
        border-radius: var(--tab-capsule-corner-radius,4px) 0 0 var(--tab-capsule-corner-radius,4px)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
        border-radius: 0 4px 4px 0;
        border-radius: 0 var(--tab-capsule-corner-radius,4px) var(--tab-capsule-corner-radius,4px) 0
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active, .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
        border-right: 1px solid #e1e1e1;
        border-right: var(--tab-capsule-tab-border-line-width,1px) var(--tab-capsule-tab-border-line-style,solid) var(--tab-capsule-tab-border-line-color,#e1e1e1)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
        border-color: #e1e1e1;
        border-color: var(--tab-capsule-tab-border-line-color-active,#e1e1e1)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
        border-color: #c8c8c8;
        border-color: var(--tab-capsule-tab-border-line-color-disabled,#c8c8c8)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
        z-index: 2;
        border-right: 1px solid #e1e1e1;
        border-right: var(--tab-capsule-tab-border-line-width,1px) var(--tab-capsule-tab-border-line-style,solid) var(--tab-capsule-tab-border-line-color,#e1e1e1);
        border-color: #e1e1e1;
        border-color: var(--tab-capsule-tab-border-line-color-hover,#e1e1e1);
        cursor: pointer;
        color: #1047f5;
        color: var(--tab-capsule-text-color-hover,#1047f5);
        background-color: #fff;
        background-color: var(--tab-capsule-bg-color-hover,#fff)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
        z-index: 1;
        color: #1047f5;
        color: var(--tab-capsule-text-color-selected,#1047f5);
        background-color: #eef3ff;
        background-color: var(--tab-capsule-bg-color-selected,#eef3ff)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
        pointer-events: none;
        cursor: default;
        color: #333;
        color: var(--tab-capsule-text-color-disabled,#333);
        background: #f3f3f3;
        background: var(--tab-capsule-bg-color-disabled,#f3f3f3)
    }

.next-tabs-text > .next-tabs-bar .next-tabs-tab {
    color: #666;
    color: var(--tab-text-text-color-normal,#666);
    background-color: transparent
}

    .next-tabs-text > .next-tabs-bar .next-tabs-tab:hover {
        cursor: pointer;
        color: #1047f5;
        color: var(--tab-text-text-color-hover,#1047f5);
        background-color: transparent
    }

    .next-tabs-text > .next-tabs-bar .next-tabs-tab.active {
        z-index: 1;
        color: #1047f5;
        color: var(--tab-text-text-color-selected,#1047f5);
        background-color: transparent
    }

    .next-tabs-text > .next-tabs-bar .next-tabs-tab.disabled {
        pointer-events: none;
        cursor: default;
        color: #000;
        color: var(--tab-text-text-color-disabled,#000);
        background: transparent
    }

    .next-tabs-text > .next-tabs-bar .next-tabs-tab:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: calc(50% - 4px);
        top: calc(50% - var(--tab-text-item-sep-height, 8px)/2);
        width: 1px;
        width: var(--tab-text-item-sep-width,1px);
        height: 8px;
        height: var(--tab-text-item-sep-height,8px);
        background-color: #c8c8c8;
        background-color: var(--tab-text-item-sep-color,#c8c8c8)
    }

.next-tabs-pure > .next-tabs-bar {
    position: relative
}

    .next-tabs-pure > .next-tabs-bar .next-tabs-nav-extra {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.next-tabs-capsule > .next-tabs-bar {
    position: relative
}

    .next-tabs-capsule > .next-tabs-bar .next-tabs-nav-extra {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.next-tabs-text > .next-tabs-bar {
    position: relative
}

    .next-tabs-text > .next-tabs-bar .next-tabs-nav-extra {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.next-tabs[dir=rtl].next-medium .next-tabs-nav-container-scrolling {
    padding-left: 56px;
    padding-left: var(--tab-nav-scroll-padding-right-m,56px);
    padding-right: 0
}

.next-tabs[dir=rtl].next-medium .next-tabs-tab-close {
    padding-right: 8px;
    padding-right: var(--tab-nav-close-icon-padding-l-size-m,8px);
    padding-left: 0
}

.next-tabs[dir=rtl].next-small .next-tabs-nav-container-scrolling {
    padding-left: 56px;
    padding-left: var(--tab-nav-scroll-padding-right-s,56px);
    padding-right: 0
}

.next-tabs[dir=rtl].next-small .next-tabs-tab-close {
    padding-right: 8px;
    padding-right: var(--tab-nav-close-icon-padding-l-size-s,8px);
    padding-left: 0
}

.next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra, .next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra, .next-tabs[dir=rtl] > .next-tabs-bar .next-tabs-nav-extra {
    right: auto;
    left: 0
}

.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border: var(--tab-capsule-tab-border-line-width,1px) var(--tab-capsule-tab-border-line-style,solid) var(--tab-capsule-tab-border-line-color,#e1e1e1);
    border-left: 0
}

    .next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
        border-left: 0;
        border-radius: 0 4px 4px 0;
        border-radius: 0 var(--tab-capsule-corner-radius,4px) var(--tab-capsule-corner-radius,4px) 0
    }

    .next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
        border-radius: 4px 0 0 4px;
        border-radius: var(--tab-capsule-corner-radius,4px) 0 0 var(--tab-capsule-corner-radius,4px)
    }

    .next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active, .next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
        border-left: 1px solid #e1e1e1;
        border-left: var(--tab-capsule-tab-border-line-width,1px) var(--tab-capsule-tab-border-line-style,solid) var(--tab-capsule-tab-border-line-color,#e1e1e1)
    }

    .next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
        margin-left: -1px;
        margin-left: calc(0px - var(--tab-capsule-tab-border-line-width, 1px));
        margin-right: auto;
        border-color: #e1e1e1;
        border-color: var(--tab-capsule-tab-border-line-color-active,#e1e1e1)
    }

.next-tabs[dir=rtl] .next-tabs-btn-next {
    left: 8px;
    left: var(--tab-nav-arrow-right-positon-right,8px);
    right: auto
}

.next-tabs[dir=rtl] .next-tabs-btn-prev {
    left: 32px;
    left: var(--tab-nav-arrow-left-positon-right,32px);
    right: auto
}

.next-tabs[dir=rtl] .next-tabs-btn-down {
    left: 8px;
    left: var(--tab-nav-arrow-down-positon-right,8px);
    right: auto
}

.next-tabs-text[dir=rtl] > .next-tabs-bar .next-tabs-tab:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    right: auto
}

@-webkit-keyframes fadeInRightForTag {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translateX(20px);
        transform: rotate(45deg) translateX(20px)
    }

    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 {
    color: #333;
    color: var(--tag-normal-text-color,#333);
    border-color: transparent;
    background-color: transparent
}

    .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-normal-text-color-hover,#1047f5)
    }

.next-tag-default.next-tag-level-primary {
    color: #1047f5;
    color: var(--tag-fill-text-color,#1047f5);
    border-color: #f8f8f8;
    border-color: var(--tag-fill-border-color,#f8f8f8);
    background-color: #f8f8f8;
    background-color: var(--tag-fill-bg-color,#f8f8f8)
}

    .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-fill-text-color-hover,#1047f5);
        border-color: #eee;
        border-color: var(--tag-fill-border-color-hover,#eee);
        background-color: #f3f3f3;
        background-color: var(--tag-fill-bg-color-hover,#f3f3f3)
    }

        .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: #1047f5;
            color: var(--tag-fill-tail-color-hover,#1047f5)
        }

    .disabled.next-tag-default.next-tag-level-primary, .next-tag-default.next-tag-level-primary[disabled] {
        color: #acacac;
        color: var(--tag-fill-text-color-disabled,#acacac);
        border-color: #f3f3f3;
        border-color: var(--tag-fill-border-color-disabled,#f3f3f3);
        background-color: #f3f3f3;
        background-color: var(--tag-fill-bg-color-disabled,#f3f3f3)
    }

        .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: #666;
            color: var(--tag-fill-tail-color-disabled,#666)
        }

    .next-tag-default.next-tag-level-primary > .next-tag-close-btn {
        color: #666;
        color: var(--tag-fill-tail-color,#666)
    }

.next-tag-closable.next-tag-level-primary {
    color: #333;
    color: var(--tag-closable-primary-fill-text-color,#333);
    border-color: transparent;
    border-color: var(--tag-closable-primary-fill-border-color,transparent);
    background-color: #f3f3f3;
    background-color: var(--tag-closable-primary-fill-bg-color,#f3f3f3)
}

    .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover {
        color: #000;
        color: var(--tag-closable-primary-fill-text-color-hover,#000);
        border-color: transparent;
        border-color: var(--tag-closable-primary-fill-border-color-hover,transparent);
        background-color: #f3f3f3;
        background-color: var(--tag-closable-primary-fill-bg-color-hover,#f3f3f3)
    }

        .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: #1047f5;
            color: var(--tag-fill-tail-color-hover,#1047f5)
        }

    .disabled.next-tag-closable.next-tag-level-primary, .next-tag-closable.next-tag-level-primary[disabled] {
        color: #666;
        color: var(--tag-closable-primary-fill-text-color-disabled,#666);
        border-color: #e1e1e1;
        border-color: var(--tag-closable-primary-fill-border-color-disabled,#e1e1e1);
        background-color: #e1e1e1;
        background-color: var(--tag-closable-primary-fill-bg-color-disabled,#e1e1e1)
    }

        .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: #666;
            color: var(--tag-fill-tail-color-disabled,#666)
        }

    .next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
        color: #666;
        color: var(--tag-fill-tail-color,#666)
    }

.next-tag-checkable.next-tag-level-primary {
    color: #333;
    color: var(--tag-checkable-fill-text-color,#333);
    border-color: #f3f3f3;
    border-color: var(--tag-checkable-fill-border-color,#f3f3f3);
    background-color: #f3f3f3;
    background-color: var(--tag-checkable-fill-bg-color,#f3f3f3)
}

    .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-checkable-fill-text-color-hover,#1047f5);
        border-color: #eef3ff;
        border-color: var(--tag-checkable-fill-border-color-hover,#eef3ff);
        background-color: #eef3ff;
        background-color: var(--tag-checkable-fill-bg-color-hover,#eef3ff)
    }

        .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;
            color: var(--tag-checkable-fill-tail-color-hover,#333)
        }

    .disabled.next-tag-checkable.next-tag-level-primary, .next-tag-checkable.next-tag-level-primary[disabled] {
        color: #acacac;
        color: var(--tag-checkable-fill-text-color-disabled,#acacac);
        border-color: #e1e1e1;
        border-color: var(--tag-checkable-fill-border-color-disabled,#e1e1e1);
        background-color: #f8f8f8;
        background-color: var(--tag-checkable-fill-bg-color-disabled,#f8f8f8)
    }

        .disabled.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary[disabled] > .next-tag-close-btn {
            color: #ccc;
            color: var(--tag-checkable-fill-tail-color-disabled,#ccc)
        }

    .next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
        color: #666;
        color: var(--tag-checkable-fill-tail-color,#666)
    }

    .next-tag-checkable.next-tag-level-primary.checked {
        color: #1047f5;
        color: var(--tag-checkable-primary-text-color,#1047f5);
        border-color: #1047f5;
        border-color: var(--tag-checkable-primary-border-color,#1047f5);
        background-color: #eef3ff;
        background-color: var(--tag-checkable-primary-bg-color,#eef3ff)
    }

        .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover {
            color: #1047f5;
            color: var(--tag-checkable-primary-text-color-hover,#1047f5);
            border-color: #1047f5;
            border-color: var(--tag-checkable-primary-border-color-hover,#1047f5);
            background-color: #dfe8ff;
            background-color: var(--tag-checkable-primary-bg-color-hover,#dfe8ff)
        }

            .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover > .next-tag-close-btn {
                color: #fff;
                color: var(--tag-checkable-primary-tail-color-hover,#fff)
            }

        .disabled.next-tag-checkable.next-tag-level-primary.checked, .next-tag-checkable.next-tag-level-primary.checked[disabled] {
            color: #1047f5;
            color: var(--tag-checkable-primary-text-color-disabled,#1047f5);
            border-color: #c8c8c8;
            border-color: var(--tag-checkable-primary-border-color-disabled,#c8c8c8);
            background-color: #f3f3f3;
            background-color: var(--tag-checkable-primary-bg-color-disabled,#f3f3f3)
        }

            .disabled.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked[disabled] > .next-tag-close-btn {
                color: #fff;
                color: var(--tag-checkable-primary-tail-color,#fff)
            }

.next-tag-default.next-tag-level-normal {
    color: #333;
    color: var(--tag-bordered-text-color,#333);
    border-color: #f3f3f3;
    border-color: var(--tag-bordered-border-color,#f3f3f3);
    background-color: #f3f3f3;
    background-color: var(--tag-bordered-bg,#f3f3f3)
}

    .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover {
        color: #333;
        color: var(--tag-bordered-text-color-hover,#333);
        border-color: #f3f3f3;
        border-color: var(--tag-bordered-border-color-hover,#f3f3f3);
        background-color: #f3f3f3;
        background-color: var(--tag-bordered-bg-hover,#f3f3f3)
    }

        .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;
            color: var(--tag-bordered-tail-color-hover,#333)
        }

    .disabled.next-tag-default.next-tag-level-normal, .next-tag-default.next-tag-level-normal[disabled] {
        color: #333;
        color: var(--tag-bordered-text-color-disabled,#333);
        border-color: #f3f3f3;
        border-color: var(--tag-bordered-border-color-disabled,#f3f3f3);
        background-color: #f3f3f3;
        background-color: var(--tag-bordered-bg-disabled,#f3f3f3)
    }

        .disabled.next-tag-default.next-tag-level-normal > .next-tag-close-btn, .next-tag-default.next-tag-level-normal[disabled] > .next-tag-close-btn {
            color: #ccc;
            color: var(--tag-bordered-tail-color-disabled,#ccc)
        }

    .next-tag-default.next-tag-level-normal > .next-tag-close-btn {
        color: #666;
        color: var(--tag-bordered-tail-color,#666)
    }

.next-tag-closable.next-tag-level-normal {
    color: #1047f5;
    color: var(--tag-closable-bordered-text-color,#1047f5);
    border-color: #eef3ff;
    border-color: var(--tag-closable-bordered-border-color,#eef3ff);
    background-color: #eef3ff;
    background-color: var(--tag-closable-bordered-bg,#eef3ff)
}

    .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-closable-bordered-text-color-hover,#1047f5);
        border-color: #dfe8ff;
        border-color: var(--tag-closable-bordered-border-color-hover,#dfe8ff);
        background-color: #dfe8ff;
        background-color: var(--tag-closable-bordered-bg-hover,#dfe8ff)
    }

        .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: #0c38c4;
            color: var(--tag-closable-bordered-tail-color-hover,#0c38c4)
        }

    .disabled.next-tag-closable.next-tag-level-normal, .next-tag-closable.next-tag-level-normal[disabled] {
        color: #666;
        color: var(--tag-closable-bordered-text-color-disabled,#666);
        border-color: #e1e1e1;
        border-color: var(--tag-closable-bordered-border-color-disabled,#e1e1e1);
        background-color: #e1e1e1;
        background-color: var(--tag-closable-bordered-bg-disabled,#e1e1e1)
    }

        .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: #666;
            color: var(--tag-closable-bordered-tail-color-disabled,#666)
        }

    .next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
        color: #1047f5;
        color: var(--tag-closable-bordered-tail-color,#1047f5)
    }

.next-tag-checkable.next-tag-level-normal.checked {
    color: #1047f5;
    color: var(--tag-secondary-text-color,#1047f5);
    border-color: #1047f5;
    border-color: var(--tag-secondary-border-color,#1047f5);
    background-color: #eef3ff;
    background-color: var(--tag-secondary-bg,#eef3ff)
}

    .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-secondary-text-color-hover,#1047f5);
        border-color: #1047f5;
        border-color: var(--tag-secondary-border-color-hover,#1047f5);
        background-color: #dfe8ff;
        background-color: var(--tag-secondary-bg-hover,#dfe8ff)
    }

.next-tag-checkable.next-tag-level-secondary.checked {
    color: #1047f5;
    color: var(--tag-secondary-text-color,#1047f5);
    border-color: #1047f5;
    border-color: var(--tag-secondary-border-color,#1047f5);
    background-color: #eef3ff;
    background-color: var(--tag-secondary-bg,#eef3ff)
}

    .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-secondary-text-color-hover,#1047f5);
        border-color: #1047f5;
        border-color: var(--tag-secondary-border-color-hover,#1047f5);
        background-color: #dfe8ff;
        background-color: var(--tag-secondary-bg-hover,#dfe8ff)
    }

    .next-tag-checkable.next-tag-level-secondary.checked:before {
        position: absolute;
        content: "";
        -webkit-font-smoothing: antialiased;
        background-color: #1047f5;
        background-color: var(--tag-checkable-secondary-bg-selected,#1047f5);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .next-tag-checkable.next-tag-level-secondary.checked:after {
        position: absolute;
        font-family: NextIcon;
        -webkit-font-smoothing: antialiased;
        content: "\E632";
        content: var(--icon-content-select,"\E632");
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        color: #fff;
        color: var(--tag-checkable-secondary-icon-color-selected,#fff)
    }

    .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: #1f1f49;
        background-color: var(--tag-checkable-secondary-bg-selected-hover,#1f1f49)
    }

    .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:after {
        color: #fff;
        color: var(--tag-checkable-secondary-icon-color-selected-hover,#fff)
    }

    .next-tag-checkable.next-tag-level-secondary.checked:disabled:before, .next-tag-checkable.next-tag-level-secondary.checked[disabled]:before {
        background-color: #e1e1e1;
        background-color: var(--tag-checkable-secondary-bg-selected-disabled,#e1e1e1)
    }

    .next-tag-checkable.next-tag-level-secondary.checked:disabled:after, .next-tag-checkable.next-tag-level-secondary.checked[disabled]:after {
        color: #fff;
        color: var(--tag-checkable-secondary-icon-color-selected-disabled,#fff)
    }

.next-tag-checkable.next-tag-level-normal {
    color: #333;
    color: var(--tag-checkable-normal-text-color,#333);
    border-color: #f3f3f3;
    border-color: var(--tag-checkable-normal-border-color,#f3f3f3);
    background-color: #f3f3f3;
    background-color: var(--tag-checkable-normal-bg,#f3f3f3)
}

    .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-checkable-normal-text-color-hover,#1047f5);
        border-color: #eef3ff;
        border-color: var(--tag-checkable-normal-border-color-hover,#eef3ff);
        background-color: #eef3ff;
        background-color: var(--tag-checkable-normal-bg-hover,#eef3ff)
    }

    .disabled.next-tag-checkable.next-tag-level-normal, .next-tag-checkable.next-tag-level-normal[disabled] {
        color: #acacac;
        color: var(--tag-checkable-normal-text-selected-disabled,#acacac);
        border-color: #e1e1e1;
        border-color: var(--tag-checkable-normal-border-selected-disabled,#e1e1e1);
        background-color: #f8f8f8;
        background-color: var(--tag-checkable-normal-bg-selected-disabled,#f8f8f8)
    }

    .next-tag-checkable.next-tag-level-normal.checked:before {
        position: absolute;
        content: "";
        -webkit-font-smoothing: antialiased;
        background-color: #1047f5;
        background-color: var(--tag-checkable-normal-bg-selected,#1047f5);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .next-tag-checkable.next-tag-level-normal.checked:after {
        position: absolute;
        font-family: NextIcon;
        -webkit-font-smoothing: antialiased;
        content: "\E632";
        content: var(--icon-content-select,"\E632");
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        color: #fff;
        color: var(--tag-checkable-normal-icon-color-selected,#fff)
    }

    .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: #0c38c4;
        background-color: var(--tag-checkable-normal-bg-selected-hover,#0c38c4)
    }

    .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;
        color: var(--tag-checkable-normal-icon-color-selected-hover,#fff)
    }

    .next-tag-checkable.next-tag-level-normal.checked:disabled:before, .next-tag-checkable.next-tag-level-normal.checked[disabled]:before {
        background-color: #e1e1e1;
        background-color: var(--tag-checkable-normal-tick-bg-selected-disabled,#e1e1e1)
    }

    .next-tag-checkable.next-tag-level-normal.checked:disabled:after, .next-tag-checkable.next-tag-level-normal.checked[disabled]:after {
        color: #666;
        color: var(--tag-checkable-normal-icon-color-selected-disabled,#666)
    }

.next-tag-closable.next-tag-level-normal:before {
    position: absolute;
    content: "";
    -webkit-font-smoothing: antialiased;
    background-color: #f3f3f3;
    background-color: var(--tag-closable-normal-bg,#f3f3f3);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.next-tag-closable.next-tag-level-normal:after {
    position: absolute;
    font-family: NextIcon;
    -webkit-font-smoothing: antialiased;
    content: "\E626";
    content: var(--icon-content-close,"\E626");
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    color: #fff;
    color: var(--tag-closable-normal-icon-color,#fff)
}

.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: #dfe8ff;
    background-color: var(--tag-closable-normal-bg-hover,#dfe8ff)
}

.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;
    color: var(--tag-closable-normal-icon-color-hover,#fff)
}

.next-tag-closable.next-tag-level-normal:disabled:before, .next-tag-closable.next-tag-level-normal[disabled]:before {
    background-color: #e1e1e1;
    background-color: var(--tag-closable-normal-bg-disabled,#e1e1e1)
}

.next-tag-closable.next-tag-level-normal:disabled:after, .next-tag-closable.next-tag-level-normal[disabled]:after {
    color: #fff;
    color: var(--tag-closable-normal-icon-color-disabled,#fff)
}

.next-tag-group .next-tag-large, .next-tag-group .next-tag-medium {
    margin-right: 8px;
    margin-bottom: 8px
}

.next-tag-group .next-tag-small {
    margin-right: 4px;
    margin-bottom: 4px
}

.next-tag {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border-width: 1px;
    border-width: var(--tag-border-width,1px);
    border-radius: 4px;
    border-radius: var(--tag-corner-radius,4px);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--tag-shadow,none);
    box-shadow: none;
    box-shadow: var(--tag-shadow,none);
    border-style: solid;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    font-size: 0;
    outline: 0
}

    .next-tag, .next-tag *, .next-tag :after, .next-tag :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-tag > .next-tag-body {
            position: relative;
            display: inline-block;
            height: 100%;
            text-align: center;
            vertical-align: middle;
            max-width: 100%;
            cursor: default
        }

            .next-tag > .next-tag-body > a {
                text-decoration: none;
                color: inherit
            }

                .next-tag > .next-tag-body > a:before {
                    content: " ";
                    position: absolute;
                    display: block;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0
                }

            .next-tag > .next-tag-body .next-icon {
                line-height: 1;
                vertical-align: baseline
            }

                .next-tag > .next-tag-body .next-icon:before {
                    font-size: inherit
                }

        .next-tag.next-tag-body-pointer {
            cursor: pointer
        }

        .next-tag.disabled, .next-tag[disabled] {
            cursor: not-allowed;
            pointer-events: none
        }

.next-tag-blue {
    background-color: #4494f9;
    border-color: #4494f9;
    color: #fff
}

.next-tag-blue-inverse {
    background-color: rgba(68,148,249,.25);
    border-color: #4494f9;
    color: #4494f9
}

.next-tag-green {
    background-color: #46bc15;
    border-color: #46bc15;
    color: #fff
}

.next-tag-green-inverse {
    background-color: rgba(70,188,21,.25);
    border-color: #46bc15;
    color: #46bc15
}

.next-tag-orange {
    background-color: #ff9300;
    border-color: #ff9300;
    color: #fff
}

.next-tag-orange-inverse {
    background-color: rgba(255,147,0,.25);
    border-color: #ff9300;
    color: #ff9300
}

.next-tag-red {
    background-color: #ff3000;
    border-color: #ff3000;
    color: #fff
}

.next-tag-red-inverse {
    background-color: rgba(255,48,0,.25);
    border-color: #ff3000;
    color: #ff3000
}

.next-tag-turquoise {
    background-color: #01c1b2;
    border-color: #01c1b2;
    color: #fff
}

.next-tag-turquoise-inverse {
    background-color: rgba(1,193,178,.25);
    border-color: #01c1b2;
    color: #01c1b2
}

.next-tag-yellow {
    background-color: #fccc12;
    border-color: #fccc12;
    color: #fff
}

.next-tag-yellow-inverse {
    background-color: rgba(252,204,18,.25);
    border-color: #fccc12;
    color: #fccc12
}

.next-tag-large {
    height: 32px;
    height: var(--tag-size-l-height,32px);
    padding: 0;
    line-height: 30px;
    line-height: calc(var(--tag-size-l-height, 32px) - var(--tag-border-width, 1px)*2);
    font-size: 0
}

    .next-tag-large > .next-tag-body {
        font-size: 14px;
        font-size: var(--tag-size-l-text-size,14px);
        padding: 0 12px;
        padding: 0 var(--tag-size-l-padding-lr,12px);
        min-width: 48px;
        min-width: var(--tag-size-l-content-min-width,48px)
    }

    .next-tag-large.next-tag-closable > .next-tag-body {
        padding: 0 0 0 12px;
        padding: 0 0 0 var(--tag-size-l-padding-lr,12px);
        max-width: calc(100% - 28px);
        max-width: calc(100% - var(--tag-size-l-spacing, 4px) - var(--tag-size-l-icon-font, 12px) - var(--tag-size-l-padding-lr, 12px))
    }

    .next-tag-large[dir=rtl].next-tag-closable > .next-tag-body {
        padding: 0 12px 0 0;
        padding: 0 var(--tag-size-l-padding-lr,12px) 0 0
    }

    .next-tag-large.next-tag-closable > .next-tag-close-btn {
        margin-left: 4px;
        margin-left: var(--tag-size-l-spacing,4px);
        padding-right: 12px;
        padding-right: var(--tag-size-l-padding-lr,12px)
    }

        .next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote, .next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon:before {
            width: 12px;
            width: var(--tag-size-l-icon-font,12px);
            font-size: 12px;
            font-size: var(--tag-size-l-icon-font,12px);
            line-height: inherit
        }

    .next-tag-large[dir=rtl] > .next-tag-close-btn {
        margin-right: 4px;
        margin-right: var(--tag-size-l-spacing,4px);
        margin-left: 0;
        padding-right: 0;
        padding-left: 12px;
        padding-left: var(--tag-size-l-padding-lr,12px)
    }

.next-tag-medium {
    height: 28px;
    height: var(--tag-size-m-height,28px);
    padding: 0;
    line-height: 26px;
    line-height: calc(var(--tag-size-m-height, 28px) - var(--tag-border-width, 1px)*2);
    font-size: 0
}

    .next-tag-medium > .next-tag-body {
        font-size: 12px;
        font-size: var(--tag-size-m-text-size,12px);
        padding: 0 8px;
        padding: 0 var(--tag-size-m-padding-lr,8px);
        min-width: 40px;
        min-width: var(--tag-size-m-content-min-width,40px)
    }

    .next-tag-medium.next-tag-closable > .next-tag-body {
        padding: 0 0 0 8px;
        padding: 0 0 0 var(--tag-size-m-padding-lr,8px);
        max-width: calc(100% - 24px);
        max-width: calc(100% - var(--tag-size-m-spacing, 4px) - var(--tag-size-m-icon-font, 12px) - var(--tag-size-m-padding-lr, 8px))
    }

    .next-tag-medium[dir=rtl].next-tag-closable > .next-tag-body {
        padding: 0 8px 0 0;
        padding: 0 var(--tag-size-m-padding-lr,8px) 0 0
    }

    .next-tag-medium.next-tag-closable > .next-tag-close-btn {
        margin-left: 4px;
        margin-left: var(--tag-size-m-spacing,4px);
        padding-right: 8px;
        padding-right: var(--tag-size-m-padding-lr,8px)
    }

        .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote, .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before {
            width: 12px;
            width: var(--tag-size-m-icon-font,12px);
            font-size: 12px;
            font-size: var(--tag-size-m-icon-font,12px);
            line-height: inherit
        }

    .next-tag-medium[dir=rtl] > .next-tag-close-btn {
        margin-right: 4px;
        margin-right: var(--tag-size-m-spacing,4px);
        margin-left: 0;
        padding-right: 0;
        padding-left: 8px;
        padding-left: var(--tag-size-m-padding-lr,8px)
    }

.next-tag-small {
    height: 24px;
    height: var(--tag-size-s-height,24px);
    padding: 0;
    line-height: 22px;
    line-height: calc(var(--tag-size-s-height, 24px) - var(--tag-border-width, 1px)*2);
    font-size: 0
}

    .next-tag-small > .next-tag-body {
        font-size: 12px;
        font-size: var(--tag-size-s-text-size,12px);
        padding: 0 4px;
        padding: 0 var(--tag-size-s-padding-lr,4px);
        min-width: 28px;
        min-width: var(--tag-size-s-content-min-width,28px)
    }

    .next-tag-small.next-tag-closable > .next-tag-body {
        padding: 0 0 0 4px;
        padding: 0 0 0 var(--tag-size-s-padding-lr,4px);
        max-width: calc(100% - 20px);
        max-width: calc(100% - var(--tag-size-s-spacing, 4px) - var(--tag-size-s-icon-font, 12px) - var(--tag-size-s-padding-lr, 4px))
    }

    .next-tag-small[dir=rtl].next-tag-closable > .next-tag-body {
        padding: 0 4px 0 0;
        padding: 0 var(--tag-size-s-padding-lr,4px) 0 0
    }

    .next-tag-small.next-tag-closable > .next-tag-close-btn {
        margin-left: 4px;
        margin-left: var(--tag-size-s-spacing,4px);
        padding-right: 4px;
        padding-right: var(--tag-size-s-padding-lr,4px)
    }

        .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 {
            width: 12px;
            width: var(--tag-size-s-icon-font,12px);
            font-size: 12px;
            font-size: var(--tag-size-s-icon-font,12px);
            line-height: inherit
        }

    .next-tag-small[dir=rtl] > .next-tag-close-btn {
        margin-right: 4px;
        margin-right: var(--tag-size-s-spacing,4px);
        margin-left: 0;
        padding-right: 0;
        padding-left: 4px;
        padding-left: var(--tag-size-s-padding-lr,4px)
    }

.next-tag-default {
    cursor: default
}

.next-tag-closable {
    position: relative
}

    .next-tag-closable > .next-tag-close-btn {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        text-align: center;
        cursor: pointer
    }

.next-tag-checkable {
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    border-radius: var(--tag-corner-radius,4px)
}

    .next-tag-checkable.checked:before {
        -webkit-animation: fadeInRightForTag .4s cubic-bezier(.78,.14,.15,.86);
        animation: fadeInRightForTag .4s cubic-bezier(.78,.14,.15,.86)
    }

    .next-tag-checkable.checked:after {
        -webkit-animation: zoomIn .4s cubic-bezier(.78,.14,.15,.86);
        animation: zoomIn .4s cubic-bezier(.78,.14,.15,.86)
    }

    .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before {
        right: -10px;
        right: calc(0px - var(--tag-size-s-tick-icon-bg-size, 20px)/2);
        bottom: -10px;
        bottom: calc(0px - var(--tag-size-s-tick-icon-bg-size, 20px)/2);
        width: 20px;
        width: var(--tag-size-s-tick-icon-bg-size,20px);
        height: 20px;
        height: var(--tag-size-s-tick-icon-bg-size,20px)
    }

    .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):after {
        font-size: 8px;
        line-height: 8px;
        right: 0;
        bottom: 0
    }

    .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):before {
        right: -12px;
        right: calc(0px - var(--tag-size-m-tick-icon-bg-size, 24px)/2);
        bottom: -12px;
        bottom: calc(0px - var(--tag-size-m-tick-icon-bg-size, 24px)/2);
        width: 24px;
        width: var(--tag-size-m-tick-icon-bg-size,24px);
        height: 24px;
        height: var(--tag-size-m-tick-icon-bg-size,24px)
    }

    .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):after {
        font-size: 8px;
        line-height: 8px;
        right: 0;
        bottom: 0
    }

    .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):before {
        right: -14px;
        right: calc(0px - var(--tag-size-l-tick-icon-bg-size, 28px)/2);
        bottom: -14px;
        bottom: calc(0px - var(--tag-size-l-tick-icon-bg-size, 28px)/2);
        width: 28px;
        width: var(--tag-size-l-tick-icon-bg-size,28px);
        height: 28px;
        height: var(--tag-size-l-tick-icon-bg-size,28px)
    }

    .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):after {
        font-size: 12px;
        line-height: 12px;
        right: 0;
        bottom: 0
    }

    .next-tag-checkable.next-tag-level-secondary.disabled, .next-tag-checkable.next-tag-level-secondary[disabled] {
        color: #ccc;
        color: var(--tag-text-color-disabled,#ccc);
        border-color: #e1e1e1;
        border-color: var(--tag-border-color-disabled,#e1e1e1);
        background-color: #f3f3f3;
        background-color: var(--tag-fill-bg-color-disabled,#f3f3f3)
    }

.next-tag-zoom-appear, .next-tag-zoom-enter {
    -webkit-animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.next-tag-zoom-leave {
    -webkit-animation: zoomOut .3s ease-in;
    animation: zoomOut .3s ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.next-timeline, .next-timeline *, .next-timeline:after, .next-timeline :after, .next-timeline:before, .next-timeline :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .next-timeline ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .next-timeline p {
        margin: 0
    }

.next-timeline-hide {
    display: none
}

.next-timeline[dir=rtl] .next-timeline-item-folder {
    padding-left: 0;
    padding-right: 28px;
    padding-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
}

.next-timeline[dir=rtl] .next-timeline-item-dot-tail {
    left: auto;
    right: 6px;
    right: calc(var(--timeline-item-node-size, 12px)/2);
    border-left: none;
    border-right: 1px dotted #e1e1e1;
    border-right: var(--timeline-item-tail-size,1px) dotted var(--timeline-item-tail-color,#e1e1e1)
}

.next-timeline[dir=rtl] .next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 0;
    margin-right: 104px;
    margin-right: var(--timeline-item-left-content-width,104px)
}

.next-timeline[dir=rtl] .next-timeline-item-done {
    position: relative
}

    .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        height: 100%
    }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: right
        }

            .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-right: -14px;
                margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                margin-left: 0;
                line-height: 1
            }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-done-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-done-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-done-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-done-dot-size, 12px)/2)
        }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: auto;
            right: 6px;
            right: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content {
        display: inline-block;
        margin-right: 28px;
        margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: right
        }

    .next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: left;
        padding-left: 16px;
        padding-left: var(--timeline-item-content-margin-left,16px);
        padding-right: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
            word-break: break-word
        }

    .next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
        margin-right: 104px;
        margin-right: var(--timeline-item-left-content-width,104px);
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-right: 132px;
        margin-right: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-dot {
        background: #ccc;
        background: var(--timeline-item-done-background,#ccc)
    }

    .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-icon {
        background: #ccc;
        background: var(--timeline-item-done-background,#ccc);
        color: #fff;
        color: var(--timeline-item-done-color,#fff)
    }

.next-timeline[dir=rtl] .next-timeline-item-process {
    position: relative
}

    .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        height: 100%
    }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: right
        }

            .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-right: -14px;
                margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                margin-left: 0;
                line-height: 1
            }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-process-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-process-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-process-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-process-dot-size, 12px)/2)
        }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: auto;
            right: 6px;
            right: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content {
        display: inline-block;
        margin-right: 28px;
        margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: right
        }

    .next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: left;
        padding-left: 16px;
        padding-left: var(--timeline-item-content-margin-left,16px);
        padding-right: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
            word-break: break-word
        }

    .next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
        margin-right: 104px;
        margin-right: var(--timeline-item-left-content-width,104px);
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-right: 132px;
        margin-right: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-dot, .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-icon {
        background: #1047f5;
        background: var(--timeline-item-process-background,#1047f5)
    }

    .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-process-color,#fff)
    }

.next-timeline[dir=rtl] .next-timeline-item-success {
    position: relative
}

    .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        height: 100%
    }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: right
        }

            .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-right: -14px;
                margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                margin-left: 0;
                line-height: 1
            }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-success-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-success-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-success-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-success-dot-size, 12px)/2)
        }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: auto;
            right: 6px;
            right: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content {
        display: inline-block;
        margin-right: 28px;
        margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: right
        }

    .next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: left;
        padding-left: 16px;
        padding-left: var(--timeline-item-content-margin-left,16px);
        padding-right: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
            word-break: break-word
        }

    .next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
        margin-right: 104px;
        margin-right: var(--timeline-item-left-content-width,104px);
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-right: 132px;
        margin-right: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-dot, .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-icon {
        background: #04c3b3;
        background: var(--timeline-item-success-background,#04c3b3)
    }

    .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-success-color,#fff)
    }

.next-timeline[dir=rtl] .next-timeline-item-error {
    position: relative
}

    .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        height: 100%
    }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: right
        }

            .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-right: -14px;
                margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                margin-left: 0;
                line-height: 1
            }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-error-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-error-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-error-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-error-dot-size, 12px)/2)
        }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: auto;
            right: 6px;
            right: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content {
        display: inline-block;
        margin-right: 28px;
        margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: right
        }

    .next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: left;
        padding-left: 16px;
        padding-left: var(--timeline-item-content-margin-left,16px);
        padding-right: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
            word-break: break-word
        }

    .next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
        margin-right: 104px;
        margin-right: var(--timeline-item-left-content-width,104px);
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-right: 132px;
        margin-right: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-dot, .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-icon {
        background: #f33200;
        background: var(--timeline-item-error-background,#f33200)
    }

    .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-error-color,#fff)
    }

.next-timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

    .next-timeline > li {
        outline: 0
    }

.next-timeline-item-folder {
    padding-left: 28px;
    padding-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
    padding-top: 0;
    padding-top: var(--timeline-item-folder-margin-top,0);
    padding-bottom: 8px;
    padding-bottom: var(--timeline-item-folder-margin-bottom,8px);
    font-size: 12px;
    font-size: var(--timeline-item-folder-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    position: relative
}

.next-timeline-item-dot-tail {
    position: absolute;
    top: 0;
    left: 6px;
    left: calc(var(--timeline-item-node-size, 12px)/2);
    height: 100%;
    border: 0;
    border-left: var(--timeline-item-tail-size,1px) dotted var(--timeline-item-tail-color,#e1e1e1)
}

.next-timeline-item-dot-tail-solid {
    border-style: solid
}

.next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 104px;
    margin-left: var(--timeline-item-left-content-width,104px)
}

.next-timeline-item-done {
    position: relative
}

    .next-timeline-item-done .next-timeline-item-timeline {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }

        .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: left
        }

            .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-left: -14px;
                margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                line-height: 1
            }

        .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-done-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-done-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-done-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-done-dot-size, 12px)/2)
        }

        .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: 6px;
            left: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline-item-done .next-timeline-item-content {
        display: inline-block;
        margin-left: 28px;
        margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

        .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: left
        }

        .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: left
        }

        .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: left
        }

    .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: right;
        padding-right: 16px;
        padding-right: var(--timeline-item-content-margin-left,16px)
    }

        .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: 104px;
        margin-left: var(--timeline-item-left-content-width,104px)
    }

    .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-left: 132px;
        margin-left: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

    .next-timeline-item-done .next-timeline-item-dot, .next-timeline-item-done .next-timeline-item-icon {
        background: #ccc;
        background: var(--timeline-item-done-background,#ccc)
    }

    .next-timeline-item-done .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-done-color,#fff)
    }

.next-timeline-item-process {
    position: relative
}

    .next-timeline-item-process .next-timeline-item-timeline {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }

        .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: left
        }

            .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-left: -14px;
                margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                line-height: 1
            }

        .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-process-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-process-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-process-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-process-dot-size, 12px)/2)
        }

        .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: 6px;
            left: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline-item-process .next-timeline-item-content {
        display: inline-block;
        margin-left: 28px;
        margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

        .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: left
        }

        .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: left
        }

        .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: left
        }

    .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: right;
        padding-right: 16px;
        padding-right: var(--timeline-item-content-margin-left,16px)
    }

        .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: 104px;
        margin-left: var(--timeline-item-left-content-width,104px)
    }

    .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-left: 132px;
        margin-left: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

    .next-timeline-item-process .next-timeline-item-dot, .next-timeline-item-process .next-timeline-item-icon {
        background: #1047f5;
        background: var(--timeline-item-process-background,#1047f5)
    }

    .next-timeline-item-process .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-process-color,#fff)
    }

.next-timeline-item-success {
    position: relative
}

    .next-timeline-item-success .next-timeline-item-timeline {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }

        .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: left
        }

            .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-left: -14px;
                margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                line-height: 1
            }

        .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-success-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-success-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-success-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-success-dot-size, 12px)/2)
        }

        .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: 6px;
            left: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline-item-success .next-timeline-item-content {
        display: inline-block;
        margin-left: 28px;
        margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

        .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: left
        }

        .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: left
        }

        .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: left
        }

    .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: right;
        padding-right: 16px;
        padding-right: var(--timeline-item-content-margin-left,16px)
    }

        .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: 104px;
        margin-left: var(--timeline-item-left-content-width,104px)
    }

    .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-left: 132px;
        margin-left: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

    .next-timeline-item-success .next-timeline-item-dot, .next-timeline-item-success .next-timeline-item-icon {
        background: #04c3b3;
        background: var(--timeline-item-success-background,#04c3b3)
    }

    .next-timeline-item-success .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-success-color,#fff)
    }

.next-timeline-item-error {
    position: relative
}

    .next-timeline-item-error .next-timeline-item-timeline {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }

        .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: left
        }

            .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-left: -14px;
                margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                line-height: 1
            }

        .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-error-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-error-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-error-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-error-dot-size, 12px)/2)
        }

        .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: 6px;
            left: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline-item-error .next-timeline-item-content {
        display: inline-block;
        margin-left: 28px;
        margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

        .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: left
        }

        .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: left
        }

        .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: left
        }

    .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: right;
        padding-right: 16px;
        padding-right: var(--timeline-item-content-margin-left,16px)
    }

        .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: 104px;
        margin-left: var(--timeline-item-left-content-width,104px)
    }

    .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-left: 132px;
        margin-left: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

    .next-timeline-item-error .next-timeline-item-dot, .next-timeline-item-error .next-timeline-item-icon {
        background: #f33200;
        background: var(--timeline-item-error-background,#f33200)
    }

    .next-timeline-item-error .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-error-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 {
    width: 50%;
    padding-right: 16px;
    padding-right: var(--timeline-item-content-margin-left,16px)
}

.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-timeline, .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-timeline {
    margin-left: 50%
}

.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-content, .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content {
    margin-left: calc(50% + 28px);
    margin-left: calc(50% + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
}

.next-timeline.next-alternate .next-timeline-item-folder {
    margin-left: 50%
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-title {
    margin: 4px 0 0;
    font-size: 14px;
    font-size: var(--timeline-item-title-font-size,14px);
    font-weight: 500;
    font-weight: var(--timeline-item-title-font-weight,500);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    color: var(--timeline-item-title-color,#000);
    text-align: right
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
    margin: 4px 0 0;
    font-size: 14px;
    font-size: var(--timeline-item-body-font-size,14px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    color: #333;
    color: var(--timeline-item-body-color,#333);
    text-align: right
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-time {
    margin: 8px 0 0;
    margin-top: var(--timeline-item-time-margin-top,8px);
    margin-bottom: 12px;
    margin-bottom: var(--timeline-item-time-margin-bottom,12px);
    font-size: 12px;
    font-size: var(--timeline-item-time-font-size,12px);
    color: #666;
    color: var(--timeline-item-time-color,#666);
    text-align: right
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-left-content {
    display: inline-block;
    position: relative
}

    .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-left-content .next-timeline-item-title {
        margin-top: 0
    }

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content {
    margin-left: 28px;
    margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
    position: absolute
}

    .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body {
        margin-top: 4px;
        color: #666;
        color: var(--timeline-item-left-body-color,#666)
    }

.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-left-content, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-left-content {
    width: 50%;
    padding-left: 16px;
    padding-left: var(--timeline-item-content-margin-left,16px)
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-timeline, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-timeline {
    margin-right: 50%
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-content, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content {
    width: 50%;
    margin-right: calc(50% + 28px);
    margin-right: calc(50% + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-folder {
    margin-right: 50%
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-title {
    margin: 0;
    font-size: 14px;
    font-size: var(--timeline-item-title-font-size,14px);
    font-weight: 500;
    font-weight: var(--timeline-item-title-font-weight,500);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    color: var(--timeline-item-title-color,#000);
    text-align: left
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-body {
    margin: 0;
    font-size: 14px;
    font-size: var(--timeline-item-body-font-size,14px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    color: #333;
    color: var(--timeline-item-body-color,#333);
    text-align: left
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-time {
    margin: 8px 0 0;
    margin-top: var(--timeline-item-time-margin-top,8px);
    margin-bottom: 12px;
    margin-bottom: var(--timeline-item-time-margin-bottom,12px);
    font-size: 12px;
    font-size: var(--timeline-item-time-font-size,12px);
    color: #666;
    color: var(--timeline-item-time-color,#666);
    text-align: left
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-left-content {
    display: inline-block;
    position: relative
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content {
    margin-right: 28px;
    margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
    position: absolute
}

    .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body {
        text-align: right
    }

.next-timeline-item-last .next-timeline-item-tail {
    display: none
}

.next-timeline-item-has-left-content {
    min-height: 48px
}

.next-timeline-item-folder.next-timeline-item-has-left-content {
    min-height: auto
}

.next-transfer {
    display: inline-block
}

    .next-transfer, .next-transfer *, .next-transfer :after, .next-transfer :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-transfer-panel {
    display: inline-block;
    border: 1px solid #e1e1e1;
    border: var(--transfer-panel-border-width,1px) var(--line-solid,solid) var(--transfer-panel-border-color,#e1e1e1);
    border-radius: 2px;
    border-radius: var(--transfer-panel-border-corner,2px);
    background-color: #fff;
    background-color: var(--transfer-panel-background-color,#fff);
    vertical-align: middle
}

.next-transfer-panel-header {
    padding: 12px 24px;
    padding: var(--transfer-panel-header-padding-top-bottom,12px) var(--transfer-panel-header-padding-left-right,24px);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--transfer-panel-border-width,1px) var(--line-solid,solid) var(--transfer-panel-border-color,#e1e1e1);
    background-color: #fff;
    background-color: var(--transfer-panel-header-background-color,#fff);
    color: #333;
    color: var(--transfer-panel-header-text-color,#333);
    font-size: 14px;
    font-size: var(--transfer-panel-header-text-size,14px)
}

.next-transfer-panel-search {
    padding: 0 12px;
    padding: 0 var(--transfer-panel-search-margin-left-right,12px);
    margin-top: 12px;
    margin-top: var(--transfer-panel-search-margin-top,12px);
    margin-bottom: 4px;
    margin-bottom: var(--transfer-panel-search-margin-bottom,4px);
    width: auto;
    width: var(--transfer-panel-list-width,auto)
}

.next-transfer .next-transfer-panel-list {
    width: auto;
    width: var(--transfer-panel-list-width,auto);
    height: 176px;
    height: var(--transfer-panel-list-height,176px);
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow-y: auto
}

.next-transfer-panel-not-found-container {
    display: table;
    width: 100%;
    height: 100%
}

.next-transfer-panel-not-found {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #acacac;
    color: var(--color-text1-2,#acacac);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-transfer-panel-item.next-focused {
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.next-transfer-panel-item:not(.next-disabled).next-simple:hover {
    color: #1047f5;
    color: var(--transfer-simple-panel-item-hover-text-color,#1047f5)
}

.next-transfer-panel-item.next-insert-before:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    border-top: 1px solid #1047f5;
    border-top: var(--line-1,1px) solid var(--color-brand1-6,#1047f5)
}

.next-transfer-panel-item.next-insert-after:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    border-bottom: 1px solid #1047f5;
    border-bottom: var(--line-1,1px) solid var(--color-brand1-6,#1047f5)
}

.next-transfer-panel-footer {
    position: relative;
    padding: 16px 24px;
    padding: var(--transfer-panel-footer-padding-top-bottom,16px) var(--transfer-panel-footer-padding-left-right,24px);
    border-top: 1px solid #e1e1e1;
    border-top: var(--transfer-panel-border-width,1px) var(--line-solid,solid) var(--transfer-panel-border-color,#e1e1e1);
    background-color: #fff;
    background-color: var(--transfer-panel-footer-background-color,#fff);
    font-size: 0;
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--transfer-panel-footer-shadow,none);
    box-shadow: none;
    box-shadow: var(--transfer-panel-footer-shadow,none)
}

.next-transfer-panel-count {
    margin-left: 4px;
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    vertical-align: middle;
    color: #333;
    color: var(--transfer-panel-footer-text-color,#333)
}

.next-transfer-panel-move-all {
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    color: #1047f5;
    color: var(--transfer-simple-panel-footer-text-color,#1047f5);
    cursor: pointer
}

    .next-transfer-panel-move-all.next-disabled {
        color: #ccc;
        color: var(--color-text1-1,#ccc);
        cursor: not-allowed
    }

.next-transfer-operations {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    margin: 0 var(--transfer-operation-margin-left-right,20px)
}

.next-transfer-move.next-icon {
    color: #a2a3a5;
    color: var(--transfer-simple-move-icon-color,#a2a3a5)
}

    .next-transfer-move.next-icon:before {
        content: "\E6B3";
        content: var(--transfer-simple-move-icon,"\E6B3")
    }

.next-transfer-operation.next-btn {
    display: block
}

    .next-transfer-operation.next-btn + .next-transfer-operation.next-btn {
        margin-top: 12px;
        margin-top: var(--transfer-operation-margin-gutter,12px)
    }

    .next-transfer-operation.next-btn .next-icon .next-icon-remote, .next-transfer-operation.next-btn .next-icon:before {
        width: 8px;
        font-size: 8px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-transfer-operation.next-btn .next-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-transfer-operation.next-btn .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-tree, .next-tree *, .next-tree :after, .next-tree :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-tree, .next-tree-child-tree {
    margin: 0;
    padding: 0;
    list-style: none
}

.next-tree-node {
    white-space: nowrap
}

.next-tree-node-inner {
    font-size: 0;
    outline: none
}

.next-tree-node-label-wrapper {
    display: inline-block;
    margin: 0 4px;
    margin: 0 var(--tree-node-title-margin,4px);
    vertical-align: middle
}

.next-tree-node-label {
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    padding: 0 var(--tree-node-title-padding,4px);
    border-radius: 2px;
    border-radius: var(--tree-node-title-border-radius,2px);
    font-size: 14px;
    font-size: var(--tree-node-title-font-size,14px)
}

    .next-tree-node-label .next-icon {
        font-size: 16px;
        font-size: calc(var(--tree-node-title-font-size, 14px) + 2px)
    }

        .next-tree-node-label .next-icon:before {
            font-size: 14px;
            font-size: var(--tree-node-title-font-size,14px);
            width: 14px;
            width: var(--tree-node-title-font-size,14px);
            margin-right: .5em
        }

.next-tree-node-input.next-input {
    margin: 0 4px;
    margin: 0 var(--tree-node-title-margin,4px)
}

.next-tree-node-indent-unit {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    position: relative
}

    .next-tree-node-indent-unit.next-line:before {
        content: "";
        position: absolute;
        display: inline-block;
        border-left: 1px solid #a2a3a5;
        border-left: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5);
        height: 32px;
        height: calc(var(--tree-node-padding, 8px) + var(--line-2, 2px)*2 + 20px);
        left: 7.5px;
        left: calc(var(--tree-switch-size, 16px)/2 - var(--tree-line-width, 1px)/2)
    }

.next-tree-switcher {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-right: var(--tree-switch-margint-right,4px)
}

.next-tree .next-tree-unfold-icon:before {
    content: "\E63D";
    content: var(--tree-unfold-icon-content,"\E63D")
}

.next-tree-switcher.next-noline {
    width: 16px;
    width: var(--tree-switch-arrow-size,16px);
    height: 16px;
    height: var(--tree-switch-arrow-size,16px);
    line-height: 16px;
    line-height: var(--tree-switch-arrow-size,16px);
    cursor: pointer
}

    .next-tree-switcher.next-noline .next-tree-switcher-icon {
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear,-webkit-transform .1s linear;
        color: #000;
        color: var(--tree-switch-arrow-color,#000)
    }

        .next-tree-switcher.next-noline .next-tree-switcher-icon .next-icon-remote, .next-tree-switcher.next-noline .next-tree-switcher-icon:before {
            width: 16px;
            width: var(--tree-switch-arrow-size,16px);
            font-size: 16px;
            font-size: var(--tree-switch-arrow-size,16px);
            line-height: inherit
        }

    .next-tree-switcher.next-noline .next-tree-fold-icon:before {
        content: "\E625";
        content: var(--tree-fold-icon-content,"\E625")
    }

    .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon:before {
        content: "\E63D";
        content: var(--tree-unfold-icon-content,"\E63D")
    }

    .next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
        color: #1047f5;
        color: var(--tree-switch-hover-arrow-color,#1047f5)
    }

    .next-tree-switcher.next-noline.next-disabled {
        cursor: not-allowed
    }

        .next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
            color: #000;
            color: var(--tree-node-disabled-color,#000)
        }

.next-tree-switcher.next-noop-noline {
    width: 16px;
    width: var(--tree-switch-arrow-size,16px);
    height: 16px;
    height: var(--tree-switch-arrow-size,16px)
}

.next-tree-switcher.next-line {
    width: 16px;
    width: var(--tree-switch-size,16px);
    height: 16px;
    height: var(--tree-switch-size,16px);
    line-height: 14px;
    line-height: calc(var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px)*2);
    border: 1px solid #a2a3a5;
    border: var(--tree-switch-border-width,1px) var(--line-solid,solid) var(--tree-switch-border-color,#a2a3a5);
    border-radius: 2px;
    border-radius: var(--tree-switch-corner,2px);
    background-color: #fff;
    background-color: var(--tree-switch-bg-color,#fff);
    cursor: pointer
}

    .next-tree-switcher.next-line .next-tree-switcher-icon {
        margin-left: 3px;
        margin-left: calc(var(--tree-switch-size, 16px)/2 - 4px - var(--tree-switch-border-width, 1px)*2/2);
        color: #666;
        color: var(--tree-switch-icon-color,#666)
    }

        .next-tree-switcher.next-line .next-tree-switcher-icon .next-icon-remote, .next-tree-switcher.next-line .next-tree-switcher-icon:before {
            width: 8px;
            font-size: 8px;
            line-height: inherit
        }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-tree-switcher.next-line .next-tree-switcher-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: 1px;
        margin-left: calc(var(--tree-switch-size, 16px)/2 - 6px - var(--tree-switch-border-width, 1px)*2/2);
        margin-right: -2px
    }

        .next-tree-switcher.next-line .next-tree-switcher-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-tree-switcher.next-line .next-tree-switcher-fold-icon:before {
    content: "\E7B0";
    content: var(--tree-switcher-fold-icon-content,"\E7B0")
}

.next-tree-switcher.next-line .next-tree-switcher-unfold-icon:before {
    content: "\E601";
    content: var(--tree-switcher-unfold-icon-content,"\E601")
}

.next-tree-switcher.next-line:not(.next-disabled):hover {
    border-color: #a2a3a5;
    border-color: var(--tree-switch-hover-border-color,#a2a3a5);
    background-color: #f3f3f3;
    background-color: var(--tree-switch-hover-bg-color,#f3f3f3)
}

    .next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
        color: #666;
        color: var(--tree-switch-hover-icon-color,#666)
    }

.next-tree-switcher.next-line.next-disabled {
    border-color: #e1e1e1;
    border-color: var(--color-line1-1,#e1e1e1);
    background-color: #fff;
    cursor: not-allowed
}

    .next-tree-switcher.next-line.next-disabled .next-tree-switcher-icon {
        color: #000;
        color: var(--tree-node-disabled-color,#000)
    }

.next-tree-switcher.next-noop-line {
    width: 16px;
    width: var(--tree-switch-size,16px);
    height: 16px;
    height: var(--tree-switch-size,16px)
}

.next-tree-switcher.next-noop-line-noroot {
    height: 0;
    border-left: 1px solid #a2a3a5;
    border-left: var(--tree-switch-border-width,1px) var(--line-solid,solid) var(--tree-line-color,#a2a3a5);
    border-bottom: 1px solid #a2a3a5;
    border-bottom: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5)
}

    .next-tree-switcher.next-noop-line-noroot .next-tree-right-angle {
        bottom: -1px;
        bottom: calc(0px - var(--tree-line-width, 1px))
    }

.next-tree-switcher.next-loading.next-loading-noline {
    width: 16px;
    width: var(--tree-switch-arrow-size,16px);
    height: 16px;
    height: var(--tree-switch-arrow-size,16px);
    line-height: 16px;
    line-height: var(--tree-switch-arrow-size,16px)
}

.next-tree-switcher.next-loading.next-loading-line {
    width: 16px;
    width: var(--tree-switch-size,16px);
    height: 16px;
    height: var(--tree-switch-size,16px);
    line-height: 14px;
    line-height: calc(var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px)*2);
    border: 1px solid transparent;
    border: var(--tree-switch-border-width,1px) var(--line-solid,solid) transparent
}

.next-tree-switcher.next-loading .next-tree-switcher-icon {
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5)
}

    .next-tree-switcher.next-loading .next-tree-switcher-icon .next-icon-remote, .next-tree-switcher.next-loading .next-tree-switcher-icon:before {
        width: 16px;
        width: var(--tree-switch-arrow-size,16px);
        font-size: 16px;
        font-size: var(--tree-switch-arrow-size,16px);
        line-height: inherit
    }

.next-tree-right-angle {
    position: absolute;
    bottom: 6.5px;
    bottom: calc(var(--tree-switch-size, 16px)/2 - var(--tree-switch-border-width, 1px)*2/2 - var(--tree-line-width, 1px)/2);
    left: -17.5px;
    left: calc(-24px + var(--tree-switch-size, 16px)/2 - var(--tree-line-width, 1px)/2 - var(--tree-switch-border-width, 1px));
    display: block;
    width: 16.5px;
    width: calc(24px - var(--tree-switch-size, 16px)/2 + var(--tree-line-width, 1px)/2);
    height: 26px;
    height: calc(20px + var(--tree-node-padding, 8px) - var(--tree-line-width, 1px)*2);
    border-left: 1px solid #a2a3a5;
    border-left: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5);
    border-bottom: 1px solid #a2a3a5;
    border-bottom: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5)
}

.next-tree.next-label-block .next-tree-node-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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-top: 4px;
    padding-top: calc(var(--tree-node-padding, 8px)/2);
    padding-bottom: 4px;
    padding-bottom: calc(var(--tree-node-padding, 8px)/2)
}

    .next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
        color: #1047f5;
        color: var(--tree-node-hover-color,#1047f5);
        background-color: transparent;
        background-color: var(--tree-node-hover-bg-color,transparent)
    }

.next-tree.next-node-indent .next-tree-node-label-wrapper {
    border-top: 2px solid transparent;
    border-top: var(--line-2,2px) solid transparent;
    border-bottom: 2px solid transparent;
    border-bottom: var(--line-2,2px) solid transparent
}

.next-tree.next-node-indent .next-tree-node-label {
    -webkit-transition: color .1s linear,background-color .1s linear;
    transition: color .1s linear,background-color .1s linear;
    cursor: default;
    color: #000;
    color: var(--tree-node-normal-color,#000);
    background-color: transparent;
    background-color: var(--tree-node-normal-background,transparent)
}

.next-tree.next-node-indent .next-tree-node-label-selectable {
    cursor: pointer
}

.next-tree.next-node-indent .next-tree-node-label:hover {
    color: #1047f5;
    color: var(--tree-node-hover-color,#1047f5);
    background-color: transparent;
    background-color: var(--tree-node-hover-bg-color,transparent)
}

.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
    color: #1047f5;
    color: var(--tree-node-selected-color,#1047f5);
    background-color: transparent;
    background-color: var(--tree-node-selected-background,transparent)
}

.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label, .next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label:hover {
    color: #000;
    color: var(--tree-node-disabled-color,#000);
    background-color: transparent;
    background-color: var(--tree-node-disabled-background,transparent);
    cursor: not-allowed
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over .next-tree-node-label {
    background-color: #1047f5;
    background-color: var(--color-brand1-6,#1047f5);
    color: #fff;
    opacity: .8
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label-wrapper {
    border-top-color: #1047f5;
    border-top-color: var(--color-brand1-6,#1047f5)
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label-wrapper {
    border-bottom-color: #1047f5;
    border-bottom-color: var(--color-brand1-6,#1047f5)
}

.next-tree.next-node-block .next-tree-node-inner {
    padding-top: 8px;
    padding-top: var(--tree-node-padding,8px);
    padding-bottom: 8px;
    padding-bottom: var(--tree-node-padding,8px);
    -webkit-transition: color .1s linear,background-color .1s linear;
    transition: color .1s linear,background-color .1s linear;
    cursor: pointer;
    color: #000;
    color: var(--tree-node-normal-color,#000);
    background-color: transparent;
    background-color: var(--tree-node-normal-background,transparent)
}

    .next-tree.next-node-block .next-tree-node-inner:focus, .next-tree.next-node-block .next-tree-node-inner:hover {
        color: #1047f5;
        color: var(--tree-node-hover-color,#1047f5);
        background-color: transparent;
        background-color: var(--tree-node-hover-bg-color,transparent)
    }

    .next-tree.next-node-block .next-tree-node-inner.next-selected {
        color: #1047f5;
        color: var(--tree-node-selected-color,#1047f5);
        background-color: transparent;
        background-color: var(--tree-node-selected-background,transparent)
    }

    .next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
        color: #000;
        color: var(--tree-node-disabled-color,#000);
        background-color: transparent;
        background-color: var(--tree-node-disabled-background,transparent);
        cursor: not-allowed
    }

.next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) {
    margin-left: 7.5px;
    margin-left: calc(var(--tree-switch-size, 16px)/2 - var(--tree-line-width, 1px)/2);
    border-left: 1px solid #a2a3a5;
    border-left: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5);
    padding-left: 15.5px;
    padding-left: calc(24px - var(--tree-line-width, 1px) - var(--tree-switch-size, 16px)/2 + var(--tree-line-width, 1px)/2)
}

.next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label, .next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label:hover {
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5)
}

.next-tree[dir=rtl] .next-tree-switcher {
    margin-left: 4px;
    margin-left: var(--tree-switch-margint-right,4px);
    margin-right: 0
}

    .next-tree[dir=rtl] .next-tree-switcher.next-noop-line-noroot {
        border-left: none;
        border-right: 1px solid #a2a3a5;
        border-right: var(--tree-switch-border-width,1px) var(--line-solid,solid) var(--tree-line-color,#a2a3a5)
    }

.next-tree[dir=rtl] .next-tree-right-angle {
    left: auto;
    right: -17.5px;
    right: calc(-24px + var(--tree-switch-size, 16px)/2 - var(--tree-line-width, 1px)/2 - var(--tree-switch-border-width, 1px))
}

.next-tree[dir=rtl].next-show-line .next-tree-node .next-tree-node:not(:last-child), .next-tree[dir=rtl] .next-tree-right-angle {
    border-left: none;
    border-right: 1px solid #a2a3a5;
    border-right: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5)
}

.next-tree[dir=rtl].next-show-line .next-tree-node .next-tree-node:not(:last-child) {
    margin-left: 0;
    margin-right: 7.5px;
    margin-right: calc(var(--tree-switch-size, 16px)/2 - var(--tree-line-width, 1px)/2);
    padding-left: 0;
    padding-right: 15.5px;
    padding-right: calc(24px - var(--tree-line-width, 1px) - var(--tree-switch-size, 16px)/2 + var(--tree-line-width, 1px)/2)
}

.next-tree[dir=rtl].next-node-indent .next-tree-node .next-tree-node {
    margin-left: 0;
    margin-right: 24px
}

.next-tree-select, .next-tree-select *, .next-tree-select :after, .next-tree-select :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-tree-select-dropdown {
    background: #fff;
    background: var(--tree-select-background,#fff);
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    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 16px;
        padding: var(--tree-select-padding-vertical,8px) var(--tree-select-padding-horizontal,16px)
    }

.next-tree-select-not-found {
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    color: #acacac;
    color: var(--color-text1-2,#acacac)
}

.next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item {
    padding: 4px 12px;
    padding: 4px var(--upload-text-list-padding-left-right,12px);
    padding-left: 36px;
    padding-left: calc(var(--upload-text-list-close-icon-right, 12px)*2 + 12px)
}

.next-upload-list[dir=rtl].next-upload-list-text .next-icon {
    left: 12px;
    left: var(--upload-text-list-close-icon-right,12px);
    right: auto
}

.next-upload-list[dir=rtl].next-upload-list-image .next-icon-close {
    float: left;
    margin-left: 8px;
    margin-left: var(--upload-image-list-close-icon-right,8px);
    margin-right: 0
}

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-thumbnail {
    float: right;
    margin-left: 8px;
    margin-right: 0
}

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-progress {
    margin-right: 56px;
    margin-right: calc(var(--upload-image-list-item-picture-size, 48px) + 8px);
    margin-left: 28px;
    margin-left: calc(12px + var(--upload-image-list-close-icon-right, 8px)*2)
}

.next-upload, .next-upload *, .next-upload :after, .next-upload :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-upload-inner {
    outline: 0;
    display: inline-block
}

    .next-upload-inner.next-hidden {
        display: none
    }

.next-upload-list {
    overflow: hidden
}

    .next-upload-list, .next-upload-list *, .next-upload-list :after, .next-upload-list :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-upload-list-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: #e1e1e1 !important;
    border-color: var(--color-line1-1,#e1e1e1) !important;
    color: #ccc !important;
    color: var(--color-text1-1,#ccc) !important
}

    .next-upload.next-disabled .next-icon-close {
        cursor: not-allowed !important
    }

    .next-upload.next-disabled .next-upload-inner * {
        color: #ccc !important;
        color: var(--color-text1-1,#ccc) !important;
        border-color: #e1e1e1 !important;
        border-color: var(--color-line1-1,#e1e1e1) !important;
        cursor: not-allowed !important
    }

.next-upload-list-text .next-upload-list-item {
    background-color: #f8f8f8;
    background-color: var(--upload-text-list-bg-color,#f8f8f8);
    padding: 4px 12px;
    padding: 4px var(--upload-text-list-padding-left-right,12px);
    padding-right: 36px;
    padding-right: calc(var(--upload-text-list-close-icon-right, 12px)*2 + 12px);
    height: 48px;
    height: var(--upload-text-list-height,48px);
    line-height: 40px;
    line-height: calc(var(--upload-text-list-height, 48px) - 8px);
    font-size: 12px;
    font-size: var(--upload-text-list-font-size,12px);
    overflow: hidden;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    border-radius: 4px;
    border-radius: var(--upload-text-list-corner,4px)
}

    .next-upload-list-text .next-upload-list-item:not(:last-child) {
        margin-bottom: 4px
    }

.next-upload-list-text .next-upload-list-item-op {
    position: absolute;
    top: 0;
    right: 12px;
    right: var(--upload-text-list-close-icon-right,12px)
}

.next-upload-list-text .next-upload-list-item .next-icon-close {
    color: #333;
    color: var(--upload-text-list-close-icon-color,#333);
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    line-height: 48px;
    line-height: var(--upload-text-list-height,48px)
}

    .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 {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

.next-upload-list-text .next-upload-list-item:hover {
    background-color: #f8f8f8;
    background-color: var(--upload-text-list-bg-color-hover,#f8f8f8)
}

    .next-upload-list-text .next-upload-list-item:hover .next-icon {
        color: #1047f5;
        color: var(--upload-text-list-close-icon-color-hover,#1047f5)
    }

.next-upload-list-text .next-upload-list-item-name-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 4px
}

.next-upload-list-text .next-upload-list-item-name {
    color: #333;
    color: var(--upload-text-list-name-font-color,#333);
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.next-upload-list-text .next-upload-list-item-size {
    color: #acacac;
    color: var(--upload-text-list-size-font-color,#acacac);
    margin-left: 8px
}

.next-upload-list-text .next-upload-list-item-uploading {
    line-height: 20px;
    line-height: calc(var(--upload-text-list-height, 48px)/2 - 4px)
}

    .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress {
        line-height: 0;
        padding-top: 6px;
        padding-top: calc(var(--upload-text-list-height, 48px)/2/2 - 2px - var(--upload-text-list-progressbar-height, 8px)/2);
        padding-bottom: 6px;
        padding-bottom: calc(var(--upload-text-list-height, 48px)/2/2 - 2px - var(--upload-text-list-progressbar-height, 8px)/2)
    }

        .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
            height: 8px;
            height: var(--upload-text-list-progressbar-height,8px)
        }

        .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
            height: 8px;
            height: var(--upload-text-list-progressbar-height,8px);
            margin-top: -4px;
            margin-top: calc(0px - var(--upload-text-list-progressbar-height, 8px)/2)
        }

.next-upload-list-text .next-upload-list-item-done {
    line-height: 40px;
    line-height: calc(var(--upload-text-list-height, 48px) - 8px)
}

    .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name {
        color: #1047f5;
        color: var(--upload-text-list-name-font-color-hover,#1047f5)
    }

    .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size {
        color: #1047f5;
        color: var(--upload-text-list-size-font-color-hover,#1047f5)
    }

.next-upload-list-text .next-upload-list-item-error {
    background-color: #fff5f5 !important;
    background-color: var(--upload-text-list-bg-color-error,#fff5f5) !important
}

    .next-upload-list-text .next-upload-list-item-error.next-upload-list-item-error-with-msg {
        line-height: 20px;
        line-height: calc(var(--upload-text-list-height, 48px)/2 - 4px)
    }

.next-upload-list-text .next-upload-list-item-error-msg {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #f33200;
    color: var(--upload-text-list-error-text-color,#f33200)
}

.next-upload-list-image .next-upload-list-item {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0 solid #e1e1e1;
    border: var(--upload-image-list-item-border-width,0) solid var(--upload-image-list-item-border-color,#e1e1e1);
    background-color: #f8f8f8;
    background-color: var(--upload-image-list-item-bg-color,#f8f8f8);
    padding: 8px;
    padding: var(--upload-image-list-item-padding,8px);
    height: 48px;
    height: var(--upload-image-list-item-picture-size,48px);
    line-height: 48px;
    line-height: var(--upload-image-list-item-picture-size,48px);
    font-size: 12px;
    font-size: var(--upload-image-list-item-font-size,12px);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    overflow: hidden;
    border-radius: 4px;
    border-radius: var(--upload-card-list-corner,4px)
}

    .next-upload-list-image .next-upload-list-item:not(:last-child) {
        margin-bottom: 4px
    }

    .next-upload-list-image .next-upload-list-item:after {
        visibility: hidden;
        display: block;
        height: 0;
        font-size: 0;
        content: " ";
        clear: both
    }

.next-upload-list-image .next-upload-list-item-op {
    float: right;
    margin-right: 4px
}

.next-upload-list-image .next-upload-list-item .next-icon-close {
    cursor: pointer;
    color: #333;
    color: var(--upload-image-list-close-icon-color,#333);
    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 {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

.next-upload-list-image .next-upload-list-item:hover {
    border-color: #e1e1e1;
    border-color: var(--upload-image-list-item-border-color-hover,#e1e1e1)
}

    .next-upload-list-image .next-upload-list-item:hover .next-icon-close {
        color: #1047f5;
        color: var(--upload-image-list-close-icon-color-hover,#1047f5)
    }

.next-upload-list-image .next-upload-list-item-name {
    display: block;
    color: #333;
    color: var(--upload-text-list-name-font-color,#333);
    margin-left: 56px;
    margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--upload-image-list-item-padding, 8px));
    margin-right: 28px;
    margin-right: calc(12px + var(--upload-image-list-close-icon-right, 8px)*2);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.next-upload-list-image .next-upload-list-item-size {
    color: #acacac;
    color: var(--upload-text-list-size-font-color,#acacac);
    margin-left: 8px
}

.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-name {
    color: #1047f5;
    color: var(--upload-text-list-name-font-color-hover,#1047f5)
}

.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-size {
    color: #1047f5;
    color: var(--upload-text-list-size-font-color-hover,#1047f5)
}

.next-upload-list-image .next-upload-list-item-thumbnail {
    float: left;
    width: 48px;
    width: var(--upload-image-list-item-picture-size,48px);
    height: 48px;
    height: var(--upload-image-list-item-picture-size,48px);
    color: #333;
    color: var(--upload-image-list-item-thumbnail-font-color,#333);
    border: 1px solid #e1e1e1;
    border: var(--upload-image-list-item-picture-border-width,1px) solid var(--upload-image-list-item-picture-border-color,#e1e1e1);
    border-radius: 2px;
    border-radius: var(--upload-image-list-item-picture-corner,2px);
    background-color: #fff;
    background-color: var(--upload-image-list-item-picture-background-color,#fff);
    margin-right: 8px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .next-upload-list-image .next-upload-list-item-thumbnail img {
        width: 100%;
        height: 100%
    }

    .next-upload-list-image .next-upload-list-item-thumbnail .next-icon {
        display: block;
        margin: 0;
        line-height: 48px;
        line-height: var(--upload-image-list-item-picture-size,48px)
    }

        .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 {
            width: 20px;
            font-size: 20px;
            line-height: inherit
        }

.next-upload-list-image .next-upload-list-item-error {
    border-color: #fff5f5 !important;
    border-color: var(--upload-image-list-item-border-color-error,#fff5f5) !important;
    background-color: #fff5f5;
    background-color: var(--upload-image-list-item-error-bg-color,#fff5f5)
}

.next-upload-list-image .next-upload-list-item-uploading {
    background-color: #f8f8f8;
    background-color: var(--upload-image-list-item-uploading-bg-color,#f8f8f8)
}

    .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-name {
        height: 24px;
        height: calc(var(--upload-image-list-item-picture-size, 48px)/2);
        line-height: 24px;
        line-height: calc(var(--upload-image-list-item-picture-size, 48px)/2)
    }

    .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress {
        margin-left: 56px;
        margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + 8px);
        margin-right: 28px;
        margin-right: calc(12px + var(--upload-image-list-close-icon-right, 8px)*2);
        line-height: 0;
        padding-top: 8px;
        padding-top: calc(var(--upload-image-list-item-picture-size, 48px)/2/2 - var(--upload-image-list-progressbar-height, 8px)/2);
        padding-bottom: 8px;
        padding-bottom: calc(var(--upload-image-list-item-picture-size, 48px)/2/2 - var(--upload-image-list-progressbar-height, 8px)/2)
    }

        .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
            height: 8px;
            height: var(--upload-image-list-progressbar-height,8px)
        }

        .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
            height: 8px;
            height: var(--upload-image-list-progressbar-height,8px);
            margin-top: -4px;
            margin-top: calc(0px - var(--upload-image-list-progressbar-height, 8px)/2)
        }

.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg, .next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-name {
    height: 24px;
    height: calc(var(--upload-image-list-item-picture-size, 48px)/2);
    line-height: 24px;
    line-height: calc(var(--upload-image-list-item-picture-size, 48px)/2)
}

.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
    margin-left: 56px;
    margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + 8px);
    margin-right: 28px;
    margin-right: calc(12px + var(--upload-image-list-close-icon-right, 8px)*2);
    color: #f33200;
    color: var(--upload-text-list-error-text-color,#f33200);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.next-upload-list-card {
    display: inline-block
}

    .next-upload-list-card .next-upload-list-item {
        vertical-align: middle;
        float: left
    }

        .next-upload-list-card .next-upload-list-item:not(:last-child) {
            margin-right: 12px;
            margin-right: var(--upload-card-list-margin-right,12px)
        }

    .next-upload-list-card .next-upload-list-item-wrapper {
        position: relative;
        border: 1px solid #c8c8c8;
        border: 1px solid var(--upload-card-list-border-color,#c8c8c8);
        width: 104px;
        width: var(--upload-card-size,104px);
        height: 104px;
        height: var(--upload-card-size,104px);
        padding: 0;
        padding: var(--upload-card-list-padding,0);
        background-color: transparent;
        background-color: var(--upload-card-list-bg-color,transparent);
        border-radius: 0;
        border-radius: var(--upload-card-border-radius,0);
        overflow: hidden
    }

    .next-upload-list-card .next-upload-list-item-thumbnail {
        text-align: center;
        width: 100%;
        height: 100%;
        color: #666;
        color: var(--upload-card-list-thumbnail-font-color,#666);
        font-size: 12px;
        font-size: var(--upload-card-list-thumbnail-font-size,12px)
    }

        .next-upload-list-card .next-upload-list-item-thumbnail img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto
        }

            .next-upload-list-card .next-upload-list-item-thumbnail img:focus {
                outline: 0
            }

        .next-upload-list-card .next-upload-list-item-thumbnail .next-icon {
            width: 100%
        }

            .next-upload-list-card .next-upload-list-item-thumbnail .next-icon .next-icon-remote, .next-upload-list-card .next-upload-list-item-thumbnail .next-icon:before {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

    .next-upload-list-card .next-upload-list-item-handler {
        margin-top: 15px;
        margin-top: calc(var(--upload-card-size, 104px)/2 - 37px)
    }

        .next-upload-list-card .next-upload-list-item-handler .next-icon-cry {
            margin-top: 10px
        }

    .next-upload-list-card .next-upload-list-item-name {
        display: block;
        width: 104px;
        width: var(--upload-card-size,104px);
        text-align: center;
        margin-top: 4px;
        margin-top: var(--upload-card-list-name-margin-top,4px);
        font-size: 14px;
        font-size: var(--upload-card-list-name-font-size,14px);
        color: #666;
        color: var(--upload-card-list-name-font-color,#666);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .next-upload-list-card .next-upload-list-item-progress {
        position: absolute;
        font-size: 0;
        bottom: 0;
        left: 0;
        width: 100%
    }

        .next-upload-list-card .next-upload-list-item-progress .next-progress-line-underlay {
            border-radius: 0;
            height: 8px;
            height: var(--upload-card-list-progressbar-height,8px)
        }

        .next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
            border-radius: 0;
            height: 8px;
            height: var(--upload-card-list-progressbar-height,8px);
            margin-top: -4px;
            margin-top: calc(0px - var(--upload-card-list-progressbar-height, 8px)/2)
        }

    .next-upload-list-card .next-upload-list-item-uploading .next-upload-list-item-wrapper {
        background-color: #fff;
        background-color: var(--upload-card-list-uploading-bg-color,#fff)
    }

    .next-upload-list-card .next-upload-list-item:hover .next-upload-tool {
        opacity: .8
    }

    .next-upload-list-card .next-upload-list-item .next-upload-tool {
        position: absolute;
        z-index: 1;
        background-color: rgba(0,0,0,.8);
        background-color: rgba(0,0,0,var(--upload-select-card-tool-bg-opacity,.8));
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
        opacity: 0;
        width: 100%;
        height: 28px;
        left: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon {
            line-height: 28px;
            color: #fff;
            cursor: pointer
        }

            .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 {
                width: 12px;
                font-size: 12px;
                line-height: inherit
            }

    .next-upload-list-card .next-upload-list-item .next-upload-tool-item {
        width: 100%;
        text-align: center
    }

        .next-upload-list-card .next-upload-list-item .next-upload-tool-item:not(:last-child) {
            border-right: 1px solid #fff
        }

    .next-upload-list-card .next-upload-list-item .next-upload-tool-reupload {
        display: inline-block
    }

    .next-upload-list-card .next-upload-list-item .next-upload-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .next-upload-list-card .next-upload-list-item-error .next-upload-list-item-wrapper {
        border-color: #f33200;
        border-color: var(--upload-card-list-border-color-error,#f33200)
    }

    .next-upload-list-card.next-upload-ie9 .next-upload-tool {
        display: table
    }

    .next-upload-list-card.next-upload-ie9 .next-upload-tool-item {
        display: table-cell;
        width: 1%
    }

    .next-upload-card, .next-upload-list-card.next-upload-ie9 .next-upload-card {
        display: table-cell
    }

.next-upload-card {
    border: 1px dashed #c8c8c8;
    border: 1px var(--upload-card-border-style,dashed) var(--upload-card-border-color,#c8c8c8);
    width: 104px;
    width: var(--upload-card-size,104px);
    height: 104px;
    height: var(--upload-card-size,104px);
    background-color: #fff;
    background-color: var(--upload-card-bg-color,#fff);
    text-align: center;
    cursor: pointer;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear;
    vertical-align: middle;
    border-radius: 0;
    border-radius: var(--upload-card-border-radius,0)
}

    .next-upload-card .next-icon {
        color: #666;
        color: var(--upload-card-icon-color,#666)
    }

        .next-upload-card .next-icon .next-icon-remote, .next-upload-card .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-upload-card .next-upload-add-icon:before {
        content: "\E7B0";
        content: var(--upload-card-add-icon,"\E7B0")
    }

    .next-upload-card .next-upload-text {
        font-size: 14px;
        font-size: var(--upload-card-add-text-size,14px);
        margin-top: 4px;
        margin-top: var(--upload-card-add-text-margin-top,4px);
        color: #666;
        color: var(--upload-card-font-color,#666);
        outline: none
    }

    .next-upload-card:hover {
        border-color: #1047f5;
        border-color: var(--upload-card-hover-border-color,#1047f5)
    }

        .next-upload-card:hover .next-icon, .next-upload-card:hover .next-upload-text {
            color: #1047f5;
            color: var(--upload-card-hover-font-color,#1047f5)
        }

.next-upload-dragable .next-upload-inner {
    display: block
}

.next-upload-dragable .next-upload-drag {
    border: 1px dashed #a2a3a5;
    border: 1px dashed var(--upload-drag-zone-border-color,#a2a3a5);
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear;
    cursor: pointer;
    border-radius: 4px;
    border-radius: var(--upload-drag-zone-corner,4px);
    background-color: transparent;
    background-color: var(--upload-drag-zone-bg-color,transparent);
    text-align: center;
    margin-bottom: 4px
}

.next-upload-dragable .next-upload-drag-icon {
    margin: 20px 0 0;
    color: #666;
    color: var(--upload-drag-zone-upload-icon-color,#666)
}

    .next-upload-dragable .next-upload-drag-icon .next-upload-drag-upload-icon:before {
        content: "\E7EE";
        content: var(--upload-drag-zone-upload-icon,"\E7EE");
        font-size: 20px
    }

.next-upload-dragable .next-upload-drag-text {
    margin: 12px 0 0;
    font-size: 14px;
    font-size: var(--upload-drag-zone-font-size,14px);
    color: #333;
    color: var(--upload-drag-zone-upload-normal-title-color,#333)
}

.next-upload-dragable .next-upload-drag-hint {
    margin: 4px 0 20px;
    font-size: 12px;
    font-size: var(--upload-drag-zone-hint-font-size,12px);
    color: #666;
    color: var(--upload-drag-zone-upload-normal-hint-color,#666)
}

.next-upload-dragable .next-upload-drag-over {
    border-color: #1047f5;
    border-color: var(--upload-drag-zone-over-border-color,#1047f5)
}

.next-shell {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    .next-shell, .next-shell *, .next-shell :after, .next-shell :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-shell-content-wrapper {
    overflow: auto
}

.next-shell-header {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9
}

    .next-shell-header, .next-shell-header .dock-trigger, .next-shell-header .nav-trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .next-shell-header .dock-trigger, .next-shell-header .nav-trigger {
            outline: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
            width: 32px;
            height: 32px
        }

        .next-shell-header .nav-trigger {
            margin-right: 10px
        }

        .next-shell-header .dock-trigger {
            margin-left: 10px
        }

        .next-shell-header.next-shell-fixed-header {
            position: sticky;
            top: 0
        }

        .next-shell-header .next-shell-navigation {
            -webkit-box-flex: 1;
            -ms-flex: 1 1;
            flex: 1 1;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -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 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

.next-shell-sub-main {
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0
}

.next-shell-main, .next-shell-sub-main {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    height: 100%;
    overflow: auto
}

.next-shell-main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .2s ease;
    transition: all .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;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .next-shell-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 {
            position: fixed;
            top: 0;
            bottom: 0;
            z-index: 1
        }

        .next-shell .next-aside-navigation.fixed {
            left: 0
        }

        .next-shell .next-aside-tooldock.fixed {
            right: 0
        }

.next-shell-aside {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    .next-shell-aside .aside-trigger {
        cursor: pointer;
        outline: 0;
        position: absolute;
        right: 0;
        top: 50%;
        width: 20px;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #ddd;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .next-shell-aside .local-nav-trigger {
        outline: 0;
        border-left: none;
        -webkit-transform: translate(100%,-50%);
        -ms-transform: translate(100%,-50%);
        transform: translate(100%,-50%);
        right: 0
    }

    .next-shell-aside .ancillary-trigger {
        outline: 0;
        -webkit-transform: translate(-100%,-50%);
        -ms-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%);
        border-right: 0;
        left: 1px
    }

    .next-shell-aside.next-aside-ancillary, .next-shell-aside.next-aside-localnavigation {
        position: relative
    }

    .next-shell-aside.next-shell-navigation {
        justify-self: flex-start;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .next-shell-aside.next-shell-navigation, .next-shell-aside.next-shell-tooldock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .next-shell-aside.next-shell-tooldock {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .next-shell-aside .next-shell-tooldockitem {
        width: 100%;
        text-align: center
    }

    .next-shell-aside .next-shell-localnavigation {
        position: relative
    }

    .next-shell-aside .next-shell-ancillary, .next-shell-aside .next-shell-localnavigation {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-self: flex-start;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.next-shell-light .next-shell-header .dock-trigger, .next-shell-light .next-shell-header .nav-trigger {
    background: #fff;
    background: var(--shell-light-header-background,#fff)
}

.next-shell-light .next-shell-aside .local-nav-trigger {
    background: #fff;
    background: var(--shell-light-local-navigation-background,#fff)
}

.next-shell-light .next-shell-aside .ancillary-trigger {
    background: #fff;
    background: var(--shell-light-ancillary-background,#fff)
}

.next-shell-light .next-shell-header {
    color: #333;
    color: var(--shell-light-header-color,#333);
    height: 60px;
    height: var(--shell-light-header-height,60px);
    background: #fff;
    background: var(--shell-light-header-background,#fff);
    border-bottom: 0 solid transparent;
    border-bottom: var(--shell-light-header-divider-size,0) var(--shell-light-header-divider-style,solid) var(--shell-light-header-divider-color,transparent);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    -webkit-box-shadow: var(--shell-light-header-shadow,0 4px 8px 0 rgba(0,0,0,.08));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    box-shadow: var(--shell-light-header-shadow,0 4px 8px 0 rgba(0,0,0,.08));
    padding: 0 32px;
    padding: 0 var(--shell-light-header-paddingLeft,32px)
}

    .next-shell-light .next-shell-header .next-shell-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 60px;
        height: var(--shell-light-header-height,60px);
        line-height: 60px;
        line-height: var(--shell-light-header-height,60px);
        margin: 0 28px;
        margin: 0 var(--shell-light-navigation-hoz-marginLeft,28px)
    }

.next-shell-light .next-shell-task-header {
    width: 100%;
    min-height: 40px;
    min-height: var(--shell-light-multitask-min-height,40px);
    background: #fff;
    background: var(--shell-light-multitask-background,#fff);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--shell-light-multitask-divider-size,1px) var(--shell-light-multitask-divider-style,solid) var(--shell-light-multitask-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-light-multitask-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-light-multitask-shadow,none);
    padding: 0;
    padding: 0 var(--shell-light-multitask-paddingLeft,0);
    overflow: auto
}

.next-shell-light .next-shell-main {
    background: #f3f3f3;
    background: var(--shell-light-content-background,#f3f3f3)
}

    .next-shell-light .next-shell-main .next-shell-appbar {
        min-height: 48px;
        min-height: var(--shell-light-appbar-min-height,48px);
        background: #fff;
        background: var(--shell-light-appbar-background,#fff);
        border-bottom: 1px solid #e1e1e1;
        border-bottom: var(--shell-light-appbar-divider-size,1px) var(--shell-light-appbar-divider-style,solid) var(--shell-light-appbar-divider-color,#e1e1e1);
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--shell-light-appbar-shadow,none);
        box-shadow: none;
        box-shadow: var(--shell-light-appbar-shadow,none);
        padding: 0 24px;
        padding: 0 var(--shell-light-appbar-paddingLeft,24px)
    }

    .next-shell-light .next-shell-main .next-shell-content {
        padding: 28px 32px;
        padding: var(--shell-light-content-paddingTop,28px) var(--shell-light-content-paddingLeft,32px)
    }

    .next-shell-light .next-shell-main .next-shell-footer {
        background: transparent;
        background: var(--shell-light-footer-background,transparent);
        min-height: 56px;
        min-height: var(--shell-light-footer-min-height,56px);
        color: #ccc;
        color: var(--shell-light-footer-color,#ccc);
        font-size: 14px;
        font-size: var(--shell-light-footer-font-size,14px)
    }

.next-shell-light .next-shell-aside.next-shell-navigation {
    width: 200px;
    width: var(--shell-light-navigation-ver-width,200px);
    background: #fff;
    background: var(--shell-light-navigation-ver-background,#fff);
    border-right: 0 solid #eee;
    border-right: var(--shell-light-navigation-ver-divider-size,0) var(--shell-light-navigation-ver-divider-style,solid) var(--shell-light-navigation-ver-divider-color,#eee);
    -webkit-box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: var(--shell-light-navigation-ver-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    box-shadow: var(--shell-light-navigation-ver-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    padding: 12px 0 0;
    padding: var(--shell-light-navigation-ver-paddingTop,12px) 0 var(--shell-light-navigation-ver-paddingBottom,0)
}

    .next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
        width: 60px;
        width: var(--shell-light-navigation-ver-width-mini,60px)
    }

    .next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse {
        width: 0
    }

.next-shell-light .next-shell-aside.next-shell-tooldock {
    width: 52px;
    width: var(--shell-light-tooldock-width,52px);
    background: #d8d8d8;
    background: var(--shell-light-tooldock-background,#d8d8d8);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-light-tooldock-divider-size,1px) var(--shell-light-tooldock-divider-style,solid) var(--shell-light-tooldock-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-light-tooldock-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-light-tooldock-shadow,none);
    padding: 8px 0;
    padding: var(--shell-light-tooldock-paddingTop,8px) 0 var(--shell-light-tooldock-paddingBottom,8px)
}

.next-shell-light .next-shell-aside .next-shell-tooldockitem {
    padding: 8px 0;
    padding: var(--shell-light-tooldock-item-paddingTop,8px) 0;
    color: #666;
    color: var(--shell-light-tooldock-item-color,#666);
    background: transparent;
    background: var(--shell-light-tooldock-item-background,transparent)
}

    .next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
        color: #333;
        color: var(--shell-light-tooldock-item-color-hover,#333);
        background: #e1e1e1;
        background: var(--shell-light-tooldock-item-background-hover,#e1e1e1)
    }

.next-shell-light .next-shell-aside .next-shell-localnavigation {
    width: 168px;
    width: var(--shell-light-local-navigation-width,168px);
    background: #fff;
    background: var(--shell-light-local-navigation-background,#fff);
    border-right: 0 solid transparent;
    border-right: var(--shell-light-local-navigation-divider-size,0) var(--shell-light-local-navigation-divider-style,solid) var(--shell-light-local-navigation-divider-color,transparent);
    -webkit-box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: var(--shell-light-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    box-shadow: var(--shell-light-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    padding: 12px 0 0;
    padding: var(--shell-light-local-navigation-paddingTop,12px) 0 var(--shell-light-local-navigation-paddingBottom,0)
}

    .next-shell-light .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
        width: 0
    }

.next-shell-light .next-shell-aside .next-shell-ancillary {
    width: 168px;
    width: var(--shell-light-ancillary-width,168px);
    background: #fff;
    background: var(--shell-light-ancillary-background,#fff);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-light-ancillary-divider-size,1px) var(--shell-light-ancillary-divider-style,solid) var(--shell-light-ancillary-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-light-ancillary-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-light-ancillary-shadow,none);
    padding: 8px 0;
    padding: var(--shell-light-ancillary-paddingTop,8px) 0 var(--shell-light-ancillary-paddingBottom,8px)
}

    .next-shell-light .next-shell-aside .next-shell-ancillary.next-shell-collapse {
        width: 0
    }

.next-shell-dark .next-shell-header .dock-trigger, .next-shell-dark .next-shell-header .nav-trigger {
    background: #1f1f49;
    background: var(--shell-dark-header-background,#1f1f49)
}

.next-shell-dark .next-shell-aside .local-nav-trigger {
    background: #fff;
    background: var(--shell-dark-local-navigation-background,#fff)
}

.next-shell-dark .next-shell-aside .ancillary-trigger {
    background: #fff;
    background: var(--shell-dark-ancillary-background,#fff)
}

.next-shell-dark .next-shell-header {
    color: #fff;
    color: var(--shell-dark-header-color,#fff);
    height: 52px;
    height: var(--shell-dark-header-height,52px);
    background: #1f1f49;
    background: var(--shell-dark-header-background,#1f1f49);
    border-bottom: 0 solid #1f1f1f;
    border-bottom: var(--shell-dark-header-divider-size,0) var(--shell-dark-header-divider-style,solid) var(--shell-dark-header-divider-color,#1f1f1f);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--shell-dark-header-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--shell-dark-header-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    padding: 0 16px;
    padding: 0 var(--shell-dark-header-paddingLeft,16px)
}

    .next-shell-dark .next-shell-header .next-shell-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 52px;
        height: var(--shell-dark-header-height,52px);
        line-height: 52px;
        line-height: var(--shell-dark-header-height,52px);
        margin: 0 48px;
        margin: 0 var(--shell-dark-navigation-hoz-marginLeft,48px)
    }

.next-shell-dark .next-shell-task-header {
    width: 100%;
    min-height: 40px;
    min-height: var(--shell-dark-multitask-min-height,40px);
    background: #fff;
    background: var(--shell-dark-multitask-background,#fff);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--shell-dark-multitask-divider-size,1px) var(--shell-dark-multitask-divider-style,solid) var(--shell-dark-multitask-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-dark-multitask-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-dark-multitask-shadow,none);
    padding: 0;
    padding: 0 var(--shell-dark-multitask-paddingLeft,0);
    overflow: auto
}

.next-shell-dark .next-shell-main {
    background: #e1e1e1;
    background: var(--shell-dark-content-background,#e1e1e1)
}

    .next-shell-dark .next-shell-main .next-shell-appbar {
        min-height: 48px;
        min-height: var(--shell-dark-appbar-min-height,48px);
        background: #fff;
        background: var(--shell-dark-appbar-background,#fff);
        border-bottom: 1px solid #e1e1e1;
        border-bottom: var(--shell-dark-appbar-divider-size,1px) var(--shell-dark-appbar-divider-style,solid) var(--shell-dark-appbar-divider-color,#e1e1e1);
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--shell-dark-appbar-shadow,none);
        box-shadow: none;
        box-shadow: var(--shell-dark-appbar-shadow,none);
        padding: 0 24px;
        padding: 0 var(--shell-dark-appbar-paddingLeft,24px)
    }

    .next-shell-dark .next-shell-main .next-shell-content {
        padding: 20px;
        padding: var(--shell-dark-content-paddingTop,20px) var(--shell-dark-content-paddingLeft,20px)
    }

    .next-shell-dark .next-shell-main .next-shell-footer {
        background: transparent;
        background: var(--shell-dark-footer-background,transparent);
        min-height: 56px;
        min-height: var(--shell-dark-footer-min-height,56px);
        color: #ccc;
        color: var(--shell-dark-footer-color,#ccc);
        font-size: 14px;
        font-size: var(--shell-dark-footer-font-size,14px)
    }

.next-shell-dark .next-shell-aside.next-shell-navigation {
    width: 168px;
    width: var(--shell-dark-navigation-ver-width,168px);
    background: #1f1f49;
    background: var(--shell-dark-navigation-ver-background,#1f1f49);
    border-right: 1px solid #e1e1e1;
    border-right: var(--shell-dark-navigation-ver-divider-size,1px) var(--shell-dark-navigation-ver-divider-style,solid) var(--shell-dark-navigation-ver-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-dark-navigation-ver-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-dark-navigation-ver-shadow,none);
    padding: 8px 0;
    padding: var(--shell-dark-navigation-ver-paddingTop,8px) 0 var(--shell-dark-navigation-ver-paddingBottom,8px)
}

    .next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
        width: 60px;
        width: var(--shell-dark-navigation-ver-width-mini,60px)
    }

    .next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse {
        width: 0
    }

.next-shell-dark .next-shell-aside.next-shell-tooldock {
    width: 52px;
    width: var(--shell-dark-tooldock-width,52px);
    background: #d8d8d8;
    background: var(--shell-dark-tooldock-background,#d8d8d8);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-dark-tooldock-divider-size,1px) var(--shell-dark-tooldock-divider-style,solid) var(--shell-dark-tooldock-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-dark-tooldock-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-dark-tooldock-shadow,none);
    padding: 8px 0;
    padding: var(--shell-dark-tooldock-paddingTop,8px) 0 var(--shell-dark-tooldock-paddingBottom,8px)
}

.next-shell-dark .next-shell-aside .next-shell-tooldockitem {
    padding: 8px 0;
    padding: var(--shell-dark-tooldock-item-paddingTop,8px) 0;
    color: #666;
    color: var(--shell-dark-tooldock-item-color,#666);
    background: transparent;
    background: var(--shell-dark-tooldock-item-background,transparent)
}

    .next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
        color: #333;
        color: var(--shell-dark-tooldock-item-color-hover,#333);
        background: #e1e1e1;
        background: var(--shell-dark-tooldock-item-background-hover,#e1e1e1)
    }

.next-shell-dark .next-shell-aside .next-shell-localnavigation {
    width: 168px;
    width: var(--shell-dark-local-navigation-width,168px);
    background: #fff;
    background: var(--shell-dark-local-navigation-background,#fff);
    border-right: 0 solid transparent;
    border-right: var(--shell-dark-local-navigation-divider-size,0) var(--shell-dark-local-navigation-divider-style,solid) var(--shell-dark-local-navigation-divider-color,transparent);
    -webkit-box-shadow: 4px 0 8px 0 rgba(0,0,0,.08);
    -webkit-box-shadow: var(--shell-dark-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.08));
    box-shadow: 4px 0 8px 0 rgba(0,0,0,.08);
    box-shadow: var(--shell-dark-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.08));
    padding: 8px 0;
    padding: var(--shell-dark-local-navigation-paddingTop,8px) 0 var(--shell-dark-local-navigation-paddingBottom,8px)
}

    .next-shell-dark .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
        width: 0
    }

.next-shell-dark .next-shell-aside .next-shell-ancillary {
    width: 168px;
    width: var(--shell-dark-ancillary-width,168px);
    background: #fff;
    background: var(--shell-dark-ancillary-background,#fff);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-dark-ancillary-divider-size,1px) var(--shell-dark-ancillary-divider-style,solid) var(--shell-dark-ancillary-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-dark-ancillary-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-dark-ancillary-shadow,none);
    padding: 8px 0;
    padding: var(--shell-dark-ancillary-paddingTop,8px) 0 var(--shell-dark-ancillary-paddingBottom,8px)
}

    .next-shell-dark .next-shell-aside .next-shell-ancillary.next-shell-collapse {
        width: 0
    }

.next-shell-brand .next-shell-header .dock-trigger, .next-shell-brand .next-shell-header .nav-trigger {
    background: #1f1f49;
    background: var(--shell-brand-header-background,#1f1f49)
}

.next-shell-brand .next-shell-aside .local-nav-trigger {
    background: #fff;
    background: var(--shell-brand-local-navigation-background,#fff)
}

.next-shell-brand .next-shell-aside .ancillary-trigger {
    background: #fff;
    background: var(--shell-brand-ancillary-background,#fff)
}

.next-shell-brand .next-shell-header {
    color: #fff;
    color: var(--shell-brand-header-color,#fff);
    height: 52px;
    height: var(--shell-brand-header-height,52px);
    background: #1f1f49;
    background: var(--shell-brand-header-background,#1f1f49);
    border-bottom: 0 solid #e1e1e1;
    border-bottom: var(--shell-brand-header-divider-size,0) var(--shell-brand-header-divider-style,solid) var(--shell-brand-header-divider-color,#e1e1e1);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--shell-brand-header-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--shell-brand-header-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    padding: 0 16px;
    padding: 0 var(--shell-brand-header-paddingLeft,16px)
}

    .next-shell-brand .next-shell-header .next-shell-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 52px;
        height: var(--shell-brand-header-height,52px);
        line-height: 52px;
        line-height: var(--shell-brand-header-height,52px);
        margin: 0 48px;
        margin: 0 var(--shell-brand-navigation-hoz-marginLeft,48px)
    }

.next-shell-brand .next-shell-task-header {
    width: 100%;
    min-height: 40px;
    min-height: var(--shell-brand-multitask-min-height,40px);
    background: #fff;
    background: var(--shell-brand-multitask-background,#fff);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--shell-brand-multitask-divider-size,1px) var(--shell-brand-multitask-divider-style,solid) var(--shell-brand-multitask-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-brand-multitask-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-brand-multitask-shadow,none);
    padding: 0;
    padding: 0 var(--shell-brand-multitask-paddingLeft,0);
    overflow: auto
}

.next-shell-brand .next-shell-main {
    background: #f8f8f8;
    background: var(--shell-brand-content-background,#f8f8f8)
}

    .next-shell-brand .next-shell-main .next-shell-appbar {
        min-height: 48px;
        min-height: var(--shell-brand-appbar-min-height,48px);
        background: #fff;
        background: var(--shell-brand-appbar-background,#fff);
        border-bottom: 1px solid #e1e1e1;
        border-bottom: var(--shell-brand-appbar-divider-size,1px) var(--shell-brand-appbar-divider-style,solid) var(--shell-brand-appbar-divider-color,#e1e1e1);
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--shell-brand-appbar-shadow,none);
        box-shadow: none;
        box-shadow: var(--shell-brand-appbar-shadow,none);
        padding: 0 24px;
        padding: 0 var(--shell-brand-appbar-paddingLeft,24px)
    }

    .next-shell-brand .next-shell-main .next-shell-content {
        padding: 20px;
        padding: var(--shell-brand-content-paddingTop,20px) var(--shell-brand-content-paddingLeft,20px)
    }

    .next-shell-brand .next-shell-main .next-shell-footer {
        background: transparent;
        background: var(--shell-brand-footer-background,transparent);
        min-height: 56px;
        min-height: var(--shell-brand-footer-min-height,56px);
        color: #ccc;
        color: var(--shell-brand-footer-color,#ccc);
        font-size: 14px;
        font-size: var(--shell-brand-footer-font-size,14px)
    }

.next-shell-brand .next-shell-aside.next-shell-navigation {
    width: 168px;
    width: var(--shell-brand-navigation-ver-width,168px);
    background: #fff;
    background: var(--shell-brand-navigation-ver-background,#fff);
    border-right: 0 solid #e1e1e1;
    border-right: var(--shell-brand-navigation-ver-divider-size,0) var(--shell-brand-navigation-ver-divider-style,solid) var(--shell-brand-navigation-ver-divider-color,#e1e1e1);
    -webkit-box-shadow: 4px 0 8px 0 rgba(0,0,0,.08);
    -webkit-box-shadow: var(--shell-brand-navigation-ver-shadow,4px 0 8px 0 rgba(0,0,0,.08));
    box-shadow: 4px 0 8px 0 rgba(0,0,0,.08);
    box-shadow: var(--shell-brand-navigation-ver-shadow,4px 0 8px 0 rgba(0,0,0,.08));
    padding: 8px 0;
    padding: var(--shell-brand-navigation-ver-paddingTop,8px) 0 var(--shell-brand-navigation-ver-paddingBottom,8px)
}

    .next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
        width: 60px;
        width: var(--shell-brand-navigation-ver-width-mini,60px)
    }

    .next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse {
        width: 0
    }

.next-shell-brand .next-shell-aside.next-shell-tooldock {
    width: 52px;
    width: var(--shell-brand-tooldock-width,52px);
    background: #d8d8d8;
    background: var(--shell-brand-tooldock-background,#d8d8d8);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-brand-tooldock-divider-size,1px) var(--shell-brand-tooldock-divider-style,solid) var(--shell-brand-tooldock-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-brand-tooldock-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-brand-tooldock-shadow,none);
    padding: 8px 0;
    padding: var(--shell-brand-tooldock-paddingTop,8px) 0 var(--shell-brand-tooldock-paddingBottom,8px)
}

.next-shell-brand .next-shell-aside .next-shell-tooldockitem {
    padding: 8px 0;
    padding: var(--shell-brand-tooldock-item-paddingTop,8px) 0;
    color: #666;
    color: var(--shell-brand-tooldock-item-color,#666);
    background: transparent;
    background: var(--shell-brand-tooldock-item-background,transparent)
}

    .next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
        color: #333;
        color: var(--shell-brand-tooldock-item-color-hover,#333);
        background: #e1e1e1;
        background: var(--shell-brand-tooldock-item-background-hover,#e1e1e1)
    }

.next-shell-brand .next-shell-aside .next-shell-localnavigation {
    width: 168px;
    width: var(--shell-brand-local-navigation-width,168px);
    background: #fff;
    background: var(--shell-brand-local-navigation-background,#fff);
    border-right: 0 solid #e1e1e1;
    border-right: var(--shell-brand-local-navigation-divider-size,0) var(--shell-brand-local-navigation-divider-style,solid) var(--shell-brand-local-navigation-divider-color,#e1e1e1);
    -webkit-box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: var(--shell-brand-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    box-shadow: var(--shell-brand-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    padding: 8px 0;
    padding: var(--shell-brand-local-navigation-paddingTop,8px) 0 var(--shell-brand-local-navigation-paddingBottom,8px)
}

    .next-shell-brand .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
        width: 0
    }

.next-shell-brand .next-shell-aside .next-shell-ancillary {
    width: 168px;
    width: var(--shell-brand-ancillary-width,168px);
    background: #fff;
    background: var(--shell-brand-ancillary-background,#fff);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-brand-ancillary-divider-size,1px) var(--shell-brand-ancillary-divider-style,solid) var(--shell-brand-ancillary-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-brand-ancillary-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-brand-ancillary-shadow,none);
    padding: 8px 0;
    padding: var(--shell-brand-ancillary-paddingTop,8px) 0 var(--shell-brand-ancillary-paddingBottom,8px)
}

    .next-shell-brand .next-shell-aside .next-shell-ancillary.next-shell-collapse {
        width: 0
    }

.next-shell-header .next-shell-navigation.next-shell-nav-left {
    -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 {
    width: 100%;
    height: 100%;
    -webkit-transition: height .2s ease;
    transition: height .2s ease
}

    .next-shell.next-shell-phone .next-shell-navigation.next-shell-collapse {
        padding: 0;
        height: 0;
        -webkit-transition: height .2s ease;
        transition: height .2s ease
    }

.next-shell.next-shell-phone .next-shell-tooldock {
    height: 52px;
    height: var(--shell-dark-tooldock-height,52px);
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .next-shell.next-shell-phone .next-shell-tooldock.next-shell-collapse {
        display: none;
        height: 0;
        padding: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.next-shell.next-shell-phone .next-shell-aside.next-aside-ancillary, .next-shell.next-shell-tablet .next-shell-aside.next-aside-ancillary {
    width: 0
}

.next-shell.next-shell-phone .next-shell-ancillary, .next-shell.next-shell-tablet .next-shell-ancillary {
    -webkit-transform: translateX(-100%);
    -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 {
    width: 384px;
    position: fixed;
    z-index: 1010;
    padding: 0;
    margin: 0
}

    .next-notification .next-message {
        margin-bottom: 16px;
        overflow: hidden
    }

.next-notification-fade-leave {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

    .next-notification-fade-leave.next-notification-fade-leave-active {
        -webkit-animation-name: NotificationFadeOut;
        animation-name: NotificationFadeOut;
        -webkit-animation-play-state: running;
        animation-play-state: running
    }

@-webkit-keyframes NotificationFadeOut {
    0% {
        max-height: 150px;
        margin-bottom: 16px;
        opacity: 1
    }

    to {
        max-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0
    }
}

@keyframes NotificationFadeOut {
    0% {
        max-height: 150px;
        margin-bottom: 16px;
        opacity: 1
    }

    to {
        max-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0
    }
}

.next-typography {
    color: #333;
    color: var(--typography-text-color,#333)
}

.next-typography-title {
    font-weight: 600;
    font-weight: var(--typography-title-font-weight,600);
    margin-bottom: .5em
}

.next-typography + .next-typography-title {
    margin-top: 1.2em
}

.next-typography-paragraph {
    color: #333;
    color: var(--typography-text-color,#333);
    margin-bottom: 1em;
    font-size: 14px;
    font-size: var(--typography-paragraph-font-size,14px);
    line-height: 1.5;
    line-height: var(--typography-paragraph-line-height,1.5)
}

.next-typography mark {
    padding: 0;
    background: #eef3ff;
    background: var(--typography-text-mark-background,#eef3ff);
    color: #ccc;
    color: var(--typography-text-mark-color,#ccc)
}

.next-typography strong {
    font-weight: 600;
    font-weight: var(--typography-text-strong-font-weight,600)
}

.next-typography code {
    background-color: #f3f3f3;
    background-color: var(--typography-text-code-background,#f3f3f3);
    color: #333;
    color: var(--typography-text-code-color,#333);
    border: 1px solid #e1e1e1;
    border: 1px solid var(--typography-text-code-border-color,#e1e1e1);
    margin: 0 .2em;
    padding: .2em .4em .1em;
    font-size: 85%;
    border-radius: 4px;
    border-radius: var(--typography-text-code-corner,4px)
}

.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: #1047f5;
        color: var(--color-link-1,#1047f5)
    }

    .next-typography a:visited {
        color: #0c38c4;
        color: var(--color-link-2,#0c38c4)
    }

    .next-typography a:active, .next-typography a:hover {
        color: #0c38c4;
        color: var(--color-link-3,#0c38c4)
    }

    .next-typography a:active {
        text-decoration: underline
    }

h1.next-typography-title {
    font-size: 40px;
    font-size: var(--typography-title-h1-font-size,40px)
}

h2.next-typography-title {
    font-size: 36px;
    font-size: var(--typography-title-h2-font-size,36px)
}

h3.next-typography-title {
    font-size: 28px;
    font-size: var(--typography-title-h3-font-size,28px)
}

h4.next-typography-title {
    font-size: 24px;
    font-size: var(--typography-title-h4-font-size,24px)
}

h5.next-typography-title {
    font-size: 16px;
    font-size: var(--typography-title-h5-font-size,16px)
}

h6.next-typography-title {
    font-size: 14px;
    font-size: var(--typography-title-h6-font-size,14px)
}

.next-divider {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    background: #e1e1e1;
    background: var(--divider-hoz-color,#e1e1e1);
    border-collapse: separate
}

    .next-divider, .next-divider *, .next-divider :after, .next-divider :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-divider-hoz {
    display: block;
    clear: both;
    width: 100%;
    min-width: 100%;
    height: 1px;
    height: var(--divider-hoz-size,1px);
    margin: 16px 0;
    margin: var(--divider-hoz-marginTop,16px) 0
}

.next-divider-ver {
    position: relative;
    top: -.06em;
    display: inline-block;
    width: 1px;
    width: var(--divider-ver-size,1px);
    background: #c8c8c8;
    background: var(--divider-ver-color,#c8c8c8);
    height: .9em;
    margin: 0 12px;
    margin: 0 var(--divider-ver-marginLeft,12px);
    vertical-align: middle
}

.next-divider-hoz.next-divider-with-text-center, .next-divider-hoz.next-divider-with-text-left, .next-divider-hoz.next-divider-with-text-right {
    display: table;
    margin: 16px 0;
    margin: var(--divider-hoz-text-marginTop,16px) 0;
    color: #666;
    color: var(--divider-hoz-text-color,#666);
    font-weight: 400;
    font-weight: var(--divider-hoz-text-weight,normal);
    font-size: 14px;
    font-size: var(--divider-hoz-text-size,14px);
    white-space: nowrap;
    text-align: center;
    background: transparent
}

    .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 {
        top: 50%;
        display: table-cell;
        width: 50%;
        border-top: 1px solid #e1e1e1;
        border-top: var(--divider-hoz-size,1px) solid var(--divider-hoz-color,#e1e1e1);
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        content: ""
    }

    .next-divider-hoz.next-divider-with-text-center.next-divider-dashed, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed {
        border-top: 0
    }

        .next-divider-hoz.next-divider-with-text-center.next-divider-dashed:after, .next-divider-hoz.next-divider-with-text-center.next-divider-dashed:before, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed:after, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed:before, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed:after, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed:before {
            border-style: dashed none none
        }

    .next-divider-hoz.next-divider-with-text-left .next-divider-inner-text, .next-divider-hoz.next-divider-with-text-right .next-divider-inner-text {
        display: inline-block;
        padding: 0 16px;
        padding: 0 var(--divider-hoz-text-left-paddingLeft,16px)
    }

    .next-divider-hoz.next-divider-with-text-left:before {
        top: 50%;
        width: 5%
    }

    .next-divider-hoz.next-divider-with-text-left:after, .next-divider-hoz.next-divider-with-text-right:before {
        top: 50%;
        width: 95%
    }

    .next-divider-hoz.next-divider-with-text-right:after {
        top: 50%;
        width: 5%
    }

.next-divider-inner-text {
    display: inline-block;
    padding: 0 16px;
    padding: 0 var(--divider-hoz-text-center-paddingLeft,16px)
}

.next-divider-dashed {
    background: none;
    border: 0 dashed #e1e1e1;
    border-color: var(--divider-hoz-color,#e1e1e1);
    border-top: var(--divider-hoz-size,1px) dashed var(--divider-hoz-color,#e1e1e1)
}

    .next-divider-dashed.next-divider-ver {
        border-width: 0 0 0 1px;
        border-left-width: var(--divider-ver-size,1px);
        border-bottom-width: 0;
        border-right-width: 0;
        border-top-width: 0
    }

.next-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .next-box, .next-box *, .next-box :after, .next-box :before, .next-table {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-table {
    position: relative;
    border-top-left-radius: 4px;
    border-top-left-radius: var(--table-header-corner-top,4px);
    border-top-right-radius: 4px;
    border-top-right-radius: var(--table-header-corner-top,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--table-header-corner-bottom,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--table-header-corner-bottom,4px);
    border-top: 1px solid #e1e1e1;
    border-top: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
    border-left: 1px solid #e1e1e1;
    border-left: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
}

    .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: 4px;
        border-top-left-radius: var(--table-header-corner-top,4px)
    }

    .next-table .next-table-header tr:first-child th:last-child {
        border-top-right-radius: 4px;
        border-top-right-radius: var(--table-header-corner-top,4px)
    }

    .next-table .next-table-header tr:last-child th:first-child {
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--table-header-corner-bottom,4px)
    }

    .next-table .next-table-header tr:last-child th:last-child {
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--table-header-corner-bottom,4px)
    }

    .next-table.next-table-layout-fixed {
        overflow: auto
    }

        .next-table.next-table-layout-fixed table {
            table-layout: fixed
        }

    .next-table.next-table-layout-auto table {
        table-layout: auto
    }

    .next-table.next-table-small th .next-table-cell-wrapper {
        padding: 12px 16px;
        padding: var(--table-size-s-header-padding-top,12px) var(--table-size-s-header-padding-left,16px)
    }

    .next-table.next-table-small td .next-table-cell-wrapper {
        padding: 12px 16px;
        padding: var(--table-size-s-cell-padding-top,12px) var(--table-size-s-cell-padding-left,16px)
    }

    .next-table.next-table-small .next-table-prerow .next-table-cell-wrapper {
        padding: 8px
    }

    .next-table table {
        border-collapse: separate;
        border-spacing: 0;
        width: 100%;
        background: #fff;
        background: var(--table-row-bg,#fff);
        border-top-left-radius: 4px;
        border-top-left-radius: var(--table-header-corner-top,4px);
        border-top-right-radius: 4px;
        border-top-right-radius: var(--table-header-corner-top,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--table-header-corner-bottom,4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--table-header-corner-bottom,4px)
    }

        .next-table table tr:first-child td {
            border-top-width: 0
        }

    .next-table th {
        padding: 0;
        background: #fff;
        background: var(--table-th-bg,#fff);
        color: #666;
        color: var(--table-th-color,#666);
        text-align: left;
        font-weight: 500;
        font-weight: var(--table-th-font-weight,500);
        border-right: 1px solid #e1e1e1;
        border-right: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
        border-bottom: 1px solid #e1e1e1;
        border-bottom: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
    }

        .next-table th .next-table-cell-wrapper {
            padding: 16px 20px;
            padding: var(--table-header-padding-top,16px) var(--table-header-padding-left,20px);
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all
        }

        .next-table th.next-table-prerow .next-table-cell-wrapper {
            padding: 12px 16px
        }

        .next-table th.next-table-word-break-word .next-table-cell-wrapper {
            word-break: break-word
        }

        .next-table th.next-table-fix-left, .next-table th.next-table-fix-right {
            z-index: 1
        }

.next-table-affix {
    z-index: 1;
    overflow: hidden
}

.next-table-stickylock .next-table-affix {
    z-index: 9
}

.next-table-header-resizable {
    position: relative
}

    .next-table-header-resizable .next-table-resize-handler {
        position: absolute;
        right: -5px;
        top: 0;
        bottom: 0;
        width: 10px;
        background: transparent;
        cursor: ew-resize
    }

        .next-table-header-resizable .next-table-resize-handler:after {
            position: absolute;
            display: block;
            content: " ";
            width: 2px;
            width: var(--line-2,2px);
            height: 100%;
            right: 50%
        }

        .next-table-header-resizable .next-table-resize-handler:hover:after {
            z-index: 1;
            background: #1047f5;
            background: var(--color-brand1-6,#1047f5)
        }

.next-table.next-table-lock-left .next-table-header-resizable .next-table-resize-handler, .next-table.next-table-lock-right .next-table-header-resizable .next-table-resize-handler {
    cursor: auto
}

    .next-table.next-table-lock-left .next-table-header-resizable .next-table-resize-handler:hover:after, .next-table.next-table-lock-right .next-table-header-resizable .next-table-resize-handler:hover:after {
        z-index: -1
    }

.next-table td {
    padding: 0;
    border-right: 1px solid #e1e1e1;
    border-right: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
}

    .next-table td .next-table-cell-wrapper {
        padding: 16px 20px;
        padding: var(--table-cell-padding-top,16px) var(--table-cell-padding-left,20px);
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all
    }

        .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow, .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow, .next-table td .next-table-cell-wrapper .next-table-tree-placeholder {
            margin-right: 8px;
            outline: 0;
            cursor: pointer
        }

            .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow .next-icon-remote, .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

            .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before {
                content: "\E619";
                content: var(--table-tree-fold-icon-content,"\E619")
            }

            .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow .next-icon-remote, .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

            .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before {
                content: "\E63D";
                content: var(--table-tree-unfold-icon-content,"\E63D")
            }

    .next-table td.next-table-prerow .next-table-cell-wrapper {
        padding: 12px 16px
    }

    .next-table td.next-table-word-break-word .next-table-cell-wrapper {
        word-break: break-word
    }

.next-table .next-table-expanded .next-table-cell-wrapper, .next-table .next-table-selection .next-table-cell-wrapper {
    overflow: visible
}

.next-table.no-header table tr:first-child td {
    border-top-width: 1px
}

.next-table.only-bottom-border {
    border-width: 0
}

    .next-table.only-bottom-border td, .next-table.only-bottom-border th {
        border-width: 0 0 1px;
        border-bottom-width: var(--table-normal-border-width,1px);
        border-right-width: 0;
        border-top-width: 0
    }

    .next-table.only-bottom-border table tr td:first-child, .next-table.only-bottom-border table tr th:first-child {
        border-left-width: 0
    }

    .next-table.only-bottom-border .next-table-body tr td:last-child, .next-table.only-bottom-border .next-table-header tr th:last-child {
        border-right-width: 0
    }

.next-table-loading {
    display: block
}

.next-table.zebra tr:nth-child(odd) td {
    background: #fff;
    background: var(--table-td-normal,#fff)
}

.next-table.zebra tr:nth-child(2n) td {
    background: #f8f8f8;
    background: var(--table-td-gray,#f8f8f8)
}

.next-table.zebra .next-table-cell.hovered, .next-table.zebra .next-table-row.hovered td {
    background: #f8f8f8;
    background: var(--table-row-hover-bg,#f8f8f8);
    color: #000;
    color: var(--table-row-hover-color,#000)
}

.next-table.zebra .next-table-row.selected td {
    background: #eef3ff;
    background: var(--table-row-selected-bg,#eef3ff);
    color: #000;
    color: var(--table-row-selected-color,#000)
}

.next-table-empty {
    color: #acacac;
    color: var(--table-empty-color,#acacac);
    padding: 32px 0;
    padding: var(--table-empty-padding,32px) 0;
    text-align: center
}

.next-table-expanded-row > td {
    border-width: 0 0 1px;
    border-bottom-width: var(--table-normal-border-width,1px);
    border-right-width: 0;
    border-top-width: 0
}

    .next-table-expanded-row > td:first-child {
        border-left-width: 1px;
        border-left-width: var(--table-normal-border-width,1px)
    }

    .next-table-expanded-row > td:last-child {
        border-right-width: 1px;
        border-right-width: var(--table-normal-border-width,1px)
    }

.next-table-expanded-row:last-child > td {
    border-bottom-width: 1px;
    border-bottom-width: var(--table-normal-border-width,1px)
}

.next-table-expanded-row .next-table {
    border-top: 0;
    border-left: 0
}

    .next-table-expanded-row .next-table td, .next-table-expanded-row .next-table th {
        border-right: 1px solid #e1e1e1;
        border-right: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
    }

    .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 {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    background: #fff;
    background: var(--table-row-bg,#fff);
    color: #000;
    color: var(--table-row-color,#000)
}

    .next-table-row.hidden {
        display: none
    }

    .next-table-row.hovered {
        background: #f8f8f8;
        background: var(--table-row-hover-bg,#f8f8f8);
        color: #000;
        color: var(--table-row-hover-color,#000)
    }

    .next-table-row.selected {
        background: #eef3ff;
        background: var(--table-row-selected-bg,#eef3ff);
        color: #000;
        color: var(--table-row-selected-color,#000)
    }

.next-table-cell.hovered {
    background: #f8f8f8;
    background: var(--table-row-hover-bg,#f8f8f8);
    color: #000;
    color: var(--table-row-hover-color,#000)
}

.next-table-tree-placeholder {
    visibility: hidden
}

    .next-table-tree-placeholder .next-icon-remote, .next-table-tree-placeholder:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

.last .next-table-expanded-row td {
    border-bottom-width: 1px
}

.next-table-body, .next-table-header {
    overflow: auto;
    font-size: 14px;
    font-size: var(--table-th-font-size,14px)
}

.next-table-column-resize-proxy {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 2px solid #1047f5;
    border-left: var(--line-2,2px) solid var(--color-brand1-6,#1047f5);
    z-index: 10;
    display: none
}

.next-table-header {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-top-left-radius: 4px;
    border-top-left-radius: var(--table-header-corner-top,4px);
    border-top-right-radius: 4px;
    border-top-right-radius: var(--table-header-corner-top,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--table-header-corner-bottom,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--table-header-corner-bottom,4px);
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .next-table-header::-webkit-scrollbar {
        display: none
    }

.next-table-body {
    font-size: 14px;
    font-size: var(--table-body-font-size,14px);
    position: relative
}

.next-table-fixed {
    border-right: 1px solid #e1e1e1;
    border-right: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
}

    .next-table-fixed table {
        table-layout: fixed
    }

    .next-table-fixed .next-table-header {
        background: #fff;
        background: var(--table-th-bg,#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.only-bottom-border .next-table-body tr:last-child td {
        border-bottom-width: 1px;
        border-bottom-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group table tr td:first-child, .next-table-fixed.next-table-group table tr th:first-child {
        border-left-width: 1px;
        border-left-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group .next-table-header th {
        border-top-width: 1px;
        border-top-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group .next-table-header tr th:last-child {
        border-right-width: 1px;
        border-right-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group .next-table-body td {
        border-top-width: 1px;
        border-top-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group .next-table-body tr:last-child td {
        border-bottom-width: 1px;
        border-bottom-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group .next-table-body tr td:last-child, .next-table-fixed.next-table-lock-left .next-table-body tr td:last-child, .next-table-fixed.next-table-lock-left .next-table-header tr th:last-child {
        border-right-width: 1px;
        border-right-width: var(--table-normal-border-width,1px)
    }

.next-table-lock .next-table-body {
    overflow-x: auto;
    overflow-y: visible
}

.next-table-group {
    border-width: 0
}

    .next-table-group.only-bottom-border .next-table-body table, .next-table-group.only-bottom-border .next-table-header table {
        border-left: 0
    }

        .next-table-group.only-bottom-border .next-table-body table, .next-table-group.only-bottom-border .next-table-body table.next-table-row, .next-table-group.only-bottom-border .next-table-header table {
            border-top: 0
        }

    .next-table-group.only-bottom-border .next-table-body .next-table-group-footer td {
        border-bottom: 0
    }

    .next-table-group .next-table-body {
        margin-top: 8px;
        margin-top: var(--table-group-split,8px)
    }

        .next-table-group .next-table-body table {
            border-top: 1px solid #e1e1e1;
            border-top: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
            border-left: 1px solid #e1e1e1;
            border-left: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
            margin-bottom: 8px;
            margin-bottom: var(--table-group-split,8px)
        }

            .next-table-group .next-table-body table tr:first-child td {
                border-top-width: 1px
            }

            .next-table-group .next-table-body table:last-of-type {
                margin-bottom: 0
            }

    .next-table-group .next-table-header table {
        border-top: 1px solid #e1e1e1;
        border-top: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
        border-left: 1px solid #e1e1e1;
        border-left: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
    }

    .next-table-group .next-table-group-header td {
        background: #f8f8f8;
        background: var(--table-group-th-bg,#f8f8f8);
        color: #666;
        color: var(--table-group-th-color,#666)
    }

        .next-table-group .next-table-group-header td:first-child {
            border-top-left-radius: 4px;
            border-top-left-radius: var(--table-group-header-corner-top,4px);
            border-bottom-left-radius: 4px;
            border-bottom-left-radius: var(--table-group-header-corner-bottom,4px)
        }

        .next-table-group .next-table-group-header td:last-child {
            border-top-right-radius: 4px;
            border-top-right-radius: var(--table-group-header-corner-top,4px);
            border-bottom-right-radius: 4px;
            border-bottom-right-radius: var(--table-group-header-corner-bottom,4px)
        }

    .next-table-group .next-table-group-footer td {
        background: #f8f8f8;
        background: var(--table-group-footer-bg,#f8f8f8);
        color: #666;
        color: var(--table-group-footer-color,#666)
    }

        .next-table-group .next-table-group-footer td:first-child {
            border-top-left-radius: 4px;
            border-top-left-radius: var(--table-group-footer-corner-top,4px);
            border-bottom-left-radius: 4px;
            border-bottom-left-radius: var(--table-group-footer-corner-bottom,4px)
        }

        .next-table-group .next-table-group-footer td:last-child {
            border-top-right-radius: 4px;
            border-top-right-radius: var(--table-group-footer-corner-top,4px);
            border-bottom-right-radius: 4px;
            border-bottom-right-radius: var(--table-group-footer-corner-bottom,4px)
        }

    .next-table-group .next-table-row.hovered, .next-table-group .next-table-row.selected {
        background: #fff;
        background: var(--table-row-bg,#fff);
        color: #000;
        color: var(--table-row-color,#000)
    }

.next-table-lock {
    position: relative
}

    .next-table-lock table {
        table-layout: fixed
    }

.next-table-header-inner {
    overflow: unset
}

.next-table-header-fixer {
    content: " ";
    border-top-right-radius: 4px;
    border-top-right-radius: var(--table-header-corner-top,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--table-header-corner-bottom,4px);
    width: 15px;
    background: inherit;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0
}

.next-table-wrap-empty .next-table-lock-left td, .next-table-wrap-empty .next-table-lock-right td {
    border: none
}

.next-table-wrap-empty .next-table-lock-left .next-table-empty, .next-table-wrap-empty .next-table-lock-right .next-table-empty {
    display: none
}

.next-table-wrap-empty > .next-table-inner > .next-table-body > table {
    table-layout: fixed
}

.next-table-lock-left, .next-table-lock-right {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border: 0;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
    overflow: hidden
}

    .next-table-lock-left table, .next-table-lock-right table {
        width: auto
    }

    .next-table-lock-left .next-table-body, .next-table-lock-right .next-table-body {
        overflow-y: scroll;
        overflow-x: hidden;
        margin-right: -20px;
        padding-right: 0
    }

    .next-table-lock-left.shadow .next-table-body tr td:last-child, .next-table-lock-left.shadow .next-table-header tr th:last-child, .next-table-lock-right.shadow .next-table-body tr td:last-child, .next-table-lock-right.shadow .next-table-header tr th:last-child {
        border-right-width: 0
    }

.next-table-lock-right {
    right: 0;
    left: auto
}

    .next-table-lock-right table tr td:first-child, .next-table-lock-right table tr th:first-child {
        border-left-width: 1px
    }

    .next-table-lock-right.shadow {
        -webkit-box-shadow: -2px 0 3px rgba(0,0,0,.12);
        box-shadow: -2px 0 3px rgba(0,0,0,.12)
    }

.next-table-lock-left.shadow {
    -webkit-box-shadow: 2px 0 3px rgba(0,0,0,.12);
    box-shadow: 2px 0 3px rgba(0,0,0,.12)
}

.next-table-filter {
    line-height: 1
}

.next-table-sort {
    cursor: pointer;
    position: relative;
    width: 16px;
    display: inline-block;
    line-height: 1
}

    .next-table-sort:focus {
        outline: 0
    }

    .next-table-sort > a:before {
        content: " ";
        display: inline-block;
        vertical-align: middle
    }

    .next-table-sort .next-icon {
        position: absolute;
        left: -2px;
        color: #666;
        color: var(--table-sort-color,#666)
    }

        .next-table-sort .next-icon .next-icon-remote, .next-table-sort .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-table-sort .current .next-icon {
        color: #1047f5;
        color: var(--table-sort-color-current,#1047f5)
    }

    .next-table-sort .next-icon-ascending {
        left: 2px
    }

.next-table-filter {
    cursor: pointer;
    width: 20px;
    display: inline-block
}

    .next-table-filter:focus {
        outline: 0
    }

    .next-table-filter .next-icon {
        color: #666;
        color: var(--table-sort-color,#666)
    }

        .next-table-filter .next-icon .next-icon-remote, .next-table-filter .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-table-filter .next-table-filter-active {
        color: #1047f5;
        color: var(--color-brand1-6,#1047f5)
    }

.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: #acacac;
        color: var(--table-expanded-ctrl-disabled-color,#acacac)
    }

    .next-table-expanded-ctrl .next-table-expand-unfold .next-icon-remote, .next-table-expanded-ctrl .next-table-expand-unfold:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-table-expanded-ctrl .next-table-expand-unfold:before {
        content: "\E601";
        content: var(--table-expand-unfold-icon-content,"\E601")
    }

    .next-table-expanded-ctrl .next-table-expand-fold .next-icon-remote, .next-table-expanded-ctrl .next-table-expand-fold:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-table-expanded-ctrl .next-table-expand-fold:before {
        content: "\E63D";
        content: var(--table-expand-fold-icon-content,"\E63D")
    }

.next-table-fix-left, .next-table-fix-right {
    background: inherit;
    position: sticky;
    z-index: 1;
    background-clip: padding-box
}

.next-table-ping-left .next-table-expanded-area .next-table-fix-left-last:after {
    content: none
}

.next-table-ping-left .next-table-expanded-area .next-table-ping-left .next-table-fix-left-last, .next-table-ping-left .next-table-fix-left-last {
    border-right-width: 0
}

    .next-table-ping-left .next-table-expanded-area .next-table-ping-left .next-table-fix-left-last:after, .next-table-ping-left .next-table-fix-left-last:after {
        -webkit-box-shadow: inset 10px 0 8px -8px rgba(0,0,0,.15);
        box-shadow: inset 10px 0 8px -8px rgba(0,0,0,.15);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        content: "";
        pointer-events: none;
        transition: box-shadow .3s,-webkit-box-shadow .3s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

.next-table-ping-right .next-table-expanded-area .next-table-fix-right-first:after {
    content: none
}

.next-table-ping-right .next-table-expanded-area .next-table-ping-right .next-table-fix-right-first:after, .next-table-ping-right .next-table-fix-right-first:after {
    left: 0
}

.next-table-fixed.next-table-scrolling-to-right:after, .next-table-lock.next-table-scrolling-to-right:after, .next-table-ping-right .next-table-expanded-area .next-table-ping-right .next-table-fix-right-first:after, .next-table-ping-right .next-table-fix-right-first:after {
    -webkit-box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    content: "";
    pointer-events: none;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.next-table-fixed.next-table-scrolling-to-right:after, .next-table-lock.next-table-scrolling-to-right:after {
    right: -30px
}

.next-table-fixed.only-bottom-border, .next-table-lock.only-bottom-border {
    border-right: 0
}

.next-table[dir=rtl] th {
    text-align: right
}

.next-table[dir=rtl] .next-table-header-resizable .next-table-resize-handler {
    right: auto;
    left: 0
}

.next-table[dir=rtl] td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow, .next-table[dir=rtl] td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow, .next-table[dir=rtl] td .next-table-cell-wrapper .next-table-tree-placeholder {
    margin-left: 3px;
    margin-right: 0;
    float: right
}

.next-table[dir=rtl] .next-table-expanded-row td:first-child {
    border-left-width: 0;
    border-right-width: 1px
}

.next-table[dir=rtl] .next-table-expanded-row td:last-child {
    border-left-width: 1px;
    border-right-width: 0
}

.next-table[dir=rtl].only-bottom-border .next-table-expanded-row td, .next-table[dir=rtl].only-bottom-border .next-table-expanded-row th {
    border-width: 0 0 1px;
    border-bottom-width: var(--table-normal-border-width,1px);
    border-right-width: 0;
    border-top-width: 0
}

.next-table[dir=rtl] .next-table-filter-footer button {
    margin-left: 5px;
    margin-right: 0
}

.next-table[dir=rtl] .next-table-lock-left, .next-table[dir=rtl] .next-table-lock-right {
    left: auto;
    right: 0
}

.next-table[dir=rtl] .next-table-lock-right {
    right: auto;
    left: 0
}

    .next-table[dir=rtl] .next-table-lock-right table tr td:first-child, .next-table[dir=rtl] .next-table-lock-right table tr th:first-child {
        border-right-width: 1px
    }

    .next-table[dir=rtl] .next-table-lock-right.shadow {
        -webkit-box-shadow: 2px 0 3px rgba(0,0,0,.12);
        box-shadow: 2px 0 3px rgba(0,0,0,.12)
    }

.next-table[dir=rtl] .next-table-lock-left.shadow {
    -webkit-box-shadow: -2px 0 3px rgba(0,0,0,.12);
    box-shadow: -2px 0 3px rgba(0,0,0,.12)
}

.next-table[dir=rtl] .next-table-sort .next-icon {
    right: 0;
    left: auto
}

.next-table[dir=rtl] .next-table-sort .next-icon-ascending {
    right: 4px;
    left: auto
}

.next-table[dir=rtl] .next-table-filter {
    margin-right: 5px;
    margin-left: 0
}

.next-table-fixed[dir=rtl] table tr td:first-child, .next-table-fixed[dir=rtl] table tr th:first-child {
    border-left-width: 1px;
    border-left-width: var(--table-normal-border-width,1px);
    border-right-width: 0
}

.next-table-fixed[dir=rtl] .next-table-body tr td:last-child, .next-table-fixed[dir=rtl] .next-table-header tr th:last-child {
    border-left-width: 1px;
    border-left-width: var(--table-normal-border-width,1px)
}

.next-calendar2, .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-right: auto;
    margin-left: 0
}

    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-right: 8px;
        margin-left: 0
    }

div[dir=rtl].next-calendar2-fullscreen .next-calendar2-cell-value, div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th {
    text-align: left
}

div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th {
    padding: 0 0 5px 12px
}

.next-calendar2 {
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff
}

.next-calendar2-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.next-calendar2-table {
    width: 100%;
    table-layout: fixed
}

.next-calendar2-cell {
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color .2s,border .2s;
    transition: background-color .2s,border .2s
}

.next-calendar2 .next-calendar2-cell-inner {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    outline: none;
    min-width: 24px;
    position: relative;
    border: 1px solid transparent
}

.next-calendar2-cell-disabled:before {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    background: #f8f8f8;
    background: var(--color-fill1-1,#f8f8f8)
}

.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 {
    z-index: 2;
    height: 24px;
    line-height: 22px;
    border-radius: 2px;
    display: inline-block
}

.next-calendar2-card .next-calendar2, .next-calendar2-panel .next-calendar2 {
    min-height: 150px
}

.next-calendar2-card .next-calendar2-table thead > tr, .next-calendar2-panel .next-calendar2-table thead > tr {
    height: 24px;
    color: #acacac;
    color: var(--color-text1-2,#acacac)
}

.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;
    text-align: center;
    padding: 4px 0
}

.next-calendar2-card .next-calendar2-table th, .next-calendar2-panel .next-calendar2-table th {
    height: 32px
}

.next-calendar2-card .next-calendar2-table-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;
    color: var(--color-text1-3,#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: #f3f3f3;
    background: var(--color-fill1-2,#f3f3f3)
}

.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: #1047f5;
    color: var(--color-brand1-6,#1047f5)
}

.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
    color: #fff;
    background: #1047f5;
    background: var(--color-brand1-6,#1047f5)
}

.next-calendar2-fullscreen .next-calendar2-cell-value, .next-calendar2-fullscreen .next-calendar2-table th {
    text-align: right
}

.next-calendar2-fullscreen .next-calendar2-table th {
    padding: 0 12px 5px 0
}

.next-calendar2-fullscreen .next-calendar2-cell-inner {
    margin: 0 4px;
    padding: 4px 8px 0
}

.next-calendar2-fullscreen .next-calendar2-cell-inner, .next-calendar2-fullscreen td .next-calendar2-cell-inner {
    height: 80px;
    border-top: 2px solid #e1e1e1;
    border-top: 2px solid var(--color-line1-1,#e1e1e1)
}

.next-calendar2-fullscreen .next-calendar2-cell-disabled .next-calendar2-cell-inner {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    background: #f8f8f8;
    background: var(--color-fill1-1,#f8f8f8)
}

.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;
    color: var(--color-text1-3,#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: #f3f3f3;
    background-color: var(--color-fill1-2,#f3f3f3)
}

.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-today .next-calendar2-cell-inner {
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5)
}

.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 {
    border-top-color: #1047f5;
    border-top-color: var(--color-brand1-6,#1047f5);
    font-weight: 700;
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5);
    background: #eef3ff;
    background: var(--color-brand1-1,#eef3ff)
}

.next-calendar2-card .next-calendar2-header {
    padding: 8px;
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid var(--color-line1-1,#e1e1e1)
}

.next-calendar2-panel .next-calendar2-header {
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid var(--color-line1-1,#e1e1e1)
}

.next-calendar2-panel .next-calendar2-header-btn {
    min-width: 20px;
    line-height: 20px;
    color: #666;
    color: var(--color-text1-3,#666);
    font-family: inherit;
    vertical-align: initial;
    border-radius: 2px
}

    .next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
        text-align: center;
        font-size: 14px;
        color: #333;
        color: var(--color-text1-4,#333);
        font-weight: bolder;
        vertical-align: initial
    }

    .next-calendar2-panel .next-calendar2-header-btn:hover, .next-calendar2-panel .next-calendar2-header-btn:hover > span {
        color: #1047f5;
        color: var(--color-brand1-6,#1047f5)
    }

.next-calendar2-panel .next-calendar2-header-left-btn:hover, .next-calendar2-panel .next-calendar2-header-right-btn:hover {
    background: #f3f3f3;
    background: var(--color-fill1-2,#f3f3f3)
}

.next-calendar2-panel .next-calendar2-header-text-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 38px;
    line-height: 38px
}

    .next-calendar2-panel .next-calendar2-header-text-field .next-calendar2-header-btn:not(:first-child) {
        margin-left: 6px
    }

.next-calendar2-header-select-month-popup, .next-calendar2-header-select-year-popup {
    min-width: auto
}

.next-date-picker2-footer {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid var(--color-line1-1,#e1e1e1);
    padding: 4px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.next-date-picker2-footer-preset > .next-btn {
    margin-right: 8px
}

.next-date-picker2-footer-actions {
    margin-left: auto
}

.next-date-picker2-footer-preset-only {
    width: 100%
}

.next-time-picker2-menu {
    float: left;
    text-align: center;
    padding: 8px 0
}

    .next-time-picker2-menu:not(:last-child) {
        border-right: 1px solid #c8c8c8;
        border-right: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#c8c8c8)
    }

.next-time-picker2-menu-title {
    cursor: default;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    color: #acacac;
    color: var(--color-text1-2,#acacac);
    background: #fff
}

.next-time-picker2-menu ul {
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    list-style: none;
    margin: 0;
    width: 54px;
    padding: 0;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 224px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .next-time-picker2-menu ul::-webkit-scrollbar {
        width: 0
    }

    .next-time-picker2-menu ul:hover {
        overflow-y: auto
    }

    .next-time-picker2-menu ul:after {
        display: block;
        height: 192px;
        content: ""
    }

.next-time-picker2-menu-item {
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    -webkit-transition: background .1s linear;
    transition: background .1s linear;
    color: #666;
    color: var(--color-text1-3,#666);
    background: #fff;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .next-time-picker2-menu-item:hover {
        color: #333;
        color: var(--color-text1-4,#333);
        background: #f3f3f3;
        background: var(--color-fill1-2,#f3f3f3)
    }

    .next-time-picker2-menu-item.next-selected {
        color: #666;
        color: var(--color-text1-3,#666);
        background: #eef3ff;
        background: var(--color-brand1-1,#eef3ff)
    }

    .next-time-picker2-menu-item.next-disabled {
        cursor: not-allowed;
        color: #ccc;
        color: var(--color-text1-1,#ccc);
        background: #f8f8f8;
        background: var(--color-fill1-1,#f8f8f8)
    }

.next-time-picker2-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .next-time-picker2-panel, .next-time-picker2-panel *, .next-time-picker2-panel :after, .next-time-picker2-panel :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-time-picker2-panel:after {
            visibility: hidden;
            display: block;
            height: 0;
            font-size: 0;
            content: " ";
            clear: both
        }

.next-time-picker2-panel-header {
    border-bottom: 1px solid transparent;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--popup-local-border-color,transparent)
}

.next-time-picker2-panel-input.next-input {
    width: 100%;
    padding: 6px;
    border-color: transparent;
    vertical-align: middle
}

.next-time-picker2-panel .next-time-picker2-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.next-time-picker2-panel-range .next-time-picker2-panel-list:last-of-type {
    margin-left: 20px
}

.next-time-picker2-footer {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    padding: 4px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.next-time-picker2-footer-actions {
    margin-left: auto
}

.next-time-picker2-wrapper[dir=rtl] .next-time-picker2-menu {
    float: right
}

    .next-time-picker2-wrapper[dir=rtl] .next-time-picker2-menu:not(:last-child) {
        border-right: none;
        border-left: 1px solid #c8c8c8;
        border-left: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#c8c8c8)
    }

.next-time-picker2 {
    display: inline-block
}

    .next-time-picker2, .next-time-picker2 *, .next-time-picker2 :after, .next-time-picker2 :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-time-picker2-trigger .next-input {
    width: 100%
}

.next-time-picker2-wrapper {
    padding: 4px 0
}

.next-time-picker2-body {
    display: block;
    overflow: hidden;
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14))
}

.next-time-picker2-symbol-clock-icon:before {
    content: "\E621";
    content: var(--icon-content-clock,"\E621")
}

.next-time-picker2-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    border: var(--input-border-width,1px) solid var(--input-border-color,#c8c8c8);
    vertical-align: middle;
    width: inherit
}

    .next-time-picker2-input .next-input {
        border: none;
        width: 100%;
        height: 100%
    }

        .next-time-picker2-input .next-input input {
            height: 100%
        }

    .next-time-picker2-input.next-time-picker2-input-small {
        height: 28px;
        height: var(--form-element-small-height,28px);
        border-radius: 4px;
        border-radius: var(--form-element-small-corner,4px)
    }

        .next-time-picker2-input.next-time-picker2-input-small .next-input-label {
            padding-left: 8px;
            padding-left: var(--input-s-label-padding-left,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

        .next-time-picker2-input.next-time-picker2-input-small .next-input-inner {
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

        .next-time-picker2-input.next-time-picker2-input-small .next-input-control, .next-time-picker2-input.next-time-picker2-input-small .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-s-icon-padding-right,8px)
        }

        .next-time-picker2-input.next-time-picker2-input-small input {
            height: 26px;
            height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
            line-height: 26px \0;
            line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 8px;
            padding: 0 var(--input-s-padding,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

            .next-time-picker2-input.next-time-picker2-input-small input::-webkit-input-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-time-picker2-input.next-time-picker2-input-small input::-moz-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-time-picker2-input.next-time-picker2-input-small input::-ms-input-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-time-picker2-input.next-time-picker2-input-small input::placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

        .next-time-picker2-input.next-time-picker2-input-small .next-input-text-field {
            padding: 0 8px;
            padding: 0 var(--input-s-padding,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px);
            height: 26px;
            height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
            line-height: 26px;
            line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2)
        }

        .next-time-picker2-input.next-time-picker2-input-small .next-icon .next-icon-remote, .next-time-picker2-input.next-time-picker2-input-small .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-time-picker2-input.next-time-picker2-input-small .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-small-corner,4px) var(--form-element-small-corner,4px) 0
        }

    .next-time-picker2-input.next-time-picker2-input-medium {
        height: 32px;
        height: var(--form-element-medium-height,32px);
        border-radius: 4px;
        border-radius: var(--form-element-medium-corner,4px)
    }

        .next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
            padding-left: 12px;
            padding-left: var(--input-m-label-padding-left,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

        .next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

        .next-time-picker2-input.next-time-picker2-input-medium .next-input-control, .next-time-picker2-input.next-time-picker2-input-medium .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-m-icon-padding-right,8px)
        }

        .next-time-picker2-input.next-time-picker2-input-medium input {
            height: 30px;
            height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
            line-height: 30px \0;
            line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 12px;
            padding: 0 var(--input-m-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

            .next-time-picker2-input.next-time-picker2-input-medium input::-webkit-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-medium input::-moz-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-medium input::-ms-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

        .next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
            padding: 0 12px;
            padding: 0 var(--input-m-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px);
            height: 30px;
            height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
            line-height: 30px;
            line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
        }

        .next-time-picker2-input.next-time-picker2-input-medium .next-icon .next-icon-remote, .next-time-picker2-input.next-time-picker2-input-medium .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-medium-corner,4px) var(--form-element-medium-corner,4px) 0
        }

    .next-time-picker2-input.next-time-picker2-input-large {
        height: 36px;
        height: var(--form-element-large-height,36px);
        border-radius: 4px;
        border-radius: var(--form-element-large-corner,4px)
    }

        .next-time-picker2-input.next-time-picker2-input-large .next-input-label {
            padding-left: 12px;
            padding-left: var(--input-l-label-padding-left,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

        .next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

        .next-time-picker2-input.next-time-picker2-input-large .next-input-control, .next-time-picker2-input.next-time-picker2-input-large .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-l-icon-padding-right,8px)
        }

        .next-time-picker2-input.next-time-picker2-input-large input {
            height: 34px;
            height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
            line-height: 34px \0;
            line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 12px;
            padding: 0 var(--input-l-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

            .next-time-picker2-input.next-time-picker2-input-large input::-webkit-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-large input::-moz-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-large input::-ms-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-large input::placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

        .next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
            padding: 0 12px;
            padding: 0 var(--input-l-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px);
            height: 34px;
            height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
            line-height: 34px;
            line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2)
        }

        .next-time-picker2-input.next-time-picker2-input-large .next-icon .next-icon-remote, .next-time-picker2-input.next-time-picker2-input-large .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-time-picker2-input.next-time-picker2-input-large .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-large-corner,4px) var(--form-element-large-corner,4px) 0
        }

    .next-time-picker2-input:hover {
        border-color: #1047f5;
        border-color: var(--input-hover-border-color,#1047f5);
        background-color: #fff;
        background-color: var(--input-hover-bg-color,#fff)
    }

    .next-time-picker2-input.next-time-picker2-input-focus {
        border-color: #1047f5;
        border-color: var(--input-focus-border-color,#1047f5);
        background-color: #fff;
        background-color: var(--input-focus-bg-color,#fff);
        -webkit-box-shadow: 0 0 0 0 rgba(16,71,245,.2);
        box-shadow: 0 0 0 0 rgba(16,71,245,.2)
    }

    .next-time-picker2-input.next-time-picker2-input-noborder {
        border-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .next-time-picker2-input.next-time-picker2-input-disabled {
        color: #666;
        color: var(--input-disabled-color,#666);
        cursor: not-allowed
    }

        .next-time-picker2-input.next-time-picker2-input-disabled, .next-time-picker2-input.next-time-picker2-input-disabled:hover {
            border-color: #e1e1e1;
            border-color: var(--input-disabled-border-color,#e1e1e1);
            background-color: #f3f3f3;
            background-color: var(--input-disabled-bg-color,#f3f3f3)
        }

.next-time-picker2-input-separator {
    color: #c8c8c8;
    color: var(--input-border-color,#c8c8c8);
    font-size: 12px;
    display: inline-block;
    min-width: 16px;
    text-align: center
}

div[dir=rtl] .next-date-picker2-footer-preset > .next-btn {
    margin-left: 8px;
    margin-right: 0
}

div[dir=rtl] .next-date-picker2-footer-actions {
    margin-left: 0;
    margin-right: auto
}

div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:last-child:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    left: 8px
}

div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:first-child:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    right: 8px
}

div[dir=rtl] .next-date-time-picker-wrapper {
    border-right: 1px solid #e1e1e1;
    border-right: 1px solid var(--color-line1-1,#e1e1e1);
    border-left: node
}

    div[dir=rtl] .next-date-time-picker-wrapper .next-time-picker2-menu:not(:last-child) {
        border-left: 1px solid #dcdee3;
        border-right: none
    }

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin:before {
    right: 50%;
    left: 0
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end:before {
    left: 50%;
    right: 0
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin:after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child:after {
    right: 8px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin:not(:last-child):after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child:not(.next-calendar2-cell-hover-end):after {
    left: 0
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end:after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child:after {
    left: 8px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end:not(:first-child):after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child:not(.next-calendar2-cell-hover-begin):after {
    right: 0
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin:after {
    left: 0;
    right: 7px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end:after {
    right: 0;
    left: 7px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type:after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49)
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49)
}

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 {
    right: 0;
    left: 8px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end.next-calendar2-cell-hover:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49)
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin:after {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end:after {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):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 {
    right: 8px;
    left: 0
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:after {
    right: 8px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49)
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:not(.next-calendar2-cell-hover-end):not(.next-calendar2-cell-hover-begin):after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none
}

div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2):before {
    right: 50%;
    left: 0
}

div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child:before {
    left: 50%;
    right: 0
}

.next-date-picker2 {
    outline: none;
    display: inline-table;
    position: relative;
    width: inherit
}

.next-date-picker2-overlay {
    vertical-align: top;
    padding: 4px 0
}

.next-date-picker2-overlay-range {
    padding: 12px 0
}

.next-date-picker2-wrapper {
    -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.12);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.12);
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border: 1px solid var(--color-line1-1,#e1e1e1);
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

    .next-date-picker2-wrapper .next-calendar2-panel {
        border-radius: 2px;
        border-radius: var(--corner-1,2px)
    }

    .next-date-picker2-wrapper .next-calendar2-body {
        width: 272px
    }

    .next-date-picker2-wrapper .next-calendar2-cell:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        z-index: 1;
        height: 24px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .next-date-picker2-wrapper .next-calendar2-cell:last-child:before {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        right: 8px
    }

    .next-date-picker2-wrapper .next-calendar2-cell:first-child:before {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        left: 8px
    }

.next-date-picker2-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    border: var(--input-border-width,1px) solid var(--input-border-color,#c8c8c8);
    vertical-align: middle;
    width: inherit;
    background-color: #fff;
    background-color: var(--input-bg-color,#fff)
}

    .next-date-picker2-input .next-input {
        border: none;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 100%;
        width: 100%
    }

        .next-date-picker2-input .next-input input {
            height: 100%;
            width: auto
        }

    .next-date-picker2-input.next-date-picker2-input-small {
        height: 28px;
        height: var(--form-element-small-height,28px);
        border-radius: 4px;
        border-radius: var(--form-element-small-corner,4px)
    }

        .next-date-picker2-input.next-date-picker2-input-small .next-input-label {
            padding-left: 8px;
            padding-left: var(--input-s-label-padding-left,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

        .next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

        .next-date-picker2-input.next-date-picker2-input-small .next-input-control, .next-date-picker2-input.next-date-picker2-input-small .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-s-icon-padding-right,8px)
        }

        .next-date-picker2-input.next-date-picker2-input-small input {
            height: 26px;
            height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
            line-height: 26px \0;
            line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 8px;
            padding: 0 var(--input-s-padding,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

            .next-date-picker2-input.next-date-picker2-input-small input::-webkit-input-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-date-picker2-input.next-date-picker2-input-small input::-moz-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-date-picker2-input.next-date-picker2-input-small input::-ms-input-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-date-picker2-input.next-date-picker2-input-small input::placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

        .next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
            padding: 0 8px;
            padding: 0 var(--input-s-padding,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px);
            height: 26px;
            height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
            line-height: 26px;
            line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2)
        }

        .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-date-picker2-input.next-date-picker2-input-small .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-small-corner,4px) var(--form-element-small-corner,4px) 0
        }

    .next-date-picker2-input.next-date-picker2-input-medium {
        height: 32px;
        height: var(--form-element-medium-height,32px);
        border-radius: 4px;
        border-radius: var(--form-element-medium-corner,4px)
    }

        .next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
            padding-left: 12px;
            padding-left: var(--input-m-label-padding-left,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

        .next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

        .next-date-picker2-input.next-date-picker2-input-medium .next-input-control, .next-date-picker2-input.next-date-picker2-input-medium .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-m-icon-padding-right,8px)
        }

        .next-date-picker2-input.next-date-picker2-input-medium input {
            height: 30px;
            height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
            line-height: 30px \0;
            line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 12px;
            padding: 0 var(--input-m-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

            .next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-medium input::-moz-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

        .next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
            padding: 0 12px;
            padding: 0 var(--input-m-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px);
            height: 30px;
            height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
            line-height: 30px;
            line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
        }

        .next-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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-medium-corner,4px) var(--form-element-medium-corner,4px) 0
        }

    .next-date-picker2-input.next-date-picker2-input-large {
        height: 36px;
        height: var(--form-element-large-height,36px);
        border-radius: 4px;
        border-radius: var(--form-element-large-corner,4px)
    }

        .next-date-picker2-input.next-date-picker2-input-large .next-input-label {
            padding-left: 12px;
            padding-left: var(--input-l-label-padding-left,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

        .next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

        .next-date-picker2-input.next-date-picker2-input-large .next-input-control, .next-date-picker2-input.next-date-picker2-input-large .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-l-icon-padding-right,8px)
        }

        .next-date-picker2-input.next-date-picker2-input-large input {
            height: 34px;
            height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
            line-height: 34px \0;
            line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 12px;
            padding: 0 var(--input-l-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

            .next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-large input::placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

        .next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
            padding: 0 12px;
            padding: 0 var(--input-l-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px);
            height: 34px;
            height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
            line-height: 34px;
            line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2)
        }

        .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-date-picker2-input.next-date-picker2-input-large .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-large-corner,4px) var(--form-element-large-corner,4px) 0
        }

    .next-date-picker2-input:hover {
        border-color: #1047f5;
        border-color: var(--input-hover-border-color,#1047f5);
        background-color: #fff;
        background-color: var(--input-hover-bg-color,#fff)
    }

    .next-date-picker2-input.next-date-picker2-input-focus {
        border-color: #1047f5;
        border-color: var(--input-focus-border-color,#1047f5);
        background-color: #fff;
        background-color: var(--input-focus-bg-color,#fff);
        -webkit-box-shadow: 0 0 0 0 rgba(16,71,245,.2);
        box-shadow: 0 0 0 0 rgba(16,71,245,.2)
    }

    .next-date-picker2-input.next-date-picker2-input-noborder {
        border-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .next-date-picker2-input.next-date-picker2-input-disabled {
        color: #666;
        color: var(--input-disabled-color,#666);
        cursor: not-allowed
    }

        .next-date-picker2-input.next-date-picker2-input-disabled, .next-date-picker2-input.next-date-picker2-input-disabled:hover {
            border-color: #e1e1e1;
            border-color: var(--input-disabled-border-color,#e1e1e1);
            background-color: #f3f3f3;
            background-color: var(--input-disabled-bg-color,#f3f3f3)
        }

.next-date-picker2-input-separator {
    color: #c8c8c8;
    color: var(--input-border-color,#c8c8c8);
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    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 {
    display: block;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin-left: 16.5px;
    border-color: #e1e1e1 #e1e1e1 transparent transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid var(--color-line1-1,#e1e1e1);
    border-top: 1px solid var(--color-line1-1,#e1e1e1);
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out;
    background: #fff
}

.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 #e1e1e1;
    border-left: 1px solid var(--color-line1-1,#e1e1e1)
}

    .next-date-time-picker-wrapper .next-calendar2-body {
        padding-right: 0;
        padding-left: 0
    }

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-disabled .next-calendar2-cell-inner {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    background: #f8f8f8;
    background: var(--color-fill1-1,#f8f8f8)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected:before {
    color: #666;
    color: var(--color-text1-3,#666);
    background: #eef3ff;
    background: var(--color-brand1-1,#eef3ff)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected .next-calendar2-cell-inner {
    color: #666;
    color: var(--color-text1-3,#666);
    background: transparent
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-begin .next-calendar2-cell-inner, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-end .next-calendar2-cell-inner {
    z-index: 10;
    color: #fff;
    background: #1047f5;
    background: var(--color-brand1-6,#1047f5)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-begin:before {
    left: 50%
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-end:before {
    right: 50%
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-begin-single:before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-end-single:before {
    display: none
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: #1f1f49 transparent;
    border-left: 1px dashed transparent;
    border-bottom: 1px dashed var(--color-brand1-9,#1f1f49);
    border-right: 1px dashed transparent;
    border-top: 1px dashed var(--color-brand1-9,#1f1f49)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-hover-begin:after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:first-child:after {
    left: 8px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-hover-end:after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:last-child:after {
    right: 8px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin:after {
    left: 8px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end:after {
    right: 8px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:first-of-type:after {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:last-of-type:after {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-edge-end:after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-edge-end:before {
    right: 8px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-edge-end.next-calendar2-cell-hover:after {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover-begin:after {
    border-top: 1px dashed #1f1f49;
    border-top: 1px dashed var(--color-brand1-9,#1f1f49);
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover-end:after {
    border-top: 1px dashed #1f1f49;
    border-top: 1px dashed var(--color-brand1-9,#1f1f49);
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):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-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49)
}

.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: #f3f3f3;
    background: var(--color-fill1-2,#f3f3f3)
}

.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 {
    color: #666;
    color: var(--color-text1-3,#666);
    background-color: #eef3ff;
    background-color: var(--color-brand1-1,#eef3ff)
}

.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child .next-calendar2-cell-inner, .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2) .next-calendar2-cell-inner {
    color: #fff;
    background: #1047f5;
    background: var(--color-brand1-6,#1047f5)
}

.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2):before {
    left: 50%
}

.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child:before {
    right: 50%
}

.next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):before {
    background-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):nth-child(2) .next-calendar2-cell-inner {
    background-color: #eef3ff;
    background-color: var(--color-brand1-1,#eef3ff);
    color: #666;
    color: var(--color-text1-3,#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 {
    color: #fff;
    background: #1047f5;
    background: var(--color-brand1-6,#1047f5)
}

.next-icon-a-20GP:before {
    content: "\E661";
    content: var(--icon-content-a-20GP,"\E661")
}

.next-icon-a-40NOR:before {
    content: "\E660";
    content: var(--icon-content-a-40NOR,"\E660")
}

.next-icon-a-40HQ:before {
    content: "\E65C";
    content: var(--icon-content-a-40HQ,"\E65C")
}

.next-icon-a-45HQ:before {
    content: "\E65B";
    content: var(--icon-content-a-45HQ,"\E65B")
}

.next-icon-a-40GP:before {
    content: "\E65A";
    content: var(--icon-content-a-40GP,"\E65A")
}

.next-icon-online-tracking-fill:before {
    content: "\E81D";
    content: var(--icon-content-online-tracking-fill,"\E81D")
}

.next-icon-logistics-airfreight-fill:before {
    content: "\E68B";
    content: var(--icon-content-logistics-airfreight-fill,"\E68B")
}

.next-icon-arrow-down-fill:before {
    content: "\E68A";
    content: var(--icon-content-arrow-down-fill,"\E68A")
}

.next-icon-arrow-up-fill:before {
    content: "\E689";
    content: var(--icon-content-arrow-up-fill,"\E689")
}

.next-icon-logistics-land-transport-fill:before {
    content: "\E687";
    content: var(--icon-content-logistics-land-transport-fill,"\E687")
}

.next-icon-telephone:before {
    content: "\E83E";
    content: var(--icon-content-telephone,"\E83E")
}

.next-icon-default-template-fill1:before {
    content: "\E688";
    content: var(--icon-content-default-template-fill1,"\E688")
}

.next-icon-home-fill:before {
    content: "\E86C";
    content: var(--icon-content-home-fill,"\E86C")
}

.next-icon-feed-logo-fill:before {
    content: "\E86B";
    content: var(--icon-content-feed-logo-fill,"\E86B")
}

.next-icon-account-fill:before {
    content: "\E86A";
    content: var(--icon-content-account-fill,"\E86A")
}

.next-icon-comments-fill:before {
    content: "\E869";
    content: var(--icon-content-comments-fill,"\E869")
}

.next-icon-sendinquiry-fill:before {
    content: "\E868";
    content: var(--icon-content-sendinquiry-fill,"\E868")
}

.next-icon-topraning-fill:before {
    content: "\E867";
    content: var(--icon-content-topraning-fill,"\E867")
}

.next-icon-similar-product-fill:before {
    content: "\E866";
    content: var(--icon-content-similar-product-fill,"\E866")
}

.next-icon-packing-labeling-fill:before {
    content: "\E864";
    content: var(--icon-content-packing-labeling-fill,"\E864")
}

.next-icon-training1:before {
    content: "\E863";
    content: var(--icon-content-training1,"\E863")
}

.next-icon-wallet1:before {
    content: "\E862";
    content: var(--icon-content-wallet1,"\E862")
}

.next-icon-template-fill:before {
    content: "\E861";
    content: var(--icon-content-template-fill,"\E861")
}

.next-icon-trade-assurance-fill:before {
    content: "\E860";
    content: var(--icon-content-trade-assurance-fill,"\E860")
}

.next-icon-warehouse-fill:before {
    content: "\E85F";
    content: var(--icon-content-warehouse-fill,"\E85F")
}

.next-icon-set1:before {
    content: "\E85C";
    content: var(--icon-content-set1,"\E85C")
}

.next-icon-vip-fill:before {
    content: "\E85B";
    content: var(--icon-content-vip-fill,"\E85B")
}

.next-icon-trust-fill:before {
    content: "\E85A";
    content: var(--icon-content-trust-fill,"\E85A")
}

.next-icon-unlock-fill:before {
    content: "\E859";
    content: var(--icon-content-unlock-fill,"\E859")
}

.next-icon-task-management-fill:before {
    content: "\E858";
    content: var(--icon-content-task-management-fill,"\E858")
}

.next-icon-tool-fill:before {
    content: "\E857";
    content: var(--icon-content-tool-fill,"\E857")
}

.next-icon-suspended-fill:before {
    content: "\E856";
    content: var(--icon-content-suspended-fill,"\E856")
}

.next-icon-sound-Mute1:before {
    content: "\E855";
    content: var(--icon-content-sound-Mute1,"\E855")
}

.next-icon-sound-filling-fill:before {
    content: "\E854";
    content: var(--icon-content-sound-filling-fill,"\E854")
}

.next-icon-store-fill:before {
    content: "\E851";
    content: var(--icon-content-store-fill,"\E851")
}

.next-icon-supplier-features-fill:before {
    content: "\E850";
    content: var(--icon-content-supplier-features-fill,"\E850")
}

.next-icon-shuffling-banner-fill:before {
    content: "\E84F";
    content: var(--icon-content-shuffling-banner-fill,"\E84F")
}

.next-icon-signboard-fill:before {
    content: "\E84E";
    content: var(--icon-content-signboard-fill,"\E84E")
}

.next-icon-Similarproducts-fill:before {
    content: "\E84D";
    content: var(--icon-content-Similarproducts-fill,"\E84D")
}

.next-icon-security-fill:before {
    content: "\E84C";
    content: var(--icon-content-security-fill,"\E84C")
}

.next-icon-save-fill:before {
    content: "\E84B";
    content: var(--icon-content-save-fill,"\E84B")
}

.next-icon-salescenter-fill:before {
    content: "\E84A";
    content: var(--icon-content-salescenter-fill,"\E84A")
}

.next-icon-RFQ-logo-fill:before {
    content: "\E849";
    content: var(--icon-content-RFQ-logo-fill,"\E849")
}

.next-icon-remind-fill:before {
    content: "\E847";
    content: var(--icon-content-remind-fill,"\E847")
}

.next-icon-resonserate-fill:before {
    content: "\E846";
    content: var(--icon-content-resonserate-fill,"\E846")
}

.next-icon-product:before {
    content: "\E844";
    content: var(--icon-content-product,"\E844")
}

.next-icon-pic-fill1:before {
    content: "\E843";
    content: var(--icon-content-pic-fill1,"\E843")
}

.next-icon-product-fill:before {
    content: "\E840";
    content: var(--icon-content-product-fill,"\E840")
}

.next-icon-pin-fill:before {
    content: "\E83F";
    content: var(--icon-content-pin-fill,"\E83F")
}

.next-icon-play-fill1:before {
    content: "\E83D";
    content: var(--icon-content-play-fill1,"\E83D")
}

.next-icon-phone-fill:before {
    content: "\E83C";
    content: var(--icon-content-phone-fill,"\E83C")
}

.next-icon-map1:before {
    content: "\E83B";
    content: var(--icon-content-map1,"\E83B")
}

.next-icon-password1:before {
    content: "\E83A";
    content: var(--icon-content-password1,"\E83A")
}

.next-icon-order-fill:before {
    content: "\E839";
    content: var(--icon-content-order-fill,"\E839")
}

.next-icon-notice-fill:before {
    content: "\E838";
    content: var(--icon-content-notice-fill,"\E838")
}

.next-icon-office-supplies-fill:before {
    content: "\E837";
    content: var(--icon-content-office-supplies-fill,"\E837")
}

.next-icon-nightmode-fill:before {
    content: "\E836";
    content: var(--icon-content-nightmode-fill,"\E836")
}

.next-icon-Newuserzone-fill:before {
    content: "\E835";
    content: var(--icon-content-Newuserzone-fill,"\E835")
}

.next-icon-logistics-icon-fill:before {
    content: "\E834";
    content: var(--icon-content-logistics-icon-fill,"\E834")
}

.next-icon-Moneymanagement-fill:before {
    content: "\E833";
    content: var(--icon-content-Moneymanagement-fill,"\E833")
}

.next-icon-listing-content-fill:before {
    content: "\E832";
    content: var(--icon-content-listing-content-fill,"\E832")
}

.next-icon-integral-fill1:before {
    content: "\E830";
    content: var(--icon-content-integral-fill1,"\E830")
}

.next-icon-inquiry-template-fill:before {
    content: "\E82E";
    content: var(--icon-content-inquiry-template-fill,"\E82E")
}

.next-icon-insurance-fill:before {
    content: "\E82D";
    content: var(--icon-content-insurance-fill,"\E82D")
}

.next-icon-discount-fill:before {
    content: "\E82C";
    content: var(--icon-content-discount-fill,"\E82C")
}

.next-icon-company-fill:before {
    content: "\E82B";
    content: var(--icon-content-company-fill,"\E82B")
}

.next-icon-inspection-fill:before {
    content: "\E828";
    content: var(--icon-content-inspection-fill,"\E828")
}

.next-icon-image-text-fill:before {
    content: "\E827";
    content: var(--icon-content-image-text-fill,"\E827")
}

.next-icon-camera-fill:before {
    content: "\E824";
    content: var(--icon-content-camera-fill,"\E824")
}

.next-icon-feeds-fill:before {
    content: "\E822";
    content: var(--icon-content-feeds-fill,"\E822")
}

.next-icon-folder-fill:before {
    content: "\E821";
    content: var(--icon-content-folder-fill,"\E821")
}

.next-icon-filter-fill:before {
    content: "\E820";
    content: var(--icon-content-filter-fill,"\E820")
}

.next-icon-email-fill:before {
    content: "\E81F";
    content: var(--icon-content-email-fill,"\E81F")
}

.next-icon-Daytimemode-fill:before {
    content: "\E81C";
    content: var(--icon-content-Daytimemode-fill,"\E81C")
}

.next-icon-discounts-fill:before {
    content: "\E81B";
    content: var(--icon-content-discounts-fill,"\E81B")
}

.next-icon-Customermanagement-fill:before {
    content: "\E81A";
    content: var(--icon-content-Customermanagement-fill,"\E81A")
}

.next-icon-CurrencyConverter-fill:before {
    content: "\E817";
    content: var(--icon-content-CurrencyConverter-fill,"\E817")
}

.next-icon-credit-level-fill:before {
    content: "\E816";
    content: var(--icon-content-credit-level-fill,"\E816")
}

.next-icon-coupons-fill:before {
    content: "\E815";
    content: var(--icon-content-coupons-fill,"\E815")
}

.next-icon-color-fill:before {
    content: "\E813";
    content: var(--icon-content-color-fill,"\E813")
}

.next-icon-clock-fill:before {
    content: "\E80F";
    content: var(--icon-content-clock-fill,"\E80F")
}

.next-icon-calculator-fill:before {
    content: "\E80E";
    content: var(--icon-content-calculator-fill,"\E80E")
}

.next-icon-certified-supplier-fill:before {
    content: "\E80A";
    content: var(--icon-content-certified-supplier-fill,"\E80A")
}

.next-icon-atm-away-fill:before {
    content: "\E808";
    content: var(--icon-content-atm-away-fill,"\E808")
}

.next-icon-cart-Empty-fill:before {
    content: "\E806";
    content: var(--icon-content-cart-Empty-fill,"\E806")
}

.next-icon-cart-full-fill:before {
    content: "\E805";
    content: var(--icon-content-cart-full-fill,"\E805")
}

.next-icon-bussiness-man-fill:before {
    content: "\E804";
    content: var(--icon-content-bussiness-man-fill,"\E804")
}

.next-icon-calendar-fill:before {
    content: "\E803";
    content: var(--icon-content-calendar-fill,"\E803")
}

.next-icon-all-fill1:before {
    content: "\E802";
    content: var(--icon-content-all-fill1,"\E802")
}

.next-icon-add-cart-fill:before {
    content: "\E801";
    content: var(--icon-content-add-cart-fill,"\E801")
}

.next-icon-add-account1:before {
    content: "\E800";
    content: var(--icon-content-add-account1,"\E800")
}

.next-icon-contacts-fill:before {
    content: "\E7F3";
    content: var(--icon-content-contacts-fill,"\E7F3")
}

.next-icon-stop-fill:before {
    content: "\E738";
    content: var(--icon-content-stop-fill,"\E738")
}

.next-icon-play-fill:before {
    content: "\E72F";
    content: var(--icon-content-play-fill,"\E72F")
}

.next-icon-pic-fill:before {
    content: "\E72E";
    content: var(--icon-content-pic-fill,"\E72E")
}

.next-icon-namecard-fill:before {
    content: "\E72A";
    content: var(--icon-content-namecard-fill,"\E72A")
}

.next-icon-integral-fill:before {
    content: "\E726";
    content: var(--icon-content-integral-fill,"\E726")
}

.next-icon-invoice:before {
    content: "\E811";
    content: var(--icon-content-invoice,"\E811")
}

.next-icon-Daytimemode:before {
    content: "\E810";
    content: var(--icon-content-Daytimemode,"\E810")
}

.next-icon-Similarproducts:before {
    content: "\E7AF";
    content: var(--icon-content-Similarproducts,"\E7AF")
}

.next-icon-searchcart:before {
    content: "\E80D";
    content: var(--icon-content-searchcart,"\E80D")
}

.next-icon-save:before {
    content: "\E80C";
    content: var(--icon-content-save,"\E80C")
}

.next-icon-RFQ-logo:before {
    content: "\E80B";
    content: var(--icon-content-RFQ-logo,"\E80B")
}

.next-icon-online-tracking:before {
    content: "\E807";
    content: var(--icon-content-online-tracking,"\E807")
}

.next-icon-customization:before {
    content: "\E7FF";
    content: var(--icon-content-customization,"\E7FF")
}

.next-icon-cut:before {
    content: "\E7FE";
    content: var(--icon-content-cut,"\E7FE")
}

.next-icon-company:before {
    content: "\E7FD";
    content: var(--icon-content-company,"\E7FD")
}

.next-icon-conditions:before {
    content: "\E7FC";
    content: var(--icon-content-conditions,"\E7FC")
}

.next-icon-color:before {
    content: "\E7F7";
    content: var(--icon-content-color,"\E7F7")
}

.next-icon-code1:before {
    content: "\E7F6";
    content: var(--icon-content-code1,"\E7F6")
}

.next-icon-cart-Empty:before {
    content: "\E7F5";
    content: var(--icon-content-cart-Empty,"\E7F5")
}

.next-icon-cart-full:before {
    content: "\E7F4";
    content: var(--icon-content-cart-full,"\E7F4")
}

.next-icon-atm-away:before {
    content: "\E7F2";
    content: var(--icon-content-atm-away,"\E7F2")
}

.next-icon-apparel:before {
    content: "\E7ED";
    content: var(--icon-content-apparel,"\E7ED")
}

.next-icon-add-cart:before {
    content: "\E7BC";
    content: var(--icon-content-add-cart,"\E7BC")
}

.next-icon-similar-product:before {
    content: "\E707";
    content: var(--icon-content-similar-product,"\E707")
}

.next-icon-gift:before {
    content: "\E6FC";
    content: var(--icon-content-gift,"\E6FC")
}

.next-icon-data1:before {
    content: "\E6FB";
    content: var(--icon-content-data1,"\E6FB")
}

.next-icon-code:before {
    content: "\E6F5";
    content: var(--icon-content-code,"\E6F5")
}

.next-icon-auto:before {
    content: "\E6EB";
    content: var(--icon-content-auto,"\E6EB")
}

.next-icon-print:before {
    content: "\E809";
    content: var(--icon-content-print,"\E809")
}

.next-icon-shouhuoicon:before {
    content: "\E829";
    content: var(--icon-content-shouhuoicon,"\E829")
}

.next-icon-goumaipianhao:before {
    content: "\E826";
    content: var(--icon-content-goumaipianhao,"\E826")
}

.next-icon-Transfermoney:before {
    content: "\E823";
    content: var(--icon-content-Transfermoney,"\E823")
}

.next-icon-dongtai:before {
    content: "\E81E";
    content: var(--icon-content-dongtai,"\E81E")
}

.next-icon-writing:before {
    content: "\E819";
    content: var(--icon-content-writing,"\E819")
}

.next-icon-topraning:before {
    content: "\E818";
    content: var(--icon-content-topraning,"\E818")
}

.next-icon-wallet:before {
    content: "\E814";
    content: var(--icon-content-wallet,"\E814")
}

.next-icon-insurance:before {
    content: "\E812";
    content: var(--icon-content-insurance,"\E812")
}

.next-icon-Docwenjian:before {
    content: "\E685";
    content: var(--icon-content-Docwenjian,"\E685")
}

.next-icon-Pdfwenjian:before {
    content: "\E684";
    content: var(--icon-content-Pdfwenjian,"\E684")
}

.next-icon-Exlwenjian:before {
    content: "\E682";
    content: var(--icon-content-Exlwenjian,"\E682")
}

.next-icon-dingtalk-circle-fill:before {
    content: "\EA9E";
    content: var(--icon-content-dingtalk-circle-fill,"\EA9E")
}

.next-icon-pcm:before {
    content: "\E7E9";
    content: var(--icon-content-pcm,"\E7E9")
}

.next-icon-tradingvolume:before {
    content: "\E7BD";
    content: var(--icon-content-tradingvolume,"\E7BD")
}

.next-icon-ipad:before {
    content: "\E7BB";
    content: var(--icon-content-ipad,"\E7BB")
}

.next-icon-block:before {
    content: "\E7F1";
    content: var(--icon-content-block,"\E7F1")
}

.next-icon-warning-fill:before {
    content: "\E7F0";
    content: var(--icon-content-warning-fill,"\E7F0")
}

.next-icon-Top-fill:before {
    content: "\E7EF";
    content: var(--icon-content-Top-fill,"\E7EF")
}

.next-icon-smile-fill:before {
    content: "\E7EC";
    content: var(--icon-content-smile-fill,"\E7EC")
}

.next-icon-Rightbutton-fill:before {
    content: "\E7EB";
    content: var(--icon-content-Rightbutton-fill,"\E7EB")
}

.next-icon-prompt-fill1:before {
    content: "\E7EA";
    content: var(--icon-content-prompt-fill1,"\E7EA")
}

.next-icon-reduce-fill:before {
    content: "\E7E8";
    content: var(--icon-content-reduce-fill,"\E7E8")
}

.next-icon-help1:before {
    content: "\E7E7";
    content: var(--icon-content-help1,"\E7E7")
}

.next-icon-leftbutton-fill:before {
    content: "\E7E6";
    content: var(--icon-content-leftbutton-fill,"\E7E6")
}

.next-icon-hot-fill:before {
    content: "\E7E5";
    content: var(--icon-content-hot-fill,"\E7E5")
}

.next-icon-good-fill:before {
    content: "\E7AE";
    content: var(--icon-content-good-fill,"\E7AE")
}

.next-icon-cry-fill:before {
    content: "\E7E4";
    content: var(--icon-content-cry-fill,"\E7E4")
}

.next-icon-atm-fill:before {
    content: "\E7E3";
    content: var(--icon-content-atm-fill,"\E7E3")
}

.next-icon-bad-fill:before {
    content: "\E7E2";
    content: var(--icon-content-bad-fill,"\E7E2")
}

.next-icon-ashbin-fill:before {
    content: "\E7E1";
    content: var(--icon-content-ashbin-fill,"\E7E1")
}

.next-icon-add-fill:before {
    content: "\E7E0";
    content: var(--icon-content-add-fill,"\E7E0")
}

.next-icon-landtransportation:before {
    content: "\E7BE";
    content: var(--icon-content-landtransportation,"\E7BE")
}

.next-icon-Top:before {
    content: "\E7BA";
    content: var(--icon-content-Top,"\E7BA")
}

.next-icon-Rightbutton:before {
    content: "\E7B8";
    content: var(--icon-content-Rightbutton,"\E7B8")
}

.next-icon-leftbutton:before {
    content: "\E7AD";
    content: var(--icon-content-leftbutton,"\E7AD")
}

.next-icon-good:before {
    content: "\E7AC";
    content: var(--icon-content-good,"\E7AC")
}

.next-icon-confirm:before {
    content: "\E7AB";
    content: var(--icon-content-confirm,"\E7AB")
}

.next-icon-bad:before {
    content: "\E7A2";
    content: var(--icon-content-bad,"\E7A2")
}

.next-icon-prompt-fill:before {
    content: "\E730";
    content: var(--icon-content-prompt-fill,"\E730")
}

.next-icon-favorites-fill:before {
    content: "\E721";
    content: var(--icon-content-favorites-fill,"\E721")
}

.next-icon-a-dashboard1:before {
    content: "\E67F";
    content: var(--icon-content-a-dashboard1,"\E67F")
}

.next-icon-free:before {
    content: "\E7DE";
    content: var(--icon-content-free,"\E7DE")
}

.next-icon-new:before {
    content: "\E7DD";
    content: var(--icon-content-new,"\E7DD")
}

.next-icon-zhankai:before {
    content: "\E7DC";
    content: var(--icon-content-zhankai,"\E7DC")
}

.next-icon-shouqi:before {
    content: "\E7DB";
    content: var(--icon-content-shouqi,"\E7DB")
}

.next-icon-tongguan:before {
    content: "\E7DF";
    content: var(--icon-content-tongguan,"\E7DF")
}

.next-icon-collection-fill:before {
    content: "\E7A0";
    content: var(--icon-content-collection-fill,"\E7A0")
}

.next-icon-success-fill:before {
    content: "\E79C";
    content: var(--icon-content-success-fill,"\E79C")
}

.next-icon-reeor-fill:before {
    content: "\E79B";
    content: var(--icon-content-reeor-fill,"\E79B")
}

.next-icon-exchangerate:before {
    content: "\E79A";
    content: var(--icon-content-exchangerate,"\E79A")
}

.next-icon-seleted:before {
    content: "\E798";
    content: var(--icon-content-seleted,"\E798")
}

.next-icon-return:before {
    content: "\E7A1";
    content: var(--icon-content-return,"\E7A1")
}

.next-icon-reduce:before {
    content: "\E795";
    content: var(--icon-content-reduce,"\E795")
}

.next-icon-double-arrow-left:before {
    content: "\E793";
    content: var(--icon-content-double-arrow-left,"\E793")
}

.next-icon-double-arro-right:before {
    content: "\E792";
    content: var(--icon-content-double-arro-right,"\E792")
}

.next-icon-data:before {
    content: "\E797";
    content: var(--icon-content-data,"\E797")
}

.next-icon-becomeagoldsupplier:before {
    content: "\E7DA";
    content: var(--icon-content-becomeagoldsupplier,"\E7DA")
}

.next-icon-yiguanzhugongyingshang:before {
    content: "\E7D9";
    content: var(--icon-content-yiguanzhugongyingshang,"\E7D9")
}

.next-icon-tongxunlu:before {
    content: "\E7D8";
    content: var(--icon-content-tongxunlu,"\E7D8")
}

.next-icon-pointerleft:before {
    content: "\E7D7";
    content: var(--icon-content-pointerleft,"\E7D7")
}

.next-icon-extra-inquiries:before {
    content: "\E7D6";
    content: var(--icon-content-extra-inquiries,"\E7D6")
}

.next-icon-eraser:before {
    content: "\E7D5";
    content: var(--icon-content-eraser,"\E7D5")
}

.next-icon-zijin:before {
    content: "\E7D4";
    content: var(--icon-content-zijin,"\E7D4")
}

.next-icon-zhanghucaozuo:before {
    content: "\E7D3";
    content: var(--icon-content-zhanghucaozuo,"\E7D3")
}

.next-icon-zhongjianren:before {
    content: "\E7D2";
    content: var(--icon-content-zhongjianren,"\E7D2")
}

.next-icon-xinwaizongyewu:before {
    content: "\E7D1";
    content: var(--icon-content-xinwaizongyewu,"\E7D1")
}

.next-icon-waihuishuju:before {
    content: "\E7D0";
    content: var(--icon-content-waihuishuju,"\E7D0")
}

.next-icon-kuaidiwuliu:before {
    content: "\E7CF";
    content: var(--icon-content-kuaidiwuliu,"\E7CF")
}

.next-icon-tongguanshuju:before {
    content: "\E7CE";
    content: var(--icon-content-tongguanshuju,"\E7CE")
}

.next-icon-tuishui:before {
    content: "\E7CD";
    content: var(--icon-content-tuishui,"\E7CD")
}

.next-icon-shuangshen:before {
    content: "\E7CC";
    content: var(--icon-content-shuangshen,"\E7CC")
}

.next-icon-kehuquanyi:before {
    content: "\E7CB";
    content: var(--icon-content-kehuquanyi,"\E7CB")
}

.next-icon-shenqingjilu:before {
    content: "\E7CA";
    content: var(--icon-content-shenqingjilu,"\E7CA")
}

.next-icon-jiehui:before {
    content: "\E7C9";
    content: var(--icon-content-jiehui,"\E7C9")
}

.next-icon-shengyijing:before {
    content: "\E7C8";
    content: var(--icon-content-shengyijing,"\E7C8")
}

.next-icon-daikuan:before {
    content: "\E7C7";
    content: var(--icon-content-daikuan,"\E7C7")
}

.next-icon-kehupandian:before {
    content: "\E7C6";
    content: var(--icon-content-kehupandian,"\E7C6")
}

.next-icon-jiaobiao:before {
    content: "\E7C5";
    content: var(--icon-content-jiaobiao,"\E7C5")
}

.next-icon-jizhuangxiang:before {
    content: "\E7C4";
    content: var(--icon-content-jizhuangxiang,"\E7C4")
}

.next-icon-daibancaishui:before {
    content: "\E7C3";
    content: var(--icon-content-daibancaishui,"\E7C3")
}

.next-icon-banzhengfuwu:before {
    content: "\E7C2";
    content: var(--icon-content-banzhengfuwu,"\E7C2")
}

.next-icon-xlsx:before {
    content: "\E7C1";
    content: var(--icon-content-xlsx,"\E7C1")
}

.next-icon-txt:before {
    content: "\E7C0";
    content: var(--icon-content-txt,"\E7C0")
}

.next-icon-microphone:before {
    content: "\E7BF";
    content: var(--icon-content-microphone,"\E7BF")
}

.next-icon-tradingdata:before {
    content: "\E7B7";
    content: var(--icon-content-tradingdata,"\E7B7")
}

.next-icon-trade-assurance:before {
    content: "\E7B6";
    content: var(--icon-content-trade-assurance,"\E7B6")
}

.next-icon-favorites:before {
    content: "\E7B4";
    content: var(--icon-content-favorites,"\E7B4")
}

.next-icon-comments:before {
    content: "\E7B3";
    content: var(--icon-content-comments,"\E7B3")
}

.next-icon-sami-select:before {
    content: "\E7B1";
    content: var(--icon-content-sami-select,"\E7B1")
}

.next-icon-add-select:before {
    content: "\E7B0";
    content: var(--icon-content-add-select,"\E7B0")
}

.next-icon-home:before {
    content: "\E7AA";
    content: var(--icon-content-home,"\E7AA")
}

.next-icon-pngjpge-fill:before {
    content: "\E7A9";
    content: var(--icon-content-pngjpge-fill,"\E7A9")
}

.next-icon-tifjpge-fill:before {
    content: "\E7A8";
    content: var(--icon-content-tifjpge-fill,"\E7A8")
}

.next-icon-bmpjpge-fill:before {
    content: "\E7A7";
    content: var(--icon-content-bmpjpge-fill,"\E7A7")
}

.next-icon-gifjpge-fill:before {
    content: "\E7A6";
    content: var(--icon-content-gifjpge-fill,"\E7A6")
}

.next-icon-jpge-fill:before {
    content: "\E7A5";
    content: var(--icon-content-jpge-fill,"\E7A5")
}

.next-icon-docjpge-fill:before {
    content: "\E7A4";
    content: var(--icon-content-docjpge-fill,"\E7A4")
}

.next-icon-quick:before {
    content: "\E7A3";
    content: var(--icon-content-quick,"\E7A3")
}

.next-icon-consumption:before {
    content: "\E79F";
    content: var(--icon-content-consumption,"\E79F")
}

.next-icon-brand:before {
    content: "\E79E";
    content: var(--icon-content-brand,"\E79E")
}

.next-icon-collection:before {
    content: "\E79D";
    content: var(--icon-content-collection,"\E79D")
}

.next-icon-vip:before {
    content: "\E78F";
    content: var(--icon-content-vip,"\E78F")
}

.next-icon-nightmode:before {
    content: "\E78D";
    content: var(--icon-content-nightmode,"\E78D")
}

.next-icon-aviation:before {
    content: "\E78C";
    content: var(--icon-content-aviation,"\E78C")
}

.next-icon-contacts:before {
    content: "\E78B";
    content: var(--icon-content-contacts,"\E78B")
}

.next-icon-creditcard:before {
    content: "\E78A";
    content: var(--icon-content-creditcard,"\E78A")
}

.next-icon-store:before {
    content: "\E789";
    content: var(--icon-content-store,"\E789")
}

.next-icon-viewlist:before {
    content: "\E787";
    content: var(--icon-content-viewlist,"\E787")
}

.next-icon-video:before {
    content: "\E786";
    content: var(--icon-content-video,"\E786")
}

.next-icon-trust:before {
    content: "\E784";
    content: var(--icon-content-trust,"\E784")
}

.next-icon-viewgallery:before {
    content: "\E783";
    content: var(--icon-content-viewgallery,"\E783")
}

.next-icon-viewlarger:before {
    content: "\E782";
    content: var(--icon-content-viewlarger,"\E782")
}

.next-icon-training:before {
    content: "\E780";
    content: var(--icon-content-training,"\E780")
}

.next-icon-topsales:before {
    content: "\E77F";
    content: var(--icon-content-topsales,"\E77F")
}

.next-icon-tool:before {
    content: "\E77D";
    content: var(--icon-content-tool,"\E77D")
}

.next-icon-sound-filling:before {
    content: "\E77C";
    content: var(--icon-content-sound-filling,"\E77C")
}

.next-icon-sound-Mute:before {
    content: "\E77B";
    content: var(--icon-content-sound-Mute,"\E77B")
}

.next-icon-signboard:before {
    content: "\E77A";
    content: var(--icon-content-signboard,"\E77A")
}

.next-icon-service:before {
    content: "\E779";
    content: var(--icon-content-service,"\E779")
}

.next-icon-security:before {
    content: "\E778";
    content: var(--icon-content-security,"\E778")
}

.next-icon-scanning:before {
    content: "\E777";
    content: var(--icon-content-scanning,"\E777")
}

.next-icon-remind:before {
    content: "\E776";
    content: var(--icon-content-remind,"\E776")
}

.next-icon-resonserate:before {
    content: "\E775";
    content: var(--icon-content-resonserate,"\E775")
}

.next-icon-logistic-logo:before {
    content: "\E772";
    content: var(--icon-content-logistic-logo,"\E772")
}

.next-icon-pin:before {
    content: "\E771";
    content: var(--icon-content-pin,"\E771")
}

.next-icon-pic1:before {
    content: "\E770";
    content: var(--icon-content-pic1,"\E770")
}

.next-icon-phone:before {
    content: "\E76F";
    content: var(--icon-content-phone,"\E76F")
}

.next-icon-packing-labeling:before {
    content: "\E76E";
    content: var(--icon-content-packing-labeling,"\E76E")
}

.next-icon-packaging:before {
    content: "\E76D";
    content: var(--icon-content-packaging,"\E76D")
}

.next-icon-operation:before {
    content: "\E76C";
    content: var(--icon-content-operation,"\E76C")
}

.next-icon-password:before {
    content: "\E76B";
    content: var(--icon-content-password,"\E76B")
}

.next-icon-office-supplies:before {
    content: "\E76A";
    content: var(--icon-content-office-supplies,"\E76A")
}

.next-icon-notice:before {
    content: "\E769";
    content: var(--icon-content-notice,"\E769")
}

.next-icon-map:before {
    content: "\E768";
    content: var(--icon-content-map,"\E768")
}

.next-icon-namecard:before {
    content: "\E767";
    content: var(--icon-content-namecard,"\E767")
}

.next-icon-Moneymanagement:before {
    content: "\E766";
    content: var(--icon-content-Moneymanagement,"\E766")
}

.next-icon-logistics-icon:before {
    content: "\E765";
    content: var(--icon-content-logistics-icon,"\E765")
}

.next-icon-lights:before {
    content: "\E764";
    content: var(--icon-content-lights,"\E764")
}

.next-icon-link:before {
    content: "\E762";
    content: var(--icon-content-link,"\E762")
}

.next-icon-inquiry-template:before {
    content: "\E761";
    content: var(--icon-content-inquiry-template,"\E761")
}

.next-icon-integral1:before {
    content: "\E760";
    content: var(--icon-content-integral1,"\E760")
}

.next-icon-jewelry:before {
    content: "\E75F";
    content: var(--icon-content-jewelry,"\E75F")
}

.next-icon-hot:before {
    content: "\E75E";
    content: var(--icon-content-hot,"\E75E")
}

.next-icon-image-text:before {
    content: "\E75D";
    content: var(--icon-content-image-text,"\E75D")
}

.next-icon-feeds:before {
    content: "\E75B";
    content: var(--icon-content-feeds,"\E75B")
}

.next-icon-folder:before {
    content: "\E75A";
    content: var(--icon-content-folder,"\E75A")
}

.next-icon-default-template:before {
    content: "\E756";
    content: var(--icon-content-default-template,"\E756")
}

.next-icon-discount:before {
    content: "\E754";
    content: var(--icon-content-discount,"\E754")
}

.next-icon-Customermanagement:before {
    content: "\E753";
    content: var(--icon-content-Customermanagement,"\E753")
}

.next-icon-coupons:before {
    content: "\E750";
    content: var(--icon-content-coupons,"\E750")
}

.next-icon-credit-level:before {
    content: "\E74F";
    content: var(--icon-content-credit-level,"\E74F")
}

.next-icon-category:before {
    content: "\E74D";
    content: var(--icon-content-category,"\E74D")
}

.next-icon-calculator:before {
    content: "\E74C";
    content: var(--icon-content-calculator,"\E74C")
}

.next-icon-assessed-badge:before {
    content: "\E74A";
    content: var(--icon-content-assessed-badge,"\E74A")
}

.next-icon-browse:before {
    content: "\E749";
    content: var(--icon-content-browse,"\E749")
}

.next-icon-attachent:before {
    content: "\E748";
    content: var(--icon-content-attachent,"\E748")
}

.next-icon-all1:before {
    content: "\E745";
    content: var(--icon-content-all1,"\E745")
}

.next-icon-add-account:before {
    content: "\E741";
    content: var(--icon-content-add-account,"\E741")
}

.next-icon-Exportservices:before {
    content: "\E702";
    content: var(--icon-content-Exportservices,"\E702")
}

.next-icon-QRcode:before {
    content: "\E704";
    content: var(--icon-content-QRcode,"\E704")
}

.next-icon-play:before {
    content: "\E701";
    content: var(--icon-content-play,"\E701")
}

.next-icon-Notvisible:before {
    content: "\E6FE";
    content: var(--icon-content-Notvisible,"\E6FE")
}

.next-icon-pic:before {
    content: "\E6FF";
    content: var(--icon-content-pic,"\E6FF")
}

.next-icon-integral:before {
    content: "\E6F9";
    content: var(--icon-content-integral,"\E6F9")
}

.next-icon-editor:before {
    content: "\E6F6";
    content: var(--icon-content-editor,"\E6F6")
}

.next-icon-history:before {
    content: "\E6F8";
    content: var(--icon-content-history,"\E6F8")
}

.next-icon-component:before {
    content: "\E6F2";
    content: var(--icon-content-component,"\E6F2")
}

.next-icon-bussiness-man:before {
    content: "\E6F0";
    content: var(--icon-content-bussiness-man,"\E6F0")
}

.next-icon-all:before {
    content: "\E6EF";
    content: var(--icon-content-all,"\E6EF")
}

:root {
    --theme-name: "@alife/theme-crated-seller";
    --theme-version: "1.5.0"
}

body:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.next-icon-a-20GP:before {
    content: var(--icon-content-a-20GP,"\e661")
}

.next-icon-a-40NOR:before {
    content: var(--icon-content-a-40NOR,"\e660")
}

.next-icon-a-40HQ:before {
    content: var(--icon-content-a-40HQ,"\e65c")
}

.next-icon-a-45HQ:before {
    content: var(--icon-content-a-45HQ,"\e65b")
}

.next-icon-a-40GP:before {
    content: var(--icon-content-a-40GP,"\e65a")
}

.next-icon-online-tracking-fill:before {
    content: var(--icon-content-online-tracking-fill,"\e81d")
}

.next-icon-logistics-airfreight-fill:before {
    content: var(--icon-content-logistics-airfreight-fill,"\e68b")
}

.next-icon-arrow-down-fill:before {
    content: var(--icon-content-arrow-down-fill,"\e68a")
}

.next-icon-arrow-up-fill:before {
    content: var(--icon-content-arrow-up-fill,"\e689")
}

.next-icon-logistics-land-transport-fill:before {
    content: var(--icon-content-logistics-land-transport-fill,"\e687")
}

.next-icon-telephone:before {
    content: var(--icon-content-telephone,"\e83e")
}

.next-icon-default-template-fill1:before {
    content: var(--icon-content-default-template-fill1,"\e688")
}

.next-icon-home-fill:before {
    content: var(--icon-content-home-fill,"\e86c")
}

.next-icon-feed-logo-fill:before {
    content: var(--icon-content-feed-logo-fill,"\e86b")
}

.next-icon-account-fill:before {
    content: var(--icon-content-account-fill,"\e86a")
}

.next-icon-comments-fill:before {
    content: var(--icon-content-comments-fill,"\e869")
}

.next-icon-sendinquiry-fill:before {
    content: var(--icon-content-sendinquiry-fill,"\e868")
}

.next-icon-topraning-fill:before {
    content: var(--icon-content-topraning-fill,"\e867")
}

.next-icon-similar-product-fill:before {
    content: var(--icon-content-similar-product-fill,"\e866")
}

.next-icon-packing-labeling-fill:before {
    content: var(--icon-content-packing-labeling-fill,"\e864")
}

.next-icon-training1:before {
    content: var(--icon-content-training1,"\e863")
}

.next-icon-wallet1:before {
    content: var(--icon-content-wallet1,"\e862")
}

.next-icon-template-fill:before {
    content: var(--icon-content-template-fill,"\e861")
}

.next-icon-trade-assurance-fill:before {
    content: var(--icon-content-trade-assurance-fill,"\e860")
}

.next-icon-warehouse-fill:before {
    content: var(--icon-content-warehouse-fill,"\e85f")
}

.next-icon-set1:before {
    content: var(--icon-content-set1,"\e85c")
}

.next-icon-vip-fill:before {
    content: var(--icon-content-vip-fill,"\e85b")
}

.next-icon-trust-fill:before {
    content: var(--icon-content-trust-fill,"\e85a")
}

.next-icon-unlock-fill:before {
    content: var(--icon-content-unlock-fill,"\e859")
}

.next-icon-task-management-fill:before {
    content: var(--icon-content-task-management-fill,"\e858")
}

.next-icon-tool-fill:before {
    content: var(--icon-content-tool-fill,"\e857")
}

.next-icon-suspended-fill:before {
    content: var(--icon-content-suspended-fill,"\e856")
}

.next-icon-sound-Mute1:before {
    content: var(--icon-content-sound-Mute1,"\e855")
}

.next-icon-sound-filling-fill:before {
    content: var(--icon-content-sound-filling-fill,"\e854")
}

.next-icon-store-fill:before {
    content: var(--icon-content-store-fill,"\e851")
}

.next-icon-supplier-features-fill:before {
    content: var(--icon-content-supplier-features-fill,"\e850")
}

.next-icon-shuffling-banner-fill:before {
    content: var(--icon-content-shuffling-banner-fill,"\e84f")
}

.next-icon-signboard-fill:before {
    content: var(--icon-content-signboard-fill,"\e84e")
}

.next-icon-Similarproducts-fill:before {
    content: var(--icon-content-Similarproducts-fill,"\e84d")
}

.next-icon-security-fill:before {
    content: var(--icon-content-security-fill,"\e84c")
}

.next-icon-save-fill:before {
    content: var(--icon-content-save-fill,"\e84b")
}

.next-icon-salescenter-fill:before {
    content: var(--icon-content-salescenter-fill,"\e84a")
}

.next-icon-RFQ-logo-fill:before {
    content: var(--icon-content-RFQ-logo-fill,"\e849")
}

.next-icon-remind-fill:before {
    content: var(--icon-content-remind-fill,"\e847")
}

.next-icon-resonserate-fill:before {
    content: var(--icon-content-resonserate-fill,"\e846")
}

.next-icon-product:before {
    content: var(--icon-content-product,"\e844")
}

.next-icon-pic-fill1:before {
    content: var(--icon-content-pic-fill1,"\e843")
}

.next-icon-product-fill:before {
    content: var(--icon-content-product-fill,"\e840")
}

.next-icon-pin-fill:before {
    content: var(--icon-content-pin-fill,"\e83f")
}

.next-icon-play-fill1:before {
    content: var(--icon-content-play-fill1,"\e83d")
}

.next-icon-phone-fill:before {
    content: var(--icon-content-phone-fill,"\e83c")
}

.next-icon-map1:before {
    content: var(--icon-content-map1,"\e83b")
}

.next-icon-password1:before {
    content: var(--icon-content-password1,"\e83a")
}

.next-icon-order-fill:before {
    content: var(--icon-content-order-fill,"\e839")
}

.next-icon-notice-fill:before {
    content: var(--icon-content-notice-fill,"\e838")
}

.next-icon-office-supplies-fill:before {
    content: var(--icon-content-office-supplies-fill,"\e837")
}

.next-icon-nightmode-fill:before {
    content: var(--icon-content-nightmode-fill,"\e836")
}

.next-icon-Newuserzone-fill:before {
    content: var(--icon-content-Newuserzone-fill,"\e835")
}

.next-icon-logistics-icon-fill:before {
    content: var(--icon-content-logistics-icon-fill,"\e834")
}

.next-icon-Moneymanagement-fill:before {
    content: var(--icon-content-Moneymanagement-fill,"\e833")
}

.next-icon-listing-content-fill:before {
    content: var(--icon-content-listing-content-fill,"\e832")
}

.next-icon-integral-fill1:before {
    content: var(--icon-content-integral-fill1,"\e830")
}

.next-icon-inquiry-template-fill:before {
    content: var(--icon-content-inquiry-template-fill,"\e82e")
}

.next-icon-insurance-fill:before {
    content: var(--icon-content-insurance-fill,"\e82d")
}

.next-icon-discount-fill:before {
    content: var(--icon-content-discount-fill,"\e82c")
}

.next-icon-company-fill:before {
    content: var(--icon-content-company-fill,"\e82b")
}

.next-icon-inspection-fill:before {
    content: var(--icon-content-inspection-fill,"\e828")
}

.next-icon-image-text-fill:before {
    content: var(--icon-content-image-text-fill,"\e827")
}

.next-icon-camera-fill:before {
    content: var(--icon-content-camera-fill,"\e824")
}

.next-icon-feeds-fill:before {
    content: var(--icon-content-feeds-fill,"\e822")
}

.next-icon-folder-fill:before {
    content: var(--icon-content-folder-fill,"\e821")
}

.next-icon-filter-fill:before {
    content: var(--icon-content-filter-fill,"\e820")
}

.next-icon-email-fill:before {
    content: var(--icon-content-email-fill,"\e81f")
}

.next-icon-Daytimemode-fill:before {
    content: var(--icon-content-Daytimemode-fill,"\e81c")
}

.next-icon-discounts-fill:before {
    content: var(--icon-content-discounts-fill,"\e81b")
}

.next-icon-Customermanagement-fill:before {
    content: var(--icon-content-Customermanagement-fill,"\e81a")
}

.next-icon-CurrencyConverter-fill:before {
    content: var(--icon-content-CurrencyConverter-fill,"\e817")
}

.next-icon-credit-level-fill:before {
    content: var(--icon-content-credit-level-fill,"\e816")
}

.next-icon-coupons-fill:before {
    content: var(--icon-content-coupons-fill,"\e815")
}

.next-icon-color-fill:before {
    content: var(--icon-content-color-fill,"\e813")
}

.next-icon-clock-fill:before {
    content: var(--icon-content-clock-fill,"\e80f")
}

.next-icon-calculator-fill:before {
    content: var(--icon-content-calculator-fill,"\e80e")
}

.next-icon-certified-supplier-fill:before {
    content: var(--icon-content-certified-supplier-fill,"\e80a")
}

.next-icon-atm-away-fill:before {
    content: var(--icon-content-atm-away-fill,"\e808")
}

.next-icon-cart-Empty-fill:before {
    content: var(--icon-content-cart-Empty-fill,"\e806")
}

.next-icon-cart-full-fill:before {
    content: var(--icon-content-cart-full-fill,"\e805")
}

.next-icon-bussiness-man-fill:before {
    content: var(--icon-content-bussiness-man-fill,"\e804")
}

.next-icon-calendar-fill:before {
    content: var(--icon-content-calendar-fill,"\e803")
}

.next-icon-all-fill1:before {
    content: var(--icon-content-all-fill1,"\e802")
}

.next-icon-add-cart-fill:before {
    content: var(--icon-content-add-cart-fill,"\e801")
}

.next-icon-add-account1:before {
    content: var(--icon-content-add-account1,"\e800")
}

.next-icon-contacts-fill:before {
    content: var(--icon-content-contacts-fill,"\e7f3")
}

.next-icon-stop-fill:before {
    content: var(--icon-content-stop-fill,"\e738")
}

.next-icon-play-fill:before {
    content: var(--icon-content-play-fill,"\e72f")
}

.next-icon-pic-fill:before {
    content: var(--icon-content-pic-fill,"\e72e")
}

.next-icon-namecard-fill:before {
    content: var(--icon-content-namecard-fill,"\e72a")
}

.next-icon-integral-fill:before {
    content: var(--icon-content-integral-fill,"\e726")
}

.next-icon-invoice:before {
    content: var(--icon-content-invoice,"\e811")
}

.next-icon-Daytimemode:before {
    content: var(--icon-content-Daytimemode,"\e810")
}

.next-icon-Similarproducts:before {
    content: var(--icon-content-Similarproducts,"\e7af")
}

.next-icon-searchcart:before {
    content: var(--icon-content-searchcart,"\e80d")
}

.next-icon-save:before {
    content: var(--icon-content-save,"\e80c")
}

.next-icon-RFQ-logo:before {
    content: var(--icon-content-RFQ-logo,"\e80b")
}

.next-icon-online-tracking:before {
    content: var(--icon-content-online-tracking,"\e807")
}

.next-icon-customization:before {
    content: var(--icon-content-customization,"\e7ff")
}

.next-icon-cut:before {
    content: var(--icon-content-cut,"\e7fe")
}

.next-icon-company:before {
    content: var(--icon-content-company,"\e7fd")
}

.next-icon-conditions:before {
    content: var(--icon-content-conditions,"\e7fc")
}

.next-icon-color:before {
    content: var(--icon-content-color,"\e7f7")
}

.next-icon-code1:before {
    content: var(--icon-content-code1,"\e7f6")
}

.next-icon-cart-Empty:before {
    content: var(--icon-content-cart-Empty,"\e7f5")
}

.next-icon-cart-full:before {
    content: var(--icon-content-cart-full,"\e7f4")
}

.next-icon-atm-away:before {
    content: var(--icon-content-atm-away,"\e7f2")
}

.next-icon-apparel:before {
    content: var(--icon-content-apparel,"\e7ed")
}

.next-icon-add-cart:before {
    content: var(--icon-content-add-cart,"\e7bc")
}

.next-icon-similar-product:before {
    content: var(--icon-content-similar-product,"\e707")
}

.next-icon-gift:before {
    content: var(--icon-content-gift,"\e6fc")
}

.next-icon-data1:before {
    content: var(--icon-content-data1,"\e6fb")
}

.next-icon-code:before {
    content: var(--icon-content-code,"\e6f5")
}

.next-icon-auto:before {
    content: var(--icon-content-auto,"\e6eb")
}

.next-icon-print:before {
    content: var(--icon-content-print,"\e809")
}

.next-icon-shouhuoicon:before {
    content: var(--icon-content-shouhuoicon,"\e829")
}

.next-icon-goumaipianhao:before {
    content: var(--icon-content-goumaipianhao,"\e826")
}

.next-icon-Transfermoney:before {
    content: var(--icon-content-Transfermoney,"\e823")
}

.next-icon-dongtai:before {
    content: var(--icon-content-dongtai,"\e81e")
}

.next-icon-writing:before {
    content: var(--icon-content-writing,"\e819")
}

.next-icon-topraning:before {
    content: var(--icon-content-topraning,"\e818")
}

.next-icon-wallet:before {
    content: var(--icon-content-wallet,"\e814")
}

.next-icon-insurance:before {
    content: var(--icon-content-insurance,"\e812")
}

.next-icon-Docwenjian:before {
    content: var(--icon-content-Docwenjian,"\e685")
}

.next-icon-Pdfwenjian:before {
    content: var(--icon-content-Pdfwenjian,"\e684")
}

.next-icon-Exlwenjian:before {
    content: var(--icon-content-Exlwenjian,"\e682")
}

.next-icon-dingtalk-circle-fill:before {
    content: var(--icon-content-dingtalk-circle-fill,"\ea9e")
}

.next-icon-pcm:before {
    content: var(--icon-content-pcm,"\e7e9")
}

.next-icon-tradingvolume:before {
    content: var(--icon-content-tradingvolume,"\e7bd")
}

.next-icon-ipad:before {
    content: var(--icon-content-ipad,"\e7bb")
}

.next-icon-block:before {
    content: var(--icon-content-block,"\e7f1")
}

.next-icon-warning-fill:before {
    content: var(--icon-content-warning-fill,"\e7f0")
}

.next-icon-Top-fill:before {
    content: var(--icon-content-Top-fill,"\e7ef")
}

.next-icon-smile-fill:before {
    content: var(--icon-content-smile-fill,"\e7ec")
}

.next-icon-Rightbutton-fill:before {
    content: var(--icon-content-Rightbutton-fill,"\e7eb")
}

.next-icon-prompt-fill1:before {
    content: var(--icon-content-prompt-fill1,"\e7ea")
}

.next-icon-reduce-fill:before {
    content: var(--icon-content-reduce-fill,"\e7e8")
}

.next-icon-help1:before {
    content: var(--icon-content-help1,"\e7e7")
}

.next-icon-leftbutton-fill:before {
    content: var(--icon-content-leftbutton-fill,"\e7e6")
}

.next-icon-hot-fill:before {
    content: var(--icon-content-hot-fill,"\e7e5")
}

.next-icon-good-fill:before {
    content: var(--icon-content-good-fill,"\e7ae")
}

.next-icon-cry-fill:before {
    content: var(--icon-content-cry-fill,"\e7e4")
}

.next-icon-atm-fill:before {
    content: var(--icon-content-atm-fill,"\e7e3")
}

.next-icon-bad-fill:before {
    content: var(--icon-content-bad-fill,"\e7e2")
}

.next-icon-ashbin-fill:before {
    content: var(--icon-content-ashbin-fill,"\e7e1")
}

.next-icon-add-fill:before {
    content: var(--icon-content-add-fill,"\e7e0")
}

.next-icon-landtransportation:before {
    content: var(--icon-content-landtransportation,"\e7be")
}

.next-icon-Top:before {
    content: var(--icon-content-Top,"\e7ba")
}

.next-icon-Rightbutton:before {
    content: var(--icon-content-Rightbutton,"\e7b8")
}

.next-icon-leftbutton:before {
    content: var(--icon-content-leftbutton,"\e7ad")
}

.next-icon-good:before {
    content: var(--icon-content-good,"\e7ac")
}

.next-icon-confirm:before {
    content: var(--icon-content-confirm,"\e7ab")
}

.next-icon-bad:before {
    content: var(--icon-content-bad,"\e7a2")
}

.next-icon-prompt-fill:before {
    content: var(--icon-content-prompt-fill,"\e730")
}

.next-icon-favorites-fill:before {
    content: var(--icon-content-favorites-fill,"\e721")
}

.next-icon-a-dashboard1:before {
    content: var(--icon-content-a-dashboard1,"\e67f")
}

.next-icon-free:before {
    content: var(--icon-content-free,"\e7de")
}

.next-icon-new:before {
    content: var(--icon-content-new,"\e7dd")
}

.next-icon-zhankai:before {
    content: var(--icon-content-zhankai,"\e7dc")
}

.next-icon-shouqi:before {
    content: var(--icon-content-shouqi,"\e7db")
}

.next-icon-tongguan:before {
    content: var(--icon-content-tongguan,"\e7df")
}

.next-icon-collection-fill:before {
    content: var(--icon-content-collection-fill,"\e7a0")
}

.next-icon-success-fill:before {
    content: var(--icon-content-success-fill,"\e79c")
}

.next-icon-reeor-fill:before {
    content: var(--icon-content-reeor-fill,"\e79b")
}

.next-icon-exchangerate:before {
    content: var(--icon-content-exchangerate,"\e79a")
}

.next-icon-seleted:before {
    content: var(--icon-content-seleted,"\e798")
}

.next-icon-return:before {
    content: var(--icon-content-return,"\e7a1")
}

.next-icon-reduce:before {
    content: var(--icon-content-reduce,"\e795")
}

.next-icon-double-arrow-left:before {
    content: var(--icon-content-double-arrow-left,"\e793")
}

.next-icon-double-arro-right:before {
    content: var(--icon-content-double-arro-right,"\e792")
}

.next-icon-data:before {
    content: var(--icon-content-data,"\e797")
}

.next-icon-becomeagoldsupplier:before {
    content: var(--icon-content-becomeagoldsupplier,"\e7da")
}

.next-icon-yiguanzhugongyingshang:before {
    content: var(--icon-content-yiguanzhugongyingshang,"\e7d9")
}

.next-icon-tongxunlu:before {
    content: var(--icon-content-tongxunlu,"\e7d8")
}

.next-icon-pointerleft:before {
    content: var(--icon-content-pointerleft,"\e7d7")
}

.next-icon-extra-inquiries:before {
    content: var(--icon-content-extra-inquiries,"\e7d6")
}

.next-icon-eraser:before {
    content: var(--icon-content-eraser,"\e7d5")
}

.next-icon-zijin:before {
    content: var(--icon-content-zijin,"\e7d4")
}

.next-icon-zhanghucaozuo:before {
    content: var(--icon-content-zhanghucaozuo,"\e7d3")
}

.next-icon-zhongjianren:before {
    content: var(--icon-content-zhongjianren,"\e7d2")
}

.next-icon-xinwaizongyewu:before {
    content: var(--icon-content-xinwaizongyewu,"\e7d1")
}

.next-icon-waihuishuju:before {
    content: var(--icon-content-waihuishuju,"\e7d0")
}

.next-icon-kuaidiwuliu:before {
    content: var(--icon-content-kuaidiwuliu,"\e7cf")
}

.next-icon-tongguanshuju:before {
    content: var(--icon-content-tongguanshuju,"\e7ce")
}

.next-icon-tuishui:before {
    content: var(--icon-content-tuishui,"\e7cd")
}

.next-icon-shuangshen:before {
    content: var(--icon-content-shuangshen,"\e7cc")
}

.next-icon-kehuquanyi:before {
    content: var(--icon-content-kehuquanyi,"\e7cb")
}

.next-icon-shenqingjilu:before {
    content: var(--icon-content-shenqingjilu,"\e7ca")
}

.next-icon-jiehui:before {
    content: var(--icon-content-jiehui,"\e7c9")
}

.next-icon-shengyijing:before {
    content: var(--icon-content-shengyijing,"\e7c8")
}

.next-icon-daikuan:before {
    content: var(--icon-content-daikuan,"\e7c7")
}

.next-icon-kehupandian:before {
    content: var(--icon-content-kehupandian,"\e7c6")
}

.next-icon-jiaobiao:before {
    content: var(--icon-content-jiaobiao,"\e7c5")
}

.next-icon-jizhuangxiang:before {
    content: var(--icon-content-jizhuangxiang,"\e7c4")
}

.next-icon-daibancaishui:before {
    content: var(--icon-content-daibancaishui,"\e7c3")
}

.next-icon-banzhengfuwu:before {
    content: var(--icon-content-banzhengfuwu,"\e7c2")
}

.next-icon-xlsx:before {
    content: var(--icon-content-xlsx,"\e7c1")
}

.next-icon-txt:before {
    content: var(--icon-content-txt,"\e7c0")
}

.next-icon-microphone:before {
    content: var(--icon-content-microphone,"\e7bf")
}

.next-icon-tradingdata:before {
    content: var(--icon-content-tradingdata,"\e7b7")
}

.next-icon-trade-assurance:before {
    content: var(--icon-content-trade-assurance,"\e7b6")
}

.next-icon-favorites:before {
    content: var(--icon-content-favorites,"\e7b4")
}

.next-icon-comments:before {
    content: var(--icon-content-comments,"\e7b3")
}

.next-icon-sami-select:before {
    content: var(--icon-content-sami-select,"\e7b1")
}

.next-icon-add-select:before {
    content: var(--icon-content-add-select,"\e7b0")
}

.next-icon-home:before {
    content: var(--icon-content-home,"\e7aa")
}

.next-icon-pngjpge-fill:before {
    content: var(--icon-content-pngjpge-fill,"\e7a9")
}

.next-icon-tifjpge-fill:before {
    content: var(--icon-content-tifjpge-fill,"\e7a8")
}

.next-icon-bmpjpge-fill:before {
    content: var(--icon-content-bmpjpge-fill,"\e7a7")
}

.next-icon-gifjpge-fill:before {
    content: var(--icon-content-gifjpge-fill,"\e7a6")
}

.next-icon-jpge-fill:before {
    content: var(--icon-content-jpge-fill,"\e7a5")
}

.next-icon-docjpge-fill:before {
    content: var(--icon-content-docjpge-fill,"\e7a4")
}

.next-icon-quick:before {
    content: var(--icon-content-quick,"\e7a3")
}

.next-icon-consumption:before {
    content: var(--icon-content-consumption,"\e79f")
}

.next-icon-brand:before {
    content: var(--icon-content-brand,"\e79e")
}

.next-icon-collection:before {
    content: var(--icon-content-collection,"\e79d")
}

.next-icon-vip:before {
    content: var(--icon-content-vip,"\e78f")
}

.next-icon-nightmode:before {
    content: var(--icon-content-nightmode,"\e78d")
}

.next-icon-aviation:before {
    content: var(--icon-content-aviation,"\e78c")
}

.next-icon-contacts:before {
    content: var(--icon-content-contacts,"\e78b")
}

.next-icon-creditcard:before {
    content: var(--icon-content-creditcard,"\e78a")
}

.next-icon-store:before {
    content: var(--icon-content-store,"\e789")
}

.next-icon-viewlist:before {
    content: var(--icon-content-viewlist,"\e787")
}

.next-icon-video:before {
    content: var(--icon-content-video,"\e786")
}

.next-icon-trust:before {
    content: var(--icon-content-trust,"\e784")
}

.next-icon-viewgallery:before {
    content: var(--icon-content-viewgallery,"\e783")
}

.next-icon-viewlarger:before {
    content: var(--icon-content-viewlarger,"\e782")
}

.next-icon-training:before {
    content: var(--icon-content-training,"\e780")
}

.next-icon-topsales:before {
    content: var(--icon-content-topsales,"\e77f")
}

.next-icon-tool:before {
    content: var(--icon-content-tool,"\e77d")
}

.next-icon-sound-filling:before {
    content: var(--icon-content-sound-filling,"\e77c")
}

.next-icon-sound-Mute:before {
    content: var(--icon-content-sound-Mute,"\e77b")
}

.next-icon-signboard:before {
    content: var(--icon-content-signboard,"\e77a")
}

.next-icon-service:before {
    content: var(--icon-content-service,"\e779")
}

.next-icon-security:before {
    content: var(--icon-content-security,"\e778")
}

.next-icon-scanning:before {
    content: var(--icon-content-scanning,"\e777")
}

.next-icon-remind:before {
    content: var(--icon-content-remind,"\e776")
}

.next-icon-resonserate:before {
    content: var(--icon-content-resonserate,"\e775")
}

.next-icon-logistic-logo:before {
    content: var(--icon-content-logistic-logo,"\e772")
}

.next-icon-pin:before {
    content: var(--icon-content-pin,"\e771")
}

.next-icon-pic1:before {
    content: var(--icon-content-pic1,"\e770")
}

.next-icon-phone:before {
    content: var(--icon-content-phone,"\e76f")
}

.next-icon-packing-labeling:before {
    content: var(--icon-content-packing-labeling,"\e76e")
}

.next-icon-packaging:before {
    content: var(--icon-content-packaging,"\e76d")
}

.next-icon-operation:before {
    content: var(--icon-content-operation,"\e76c")
}

.next-icon-password:before {
    content: var(--icon-content-password,"\e76b")
}

.next-icon-office-supplies:before {
    content: var(--icon-content-office-supplies,"\e76a")
}

.next-icon-notice:before {
    content: var(--icon-content-notice,"\e769")
}

.next-icon-map:before {
    content: var(--icon-content-map,"\e768")
}

.next-icon-namecard:before {
    content: var(--icon-content-namecard,"\e767")
}

.next-icon-Moneymanagement:before {
    content: var(--icon-content-Moneymanagement,"\e766")
}

.next-icon-logistics-icon:before {
    content: var(--icon-content-logistics-icon,"\e765")
}

.next-icon-lights:before {
    content: var(--icon-content-lights,"\e764")
}

.next-icon-link:before {
    content: var(--icon-content-link,"\e762")
}

.next-icon-inquiry-template:before {
    content: var(--icon-content-inquiry-template,"\e761")
}

.next-icon-integral1:before {
    content: var(--icon-content-integral1,"\e760")
}

.next-icon-jewelry:before {
    content: var(--icon-content-jewelry,"\e75f")
}

.next-icon-hot:before {
    content: var(--icon-content-hot,"\e75e")
}

.next-icon-image-text:before {
    content: var(--icon-content-image-text,"\e75d")
}

.next-icon-feeds:before {
    content: var(--icon-content-feeds,"\e75b")
}

.next-icon-folder:before {
    content: var(--icon-content-folder,"\e75a")
}

.next-icon-default-template:before {
    content: var(--icon-content-default-template,"\e756")
}

.next-icon-discount:before {
    content: var(--icon-content-discount,"\e754")
}

.next-icon-Customermanagement:before {
    content: var(--icon-content-Customermanagement,"\e753")
}

.next-icon-coupons:before {
    content: var(--icon-content-coupons,"\e750")
}

.next-icon-credit-level:before {
    content: var(--icon-content-credit-level,"\e74f")
}

.next-icon-category:before {
    content: var(--icon-content-category,"\e74d")
}

.next-icon-calculator:before {
    content: var(--icon-content-calculator,"\e74c")
}

.next-icon-assessed-badge:before {
    content: var(--icon-content-assessed-badge,"\e74a")
}

.next-icon-browse:before {
    content: var(--icon-content-browse,"\e749")
}

.next-icon-attachent:before {
    content: var(--icon-content-attachent,"\e748")
}

.next-icon-all1:before {
    content: var(--icon-content-all1,"\e745")
}

.next-icon-add-account:before {
    content: var(--icon-content-add-account,"\e741")
}

.next-icon-Exportservices:before {
    content: var(--icon-content-Exportservices,"\e702")
}

.next-icon-QRcode:before {
    content: var(--icon-content-QRcode,"\e704")
}

.next-icon-play:before {
    content: var(--icon-content-play,"\e701")
}

.next-icon-Notvisible:before {
    content: var(--icon-content-Notvisible,"\e6fe")
}

.next-icon-pic:before {
    content: var(--icon-content-pic,"\e6ff")
}

.next-icon-integral:before {
    content: var(--icon-content-integral,"\e6f9")
}

.next-icon-editor:before {
    content: var(--icon-content-editor,"\e6f6")
}

.next-icon-history:before {
    content: var(--icon-content-history,"\e6f8")
}

.next-icon-component:before {
    content: var(--icon-content-component,"\e6f2")
}

.next-icon-bussiness-man:before {
    content: var(--icon-content-bussiness-man,"\e6f0")
}

.next-icon-all:before {
    content: var(--icon-content-all,"\e6ef")
}

body {
    color: #000;
    color: var(--color-text1-5,#000)
}

a {
    color: #1047f5;
    color: var(--color-link-1,#1047f5);
    cursor: pointer
}

.next-icon.next-inherit .next-icon-remote, .next-icon.next-inherit:before {
    font-size: calc(100% + 2px)
}

.next-form-preview.next-form-item.next-medium .next-form-item-control {
    font-size: 14px;
    font-size: var(--form-element-medium-preview-label-font-size,14px);
    line-height: 24px;
    line-height: var(--form-element-medium-preview-height,24px)
}

.next-form-preview.next-form-item.next-small .next-form-item-control {
    font-size: 12px;
    font-size: var(--form-element-small-preview-label-font-size,12px);
    line-height: 20px;
    line-height: var(--form-element-small-preview-height,20px)
}

.next-form-preview.next-form-item.next-large .next-form-item-control {
    font-size: 14px;
    font-size: var(--form-element-large-preview-label-font-size,14px);
    line-height: 36px;
    line-height: var(--form-element-large-preview-height,36px)
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .theme-11 .next-icon.next-xs {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 0;
        margin-right: 0
    }

    .theme-11 .next-icon.next-xxs {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        margin-left: -4px;
        margin-right: -4px
    }
}

.theme-11 .next-icon.next-xxs .next-icon-remote, .theme-11 .next-icon.next-xxs:before {
    font-size: 16px;
    width: 16px
}

.theme-11 .next-icon.next-xs .next-icon-remote, .theme-11 .next-icon.next-xs:before {
    font-size: 12px;
    width: 12px
}

.theme-11 .next-icon.next-small .next-icon-remote, .theme-11 .next-icon.next-small:before {
    font-size: 16px;
    width: 16px
}

.theme-11 .next-icon.next-medium .next-icon-remote, .theme-11 .next-icon.next-medium:before {
    font-size: 20px;
    width: 20px
}

.theme-11 .next-icon.next-large .next-icon-remote, .theme-11 .next-icon.next-large:before {
    font-size: 24px;
    width: 24px
}

.theme-11 .next-icon.next-xl .next-icon-remote, .theme-11 .next-icon.next-xl:before {
    font-size: 32px;
    width: 32px
}

.theme-11 .next-icon.next-xxl .next-icon-remote, .theme-11 .next-icon.next-xxl:before {
    font-size: 48px;
    width: 48px
}

.theme-11 .next-icon.next-xxxl .next-icon-remote, .theme-11 .next-icon.next-xxxl:before {
    font-size: 64px;
    width: 64px
}

.next-form-responsive-grid .next-form-item {
    margin-bottom: 0 !important;
    margin-right: 0 !important
}

.next-card-head-main {
    margin-top: 12px !important
}

.next-card.next-card-hide-divider .next-card-body {
    padding-top: 12px
}

.next-card .next-card-body:first-child {
    padding-top: 20px
}

.next-card-subtitle {
    display: inline-block;
    font-weight: 400
}

.next-card-actions {
    border-top: 1px solid #e1e1e1;
    height: 100%;
    position: relative
}

.next-card-extra .next-btn:not(:last-child) {
    margin-right: 16px
}

.next-card .next-tabs.next-tabs-capsule {
    padding-left: 0
}

.crated-card-long-desc .next-card-head-main {
    height: 64px
}

.crated-card-long-desc .next-card-subtitle {
    display: block;
    padding-left: 0;
    line-height: 16px
}

.crated-card-actions-right {
    right: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    line-height: 0;
    font-weight: 400
}

    .crated-card-actions-right:before {
        content: " ";
        height: 100%;
        width: 1px;
        margin-left: -1px;
        display: inline-block;
        vertical-align: middle
    }

.crated-card-subtitle, .crated-card-subtitle-primary {
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    margin-bottom: 12px;
    margin-top: 20px;
    position: relative
}

.crated-card-subtitle-primary {
    background-color: #eef3ff
}

    .crated-card-subtitle-primary:before {
        content: " ";
        display: inline-block;
        vertical-align: bottom;
        width: 4px;
        height: 100%;
        background: #1047f5;
        margin-right: 24px
    }

.crated-detail-left, .crated-detail-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.crated-detail-label {
    color: #999;
    text-align: right
}

.crated-detail-label, .crated-detail-value {
    line-height: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.crated-detail .next-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.crated-list-medium {
    font-size: 14px
}

.crated-list-small, .crated-list-small .next-btn-text.next-medium {
    font-size: 12px
}

.crated-list .next-card-body {
    padding: 0 !important
}

.crated-list .next-card-content {
    padding: 16px 24px
}

.crated-list-item {
    margin-top: 16px
}

.crated-list-header, .crated-list-item {
    border: 1px solid transparent;
    position: relative
}

.crated-list-header {
    font-weight: 700
}

.crated-list-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.crated-list-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

    .crated-list-cell .next-btn + .next-btn {
        margin-left: 16px
    }

.crated-list-activable .crated-list-item:hover {
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #1047f5;
    border: 1px solid var(--color-brand1-6,#1047f5)
}

.crated-page {
    background-color: #f3f3f3;
    padding: 24px 36px;
    height:100vh !important;
    min-height:100vh !important;
}

.crated-page-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 !important
}

.crated-page-title-pre {
    height: 36px;
    line-height: 20px
}

.crated-page-notitle {
    padding-top: 0
}

.crated-page-body {
    padding-top: 24px
}

.crated-page .next-tabs.next-tabs-pure:first-child {
    margin-top: -20px
}

.next-tabs-content {
    padding: 16px 0
}

.next-tabs.next-tabs-wrapped .next-tabs-content {
    background-color: #fff;
    border-radius: 0 8px 8px 8px;
    overflow: hidden
}

.next-tabs.next-tabs-capsule .next-tabs-content {
    background-color: transparent;
    background-color: initial;
    border-radius: 0;
    overflow: visible;
    overflow: initial
}

.next-medium.next-tabs.next-tabs-pure [role=tab] .next-tabs-tab-inner {
    padding: 12px 0
}

.next-medium.next-tabs.next-tabs-pure [role=tab] + [role=tab] {
    margin-left: 32px
}

.next-medium.next-tabs.next-tabs-wrapped [role=tab] .next-tabs-tab-inner {
    padding: 12px 16px
}

.next-medium.next-tabs.next-tabs-wrapped [role=tab] + [role=tab] {
    margin-left: 0
}

.next-medium.next-tabs.next-tabs-capsule [role=tab] .next-tabs-tab-inner {
    padding: 12px 16px
}

.next-medium.next-tabs.next-tabs-capsule [role=tab] + [role=tab] {
    margin-left: 0
}

.next-medium.next-tabs.next-tabs-capsule {
    padding-left: 24px
}

.next-small.next-tabs.next-tabs-pure [role=tab] .next-tabs-tab-inner {
    padding: 8px 0
}

.next-small.next-tabs.next-tabs-pure [role=tab] + [role=tab] {
    margin-left: 24px
}

.next-small.next-tabs.next-tabs-wrapped [role=tab] .next-tabs-tab-inner {
    padding: 8px 12px
}

.next-small.next-tabs.next-tabs-wrapped [role=tab] + [role=tab] {
    margin-left: 0
}

.next-small.next-tabs.next-tabs-capsule [role=tab] .next-tabs-tab-inner {
    padding: 8px 12px
}

.next-small.next-tabs.next-tabs-capsule [role=tab] + [role=tab] {
    margin-left: 0
}

.next-small.next-tabs.next-tabs-capsule {
    padding-left: 20px
}

.next-tabs-wrapped > .next-tabs-content > .next-tabs-tabpane > .next-card {
    -webkit-box-shadow: none;
    box-shadow: none
}

    .next-tabs-wrapped > .next-tabs-content > .next-tabs-tabpane > .next-card > .next-card-body {
        padding-top: 0;
        padding-bottom: 0
    }

.crated-page .next-card-body .next-tabs.next-tabs-pure {
    margin-top: -12px
}

.next-card-content-container .next-tabs:last-child .next-tabs-content, .next-card-content .next-tabs:last-child .next-tabs-content {
    padding-bottom: 0
}

.next-table-cell-wrapper .next-btn:not(:last-child) {
    margin-right: 16px
}

.next-table-small .next-table-body, .next-table-small .next-table-header {
    font-size: 12px
}

.crated-table-shadow-bottom.next-table-body, .crated-table-shadow-top.next-table-body {
    position: relative
}

.crated-table-shadow-bottom:after, .crated-table-shadow-top:before {
    content: " ";
    display: block;
    height: 23px;
    position: -webkit-sticky;
    position: sticky
}

.crated-table-shadow-bottom:after {
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.04)));
    background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0),rgba(0,0,0,.04));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.04))
}

.crated-table-shadow-top:before {
    top: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.04)));
    background-image: -webkit-linear-gradient(bottom,hsla(0,0%,100%,0),rgba(0,0,0,.04));
    background-image: linear-gradient(0deg,hsla(0,0%,100%,0),rgba(0,0,0,.04))
}

.next-table:not(.only-bottom-border) .next-table-header tr:last-child th:first-child {
    border-bottom-left-radius: 0
}

.next-table:not(.only-bottom-border) .next-table-header tr:last-child th:last-child {
    border-bottom-right-radius: 0
}

.next-table:not(.only-bottom-border) .next-table-body tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--table-header-corner-top,4px)
}

.next-table:not(.only-bottom-border) .next-table-body tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--table-header-corner-top,4px)
}

.crated-dialog-shadow-bottom:after, .crated-dialog-shadow-top:before {
    content: " ";
    display: block;
    height: 23px;
    position: -webkit-sticky;
    position: sticky;
    margin: 0 -24px
}

.crated-dialog-shadow-bottom:after {
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.04)));
    background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0),rgba(0,0,0,.04));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.04))
}

.crated-dialog-shadow-top:before {
    top: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.04)));
    background-image: -webkit-linear-gradient(bottom,hsla(0,0%,100%,0),rgba(0,0,0,.04));
    background-image: linear-gradient(0deg,hsla(0,0%,100%,0),rgba(0,0,0,.04))
}

.crated-dialog-subtitle, .crated-dialog-subtitle-primary {
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    margin-bottom: 12px;
    margin-top: 20px
}

.crated-dialog-subtitle-primary {
    background-color: #eef3ff
}

    .crated-dialog-subtitle-primary:before {
        content: " ";
        display: inline-block;
        vertical-align: bottom;
        width: 4px;
        height: 100%;
        background: #1047f5;
        margin-right: 24px
    }

.next--dialog-body:first-child {
    padding-top: 24px;
    padding-top: var(--dialog-title-padding-top,24px)
}

    .next--dialog-body:first-child .next--message:first-child .next--message-title {
        padding-bottom: 16px;
        padding-bottom: var(--dialog-title-padding-bottom,16px)
    }

    .next--dialog-body:first-child .next--message:first-child .next--message-content {
        margin-top: 0;
        padding-top: 0;
        padding-top: var(--dialog-content-padding-top,0)
    }

.next--dialog-body:not(.next--dialog-body-no-footer) {
    padding-bottom: 0
}

.next-dialog-quick .next-dialog-body {
    padding-right: 68px;
    padding-right: calc(var(--dialog-close-right, 24px)*2 + var(--dialog-close-width, 20px))
}

.next-dialog-header + .next-dialog-body {
    padding: 0 24px;
    padding: var(--dialog-content-padding-top,0) var(--dialog-content-padding-left-right,24px) var(--dialog-content-padding-bottom,0) var(--dialog-content-padding-left-right,24px)
}

@-webkit-keyframes cratedLoading {
    0% {
        background-position: 300% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes cratedLoading {
    0% {
        background-position: 300% 50%
    }

    to {
        background-position: 0 50%
    }
}

.crated-sketch img {
    display: block;
    background-image: -webkit-gradient(linear,left top,right top,from(#f3f3f3),color-stop(52%,#f3f3f3),color-stop(#fff),color-stop(58%,#f3f3f3),to(#f3f3f3));
    background-image: -webkit-linear-gradient(left,#f3f3f3,#f3f3f3 52%,#fff,#f3f3f3 58%,#f3f3f3);
    background-image: linear-gradient(90deg,#f3f3f3,#f3f3f3 52%,#fff,#f3f3f3 58%,#f3f3f3);
    -webkit-animation: cratedLoading 3s linear infinite;
    animation: cratedLoading 3s linear infinite;
    background-size: 300% 100%;
    width: 100%
}

@charset "UTF-8";

:root {
    --line-dotted: dotted;
    --line-dashed: dashed;
    --line-solid: solid;
    --line-3: 3px;
    --line-1: 1px;
    --line-zero: 0px;
    --line-2: 2px;
    --popup-global-shadow: var(--shadow-2-down,0px 4px 8px 0px rgba(0,0,0,0.08));
    --popup-global-corner: var(--corner-1,2px);
    --popup-global-border-color: var(--color-line1-2,#c8c8c8);
    --popup-global-border-style: var(--line-solid,solid);
    --popup-global-border-width: var(--line-zero,0px);
    --popup-local-border-style: var(--line-solid,solid);
    --popup-spacing-tb: var(--s-zero,0px);
    --popup-spacing-lr: 4px;
    --popup-local-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --popup-local-border-color: var(--color-transparent,transparent);
    --popup-local-border-width: var(--line-zero,0px);
    --popup-local-corner: var(--corner-2,4px);
    --form-element-preview-text-color: var(--color-text1-4,#333);
    --form-element-medium-preview-label-font-size: var(--font-size-body-1,14px);
    --form-element-small-preview-font-size: var(--font-size-caption,12px);
    --form-element-small-preview-label-font-size: var(--font-size-caption,12px);
    --form-element-small-font-size: var(--font-size-caption,12px);
    --form-element-small-preview-height: var(--s-5,20px);
    --form-element-large-preview-font-size: var(--font-size-body-1,14px);
    --form-element-large-preview-label-font-size: var(--font-size-body-1,14px);
    --form-element-large-preview-height: var(--s-9,36px);
    --form-element-medium-preview-height: var(--s-6,24px);
    --form-element-large-icon-size: var(--icon-m,16px);
    --form-element-medium-preview-font-size: var(--font-size-body-1,14px);
    --form-element-large-font-size: var(--font-size-body-1,14px);
    --form-element-medium-font-size: var(--font-size-body-1,14px);
    --form-element-medium-icon-size: var(--icon-m,16px);
    --form-element-small-icon-size: var(--icon-m,16px);
    --form-element-preview-label-color: var(--color-text1-3,#666);
    --form-element-large-corner: var(--corner-2,4px);
    --form-element-medium-corner: var(--corner-2,4px);
    --form-element-small-corner: var(--corner-2,4px);
    --form-element-large-height: var(--s-9,36px);
    --form-element-medium-height: var(--s-8,32px);
    --form-element-small-height: var(--s-7,28px);
    --s-50: 200px;
    --s-49: 196px;
    --s-48: 192px;
    --s-47: 188px;
    --s-46: 184px;
    --s-45: 180px;
    --s-44: 176px;
    --s-43: 172px;
    --s-42: 168px;
    --s-41: 164px;
    --s-40: 160px;
    --s-39: 156px;
    --s-38: 152px;
    --s-37: 148px;
    --s-36: 144px;
    --s-35: 140px;
    --s-34: 136px;
    --s-33: 132px;
    --s-32: 128px;
    --s-31: 124px;
    --s-30: 120px;
    --s-29: 116px;
    --s-28: 112px;
    --s-27: 108px;
    --s-26: 104px;
    --s-25: 100px;
    --s-24: 96px;
    --s-23: 92px;
    --s-22: 88px;
    --s-21: 84px;
    --s-20: 80px;
    --s-19: 76px;
    --s-18: 72px;
    --s-17: 68px;
    --s-16: 64px;
    --s-15: 60px;
    --s-14: 56px;
    --s-13: 52px;
    --s-12: 48px;
    --s-11: 44px;
    --s-10: 40px;
    --s-9: 36px;
    --s-8: 32px;
    --s-7: 28px;
    --s-6: 24px;
    --s-5: 20px;
    --s-4: 16px;
    --s-3: 12px;
    --s-2: 8px;
    --s-1: 4px;
    --s-zero: 0px;
    --size-base: 4px;
    --shadow-3-left: -4px 0px 8px 0px rgba(0,0,0,0.04);
    --shadow-3-down: 0px 4px 8px 0px rgba(0,0,0,0.04);
    --shadow-3-right: 4px 0px 8px 0px rgba(0,0,0,0.04);
    --shadow-3-up: 0px -4px 8px 0px rgba(0,0,0,0.04);
    --shadow-3: 4px 4px 8px 0px rgba(0,0,0,0.04);
    --shadow-2-left: -4px 0px 8px 0px rgba(0,0,0,0.08);
    --shadow-2-down: 0px 4px 8px 0px rgba(0,0,0,0.08);
    --shadow-2-right: 4px 0px 8px 0px rgba(0,0,0,0.08);
    --shadow-2-up: 0px -4px 8px 0px rgba(0,0,0,0.08);
    --shadow-2: 4px 4px 8px 0px rgba(0,0,0,0.08);
    --shadow-1-left: -4px 0px 8px 0px rgba(0,0,0,0.14);
    --shadow-1-down: 0px 4px 8px 0px rgba(0,0,0,0.14);
    --shadow-1-right: 4px 0px 8px 0px rgba(0,0,0,0.14);
    --shadow-1-up: 0px -4px 8px 0px rgba(0,0,0,0.14);
    --shadow-1: 4px 4px 8px 0px rgba(0,0,0,0.14);
    --shadow-zero: none;
    --shadow-spread-sd3: 0;
    --shadow-color-sd3: var(--color-black,#000);
    --shadow-color-sd1: var(--color-black,#000);
    --shadow-sides-left: "left";
    --shadow-sides-down: "down";
    --shadow-sides-right: "right";
    --shadow-sides-up: "up";
    --shadow-sides-base: "base";
    --shadow-spread-sd1: 0;
    --shadow-blur-sd1: 8;
    --shadow-distance-sd3y: 4;
    --shadow-distance-sd2y: 4;
    --shadow-distance-sd1y: 4;
    --shadow-distance-sd3: 4;
    --shadow-distance-sd2: 4;
    --shadow-distance-sd1: 4;
    --shadow-opacity-sd3: 0.04;
    --shadow-blur-sd3: 8;
    --shadow-blur-sd2: 8;
    --shadow-opacity-sd2: 0.08;
    --shadow-color-sd2: var(--color-black,#000);
    --shadow-spread-sd2: 0;
    --shadow-opacity-sd1: 0.14;
    --icon-reset: "";
    --icon-font-name: "icon";
    --icon-content-a-20GP: "\e661";
    --icon-content-a-40NOR: "\e660";
    --icon-content-a-40HQ: "\e65c";
    --icon-content-a-45HQ: "\e65b";
    --icon-content-a-40GP: "\e65a";
    --icon-font-path: "//at.alicdn.com/t/c/font_2906333_eugofncun6o";
    --icon-content-online-tracking-fill: "\e81d";
    --icon-content-logistics-airfreight-fill: "\e68b";
    --icon-content-arrow-down-fill: "\e68a";
    --icon-content-arrow-up-fill: "\e689";
    --icon-content-logistics-land-transport-fill: "\e687";
    --icon-content-telephone: "\e83e";
    --icon-content-default-template-fill1: "\e688";
    --icon-content-home-fill: "\e86c";
    --icon-content-feed-logo-fill: "\e86b";
    --icon-content-account-fill: "\e86a";
    --icon-content-comments-fill: "\e869";
    --icon-content-sendinquiry-fill: "\e868";
    --icon-content-topraning-fill: "\e867";
    --icon-content-similar-product-fill: "\e866";
    --icon-content-packing-labeling-fill: "\e864";
    --icon-content-training1: "\e863";
    --icon-content-wallet1: "\e862";
    --icon-content-template-fill: "\e861";
    --icon-content-trade-assurance-fill: "\e860";
    --icon-content-warehouse-fill: "\e85f";
    --icon-content-set1: "\e85c";
    --icon-content-vip-fill: "\e85b";
    --icon-content-trust-fill: "\e85a";
    --icon-content-unlock-fill: "\e859";
    --icon-content-task-management-fill: "\e858";
    --icon-content-tool-fill: "\e857";
    --icon-content-suspended-fill: "\e856";
    --icon-content-sound-Mute1: "\e855";
    --icon-content-sound-filling-fill: "\e854";
    --icon-content-store-fill: "\e851";
    --icon-content-supplier-features-fill: "\e850";
    --icon-content-shuffling-banner-fill: "\e84f";
    --icon-content-signboard-fill: "\e84e";
    --icon-content-Similarproducts-fill: "\e84d";
    --icon-content-security-fill: "\e84c";
    --icon-content-save-fill: "\e84b";
    --icon-content-salescenter-fill: "\e84a";
    --icon-content-RFQ-logo-fill: "\e849";
    --icon-content-remind-fill: "\e847";
    --icon-content-resonserate-fill: "\e846";
    --icon-content-product: "\e844";
    --icon-content-pic-fill1: "\e843";
    --icon-content-product-fill: "\e840";
    --icon-content-pin-fill: "\e83f";
    --icon-content-play-fill1: "\e83d";
    --icon-content-phone-fill: "\e83c";
    --icon-content-map1: "\e83b";
    --icon-content-password1: "\e83a";
    --icon-content-order-fill: "\e839";
    --icon-content-notice-fill: "\e838";
    --icon-content-office-supplies-fill: "\e837";
    --icon-content-nightmode-fill: "\e836";
    --icon-content-Newuserzone-fill: "\e835";
    --icon-content-logistics-icon-fill: "\e834";
    --icon-content-Moneymanagement-fill: "\e833";
    --icon-content-listing-content-fill: "\e832";
    --icon-content-integral-fill1: "\e830";
    --icon-content-inquiry-template-fill: "\e82e";
    --icon-content-insurance-fill: "\e82d";
    --icon-content-discount-fill: "\e82c";
    --icon-content-company-fill: "\e82b";
    --icon-content-inspection-fill: "\e828";
    --icon-content-image-text-fill: "\e827";
    --icon-content-camera-fill: "\e824";
    --icon-content-feeds-fill: "\e822";
    --icon-content-folder-fill: "\e821";
    --icon-content-filter-fill: "\e820";
    --icon-content-email-fill: "\e81f";
    --icon-content-Daytimemode-fill: "\e81c";
    --icon-content-discounts-fill: "\e81b";
    --icon-content-Customermanagement-fill: "\e81a";
    --icon-content-CurrencyConverter-fill: "\e817";
    --icon-content-credit-level-fill: "\e816";
    --icon-content-coupons-fill: "\e815";
    --icon-content-color-fill: "\e813";
    --icon-content-clock-fill: "\e80f";
    --icon-content-calculator-fill: "\e80e";
    --icon-content-certified-supplier-fill: "\e80a";
    --icon-content-atm-away-fill: "\e808";
    --icon-content-cart-Empty-fill: "\e806";
    --icon-content-cart-full-fill: "\e805";
    --icon-content-bussiness-man-fill: "\e804";
    --icon-content-calendar-fill: "\e803";
    --icon-content-all-fill1: "\e802";
    --icon-content-add-cart-fill: "\e801";
    --icon-content-add-account1: "\e800";
    --icon-content-contacts-fill: "\e7f3";
    --icon-content-stop-fill: "\e738";
    --icon-content-play-fill: "\e72f";
    --icon-content-pic-fill: "\e72e";
    --icon-content-namecard-fill: "\e72a";
    --icon-content-integral-fill: "\e726";
    --icon-content-invoice: "\e811";
    --icon-content-Daytimemode: "\e810";
    --icon-content-Similarproducts: "\e7af";
    --icon-content-searchcart: "\e80d";
    --icon-content-save: "\e80c";
    --icon-content-RFQ-logo: "\e80b";
    --icon-content-online-tracking: "\e807";
    --icon-content-customization: "\e7ff";
    --icon-content-cut: "\e7fe";
    --icon-content-company: "\e7fd";
    --icon-content-conditions: "\e7fc";
    --icon-content-color: "\e7f7";
    --icon-content-code1: "\e7f6";
    --icon-content-cart-Empty: "\e7f5";
    --icon-content-cart-full: "\e7f4";
    --icon-content-atm-away: "\e7f2";
    --icon-content-apparel: "\e7ed";
    --icon-content-add-cart: "\e7bc";
    --icon-content-similar-product: "\e707";
    --icon-content-gift: "\e6fc";
    --icon-content-data1: "\e6fb";
    --icon-content-code: "\e6f5";
    --icon-content-auto: "\e6eb";
    --icon-content-print: "\e809";
    --icon-content-shouhuoicon: "\e829";
    --icon-content-goumaipianhao: "\e826";
    --icon-content-Transfermoney: "\e823";
    --icon-content-dongtai: "\e81e";
    --icon-content-writing: "\e819";
    --icon-content-topraning: "\e818";
    --icon-content-wallet: "\e814";
    --icon-content-insurance: "\e812";
    --icon-content-Docwenjian: "\e685";
    --icon-content-Pdfwenjian: "\e684";
    --icon-content-Exlwenjian: "\e682";
    --icon-content-dingtalk-circle-fill: "\ea9e";
    --icon-content-pcm: "\e7e9";
    --icon-content-tradingvolume: "\e7bd";
    --icon-content-ipad: "\e7bb";
    --icon-content-block: "\e7f1";
    --icon-content-warning-fill: "\e7f0";
    --icon-content-Top-fill: "\e7ef";
    --icon-content-smile-fill: "\e7ec";
    --icon-content-Rightbutton-fill: "\e7eb";
    --icon-content-prompt-fill1: "\e7ea";
    --icon-content-reduce-fill: "\e7e8";
    --icon-content-help1: "\e7e7";
    --icon-content-leftbutton-fill: "\e7e6";
    --icon-content-hot-fill: "\e7e5";
    --icon-content-good-fill: "\e7ae";
    --icon-content-cry-fill: "\e7e4";
    --icon-content-atm-fill: "\e7e3";
    --icon-content-bad-fill: "\e7e2";
    --icon-content-ashbin-fill: "\e7e1";
    --icon-content-add-fill: "\e7e0";
    --icon-content-landtransportation: "\e7be";
    --icon-content-Top: "\e7ba";
    --icon-content-Rightbutton: "\e7b8";
    --icon-content-leftbutton: "\e7ad";
    --icon-content-good: "\e7ac";
    --icon-content-confirm: "\e7ab";
    --icon-content-bad: "\e7a2";
    --icon-content-prompt-fill: "\e730";
    --icon-content-favorites-fill: "\e721";
    --icon-xxxl: var(--s-8,32px);
    --icon-xxl: var(--s-7,28px);
    --icon-xl: var(--s-6,24px);
    --icon-l: var(--s-5,20px);
    --icon-m: var(--s-4,16px);
    --icon-s: var(--s-3,12px);
    --icon-xs: var(--s-2,8px);
    --icon-xxs: var(--s-1,4px);
    --icon-content-a-dashboard1: "\e67f";
    --icon-content-free: "\e7de";
    --icon-content-new: "\e7dd";
    --icon-content-zhankai: "\e7dc";
    --icon-content-shouqi: "\e7db";
    --icon-content-tongguan: "\e7df";
    --icon-content-collection-fill: "\e7a0";
    --icon-content-success-fill: "\e79c";
    --icon-content-reeor-fill: "\e79b";
    --icon-content-exchangerate: "\e79a";
    --icon-content-seleted: "\e798";
    --icon-content-return: "\e7a1";
    --icon-content-reduce: "\e795";
    --icon-content-double-arrow-left: "\e793";
    --icon-content-double-arro-right: "\e792";
    --icon-content-data: "\e797";
    --icon-content-becomeagoldsupplier: "\e7da";
    --icon-content-yiguanzhugongyingshang: "\e7d9";
    --icon-content-tongxunlu: "\e7d8";
    --icon-content-pointerleft: "\e7d7";
    --icon-content-extra-inquiries: "\e7d6";
    --icon-content-eraser: "\e7d5";
    --icon-content-zijin: "\e7d4";
    --icon-content-zhanghucaozuo: "\e7d3";
    --icon-content-zhongjianren: "\e7d2";
    --icon-content-xinwaizongyewu: "\e7d1";
    --icon-content-waihuishuju: "\e7d0";
    --icon-content-kuaidiwuliu: "\e7cf";
    --icon-content-tongguanshuju: "\e7ce";
    --icon-content-tuishui: "\e7cd";
    --icon-content-shuangshen: "\e7cc";
    --icon-content-kehuquanyi: "\e7cb";
    --icon-content-shenqingjilu: "\e7ca";
    --icon-content-jiehui: "\e7c9";
    --icon-content-shengyijing: "\e7c8";
    --icon-content-daikuan: "\e7c7";
    --icon-content-kehupandian: "\e7c6";
    --icon-content-jiaobiao: "\e7c5";
    --icon-content-jizhuangxiang: "\e7c4";
    --icon-content-daibancaishui: "\e7c3";
    --icon-content-banzhengfuwu: "\e7c2";
    --icon-content-xlsx: "\e7c1";
    --icon-content-txt: "\e7c0";
    --icon-content-microphone: "\e7bf";
    --icon-content-tradingdata: "\e7b7";
    --icon-content-trade-assurance: "\e7b6";
    --icon-content-favorites: "\e7b4";
    --icon-content-comments: "\e7b3";
    --icon-content-sami-select: "\e7b1";
    --icon-content-add-select: "\e7b0";
    --icon-content-home: "\e7aa";
    --icon-content-pngjpge-fill: "\e7a9";
    --icon-content-tifjpge-fill: "\e7a8";
    --icon-content-bmpjpge-fill: "\e7a7";
    --icon-content-gifjpge-fill: "\e7a6";
    --icon-content-jpge-fill: "\e7a5";
    --icon-content-docjpge-fill: "\e7a4";
    --icon-content-quick: "\e7a3";
    --icon-content-consumption: "\e79f";
    --icon-content-brand: "\e79e";
    --icon-content-collection: "\e79d";
    --icon-content-vip: "\e78f";
    --icon-content-nightmode: "\e78d";
    --icon-content-aviation: "\e78c";
    --icon-content-contacts: "\e78b";
    --icon-content-creditcard: "\e78a";
    --icon-content-store: "\e789";
    --icon-content-viewlist: "\e787";
    --icon-content-video: "\e786";
    --icon-content-trust: "\e784";
    --icon-content-viewgallery: "\e783";
    --icon-content-viewlarger: "\e782";
    --icon-content-training: "\e780";
    --icon-content-topsales: "\e77f";
    --icon-content-tool: "\e77d";
    --icon-content-sound-filling: "\e77c";
    --icon-content-sound-Mute: "\e77b";
    --icon-content-signboard: "\e77a";
    --icon-content-service: "\e779";
    --icon-content-security: "\e778";
    --icon-content-scanning: "\e777";
    --icon-content-remind: "\e776";
    --icon-content-resonserate: "\e775";
    --icon-content-logistic-logo: "\e772";
    --icon-content-pin: "\e771";
    --icon-content-pic1: "\e770";
    --icon-content-phone: "\e76f";
    --icon-content-packing-labeling: "\e76e";
    --icon-content-packaging: "\e76d";
    --icon-content-operation: "\e76c";
    --icon-content-password: "\e76b";
    --icon-content-office-supplies: "\e76a";
    --icon-content-notice: "\e769";
    --icon-content-map: "\e768";
    --icon-content-namecard: "\e767";
    --icon-content-Moneymanagement: "\e766";
    --icon-content-logistics-icon: "\e765";
    --icon-content-lights: "\e764";
    --icon-content-link: "\e762";
    --icon-content-inquiry-template: "\e761";
    --icon-content-integral1: "\e760";
    --icon-content-jewelry: "\e75f";
    --icon-content-hot: "\e75e";
    --icon-content-image-text: "\e75d";
    --icon-content-feeds: "\e75b";
    --icon-content-folder: "\e75a";
    --icon-content-default-template: "\e756";
    --icon-content-discount: "\e754";
    --icon-content-Customermanagement: "\e753";
    --icon-content-coupons: "\e750";
    --icon-content-credit-level: "\e74f";
    --icon-content-category: "\e74d";
    --icon-content-calculator: "\e74c";
    --icon-content-assessed-badge: "\e74a";
    --icon-content-browse: "\e749";
    --icon-content-attachent: "\e748";
    --icon-content-all1: "\e745";
    --icon-content-add-account: "\e741";
    --icon-content-Exportservices: "\e702";
    --icon-content-QRcode: "\e704";
    --icon-content-play: "\e701";
    --icon-content-Notvisible: "\e6fe";
    --icon-content-pic: "\e6ff";
    --icon-content-integral: "\e6f9";
    --icon-content-editor: "\e6f6";
    --icon-content-history: "\e6f8";
    --icon-content-component: "\e6f2";
    --icon-content-bussiness-man: "\e6f0";
    --icon-content-all: "\e6ef";
    --icon-content-dashboard: "\e7fa";
    --icon-content-list: "\e7f9";
    --icon-content-detail: "\e7f8";
    --icon-content-form: "\e7fb";
    --icon-content-chart-pie: "\e613";
    --icon-content-chart-bar: "\e612";
    --icon-content-exit: "\e616";
    --icon-content-lock: "\e617";
    --icon-content-unlock: "\e615";
    --icon-content-eye-close: "\e600";
    --icon-content-eye: "\e611";
    --icon-content-toggle-right: "\e603";
    --icon-content-toggle-left: "\e602";
    --icon-content-copy: "\e60f";
    --icon-content-atm: "\e606";
    --icon-content-email: "\e605";
    --icon-content-account: "\e608";
    --icon-content-attachment: "\e665";
    --icon-content-filter: "\e627";
    --icon-content-refresh: "\e677";
    --icon-content-edit: "\e63b";
    --icon-content-set: "\e683";
    --icon-content-download: "\e628";
    --icon-content-upload: "\e7ee";
    --icon-content-ashbin: "\e639";
    --icon-content-calendar: "\e607";
    --icon-content-picture: "\e631";
    --icon-content-ellipsis: "\e654";
    --icon-content-close: "\e626";
    --icon-content-search: "\e656";
    --icon-content-loading: "\e646";
    --icon-content-semi-select: "\e633";
    --icon-content-select: "\e632";
    --icon-content-ascending: "\e61e";
    --icon-content-descending: "\e61f";
    --icon-content-sorting: "\e634";
    --icon-content-switch: "\e6b3";
    --icon-content-arrow-double-right: "\e65e";
    --icon-content-arrow-double-left: "\e659";
    --icon-content-arrow-right: "\e619";
    --icon-content-arrow-left: "\e61d";
    --icon-content-arrow-down: "\e63d";
    --icon-content-arrow-up: "\e625";
    --icon-content-minus: "\e601";
    --icon-content-add: "\e655";
    --icon-content-favorites-filling: "\e60e";
    --icon-content-delete-filling: "\e623";
    --icon-content-success-filling: "\e63a";
    --icon-content-clock: "\e621";
    --icon-content-help: "\e673";
    --icon-content-error: "\e60d";
    --icon-content-prompt: "\e60c";
    --icon-content-warning: "\e60b";
    --icon-content-success: "\e60a";
    --icon-content-cry: "\e65d";
    --icon-content-smile: "\e65f";
    --font-weight-ultra-bold: 900;
    --font-weight-extra-bold: 800;
    --font-weight-3: bold;
    --font-weight-semi-bold: 600;
    --font-weight-medium: 500;
    --font-weight-2: normal;
    --font-weight-light: 300;
    --font-weight-thin: 200;
    --font-weight-1: lighter;
    --font-size-caption: 12px;
    --font-name-bold: roboto-bold;
    --font-name-medium: roboto-medium;
    --font-name-regular: roboto-regular;
    --font-name-light: roboto-light;
    --font-name-thin: roboto-thin;
    --font-custom-name: Roboto;
    --font-custom-path: "//i.alicdn.com/artascope-font/20160419204543/font/";
    --font-family-base: Roboto,"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,Tahoma;
    --font-lineheight-2: 1.5;
    --font-lineheight-1: 1.3;
    --font-size-body-2: 14px;
    --font-size-subhead: 16px;
    --font-size-title: 18px;
    --font-size-headline: 24px;
    --font-size-display-1: 28px;
    --font-size-display-3: 40px;
    --font-lineheight-3: 2;
    --font-size-body-1: 14px;
    --font-size-display-2: 36px;
    --corner-zero: 0px;
    --corner-semicircle: 500px;
    --corner-circle: 50%;
    --corner-3: 8px;
    --corner-2: 4px;
    --corner-1: 2px;
    --color-gradient-3: linear-gradient(270deg,#ffed75,#f5cb22);
    --color-transparent: transparent;
    --color-black: #000;
    --color-white: #fff;
    --color-brand2-1: #b500ff;
    --color-brand2-10: #fff;
    --color-link-2: #0c38c4;
    --color-link-3: #0c38c4;
    --color-data1-8: #00d86a;
    --color-data1-7: #40cdff;
    --color-data1-5: #fe8534;
    --color-data1-4: #fb6d88;
    --color-data1-3: #7073ff;
    --color-text1-5: #000;
    --color-text1-4: #333;
    --color-text1-2: #acacac;
    --color-text1-1: #ccc;
    --color-text1-3: #666;
    --color-data1-6: #ffcb00;
    --color-data1-2: #0fcbbb;
    --color-data1-1: #1047f5;
    --color-error-1: #f33200;
    --color-warning-1: #ff6a00;
    --color-brand1-4: #fff;
    --color-brand1-5: #fff;
    --color-success-6: #fff;
    --color-fill1-5: #fff;
    --color-fill1-6: #fff;
    --color-link-4: #fff;
    --color-link-5: #fff;
    --color-other-4: #fff;
    --color-other-5: #fff;
    --color-notice-5: #fff;
    --color-success-5: #fff;
    --color-warning-5: #fff;
    --color-help-5: #fff;
    --color-brand1-8: #022aa7;
    --color-error-5: #c20b02;
    --color-fill1-2: #f3f3f3;
    --color-brand1-2: #dfe8ff;
    --color-notice-4: #dfe8ff;
    --color-line1-4: #eee;
    --color-other-3: #eabb06;
    --color-other-2: #fccc12;
    --color-other-1: #ffeb3b;
    --color-link-1: #1047f5;
    --color-help-4: #d4f7e8;
    --color-help-3: #eefaf5;
    --color-brand1-3: #fff;
    --color-brand1-7: #0c38c4;
    --color-help-2: #01a79a;
    --color-help-1: #04c3b3;
    --color-error-4: #ffe3e2;
    --color-error-3: #fff5f5;
    --color-error-2: #cc1f16;
    --color-warning-4: #ffedde;
    --color-warning-3: #fff5ed;
    --color-warning-2: #c95400;
    --color-notice-3: #eef3ff;
    --color-notice-2: #0c38c4;
    --color-notice-1: #1047f5;
    --color-success-4: #d9f1e7;
    --color-success-3: #eefaf5;
    --color-success-2: #01a79a;
    --color-success-1: #04c3b3;
    --color-brand1-9: #1f1f49;
    --color-brand1-6: #1047f5;
    --color-brand1-1: #eef3ff;
    --color-text1-6: #fff;
    --color-fill1-4: #d8d8d8;
    --color-fill1-9: #fff;
    --color-fill1-10: #fff;
    --color-fill1-7: #fff;
    --color-fill1-8: #fff;
    --color-line1-6: #fff;
    --color-text1-7: #fff;
    --color-line1-5: #fff;
    --color-fill1-3: #e1e1e1;
    --color-fill1-1: #f8f8f8;
    --color-line1-3: #a2a3a5;
    --color-line1-2: #c8c8c8;
    --color-line1-1: #e1e1e1;
    --color-gradient-4: linear-gradient(270deg,#ffa3a6,#ff5752);
    --color-gradient-2: linear-gradient(270deg,#7dd2ff,#007ffc);
    --color-gradient-1: linear-gradient(270deg,#79e8c7,#10cbbb);
    --mask-opacity: 0.5;
    --mask-background: var(--color-brand1-9,#1f1f49);
    --btn-size-s-height: var(--s-7,28px);
    --btn-size-m-height: var(--s-8,32px);
    --btn-pure-normal-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --btn-pure-secondary-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --btn-pure-secondary-color-hover: var(--color-brand1-6,#1047f5);
    --btn-pure-secondary-color-active: var(--color-brand1-6,#1047f5);
    --btn-pure-secondary-border-color-active: var(--color-brand1-6,#1047f5);
    --btn-pure-primary-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --btn-pure-primary-border-color: var(--color-brand1-6,#1047f5);
    --btn-ghost-dark-bg-hover-opacity: 0.2;
    --btn-warning-primary-border-color: var(--color-error-1,#f33200);
    --btn-warning-primary-border-color-hover: var(--color-error-2,#cc1f16);
    --btn-warning-primary-bg: var(--color-error-1,#f33200);
    --btn-warning-primary-bg-hover: var(--color-error-2,#cc1f16);
    --btn-warning-normal-color: var(--color-error-1,#f33200);
    --btn-warning-normal-color-hover: var(--color-error-1,#f33200);
    --btn-warning-normal-color-active: var(--color-error-1,#f33200);
    --btn-warning-normal-border-color: var(--color-error-1,#f33200);
    --btn-warning-normal-border-color-hover: var(--color-error-1,#f33200);
    --btn-warning-normal-border-color-active: var(--color-error-1,#f33200);
    --btn-warning-normal-bg-hover: var(--color-error-3,#fff5f5);
    --btn-warning-normal-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --btn-pure-normal-border-color: var(--color-line1-2,#c8c8c8);
    --btn-pure-normal-border-color-hover: var(--color-line1-2,#c8c8c8);
    --btn-size-s-icon-size: var(--icon-s,12px);
    --btn-size-m-icon-size: var(--icon-m,16px);
    --btn-size-l-height: var(--s-9,36px);
    --btn-size-l-icon-size: var(--icon-m,16px);
    --btn-pure-normal-color-disabled: var(--color-text1-3,#666);
    --btn-pure-normal-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --btn-pure-normal-border-color-active: var(--color-line1-2,#c8c8c8);
    --btn-pure-secondary-color-disabled: var(--color-text1-3,#666);
    --btn-pure-secondary-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --btn-pure-primary-color-disabled: var(--color-text1-3,#666);
    --btn-pure-primary-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --btn-ghost-light-bg-hover-opacity: 0.04;
    --btn-warning-primary-color-disabled: var(--color-text1-3,#666);
    --btn-warning-primary-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --btn-warning-normal-color-disabled: var(--color-text1-3,#666);
    --btn-warning-normal-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --btn-size-s-icon-margin: var(--s-1,4px);
    --btn-size-s-corner: var(--corner-semicircle,500px);
    --btn-size-m-icon-margin: var(--s-1,4px);
    --btn-size-m-corner: var(--corner-semicircle,500px);
    --btn-size-l-icon-margin: var(--s-1,4px);
    --btn-size-l-corner: var(--corner-semicircle,500px);
    --btn-pure-normal-bg-hover: var(--color-brand1-1,#eef3ff);
    --btn-pure-normal-bg-active: var(--color-brand1-2,#dfe8ff);
    --btn-pure-primary-bg-hover: var(--color-brand1-7,#0c38c4);
    --btn-text-primary-color-hover: var(--color-brand1-7,#0c38c4);
    --btn-text-icon-s-margin: var(--s-1,4px);
    --btn-text-icon-m-margin: var(--s-1,4px);
    --btn-text-icon-l-margin: var(--s-1,4px);
    --btn-size-m-font: var(--font-size-body-1,14px);
    --btn-size-l-font: var(--font-size-body-1,14px);
    --btn-pure-secondary-bg-hover: var(--color-brand1-1,#eef3ff);
    --btn-pure-secondary-bg-active: var(--color-brand1-2,#dfe8ff);
    --btn-pure-secondary-border-color-hover: var(--color-brand1-6,#1047f5);
    --btn-pure-primary-border-color-hover: var(--color-brand1-7,#0c38c4);
    --btn-text-size-m-font: var(--font-size-body-1,14px);
    --btn-text-size-l-font: var(--font-size-body-2,14px);
    --btn-pure-primary-bg-active: var(--color-brand1-8,#022aa7);
    --btn-pure-primary-border-color-active: var(--color-brand1-8,#022aa7);
    --btn-warning-primary-border-color-active: var(--color-error-5,#c20b02);
    --btn-warning-primary-bg-active: var(--color-error-5,#c20b02);
    --btn-text-secondary-color: var(--color-text1-3,#666);
    --btn-size-m-padding: var(--s-5,20px);
    --btn-size-l-padding: var(--s-6,24px);
    --btn-text-size-s-height: var(--s-3,12px);
    --btn-text-size-m-height: var(--s-4,16px);
    --btn-text-size-l-height: var(--s-4,16px);
    --btn-size-s-padding: var(--s-3,12px);
    --btn-pure-normal-color: var(--color-text1-4,#333);
    --btn-pure-normal-color-hover: var(--color-text1-5,#000);
    --btn-pure-normal-color-active: var(--color-text1-5,#000);
    --btn-ghost-light-color: var(--color-text1-5,#000);
    --btn-ghost-light-color-hover: var(--color-text1-5,#000);
    --btn-ghost-light-color-disabled-opacity: 0.3;
    --btn-ghost-light-border-color-disabled-opacity: 0.2;
    --btn-text-disabled-color: var(--color-text1-2,#acacac);
    --btn-text-normal-color: var(--color-text1-4,#333);
    --btn-text-secondary-color-hover: var(--color-brand1-6,#1047f5);
    --btn-text-normal-color-hover: var(--color-brand1-6,#1047f5);
    --btn-size-s-border-width: var(--line-1,1px);
    --btn-size-m-border-width: var(--line-1,1px);
    --btn-size-l-border-width: var(--line-1,1px);
    --btn-shadow: var(--shadow-zero,none);
    --btn-shadow-hover: var(--shadow-zero,none);
    --btn-size-s-font: var(--font-size-caption,12px);
    --btn-size-s-icon-split-size: var(--icon-xs,8px);
    --btn-size-m-icon-split-size: var(--icon-xs,8px);
    --btn-size-l-icon-split-size: var(--icon-s,12px);
    --btn-pure-color-disabled: var(--color-text1-1,#ccc);
    --btn-pure-bg-disabled: var(--color-fill1-1,#f8f8f8);
    --btn-pure-border-color-disabled: var(--color-line1-1,#e1e1e1);
    --btn-pure-normal-bg: var(--color-white,#fff);
    --btn-pure-normal-border-style: var(--line-solid,solid);
    --btn-pure-secondary-color: var(--color-brand1-6,#1047f5);
    --btn-pure-secondary-bg: var(--color-white,#fff);
    --btn-pure-secondary-border-color: var(--color-brand1-6,#1047f5);
    --btn-pure-secondary-border-style: var(--line-solid,solid);
    --btn-pure-primary-color: var(--color-white,#fff);
    --btn-pure-primary-color-hover: var(--color-white,#fff);
    --btn-pure-primary-color-active: var(--color-white,#fff);
    --btn-pure-primary-bg: var(--color-brand1-6,#1047f5);
    --btn-pure-primary-border-style: var(--line-solid,solid);
    --btn-ghost-border-style: var(--line-solid,solid);
    --btn-ghost-dark-color: var(--color-white,#fff);
    --btn-ghost-dark-border-color: var(--color-white,#fff);
    --btn-ghost-dark-color-hover: var(--color-white,#fff);
    --btn-ghost-dark-bg: var(--color-transparent,transparent);
    --btn-ghost-dark-bg-opacity: 0;
    --btn-ghost-dark-bg-hover-rgb: var(--color-white,#fff);
    --btn-ghost-dark-border-color-hover: var(--color-white,#fff);
    --btn-ghost-dark-color-disabled-rgb: var(--color-white,#fff);
    --btn-ghost-dark-color-disabled-opacity: .4;
    --btn-ghost-dark-bg-disabled: var(--color-transparent,transparent);
    --btn-ghost-dark-border-color-disabled-rgb: var(--color-white,#fff);
    --btn-ghost-dark-border-color-disabled-opacity: .4;
    --btn-ghost-light-border-color: var(--color-text1-4,#333);
    --btn-ghost-light-bg: var(--color-transparent,transparent);
    --btn-ghost-light-bg-opacity: 0;
    --btn-ghost-light-border-color-hover: var(--color-text1-4,#333);
    --btn-ghost-light-bg-hover-rgb: var(--color-black,#000);
    --btn-ghost-light-color-disabled-rgb: var(--color-black,#000);
    --btn-ghost-light-bg-disabled: var(--color-transparent,transparent);
    --btn-ghost-light-border-color-disabled-rgb: var(--color-black,#000);
    --btn-warning-border-style: var(--line-solid,solid);
    --btn-warning-primary-color: var(--color-white,#fff);
    --btn-warning-primary-color-hover: var(--color-white,#fff);
    --btn-warning-primary-color-active: var(--color-white,#fff);
    --btn-warning-primary-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --btn-warning-normal-bg: var(--color-white,#fff);
    --btn-warning-normal-bg-active: var(--color-error-4,#ffe3e2);
    --btn-text-primary-color: var(--color-link-1,#1047f5);
    --btn-text-loading-color: var(--color-text1-4,#333);
    --btn-text-size-s-font: var(--font-size-caption,12px);
    --btn-text-icon-size-s: var(--icon-s,12px);
    --btn-text-icon-size-m: var(--icon-m,16px);
    --btn-text-icon-size-l: var(--icon-l,20px);
    --table-normal-border-color: var(--color-line1-1,#e1e1e1);
    --table-sort-icon-size: var(--icon-m,16px);
    --table-filter-icon-size: var(--icon-m,16px);
    --table-expanded-icon-size: var(--icon-l,20px);
    --table-tree-expanded-icon-size: var(--icon-l,20px);
    --table-header-icon-margin-left: var(--s-2,8px);
    --table-header-corner-top: var(--corner-2,4px);
    --table-group-split: var(--s-2,8px);
    --table-group-header-corner-top: var(--corner-2,4px);
    --table-group-header-corner-bottom: var(--corner-2,4px);
    --table-group-footer-corner-top: var(--corner-2,4px);
    --table-group-footer-corner-bottom: var(--corner-2,4px);
    --table-group-th-color: var(--color-text1-3,#666);
    --table-row-bg: var(--color-white,#fff);
    --table-group-footer-color: var(--color-text1-3,#666);
    --table-expand-fold-icon-content: var(--icon-content-arrow-down,"");
    --table-group-th-bg: var(--color-fill1-1,#f8f8f8);
    --table-group-footer-bg: var(--color-fill1-1,#f8f8f8);
    --table-row-hover-bg: var(--color-fill1-1,#f8f8f8);
    --table-th-font-weight: var(--font-weight-medium,500);
    --table-th-bg: var(--color-white,#fff);
    --table-header-padding-top: var(--s-4,16px);
    --table-cell-padding-left: var(--s-5,20px);
    --table-header-padding-left: var(--s-5,20px);
    --table-size-s-cell-padding-left: var(--s-4,16px);
    --table-size-s-header-padding-top: var(--s-3,12px);
    --table-size-s-header-padding-left: var(--s-4,16px);
    --table-th-color: var(--color-text1-3,#666);
    --table-cell-padding-top: var(--s-4,16px);
    --table-size-s-cell-padding-top: var(--s-3,12px);
    --table-row-color: var(--color-text1-5,#000);
    --table-empty-color: var(--color-text1-2,#acacac);
    --table-row-hover-color: var(--color-text1-5,#000);
    --table-row-selected-bg: var(--color-brand1-1,#eef3ff);
    --table-row-selected-color: var(--color-text1-5,#000);
    --table-sort-color: var(--color-text1-3,#666);
    --table-th-font-size: var(--font-size-body-1,14px);
    --table-header-corner-bottom: var(--corner-2,4px);
    --table-body-font-size: var(--font-size-body-1,14px);
    --table-normal-border-width: var(--line-1,1px);
    --table-empty-padding: var(--s-8,32px);
    --table-normal-border-style: var(--line-solid,solid);
    --table-td-gray: var(--color-fill1-1,#f8f8f8);
    --table-td-normal: var(--color-white,#fff);
    --table-sort-color-current: var(--color-brand1-6,#1047f5);
    --table-expanded-ctrl-disabled-color: var(--color-text1-2,#acacac);
    --table-tree-fold-icon-content: var(--icon-content-arrow-right,"");
    --table-tree-unfold-icon-content: var(--icon-content-arrow-down,"");
    --table-expand-unfold-icon-content: var(--icon-content-minus,"");
    --menu-padding-ver-padding-tb: var(--s-2,8px);
    --menu-background-hover: var(--color-fill1-1,#f8f8f8);
    --menu-hoz-icon-size: var(--icon-m,16px);
    --menu-icon-margin: var(--s-2,8px);
    --menu-color-selected: var(--color-link-1,#1047f5);
    --menu-unfold-icon-content: var(--icon-content-arrow-up,"");
    --menu-item-padding-ver-padding-l: var(--s-6,24px);
    --menu-icon-selected-size: var(--icon-s,12px);
    --menu-icon-selected-right: var(--s-2,8px);
    --menu-color-hover: var(--color-brand1-6,#1047f5);
    --menu-font-size: var(--font-size-body-1,14px);
    --menu-item-padding-ver-padding-r: var(--s-6,24px);
    --menu-line-height: var(--s-9,36px);
    --menu-padding-title-horizontal: var(--s-6,24px);
    --menu-divider-margin-ver: var(--s-2,8px);
    --menu-divider-margin-hoz: var(--s-6,24px);
    --menu-icon-size: var(--icon-s,12px);
    --menu-arrow-color-hover: var(--color-brand1-6,#1047f5);
    --menu-padding-ver-padding-lr: var(--s-zero,0px);
    --menu-color: var(--color-text1-4,#333);
    --menu-color-disabled: var(--color-text1-2,#acacac);
    --menu-divider-color: var(--color-line1-1,#e1e1e1);
    --menu-padding-hoz-padding-lr: var(--s-zero,0px);
    --menu-padding-hoz-padding-tb: var(--s-2,8px);
    --menu-item-padding-hoz-padding-lr: var(--s-5,20px);
    --menu-submenu-title-size: var(--font-size-body-1,14px);
    --menu-divider-width: var(--line-1,1px);
    --menu-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --menu-divider-style: var(--line-solid,solid);
    --menu-background: var(--color-white,#fff);
    --menu-arrow-color: var(--color-text1-3,#666);
    --menu-background-selected: var(--color-white,#fff);
    --menu-icon-selected-color: var(--color-brand1-6,#1047f5);
    --menu-arrow-right: 10px;
    --menu-icon-selected-hover-color: var(--color-brand1-6,#1047f5);
    --menu-select-icon-content: var(--icon-content-select,"");
    --menu-fold-icon-content: var(--icon-content-arrow-down,"");
    --menu-popupfold-icon-content: var(--icon-content-arrow-right,"");
    --message-success-color-bg-inline: var(--color-success-3,#eefaf5);
    --message-success-color-border-inline: var(--color-success-3,#eefaf5);
    --message-success-color-icon-inline: var(--color-success-1,#04c3b3);
    --message-success-color-icon-addon: var(--color-success-1,#04c3b3);
    --message-success-color-icon-toast: var(--color-success-1,#04c3b3);
    --message-error-color-bg-inline: var(--color-error-3,#fff5f5);
    --message-error-color-border-inline: var(--color-error-3,#fff5f5);
    --message-error-color-icon-inline: var(--color-error-1,#f33200);
    --message-error-color-icon-addon: var(--color-error-1,#f33200);
    --message-error-color-icon-toast: var(--color-error-1,#f33200);
    --message-warning-color-bg-inline: var(--color-warning-3,#fff5ed);
    --message-warning-color-border-inline: var(--color-warning-3,#fff5ed);
    --message-warning-color-icon-inline: var(--color-warning-1,#ff6a00);
    --message-warning-color-icon-addon: var(--color-warning-1,#ff6a00);
    --message-warning-color-icon-toast: var(--color-warning-1,#ff6a00);
    --message-notice-color-bg-inline: var(--color-notice-3,#eef3ff);
    --message-notice-color-border-inline: var(--color-notice-3,#eef3ff);
    --message-notice-color-icon-inline: var(--color-notice-1,#1047f5);
    --message-notice-color-icon-addon: var(--color-notice-1,#1047f5);
    --message-notice-color-icon-toast: var(--color-notice-1,#1047f5);
    --message-help-color-bg-inline: var(--color-help-3,#eefaf5);
    --message-help-color-border-inline: var(--color-help-3,#eefaf5);
    --message-help-color-icon-inline: var(--color-help-1,#04c3b3);
    --message-help-color-icon-addon: var(--color-success-1,#04c3b3);
    --message-help-color-icon-toast: var(--color-success-1,#04c3b3);
    --message-size-m-icon: var(--icon-m,16px);
    --message-size-m-border-radius: var(--corner-2,4px);
    --message-size-l-content-font: var(--font-size-body-1,14px);
    --message-size-l-title-content-padding-left: var(--s-3,12px);
    --message-size-l-close-top: var(--s-3,12px);
    --message-size-l-close-right: var(--s-3,12px);
    --message-size-m-padding: var(--s-3,12px);
    --message-size-m-title-content-padding-left: var(--s-3,12px);
    --message-close-icon-size: var(--icon-s,12px);
    --message-loading-color-icon-addon: var(--color-notice-1,#1047f5);
    --message-loading-color-icon-toast: var(--color-notice-1,#1047f5);
    --message-hover-close-icon-color: var(--color-brand1-6,#1047f5);
    --message-size-l-padding: var(--s-4,16px);
    --message-size-l-title-content-padding-right: var(--s-5,20px);
    --message-size-l-icon: var(--icon-l,20px);
    --message-size-m-title-content-padding-right: var(--s-3,12px);
    --message-size-m-content-font: var(--font-size-caption,12px);
    --message-success-icon-content: var(--icon-content-success-fill,"");
    --message-warning-icon-content: var(--icon-content-warning-fill,"");
    --message-error-icon-content: var(--icon-content-reeor-fill,"");
    --message-help-icon-content: var(--icon-content-help1,"");
    --message-notice-icon-content: var(--icon-content-prompt,"");
    --message-success-color-title-inline: var(--color-text1-5,#000);
    --message-success-color-title-addon: var(--color-text1-5,#000);
    --message-success-color-title-toast: var(--color-text1-5,#000);
    --message-error-color-title-inline: var(--color-text1-5,#000);
    --message-error-color-title-addon: var(--color-text1-5,#000);
    --message-error-color-title-toast: var(--color-text1-5,#000);
    --message-warning-color-title-inline: var(--color-text1-5,#000);
    --message-warning-color-title-addon: var(--color-text1-5,#000);
    --message-warning-color-title-toast: var(--color-text1-5,#000);
    --message-notice-color-title-inline: var(--color-text1-5,#000);
    --message-notice-color-title-addon: var(--color-text1-5,#000);
    --message-notice-color-title-toast: var(--color-text1-5,#000);
    --message-help-color-title-inline: var(--color-text1-5,#000);
    --message-help-color-title-addon: var(--color-text1-5,#000);
    --message-help-color-title-toast: var(--color-text1-5,#000);
    --message-loading-color-title-inline: var(--color-text1-5,#000);
    --message-loading-color-title-addon: var(--color-text1-5,#000);
    --message-loading-color-title-toast: var(--color-text1-5,#000);
    --message-close-icon-color: var(--color-text1-3,#666);
    --message-size-l-border-radius: var(--corner-2,4px);
    --message-size-l-border-radius-toast: var(--corner-2,4px);
    --message-size-m-border-radius-toast: var(--corner-2,4px);
    --message-size-l-title-font: var(--font-size-title,18px);
    --message-success-color-content-inline: var(--color-text1-4,#333);
    --message-success-color-content-addon: var(--color-text1-4,#333);
    --message-success-color-content-toast: var(--color-text1-4,#333);
    --message-error-color-content-inline: var(--color-text1-4,#333);
    --message-error-color-content-addon: var(--color-text1-4,#333);
    --message-error-color-content-toast: var(--color-text1-4,#333);
    --message-warning-color-content-inline: var(--color-text1-4,#333);
    --message-warning-color-content-addon: var(--color-text1-4,#333);
    --message-warning-color-content-toast: var(--color-text1-4,#333);
    --message-notice-color-content-inline: var(--color-text1-4,#333);
    --message-notice-color-content-addon: var(--color-text1-4,#333);
    --message-notice-color-content-toast: var(--color-text1-4,#333);
    --message-help-color-content-inline: var(--color-text1-4,#333);
    --message-help-color-content-addon: var(--color-text1-4,#333);
    --message-help-color-content-toast: var(--color-text1-4,#333);
    --message-loading-color-content-inline: var(--color-text1-4,#333);
    --message-loading-color-content-addon: var(--color-text1-4,#333);
    --message-loading-color-content-toast: var(--color-text1-4,#333);
    --message-size-l-content-margin-top: var(--s-3,12px);
    --message-size-m-title-font: var(--font-size-body-1,14px);
    --message-size-m-content-margin-top: var(--s-2,8px);
    --message-size-l-border-width: var(--line-2,2px);
    --message-size-m-border-width: var(--line-1,1px);
    --message-size-m-close-top: var(--s-3,12px);
    --message-size-m-close-right: var(--s-3,12px);
    --message-border-style: var(--line-solid,solid);
    --message-border-style-toast: var(--line-solid,solid);
    --message-shadow-toast: var(--shadow-2-down,0px 4px 8px 0px rgba(0,0,0,0.08));
    --message-success-color-bg-addon: var(--color-transparent,transparent);
    --message-success-color-bg-toast: var(--color-white,#fff);
    --message-success-color-border-toast: var(--color-white,#fff);
    --message-error-color-bg-addon: var(--color-transparent,transparent);
    --message-error-color-bg-toast: var(--color-white,#fff);
    --message-error-color-border-toast: var(--color-white,#fff);
    --message-warning-color-bg-addon: var(--color-transparent,transparent);
    --message-warning-color-bg-toast: var(--color-white,#fff);
    --message-warning-color-border-toast: var(--color-white,#fff);
    --message-notice-color-bg-addon: var(--color-transparent,transparent);
    --message-notice-color-bg-toast: var(--color-white,#fff);
    --message-notice-color-border-toast: var(--color-white,#fff);
    --message-help-color-bg-addon: var(--color-transparent,transparent);
    --message-help-color-bg-toast: var(--color-white,#fff);
    --message-help-color-border-toast: var(--color-white,#fff);
    --message-loading-color-bg-inline: var(--color-white,#fff);
    --message-loading-color-bg-addon: var(--color-transparent,transparent);
    --message-loading-color-bg-toast: var(--color-white,#fff);
    --message-loading-color-border-inline: var(--color-white,#fff);
    --message-loading-color-border-toast: var(--color-white,#fff);
    --message-loading-color-icon-inline: var(--color-brand1-6,#1047f5);
    --message-loading-icon-content: var(--icon-content-loading,"");
    --dialog-title-padding-top: var(--s-6,24px);
    --dialog-title-padding-left-right: var(--s-6,24px);
    --dialog-content-padding-left-right: var(--s-6,24px);
    --dialog-footer-padding-left-right: var(--s-6,24px);
    --dialog-close-top: var(--s-6,24px);
    --dialog-close-right: var(--s-6,24px);
    --dialog-close-width: var(--s-5,20px);
    --dialog-border-color: var(--color-white,#fff);
    --dialog-close-color: var(--color-brand1-9,#1f1f49);
    --dialog-footer-button-spacing: var(--s-2,8px);
    --dialog-corner: var(--corner-3,8px);
    --dialog-message-content-padding-top: var(--s-5,20px);
    --dialog-title-font-weight: var(--font-weight-medium,500);
    --dialog-content-font-size: var(--font-size-body-1,14px);
    --dialog-shadow: var(--shadow-1,4px 4px 8px 0px rgba(0,0,0,0.14));
    --dialog-footer-padding-bottom: var(--s-6,24px);
    --dialog-close-size: var(--icon-l,20px);
    --dialog-title-color: var(--color-text1-5,#000);
    --dialog-content-color: var(--color-text1-4,#333);
    --dialog-title-padding-bottom: var(--s-4,16px);
    --dialog-content-padding-bottom: var(--s-zero,0px);
    --dialog-content-margin-bottom-no-footer: var(--s-6,24px);
    --dialog-footer-padding-top: var(--s-6,24px);
    --dialog-title-font-size: var(--font-size-title,18px);
    --dialog-content-padding-top: var(--s-zero,0px);
    --dialog-border-width: var(--line-1,1px);
    --dialog-title-border-width: var(--line-zero,0px);
    --dialog-message-content-padding-bottom: var(--s-5,20px);
    --dialog-message-content-padding-left-right: var(--s-5,20px);
    --dialog-footer-border-width: var(--line-zero,0px);
    --dialog-bg: var(--color-white,#fff);
    --dialog-border-style: var(--line-solid,solid);
    --dialog-title-bg-color: var(--color-transparent,transparent);
    --dialog-title-border-color: var(--color-transparent,transparent);
    --dialog-footer-bg-color: var(--color-transparent,transparent);
    --dialog-footer-border-color: var(--color-transparent,transparent);
    --dialog-close-color-hovered: var(--color-text1-4,#333);
    --dialog-close-bg-hovered: var(--color-transparent,transparent);
    --balloon-corner: var(--corner-2,4px);
    --balloon-primary-color-bg: var(--color-brand1-9,#1f1f49);
    --balloon-primary-color: var(--color-white,#fff);
    --balloon-primary-color-close: var(--color-white,#fff);
    --balloon-size-close: var(--icon-s,12px);
    --balloon-tooltip-shadow: var(--shadow-zero,none);
    --balloon-size-padding-top: var(--s-3,12px);
    --balloon-title-font-size: var(--font-size-body-1,14px);
    --balloon-tooltip-content-font-size: var(--font-size-caption,12px);
    --balloon-normal-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --balloon-normal-color-close-hover: var(--color-brand1-6,#1047f5);
    --balloon-primary-color-close-hover: var(--color-brand1-2,#dfe8ff);
    --balloon-normal-color-border: var(--color-line1-1,#e1e1e1);
    --balloon-content-font-size: var(--font-size-body-1,14px);
    --balloon-normal-color: var(--color-text1-4,#333);
    --balloon-normal-color-close: var(--color-text1-4,#333);
    --balloon-tooltip-color-bg: var(--color-brand1-1,#eef3ff);
    --balloon-tooltip-color-border: var(--color-brand1-1,#eef3ff);
    --balloon-tooltip-color: var(--color-text1-4,#333);
    --balloon-primary-color-border: var(--color-transparent,transparent);
    --balloon-size-max-width: 2000px;
    --balloon-size-padding-right: var(--s-4,16px);
    --balloon-size-padding-closable-right: var(--s-10,40px);
    --balloon-size-header-margin-bottom: var(--s-2,8px);
    --balloon-title-font-weight: var(--font-weight-3,bold);
    --balloon-content-font-weight: var(--font-weight-2,normal);
    --balloon-normal-border-width: var(--line-1,1px);
    --balloon-primary-border-width: var(--line-1,1px);
    --balloon-tooltip-border-width: var(--line-1,1px);
    --balloon-tooltip-content-font-weight: var(--font-weight-2,normal);
    --balloon-size-close-margin-top: var(--s-3,12px);
    --balloon-size-close-margin-right: var(--s-3,12px);
    --balloon-size-arrow-size: var(--s-3,12px);
    --balloon-size-arrow-margin: var(--s-3,12px);
    --balloon-tooltip-size-padding-top: var(--s-2,8px);
    --balloon-tooltip-size-padding-right: var(--s-2,8px);
    --balloon-tooltip-size-padding-bottom: var(--s-2,8px);
    --balloon-tooltip-size-padding-left: var(--s-2,8px);
    --balloon-border-style: var(--line-solid,solid);
    --balloon-normal-color-bg: var(--color-white,#fff);
    --balloon-primary-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --balloon-tooltip-border-style: var(--line-solid,solid);
    --drawer-border-color: var(--color-white,#fff);
    --drawer-title-border-color: var(--color-white,#fff);
    --drawer-title-font-size: var(--font-size-title,18px);
    --drawer-title-padding-top: var(--s-4,16px);
    --drawer-close-top: var(--s-5,20px);
    --drawer-close-right: var(--s-5,20px);
    --drawer-close-size: var(--icon-m,16px);
    --drawer-close-color-hovered: var(--color-notice-1,#1047f5);
    --drawer-content-padding-top: var(--s-2,8px);
    --drawer-content-font-size: var(--font-size-body-1,14px);
    --drawer-title-color: var(--color-text1-5,#000);
    --drawer-content-color: var(--color-text1-4,#333);
    --drawer-close-color: var(--color-text1-4,#333);
    --drawer-title-padding-bottom: var(--s-3,12px);
    --drawer-title-padding-left-right: var(--s-5,20px);
    --drawer-title-border-width: var(--line-1,1px);
    --drawer-content-padding-bottom: var(--s-5,20px);
    --drawer-content-padding-left-right: var(--s-5,20px);
    --drawer-bg: var(--color-white,#fff);
    --drawer-border-width: var(--line-1,1px);
    --drawer-border-style: var(--line-solid,solid);
    --drawer-corner: var(--corner-1,2px);
    --drawer-shadow: var(--shadow-2-down,0px 4px 8px 0px rgba(0,0,0,0.08));
    --drawer-title-bg-color: var(--color-white,#fff);
    --drawer-close-bg-hovered: var(--color-transparent,transparent);
    --input-border-color: var(--color-line1-2,#c8c8c8);
    --input-label-color: var(--color-text1-3,#666);
    --input-hover-border-color: var(--color-notice-1,#1047f5);
    --input-focus-shadow-spread: var(--line-zero,0px);
    --input-disabled-color: var(--color-text1-3,#666);
    --input-disabled-bg-color: var(--color-fill1-2,#f3f3f3);
    --input-s-padding: var(--s-2,8px);
    --input-s-icon-padding-right: var(--s-2,8px);
    --input-feedback-success-color: var(--color-success-1,#04c3b3);
    --input-feedback-loading-color: var(--color-notice-1,#1047f5);
    --input-feedback-error-border-color: var(--color-error-1,#f33200);
    --input-maxlen-error-color: var(--color-error-1,#f33200);
    --input-maxlen-color: var(--color-text1-3,#666);
    --input-multiple-padding-tb: var(--s-2,8px);
    --input-multiple-corner: var(--corner-2,4px);
    --input-addon-bg-color: var(--color-fill1-1,#f8f8f8);
    --input-l-icon-padding-right: var(--s-2,8px);
    --input-m-icon-padding-right: var(--s-2,8px);
    --input-l-padding: var(--s-3,12px);
    --input-m-padding: var(--s-3,12px);
    --input-multiple-padding-lr: var(--s-3,12px);
    --input-l-label-padding-left: var(--s-3,12px);
    --input-m-label-padding-left: var(--s-3,12px);
    --input-feedback-warning-border-color: var(--color-warning-1,#ff6a00);
    --input-feedback-warning-color: var(--color-warning-1,#ff6a00);
    --input-disabled-border-color: var(--color-line1-1,#e1e1e1);
    --input-focus-border-color: var(--color-notice-1,#1047f5);
    --input-text-color: var(--color-text1-5,#000);
    --input-placeholder-color: var(--color-text1-2,#acacac);
    --input-addon-text-color: var(--color-text1-3,#666);
    --input-hint-color: var(--color-text1-2,#acacac);
    --input-multiple-font-size: var(--font-size-body-1,14px);
    --input-feedback-warning-icon: var(--icon-content-warning-fill,"");
    --input-hover-bg-color: var(--color-white,#fff);
    --input-focus-bg-color: var(--color-white,#fff);
    --input-border-width: var(--line-1,1px);
    --input-bg-color: var(--color-white,#fff);
    --input-addon-padding: var(--s-2,8px);
    --input-s-label-padding-left: var(--s-2,8px);
    --input-feedback-warning-bg-color: var(--color-white,#fff);
    --input-feedback-success-icon: var(--icon-content-success-filling,"");
    --input-feedback-loading-icon: var(--icon-content-loading,"");
    --input-feedback-error-color: var(--input-text-color,#000);
    --input-feedback-error-bg-color: var(--color-white,#fff);
    --input-maxlen-warning-color: var(--color-warning-3,#fff5ed);
    --input-maxlen-font-size: var(--font-size-caption,12px);
    --input-hint-hover-color: var(--color-text1-3,#666);
    --input-feedback-clear-icon: var(--icon-content-delete-filling,"");
    --cascader-menu-border-color: var(--color-line1-1,#e1e1e1);
    --cascader-menu-border-radius: var(--corner-2,4px);
    --cascader-menu-icon-expand-color: var(--color-text1-3,#666);
    --cascader-menu-icon-hover-expand-color: var(--color-text1-3,#666);
    --cascader-menu-item-expanded-background-color: var(--color-white,#fff);
    --cascader-menu-item-expanded-color: var(--color-brand1-6,#1047f5);
    --cascader-menu-width: var(--s-40,160px);
    --cascader-menu-height: var(--s-50,200px);
    --cascader-menu-icon-expand-size: var(--icon-s,12px);
    --cascader-menu-border-width: var(--line-1,1px);
    --cascader-menu-min-width: var(--s-25,100px);
    --radio-width: var(--s-4,16px);
    --radio-circle-size: var(--s-1,4px);
    --radio-checked-hovered-bg-color: var(--color-notice-2,#0c38c4);
    --radio-border-color: var(--color-line1-3,#a2a3a5);
    --radio-disabled-bg-color: var(--color-fill1-3,#e1e1e1);
    --radio-checked-disabled-bg-color: var(--color-fill1-3,#e1e1e1);
    --radio-disabled-border-color: var(--color-line1-2,#c8c8c8);
    --radio-checked-disabled-border-color: var(--color-line1-2,#c8c8c8);
    --radio-checked-disabled-circle-color: var(--color-line1-3,#a2a3a5);
    --radio-button-height-large: var(--s-9,36px);
    --radio-button-height-medium: var(--s-8,32px);
    --radio-button-height-small: var(--s-7,28px);
    --radio-button-padding-large: var(--s-3,12px);
    --radio-button-corner-large: var(--corner-2,4px);
    --radio-button-corner-medium: var(--corner-2,4px);
    --radio-button-corner-small: var(--corner-2,4px);
    --radio-button-bg-color-disabled: var(--color-fill1-2,#f3f3f3);
    --radio-button-border-color-hovered: var(--color-notice-1,#1047f5);
    --radio-button-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --radio-button-border-color-checked-disabled: var(--color-line1-2,#c8c8c8);
    --radio-button-font-color-hovered: var(--color-notice-1,#1047f5);
    --radio-button-font-color-checked-disabled: var(--color-notice-1,#1047f5);
    --radio-button-bg-color-hovered: var(--color-notice-3,#eef3ff);
    --radio-font-margin-left: var(--s-2,8px);
    --radio-font-size: var(--font-size-body-1,14px);
    --radio-button-font-size-large: var(--font-size-body-1,14px);
    --radio-button-bg-color-checked-disabled: var(--color-white,#fff);
    --radio-button-bg-color-checked: var(--color-white,#fff);
    --radio-normal-font-color: var(--color-text1-4,#333);
    --radio-button-border-color: var(--color-line1-2,#c8c8c8);
    --radio-button-font-color: var(--color-text1-4,#333);
    --radio-button-font-color-disabled: var(--color-text1-2,#acacac);
    --radio-normal-font-color-disabled: var(--color-text1-4,#333);
    --radio-circle-border-width: var(--line-1,1px);
    --radio-shadow: var(--shadow-zero,none);
    --radio-radius-size: var(--corner-circle,50%);
    --radio-bg-color: var(--color-white,#fff);
    --radio-hovered-bg-color: var(--color-brand1-1,#eef3ff);
    --radio-checked-bg-color: var(--color-brand1-6,#1047f5);
    --radio-hovered-border-color: var(--color-brand1-6,#1047f5);
    --radio-checked-border-color: var(--color-brand1-6,#1047f5);
    --radio-checked-hovered-border-color: var(--color-transparent,transparent);
    --radio-checked-circle-color: var(--color-white,#fff);
    --radio-disabled-circle-color: var(--color-text1-1,#ccc);
    --radio-checked-hovered-circle-color: var(--color-white,#fff);
    --radio-button-padding-medium: var(--s-2,8px);
    --radio-button-padding-small: var(--s-2,8px);
    --radio-button-font-size-medium: var(--font-size-body-1,14px);
    --radio-button-font-size-small: var(--font-size-caption,12px);
    --radio-button-bg-color: var(--color-white,#fff);
    --radio-button-border-color-checked: var(--color-brand1-6,#1047f5);
    --radio-button-font-color-checked: var(--color-brand1-6,#1047f5);
    --checkbox-border-radius: var(--corner-1,2px);
    --checkbox-margin-left: var(--s-2,8px);
    --checkbox-semi-select-icon-content: var(--icon-content-sami-select,"");
    --checkbox-disabled-border-color: var(--color-line1-2,#c8c8c8);
    --checkbox-disabled-bg-color: var(--color-fill1-3,#e1e1e1);
    --checkbox-disabled-circle-color: var(--color-text1-3,#666);
    --checkbox-circle-size: var(--icon-s,12px);
    --checkbox-checked-hovered-bg-color: var(--color-brand1-7,#0c38c4);
    --checkbox-font-size: var(--font-size-body-1,14px);
    --checkbox-label-color: var(--color-text1-4,#333);
    --checkbox-disabled-label-color: var(--color-text1-4,#333);
    --checkbox-border-color: var(--color-line1-3,#a2a3a5);
    --checkbox-size: var(--s-4,16px);
    --checkbox-border-width: var(--line-1,1px);
    --checkbox-shadow: var(--shadow-zero,none);
    --checkbox-hovered-border-color: var(--color-brand1-6,#1047f5);
    --checkbox-checked-border-color: var(--color-transparent,transparent);
    --checkbox-checked-hovered-border-color: var(--color-transparent,transparent);
    --checkbox-checked-circle-color: var(--color-white,#fff);
    --checkbox-checked-hovered-circle-color: var(--color-white,#fff);
    --checkbox-bg-color: var(--color-white,#fff);
    --checkbox-checked-bg-color: var(--color-brand1-6,#1047f5);
    --checkbox-hovered-bg-color: var(--color-brand1-1,#eef3ff);
    --checkbox-select-icon-content: var(--icon-content-select,"");
    --range-size-m-track-height: var(--s-1,4px);
    --range-size-m-scale-height: var(--s-1,4px);
    --range-size-m-slider-hw: var(--s-4,16px);
    --range-size-m-track-radius: var(--corner-zero,0px);
    --range-normal-unselected-color: var(--color-line1-1,#e1e1e1);
    --range-normal-unselected-color-hover: var(--color-line1-1,#e1e1e1);
    --range-size-m-slider-shadow: var(--shadow-zero,none);
    --range-size-m-slider-shadow-hover: var(--shadow-zero,none);
    --range-normal-unselected-color-disabled: var(--color-line1-1,#e1e1e1);
    --range-normal-selected-color-disabled: var(--color-brand1-6,#1047f5);
    --range-normal-slider-bg-color-disabled: var(--color-fill1-3,#e1e1e1);
    --range-normal-slider-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --range-size-slider-border-width: var(--line-1,1px);
    --range-size-m-mark-font-lineheight: 20px;
    --range-normal-mark-selected-color: var(--color-text1-3,#666);
    --range-normal-mark-color-hover: var(--color-text1-2,#acacac);
    --range-normal-mark-color-disabled: var(--color-text1-4,#333);
    --range-normal-mark-selected-color-disabled: var(--color-text1-4,#333);
    --range-normal-mark-color: var(--color-text1-3,#666);
    --range-normal-slider-border-color: var(--color-brand1-6,#1047f5);
    --range-size-m-mark-top: var(--s-7,28px);
    --range-size-m-mark-font-size: var(--font-size-caption,12px);
    --range-size-m-scale-item-border-width: var(--line-1,1px);
    --range-size-slider-border-style: var(--line-solid,solid);
    --range-size-m-mark-font-weight: var(--font-weight-2,normal);
    --range-size-m-scale-radius: var(--corner-zero,0px);
    --range-size-m-slider-shadow-moving: var(--shadow-2,4px 4px 8px 0px rgba(0,0,0,0.08));
    --range-normal-selected-color: var(--color-brand1-6,#1047f5);
    --range-normal-slider-bg-color: var(--color-white,#fff);
    --range-normal-selected-color-hover: var(--color-brand1-6,#1047f5);
    --range-normal-slider-bg-color-hover: var(--color-white,#fff);
    --range-normal-mark-selected-color-hover: var(--color-text1-4,#333);
    --range-normal-slider-border-color-hover: var(--color-transparent,transparent);
    --rating-small-font-size: var(--font-size-body-1,14px);
    --rating-medium-font-size: var(--font-size-body-2,14px);
    --rating-large-font-size: var(--font-size-subhead,16px);
    --rating-normal-underlay-color: var(--color-fill1-3,#e1e1e1);
    --rating-normal-overlay-hover-color: var(--color-other-2,#fccc12);
    --rating-grade-low-overlay-color: var(--color-other-2,#fccc12);
    --rating-grade-high-overlay-color: var(--color-other-2,#fccc12);
    --rating-grade-high-overlay-hover-color: var(--color-other-2,#fccc12);
    --rating-medium-icon-size: var(--icon-m,16px);
    --rating-large-icon-size: var(--icon-l,20px);
    --rating-small-icon-size: var(--icon-l,20px);
    --rating-small-text-margin-left: var(--s-2,8px);
    --rating-medium-text-margin-left: var(--s-3,12px);
    --rating-large-text-margin-left: var(--s-4,16px);
    --rating-normal-overlay-color: var(--color-brand1-6,#1047f5);
    --rating-grade-low-overlay-hover-color: var(--color-text1-2,#acacac);
    --rating-grade-icon-content: var(--icon-content-favorites-filling,"");
    --search-normal-corner: var(--corner-2,4px);
    --search-normal-secondary-l-height: var(--s-9,36px);
    --search-normal-secondary-m-height: var(--s-8,32px);
    --search-normal-normal-l-height: var(--s-9,36px);
    --search-normal-normal-color: var(--color-line1-2,#c8c8c8);
    --search-normal-normal-split-color: var(--color-line1-2,#c8c8c8);
    --search-normal-normal-hover-color: var(--color-line1-3,#a2a3a5);
    --search-normal-normal-btn-hover-bg-color: var(--color-fill1-2,#f3f3f3);
    --search-normal-normal-m-height: var(--s-8,32px);
    --search-normal-dark-btn-hover-bg-color: var(--color-notice-2,#0c38c4);
    --search-normal-dark-border-width: var(--line-2,2px);
    --search-simple-corner: var(--corner-2,4px);
    --search-simple-normal-color: var(--color-line1-2,#c8c8c8);
    --search-simple-normal-hover-color: var(--color-notice-1,#1047f5);
    --search-simple-normal-split-color: var(--color-line1-2,#c8c8c8);
    --search-simple-normal-icon-text-color: var(--color-text1-3,#666);
    --search-simple-dark-color: var(--color-line1-2,#c8c8c8);
    --search-simple-dark-hover-color: var(--color-line1-1,#e1e1e1);
    --search-simple-dark-split-color: var(--color-line1-2,#c8c8c8);
    --search-normal-dark-bg-opacity: 0;
    --search-simple-dark-bg-opacity: 0;
    --search-simple-dark-icon-text-color: var(--color-fill1-2,#f3f3f3);
    --search-normal-secondary-l-icon-size: var(--icon-m,16px);
    --search-normal-secondary-m-icon-size: var(--icon-m,16px);
    --search-normal-normal-l-icon-size: var(--icon-m,16px);
    --search-normal-normal-m-icon-size: var(--icon-m,16px);
    --search-normal-dark-m-icon-size: var(--icon-m,16px);
    --search-simple-normal-m-icon-size: var(--icon-m,16px);
    --search-simple-dark-m-icon-size: var(--icon-m,16px);
    --search-normal-primary-split-color: var(--color-line1-1,#e1e1e1);
    --search-normal-primary-btn-text-padding-left: var(--s-1,4px);
    --search-normal-primary-l-icon-size: var(--icon-m,16px);
    --search-normal-primary-m-icon-size: var(--icon-m,16px);
    --search-normal-secondary-btn-text-padding-left: var(--s-1,4px);
    --search-normal-normal-btn-text-padding-left: var(--s-1,4px);
    --search-normal-dark-btn-text-padding-left: var(--s-1,4px);
    --search-normal-dark-l-icon-size: var(--icon-m,16px);
    --search-normal-primary-hover-color: var(--color-brand1-6,#1047f5);
    --search-normal-primary-btn-hover-bg-color: var(--color-brand1-7,#0c38c4);
    --search-simple-normal-icon-hover-text-color: var(--color-brand1-6,#1047f5);
    --search-simple-dark-icon-hover-text-color: var(--color-white,#fff);
    --search-normal-primary-m-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-secondary-m-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-normal-m-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-dark-m-btn-text-size: var(--font-size-body-1,14px);
    --search-simple-normal-l-icon-size: var(--icon-m,16px);
    --search-simple-dark-l-icon-size: var(--icon-m,16px);
    --search-normal-primary-border-width: var(--line-1,1px);
    --search-normal-primary-l-height: var(--s-9,36px);
    --search-normal-primary-l-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-primary-m-height: var(--s-8,32px);
    --search-normal-secondary-split-color: var(--color-line1-2,#c8c8c8);
    --search-normal-secondary-btn-bg-color: var(--color-brand1-1,#eef3ff);
    --search-normal-secondary-btn-text-color: var(--color-brand1-6,#1047f5);
    --search-normal-secondary-btn-hover-bg-color: var(--color-brand1-2,#dfe8ff);
    --search-normal-secondary-btn-hover-text-color: var(--color-brand1-6,#1047f5);
    --search-normal-secondary-l-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-normal-l-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-dark-l-height: var(--s-9,36px);
    --search-normal-dark-l-btn-text-size: var(--font-size-body-1,14px);
    --search-normal-dark-m-height: var(--s-8,32px);
    --search-normal-secondary-color: var(--color-line1-2,#c8c8c8);
    --search-normal-normal-btn-bg-color: var(--color-white,#fff);
    --search-normal-normal-btn-hover-text-color: var(--color-text1-5,#000);
    --search-normal-primary-color: var(--color-brand1-6,#1047f5);
    --search-normal-primary-shadow: var(--shadow-zero,none);
    --search-normal-primary-btn-text-color: var(--color-white,#fff);
    --search-normal-primary-btn-hover-text-color: var(--color-white,#fff);
    --search-normal-secondary-hover-color: var(--color-brand1-6,#1047f5);
    --search-normal-secondary-shadow: var(--shadow-zero,none);
    --search-normal-secondary-border-width: var(--line-1,1px);
    --search-normal-normal-shadow: var(--shadow-zero,none);
    --search-normal-normal-btn-text-color: var(--color-text1-3,#666);
    --search-normal-normal-border-width: var(--line-1,1px);
    --search-normal-dark-color: var(--color-brand1-6,#1047f5);
    --search-normal-dark-hover-color: var(--color-brand1-6,#1047f5);
    --search-normal-dark-text-color: var(--color-white,#fff);
    --search-normal-dark-bg-color: var(--color-white,#fff);
    --search-normal-dark-shadow: var(--shadow-zero,none);
    --search-normal-dark-btn-text-color: var(--color-white,#fff);
    --search-normal-dark-btn-hover-text-color: var(--color-white,#fff);
    --search-simple-l-icon-margin-right: var(--s-3,12px);
    --search-simple-m-icon-margin-right: var(--s-2,8px);
    --search-simple-normal-shadow: var(--shadow-zero,none);
    --search-simple-normal-border-width: var(--line-1,1px);
    --search-simple-normal-btn-text-padding-left: var(--s-zero,0px);
    --search-simple-dark-bg-color: var(--color-white,#fff);
    --search-simple-dark-text-color: var(--color-white,#fff);
    --search-simple-dark-shadow: var(--shadow-zero,none);
    --search-simple-dark-btn-text-padding-left: var(--s-zero,0px);
    --search-simple-dark-border-width: var(--line-1,1px);
    --search-search-icon-content: var(--icon-content-search,"");
    --switch-size-m-radius-container: var(--corner-semicircle,500px);
    --switch-size-m-radius-trigger: var(--corner-semicircle,500px);
    --switch-size-m-trigger-padding-r: var(--s-2,8px);
    --switch-size-s-radius-container: var(--corner-semicircle,500px);
    --switch-size-s-radius-trigger: var(--corner-semicircle,500px);
    --switch-on-shadow: var(--shadow-zero,none);
    --switch-off-shadow: var(--shadow-zero,none);
    --switch-disabled-off-trigger-bg-color: var(--color-fill1-2,#f3f3f3);
    --switch-hover-on-bg-color: var(--color-brand1-7,#0c38c4);
    --switch-size-m-trigger-padding-l: var(--s-1,4px);
    --switch-size-s-trigger-padding-l: var(--s-1,4px);
    --switch-disabled-on-color-font: var(--color-text1-2,#acacac);
    --switch-normal-off-bg-color: var(--color-fill1-3,#e1e1e1);
    --switch-disabled-off-color-font: var(--color-text1-2,#acacac);
    --switch-normal-off-border-color: var(--color-fill1-3,#e1e1e1);
    --switch-disabled-off-bg-color: var(--color-fill1-3,#e1e1e1);
    --switch-disabled-on-trigger-bg-color: var(--color-fill1-2,#f3f3f3);
    --switch-normal-off-color-font: var(--color-text1-2,#acacac);
    --switch-size-m-width: var(--s-14,56px);
    --switch-size-m-trigger: var(--s-6,24px);
    --switch-size-m-inner-icon: var(--s-4,16px);
    --switch-size-s-width: var(--s-11,44px);
    --switch-size-s-trigger: var(--s-5,20px);
    --switch-size-s-inner-icon: var(--s-3,12px);
    --switch-size-s-trigger-padding-r: var(--s-2,8px);
    --switch-border-width-container: var(--line-2,2px);
    --switch-border-width-trigger: var(--line-1,1px);
    --switch-normal-on-bg-color: var(--color-brand1-6,#1047f5);
    --switch-disabled-on-bg-color: var(--color-fill1-3,#e1e1e1);
    --switch-normal-on-trigger-bg-color: var(--color-white,#fff);
    --switch-hover-on-trigger-bg-color: var(--color-white,#fff);
    --switch-normal-on-color-font: var(--color-white,#fff);
    --switch-disabled-on-border-color: var(--color-line1-3,#a2a3a5);
    --switch-handle-on-border-color: var(--color-transparent,transparent);
    --switch-hover-off-bg-color: var(--color-fill1-3,#e1e1e1);
    --switch-normal-off-trigger-bg-color: var(--color-white,#fff);
    --switch-hover-off-trigger-bg-color: var(--color-white,#fff);
    --switch-handle-disabled-border-color: transparent;
    --switch-handle-off-border-color: var(--color-transparent,transparent);
    --switch-hover-off-border-color: var(--color-fill1-3,#e1e1e1);
    --switch-rtl-on-shadow: var(--shadow-1-left,-4px 0px 8px 0px rgba(0,0,0,0.14));
    --upload-text-list-padding-left-right: var(--s-3,12px);
    --upload-text-list-corner: var(--corner-2,4px);
    --upload-text-list-bg-color: var(--color-fill1-1,#f8f8f8);
    --upload-text-list-bg-color-error: var(--color-error-3,#fff5f5);
    --upload-text-list-error-text-color: var(--color-error-1,#f33200);
    --upload-text-list-progressbar-height: var(--s-2,8px);
    --upload-image-list-item-padding: var(--s-2,8px);
    --upload-image-list-item-picture-size: var(--s-12,48px);
    --upload-image-list-item-picture-icon-size: var(--icon-l,20px);
    --upload-image-list-item-picture-corner: var(--corner-1,2px);
    --upload-image-list-item-thumbnail-font-color: var(--color-text1-4,#333);
    --upload-image-list-close-icon-right: var(--s-2,8px);
    --upload-image-list-item-border-width: var(--line-zero,0px);
    --upload-image-list-item-uploading-bg-color: var(--color-fill1-1,#f8f8f8);
    --upload-image-list-item-border-color: var(--color-line1-1,#e1e1e1);
    --upload-image-list-item-picture-border-color: var(--color-line1-1,#e1e1e1);
    --upload-image-list-item-picture-background-color: var(--color-white,#fff);
    --upload-card-list-corner: var(--corner-2,4px);
    --upload-image-list-item-bg-color: var(--color-fill1-1,#f8f8f8);
    --upload-image-list-item-error-bg-color: var(--color-error-3,#fff5f5);
    --upload-card-border-style: var(--line-dashed,dashed);
    --upload-card-border-color: var(--color-line1-2,#c8c8c8);
    --upload-card-bg-color: var(--color-white,#fff);
    --upload-card-hover-border-color: var(--color-notice-1,#1047f5);
    --upload-card-icon-color: var(--color-text1-3,#666);
    --upload-card-add-icon: var(--icon-content-add-select,"");
    --upload-card-list-uploading-bg-color: var(--color-white,#fff);
    --upload-card-list-margin-right: var(--s-3,12px);
    --upload-card-list-border-color: var(--color-line1-2,#c8c8c8);
    --upload-card-list-border-color-error: var(--color-error-1,#f33200);
    --upload-select-card-tool-bg-opacity: 0.8;
    --upload-drag-zone-corner: var(--corner-2,4px);
    --upload-card-font-color: var(--color-text1-3,#666);
    --upload-text-list-height: var(--s-12,48px);
    --upload-text-list-close-icon-size: var(--icon-s,12px);
    --upload-image-list-close-icon-size: var(--icon-s,12px);
    --upload-drag-zone-icon-size: var(--s-5,20px);
    --upload-text-list-font-size: var(--font-size-caption,12px);
    --upload-image-list-item-font-size: var(--font-size-caption,12px);
    --upload-card-size: var(--s-26,104px);
    --upload-card-add-icon-size: var(--icon-m,16px);
    --upload-card-add-text-size: var(--font-size-body-1,14px);
    --upload-card-add-text-margin-top: var(--s-1,4px);
    --upload-card-hover-font-color: var(--color-notice-1,#1047f5);
    --upload-drag-zone-font-size: var(--font-size-body-1,14px);
    --upload-disable-text-color: var(--color-text1-2,#acacac);
    --upload-text-list-bg-color-hover: var(--color-fill1-1,#f8f8f8);
    --upload-text-list-close-icon-color: var(--color-text1-4,#333);
    --upload-text-list-close-icon-color-hover: var(--color-brand1-6,#1047f5);
    --upload-text-list-name-font-color: var(--color-text1-4,#333);
    --upload-text-list-name-font-color-hover: var(--color-brand1-6,#1047f5);
    --upload-text-list-size-font-color-hover: var(--color-brand1-6,#1047f5);
    --upload-image-list-close-icon-color: var(--color-text1-4,#333);
    --upload-image-list-close-icon-color-hover: var(--color-brand1-6,#1047f5);
    --upload-image-list-item-border-color-hover: var(--color-line1-1,#e1e1e1);
    --upload-card-list-thumbnail-font-color: var(--color-text1-3,#666);
    --upload-card-list-thumbnail-font-size: var(--font-size-caption,12px);
    --upload-card-list-thumbnail-icon-size: var(--icon-l,20px);
    --upload-card-list-name-font-size: var(--font-size-body-1,14px);
    --upload-drag-zone-border-color: var(--color-line1-3,#a2a3a5);
    --upload-drag-zone-upload-normal-title-color: var(--color-text1-4,#333);
    --upload-drag-zone-upload-normal-hint-color: var(--color-text1-3,#666);
    --upload-drag-zone-upload-icon-color: var(--color-text1-3,#666);
    --upload-text-list-size-font-color: var(--color-text1-2,#acacac);
    --upload-disable-border-color: var(--color-line1-1,#e1e1e1);
    --upload-text-list-close-icon-right: var(--s-3,12px);
    --upload-image-list-item-picture-border-width: var(--line-1,1px);
    --upload-image-list-item-border-color-error: var(--color-error-3,#fff5f5);
    --upload-image-list-progressbar-height: var(--s-2,8px);
    --upload-card-margin-bottom: var(--s-4,16px);
    --upload-card-border-radius: var(--corner-zero,0px);
    --upload-card-list-bg-color: var(--color-transparent,transparent);
    --upload-card-list-bg-color-error: var(--color-fill1-1,#f8f8f8);
    --upload-card-list-padding: var(--s-zero,0px);
    --upload-card-list-name-margin-top: var(--s-1,4px);
    --upload-card-list-name-font-color: var(--color-text1-3,#666);
    --upload-card-list-progressbar-height: var(--s-2,8px);
    --upload-select-card-tool-bg-color: var(--color-black,#000);
    --upload-drag-zone-over-border-color: var(--color-brand1-6,#1047f5);
    --upload-drag-zone-hint-font-size: var(--font-size-caption,12px);
    --upload-drag-zone-bg-color: var(--color-transparent,transparent);
    --upload-drag-zone-upload-icon: var(--icon-content-upload,"");
    --form-top-label-margin-b: undefinedpx;
    --form-inline-s-item-margin-r: var(--s-6,24px);
    --form-error-color: var(--color-error-1,#f33200);
    --form-item-s-margin-b: var(--s-3,12px);
    --form-help-font-size: var(--font-size-caption,12px);
    --form-help-color: var(--color-text1-2,#acacac);
    --form-help-margin-top: var(--s-zero,0px);
    --form-label-padding-r: var(--s-3,12px);
    --form-inline-m-item-margin-r: var(--s-3,12px);
    --form-inline-l-item-margin-r: var(--s-3,12px);
    --form-item-l-margin-b: var(--s-5,20px);
    --form-item-m-margin-b: var(--s-3,12px);
    --form-warning-color: var(--color-warning-3,#fff5ed);
    --form-label-color: var(--color-text1-3,#666);
    --tag-size-l-height: var(--s-8,32px);
    --tag-size-m-height: var(--s-7,28px);
    --tag-size-s-height: var(--s-6,24px);
    --tag-size-l-padding-lr: var(--s-3,12px);
    --tag-size-m-padding-lr: var(--s-2,8px);
    --tag-size-s-padding-lr: var(--s-1,4px);
    --tag-corner-radius: var(--corner-2,4px);
    --tag-size-l-icon-font: var(--icon-s,12px);
    --tag-size-m-icon-font: var(--icon-s,12px);
    --tag-size-s-icon-font: var(--icon-s,12px);
    --tag-closable-normal-bg: var(--color-fill1-2,#f3f3f3);
    --tag-closable-bordered-tail-color-disabled: var(--color-text1-3,#666);
    --tag-closable-bordered-border-color-disabled: var(--color-line1-1,#e1e1e1);
    --tag-closable-bordered-text-color-disabled: var(--color-text1-3,#666);
    --tag-closable-bordered-bg-disabled: var(--color-fill1-3,#e1e1e1);
    --tag-fill-tail-color-disabled: var(--color-text1-3,#666);
    --tag-closable-primary-fill-text-color-disabled: var(--color-text1-3,#666);
    --tag-closable-primary-fill-bg-color-disabled: var(--color-fill1-3,#e1e1e1);
    --tag-fill-tail-color: var(--color-text1-3,#666);
    --tag-closable-primary-fill-bg-color-hover: var(--color-fill1-2,#f3f3f3);
    --tag-closable-primary-fill-border-color: var(--color-transparent,transparent);
    --tag-checkable-normal-tick-bg-selected-disabled: var(--color-fill1-3,#e1e1e1);
    --tag-checkable-normal-icon-color-selected-disabled: var(--color-text1-3,#666);
    --tag-fill-border-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tag-fill-bg-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tag-bordered-border-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tag-bordered-bg-disabled: var(--color-fill1-2,#f3f3f3);
    --tag-secondary-bg: var(--color-notice-3,#eef3ff);
    --tag-checkable-normal-border-color: var(--color-fill1-2,#f3f3f3);
    --tag-size-l-spacing: var(--s-1,4px);
    --tag-size-m-spacing: var(--s-1,4px);
    --tag-size-s-spacing: var(--s-1,4px);
    --tag-size-l-tick-icon-size: var(--icon-s,12px);
    --tag-size-s-tick-icon-size: var(--icon-xs,8px);
    --tag-closable-primary-fill-border-color-disabled: var(--color-line1-1,#e1e1e1);
    --tag-checkable-normal-bg-selected: var(--color-brand1-6,#1047f5);
    --tag-checkable-normal-bg-selected-hover: var(--color-brand1-7,#0c38c4);
    --tag-checkable-normal-border-color-hover: var(--color-brand1-1,#eef3ff);
    --tag-checkable-normal-bg-hover: var(--color-brand1-1,#eef3ff);
    --tag-size-l-text-size: var(--font-size-body-1,14px);
    --tag-size-l-content-min-width: var(--s-12,48px);
    --tag-fill-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-size-m-tick-icon-size: var(--icon-xs,8px);
    --tag-size-l-tick-icon-bg-size: var(--s-7,28px);
    --tag-size-m-tick-icon-bg-size: var(--s-6,24px);
    --tag-size-s-tick-icon-bg-size: var(--s-5,20px);
    --tag-closable-normal-bg-hover: var(--color-brand1-2,#dfe8ff);
    --tag-closable-bordered-text-color: var(--color-brand1-6,#1047f5);
    --tag-closable-bordered-bg: var(--color-brand1-1,#eef3ff);
    --tag-closable-bordered-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-closable-bordered-border-color-hover: var(--color-brand1-2,#dfe8ff);
    --tag-closable-bordered-bg-hover: var(--color-brand1-2,#dfe8ff);
    --tag-closable-bordered-tail-color: var(--color-brand1-6,#1047f5);
    --tag-fill-tail-color-hover: var(--color-brand1-6,#1047f5);
    --tag-checkable-fill-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-checkable-fill-bg-color-hover: var(--color-brand1-1,#eef3ff);
    --tag-checkable-normal-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-checkable-primary-text-color: var(--color-brand1-6,#1047f5);
    --tag-checkable-primary-bg-color: var(--color-brand1-1,#eef3ff);
    --tag-checkable-primary-border-color: var(--color-brand1-6,#1047f5);
    --tag-checkable-primary-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-checkable-primary-bg-color-hover: var(--color-brand1-2,#dfe8ff);
    --tag-checkable-primary-border-color-hover: var(--color-brand1-6,#1047f5);
    --tag-closable-primary-fill-border-color-hover: var(--color-transparent,transparent);
    --tag-closable-bordered-tail-color-hover: var(--color-brand1-7,#0c38c4);
    --tag-fill-border-color-hover: var(--color-line1-4,#eee);
    --tag-fill-bg-color-hover: var(--color-fill1-2,#f3f3f3);
    --tag-checkable-normal-bg-selected-disabled: var(--color-fill1-1,#f8f8f8);
    --tag-border-width: var(--line-1,1px);
    --tag-size-m-text-size: var(--font-size-caption,12px);
    --tag-checkable-fill-bg-color: var(--color-fill1-2,#f3f3f3);
    --tag-checkable-normal-bg: var(--color-fill1-2,#f3f3f3);
    --tag-closable-primary-fill-bg-color: var(--color-fill1-2,#f3f3f3);
    --tag-secondary-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-secondary-border-color-hover: var(--color-brand1-6,#1047f5);
    --tag-secondary-bg-hover: var(--color-brand1-2,#dfe8ff);
    --tag-checkable-fill-border-color: var(--color-fill1-2,#f3f3f3);
    --tag-checkable-fill-border-color-hover: var(--color-brand1-1,#eef3ff);
    --tag-closable-bordered-border-color: var(--color-brand1-1,#eef3ff);
    --tag-fill-text-color: var(--color-brand1-6,#1047f5);
    --tag-fill-border-color: var(--color-fill1-1,#f8f8f8);
    --tag-fill-bg-color: var(--color-fill1-1,#f8f8f8);
    --tag-fill-text-color-disabled: var(--color-text1-2,#acacac);
    --tag-checkable-fill-text-color: var(--color-text1-4,#333);
    --tag-checkable-fill-text-color-disabled: var(--color-text1-2,#acacac);
    --tag-checkable-normal-text-color: var(--color-text1-4,#333);
    --tag-checkable-normal-text-selected-disabled: var(--color-text1-2,#acacac);
    --tag-closable-primary-fill-text-color: var(--color-text1-4,#333);
    --tag-closable-primary-fill-text-color-hover: var(--color-text1-5,#000);
    --tag-checkable-fill-border-color-disabled: var(--color-line1-1,#e1e1e1);
    --tag-checkable-primary-text-color-disabled: var(--color-brand1-6,#1047f5);
    --tag-checkable-primary-bg-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tag-checkable-primary-border-color-disabled: var(--color-line1-2,#c8c8c8);
    --tag-bordered-text-color: var(--color-text1-4,#333);
    --tag-bordered-text-color-hover: var(--color-text1-4,#333);
    --tag-bordered-text-color-disabled: var(--color-text1-4,#333);
    --tag-bordered-border-color: var(--color-fill1-2,#f3f3f3);
    --tag-bordered-border-color-hover: var(--color-fill1-2,#f3f3f3);
    --tag-bordered-bg: var(--color-fill1-2,#f3f3f3);
    --tag-bordered-bg-hover: var(--color-fill1-2,#f3f3f3);
    --tag-checkable-corner-radius: var(--corner-1,2px);
    --tag-shadow: var(--shadow-zero,none);
    --tag-size-s-text-size: var(--font-size-caption,12px);
    --tag-size-s-content-min-width: var(--s-7,28px);
    --tag-size-m-content-min-width: var(--s-10,40px);
    --tag-normal-text-color: var(--color-text1-4,#333);
    --tag-closable-normal-icon-color: var(--color-white,#fff);
    --tag-closable-normal-icon-color-hover: var(--color-white,#fff);
    --tag-closable-normal-icon-color-disabled: var(--color-white,#fff);
    --tag-closable-normal-bg-disabled: var(--color-line1-1,#e1e1e1);
    --tag-bordered-tail-color: var(--color-text1-3,#666);
    --tag-secondary-text-color: var(--color-brand1-6,#1047f5);
    --tag-normal-text-color-hover: var(--color-brand1-6,#1047f5);
    --tag-bordered-tail-color-hover: var(--color-text1-4,#333);
    --tag-bordered-tail-color-disabled: var(--color-text1-1,#ccc);
    --tag-secondary-border-color: var(--color-brand1-6,#1047f5);
    --tag-checkable-secondary-bg-selected: var(--color-brand1-6,#1047f5);
    --tag-checkable-secondary-bg-selected-hover: var(--color-brand1-9,#1f1f49);
    --tag-primary-background-color: var(--color-brand1-6,#1047f5);
    --tag-text-color-disabled: var(--color-text1-1,#ccc);
    --tag-border-color-disabled: var(--color-line1-1,#e1e1e1);
    --tag-checkable-fill-tail-color: var(--color-text1-3,#666);
    --tag-checkable-fill-tail-color-hover: var(--color-text1-4,#333);
    --tag-checkable-fill-tail-color-disabled: var(--color-text1-1,#ccc);
    --tag-checkable-fill-bg-color-disabled: var(--color-fill1-1,#f8f8f8);
    --tag-checkable-normal-border-selected-disabled: var(--color-line1-1,#e1e1e1);
    --tag-checkable-primary-tail-color: var(--color-white,#fff);
    --tag-checkable-primary-tail-color-hover: var(--color-white,#fff);
    --tag-checkable-secondary-bg-selected-disabled: var(--color-line1-1,#e1e1e1);
    --tag-checkable-normal-icon-color-selected: var(--color-white,#fff);
    --tag-checkable-normal-icon-color-selected-hover: var(--color-white,#fff);
    --tag-checkable-secondary-icon-color-selected: var(--color-white,#fff);
    --tag-checkable-secondary-icon-color-selected-hover: var(--color-white,#fff);
    --tag-checkable-secondary-icon-color-selected-disabled: var(--color-white,#fff);
    --select-l-lineheight: var(--s-6,24px);
    --select-unfold-icon-content: var(--icon-content-arrow-up,"");
    --select-color: var(--color-text1-4,#333);
    --select-hint-color: var(--color-text1-2,#acacac);
    --select-highlight-color: var(--color-brand1-6,#1047f5);
    --select-highlight-font: var(--font-size-body-1,14px);
    --select-m-lineheight: var(--s-5,20px);
    --select-s-lineheight: 14px;
    --select-fold-icon-content: var(--icon-content-arrow-down,"");
    --number-picker-inline-add-icon: var(--icon-content-add-select,"");
    --number-picker-inline-l-button-margin: undefinedpx;
    --number-picker-inline-l-button-corner: var(--corner-2,4px);
    --number-picker-inline-l-input-width: var(--s-32,128px);
    --number-picker-normal-l-input-width: var(--s-20,80px);
    --number-picker-inline-s-button-margin: -1px;
    --number-picker-inline-m-button-margin: -1px;
    --number-picker-normal-down-icon: var(--icon-content-arrow-down,"");
    --number-picker-normal-m-button-icon-size: var(--icon-xs,8px);
    --number-picker-normal-l-button-icon-size: var(--icon-xxs,4px);
    --number-picker-inline-minus-icon: var(--icon-content-sami-select,"");
    --number-picker-inline-m-button-icon-size: var(--icon-xs,8px);
    --number-picker-inline-l-button-icon-size: var(--icon-s,12px);
    --number-picker-inline-s-button-icon-size: var(--icon-xs,8px);
    --number-picker-inline-s-button-corner: var(--corner-2,4px);
    --number-picker-inline-m-button-corner: var(--corner-2,4px);
    --number-picker-normal-up-icon: var(--icon-content-arrow-up,"");
    --number-picker-normal-s-button-width: var(--s-5,20px);
    --number-picker-normal-m-button-width: var(--s-5,20px);
    --number-picker-normal-l-button-width: var(--s-5,20px);
    --number-picker-normal-m-input-width: var(--s-20,80px);
    --number-picker-normal-s-button-icon-size: var(--icon-xxs,4px);
    --number-picker-inline-m-input-width: var(--s-25,100px);
    --transfer-operation-margin-left-right: var(--s-5,20px);
    --transfer-panel-list-height: var(--s-44,176px);
    --transfer-panel-border-color: var(--color-line1-1,#e1e1e1);
    --transfer-panel-list-width: var(--s-auto,auto);
    --transfer-panel-footer-shadow: var(--shadow-zero,none);
    --transfer-operation-margin-gutter: var(--s-3,12px);
    --transfer-panel-header-padding-left-right: var(--s-6,24px);
    --transfer-panel-footer-padding-left-right: var(--s-6,24px);
    --transfer-panel-border-corner: var(--corner-1,2px);
    --transfer-panel-background-color: var(--color-white,#fff);
    --transfer-panel-header-background-color: var(--color-white,#fff);
    --transfer-panel-footer-background-color: var(--color-white,#fff);
    --transfer-panel-header-text-size: var(--font-size-body-1,14px);
    --transfer-panel-search-margin-top: var(--s-3,12px);
    --transfer-panel-search-margin-left-right: var(--s-3,12px);
    --transfer-panel-header-padding-top-bottom: var(--s-3,12px);
    --transfer-panel-search-margin-bottom: var(--s-1,4px);
    --transfer-panel-footer-padding-top-bottom: var(--s-4,16px);
    --transfer-panel-header-text-color: var(--color-text1-4,#333);
    --transfer-panel-footer-text-color: var(--color-text1-4,#333);
    --transfer-operation-icon-size: var(--icon-xs,8px);
    --transfer-panel-border-width: var(--line-1,1px);
    --transfer-simple-move-icon: var(--icon-content-switch,"");
    --transfer-simple-move-icon-color: var(--color-line1-3,#a2a3a5);
    --transfer-panel-search-icon-color: var(--color-text1-2,#acacac);
    --transfer-simple-panel-footer-text-color: var(--color-brand1-6,#1047f5);
    --transfer-simple-panel-item-hover-text-color: var(--color-brand1-6,#1047f5);
    --tree-select-padding-horizontal: var(--s-4,16px);
    --tree-select-padding-vertical: var(--s-2,8px);
    --tree-select-background: var(--color-white,#fff);
    --time-picker-menu-title-font-size: var(--font-size-caption,12px);
    --time-picker-menu-border-color: var(--color-line1-1,#e1e1e1);
    --time-picker-menu-title-color: var(--color-text1-3,#666);
    --time-picker-menu-title-background: var(--color-fill1-1,#f8f8f8);
    --time-picker-menu-item-color-disabled: var(--color-text1-5,#000);
    --time-picker-menu-item-background-hover: var(--color-fill1-1,#f8f8f8);
    --time-picker-menu-item-background-selected: var(--color-white,#fff);
    --time-picker-menu-item-background-disabled: var(--color-fill1-2,#f3f3f3);
    --time-picker-menu-item-font-weight-selected: var(--font-weight-semi-bold,600);
    --time-picker-menu-item-color-selected: var(--color-brand1-6,#1047f5);
    --time-picker-menu-item-font-size: var(--font-size-body-1,14px);
    --time-picker-menu-item-color: var(--color-text1-4,#333);
    --time-picker-menu-item-color-hover: var(--color-text1-4,#333);
    --time-picker-panel-width: var(--s-50,200px);
    --time-picker-panel-background: var(--color-white,#fff);
    --time-picker-menu-border-width: var(--line-1,1px);
    --time-picker-menu-title-height: var(--s-7,28px);
    --time-picker-menu-item-height: var(--s-7,28px);
    --time-pikcer-menu-title-font-weight: var(--font-weight-2,normal);
    --time-picker-menu-item-background: var(--color-white,#fff);
    --time-picker-clock-icon: var(--icon-content-clock,"");
    --timeline-item-node-size: var(--s-3,12px);
    --timeline-item-content-margin-left: var(--s-4,16px);
    --timeline-item-title-font-weight: var(--font-weight-medium,500);
    --timeline-item-folder-margin-top: var(--s-zero,0px);
    --timeline-item-folder-margin-bottom: var(--s-2,8px);
    --timeline-item-done-dot-size: var(--s-3,12px);
    --timeline-item-process-dot-size: var(--s-3,12px);
    --timeline-item-success-dot-size: var(--s-3,12px);
    --timeline-item-success-background: var(--color-success-1,#04c3b3);
    --timeline-item-error-dot-size: var(--s-3,12px);
    --timeline-item-error-background: var(--color-error-1,#f33200);
    --timeline-item-process-background: var(--color-brand1-6,#1047f5);
    --timeline-item-icon-size: var(--icon-l,20px);
    --timeline-item-left-content-width: var(--s-26,104px);
    --timeline-item-title-font-size: var(--font-size-body-1,14px);
    --timeline-item-time-margin-top: var(--s-2,8px);
    --timeline-item-body-font-size: var(--font-size-body-1,14px);
    --timeline-item-node-padding: var(--s-1,4px);
    --timeline-item-body-margin-top: var(--s-1,4px);
    --timeline-item-title-margin-top: var(--s-zero,0px);
    --timeline-item-time-margin-bottom: var(--s-3,12px);
    --timeline-item-time-font-size: var(--font-size-caption,12px);
    --timeline-item-title-color: var(--color-text1-5,#000);
    --timeline-item-body-color: var(--color-text1-4,#333);
    --timeline-item-left-body-color: var(--color-text1-3,#666);
    --timeline-item-time-color: var(--color-text1-3,#666);
    --timeline-item-tail-color: var(--color-line1-1,#e1e1e1);
    --timeline-item-done-background: var(--color-text1-1,#ccc);
    --timeline-item-custom-node-size: var(--s-10,40px);
    --timeline-item-custom-node-font-size: var(--font-size-caption,12px);
    --timeline-item-dot-size: var(--s-2,8px);
    --timeline-item-tail-size: var(--line-1,1px);
    --timeline-item-left-body-font-size: var(--font-size-caption,12px);
    --timeline-item-folder-font-size: var(--font-size-caption,12px);
    --timeline-item-done-color: var(--color-white,#fff);
    --timeline-item-process-color: var(--color-white,#fff);
    --timeline-item-success-color: var(--color-white,#fff);
    --timeline-item-error-color: var(--color-white,#fff);
    --tree-switch-arrow-size: var(--icon-m,16px);
    --tree-switch-icon-size: var(--icon-xs,8px);
    --tree-node-title-border-radius: var(--corner-1,2px);
    --tree-switcher-fold-icon-content: var(--icon-content-add-select,"");
    --tree-node-hover-bg-color: var(--color-transparent,transparent);
    --tree-switch-hover-icon-color: var(--color-text1-3,#666);
    --tree-switch-hover-border-color: var(--color-line1-3,#a2a3a5);
    --tree-node-selected-background: var(--color-transparent,transparent);
    --tree-node-disabled-color: var(--color-text1-5,#000);
    --tree-node-disabled-background: var(--color-transparent,transparent);
    --tree-node-hover-color: var(--color-brand1-6,#1047f5);
    --tree-switch-hover-arrow-color: var(--color-brand1-6,#1047f5);
    --tree-node-selected-color: var(--color-brand1-6,#1047f5);
    --tree-node-padding: var(--s-2,8px);
    --tree-node-title-margin: var(--s-1,4px);
    --tree-node-title-padding: var(--s-1,4px);
    --tree-node-title-font-size: var(--font-size-body-1,14px);
    --tree-node-normal-background: var(--color-transparent,transparent);
    --tree-switch-margint-right: var(--s-1,4px);
    --tree-node-normal-color: var(--color-text1-5,#000);
    --tree-switch-arrow-color: var(--color-text1-5,#000);
    --tree-fold-icon-content: var(--icon-content-arrow-up,"");
    --tree-unfold-icon-content: var(--icon-content-arrow-down,"");
    --tree-switch-size: var(--s-4,16px);
    --tree-switch-border-width: var(--line-1,1px);
    --tree-line-width: var(--line-1,1px);
    --tree-switcher-unfold-icon-content: var(--icon-content-minus,"");
    --tree-switch-icon-color: var(--color-text1-3,#666);
    --tree-switch-bg-color: var(--color-white,#fff);
    --tree-switch-border-color: var(--color-line1-3,#a2a3a5);
    --tree-switch-corner: var(--corner-1,2px);
    --tree-line-color: var(--color-line1-3,#a2a3a5);
    --tree-line-style: var(--line-solid,solid);
    --tree-switch-hover-bg-color: var(--color-fill1-2,#f3f3f3);
    --date-picker-panel-footer-padding-lr: var(--s-3,12px);
    --date-picker-panel-footer-padding-tb: var(--s-3,12px);
    --date-picker-panel-background: var(--color-white,#fff);
    --date-picker-panel-time-panel-separator-color: var(--color-line1-2,#c8c8c8);
    --date-picker-calendar-icon: var(--icon-content-calendar,"");
    --badge-size-count-padding-lr: var(--s-1,4px);
    --badge-color-bg: var(--color-error-1,#f33200);
    --badge-dot-color-bg: var(--color-error-1,#f33200);
    --badge-size-dot-width: var(--s-2,8px);
    --badge-size-dot-border-radius: var(--s-10,40px);
    --badge-size-list-margin: var(--s-zero,0px);
    --badge-size-count-config-height: var(--s-4,16px);
    --badge-size-custom-padding-lr: var(--s-1,4px);
    --badge-size-count-font: var(--font-size-caption,12px);
    --badge-size-count-border-radius: var(--s-2,8px);
    --badge-size-custom-border-radius: var(--corner-1,2px);
    --progress-line-error-color: var(--color-error-1,#f33200);
    --progress-line-success-color: var(--color-success-1,#04c3b3);
    --progress-line-started-color: var(--color-notice-1,#1047f5);
    --progress-line-middle-color: var(--color-notice-1,#1047f5);
    --progress-line-finishing-color: var(--color-success-1,#04c3b3);
    --progress-line-underlay-color: var(--color-fill1-3,#e1e1e1);
    --progress-line-normal-color: var(--color-notice-1,#1047f5);
    --progress-line-height-size-s: var(--s-1,4px);
    --progress-line-underlay-border-color: var(--color-line1-1,#e1e1e1);
    --progress-circle-font-s: var(--font-size-body-1,14px);
    --progress-circle-text-color: var(--color-text1-4,#333);
    --progress-circle-error-color: var(--color-error-1,#f33200);
    --progress-circle-success-color: var(--color-success-1,#04c3b3);
    --progress-circle-started-color: var(--color-error-1,#f33200);
    --progress-circle-middle-color: var(--color-warning-1,#ff6a00);
    --progress-circle-finishing-color: var(--color-success-1,#04c3b3);
    --progress-circle-font-l: var(--font-size-subhead,16px);
    --progress-circle-font-m: var(--font-size-subhead,16px);
    --progress-line-height-size-l: var(--s-3,12px);
    --progress-line-height-size-m: var(--s-2,8px);
    --progress-line-underlay-border-width: var(--line-1,1px);
    --progress-line-font-l: var(--font-size-body-1,14px);
    --progress-line-font-m: var(--font-size-caption,12px);
    --progress-line-font-s: var(--font-size-caption,12px);
    --progress-line-radius-l: var(--corner-3,8px);
    --progress-line-radius-m: var(--corner-3,8px);
    --progress-line-radius-s: var(--corner-3,8px);
    --progress-line-font-color: var(--color-text1-4,#333);
    --progress-circle-size-l: var(--s-33,132px);
    --progress-circle-size-m: var(--s-29,116px);
    --progress-circle-size-s: var(--s-25,100px);
    --progress-circle-underlay-width: var(--s-2,8px);
    --progress-circle-overlay-width: var(--s-2,8px);
    --progress-circle-underlay-color: var(--color-fill1-3,#e1e1e1);
    --progress-circle-corner: round;
    --progress-circle-normal-color: var(--color-brand1-6,#1047f5);
    --collapse-border-corner: var(--corner-2,4px);
    --collapse-border-color: var(--color-line1-1,#e1e1e1);
    --collapse-panel-border-color: var(--color-line1-1,#e1e1e1);
    --collapse-title-height: var(--s-7,28px);
    --collapse-title-bg-color: var(--color-white,#fff);
    --collapse-title-hover-font-weight: var(--font-weight-2,normal);
    --collapse-icon-size: var(--icon-m,16px);
    --collapse-icon-color: var(--color-text1-3,#666);
    --collapse-content-bg-color: var(--color-fill1-1,#f8f8f8);
    --collapse-unfold-icon-content: var(--icon-content-arrow-up,"");
    --collapse-title-hover-bg-color: var(--color-white,#fff);
    --collapse-title-hover-font-color: var(--color-brand1-6,#1047f5);
    --collapse-title-padding-tb: var(--s-3,12px);
    --collapse-icon-hover-color: var(--color-brand1-6,#1047f5);
    --collapse-icon-margin-r: var(--s-3,12px);
    --collapse-content-padding-x: var(--s-10,40px);
    --collapse-content-padding-y: var(--s-5,20px);
    --collapse-content-font-size: var(--font-size-body-1,14px);
    --collapse-title-font-color: var(--color-text1-5,#000);
    --collapse-title-font-disabled-color: var(--color-text1-3,#666);
    --collapse-title-font-size: var(--font-size-body-1,14px);
    --collapse-content-color: var(--color-text1-4,#333);
    --collapse-border-width: var(--line-zero,0px);
    --collapse-disabled-border-color: var(--color-line1-1,#e1e1e1);
    --collapse-title-border-width: var(--line-1,1px);
    --collapse-title-disabled-bg-color: var(--color-fill1-2,#f3f3f3);
    --collapse-title-font-weight: var(--font-weight-2,normal);
    --collapse-icon-margin-l: var(--s-3,12px);
    --collapse-fold-icon-content: var(--icon-content-arrow-right,"");
    --list-divider-color: var(--color-line1-1,#e1e1e1);
    --list-size-s-item-padding-tb: var(--s-3,12px);
    --list-size-s-item-media-margin: var(--s-3,12px);
    --list-size-s-item-content-line-height: var(--font-lineheight-2,1.5);
    --list-size-s-item-title-font-weight: var(--font-weight-2,normal);
    --list-size-s-title-font-size: var(--font-size-body-1,14px);
    --list-size-s-item-content-font-size: var(--font-size-body-1,14px);
    --list-size-s-item-title-font-size: var(--font-size-body-1,14px);
    --list-size-m-item-content-font-size: var(--font-size-body-1,14px);
    --list-size-m-item-title-font-size: var(--font-size-subhead,16px);
    --list-size-m-item-title-font-weight: var(--font-weight-medium,500);
    --list-title-color: var(--color-text1-5,#000);
    --list-content-color: var(--color-text1-4,#333);
    --list-extra-color: var(--color-text1-3,#666);
    --list-size-s-title-font-weight: var(--font-weight-3,bold);
    --list-size-s-item-padding-lr: var(--s-zero,0px);
    --list-size-s-item-title-line-height: var(--font-lineheight-2,1.5);
    --list-size-m-title-font-size: var(--font-size-title,18px);
    --list-size-m-title-font-weight: var(--font-weight-3,bold);
    --list-size-m-item-padding-lr: var(--s-zero,0px);
    --list-size-m-item-padding-tb: var(--s-4,16px);
    --list-size-m-item-media-margin: var(--s-2,8px);
    --list-size-m-item-content-line-height: var(--font-lineheight-2,1.5);
    --list-size-m-item-title-line-height: var(--font-lineheight-2,1.5);
    --avatar-size-large: var(--s-12,48px);
    --avatar-border-radius: var(--corner-2,4px);
    --avatar-size-medium: var(--s-10,40px);
    --avatar-size-small: var(--s-7,28px);
    --card-corner: var(--corner-3,8px);
    --card-border-width: var(--line-zero,0px);
    --card-title-font-weight: var(--font-weight-3,bold);
    --card-sub-title-font-size: var(--font-size-caption,12px);
    --card-content-font-size: var(--font-size-body-1,14px);
    --card-border-color: var(--color-transparent,transparent);
    --card-padding-lr: var(--s-6,24px);
    --card-body-show-divider-padding-top: var(--s-5,20px);
    --card-shadow: var(--shadow-3-down,0px 4px 8px 0px rgba(0,0,0,0.04));
    --card-title-color: var(--color-text1-5,#000);
    --card-sub-title-color: var(--color-text1-2,#acacac);
    --card-head-bottom-border-width: var(--line-1,1px);
    --card-content-color: var(--color-text1-5,#000);
    --card-title-font-size: var(--font-size-title,18px);
    --card-body-padding-bottom: var(--s-5,20px);
    --card-head-padding-bottom: var(--s-3,12px);
    --card-head-main-height: var(--s-10,40px);
    --card-head-main-margin-top: var(--s-2,8px);
    --card-head-main-margin-bottom: var(--s-zero,0px);
    --card-title-extra-font-size: var(--font-size-body-1,14px);
    --card-title-bullet-width: var(--line-3,3px);
    --card-title-bullet-height: var(--s-4,16px);
    --card-title-padding-left: var(--s-2,8px);
    --card-sub-title-padding-left: var(--s-2,8px);
    --card-body-hide-divider-padding-top: var(--s-zero,0px);
    --card-content-line-height: var(--font-lineheight-2,1.5);
    --card-more-btn-height: var(--s-4,16px);
    --card-more-btn-padding-top: var(--s-2,8px);
    --card-more-btn-font-size: var(--font-size-body-1,14px);
    --card-border-style: var(--line-solid,solid);
    --card-background: var(--color-white,#fff);
    --card-header-background: var(--color-white,#fff);
    --card-title-extra-color: var(--color-link-1,#1047f5);
    --card-title-bullet-color: var(--color-brand1-6,#1047f5);
    --card-head-bottom-border-color: var(--color-line1-1,#e1e1e1);
    --card-more-btn-color: var(--color-link-1,#1047f5);
    --card-more-btn-background: var(--color-white,#fff);
    --slick-track-padding-lr: var(--s-7,28px);
    --slick-ver-track-padding-tb: var(--s-7,28px);
    --slick-arrow-icon-color-disabled: var(--color-text1-4,#333);
    --slick-arrow-bg-opacity-disabled: 0.36;
    --slick-arrow-bg-color-normal-outer: var(--color-transparent,transparent);
    --slick-arrow-bg-opacity-normal-outer: 1;
    --slick-arrow-bg-opacity-hover-outer: 1;
    --slick-arrow-bg-opacity-disabled-outer: 1;
    --slick-dots-position-bottom: var(--s-1,4px);
    --slick-arrow-width-m: var(--s-6,24px);
    --slick-arrow-width-l: var(--s-7,28px);
    --slick-arrow-height-m: var(--s-12,48px);
    --slick-arrow-height-l: var(--s-16,64px);
    --slick-arrow-icon-m: var(--icon-m,16px);
    --slick-arrow-icon-l: var(--icon-l,20px);
    --slick-dots-background-opacity-normal: 0.5;
    --slick-dots-background-opacity-hover: 0.8;
    --slick-dots-border-color-hover: var(--color-black,#000);
    --slick-arrow-icon-color-hover: var(--color-white,#fff);
    --slick-arrow-icon-color-hover-outer: var(--color-brand1-6,#1047f5);
    --slick-arrow-bg-color-hover: var(--color-brand1-9,#1f1f49);
    --slick-arrow-bg-opacity-normal: 0.5;
    --slick-arrow-bg-opacity-hover: 0.8;
    --slick-arrow-icon-color-normal-outer: var(--color-text1-5,#000);
    --slick-arrow-icon-color-disabled-outer: var(--color-text1-1,#ccc);
    --slick-dots-position-right: var(--s-5,20px);
    --slick-dots-width: var(--s-2,8px);
    --slick-dots-height: var(--s-2,8px);
    --slick-dots-margin-lr: var(--s-1,4px);
    --slick-dots-margin-tb: var(--s-zero,0px);
    --slick-ver-arrow-width-m: var(--s-14,56px);
    --slick-ver-arrow-width-l: var(--s-24,96px);
    --slick-ver-arrow-height-m: var(--s-7,28px);
    --slick-ver-arrow-height-l: var(--s-12,48px);
    --slick-arrow-position-lr-m: var(--s-1,4px);
    --slick-arrow-position-lr-l: var(--s-2,8px);
    --slick-ver-arrow-position-tb-m: var(--s-1,4px);
    --slick-ver-arrow-position-tb-l: var(--s-4,16px);
    --slick-dots-background-color-normal: var(--color-black,#000);
    --slick-dots-background-color-hover: var(--color-white,#fff);
    --slick-dots-background-color-selected: var(--color-brand1-6,#1047f5);
    --slick-dots-background-opacity-selected: 1;
    --slick-dots-border-width: var(--line-zero,0px);
    --slick-dots-border-radius: var(--corner-circle,50%);
    --slick-dots-border-color-normal: var(--color-white,#fff);
    --slick-dots-border-color-selected: var(--color-white,#fff);
    --slick-dots-border-opacity-normal: 1;
    --slick-dots-border-opacity-hover: 1;
    --slick-dots-border-opacity-selected: 1;
    --slick-arrow-icon-color-normal: var(--color-white,#fff);
    --slick-arrow-bg-color-normal: var(--color-black,#000);
    --slick-arrow-bg-color-disabled: var(--color-fill1-1,#f8f8f8);
    --slick-arrow-bg-color-hover-outer: var(--color-transparent,transparent);
    --slick-arrow-bg-color-disabled-outer: var(--color-transparent,transparent);
    --slick-arrow-corner-radius-outer: var(--s-zero,0px);
    --menu-btn-unfold-icon-content: var(--icon-content-arrow-up,"");
    --menu-btn-text-text-primary-icon-color: var(--color-brand1-6,#1047f5);
    --menu-btn-disabled-icon-color: var(--color-text1-2,#acacac);
    --menu-btn-pure-text-normal-icon-color: var(--color-text1-4,#333);
    --menu-btn-text-text-normal-icon-color: var(--color-text1-4,#333);
    --menu-btn-ghost-light-icon-color: var(--color-text1-4,#333);
    --menu-btn-ghost-light-disabled-icon-color: var(--btn-ghost-light-color-disabled,rgba(0,0,0,0.3));
    --menu-btn-ghost-dark-disabled-icon-color: var(--btn-ghost-dark-color-disabled,hsla(0,0%,100%,0.4));
    --menu-btn-pure-text-primary-icon-color: var(--color-white,#fff);
    --menu-btn-pure-text-secondary-icon-color: var(--color-brand1-6,#1047f5);
    --menu-btn-ghost-dark-icon-color: var(--color-white,#fff);
    --menu-btn-fold-icon-content: var(--icon-content-arrow-down,"");
    --divider-hoz-color: var(--color-line1-1,#e1e1e1);
    --divider-hoz-text-size: var(--font-size-body-2,14px);
    --divider-hoz-text-color: var(--color-text1-3,#666);
    --divider-ver-marginLeft: var(--s-3,12px);
    --divider-hoz-size: var(--line-1,1px);
    --divider-hoz-text-center-paddingLeft: var(--s-4,16px);
    --divider-hoz-text-left-paddingLeft: var(--s-4,16px);
    --divider-hoz-text-marginTop: var(--s-4,16px);
    --divider-hoz-marginTop: var(--s-4,16px);
    --divider-hoz-text-weight: var(--font-weight-2,normal);
    --divider-ver-size: var(--line-1,1px);
    --divider-ver-color: var(--color-line1-2,#c8c8c8);
    --pagination-item-border-color: var(--color-line1-1,#e1e1e1);
    --pagination-input-width: var(--s-12,48px);
    --pagination-input-margin: var(--s-2,8px);
    --pagination-large-item-padding: var(--s-3,12px);
    --pagination-large-ellipsis-size: var(--icon-m,16px);
    --pagination-small-item-split: var(--s-1,4px);
    --pagination-small-item-padding: 8px;
    --pagination-small-input-width: var(--s-9,36px);
    --pagination-size-selector-title-color: var(--color-text1-3,#666);
    --pagination-ellipsis-size: var(--icon-s,12px);
    --pagination-small-ellipsis-size: var(--icon-s,12px);
    --pagination-item-current-hover-bg: var(--color-brand1-1,#eef3ff);
    --pagination-item-split: var(--s-2,8px);
    --pagination-ellipsis-margin: var(--s-3,12px);
    --pagination-size-selector-title-margin-right: var(--s-2,8px);
    --pagination-large-current-font-size: var(--font-size-body-2,14px);
    --pagination-large-total-font-size: var(--font-size-body-2,14px);
    --pagination-large-size-selector-number-padding: var(--s-3,12px);
    --pagination-size-selector-filter-color: var(--color-text1-3,#666);
    --pagination-item-current-border-color: var(--color-brand1-1,#eef3ff);
    --pagination-item-current-color: var(--color-brand1-6,#1047f5);
    --pagination-item-current-bg: var(--color-brand1-1,#eef3ff);
    --pagination-item-current-hover-color: var(--color-brand1-6,#1047f5);
    --pagination-arrow-hover-color: var(--color-brand1-6,#1047f5);
    --pagination-current-font-size: var(--font-size-body-1,14px);
    --pagination-total-font-size: var(--font-size-body-1,14px);
    --pagination-jump-font-size: var(--font-size-body-1,14px);
    --pagination-large-jump-font-size: var(--font-size-body-1,14px);
    --pagination-item-padding: var(--s-3,12px);
    --pagination-item-corner: var(--corner-1,2px);
    --pagination-large-item-split: var(--s-2,8px);
    --pagination-large-item-corner: var(--corner-1,2px);
    --pagination-small-item-corner: var(--corner-1,2px);
    --pagination-item-border-width: var(--line-zero,0px);
    --pagination-large-item-border-width: var(--line-zero,0px);
    --pagination-small-item-border-width: var(--line-zero,0px);
    --pagination-ellipsis-color: var(--color-text1-3,#666);
    --pagination-total-color: var(--color-text1-3,#666);
    --pagination-jump-color: var(--color-text1-3,#666);
    --pagination-item-color: var(--color-text1-3,#666);
    --pagination-arrow-color: var(--color-text1-3,#666);
    --pagination-item-border-style: var(--line-solid,solid);
    --pagination-size-selector-number-padding: var(--s-3,12px);
    --pagination-large-input-width: var(--s-12,48px);
    --pagination-small-current-font-size: var(--font-size-caption,12px);
    --pagination-small-total-font-size: var(--font-size-caption,12px);
    --pagination-small-jump-font-size: var(--font-size-caption,12px);
    --pagination-small-size-selector-number-padding: var(--s-2,8px);
    --pagination-current-color: var(--color-brand1-6,#1047f5);
    --pagination-size-selector-filter-current-color: var(--color-brand1-6,#1047f5);
    --pagination-item-shadow: var(--shadow-zero,none);
    --pagination-item-bg: var(--color-white,#fff);
    --pagination-item-current-shadow: var(--shadow-zero,none);
    --pagination-item-hover-border-color: var(--color-line1-4,#eee);
    --pagination-item-hover-shadow: var(--shadow-zero,none);
    --pagination-item-hover-color: var(--color-text1-4,#333);
    --pagination-item-hover-bg: var(--color-fill1-2,#f3f3f3);
    --pagination-icon-prev-content: var(--icon-content-arrow-left,"");
    --pagination-icon-next-content: var(--icon-content-arrow-right,"");
    --pagination-icon-ellipsis-content: var(--icon-content-ellipsis,"");
    --pagination-item-current-hover-border-color: var(--color-transparent,transparent);
    --pagination-item-current-hover-shadow: var(--shadow-zero,none);
    --pagination-arrow-hover-color-noboder: var(--color-brand1-6,#1047f5);
    --tab-nav-tab-icon-size-m: var(--icon-m,16px);
    --tab-item-padding-lr-size-s: var(--s-3,12px);
    --tab-close-icon-color-disabled: var(--color-text1-5,#000);
    --tab-item-font-weight-selected: var(--font-weight-medium,500);
    --tab-pure-text-color-hover: var(--color-brand1-6,#1047f5);
    --tab-pure-divider-border-color: var(--color-line1-1,#e1e1e1);
    --tab-wrapped-tab-corner-radius: var(--corner-2,4px);
    --tab-wrapped-tab-margin-right: var(--s-1,4px);
    --tab-wrapped-ink-bar-width: var(--line-zero,0px);
    --tab-wrapped-bg-color: var(--color-fill1-1,#f8f8f8);
    --tab-wrapped-bg-color-hover: var(--color-fill1-1,#f8f8f8);
    --tab-wrapped-text-color-disabled: var(--color-text1-5,#000);
    --tab-wrapped-bg-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tab-capsule-text-color-disabled: var(--color-text1-4,#333);
    --tab-capsule-bg-color: var(--color-white,#fff);
    --tab-capsule-bg-color-hover: var(--color-white,#fff);
    --tab-capsule-bg-color-disabled: var(--color-fill1-2,#f3f3f3);
    --tab-capsule-tab-border-line-color-disabled: var(--color-line1-2,#c8c8c8);
    --tab-capsule-corner-radius: var(--corner-2,4px);
    --tab-text-text-color-disabled: var(--color-text1-5,#000);
    --tab-wrapped-text-color-hover: var(--color-brand1-6,#1047f5);
    --tab-capsule-text-color-hover: var(--color-brand1-6,#1047f5);
    --tab-text-text-color-hover: var(--color-brand1-6,#1047f5);
    --tab-item-text-size-m: var(--font-size-body-1,14px);
    --tab-nav-tab-icon-size-s: var(--icon-m,16px);
    --tab-nav-close-icon-size-s: var(--icon-s,12px);
    --tab-close-icon-color-hover: var(--color-brand1-6,#1047f5);
    --tab-close-icon-color-selected: var(--color-brand1-6,#1047f5);
    --tab-pure-divider-shadow: var(--shadow-zero,none);
    --tab-wrapped-text-color: var(--color-text1-3,#666);
    --tab-capsule-text-color: var(--color-text1-3,#666);
    --tab-capsule-text-color-selected: var(--color-brand1-6,#1047f5);
    --tab-capsule-bg-color-selected: var(--color-brand1-1,#eef3ff);
    --tab-text-text-color-normal: var(--color-text1-3,#666);
    --tab-pure-text-color-normal: var(--color-text1-3,#666);
    --tab-item-padding-tb-size-m: var(--s-3,12px);
    --tab-pure-divider-line-width: var(--line-zero,0px);
    --tab-wrapped-content-border-line-width: var(--line-zero,0px);
    --tab-capsule-tab-border-line-color: var(--color-line1-1,#e1e1e1);
    --tab-capsule-tab-border-line-color-hover: var(--color-line1-1,#e1e1e1);
    --tab-capsule-tab-border-line-color-active: var(--color-line1-1,#e1e1e1);
    --tab-wrapped-border-side-width: var(--line-1,1px);
    --tab-wrapped-border-line-color: var(--color-line1-4,#eee);
    --tab-wrapped-border-line-color-hover: var(--color-line1-4,#eee);
    --tab-wrapped-border-line-width: var(--line-zero,0px);
    --tab-nav-close-icon-padding-l-size-m: var(--s-2,8px);
    --tab-nav-arrow-color-hover: var(--color-brand1-6,#1047f5);
    --tab-nav-scroll-padding-right-m: var(--s-14,56px);
    --tab-nav-close-icon-size-m: var(--icon-m,16px);
    --tab-item-padding-tb-size-s: var(--s-2,8px);
    --tab-item-padding-lr-size-m: var(--s-4,16px);
    --tab-item-text-size-s: var(--font-size-caption,12px);
    --tab-pure-text-color-disabled: var(--color-text1-5,#000);
    --tab-wrapped-bg-color-selected: var(--color-white,#fff);
    --tab-nav-arrow-color-disabled: var(--color-text1-1,#ccc);
    --tab-nav-scroll-padding-right-s: var(--s-14,56px);
    --tab-nav-close-icon-padding-l-size-s: var(--s-2,8px);
    --tab-nav-arrow-left-positon-right: var(--s-8,32px);
    --tab-nav-arrow-right-positon-right: var(--s-2,8px);
    --tab-nav-arrow-down-positon-right: var(--s-2,8px);
    --tab-close-icon-color: var(--color-text1-3,#666);
    --tab-nav-arrow-color-normal: var(--color-text1-3,#666);
    --tab-pure-ink-bar-width: var(--line-2,2px);
    --tab-pure-ink-bar-padding-l: var(--s-zero,0px);
    --tab-pure-bg-color: var(--color-transparent,transparent);
    --tab-pure-text-color-selected: var(--color-brand1-6,#1047f5);
    --tab-pure-ink-bar-color: var(--color-brand1-6,#1047f5);
    --tab-wrapped-border-line-style: var(--line-solid,solid);
    --tab-wrapped-tab-margin-bottom: var(--s-1,4px);
    --tab-wrapped-ink-bar-padding-l: var(--s-zero,0px);
    --tab-wrapped-bar-bg-color: var(--color-transparent,transparent);
    --tab-wrapped-ink-bar-color: var(--color-brand1-6,#1047f5);
    --tab-wrapped-nav-item-border-color-active: var(--color-brand1-6,#1047f5);
    --tab-wrapped-content-border-line-style: var(--line-solid,solid);
    --tab-wrapped-content-border-line-color: var(--color-line1-2,#c8c8c8);
    --tab-wrapped-text-color-selected: var(--color-brand1-6,#1047f5);
    --tab-capsule-tab-border-line-width: var(--line-1,1px);
    --tab-capsule-tab-border-line-style: var(--line-solid,solid);
    --tab-text-item-sep-width: var(--line-1,1px);
    --tab-text-item-sep-height: var(--s-2,8px);
    --tab-text-item-sep-color: var(--color-line1-2,#c8c8c8);
    --tab-text-text-color-selected: var(--color-brand1-6,#1047f5);
    --tab-icon-dropdown-content: var(--icon-content-arrow-down,"");
    --tab-icon-prev-content: var(--icon-content-arrow-left,"");
    --tab-icon-next-content: var(--icon-content-arrow-right,"");
    --shell-light-header-shadow: var(--shadow-2-down,0px 4px 8px 0px rgba(0,0,0,0.08));
    --shell-light-header-divider-size: var(--line-zero,0px);
    --shell-light-navigation-ver-width: 200px;
    --shell-light-navigation-ver-divider-size: var(--line-zero,0px);
    --shell-light-content-paddingTop: var(--s-7,28px);
    --shell-brand-content-background: var(--color-fill1-1,#f8f8f8);
    --shell-light-header-height: var(--s-15,60px);
    --shell-light-header-background: var(--color-white,#fff);
    --shell-brand-header-divider-size: var(--line-zero,0px);
    --shell-brand-navigation-ver-divider-size: var(--line-zero,0px);
    --shell-brand-navigation-ver-shadow: var(--shadow-2-right,4px 0px 8px 0px rgba(0,0,0,0.08));
    --shell-light-header-divider-color: var(--color-transparent,transparent);
    --shell-light-navigation-ver-shadow: var(--shadow-3-right,4px 0px 8px 0px rgba(0,0,0,0.04));
    --shell-light-navigation-ver-paddingBottom: var(--s-zero,0px);
    --shell-light-navigation-ver-divider-color: var(--color-line1-4,#eee);
    --shell-light-navigation-ver-paddingTop: var(--s-3,12px);
    --shell-light-local-navigation-background: var(--color-white,#fff);
    --shell-light-local-navigation-paddingTop: var(--s-3,12px);
    --shell-light-local-navigation-paddingBottom: var(--s-zero,0px);
    --shell-light-local-navigation-shadow: var(--shadow-3-right,4px 0px 8px 0px rgba(0,0,0,0.04));
    --shell-light-local-navigation-divider-size: var(--line-zero,0px);
    --shell-light-local-navigation-divider-color: var(--color-transparent,transparent);
    --shell-dark-header-background: var(--color-brand1-9,#1f1f49);
    --shell-dark-navigation-ver-background: var(--color-brand1-9,#1f1f49);
    --shell-light-header-paddingLeft: var(--s-8,32px);
    --shell-light-navigation-hoz-marginLeft: var(--s-7,28px);
    --shell-dark-local-navigation-background: var(--color-white,#fff);
    --shell-dark-local-navigation-shadow: var(--shadow-2-right,4px 0px 8px 0px rgba(0,0,0,0.08));
    --shell-dark-local-navigation-divider-size: var(--line-zero,0px);
    --shell-dark-local-navigation-divider-color: var(--color-transparent,transparent);
    --shell-brand-header-background: var(--color-brand1-9,#1f1f49);
    --shell-brand-local-navigation-background: var(--color-white,#fff);
    --shell-brand-local-navigation-shadow: var(--shadow-3-right,4px 0px 8px 0px rgba(0,0,0,0.04));
    --shell-brand-local-navigation-divider-size: var(--line-zero,0px);
    --shell-dark-header-divider-size: var(--line-zero,0px);
    --shell-light-content-background: var(--color-fill1-2,#f3f3f3);
    --shell-light-content-paddingLeft: var(--s-8,32px);
    --shell-light-header-color: var(--color-text1-4,#333);
    --shell-light-header-divider-style: var(--line-solid,solid);
    --shell-light-multitask-min-height: var(--s-10,40px);
    --shell-light-multitask-background: var(--color-white,#fff);
    --shell-light-multitask-shadow: var(--shadow-zero,none);
    --shell-light-multitask-divider-size: var(--line-1,1px);
    --shell-light-multitask-divider-style: var(--line-solid,solid);
    --shell-light-multitask-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-light-multitask-paddingLeft: var(--s-zero,0px);
    --shell-light-navigation-ver-width-mini: var(--s-15,60px);
    --shell-light-navigation-ver-background: var(--color-white,#fff);
    --shell-light-navigation-ver-divider-style: var(--line-solid,solid);
    --shell-light-local-navigation-width: var(--s-42,168px);
    --shell-light-local-navigation-divider-style: var(--line-solid,solid);
    --shell-light-appbar-background: var(--color-white,#fff);
    --shell-light-appbar-min-height: var(--s-12,48px);
    --shell-light-appbar-shadow: var(--shadow-zero,none);
    --shell-light-appbar-paddingLeft: var(--s-6,24px);
    --shell-light-appbar-divider-size: var(--line-1,1px);
    --shell-light-appbar-divider-style: var(--line-solid,solid);
    --shell-light-appbar-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-light-footer-min-height: var(--s-14,56px);
    --shell-light-footer-background: var(--color-transparent,transparent);
    --shell-light-footer-color: var(--color-text1-1,#ccc);
    --shell-light-footer-font-size: var(--font-size-body-2,14px);
    --shell-light-ancillary-width: var(--s-42,168px);
    --shell-light-ancillary-background: var(--color-white,#fff);
    --shell-light-ancillary-paddingTop: var(--s-2,8px);
    --shell-light-ancillary-paddingBottom: var(--s-2,8px);
    --shell-light-ancillary-shadow: var(--shadow-zero,none);
    --shell-light-ancillary-divider-size: var(--line-1,1px);
    --shell-light-ancillary-divider-style: var(--line-solid,solid);
    --shell-light-ancillary-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-light-tooldock-height: var(--s-13,52px);
    --shell-light-tooldock-width: var(--s-13,52px);
    --shell-light-tooldock-background: var(--color-fill1-4,#d8d8d8);
    --shell-light-tooldock-paddingTop: var(--s-2,8px);
    --shell-light-tooldock-paddingBottom: var(--s-2,8px);
    --shell-light-tooldock-shadow: var(--shadow-zero,none);
    --shell-light-tooldock-divider-size: var(--line-1,1px);
    --shell-light-tooldock-divider-style: var(--line-solid,solid);
    --shell-light-tooldock-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-light-tooldock-item-paddingTop: var(--s-2,8px);
    --shell-light-tooldock-item-color: var(--color-text1-3,#666);
    --shell-light-tooldock-item-color-hover: var(--color-text1-4,#333);
    --shell-light-tooldock-item-color-active: var(--color-text1-4,#333);
    --shell-light-tooldock-item-background: var(--color-transparent,transparent);
    --shell-light-tooldock-item-background-hover: var(--color-fill1-3,#e1e1e1);
    --shell-light-tooldock-item-background-active: var(--color-fill1-3,#e1e1e1);
    --shell-dark-header-color: var(--color-white,#fff);
    --shell-dark-header-height: var(--s-13,52px);
    --shell-dark-header-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --shell-dark-header-divider-style: var(--line-solid,solid);
    --shell-dark-header-divider-color: #1f1f1f;
    --shell-dark-header-paddingLeft: var(--s-4,16px);
    --shell-dark-multitask-min-height: var(--s-10,40px);
    --shell-dark-multitask-background: var(--color-white,#fff);
    --shell-dark-multitask-shadow: var(--shadow-zero,none);
    --shell-dark-multitask-divider-size: var(--line-1,1px);
    --shell-dark-multitask-divider-style: var(--line-solid,solid);
    --shell-dark-multitask-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-dark-multitask-paddingLeft: var(--s-zero,0px);
    --shell-dark-navigation-hoz-marginLeft: var(--s-12,48px);
    --shell-dark-navigation-ver-width: var(--s-42,168px);
    --shell-dark-navigation-ver-shadow: var(--shadow-zero,none);
    --shell-dark-navigation-ver-paddingTop: var(--s-2,8px);
    --shell-dark-navigation-ver-paddingBottom: var(--s-2,8px);
    --shell-dark-navigation-ver-width-mini: var(--s-15,60px);
    --shell-dark-navigation-ver-divider-size: var(--line-1,1px);
    --shell-dark-navigation-ver-divider-style: var(--line-solid,solid);
    --shell-dark-navigation-ver-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-dark-local-navigation-width: var(--s-42,168px);
    --shell-dark-local-navigation-paddingTop: var(--s-2,8px);
    --shell-dark-local-navigation-paddingBottom: var(--s-2,8px);
    --shell-dark-local-navigation-divider-style: var(--line-solid,solid);
    --shell-dark-appbar-background: var(--color-white,#fff);
    --shell-dark-appbar-min-height: var(--s-12,48px);
    --shell-dark-appbar-shadow: var(--shadow-zero,none);
    --shell-dark-appbar-paddingLeft: var(--s-6,24px);
    --shell-dark-appbar-divider-size: var(--line-1,1px);
    --shell-dark-appbar-divider-style: var(--line-solid,solid);
    --shell-dark-appbar-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-dark-content-background: var(--color-fill1-3,#e1e1e1);
    --shell-dark-content-paddingLeft: var(--s-5,20px);
    --shell-dark-content-paddingTop: var(--s-5,20px);
    --shell-dark-footer-min-height: var(--s-14,56px);
    --shell-dark-footer-background: var(--color-transparent,transparent);
    --shell-dark-footer-color: var(--color-text1-1,#ccc);
    --shell-dark-footer-font-size: var(--font-size-body-2,14px);
    --shell-dark-ancillary-width: var(--s-42,168px);
    --shell-dark-ancillary-background: var(--color-white,#fff);
    --shell-dark-ancillary-paddingTop: var(--s-2,8px);
    --shell-dark-ancillary-paddingBottom: var(--s-2,8px);
    --shell-dark-ancillary-shadow: var(--shadow-zero,none);
    --shell-dark-ancillary-divider-size: var(--line-1,1px);
    --shell-dark-ancillary-divider-style: var(--line-solid,solid);
    --shell-dark-ancillary-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-dark-tooldock-height: var(--s-13,52px);
    --shell-dark-tooldock-width: var(--s-13,52px);
    --shell-dark-tooldock-background: var(--color-fill1-4,#d8d8d8);
    --shell-dark-tooldock-paddingTop: var(--s-2,8px);
    --shell-dark-tooldock-paddingBottom: var(--s-2,8px);
    --shell-dark-tooldock-shadow: var(--shadow-zero,none);
    --shell-dark-tooldock-divider-size: var(--line-1,1px);
    --shell-dark-tooldock-divider-style: var(--line-solid,solid);
    --shell-dark-tooldock-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-dark-tooldock-item-paddingTop: var(--s-2,8px);
    --shell-dark-tooldock-item-color: var(--color-text1-3,#666);
    --shell-dark-tooldock-item-color-hover: var(--color-text1-4,#333);
    --shell-dark-tooldock-item-color-active: var(--color-text1-4,#333);
    --shell-dark-tooldock-item-background: var(--color-transparent,transparent);
    --shell-dark-tooldock-item-background-hover: var(--color-fill1-3,#e1e1e1);
    --shell-dark-tooldock-item-background-active: var(--color-fill1-3,#e1e1e1);
    --shell-brand-header-color: var(--color-white,#fff);
    --shell-brand-header-height: var(--s-13,52px);
    --shell-brand-header-shadow: var(--shadow-1-down,0px 4px 8px 0px rgba(0,0,0,0.14));
    --shell-brand-header-divider-style: var(--line-solid,solid);
    --shell-brand-header-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-header-paddingLeft: var(--s-4,16px);
    --shell-brand-multitask-min-height: var(--s-10,40px);
    --shell-brand-multitask-background: var(--color-white,#fff);
    --shell-brand-multitask-shadow: var(--shadow-zero,none);
    --shell-brand-multitask-divider-size: var(--line-1,1px);
    --shell-brand-multitask-divider-style: var(--line-solid,solid);
    --shell-brand-multitask-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-multitask-paddingLeft: var(--s-zero,0px);
    --shell-brand-navigation-hoz-marginLeft: var(--s-12,48px);
    --shell-brand-navigation-ver-width: var(--s-42,168px);
    --shell-brand-navigation-ver-paddingTop: var(--s-2,8px);
    --shell-brand-navigation-ver-paddingBottom: var(--s-2,8px);
    --shell-brand-navigation-ver-width-mini: var(--s-15,60px);
    --shell-brand-navigation-ver-background: var(--color-white,#fff);
    --shell-brand-navigation-ver-divider-style: var(--line-solid,solid);
    --shell-brand-navigation-ver-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-local-navigation-width: var(--s-42,168px);
    --shell-brand-local-navigation-paddingTop: var(--s-2,8px);
    --shell-brand-local-navigation-paddingBottom: var(--s-2,8px);
    --shell-brand-local-navigation-divider-style: var(--line-solid,solid);
    --shell-brand-local-navigation-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-appbar-background: var(--color-white,#fff);
    --shell-brand-appbar-min-height: var(--s-12,48px);
    --shell-brand-appbar-shadow: var(--shadow-zero,none);
    --shell-brand-appbar-paddingLeft: var(--s-6,24px);
    --shell-brand-appbar-divider-size: var(--line-1,1px);
    --shell-brand-appbar-divider-style: var(--line-solid,solid);
    --shell-brand-appbar-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-content-paddingLeft: var(--s-5,20px);
    --shell-brand-content-paddingTop: var(--s-5,20px);
    --shell-brand-footer-min-height: var(--s-14,56px);
    --shell-brand-footer-background: var(--color-transparent,transparent);
    --shell-brand-footer-color: var(--color-text1-1,#ccc);
    --shell-brand-footer-font-size: var(--font-size-body-2,14px);
    --shell-brand-ancillary-width: var(--s-42,168px);
    --shell-brand-ancillary-background: var(--color-white,#fff);
    --shell-brand-ancillary-paddingTop: var(--s-2,8px);
    --shell-brand-ancillary-paddingBottom: var(--s-2,8px);
    --shell-brand-ancillary-shadow: var(--shadow-zero,none);
    --shell-brand-ancillary-divider-size: var(--line-1,1px);
    --shell-brand-ancillary-divider-style: var(--line-solid,solid);
    --shell-brand-ancillary-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-tooldock-height: var(--s-13,52px);
    --shell-brand-tooldock-width: var(--s-13,52px);
    --shell-brand-tooldock-background: var(--color-fill1-4,#d8d8d8);
    --shell-brand-tooldock-paddingTop: var(--s-2,8px);
    --shell-brand-tooldock-paddingBottom: var(--s-2,8px);
    --shell-brand-tooldock-shadow: var(--shadow-zero,none);
    --shell-brand-tooldock-divider-size: var(--line-1,1px);
    --shell-brand-tooldock-divider-style: var(--line-solid,solid);
    --shell-brand-tooldock-divider-color: var(--color-line1-1,#e1e1e1);
    --shell-brand-tooldock-item-paddingTop: var(--s-2,8px);
    --shell-brand-tooldock-item-color: var(--color-text1-3,#666);
    --shell-brand-tooldock-item-color-hover: var(--color-text1-4,#333);
    --shell-brand-tooldock-item-color-active: var(--color-text1-4,#333);
    --shell-brand-tooldock-item-background: var(--color-transparent,transparent);
    --shell-brand-tooldock-item-background-hover: var(--color-fill1-3,#e1e1e1);
    --shell-brand-tooldock-item-background-active: var(--color-fill1-3,#e1e1e1);
    --step-arrow-item-title-weight: var(--font-weight-semi-bold,600);
    --step-arrow-item-disabled-background: var(--color-fill1-2,#f3f3f3);
    --step-circle-item-node-border-width: var(--line-1,1px);
    --step-circle-item-title-margin-top: var(--s-2,8px);
    --step-circle-item-content-margin-top: var(--s-2,8px);
    --step-circle-item-tail-wait-color: var(--color-line1-2,#c8c8c8);
    --step-circle-item-tail-process-color: var(--color-line1-2,#c8c8c8);
    --step-circle-item-tail-disabled-color: var(--color-line1-2,#c8c8c8);
    --step-circle-item-node-wait-border-color: var(--color-transparent,transparent);
    --step-circle-item-node-wait-background: var(--color-fill1-2,#f3f3f3);
    --step-circle-item-node-process-color: var(--color-white,#fff);
    --step-circle-item-node-finish-border-color: var(--color-brand1-1,#eef3ff);
    --step-circle-item-node-finish-background: var(--color-brand1-1,#eef3ff);
    --step-circle-item-node-disabled-background: var(--color-fill1-2,#f3f3f3);
    --step-circle-vertical-item-title-margin-top: var(--s-1,4px);
    --step-circle-vertical-item-content-margin-top: var(--s-1,4px);
    --step-dot-item-dot-icon-size: var(--icon-m,16px);
    --step-dot-item-title-weight: var(--font-weight-semi-bold,600);
    --step-dot-item-tail-wait-color: var(--color-line1-2,#c8c8c8);
    --step-dot-item-tail-process-color: var(--color-line1-2,#c8c8c8);
    --step-dot-item-tail-disabled-color: var(--color-line1-2,#c8c8c8);
    --step-dot-item-node-wait-background: var(--color-fill1-4,#d8d8d8);
    --step-dot-item-node-wait-color: var(--color-text1-4,#333);
    --step-dot-item-node-disabled-background: var(--color-fill1-4,#d8d8d8);
    --step-circle-item-node-padding: var(--s-3,12px);
    --step-circle-item-node-font-size: var(--font-size-body-1,14px);
    --step-circle-item-content-font-size: var(--font-size-caption,12px);
    --step-circle-item-title-size: var(--font-size-body-1,14px);
    --step-circle-item-node-process-size: var(--s-7,28px);
    --step-arrow-item-title-size: var(--font-size-body-1,14px);
    --step-dot-item-dot-padding: var(--s-3,12px);
    --step-dot-item-title-size: var(--font-size-body-1,14px);
    --step-circle-item-node-icon-size: var(--icon-s,12px);
    --step-circle-item-body-width: var(--s-44,176px);
    --step-dot-item-body-width: var(--s-44,176px);
    --step-arrow-item-title-wait-color: var(--color-text1-3,#666);
    --step-arrow-item-title-disabled-color: var(--color-text1-2,#acacac);
    --step-circle-item-title-wait-color: var(--color-text1-2,#acacac);
    --step-circle-item-title-process-color: var(--color-text1-5,#000);
    --step-circle-item-title-finish-color: var(--color-text1-4,#333);
    --step-circle-item-title-disabled-color: var(--color-text1-2,#acacac);
    --step-circle-item-node-wait-color: var(--color-text1-2,#acacac);
    --step-circle-item-node-disabled-color: var(--color-text1-2,#acacac);
    --step-dot-item-title-wait-color: var(--color-text1-2,#acacac);
    --step-dot-item-title-process-color: var(--color-text1-5,#000);
    --step-dot-item-title-finish-color: var(--color-text1-4,#333);
    --step-dot-item-title-disabled-color: var(--color-text1-2,#acacac);
    --step-dot-item-node-disabled-border-color: var(--color-line1-1,#e1e1e1);
    --step-dot-item-tail-bg-color: var(--color-line1-1,#e1e1e1);
    --step-arrow-item-finish-background: var(--color-brand1-2,#dfe8ff);
    --step-dot-item-content-margin-top: var(--s-2,8px);
    --step-dot-item-title-margin-top: var(--s-2,8px);
    --step-dot-item-node-disabled-color: var(--color-text1-1,#ccc);
    --step-dot-item-node-wait-border-color: var(--color-line1-1,#e1e1e1);
    --step-arrow-item-wait-background: var(--color-fill1-3,#e1e1e1);
    --step-arrow-item-height: var(--s-8,32px);
    --step-arrow-item-process-background: var(--color-brand1-6,#1047f5);
    --step-arrow-item-title-process-color: var(--color-white,#fff);
    --step-arrow-item-title-finish-color: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-corner: var(--corner-circle,50%);
    --step-circle-item-tail-size: var(--line-1,1px);
    --step-circle-item-title-weight: var(--font-weight-3,bold);
    --step-circle-item-node-wait-size: var(--s-8,32px);
    --step-circle-item-node-finish-size: var(--s-8,32px);
    --step-circle-item-node-disabled-size: var(--s-8,32px);
    --step-circle-item-tail-finish-color: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-wait-font-weight: var(--font-weight-2,normal);
    --step-circle-item-node-process-font-weight: var(--font-weight-2,normal);
    --step-circle-item-node-disabled-font-weight: var(--font-weight-2,normal);
    --step-circle-item-node-finish-font-weight: var(--font-weight-2,normal);
    --step-circle-item-node-process-border-color: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-process-background: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-process-percent-color: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-process-percent-size: var(--font-size-body-1,14px);
    --step-circle-item-node-finish-color: var(--color-brand1-6,#1047f5);
    --step-circle-item-node-disabled-border-color: var(--color-line1-1,#e1e1e1);
    --step-circle-vertical-item-node-padding: var(--s-2,8px);
    --step-circle-vertical-item-body-margin-left: var(--s-4,16px);
    --step-circle-item-content-color: var(--color-text1-3,#666);
    --step-circle-item-tail-bg-color: var(--color-line1-1,#e1e1e1);
    --step-circle-vertical-item-tail-size: var(--line-1,1px);
    --step-dot-item-dot-border-width: var(--line-1,1px);
    --step-dot-item-dot-corner: var(--corner-circle,50%);
    --step-dot-item-tail-size: var(--line-1,1px);
    --step-dot-item-dot-wait-size: var(--s-3,12px);
    --step-dot-item-dot-process-size: var(--s-3,12px);
    --step-dot-item-dot-finish-size: var(--s-3,12px);
    --step-dot-item-dot-disabled-size: var(--s-3,12px);
    --step-dot-item-tail-finish-color: var(--color-brand1-6,#1047f5);
    --step-dot-item-node-process-border-color: var(--color-brand1-6,#1047f5);
    --step-dot-item-node-process-background: var(--color-brand1-6,#1047f5);
    --step-dot-item-node-process-color: var(--color-brand1-6,#1047f5);
    --step-dot-item-node-finish-border-color: var(--color-brand1-6,#1047f5);
    --step-dot-item-node-finish-background: var(--color-white,#fff);
    --step-dot-item-node-finish-color: var(--color-brand1-6,#1047f5);
    --step-dot-vertical-item-node-padding: var(--s-2,8px);
    --step-dot-vertical-item-body-margin-left: var(--s-4,16px);
    --step-dot-vertical-item-title-margin-top: var(--s-zero,0px);
    --step-dot-vertical-item-content-margin-top: var(--s-2,8px);
    --step-dot-item-content-font-size: var(--font-size-caption,12px);
    --step-dot-item-content-color: var(--color-text1-3,#666);
    --step-dot-vertical-item-tail-size: var(--line-1,1px);
    --nav-primary-shadow: var(--shadow-zero,none);
    --nav-secondary-item-selected-active-color: var(--color-brand1-6,#1047f5);
    --nav-normal-shadow: var(--shadow-zero,none);
    --nav-ver-height: var(--s-10,40px);
    --nav-ver-sub-nav-font-size: var(--font-size-body-1,14px);
    --nav-icon-only-font-size: var(--icon-m,16px);
    --nav-primary-item-hover-text-style: var(--font-weight-2,normal);
    --nav-primary-item-selected-text-color: var(--color-white,#fff);
    --nav-normal-bg-color: var(--color-white,#fff);
    --nav-normal-group-text-color: var(--color-text1-4,#333);
    --nav-ver-item-margin-tb: var(--s-1,4px);
    --nav-ver-item-margin-lr: var(--s-zero,0px);
    --nav-group-height: var(--s-8,32px);
    --nav-icon-self-size: var(--icon-m,16px);
    --nav-icon-self-margin: var(--s-2,8px);
    --nav-ver-item-padding-lr: var(--s-8,32px);
    --nav-primary-item-selected-text-style: var(--font-weight-2,normal);
    --nav-primary-sub-nav-selected-bg-color: var(--color-brand1-7,#0c38c4);
    --nav-secondary-item-hover-active-color: var(--color-brand1-7,#0c38c4);
    --nav-secondary-item-selected-text-style: var(--font-weight-2,normal);
    --nav-normal-item-hover-bg-color: var(--color-brand1-1,#eef3ff);
    --nav-normal-sub-nav-hover-bg-color: var(--color-brand1-1,#eef3ff);
    --nav-normal-item-selected-text-style: var(--font-weight-2,normal);
    --nav-normal-sub-nav-selected-bg-color: var(--color-brand1-1,#eef3ff);
    --nav-line-item-selected-text-style: var(--font-weight-2,normal);
    --nav-hoz-font-size: var(--font-size-body-1,14px);
    --nav-ver-font-size: var(--font-size-body-1,14px);
    --nav-normal-item-selected-bg-color: var(--color-brand1-1,#eef3ff);
    --nav-normal-item-selected-active-color: var(--color-brand1-6,#1047f5);
    --nav-primary-bg-color: var(--color-brand1-9,#1f1f49);
    --nav-primary-border-color: var(--color-brand1-9,#1f1f49);
    --nav-primary-text-color: var(--color-white,#fff);
    --nav-primary-item-hover-text-color: var(--color-white,#fff);
    --nav-secondary-item-hover-bg-color: var(--color-white,#fff);
    --nav-secondary-item-hover-text-color: var(--color-brand1-6,#1047f5);
    --nav-secondary-item-selected-bg-color: var(--color-white,#fff);
    --nav-secondary-item-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-hover-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-hover-active-color: var(--color-brand1-6,#1047f5);
    --nav-ver-sub-nav-height: var(--s-9,36px);
    --nav-group-font-size: var(--font-size-body-1,14px);
    --nav-primary-sub-nav-bg-color: var(--color-brand1-9,#1f1f49);
    --nav-primary-group-text-color: var(--color-text1-4,#333);
    --nav-primary-item-childselected-text-style: var(--font-weight-2,normal);
    --nav-secondary-group-text-color: var(--color-text1-4,#333);
    --nav-secondary-sub-nav-hover-bg-color: var(--color-white,#fff);
    --nav-secondary-sub-nav-selected-bg-color: var(--color-white,#fff);
    --nav-secondary-sub-nav-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-opened-bg-color: var(--color-white,#fff);
    --nav-hoz-item-padding-lr: var(--s-6,24px);
    --nav-secondary-item-childselected-text-style: var(--font-weight-2,normal);
    --nav-normal-sub-nav-hover-text-color: var(--color-brand1-6,#1047f5);
    --nav-line-bg-color: var(--color-transparent,transparent);
    --nav-line-sub-nav-bg-color: var(--color-transparent,transparent);
    --nav-line-item-hover-bg-color: var(--color-transparent,transparent);
    --nav-line-item-hover-active-color: var(--color-transparent,transparent);
    --nav-line-sub-nav-hover-bg-color: var(--color-transparent,transparent);
    --nav-line-item-selected-bg-color: var(--color-transparent,transparent);
    --nav-line-item-childselected-bg-color: var(--color-transparent,transparent);
    --nav-line-item-selected-active-color: var(--color-transparent,transparent);
    --nav-line-sub-nav-selected-bg-color: var(--color-transparent,transparent);
    --nav-line-item-opened-bg-color: var(--color-transparent,transparent);
    --nav-secondary-shadow: var(--shadow-zero,none);
    --nav-normal-border-color: var(--color-line1-1,#e1e1e1);
    --nav-normal-text-color: var(--color-text1-4,#333);
    --nav-normal-sub-nav-text-color: var(--color-text1-4,#333);
    --nav-normal-item-childselected-bg-color: var(--color-brand1-1,#eef3ff);
    --nav-normal-item-childselected-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-opened-text-color: var(--color-text1-4,#333);
    --nav-line-text-color: var(--color-text1-4,#333);
    --nav-line-sub-nav-text-color: var(--color-text1-4,#333);
    --nav-line-item-childselected-text-color: var(--color-text1-4,#333);
    --nav-line-item-opened-text-color: var(--color-text1-4,#333);
    --nav-primary-item-hover-bg-color: var(--color-brand1-8,#022aa7);
    --nav-primary-item-hover-active-color: var(--color-brand1-8,#022aa7);
    --nav-primary-sub-nav-hover-bg-color: var(--color-brand1-8,#022aa7);
    --nav-primary-item-selected-bg-color: var(--color-brand1-8,#022aa7);
    --nav-primary-item-selected-active-color: var(--color-brand1-8,#022aa7);
    --nav-secondary-bg-color: var(--color-white,#fff);
    --nav-secondary-text-color: var(--color-text1-4,#333);
    --nav-secondary-sub-nav-bg-color: var(--color-white,#fff);
    --nav-secondary-sub-nav-text-color: var(--color-text1-4,#333);
    --nav-secondary-sub-nav-hover-text-color: var(--color-text1-4,#333);
    --nav-secondary-item-childselected-bg-color: var(--color-white,#fff);
    --nav-secondary-item-childselected-text-color: var(--color-text1-4,#333);
    --nav-secondary-item-opened-bg-color: var(--color-white,#fff);
    --nav-secondary-item-opened-text-color: var(--color-text1-4,#333);
    --nav-hoz-height: var(--s-11,44px);
    --nav-hoz-item-margin-tb: var(--s-zero,0px);
    --nav-hoz-item-margin-lr: var(--s-zero,0px);
    --nav-hoz-item-corner: var(--corner-zero,0px);
    --nav-hoz-item-selected-active-line: var(--line-2,2px);
    --nav-hoz-item-hover-active-line: var(--line-zero,0px);
    --nav-ver-item-corner: var(--corner-zero,0px);
    --nav-ver-item-selected-active-line: var(--line-2,2px);
    --nav-ver-item-hover-active-line: var(--line-zero,0px);
    --nav-primary-border-width: var(--line-zero,0px);
    --nav-primary-text-style: var(--font-weight-2,normal);
    --nav-primary-sub-nav-text-color: var(--color-white,#fff);
    --nav-primary-sub-nav-text-style: var(--font-weight-2,normal);
    --nav-primary-group-text-style: var(--font-weight-2,normal);
    --nav-primary-sub-nav-hover-text-color: var(--color-white,#fff);
    --nav-primary-item-childselected-bg-color: var(--color-transparent,transparent);
    --nav-primary-item-childselected-text-color: var(--color-white,#fff);
    --nav-primary-sub-nav-selected-text-color: var(--color-white,#fff);
    --nav-primary-sub-nav-active-color: var(--color-brand1-6,#1047f5);
    --nav-primary-item-disabled-text-color: var(--color-text1-1,#ccc);
    --nav-primary-item-opened-bg-color: var(--color-transparent,transparent);
    --nav-primary-item-opened-text-color: var(--color-white,#fff);
    --nav-secondary-border-width: var(--line-zero,0px);
    --nav-secondary-border-color: var(--color-brand1-6,#1047f5);
    --nav-secondary-text-style: var(--font-weight-2,normal);
    --nav-secondary-sub-nav-text-style: var(--font-weight-2,normal);
    --nav-secondary-group-text-style: var(--font-weight-2,normal);
    --nav-secondary-item-hover-text-style: var(--font-weight-2,normal);
    --nav-secondary-sub-nav-active-color: var(--color-brand1-6,#1047f5);
    --nav-secondary-item-disabled-text-color: var(--color-brand1-1,#eef3ff);
    --nav-normal-text-style: var(--font-weight-2,normal);
    --nav-normal-border-line: var(--line-1,1px);
    --nav-normal-sub-nav-bg-color: var(--color-white,#fff);
    --nav-normal-sub-nav-text-style: var(--font-weight-2,normal);
    --nav-normal-group-text-style: var(--font-weight-2,normal);
    --nav-normal-item-hover-text-style: var(--font-weight-2,normal);
    --nav-normal-item-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-childselected-text-style: var(--font-weight-2,normal);
    --nav-normal-sub-nav-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-normal-sub-nav-active-color: var(--color-brand1-6,#1047f5);
    --nav-normal-item-disabled-text-color: var(--color-text1-2,#acacac);
    --nav-line-border-color: var(--color-line1-2,#c8c8c8);
    --nav-line-text-style: var(--font-weight-2,normal);
    --nav-line-border-line: var(--line-1,1px);
    --nav-line-sub-nav-text-style: var(--font-weight-2,normal);
    --nav-line-item-hover-text-color: var(--color-brand1-6,#1047f5);
    --nav-line-item-hover-text-style: var(--font-weight-2,normal);
    --nav-line-sub-nav-hover-text-color: var(--color-brand1-6,#1047f5);
    --nav-line-item-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-line-item-childselected-text-style: var(--font-weight-2,normal);
    --nav-line-sub-nav-selected-text-color: var(--color-brand1-6,#1047f5);
    --nav-line-sub-nav-active-color: var(--color-brand1-6,#1047f5);
    --nav-line-item-disabled-text-color: var(--color-text1-2,#acacac);
    --nav-line-group-text-color: var(--color-text1-2,#acacac);
    --nav-line-group-text-style: var(--font-weight-2,normal);
    --paragraph-text-color: var(--color-text1-1,#ccc);
    --paragraph-s-font-size: var(--font-size-body-1,14px);
    --paragraph-m-font-size: var(--font-size-body-2,14px);
    --paragraph-s-line-height: var(--font-lineheight-2,1.5);
    --paragraph-l-line-height: var(--font-lineheight-3,2);
    --typography-text-code-corner: var(--corner-2,4px);
    --typography-text-mark-color: var(--color-text1-1,#ccc);
    --typography-text-mark-background: var(--color-brand1-1,#eef3ff);
    --typography-title-h1-font-size: var(--font-size-display-3,40px);
    --typography-title-h2-font-size: var(--font-size-display-2,36px);
    --typography-title-h3-font-size: var(--font-size-display-1,28px);
    --typography-title-h4-font-size: var(--font-size-headline,24px);
    --typography-title-h5-font-size: var(--font-size-subhead,16px);
    --typography-title-h6-font-size: var(--font-size-body-2,14px);
    --typography-paragraph-font-size: var(--font-size-body-1,14px);
    --typography-paragraph-line-height: var(--font-lineheight-2,1.5);
    --typography-text-color: var(--color-text1-4,#333);
    --typography-text-strong-font-weight: var(--font-weight-semi-bold,600);
    --typography-text-code-color: var(--color-text1-4,#333);
    --typography-text-code-background: var(--color-fill1-2,#f3f3f3);
    --typography-text-code-border-color: var(--color-line1-1,#e1e1e1);
    --typography-title-font-weight: var(--font-weight-semi-bold,600);
    --calendar-fullscreen-header-margin-bottom: var(--s-5,20px);
    --calendar-fullscreen-table-head-font-weight: var(--font-weight-2,normal);
    --calendar-fullscreen-table-head-padding-b: var(--s-1,4px);
    --calendar-fullscreen-table-cell-margin-tb: var(--s-1,4px);
    --calendar-fullscreen-table-cell-padding-tb: var(--s-2,8px);
    --calendar-fullscreen-table-cell-padding-lr: var(--s-3,12px);
    --calendar-fullscreen-table-cell-normal-border-color: var(--color-line1-1,#e1e1e1);
    --calendar-fullscreen-table-cell-hover-background: var(--color-fill1-1,#f8f8f8);
    --calendar-fullscreen-table-cell-hover-border-color: var(--color-line1-1,#e1e1e1);
    --calendar-fullscreen-table-cell-select-background: var(--color-notice-3,#eef3ff);
    --calendar-btn-arrow-size: var(--icon-m,16px);
    --calendar-fullscreen-table-head-font-size: var(--font-size-body-1,14px);
    --calendar-fullscreen-table-cell-font-size: var(--font-size-body-1,14px);
    --calendar-card-header-margin-bottom: var(--s-5,20px);
    --calendar-card-table-cell-font-size: var(--font-size-body-1,14px);
    --calendar-card-table-cell-date-border-radius: var(--corner-1,2px);
    --calendar-card-table-cell-normal-background: var(--color-white,#fff);
    --calendar-card-table-cell-normal-border-color: var(--color-white,#fff);
    --calendar-card-table-cell-hover-background: var(--color-brand1-1,#eef3ff);
    --calendar-card-table-cell-hover-border-color: var(--color-brand1-1,#eef3ff);
    --calendar-panel-header-margin-bottom: var(--s-4,16px);
    --calendar-panel-header-height: var(--s-9,36px);
    --calendar-panel-header-background: var(--color-fill1-1,#f8f8f8);
    --calendar-btn-date-font-weight: var(--font-weight-medium,500);
    --calendar-btn-arrow-single-offset-lr: var(--s-9,36px);
    --calendar-btn-arrow-double-offset-lr: var(--s-3,12px);
    --calendar-btn-arrow-color: var(--color-text1-3,#666);
    --calendar-btn-arrow-color-hover: var(--color-brand1-6,#1047f5);
    --calendar-btn-date-color-hover: var(--color-brand1-6,#1047f5);
    --calendar-fullscreen-table-cell-boder-top-width: var(--line-2,2px);
    --calendar-card-table-cell-other-color: var(--color-text1-3,#666);
    --calendar-fullscreen-table-head-color: var(--color-text1-3,#666);
    --calendar-fullscreen-table-cell-normal-color: var(--color-text1-5,#000);
    --calendar-fullscreen-table-cell-hover-color: var(--color-text1-5,#000);
    --calendar-fullscreen-table-cell-other-color: var(--color-text1-3,#666);
    --calendar-card-table-head-color: var(--color-text1-2,#acacac);
    --calendar-card-table-cell-normal-color: var(--color-text1-5,#000);
    --calendar-btn-date-color: var(--color-text1-4,#333);
    --calendar-fullscreen-table-cell-disabled-color: var(--color-text1-1,#ccc);
    --calendar-card-table-cell-disabled-color: var(--color-text1-1,#ccc);
    --calendar-fullscreen-table-cell-other-background: var(--color-white,#fff);
    --calendar-fullscreen-table-cell-other-border-color: var(--color-line1-1,#e1e1e1);
    --calendar-fullscreen-table-cell-disabled-background: var(--color-transparent,transparent);
    --calendar-fullscreen-table-cell-disabled-border-color: var(--color-transparent,transparent);
    --calendar-card-table-cell-month-width: var(--s-24,96px);
    --calendar-card-table-cell-year-width: var(--s-24,96px);
    --calendar-card-table-cell-disabled-background: var(--color-transparent,transparent);
    --calendar-card-table-cell-disabled-border-color: var(--color-transparent,transparent);
    --calendar-fullscreen-table-head-padding-r: var(--s-3,12px);
    --calendar-fullscreen-table-cell-margin-lr: var(--s-1,4px);
    --calendar-fullscreen-table-cell-min-height: var(--s-20,80px);
    --calendar-fullscreen-table-cell-normal-background: var(--color-white,#fff);
    --calendar-fullscreen-table-cell-select-color: var(--color-brand1-6,#1047f5);
    --calendar-fullscreen-table-cell-select-border-color: var(--color-brand1-6,#1047f5);
    --calendar-fullscreen-table-cell-select-font-weight: var(--font-weight-3,bold);
    --calendar-fullscreen-table-cell-current-background: var(--color-white,#fff);
    --calendar-fullscreen-table-cell-current-color: var(--color-brand1-6,#1047f5);
    --calendar-fullscreen-table-cell-current-border-color: var(--color-brand1-6,#1047f5);
    --calendar-fullscreen-table-cell-current-font-weight: var(--font-weight-3,bold);
    --calendar-card-table-head-font-size: var(--font-size-caption,12px);
    --calendar-card-table-head-font-weight: var(--font-weight-2,normal);
    --calendar-card-table-cell-date-width: var(--s-6,24px);
    --calendar-card-table-cell-date-height: var(--s-6,24px);
    --calendar-card-table-cell-month-border-radius: var(--corner-1,2px);
    --calendar-card-table-cell-month-height: var(--s-6,24px);
    --calendar-card-table-cell-year-border-radius: var(--corner-1,2px);
    --calendar-card-table-cell-year-height: var(--s-6,24px);
    --calendar-card-table-cell-corner: var(--corner-zero,0px);
    --calendar-card-table-cell-hover-color: var(--color-brand1-6,#1047f5);
    --calendar-card-table-cell-select-background: var(--color-brand1-6,#1047f5);
    --calendar-card-table-cell-select-color: var(--color-white,#fff);
    --calendar-card-table-cell-select-border-color: var(--color-brand1-6,#1047f5);
    --calendar-card-table-cell-select-font-weight: var(--font-weight-3,bold);
    --calendar-card-table-cell-other-background: var(--color-white,#fff);
    --calendar-card-table-cell-other-border-color: var(--color-white,#fff);
    --calendar-card-table-cell-current-background: var(--color-white,#fff);
    --calendar-card-table-cell-current-color: var(--color-brand1-6,#1047f5);
    --calendar-card-table-cell-current-border-color: var(--color-transparent,transparent);
    --calendar-card-table-cell-current-font-weight: var(--font-weight-3,bold);
    --calendar-card-table-cell-inrange-background: var(--color-brand1-1,#eef3ff);
    --calendar-card-table-cell-inrange-color: var(--color-brand1-6,#1047f5);
    --calendar-card-table-cell-inrange-border-color: var(--color-brand1-1,#eef3ff);
    --calendar-panel-header-border-bottom-width: var(--line-1,1px);
    --calendar-panel-header-border-bottom-color: var(--color-transparent,transparent);
    --calendar-btn-date-margin-lr: var(--s-1,4px);
    --calendar-btn-arrow-content-prev: var(--icon-content-arrow-left,"");
    --calendar-btn-arrow-content-next: var(--icon-content-arrow-right,"");
    --calendar-btn-arrow-content-prev-super: var(--icon-content-arrow-double-left,"");
    --calendar-btn-arrow-content-next-super: var(--icon-content-arrow-double-right,"");
    --breadcrumb-text-color: var(--color-text1-3,#666);
    --breadcrumb-text-current-color: var(--color-brand1-6,#1047f5);
    --breadcrumb-size-m-icon-margin: var(--s-2,8px);
    --breadcrumb-size-m-icon-size: var(--icon-s,12px);
    --breadcrumb-size-m-font-size: var(--font-size-body-1,14px);
    --breadcrumb-icon-color: var(--color-text1-3,#666);
    --breadcrumb-size-ellipsis-font-size: var(--font-size-caption,12px);
    --breadcrumb-text-current-weight: var(--font-weight-2,normal);
    --breadcrumb-text-ellipsis-color: var(--color-text1-3,#666);
    --breadcrumb-text-keyword-color: var(--color-brand1-6,#1047f5);
    --breadcrumb-icon-sep-content: var(--icon-content-arrow-right,"");
    --breadcrumb-text-color-hover: var(--color-brand1-6,#1047f5);
    --breadcrumb-text-current-color-hover: var(--color-brand1-6,#1047f5);
    --breadcrumb-text-keyword-color-hover: var(--color-brand1-6,#1047f5);
    --loading-large-dot-size: var(--icon-s,12px);
    --loading-dot-color: var(--color-brand1-6,#1047f5);
    --loading-medium-dot-size: var(--icon-xs,8px);
    --loading-icon-size: var(--icon-xl,24px);
    --loading-large-size: var(--s-12,48px);
    --loading-medium-size: var(--s-8,32px);
    --split-btn-unfold-icon-content: var(--icon-content-arrow-up,"");
    --split-btn-trigger-normal-icon-color: var(--color-text1-3,#666);
    --split-btn-fold-icon-content: var(--icon-content-arrow-down,"");
    --cascader-select: "cascader-select";
    --line-0: var(--line-zero);
    --shadow-0: var(--shadow-zero);
    --corner-right-angle: var(--corner-zero);
    --s-0: var(--s-zero)
}
/*! * @alife/theme-crated-seller@1.5.0 (https://fusion.design) * @alifd/next@1.25.51 (https://fusion.design) * Copyright 2018-present Alibaba Group, * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE) */
.next-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
    top: 0;
    margin: -1px
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -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
}

[hidden], template {
    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 #c8c8c8;
    border-width: 1px 0 0;
    border: 0 var(--line-solid,solid) var(--color-line1-2,#c8c8c8);
    border-top: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#c8c8c8)
}

a {
    text-decoration: none
}

    a:link {
        color: #1047f5;
        color: var(--color-link-1,#1047f5)
    }

    a:visited {
        color: #0c38c4;
        color: var(--color-link-2,#0c38c4)
    }

    a:active, a:hover {
        color: #0c38c4;
        color: var(--color-link-3,#0c38c4)
    }

    a:active {
        text-decoration: underline
    }

@font-face {
    font-family: Roboto;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.ttf) format("truetype");
    font-weight: 200;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.ttf) format("truetype");
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.ttf) format("truetype");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.ttf) format("truetype");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot);
    src: url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot#iefix) format("embedded-opentype"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff2) format("woff2"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff) format("woff"),url(//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.ttf) format("truetype");
    font-weight: 700;
    font-display: swap
}

html {
    font-size: 100%
}

body {
    font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    line-height: 1.28571;
    color: #333;
    color: var(--color-text1-4,#333)
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit
}

h1 {
    margin-bottom: 12px;
    margin-bottom: calc(var(--font-size-headline, 24px)*0.5);
    font-size: 24px;
    font-size: var(--font-size-headline,24px);
    line-height: 36px
}

h1, h2 {
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

h2 {
    margin-bottom: 9px;
    margin-bottom: calc(var(--font-size-title, 18px)*0.5);
    font-size: 18px;
    font-size: var(--font-size-title,18px);
    line-height: 30px
}

h3, h4 {
    margin-bottom: 8px;
    margin-bottom: calc(var(--font-size-subhead, 16px)*0.5);
    font-size: 16px;
    font-size: var(--font-size-subhead,16px)
}

h3, h4, h5 {
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 24px
}

h5 {
    margin-bottom: 7px;
    margin-bottom: calc(var(--font-size-body-1, 14px)*0.5);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

h6 {
    margin-bottom: 7px;
    margin-bottom: calc(var(--font-size-body-2, 14px)*0.5);
    font-weight: 500;
    font-weight: var(--font-weight-medium,500)
}

h6, p {
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    line-height: 20px
}

p {
    margin-bottom: 7px;
    margin-bottom: calc(var(--font-size-body-1, 14px)*0.5);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal)
}

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(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-webkit-keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-webkit-keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

@keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes expandOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@keyframes expandOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-webkit-keyframes expandOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@keyframes expandOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-webkit-keyframes expandOutWithFade {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@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-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInDown, .fadeInLeft {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInRight, .fadeInUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeOut, .fadeOutDown {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeOutLeft, .fadeOutRight {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideInDown, .slideInUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideInLeft, .slideInRight {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideOutRight, .slideOutUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideOutDown, .slideOutLeft {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomIn, .zoomOut {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.expandInDown {
    -webkit-animation-name: expandInDown;
    animation-name: expandInDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.expandInDown, .expandOutUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandOutUp {
    -webkit-animation-name: expandOutUp;
    animation-name: expandOutUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.expandInUp {
    -webkit-animation-name: expandInUp;
    animation-name: expandInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.expandInUp, .expandOutDown {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandOutDown {
    -webkit-animation-name: expandOutDown;
    animation-name: expandOutDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInDownSmall, .fadeOutUpSmall {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomInBig {
    -webkit-animation-name: zoomInBig;
    animation-name: zoomInBig;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
    animation-timing-function: cubic-bezier(0,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomInBig, .zoomOutBig {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoomOutBig {
    -webkit-animation-name: zoomOutBig;
    animation-name: zoomOutBig;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
    animation-timing-function: cubic-bezier(0,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.expand-enter {
    overflow: hidden
}

.expand-enter-active {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    .expand-enter-active > * {
        -webkit-animation-name: expandInWithFade;
        animation-name: expandInWithFade;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
        animation-timing-function: cubic-bezier(.23,1,.32,1);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.expand-leave {
    overflow: hidden
}

.expand-leave-active {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

    .expand-leave-active > * {
        -webkit-animation-name: expandOutWithFade;
        animation-name: expandOutWithFade;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
        animation-timing-function: cubic-bezier(.23,1,.32,1);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.next-icon[dir=rtl]:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@font-face {
    font-family: NextIcon;
    src: url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.eot);
    src: url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.eot#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.woff2) format("woff2"),url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.woff) format("woff"),url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.ttf) format("truetype"),url(//at.alicdn.com/t/c/font_2906333_eugofncun6o.svg#NextIcon) format("svg");
    font-display: swap
}

.next-icon {
    display: inline-block;
    font-family: NextIcon;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .next-icon:before {
        display: inline-block;
        vertical-align: middle;
        text-align: center
    }

.next-icon-smile:before {
    content: "\E65F";
    content: var(--icon-content-smile,"\E65F")
}

.next-icon-cry:before {
    content: "\E65D";
    content: var(--icon-content-cry,"\E65D")
}

.next-icon-success:before {
    content: "\E60A";
    content: var(--icon-content-success,"\E60A")
}

.next-icon-warning:before {
    content: "\E60B";
    content: var(--icon-content-warning,"\E60B")
}

.next-icon-prompt:before {
    content: "\E60C";
    content: var(--icon-content-prompt,"\E60C")
}

.next-icon-error:before {
    content: "\E60D";
    content: var(--icon-content-error,"\E60D")
}

.next-icon-help:before {
    content: "\E673";
    content: var(--icon-content-help,"\E673")
}

.next-icon-clock:before {
    content: "\E621";
    content: var(--icon-content-clock,"\E621")
}

.next-icon-success-filling:before {
    content: "\E63A";
    content: var(--icon-content-success-filling,"\E63A")
}

.next-icon-delete-filling:before {
    content: "\E623";
    content: var(--icon-content-delete-filling,"\E623")
}

.next-icon-favorites-filling:before {
    content: "\E60E";
    content: var(--icon-content-favorites-filling,"\E60E")
}

.next-icon-add:before {
    content: "\E655";
    content: var(--icon-content-add,"\E655")
}

.next-icon-minus:before {
    content: "\E601";
    content: var(--icon-content-minus,"\E601")
}

.next-icon-arrow-up:before {
    content: "\E625";
    content: var(--icon-content-arrow-up,"\E625")
}

.next-icon-arrow-down:before {
    content: "\E63D";
    content: var(--icon-content-arrow-down,"\E63D")
}

.next-icon-arrow-left:before {
    content: "\E61D";
    content: var(--icon-content-arrow-left,"\E61D")
}

.next-icon-arrow-right:before {
    content: "\E619";
    content: var(--icon-content-arrow-right,"\E619")
}

.next-icon-arrow-double-left:before {
    content: "\E659";
    content: var(--icon-content-arrow-double-left,"\E659")
}

.next-icon-arrow-double-right:before {
    content: "\E65E";
    content: var(--icon-content-arrow-double-right,"\E65E")
}

.next-icon-switch:before {
    content: "\E6B3";
    content: var(--icon-content-switch,"\E6B3")
}

.next-icon-sorting:before {
    content: "\E634";
    content: var(--icon-content-sorting,"\E634")
}

.next-icon-descending:before {
    content: "\E61F";
    content: var(--icon-content-descending,"\E61F")
}

.next-icon-ascending:before {
    content: "\E61E";
    content: var(--icon-content-ascending,"\E61E")
}

.next-icon-select:before {
    content: "\E632";
    content: var(--icon-content-select,"\E632")
}

.next-icon-semi-select:before {
    content: "\E633";
    content: var(--icon-content-semi-select,"\E633")
}

.next-icon-search:before {
    content: "\E656";
    content: var(--icon-content-search,"\E656")
}

.next-icon-close:before {
    content: "\E626";
    content: var(--icon-content-close,"\E626")
}

.next-icon-ellipsis:before {
    content: "\E654";
    content: var(--icon-content-ellipsis,"\E654")
}

.next-icon-picture:before {
    content: "\E631";
    content: var(--icon-content-picture,"\E631")
}

.next-icon-calendar:before {
    content: "\E607";
    content: var(--icon-content-calendar,"\E607")
}

.next-icon-ashbin:before {
    content: "\E639";
    content: var(--icon-content-ashbin,"\E639")
}

.next-icon-upload:before {
    content: "\E7EE";
    content: var(--icon-content-upload,"\E7EE")
}

.next-icon-download:before {
    content: "\E628";
    content: var(--icon-content-download,"\E628")
}

.next-icon-set:before {
    content: "\E683";
    content: var(--icon-content-set,"\E683")
}

.next-icon-edit:before {
    content: "\E63B";
    content: var(--icon-content-edit,"\E63B")
}

.next-icon-refresh:before {
    content: "\E677";
    content: var(--icon-content-refresh,"\E677")
}

.next-icon-filter:before {
    content: "\E627";
    content: var(--icon-content-filter,"\E627")
}

.next-icon-attachment:before {
    content: "\E665";
    content: var(--icon-content-attachment,"\E665")
}

.next-icon-account:before {
    content: "\E608";
    content: var(--icon-content-account,"\E608")
}

.next-icon-email:before {
    content: "\E605";
    content: var(--icon-content-email,"\E605")
}

.next-icon-atm:before {
    content: "\E606";
    content: var(--icon-content-atm,"\E606")
}

.next-icon-loading:before {
    content: "\E646";
    content: var(--icon-content-loading,"\E646");
    -webkit-animation: loadingCircle 1s linear infinite;
    animation: loadingCircle 1s linear infinite
}

.next-icon-eye:before {
    content: "\E611";
    content: var(--icon-content-eye,"\E611")
}

.next-icon-copy:before {
    content: "\E60F";
    content: var(--icon-content-copy,"\E60F")
}

.next-icon-toggle-left:before {
    content: "\E602";
    content: var(--icon-content-toggle-left,"\E602")
}

.next-icon-toggle-right:before {
    content: "\E603";
    content: var(--icon-content-toggle-right,"\E603")
}

.next-icon-eye-close:before {
    content: "\E600";
    content: var(--icon-content-eye-close,"\E600")
}

.next-icon-unlock:before {
    content: "\E615";
    content: var(--icon-content-unlock,"\E615")
}

.next-icon-lock:before {
    content: "\E617";
    content: var(--icon-content-lock,"\E617")
}

.next-icon-exit:before {
    content: "\E616";
    content: var(--icon-content-exit,"\E616")
}

.next-icon-chart-bar:before {
    content: "\E612";
    content: var(--icon-content-chart-bar,"\E612")
}

.next-icon-chart-pie:before {
    content: "\E613";
    content: var(--icon-content-chart-pie,"\E613")
}

.next-icon-form:before {
    content: "\E7FB";
    content: var(--icon-content-form,"\E7FB")
}

.next-icon-detail:before {
    content: "\E7F8";
    content: var(--icon-content-detail,"\E7F8")
}

.next-icon-list:before {
    content: "\E7F9";
    content: var(--icon-content-list,"\E7F9")
}

.next-icon-dashboard:before {
    content: "\E7FA";
    content: var(--icon-content-dashboard,"\E7FA")
}

@-webkit-keyframes loadingCircle {
    0% {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.next-icon.next-xxs .next-icon-remote, .next-icon.next-xxs:before {
    width: 4px;
    font-size: 4px;
    line-height: inherit
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-icon.next-xxs {
        -webkit-transform: scale(.33333);
        -ms-transform: scale(.33333);
        transform: scale(.33333);
        margin-left: -4px;
        margin-right: -4px
    }

        .next-icon.next-xxs:before {
            width: 12px;
            font-size: 12px
        }
}

.next-icon.next-xs .next-icon-remote, .next-icon.next-xs:before {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-icon.next-xs {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-icon.next-xs:before {
            width: 12px;
            font-size: 12px
        }
}

.next-icon.next-small .next-icon-remote, .next-icon.next-small:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-icon.next-medium .next-icon-remote, .next-icon.next-medium:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-icon.next-large .next-icon-remote, .next-icon.next-large:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-icon.next-xl .next-icon-remote, .next-icon.next-xl:before {
    width: 24px;
    font-size: 24px;
    line-height: inherit
}

.next-icon.next-xxl .next-icon-remote, .next-icon.next-xxl:before {
    width: 28px;
    font-size: 28px;
    line-height: inherit
}

.next-icon.next-xxxl .next-icon-remote, .next-icon.next-xxxl:before {
    width: 32px;
    font-size: 32px;
    line-height: inherit
}

.next-icon.next-inherit .next-icon-remote, .next-icon.next-inherit:before {
    width: inherit;
    font-size: inherit;
    line-height: inherit
}

.next-icon .next-icon-remote, .next-icon.next-inherit .next-icon-remote {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor
}

.next-overlay-wrapper .next-overlay-inner {
    z-index: 1001
}

.next-overlay-wrapper .next-overlay-backdrop {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31,31,73,.5);
    -webkit-transition: opacity .3s cubic-bezier(.4,0,.2,1);
    transition: opacity .3s cubic-bezier(.4,0,.2,1);
    opacity: 0
}

.next-overlay-wrapper.opened .next-overlay-backdrop {
    opacity: 1
}

.next-loading-fusion-reactor[dir=rtl] {
    -webkit-animation-name: nextVectorRouteRTL;
    animation-name: nextVectorRouteRTL
}

@-webkit-keyframes nextVectorRouteRTL {
    0% {
        -webkit-transform: rotate(0deg);
        -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 {
        opacity: .7;
        -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)";
        position: relative;
        pointer-events: none
    }

.next-loading-masker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: .2;
    background: #fff
}

.next-loading-inline {
    display: inline-block
}

.next-loading-tip {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center
}

.next-loading-tip-fullscreen {
    top: inherit;
    left: 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 {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.next-loading-right-tip .next-loading-tip-placeholder {
    display: inline-block;
    visibility: hidden;
    margin-left: 1em
}

.next-loading-fusion-reactor {
    display: inline-block;
    width: 48px;
    width: var(--loading-large-size,48px);
    height: 48px;
    height: var(--loading-large-size,48px);
    position: relative;
    margin: 0;
    -webkit-animation-duration: 5.6s;
    animation-duration: 5.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: nextVectorRoute;
    animation-name: nextVectorRoute
}

    .next-loading-fusion-reactor .next-loading-dot {
        position: absolute;
        margin: auto;
        width: 12px;
        width: var(--loading-large-dot-size,12px);
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        border-radius: 50%;
        background: #1047f5;
        background: var(--loading-dot-color,#1047f5);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s
    }

        .next-loading-fusion-reactor .next-loading-dot:first-child {
            top: 0;
            bottom: 0;
            left: 0;
            -webkit-animation-name: nextVectorDotsX;
            animation-name: nextVectorDotsX
        }

        .next-loading-fusion-reactor .next-loading-dot:nth-child(2) {
            left: 0;
            right: 0;
            top: 0;
            opacity: .8;
            -webkit-animation-name: nextVectorDotsY;
            animation-name: nextVectorDotsY
        }

        .next-loading-fusion-reactor .next-loading-dot:nth-child(3) {
            top: 0;
            bottom: 0;
            right: 0;
            opacity: .6;
            -webkit-animation-name: nextVectorDotsXR;
            animation-name: nextVectorDotsXR
        }

        .next-loading-fusion-reactor .next-loading-dot:nth-child(4) {
            left: 0;
            right: 0;
            bottom: 0;
            opacity: .2;
            -webkit-animation-name: nextVectorDotsYR;
            animation-name: nextVectorDotsYR
        }

.next-loading-medium-fusion-reactor {
    width: 32px;
    width: var(--loading-medium-size,32px);
    height: 32px;
    height: var(--loading-medium-size,32px)
}

    .next-loading-medium-fusion-reactor .next-loading-dot {
        width: 8px;
        width: var(--loading-medium-dot-size,8px);
        height: 8px;
        height: var(--loading-medium-dot-size,8px)
    }

        .next-loading-medium-fusion-reactor .next-loading-dot: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;
        bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        bottom: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@keyframes nextVectorDotsYR {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 16.8px;
        bottom: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        bottom: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@-webkit-keyframes nextVectorDotsY {
    25% {
        top: 0
    }

    45%,50% {
        top: 16.8px;
        top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        top: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@keyframes nextVectorDotsY {
    25% {
        top: 0
    }

    45%,50% {
        top: 16.8px;
        top: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        top: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@-webkit-keyframes nextVectorDotsX {
    25% {
        left: 0
    }

    45%,50% {
        left: 16.8px;
        left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        left: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@keyframes nextVectorDotsX {
    25% {
        left: 0
    }

    45%,50% {
        left: 16.8px;
        left: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        left: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@-webkit-keyframes nextVectorDotsXR {
    25% {
        right: 0
    }

    45%,50% {
        right: 16.8px;
        right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        right: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@keyframes nextVectorDotsXR {
    25% {
        right: 0
    }

    45%,50% {
        right: 16.8px;
        right: calc(var(--loading-large-size, 48px)/2 - var(--loading-large-dot-size, 12px)*1.2/2);
        width: 14.4px;
        width: calc(var(--loading-large-dot-size, 12px)*1.2);
        height: 14.4px;
        height: calc(var(--loading-large-dot-size, 12px)*1.2)
    }

    90% {
        right: 0;
        height: 12px;
        height: var(--loading-large-dot-size,12px);
        width: 12px;
        width: var(--loading-large-dot-size,12px)
    }
}

@-webkit-keyframes nextVectorDotsYR-medium {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 11.2px;
        bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        bottom: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@keyframes nextVectorDotsYR-medium {
    25% {
        bottom: 0
    }

    45%,50% {
        bottom: 11.2px;
        bottom: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        bottom: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsY-medium {
    25% {
        top: 0
    }

    45%,50% {
        top: 11.2px;
        top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        top: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@keyframes nextVectorDotsY-medium {
    25% {
        top: 0
    }

    45%,50% {
        top: 11.2px;
        top: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        top: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsX-medium {
    25% {
        left: 0
    }

    45%,50% {
        left: 11.2px;
        left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        left: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@keyframes nextVectorDotsX-medium {
    25% {
        left: 0
    }

    45%,50% {
        left: 11.2px;
        left: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        left: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@-webkit-keyframes nextVectorDotsXR-medium {
    25% {
        right: 0
    }

    45%,50% {
        right: 11.2px;
        right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        right: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

@keyframes nextVectorDotsXR-medium {
    25% {
        right: 0
    }

    45%,50% {
        right: 11.2px;
        right: calc(var(--loading-medium-size, 32px)/2 - var(--loading-medium-dot-size, 8px)*1.2/2);
        width: 9.6px;
        width: calc(var(--loading-medium-dot-size, 8px)*1.2);
        height: 9.6px;
        height: calc(var(--loading-medium-dot-size, 8px)*1.2)
    }

    90% {
        right: 0;
        height: 8px;
        height: var(--loading-medium-dot-size,8px);
        width: 8px;
        width: var(--loading-medium-dot-size,8px)
    }
}

.next-radio-button-large[dir=rtl] > label:first-child {
    margin-left: -1px;
    border-top-right-radius: 4px;
    border-top-right-radius: var(--radio-button-corner-large,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--radio-button-corner-large,4px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.next-radio-button-large[dir=rtl] > label:last-child {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-left-radius: var(--radio-button-corner-large,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--radio-button-corner-large,4px)
}

.next-radio-button-large[dir=rtl] .next-radio-label {
    height: 34px;
    height: calc(var(--radio-button-height-large, 36px) - 2px);
    line-height: 34px;
    line-height: calc(var(--radio-button-height-large, 36px) - 2px);
    font-size: 14px;
    font-size: var(--radio-button-font-size-large,14px)
}

.next-radio-button-medium[dir=rtl] > label:first-child {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-top-right-radius: var(--radio-button-corner-medium,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--radio-button-corner-medium,4px)
}

.next-radio-button-medium[dir=rtl] > label:last-child {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-left-radius: var(--radio-button-corner-medium,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--radio-button-corner-medium,4px)
}

.next-radio-button-small[dir=rtl] > label:first-child {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-top-right-radius: var(--radio-button-corner-small,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--radio-button-corner-small,4px)
}

.next-radio-button-small[dir=rtl] > label:last-child {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-left-radius: var(--radio-button-corner-small,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--radio-button-corner-small,4px)
}

.next-radio-wrapper[dir=rtl] .next-radio-label {
    margin-left: 0;
    margin-right: 4px
}

.next-radio-group[dir=rtl] .next-radio-label {
    margin-right: 4px;
    margin-left: 16px
}

.next-radio-button[dir=rtl] > label .next-radio-label {
    margin: 0
}

.next-radio-wrapper {
    outline: 0;
    display: inline-block
}

    .next-radio-wrapper .next-radio {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        line-height: 1
    }

        .next-radio-wrapper .next-radio, .next-radio-wrapper .next-radio *, .next-radio-wrapper .next-radio :after, .next-radio-wrapper .next-radio :before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

            .next-radio-wrapper .next-radio input[type=radio] {
                opacity: 0;
                position: absolute;
                vertical-align: middle;
                top: 0;
                left: 0;
                width: 16px;
                width: var(--radio-width,16px);
                height: 16px;
                height: var(--radio-width,16px);
                margin: 0;
                cursor: pointer
            }

    .next-radio-wrapper .next-radio-inner {
        display: block;
        width: 16px;
        width: var(--radio-width,16px);
        height: 16px;
        height: var(--radio-width,16px);
        background: #fff;
        background: var(--radio-bg-color,#fff);
        border-radius: 50%;
        border-radius: var(--radio-radius-size,50%);
        border: 1px solid #a2a3a5;
        border: var(--radio-circle-border-width,1px) solid var(--radio-border-color,#a2a3a5);
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--radio-shadow,none);
        box-shadow: none;
        box-shadow: var(--radio-shadow,none)
    }

        .next-radio-wrapper .next-radio-inner:after {
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            position: absolute;
            border-radius: 50%;
            border-radius: var(--radio-radius-size,50%);
            top: 50%;
            margin-top: -2px;
            margin-top: calc(0px - var(--radio-circle-size, 4px)/2);
            left: 50%;
            margin-left: -2px;
            margin-left: calc(0px - var(--radio-circle-size, 4px)/2);
            background: #fff;
            content: "";
            -webkit-transition: all .1s linear;
            transition: all .1s linear
        }

    .next-radio-wrapper.checked .next-radio-inner {
        border-color: #1047f5;
        border-color: var(--radio-checked-border-color,#1047f5);
        background: #1047f5;
        background: var(--radio-checked-bg-color,#1047f5)
    }

        .next-radio-wrapper.checked .next-radio-inner:after {
            width: 4px;
            width: var(--radio-circle-size,4px);
            height: 4px;
            height: var(--radio-circle-size,4px);
            font-weight: 700;
            background: #fff;
            background: var(--radio-checked-circle-color,#fff);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

    .next-radio-wrapper.checked.hovered .next-radio-inner, .next-radio-wrapper.checked:hover .next-radio-inner {
        border-color: transparent;
        border-color: var(--radio-checked-hovered-border-color,transparent)
    }

    .next-radio-wrapper.disabled input[type=radio] {
        cursor: not-allowed
    }

    .next-radio-wrapper.disabled .next-radio-inner {
        border-color: #c8c8c8;
        border-color: var(--radio-disabled-border-color,#c8c8c8);
        background: #e1e1e1;
        background: var(--radio-disabled-bg-color,#e1e1e1)
    }

        .next-radio-wrapper.disabled .next-radio-inner:after {
            background: #ccc;
            background: var(--radio-disabled-circle-color,#ccc)
        }

        .next-radio-wrapper.disabled .next-radio-inner.hovered, .next-radio-wrapper.disabled .next-radio-inner:hover {
            border-color: #c8c8c8;
            border-color: var(--radio-disabled-border-color,#c8c8c8)
        }

    .next-radio-wrapper.disabled.checked .next-radio-inner {
        border-color: #c8c8c8;
        border-color: var(--radio-checked-disabled-border-color,#c8c8c8);
        background: #e1e1e1;
        background: var(--radio-checked-disabled-bg-color,#e1e1e1)
    }

        .next-radio-wrapper.disabled.checked .next-radio-inner:after {
            background: #a2a3a5;
            background: var(--radio-checked-disabled-circle-color,#a2a3a5)
        }

    .next-radio-wrapper.disabled .next-radio-label {
        color: #333;
        color: var(--radio-normal-font-color-disabled,#333)
    }

    .next-radio-wrapper:not(.disabled).hovered .next-radio-inner, .next-radio-wrapper:not(.disabled):hover .next-radio-inner {
        border-color: #1047f5;
        border-color: var(--radio-hovered-border-color,#1047f5);
        background-color: #eef3ff;
        background-color: var(--radio-hovered-bg-color,#eef3ff)
    }

    .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 {
        border-color: transparent;
        border-color: var(--radio-checked-hovered-border-color,transparent);
        background: #0c38c4;
        background: var(--radio-checked-hovered-bg-color,#0c38c4)
    }

        .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after, .next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after {
            background: #fff;
            background: var(--radio-checked-hovered-circle-color,#fff)
        }

.next-radio-button .next-radio, .next-radio-button input[type=radio] {
    width: 0;
    height: 0
}

.next-radio-button > label {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0 0 0 -1px;
    border: 1px solid #c8c8c8;
    border: 1px solid var(--radio-button-border-color,#c8c8c8);
    background-color: #fff;
    background-color: var(--radio-button-bg-color,#fff);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    vertical-align: middle
}

    .next-radio-button > label .next-radio-label {
        display: block;
        color: #333;
        color: var(--radio-button-font-color,#333);
        margin: 0;
        -webkit-transition: all .1s linear;
        transition: all .1s linear
    }

    .next-radio-button > label.hovered, .next-radio-button > label:hover {
        z-index: 10;
        border-color: #1047f5;
        border-color: var(--radio-button-border-color-hovered,#1047f5);
        background-color: #eef3ff;
        background-color: var(--radio-button-bg-color-hovered,#eef3ff)
    }

        .next-radio-button > label.hovered .next-radio-label, .next-radio-button > label:hover .next-radio-label {
            color: #1047f5;
            color: var(--radio-button-font-color-hovered,#1047f5)
        }

    .next-radio-button > label.checked {
        z-index: 11;
        border-color: #1047f5;
        border-color: var(--radio-button-border-color-checked,#1047f5);
        background-color: #fff;
        background-color: var(--radio-button-bg-color-checked,#fff)
    }

        .next-radio-button > label.checked .next-radio-label {
            color: #1047f5;
            color: var(--radio-button-font-color-checked,#1047f5)
        }

    .next-radio-button > label.disabled {
        z-index: 0;
        cursor: not-allowed;
        border-color: #c8c8c8;
        border-color: var(--radio-button-border-color-disabled,#c8c8c8);
        background-color: #f3f3f3;
        background-color: var(--radio-button-bg-color-disabled,#f3f3f3)
    }

        .next-radio-button > label.disabled .next-radio-label {
            color: #acacac;
            color: var(--radio-button-font-color-disabled,#acacac)
        }

    .next-radio-button > label.checked.disabled {
        z-index: 0;
        border-color: #c8c8c8;
        border-color: var(--radio-button-border-color-checked-disabled,#c8c8c8);
        background-color: #fff;
        background-color: var(--radio-button-bg-color-checked-disabled,#fff)
    }

        .next-radio-button > label.checked.disabled .next-radio-label {
            color: #1047f5;
            color: var(--radio-button-font-color-checked-disabled,#1047f5)
        }

.next-radio-button-large > label {
    padding: 0 12px;
    padding: 0 var(--radio-button-padding-large,12px);
    height: 36px;
    height: var(--radio-button-height-large,36px);
    line-height: 36px;
    line-height: var(--radio-button-height-large,36px)
}

    .next-radio-button-large > label:first-child {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-top-left-radius: var(--radio-button-corner-large,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--radio-button-corner-large,4px)
    }

    .next-radio-button-large > label:last-child {
        border-top-right-radius: 4px;
        border-top-right-radius: var(--radio-button-corner-large,4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--radio-button-corner-large,4px)
    }

.next-radio-button-large .next-radio-label {
    height: 34px;
    height: calc(var(--radio-button-height-large, 36px) - 2px);
    line-height: 34px;
    line-height: calc(var(--radio-button-height-large, 36px) - 2px);
    font-size: 14px;
    font-size: var(--radio-button-font-size-large,14px)
}

.next-radio-button-medium > label {
    padding: 0 8px;
    padding: 0 var(--radio-button-padding-medium,8px);
    height: 32px;
    height: var(--radio-button-height-medium,32px);
    line-height: 32px;
    line-height: var(--radio-button-height-medium,32px)
}

    .next-radio-button-medium > label:first-child {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-top-left-radius: var(--radio-button-corner-medium,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--radio-button-corner-medium,4px)
    }

    .next-radio-button-medium > label:last-child {
        border-top-right-radius: 4px;
        border-top-right-radius: var(--radio-button-corner-medium,4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--radio-button-corner-medium,4px)
    }

.next-radio-button-medium .next-radio-label {
    height: 30px;
    height: calc(var(--radio-button-height-medium, 32px) - 2px);
    line-height: 30px;
    line-height: calc(var(--radio-button-height-medium, 32px) - 2px);
    font-size: 14px;
    font-size: var(--radio-button-font-size-medium,14px)
}

.next-radio-button-small > label {
    padding: 0 8px;
    padding: 0 var(--radio-button-padding-small,8px);
    height: 28px;
    height: var(--radio-button-height-small,28px);
    line-height: 28px;
    line-height: var(--radio-button-height-small,28px)
}

    .next-radio-button-small > label:first-child {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-top-left-radius: var(--radio-button-corner-small,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--radio-button-corner-small,4px)
    }

    .next-radio-button-small > label:last-child {
        border-top-right-radius: 4px;
        border-top-right-radius: var(--radio-button-corner-small,4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--radio-button-corner-small,4px)
    }

.next-radio-button-small .next-radio-label {
    height: 26px;
    height: calc(var(--radio-button-height-small, 28px) - 2px);
    line-height: 26px;
    line-height: calc(var(--radio-button-height-small, 28px) - 2px);
    font-size: 12px;
    font-size: var(--radio-button-font-size-small,12px)
}

.next-radio-single-input input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

.next-radio-group {
    display: inline-block
}

    .next-radio-group .next-radio-wrapper {
        margin-right: 12px
    }

        .next-radio-group .next-radio-wrapper:last-child {
            margin-right: 0
        }

    .next-radio-group .next-radio-label {
        color: #333;
        color: var(--radio-normal-font-color,#333)
    }

    .next-radio-group.disabled .next-radio-label {
        color: #333;
        color: var(--radio-normal-font-color-disabled,#333)
    }

    .next-radio-group.next-radio-button .next-radio-wrapper {
        margin-right: 0
    }

.next-radio-group-ver .next-radio-wrapper {
    display: block;
    margin-bottom: 8px
}

.next-radio-label {
    margin: 0 0 0 8px;
    margin-left: var(--radio-font-margin-left,8px);
    margin-right: 8px;
    margin-right: var(--radio-font-margin-left,8px);
    font-size: 14px;
    font-size: var(--radio-font-size,14px);
    vertical-align: middle;
    line-height: 1;
    color: #333;
    color: var(--radio-normal-font-color,#333)
}

@-moz-document url-prefix() {
    .next-radio {
        margin-top: -1px
    }

    @supports ((-webkit-animation:calc(0s)) or (animation:calc(0s))) {
        .next-radio {
            margin-top: -3px
        }
    }
}

.next-badge {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

    .next-badge, .next-badge *, .next-badge :after, .next-badge :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-badge .next-badge-count {
            color: #fff;
            background: #f33200;
            background: var(--badge-color-bg,#f33200);
            text-align: center;
            white-space: nowrap;
            border-radius: 8px;
            border-radius: var(--badge-size-count-border-radius,8px);
            position: absolute;
            width: auto;
            height: 16px;
            height: var(--badge-size-count-config-height,16px);
            min-width: 16px;
            min-width: var(--badge-size-count-config-height,16px);
            padding: 0 4px;
            padding: 0 var(--badge-size-count-padding-lr,4px) 0 var(--badge-size-count-padding-lr,4px);
            font-size: 12px;
            font-size: var(--badge-size-count-font,12px);
            line-height: 16px;
            line-height: var(--badge-size-count-config-height,16px);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: -.5em
        }

            .next-badge .next-badge-count a, .next-badge .next-badge-count a:hover {
                color: #fff
            }

        .next-badge .next-badge-dot {
            color: #fff;
            background: #f33200;
            background: var(--badge-dot-color-bg,#f33200);
            text-align: center;
            white-space: nowrap;
            border-radius: 40px;
            border-radius: var(--badge-size-dot-border-radius,40px);
            position: absolute;
            width: 8px;
            width: var(--badge-size-dot-width,8px);
            height: 8px;
            height: var(--badge-size-dot-width,8px);
            min-width: 8px;
            min-width: var(--badge-size-dot-width,8px);
            padding: 0;
            font-size: 1px;
            line-height: 1;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: -.5em
        }

            .next-badge .next-badge-dot a, .next-badge .next-badge-dot a:hover {
                color: #fff
            }

        .next-badge .next-badge-custom {
            line-height: 1.166667;
            white-space: nowrap;
            font-size: 12px;
            font-size: var(--font-size-caption,12px);
            padding-left: 4px;
            padding-left: var(--badge-size-custom-padding-lr,4px);
            padding-right: 4px;
            padding-right: var(--badge-size-custom-padding-lr,4px);
            border-radius: 2px;
            border-radius: var(--badge-size-custom-border-radius,2px);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

            .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;
                width: auto;
                vertical-align: top
            }

        .next-badge .next-badge-scroll-number {
            position: absolute;
            top: -4px;
            z-index: 10;
            overflow: hidden;
            -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
            transform-origin: left center
        }

.next-badge-scroll-number-only {
    position: relative;
    display: inline-block;
    transition: transform .1s linear,-webkit-transform .1s linear;
    min-width: 8px;
    min-width: var(--badge-size-dot-width,8px)
}

    .next-badge-scroll-number-only span {
        display: block;
        height: 16px;
        height: var(--badge-size-count-config-height,16px);
        line-height: 16px;
        line-height: var(--badge-size-count-config-height,16px);
        font-size: 12px;
        font-size: var(--badge-size-count-font,12px)
    }

.next-badge-not-a-wrapper .next-badge-count, .next-badge-not-a-wrapper .next-badge-custom, .next-badge-not-a-wrapper .next-badge-dot {
    position: relative;
    display: block;
    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 {
        margin-bottom: 0;
        margin-bottom: var(--badge-size-list-margin,0);
        list-style: none
    }

.next-badge[dir=rtl] .next-badge-custom {
    padding-right: 4px;
    padding-right: var(--badge-size-custom-padding-lr,4px);
    padding-left: 4px;
    padding-left: var(--badge-size-custom-padding-lr,4px)
}

.next-badge[dir=rtl] .next-badge-scroll-number {
    left: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.next-balloon {
    position: absolute;
    top: 0;
    max-width: 2000px;
    max-width: var(--balloon-size-max-width,2000px);
    border-style: solid;
    border-style: var(--balloon-border-style,solid);
    border-radius: 4px;
    border-radius: var(--balloon-corner,4px);
    font-size: 14px;
    font-size: var(--balloon-content-font-size,14px);
    font-weight: 400;
    font-weight: var(--balloon-content-font-weight,normal);
    word-wrap: break-all;
    word-wrap: break-word;
    z-index: 0
}

    .next-balloon, .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 {
    margin-bottom: 8px;
    margin-bottom: var(--balloon-size-header-margin-bottom,8px);
    font-size: 14px;
    font-size: var(--balloon-title-font-size,14px);
    font-weight: 700;
    font-weight: var(--balloon-title-font-weight,bold)
}

    .next-balloon-title.next-balloon-closable {
        padding: 0 40px 0 0;
        padding: 0 var(--balloon-size-padding-closable-right,40px) 0 0
    }

        .next-balloon-title.next-balloon-closable .next-balloon-close {
            top: -1px;
            -webkit-transform: translateY(13px);
            -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
            -ms-transform: translateY(13px);
            -ms-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
            transform: translateY(13px);
            transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-title-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
            right: 16px;
            right: var(--balloon-size-padding-right,16px)
        }

.next-balloon-primary {
    color: #fff;
    color: var(--balloon-primary-color,#fff);
    border-color: transparent;
    border-color: var(--balloon-primary-color-border,transparent);
    background-color: #1f1f49;
    background-color: var(--balloon-primary-color-bg,#1f1f49);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--balloon-primary-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--balloon-primary-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    border-width: 1px;
    border-width: var(--balloon-primary-border-width,1px)
}

    .next-balloon-primary .next-balloon-close {
        position: absolute;
        top: -1px;
        -webkit-transform: translateY(13px);
        -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        -ms-transform: translateY(13px);
        -ms-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        transform: translateY(13px);
        transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        right: 12px;
        right: var(--balloon-size-close-margin-right,12px);
        font-size: 12px;
        font-size: var(--balloon-size-close,12px);
        cursor: pointer;
        color: #fff;
        color: var(--balloon-primary-color-close,#fff)
    }

        .next-balloon-primary .next-balloon-close .next-icon, .next-balloon-primary .next-balloon-close .next-icon:before {
            width: 12px;
            width: var(--balloon-size-close,12px);
            height: 12px;
            height: var(--balloon-size-close,12px);
            line-height: 1em
        }

            .next-balloon-primary .next-balloon-close .next-icon:before {
                font-size: 12px;
                font-size: var(--balloon-size-close,12px)
            }

        .next-balloon-primary .next-balloon-close :hover {
            color: #dfe8ff;
            color: var(--balloon-primary-color-close-hover,#dfe8ff)
        }

    .next-balloon-primary:after {
        position: absolute;
        width: 12px;
        width: var(--balloon-size-arrow-size,12px);
        height: 12px;
        height: var(--balloon-size-arrow-size,12px);
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
        border: 1px solid transparent;
        border: var(--balloon-primary-border-width,1px) var(--balloon-border-style,solid) var(--balloon-primary-color-border,transparent);
        background-color: #1f1f49;
        background-color: var(--balloon-primary-color-bg,#1f1f49);
        z-index: -1
    }

    .next-balloon-primary.next-balloon-top:after {
        top: -7px;
        top: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        left: calc(50% - 7px);
        left: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-right: none;
        border-bottom: none
    }

    .next-balloon-primary.next-balloon-right:after {
        top: calc(50% - 7px);
        top: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        right: -7px;
        right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-left: none;
        border-bottom: none
    }

    .next-balloon-primary.next-balloon-bottom:after {
        bottom: -7px;
        bottom: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        left: calc(50% - 7px);
        left: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-top: none;
        border-left: none
    }

    .next-balloon-primary.next-balloon-left:after {
        top: calc(50% - 7px);
        top: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px))
    }

    .next-balloon-primary.next-balloon-left-top:after, .next-balloon-primary.next-balloon-left:after {
        left: -7px;
        left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-top: none;
        border-right: none
    }

    .next-balloon-primary.next-balloon-left-top:after {
        top: 12px;
        top: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-left-bottom:after {
        bottom: 12px;
        bottom: var(--balloon-size-arrow-margin,12px);
        left: -7px;
        left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-top: none;
        border-right: none
    }

    .next-balloon-primary.next-balloon-right-top:after {
        top: 12px;
        top: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-right-bottom:after, .next-balloon-primary.next-balloon-right-top:after {
        right: -7px;
        right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-bottom: none;
        border-left: none
    }

    .next-balloon-primary.next-balloon-right-bottom:after {
        bottom: 12px;
        bottom: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-top-left:after {
        left: 12px;
        left: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-top-left:after, .next-balloon-primary.next-balloon-top-right:after {
        top: -7px;
        top: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-right: none;
        border-bottom: none
    }

    .next-balloon-primary.next-balloon-top-right:after {
        right: 12px;
        right: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-bottom-left:after {
        left: 12px;
        left: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-primary.next-balloon-bottom-left:after, .next-balloon-primary.next-balloon-bottom-right:after {
        bottom: -7px;
        bottom: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
        border-top: none;
        border-left: none
    }

    .next-balloon-primary.next-balloon-bottom-right:after {
        right: 12px;
        right: var(--balloon-size-arrow-margin,12px)
    }

.next-balloon-normal {
    color: #333;
    color: var(--balloon-normal-color,#333);
    border-color: #e1e1e1;
    border-color: var(--balloon-normal-color-border,#e1e1e1);
    background-color: #fff;
    background-color: var(--balloon-normal-color-bg,#fff);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--balloon-normal-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--balloon-normal-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    border-width: 1px;
    border-width: var(--balloon-normal-border-width,1px)
}

    .next-balloon-normal .next-balloon-close {
        position: absolute;
        top: -1px;
        -webkit-transform: translateY(13px);
        -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        -ms-transform: translateY(13px);
        -ms-transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        transform: translateY(13px);
        transform: translateY(calc(var(--balloon-size-padding-top, 12px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 12px)/2));
        right: 12px;
        right: var(--balloon-size-close-margin-right,12px);
        font-size: 12px;
        font-size: var(--balloon-size-close,12px);
        cursor: pointer;
        color: #333;
        color: var(--balloon-normal-color-close,#333)
    }

        .next-balloon-normal .next-balloon-close .next-icon, .next-balloon-normal .next-balloon-close .next-icon:before {
            width: 12px;
            width: var(--balloon-size-close,12px);
            height: 12px;
            height: var(--balloon-size-close,12px);
            line-height: 1em
        }

            .next-balloon-normal .next-balloon-close .next-icon:before {
                font-size: 12px;
                font-size: var(--balloon-size-close,12px)
            }

        .next-balloon-normal .next-balloon-close :hover {
            color: #1047f5;
            color: var(--balloon-normal-color-close-hover,#1047f5)
        }

    .next-balloon-normal:after {
        position: absolute;
        width: 12px;
        width: var(--balloon-size-arrow-size,12px);
        height: 12px;
        height: var(--balloon-size-arrow-size,12px);
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
        border: 1px solid #e1e1e1;
        border: var(--balloon-normal-border-width,1px) var(--balloon-border-style,solid) var(--balloon-normal-color-border,#e1e1e1);
        background-color: #fff;
        background-color: var(--balloon-normal-color-bg,#fff);
        z-index: -1
    }

    .next-balloon-normal.next-balloon-top:after {
        top: -7px;
        top: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        left: calc(50% - 7px);
        left: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-right: none;
        border-bottom: none
    }

    .next-balloon-normal.next-balloon-right:after {
        top: calc(50% - 7px);
        top: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        right: -7px;
        right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-left: none;
        border-bottom: none
    }

    .next-balloon-normal.next-balloon-bottom:after {
        bottom: -7px;
        bottom: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        left: calc(50% - 7px);
        left: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-top: none;
        border-left: none
    }

    .next-balloon-normal.next-balloon-left:after {
        top: calc(50% - 7px);
        top: calc(50% - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px))
    }

    .next-balloon-normal.next-balloon-left-top:after, .next-balloon-normal.next-balloon-left:after {
        left: -7px;
        left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-top: none;
        border-right: none
    }

    .next-balloon-normal.next-balloon-left-top:after {
        top: 12px;
        top: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-left-bottom:after {
        bottom: 12px;
        bottom: var(--balloon-size-arrow-margin,12px);
        left: -7px;
        left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-top: none;
        border-right: none
    }

    .next-balloon-normal.next-balloon-right-top:after {
        top: 12px;
        top: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-right-bottom:after, .next-balloon-normal.next-balloon-right-top:after {
        right: -7px;
        right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-bottom: none;
        border-left: none
    }

    .next-balloon-normal.next-balloon-right-bottom:after {
        bottom: 12px;
        bottom: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-top-left:after {
        left: 12px;
        left: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-top-left:after, .next-balloon-normal.next-balloon-top-right:after {
        top: -7px;
        top: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-right: none;
        border-bottom: none
    }

    .next-balloon-normal.next-balloon-top-right:after {
        right: 12px;
        right: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-bottom-left:after {
        left: 12px;
        left: var(--balloon-size-arrow-margin,12px)
    }

    .next-balloon-normal.next-balloon-bottom-left:after, .next-balloon-normal.next-balloon-bottom-right:after {
        bottom: -7px;
        bottom: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
        border-top: none;
        border-left: none
    }

    .next-balloon-normal.next-balloon-bottom-right:after {
        right: 12px;
        right: var(--balloon-size-arrow-margin,12px)
    }

.next-balloon.visible {
    display: block
}

.next-balloon.hidden {
    display: none
}

.next-balloon-medium {
    padding: 12px 16px;
    padding: var(--balloon-size-padding-top,12px) var(--balloon-size-padding-right,16px) var(--balloon-size-padding-top,12px) var(--balloon-size-padding-right,16px)
}

.next-balloon-closable {
    padding: 12px 40px 12px 16px;
    padding: var(--balloon-size-padding-top,12px) var(--balloon-size-padding-closable-right,40px) var(--balloon-size-padding-top,12px) var(--balloon-size-padding-right,16px)
}

.next-balloon-tooltip {
    position: absolute;
    top: 0;
    max-width: 2000px;
    max-width: var(--balloon-size-max-width,2000px);
    border-radius: 4px;
    border-radius: var(--balloon-corner,4px);
    font-size: 12px;
    font-size: var(--balloon-tooltip-content-font-size,12px);
    font-weight: 400;
    font-weight: var(--balloon-tooltip-content-font-weight,normal);
    z-index: 0;
    word-wrap: break-all;
    word-wrap: break-word;
    color: #333;
    color: var(--balloon-tooltip-color,#333);
    background-color: #eef3ff;
    background-color: var(--balloon-tooltip-color-bg,#eef3ff);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--balloon-tooltip-shadow,none);
    box-shadow: none;
    box-shadow: var(--balloon-tooltip-shadow,none);
    border: 1px solid #eef3ff;
    border: var(--balloon-tooltip-border-width,1px) var(--balloon-tooltip-border-style,solid) var(--balloon-tooltip-color-border,#eef3ff)
}

    .next-balloon-tooltip, .next-balloon-tooltip *, .next-balloon-tooltip :after, .next-balloon-tooltip :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-balloon-tooltip .next-balloon-arrow {
            position: absolute;
            display: block;
            width: 24px;
            width: calc(var(--balloon-size-arrow-size, 12px)*2);
            height: 24px;
            height: calc(var(--balloon-size-arrow-size, 12px)*2);
            overflow: hidden;
            background: 0 0;
            pointer-events: none
        }

            .next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                display: block;
                width: 12px;
                width: var(--balloon-size-arrow-size,12px);
                height: 12px;
                height: var(--balloon-size-arrow-size,12px);
                margin: auto;
                background-color: #eef3ff;
                background-color: var(--balloon-tooltip-color-bg,#eef3ff);
                border: 1px solid #eef3ff;
                border: var(--balloon-tooltip-border-width,1px) var(--balloon-tooltip-border-style,solid) var(--balloon-tooltip-color-border,#eef3ff);
                pointer-events: auto
            }

.next-balloon-tooltip-top .next-balloon-arrow {
    top: -24px;
    top: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: calc(50% - 12px);
    left: calc(50% - var(--balloon-size-arrow-size, 12px))
}

    .next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(12px) rotate(45deg);
        -webkit-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateY(12px) rotate(45deg);
        transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-right .next-balloon-arrow {
    top: calc(50% - 12px);
    top: calc(50% - var(--balloon-size-arrow-size, 12px));
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -webkit-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateX(-12px) rotate(45deg);
        transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip-bottom .next-balloon-arrow {
    left: calc(50% - 12px);
    left: calc(50% - var(--balloon-size-arrow-size, 12px));
    bottom: -24px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(-12px) rotate(45deg);
        -webkit-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
        transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip-left .next-balloon-arrow {
    top: calc(50% - 12px);
    top: calc(50% - var(--balloon-size-arrow-size, 12px));
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-left-top .next-balloon-arrow {
    top: 6px;
    top: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-left-bottom .next-balloon-arrow {
    bottom: 6px;
    bottom: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-right-top .next-balloon-arrow {
    top: 6px;
    top: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -webkit-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateX(-12px) rotate(45deg);
        transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip-right-bottom .next-balloon-arrow {
    bottom: 6px;
    bottom: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -webkit-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateX(-12px) rotate(45deg);
        transform: translateX(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip-top-left .next-balloon-arrow {
    left: 6px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    top: -24px;
    top: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(12px) rotate(45deg);
        -webkit-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateY(12px) rotate(45deg);
        transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-top-right .next-balloon-arrow {
    right: 6px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    top: -24px;
    top: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(12px) rotate(45deg);
        -webkit-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateY(12px) rotate(45deg);
        transform: translateY(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip-bottom-left .next-balloon-arrow {
    left: 6px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    bottom: -24px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(-12px) rotate(45deg);
        -webkit-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
        transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip-bottom-right .next-balloon-arrow {
    right: 6px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 12px)/2);
    bottom: -24px;
    bottom: calc(0px - var(--balloon-size-arrow-size, 12px)*2)
}

    .next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateY(-12px) rotate(45deg);
        -webkit-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
        transform: translateY(calc(0px - var(--balloon-size-arrow-size, 12px))) rotate(45deg)
    }

.next-balloon-tooltip.visible {
    display: block
}

.next-balloon-tooltip.hidden {
    display: none
}

.next-balloon-tooltip-medium {
    padding: 8px;
    padding: var(--balloon-tooltip-size-padding-top,8px) var(--balloon-tooltip-size-padding-right,8px) var(--balloon-tooltip-size-padding-bottom,8px) var(--balloon-tooltip-size-padding-left,8px)
}

.next-balloon[dir=rtl].next-balloon-primary .next-balloon-close {
    left: 12px;
    left: var(--balloon-size-close-margin-right,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right:after {
    left: -7px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
    right: auto;
    border-right: none;
    border-top: none;
    border-left: inherit;
    border-bottom: inherit
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-bottom:after, .next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-top:after, .next-balloon[dir=rtl].next-balloon-primary.next-balloon-left:after {
    right: -7px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
    left: auto;
    border-left: none;
    border-bottom: none;
    border-right: inherit;
    border-top: inherit
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-bottom:after, .next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-top:after {
    left: -7px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-primary-border-width, 1px));
    right: auto;
    border-right: none;
    border-top: none;
    border-bottom: inherit;
    border-left: inherit
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin,12px);
    left: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-right:after {
    right: auto;
    left: 12px;
    left: var(--balloon-size-arrow-margin,12px)
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin,12px);
    left: auto
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-right:after {
    left: 12px;
    left: var(--balloon-size-arrow-margin,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal .next-balloon-close {
    left: 12px;
    left: var(--balloon-size-close-margin-right,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right:after {
    left: -7px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
    right: auto;
    border-right: none;
    border-top: none;
    border-left: inherit;
    border-bottom: inherit
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-bottom:after, .next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-top:after, .next-balloon[dir=rtl].next-balloon-normal.next-balloon-left:after {
    right: -7px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
    left: auto;
    border-left: none;
    border-bottom: none;
    border-right: inherit;
    border-top: inherit
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-bottom:after, .next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-top:after {
    left: -7px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)/2 - var(--balloon-normal-border-width, 1px));
    right: auto;
    border-right: none;
    border-top: none;
    border-bottom: inherit;
    border-left: inherit
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin,12px);
    left: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-right:after {
    right: auto;
    left: 12px;
    left: var(--balloon-size-arrow-margin,12px)
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-left:after {
    right: 12px;
    right: var(--balloon-size-arrow-margin,12px);
    left: auto
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-right:after {
    left: 12px;
    left: var(--balloon-size-arrow-margin,12px);
    right: auto
}

.next-balloon[dir=rtl].next-balloon-closable {
    padding: 12px 16px 12px 40px;
    padding: var(--balloon-size-padding-top,12px) var(--balloon-size-padding-right,16px) var(--balloon-size-padding-top,12px) var(--balloon-size-padding-closable-right,40px)
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow {
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    right: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow {
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        transform: translateX(-12px) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow {
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        transform: translateX(-12px) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow {
    right: -24px;
    right: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    left: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(-12px) rotate(45deg);
        -ms-transform: translateX(-12px) rotate(45deg);
        transform: translateX(-12px) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow {
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    right: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow {
    left: -24px;
    left: calc(0px - var(--balloon-size-arrow-size, 12px)*2);
    right: auto
}

    .next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
        -webkit-transform: translateX(12px) rotate(45deg);
        -webkit-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        -ms-transform: translateX(12px) rotate(45deg);
        -ms-transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg);
        transform: translateX(12px) rotate(45deg);
        transform: translateX(var(--balloon-size-arrow-size,12px)) rotate(45deg)
    }

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-left .next-balloon-arrow {
    right: 10px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    left: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-right .next-balloon-arrow {
    left: 10px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-left .next-balloon-arrow {
    right: 10px;
    right: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    left: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-right .next-balloon-arrow {
    left: 10px;
    left: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
    right: auto
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-medium {
    padding: 8px;
    padding: var(--balloon-tooltip-size-padding-top,8px) var(--balloon-tooltip-size-padding-left,8px) var(--balloon-tooltip-size-padding-bottom,8px) var(--balloon-tooltip-size-padding-right,8px)
}

.next-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: 8px;
    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 {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

    .next-menu[dir=rtl] .next-menu-icon-selected.next-icon.next-menu-icon-right {
        right: auto;
        left: 8px
    }

.next-menu[dir=rtl] .next-menu-icon-arrow.next-icon {
    left: 10px;
    right: auto
}

.next-menu {
    position: relative;
    min-width: 100px;
    margin: 0;
    list-style: none;
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    background: #fff;
    background: var(--menu-background,#fff);
    line-height: 36px;
    line-height: var(--menu-line-height,36px);
    font-size: 14px;
    font-size: var(--menu-font-size,14px);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

    .next-menu, .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 4px;
    padding: 0 var(--popup-spacing-lr,4px)
}

    .next-menu-spacing-lr.next-menu-outside > .next-menu {
        height: 100%;
        overflow-y: auto
    }

.next-menu-spacing-tb {
    padding: 0;
    padding: var(--popup-spacing-tb,0) 0
}

.next-menu.next-ver {
    padding: 8px 0;
    padding: var(--menu-padding-ver-padding-tb,8px) var(--menu-padding-ver-padding-lr,0)
}

    .next-menu.next-ver .next-menu-item {
        padding: 0 24px;
        padding: 0 var(--menu-item-padding-ver-padding-r,24px) 0 var(--menu-item-padding-ver-padding-l,24px)
    }

.next-menu.next-hoz {
    padding: 8px 0;
    padding: var(--menu-padding-hoz-padding-tb,8px) var(--menu-padding-hoz-padding-lr,0)
}

    .next-menu.next-hoz .next-menu-item {
        padding: 0 20px;
        padding: 0 var(--menu-item-padding-hoz-padding-lr,20px)
    }

.next-menu-embeddable, .next-menu-embeddable .next-menu-item.next-disabled, .next-menu-embeddable .next-menu-item.next-disabled .next-menu-item-text > 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 {
    padding: 0;
    margin: 0;
    list-style: none
}

    .next-menu-sub-menu.next-expand-enter {
        overflow: hidden
    }

    .next-menu-sub-menu.next-expand-enter-active {
        -webkit-transition: height .3s ease;
        transition: height .3s ease
    }

    .next-menu-sub-menu.next-expand-leave {
        overflow: hidden
    }

    .next-menu-sub-menu.next-expand-leave-active {
        -webkit-transition: height .3s ease;
        transition: height .3s ease
    }

.next-menu-item {
    position: relative;
    -webkit-transition: background .1s linear;
    transition: background .1s linear;
    color: #333;
    color: var(--menu-color,#333);
    cursor: pointer
}

.next-menu-item-helper {
    float: right;
    color: #acacac;
    color: var(--color-text1-2,#acacac);
    font-style: normal;
    font-size: 14px;
    font-size: var(--menu-font-size,14px)
}

.next-menu-item .next-checkbox, .next-menu-item .next-radio {
    margin-right: 8px
}

.next-menu-item.next-selected {
    color: #1047f5;
    color: var(--menu-color-selected,#1047f5);
    background-color: #fff;
    background-color: var(--menu-background-selected,#fff)
}

    .next-menu-item.next-selected .next-menu-icon-arrow {
        color: #666;
        color: var(--menu-arrow-color,#666)
    }

    .next-menu-item.next-selected .next-menu-icon-selected {
        color: #1047f5
    }

.next-menu-item.next-disabled, .next-menu-item.next-disabled .next-menu-item-text > a {
    color: #acacac;
    color: var(--menu-color-disabled,#acacac);
    background-color: #fff;
    background-color: var(--menu-background,#fff);
    cursor: not-allowed
}

    .next-menu-item.next-disabled .next-menu-icon-arrow, .next-menu-item.next-disabled .next-menu-icon-selected, .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow, .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
        color: #acacac;
        color: var(--menu-color-disabled,#acacac)
    }

.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 {
    color: #1047f5;
    color: var(--menu-color-hover,#1047f5);
    background-color: #f8f8f8;
    background-color: var(--menu-background-hover,#f8f8f8)
}

    .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: #1047f5;
        color: var(--menu-arrow-color-hover,#1047f5)
    }

    .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: #1047f5
    }

.next-menu-item-inner {
    height: 36px;
    height: var(--menu-line-height,36px);
    font-size: 14px;
    font-size: var(--menu-font-size,14px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.next-menu-item .next-menu-item-text {
    vertical-align: middle
}

    .next-menu-item .next-menu-item-text > a {
        display: inline-block;
        text-decoration: none;
        color: #333;
        color: var(--menu-color,#333)
    }

        .next-menu-item .next-menu-item-text > a:before {
            position: absolute;
            background-color: transparent;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            content: ""
        }

.next-menu.next-hoz {
    padding: 0
}

    .next-menu.next-hoz.next-menu-nowrap {
        overflow: hidden;
        white-space: nowrap
    }

        .next-menu.next-hoz.next-menu-nowrap .next-menu-more {
            text-align: center
        }

    .next-menu.next-hoz .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 {
    padding: 0 24px;
    padding: 0 var(--menu-padding-title-horizontal,24px);
    color: #acacac;
    color: var(--color-text1-2,#acacac)
}

.next-menu-divider {
    margin: 8px 24px;
    margin: var(--menu-divider-margin-ver,8px) var(--menu-divider-margin-hoz,24px);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--menu-divider-width,1px) var(--menu-divider-style,solid) var(--menu-divider-color,#e1e1e1)
}

.next-menu .next-menu-icon-selected.next-icon {
    position: absolute;
    top: 0;
    margin-left: -16px;
    margin-left: calc(8px - var(--menu-item-padding-ver-padding-l, 24px))
}

    .next-menu .next-menu-icon-selected.next-icon .next-icon-remote, .next-menu .next-menu-icon-selected.next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

    .next-menu .next-menu-icon-selected.next-icon.next-menu-icon-right {
        right: 8px
    }

.next-menu .next-menu-symbol-icon-selected.next-menu-icon-selected:before {
    content: "\E632";
    content: var(--menu-select-icon-content,"\E632")
}

.next-menu .next-menu-icon-arrow.next-icon {
    position: absolute;
    top: 0;
    right: 10px;
    right: var(--menu-arrow-right,10px);
    color: #666;
    color: var(--menu-arrow-color,#666);
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .next-menu .next-menu-icon-arrow.next-icon .next-icon-remote, .next-menu .next-menu-icon-arrow.next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

.next-menu .next-menu-icon-arrow-down:before {
    content: "\E63D";
    content: var(--menu-fold-icon-content,"\E63D")
}

.next-menu .next-menu-icon-arrow-down.next-open:before {
    content: "\E625";
    content: var(--menu-unfold-icon-content,"\E625")
}

.next-menu .next-menu-symbol-popupfold:before {
    content: "\E619";
    content: var(--menu-popupfold-icon-content,"\E619")
}

.next-menu .next-menu-icon-arrow-right.next-open {
    -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 {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

.next-menu .next-menu-hoz-icon-arrow.next-icon {
    position: absolute;
    top: 0;
    right: 6px;
    color: #666;
    color: var(--menu-arrow-color,#666);
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .next-menu .next-menu-hoz-icon-arrow.next-icon .next-icon-remote, .next-menu .next-menu-hoz-icon-arrow.next-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-menu .next-menu-hoz-icon-arrow.next-icon:before {
        content: "\E63D";
        content: var(--menu-fold-icon-content,"\E63D")
    }

.next-menu-unfold-icon:before, .next-menu .next-menu-hoz-icon-arrow.next-open:before {
    content: "\E625";
    content: var(--menu-unfold-icon-content,"\E625")
}

.next-menu.next-context {
    line-height: 24px
}

    .next-menu.next-context .next-menu-item-inner {
        height: 24px
    }

.next-breadcrumb {
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    height: 16px;
    line-height: 16px
}

    .next-breadcrumb .next-breadcrumb-item {
        display: inline-block
    }

        .next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text {
            display: inline-block;
            text-decoration: none;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            -webkit-transition: all .1s linear;
            transition: all .1s linear
        }

            .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 {
        height: 16px;
        min-width: 16px;
        font-size: 14px;
        font-size: var(--breadcrumb-size-m-font-size,14px);
        line-height: 16px
    }

    .next-breadcrumb .next-breadcrumb-separator {
        height: 16px;
        margin: 0 8px;
        font-size: 12px;
        line-height: 16px
    }

        .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 {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

    .next-breadcrumb .next-breadcrumb-text-ellipsis {
        font-size: 12px;
        font-size: var(--breadcrumb-size-ellipsis-font-size,12px)
    }

    .next-breadcrumb .next-breadcrumb-text {
        color: #666;
        color: var(--breadcrumb-text-color,#666)
    }

        .next-breadcrumb .next-breadcrumb-text > b {
            color: #1047f5;
            color: var(--breadcrumb-text-keyword-color,#1047f5)
        }

        .next-breadcrumb .next-breadcrumb-text > a {
            color: #666;
            color: var(--breadcrumb-text-color,#666);
            text-decoration: none;
            text-align: center
        }

        .next-breadcrumb .next-breadcrumb-text.activated, .next-breadcrumb .next-breadcrumb-text.activated > a {
            color: #1047f5;
            color: var(--breadcrumb-text-current-color,#1047f5);
            font-weight: 400;
            font-weight: var(--breadcrumb-text-current-weight,normal)
        }

    .next-breadcrumb .next-breadcrumb-text-ellipsis {
        color: #666;
        color: var(--breadcrumb-text-ellipsis-color,#666);
        cursor: default
    }

    .next-breadcrumb .next-breadcrumb-text-ellipsis-clickable {
        color: #666;
        color: var(--breadcrumb-text-ellipsis-color,#666);
        cursor: pointer
    }

    .next-breadcrumb .next-breadcrumb-separator {
        color: #666;
        color: var(--breadcrumb-icon-color,#666)
    }

    .next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > a {
        color: #1047f5;
        color: var(--breadcrumb-text-color-hover,#1047f5)
    }

    .next-breadcrumb a.next-breadcrumb-text.activated:hover > a {
        color: #1047f5;
        color: var(--breadcrumb-text-current-color-hover,#1047f5)
    }

    .next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover {
        color: #1047f5;
        color: var(--breadcrumb-text-color-hover,#1047f5)
    }

        .next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > b {
            color: #1047f5;
            color: var(--breadcrumb-text-keyword-color-hover,#1047f5)
        }

    .next-breadcrumb a.next-breadcrumb-text.activated:hover {
        color: #1047f5;
        color: var(--breadcrumb-text-current-color-hover,#1047f5);
        font-weight: 400;
        font-weight: var(--breadcrumb-text-current-weight,normal)
    }

.next-breadcrumb-icon-sep:before {
    content: "\E619"
}

.next-breadcrumb-dropdown-wrapper {
    padding: 4px 0
}

.next-btn, .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-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.next-btn {
    position: relative;
    display: inline-block;
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--btn-shadow,none);
    box-shadow: none;
    box-shadow: var(--btn-shadow,none);
    text-decoration: none;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    line-height: 1;
    cursor: pointer
}

    .next-btn:after {
        text-align: center;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .1s linear;
        transition: opacity .1s linear
    }

    .next-btn:before {
        content: "";
        height: 100%;
        width: 0
    }

    .next-btn .next-icon, .next-btn:before {
        display: inline-block;
        vertical-align: middle
    }

    .next-btn .next-icon {
        font-size: 0
    }

    .next-btn > .next-btn-helper, .next-btn > div, .next-btn > span {
        display: inline-block;
        vertical-align: middle
    }

    .next-btn > .next-btn-helper {
        text-decoration: inherit
    }

    .next-btn.hover, .next-btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .next-btn.next-small {
        border-radius: 500px;
        border-radius: var(--btn-size-s-corner,500px);
        padding: 0 12px;
        padding: 0 var(--btn-size-s-padding,12px);
        height: 28px;
        height: var(--btn-size-s-height,28px);
        font-size: 12px;
        font-size: var(--btn-size-s-font,12px);
        border-width: 1px;
        border-width: var(--btn-size-s-border-width,1px)
    }

        .next-btn.next-small > .next-btn-icon.next-icon-first {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            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 {
                width: 12px;
                font-size: 12px;
                line-height: inherit
            }

        .next-btn.next-small > .next-btn-icon.next-icon-last {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            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 {
                width: 12px;
                font-size: 12px;
                line-height: inherit
            }

        .next-btn.next-small > .next-btn-icon.next-icon-alone {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

            .next-btn.next-small > .next-btn-icon.next-icon-alone .next-icon-remote, .next-btn.next-small > .next-btn-icon.next-icon-alone:before {
                width: 12px;
                font-size: 12px;
                line-height: inherit
            }

        .next-btn.next-small.next-btn-loading:before {
            width: 12px;
            height: 12px;
            font-size: 12px;
            line-height: 12px;
            left: 12px;
            left: var(--btn-size-s-padding,12px);
            top: 50%;
            text-align: center;
            margin-right: 4px
        }

        .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 {
                width: 12px;
                margin-right: 4px;
                opacity: 1;
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-btn.next-medium {
        border-radius: 500px;
        border-radius: var(--btn-size-m-corner,500px);
        padding: 0 20px;
        padding: 0 var(--btn-size-m-padding,20px);
        height: 32px;
        height: var(--btn-size-m-height,32px);
        font-size: 14px;
        font-size: var(--btn-size-m-font,14px);
        border-width: 1px;
        border-width: var(--btn-size-m-border-width,1px)
    }

        .next-btn.next-medium > .next-btn-icon.next-icon-first {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            margin-left: 0;
            margin-right: 4px
        }

            .next-btn.next-medium > .next-btn-icon.next-icon-first .next-icon-remote, .next-btn.next-medium > .next-btn-icon.next-icon-first:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .next-btn.next-medium > .next-btn-icon.next-icon-last {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            margin-left: 4px;
            margin-right: 0
        }

            .next-btn.next-medium > .next-btn-icon.next-icon-last .next-icon-remote, .next-btn.next-medium > .next-btn-icon.next-icon-last:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .next-btn.next-medium.next-btn-loading:before {
            width: 16px;
            height: 16px;
            font-size: 16px;
            line-height: 16px;
            left: 20px;
            left: var(--btn-size-m-padding,20px);
            top: 50%;
            text-align: center;
            margin-right: 4px
        }

        .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 {
                width: 16px;
                margin-right: 4px;
                opacity: 1;
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-btn.next-large {
        border-radius: 500px;
        border-radius: var(--btn-size-l-corner,500px);
        padding: 0 24px;
        padding: 0 var(--btn-size-l-padding,24px);
        height: 36px;
        height: var(--btn-size-l-height,36px);
        font-size: 14px;
        font-size: var(--btn-size-l-font,14px);
        border-width: 1px;
        border-width: var(--btn-size-l-border-width,1px)
    }

        .next-btn.next-large > .next-btn-icon.next-icon-first {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            margin-left: 0;
            margin-right: 4px
        }

            .next-btn.next-large > .next-btn-icon.next-icon-first .next-icon-remote, .next-btn.next-large > .next-btn-icon.next-icon-first:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .next-btn.next-large > .next-btn-icon.next-icon-last {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            margin-left: 4px;
            margin-right: 0
        }

            .next-btn.next-large > .next-btn-icon.next-icon-last .next-icon-remote, .next-btn.next-large > .next-btn-icon.next-icon-last:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

        .next-btn.next-large.next-btn-loading:before {
            width: 16px;
            height: 16px;
            font-size: 16px;
            line-height: 16px;
            left: 24px;
            left: var(--btn-size-l-padding,24px);
            top: 50%;
            text-align: center;
            margin-right: 4px
        }

        .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 {
                width: 16px;
                margin-right: 4px;
                opacity: 1;
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-btn.next-btn-normal {
        border-style: solid;
        border-style: var(--btn-pure-normal-border-style,solid);
        background: #fff;
        background: var(--btn-pure-normal-bg,#fff);
        border-color: #c8c8c8;
        border-color: var(--btn-pure-normal-border-color,#c8c8c8)
    }

        .next-btn.next-btn-normal, .next-btn.next-btn-normal.visited, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited {
            color: #333;
            color: var(--btn-pure-normal-color,#333)
        }

            .next-btn.next-btn-normal.hover, .next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover {
                color: #000;
                color: var(--btn-pure-normal-color-hover,#000);
                background: #eef3ff;
                background: var(--btn-pure-normal-bg-hover,#eef3ff);
                border-color: #c8c8c8;
                border-color: var(--btn-pure-normal-border-color-hover,#c8c8c8);
                text-decoration: none
            }

            .next-btn.next-btn-normal.active, .next-btn.next-btn-normal:active {
                color: #000;
                color: var(--btn-pure-normal-color-active,#000);
                background: #dfe8ff;
                background: var(--btn-pure-normal-bg-active,#dfe8ff);
                border-color: #c8c8c8;
                border-color: var(--btn-pure-normal-border-color-active,#c8c8c8);
                text-decoration: none
            }

    .next-btn.next-btn-primary {
        border-style: solid;
        border-style: var(--btn-pure-primary-border-style,solid);
        background: #1047f5;
        background: var(--btn-pure-primary-bg,#1047f5);
        border-color: #1047f5;
        border-color: var(--btn-pure-primary-border-color,#1047f5)
    }

        .next-btn.next-btn-primary, .next-btn.next-btn-primary.visited, .next-btn.next-btn-primary:link, .next-btn.next-btn-primary:visited {
            color: #fff;
            color: var(--btn-pure-primary-color,#fff)
        }

            .next-btn.next-btn-primary.hover, .next-btn.next-btn-primary:focus, .next-btn.next-btn-primary:hover {
                color: #fff;
                color: var(--btn-pure-primary-color-hover,#fff);
                background: #0c38c4;
                background: var(--btn-pure-primary-bg-hover,#0c38c4);
                border-color: #0c38c4;
                border-color: var(--btn-pure-primary-border-color-hover,#0c38c4);
                text-decoration: none
            }

            .next-btn.next-btn-primary.active, .next-btn.next-btn-primary:active {
                color: #fff;
                color: var(--btn-pure-primary-color-active,#fff);
                background: #022aa7;
                background: var(--btn-pure-primary-bg-active,#022aa7);
                border-color: #022aa7;
                border-color: var(--btn-pure-primary-border-color-active,#022aa7);
                text-decoration: none
            }

    .next-btn.next-btn-secondary {
        border-style: solid;
        border-style: var(--btn-pure-secondary-border-style,solid);
        background: #fff;
        background: var(--btn-pure-secondary-bg,#fff);
        border-color: #1047f5;
        border-color: var(--btn-pure-secondary-border-color,#1047f5)
    }

        .next-btn.next-btn-secondary, .next-btn.next-btn-secondary.visited, .next-btn.next-btn-secondary:link, .next-btn.next-btn-secondary:visited {
            color: #1047f5;
            color: var(--btn-pure-secondary-color,#1047f5)
        }

            .next-btn.next-btn-secondary.hover, .next-btn.next-btn-secondary:focus, .next-btn.next-btn-secondary:hover {
                color: #1047f5;
                color: var(--btn-pure-secondary-color-hover,#1047f5);
                background: #eef3ff;
                background: var(--btn-pure-secondary-bg-hover,#eef3ff);
                border-color: #1047f5;
                border-color: var(--btn-pure-secondary-border-color-hover,#1047f5);
                text-decoration: none
            }

            .next-btn.next-btn-secondary.active, .next-btn.next-btn-secondary:active {
                color: #1047f5;
                color: var(--btn-pure-secondary-color-active,#1047f5);
                background: #dfe8ff;
                background: var(--btn-pure-secondary-bg-active,#dfe8ff);
                border-color: #1047f5;
                border-color: var(--btn-pure-secondary-border-color-active,#1047f5);
                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: #e1e1e1;
            background: var(--btn-pure-normal-bg-disabled,#e1e1e1);
            border-color: #c8c8c8;
            border-color: var(--btn-pure-normal-border-color-disabled,#c8c8c8)
        }

            .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: #666;
                color: var(--btn-pure-normal-color-disabled,#666)
            }

                .next-btn.disabled.next-btn-normal.active, .next-btn.disabled.next-btn-normal.hover, .next-btn.disabled.next-btn-normal:active, .next-btn.disabled.next-btn-normal:focus, .next-btn.disabled.next-btn-normal:hover, .next-btn[disabled].next-btn-normal.active, .next-btn[disabled].next-btn-normal.hover, .next-btn[disabled].next-btn-normal:active, .next-btn[disabled].next-btn-normal:focus, .next-btn[disabled].next-btn-normal:hover {
                    color: #666;
                    color: var(--btn-pure-normal-color-disabled,#666);
                    background: #e1e1e1;
                    background: var(--btn-pure-normal-bg-disabled,#e1e1e1);
                    border-color: #c8c8c8;
                    border-color: var(--btn-pure-normal-border-color-disabled,#c8c8c8);
                    text-decoration: none
                }

        .next-btn.disabled.next-btn-primary, .next-btn[disabled].next-btn-primary {
            background: #e1e1e1;
            background: var(--btn-pure-primary-bg-disabled,#e1e1e1);
            border-color: #c8c8c8;
            border-color: var(--btn-pure-primary-border-color-disabled,#c8c8c8)
        }

            .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: #666;
                color: var(--btn-pure-primary-color-disabled,#666)
            }

                .next-btn.disabled.next-btn-primary.active, .next-btn.disabled.next-btn-primary.hover, .next-btn.disabled.next-btn-primary:active, .next-btn.disabled.next-btn-primary:focus, .next-btn.disabled.next-btn-primary:hover, .next-btn[disabled].next-btn-primary.active, .next-btn[disabled].next-btn-primary.hover, .next-btn[disabled].next-btn-primary:active, .next-btn[disabled].next-btn-primary:focus, .next-btn[disabled].next-btn-primary:hover {
                    color: #666;
                    color: var(--btn-pure-primary-color-disabled,#666);
                    background: #e1e1e1;
                    background: var(--btn-pure-primary-bg-disabled,#e1e1e1);
                    border-color: #c8c8c8;
                    border-color: var(--btn-pure-primary-border-color-disabled,#c8c8c8);
                    text-decoration: none
                }

        .next-btn.disabled.next-btn-secondary, .next-btn[disabled].next-btn-secondary {
            background: #e1e1e1;
            background: var(--btn-pure-secondary-bg-disabled,#e1e1e1);
            border-color: #c8c8c8;
            border-color: var(--btn-pure-secondary-border-color-disabled,#c8c8c8)
        }

            .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: #666;
                color: var(--btn-pure-secondary-color-disabled,#666)
            }

                .next-btn.disabled.next-btn-secondary.active, .next-btn.disabled.next-btn-secondary.hover, .next-btn.disabled.next-btn-secondary:active, .next-btn.disabled.next-btn-secondary:focus, .next-btn.disabled.next-btn-secondary:hover, .next-btn[disabled].next-btn-secondary.active, .next-btn[disabled].next-btn-secondary.hover, .next-btn[disabled].next-btn-secondary:active, .next-btn[disabled].next-btn-secondary:focus, .next-btn[disabled].next-btn-secondary:hover {
                    color: #666;
                    color: var(--btn-pure-secondary-color-disabled,#666);
                    background: #e1e1e1;
                    background: var(--btn-pure-secondary-bg-disabled,#e1e1e1);
                    border-color: #c8c8c8;
                    border-color: var(--btn-pure-secondary-border-color-disabled,#c8c8c8);
                    text-decoration: none
                }

.next-btn-warning {
    border-style: solid;
    border-style: var(--btn-warning-border-style,solid)
}

    .next-btn-warning.next-btn-primary {
        background: #f33200;
        background: var(--btn-warning-primary-bg,#f33200);
        border-color: #f33200;
        border-color: var(--btn-warning-primary-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;
            color: var(--btn-warning-primary-color,#fff)
        }

            .next-btn-warning.next-btn-primary.hover, .next-btn-warning.next-btn-primary:focus, .next-btn-warning.next-btn-primary:hover {
                color: #fff;
                color: var(--btn-warning-primary-color-hover,#fff);
                background: #cc1f16;
                background: var(--btn-warning-primary-bg-hover,#cc1f16);
                border-color: #cc1f16;
                border-color: var(--btn-warning-primary-border-color-hover,#cc1f16);
                text-decoration: none
            }

            .next-btn-warning.next-btn-primary.active, .next-btn-warning.next-btn-primary:active {
                color: #fff;
                color: var(--btn-warning-primary-color-active,#fff);
                background: #c20b02;
                background: var(--btn-warning-primary-bg-active,#c20b02);
                border-color: #c20b02;
                border-color: var(--btn-warning-primary-border-color-active,#c20b02);
                text-decoration: none
            }

            .next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary[disabled] {
                background: #e1e1e1;
                background: var(--btn-warning-primary-bg-disabled,#e1e1e1);
                border-color: #c8c8c8;
                border-color: var(--btn-warning-primary-border-color-disabled,#c8c8c8)
            }

                .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: #666;
                    color: var(--btn-warning-primary-color-disabled,#666)
                }

                    .next-btn-warning.next-btn-primary.disabled.active, .next-btn-warning.next-btn-primary.disabled.hover, .next-btn-warning.next-btn-primary.disabled:active, .next-btn-warning.next-btn-primary.disabled:focus, .next-btn-warning.next-btn-primary.disabled:hover, .next-btn-warning.next-btn-primary[disabled].active, .next-btn-warning.next-btn-primary[disabled].hover, .next-btn-warning.next-btn-primary[disabled]:active, .next-btn-warning.next-btn-primary[disabled]:focus, .next-btn-warning.next-btn-primary[disabled]:hover {
                        color: #666;
                        color: var(--btn-warning-primary-color-disabled,#666);
                        background: #e1e1e1;
                        background: var(--btn-warning-primary-bg-disabled,#e1e1e1);
                        border-color: #c8c8c8;
                        border-color: var(--btn-warning-primary-border-color-disabled,#c8c8c8);
                        text-decoration: none
                    }

    .next-btn-warning.next-btn-normal {
        background: #fff;
        background: var(--btn-warning-normal-bg,#fff);
        border-color: #f33200;
        border-color: var(--btn-warning-normal-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;
            color: var(--btn-warning-normal-color,#f33200)
        }

            .next-btn-warning.next-btn-normal.hover, .next-btn-warning.next-btn-normal:focus, .next-btn-warning.next-btn-normal:hover {
                color: #f33200;
                color: var(--btn-warning-normal-color-hover,#f33200);
                background: #fff5f5;
                background: var(--btn-warning-normal-bg-hover,#fff5f5);
                border-color: #f33200;
                border-color: var(--btn-warning-normal-border-color-hover,#f33200);
                text-decoration: none
            }

            .next-btn-warning.next-btn-normal.active, .next-btn-warning.next-btn-normal:active {
                color: #f33200;
                color: var(--btn-warning-normal-color-active,#f33200);
                background: #ffe3e2;
                background: var(--btn-warning-normal-bg-active,#ffe3e2);
                border-color: #f33200;
                border-color: var(--btn-warning-normal-border-color-active,#f33200);
                text-decoration: none
            }

            .next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal[disabled] {
                background: #e1e1e1;
                background: var(--btn-warning-normal-bg-disabled,#e1e1e1);
                border-color: #c8c8c8;
                border-color: var(--btn-warning-normal-border-color-disabled,#c8c8c8)
            }

                .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: #666;
                    color: var(--btn-warning-normal-color-disabled,#666)
                }

                    .next-btn-warning.next-btn-normal.disabled.active, .next-btn-warning.next-btn-normal.disabled.hover, .next-btn-warning.next-btn-normal.disabled:active, .next-btn-warning.next-btn-normal.disabled:focus, .next-btn-warning.next-btn-normal.disabled:hover, .next-btn-warning.next-btn-normal[disabled].active, .next-btn-warning.next-btn-normal[disabled].hover, .next-btn-warning.next-btn-normal[disabled]:active, .next-btn-warning.next-btn-normal[disabled]:focus, .next-btn-warning.next-btn-normal[disabled]:hover {
                        color: #666;
                        color: var(--btn-warning-normal-color-disabled,#666);
                        background: #e1e1e1;
                        background: var(--btn-warning-normal-bg-disabled,#e1e1e1);
                        border-color: #c8c8c8;
                        border-color: var(--btn-warning-normal-border-color-disabled,#c8c8c8);
                        text-decoration: none
                    }

.next-btn-text {
    border-radius: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

    .next-btn-text, .next-btn-text.hover, .next-btn-text:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .next-btn-text.next-btn-primary {
            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: #1047f5;
                color: var(--btn-text-primary-color,#1047f5)
            }

                .next-btn-text.next-btn-primary.active, .next-btn-text.next-btn-primary.hover, .next-btn-text.next-btn-primary:active, .next-btn-text.next-btn-primary:focus, .next-btn-text.next-btn-primary:hover {
                    color: #0c38c4;
                    color: var(--btn-text-primary-color-hover,#0c38c4);
                    background: transparent;
                    border-color: transparent;
                    text-decoration: none
                }

                .next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary[disabled] {
                    background: transparent;
                    border-color: transparent
                }

                    .next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary.disabled.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: #acacac;
                        color: var(--btn-text-disabled-color,#acacac)
                    }

                        .next-btn-text.next-btn-primary.disabled.active, .next-btn-text.next-btn-primary.disabled.hover, .next-btn-text.next-btn-primary.disabled:active, .next-btn-text.next-btn-primary.disabled:focus, .next-btn-text.next-btn-primary.disabled:hover, .next-btn-text.next-btn-primary[disabled].active, .next-btn-text.next-btn-primary[disabled].hover, .next-btn-text.next-btn-primary[disabled]:active, .next-btn-text.next-btn-primary[disabled]:focus, .next-btn-text.next-btn-primary[disabled]:hover {
                            color: #acacac;
                            color: var(--btn-text-disabled-color,#acacac);
                            background: transparent;
                            border-color: transparent;
                            text-decoration: none
                        }

        .next-btn-text.next-btn-secondary {
            background: transparent;
            border-color: transparent
        }

            .next-btn-text.next-btn-secondary, .next-btn-text.next-btn-secondary.visited, .next-btn-text.next-btn-secondary:link, .next-btn-text.next-btn-secondary:visited {
                color: #666;
                color: var(--btn-text-secondary-color,#666)
            }

                .next-btn-text.next-btn-secondary.active, .next-btn-text.next-btn-secondary.hover, .next-btn-text.next-btn-secondary:active, .next-btn-text.next-btn-secondary:focus, .next-btn-text.next-btn-secondary:hover {
                    color: #1047f5;
                    color: var(--btn-text-secondary-color-hover,#1047f5);
                    background: transparent;
                    border-color: transparent;
                    text-decoration: none
                }

                .next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary[disabled] {
                    background: transparent;
                    border-color: transparent
                }

                    .next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary.disabled.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: #acacac;
                        color: var(--btn-text-disabled-color,#acacac)
                    }

                        .next-btn-text.next-btn-secondary.disabled.active, .next-btn-text.next-btn-secondary.disabled.hover, .next-btn-text.next-btn-secondary.disabled:active, .next-btn-text.next-btn-secondary.disabled:focus, .next-btn-text.next-btn-secondary.disabled:hover, .next-btn-text.next-btn-secondary[disabled].active, .next-btn-text.next-btn-secondary[disabled].hover, .next-btn-text.next-btn-secondary[disabled]:active, .next-btn-text.next-btn-secondary[disabled]:focus, .next-btn-text.next-btn-secondary[disabled]:hover {
                            color: #acacac;
                            color: var(--btn-text-disabled-color,#acacac);
                            background: transparent;
                            border-color: transparent;
                            text-decoration: none
                        }

        .next-btn-text.next-btn-normal {
            background: transparent;
            border-color: transparent
        }

            .next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal.visited, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited {
                color: #333;
                color: var(--btn-text-normal-color,#333)
            }

                .next-btn-text.next-btn-normal.active, .next-btn-text.next-btn-normal.hover, .next-btn-text.next-btn-normal:active, .next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover {
                    color: #1047f5;
                    color: var(--btn-text-normal-color-hover,#1047f5);
                    background: transparent;
                    border-color: transparent;
                    text-decoration: none
                }

                .next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal[disabled] {
                    background: transparent;
                    border-color: transparent
                }

                    .next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal.disabled.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: #acacac;
                        color: var(--btn-text-disabled-color,#acacac)
                    }

                        .next-btn-text.next-btn-normal.disabled.active, .next-btn-text.next-btn-normal.disabled.hover, .next-btn-text.next-btn-normal.disabled:active, .next-btn-text.next-btn-normal.disabled:focus, .next-btn-text.next-btn-normal.disabled:hover, .next-btn-text.next-btn-normal[disabled].active, .next-btn-text.next-btn-normal[disabled].hover, .next-btn-text.next-btn-normal[disabled]:active, .next-btn-text.next-btn-normal[disabled]:focus, .next-btn-text.next-btn-normal[disabled]:hover {
                            color: #acacac;
                            color: var(--btn-text-disabled-color,#acacac);
                            background: transparent;
                            border-color: transparent;
                            text-decoration: none
                        }

        .next-btn-text.next-large {
            border-radius: 0;
            padding: 0;
            height: 16px;
            height: var(--btn-text-size-l-height,16px);
            font-size: 14px;
            font-size: var(--btn-text-size-l-font,14px);
            border-width: 0
        }

            .next-btn-text.next-large > .next-btn-icon.next-icon-first {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                margin-left: 0;
                margin-right: 4px
            }

                .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .next-btn-text.next-large > .next-btn-icon.next-icon-last {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                margin-left: 4px;
                margin-right: 0
            }

                .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .next-btn-text.next-large.next-btn-loading:before {
                width: 16px;
                height: 16px;
                font-size: 16px;
                line-height: 16px;
                left: 0;
                top: 50%;
                text-align: center;
                margin-right: 4px
            }

            .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 {
                    width: 16px;
                    margin-right: 4px;
                    opacity: 1;
                    -webkit-transition: all .1s linear;
                    transition: all .1s linear
                }

        .next-btn-text.next-medium {
            border-radius: 0;
            padding: 0;
            height: 16px;
            height: var(--btn-text-size-m-height,16px);
            font-size: 14px;
            font-size: var(--btn-text-size-m-font,14px);
            border-width: 0
        }

            .next-btn-text.next-medium > .next-btn-icon.next-icon-first {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                margin-left: 0;
                margin-right: 4px
            }

                .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .next-btn-text.next-medium > .next-btn-icon.next-icon-last {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                margin-left: 4px;
                margin-right: 0
            }

                .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .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 {
                    width: 16px;
                    font-size: 16px;
                    line-height: inherit
                }

            .next-btn-text.next-medium.next-btn-loading:before {
                width: 16px;
                height: 16px;
                font-size: 16px;
                line-height: 16px;
                left: 0;
                top: 50%;
                text-align: center;
                margin-right: 4px
            }

            .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 {
                    width: 16px;
                    margin-right: 4px;
                    opacity: 1;
                    -webkit-transition: all .1s linear;
                    transition: all .1s linear
                }

        .next-btn-text.next-small {
            border-radius: 0;
            padding: 0;
            height: 12px;
            height: var(--btn-text-size-s-height,12px);
            font-size: 12px;
            font-size: var(--btn-text-size-s-font,12px);
            border-width: 0
        }

            .next-btn-text.next-small > .next-btn-icon.next-icon-first {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                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 {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

            .next-btn-text.next-small > .next-btn-icon.next-icon-last {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                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 {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

            .next-btn-text.next-small > .next-btn-icon.next-icon-alone {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1)
            }

                .next-btn-text.next-small > .next-btn-icon.next-icon-alone .next-icon-remote, .next-btn-text.next-small > .next-btn-icon.next-icon-alone:before {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

            .next-btn-text.next-small.next-btn-loading:before {
                width: 12px;
                height: 12px;
                font-size: 12px;
                line-height: 12px;
                left: 0;
                top: 50%;
                text-align: center;
                margin-right: 4px
            }

            .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 {
                    width: 12px;
                    margin-right: 4px;
                    opacity: 1;
                    -webkit-transition: all .1s linear;
                    transition: all .1s linear
                }

        .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;
                color: var(--btn-text-loading-color,#333)
            }

                .next-btn-text.next-btn-loading.active, .next-btn-text.next-btn-loading.hover, .next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover {
                    color: #333;
                    color: var(--btn-text-loading-color,#333);
                    background: transparent;
                    border-color: transparent;
                    text-decoration: none
                }

.next-btn-loading {
    pointer-events: none
}

    .next-btn-loading:before {
        font-family: NextIcon;
        content: "\E646";
        content: var(--icon-content-loading,"\E646");
        opacity: 1;
        visibility: visible;
        -webkit-animation: loadingCircle 2s linear infinite;
        animation: loadingCircle 2s linear infinite
    }

    .next-btn-loading:after {
        content: "";
        display: inline-block;
        position: static;
        height: 100%;
        width: 0;
        vertical-align: middle
    }

.next-btn-custom-loading {
    pointer-events: none
}

.next-btn-ghost {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style: solid;
    border-style: var(--btn-ghost-border-style,solid)
}

    .next-btn-ghost.next-btn-dark {
        background: transparent;
        border-color: #fff;
        border-color: var(--btn-ghost-dark-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;
            color: var(--btn-ghost-dark-color,#fff)
        }

            .next-btn-ghost.next-btn-dark.active, .next-btn-ghost.next-btn-dark.hover, .next-btn-ghost.next-btn-dark:active, .next-btn-ghost.next-btn-dark:focus, .next-btn-ghost.next-btn-dark:hover {
                color: #fff;
                color: var(--btn-ghost-dark-color-hover,#fff);
                background: hsla(0,0%,100%,.2);
                border-color: #fff;
                border-color: var(--btn-ghost-dark-border-color-hover,#fff);
                text-decoration: none
            }

            .next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark[disabled] {
                background: transparent;
                background: var(--btn-ghost-dark-bg-disabled,transparent);
                border-color: hsla(0,0%,100%,.4)
            }

                .next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark.disabled.visited, .next-btn-ghost.next-btn-dark.disabled:link, .next-btn-ghost.next-btn-dark.disabled:visited, .next-btn-ghost.next-btn-dark[disabled], .next-btn-ghost.next-btn-dark[disabled].visited, .next-btn-ghost.next-btn-dark[disabled]:link, .next-btn-ghost.next-btn-dark[disabled]:visited {
                    color: hsla(0,0%,100%,.4)
                }

                    .next-btn-ghost.next-btn-dark.disabled.active, .next-btn-ghost.next-btn-dark.disabled.hover, .next-btn-ghost.next-btn-dark.disabled:active, .next-btn-ghost.next-btn-dark.disabled:focus, .next-btn-ghost.next-btn-dark.disabled:hover, .next-btn-ghost.next-btn-dark[disabled].active, .next-btn-ghost.next-btn-dark[disabled].hover, .next-btn-ghost.next-btn-dark[disabled]:active, .next-btn-ghost.next-btn-dark[disabled]:focus, .next-btn-ghost.next-btn-dark[disabled]:hover {
                        color: hsla(0,0%,100%,.4);
                        background: transparent;
                        background: var(--btn-ghost-dark-bg-disabled,transparent);
                        border-color: hsla(0,0%,100%,.4);
                        text-decoration: none
                    }

    .next-btn-ghost.next-btn-light {
        background: transparent;
        border-color: #333;
        border-color: var(--btn-ghost-light-border-color,#333)
    }

        .next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light.visited, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited {
            color: #000;
            color: var(--btn-ghost-light-color,#000)
        }

            .next-btn-ghost.next-btn-light.active, .next-btn-ghost.next-btn-light.hover, .next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover {
                color: #000;
                color: var(--btn-ghost-light-color-hover,#000);
                background: rgba(0,0,0,.04);
                border-color: #333;
                border-color: var(--btn-ghost-light-border-color-hover,#333);
                text-decoration: none
            }

            .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
                background: transparent;
                background: var(--btn-ghost-light-bg-disabled,transparent);
                border-color: rgba(0,0,0,.2)
            }

                .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light.disabled.visited, .next-btn-ghost.next-btn-light.disabled:link, .next-btn-ghost.next-btn-light.disabled:visited, .next-btn-ghost.next-btn-light[disabled], .next-btn-ghost.next-btn-light[disabled].visited, .next-btn-ghost.next-btn-light[disabled]:link, .next-btn-ghost.next-btn-light[disabled]:visited {
                    color: rgba(0,0,0,.3)
                }

                    .next-btn-ghost.next-btn-light.disabled.active, .next-btn-ghost.next-btn-light.disabled.hover, .next-btn-ghost.next-btn-light.disabled:active, .next-btn-ghost.next-btn-light.disabled:focus, .next-btn-ghost.next-btn-light.disabled:hover, .next-btn-ghost.next-btn-light[disabled].active, .next-btn-ghost.next-btn-light[disabled].hover, .next-btn-ghost.next-btn-light[disabled]:active, .next-btn-ghost.next-btn-light[disabled]:focus, .next-btn-ghost.next-btn-light[disabled]:hover {
                        color: rgba(0,0,0,.3);
                        background: transparent;
                        background: var(--btn-ghost-light-bg-disabled,transparent);
                        border-color: rgba(0,0,0,.2);
                        text-decoration: none
                    }

.next-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .next-btn-group > .next-btn {
        position: relative;
        float: left;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .next-btn-group > .next-btn.active, .next-btn-group > .next-btn:active, .next-btn-group > .next-btn:focus, .next-btn-group > .next-btn:hover {
            z-index: 1
        }

        .next-btn-group > .next-btn.disabled, .next-btn-group > .next-btn[disabled] {
            z-index: 0
        }

    .next-btn-group .next-btn.next-btn {
        margin: 0 0 0 -1px
    }

    .next-btn-group .next-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .next-btn-group > .next-btn:first-child {
        margin: 0
    }

        .next-btn-group > .next-btn:first-child:not(:last-child) {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0
        }

    .next-btn-group > .next-btn:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .next-btn-group > .next-btn-primary:not(:first-child) {
        border-left-color: hsla(0,0%,100%,.2)
    }

        .next-btn-group > .next-btn-primary:not(:first-child):hover {
            border-left-color: transparent
        }

        .next-btn-group > .next-btn-primary:not(:first-child).disabled, .next-btn-group > .next-btn-primary:not(:first-child)[disabled] {
            border-left-color: #e1e1e1;
            border-left-color: var(--color-line1-1,#e1e1e1)
        }

    .next-btn-group[dir=rtl] > .next-btn {
        float: right
    }

    .next-btn-group[dir=rtl] .next-btn.next-btn {
        margin: 0 -1px 0 0
    }

    .next-btn-group[dir=rtl] > .next-btn:first-child:not(:last-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .next-btn-group[dir=rtl] > .next-btn:last-child:not(:first-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child) {
        border-right-color: hsla(0,0%,100%,.2)
    }

        .next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child):hover {
            border-right-color: transparent
        }

        .next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child).disabled, .next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child)[disabled] {
            border-right-color: #e1e1e1;
            border-right-color: var(--color-line1-1,#e1e1e1)
        }

.next-btn.next-small[dir=rtl] {
    border-radius: 500px;
    border-radius: var(--btn-size-s-corner,500px)
}

    .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 {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

    .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 {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

    .next-btn.next-small[dir=rtl].next-btn-loading {
        padding-left: 12px;
        padding-left: var(--btn-size-s-padding,12px);
        padding-right: 28px;
        padding-right: calc(var(--btn-size-s-padding, 12px) + 16px)
    }

        .next-btn.next-small[dir=rtl].next-btn-loading:after {
            right: 12px;
            right: var(--btn-size-s-padding,12px);
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.next-btn.next-medium[dir=rtl] {
    border-radius: 500px;
    border-radius: var(--btn-size-m-corner,500px)
}

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-btn.next-medium[dir=rtl].next-btn-loading {
        padding-left: 20px;
        padding-left: var(--btn-size-m-padding,20px);
        padding-right: 40px;
        padding-right: calc(var(--btn-size-m-padding, 20px) + 20px)
    }

        .next-btn.next-medium[dir=rtl].next-btn-loading:after {
            right: 20px;
            right: var(--btn-size-m-padding,20px);
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.next-btn.next-large[dir=rtl] {
    border-radius: 500px;
    border-radius: var(--btn-size-l-corner,500px)
}

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-btn.next-large[dir=rtl].next-btn-loading {
        padding-left: 24px;
        padding-left: var(--btn-size-l-padding,24px);
        padding-right: 44px;
        padding-right: calc(var(--btn-size-l-padding, 24px) + 20px)
    }

        .next-btn.next-large[dir=rtl].next-btn-loading:after {
            right: 24px;
            right: var(--btn-size-l-padding,24px);
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .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 {
            right: 0;
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-btn-text[dir=rtl].next-medium.next-btn-loading {
        padding-left: 0;
        padding-right: 20px
    }

        .next-btn-text[dir=rtl].next-medium.next-btn-loading:after {
            right: 0;
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.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 {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

    .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 {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

    .next-btn-text[dir=rtl].next-small.next-btn-loading {
        padding-left: 0;
        padding-right: 16px
    }

        .next-btn-text[dir=rtl].next-small.next-btn-loading:after {
            right: 0;
            top: 50%;
            margin-right: 0;
            margin-left: 4px
        }

.next-input {
    vertical-align: middle;
    display: inline-table;
    border-collapse: separate;
    font-size: 0;
    line-height: 1;
    width: 200px;
    border-spacing: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    border: 1px solid #c8c8c8;
    border: var(--input-border-width,1px) solid var(--input-border-color,#c8c8c8);
    background-color: #fff;
    background-color: var(--input-bg-color,#fff)
}

    .next-input, .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 {
                -webkit-box-shadow: 0 0 0 1000px #fff inset;
                -webkit-box-shadow: 0 0 0 1000px var(--input-bg-color,#fff) inset;
                border-radius: 4px;
                border-radius: var(--form-element-large-corner,4px)
            }

            .next-input input[type=password]::-ms-reveal {
                display: none
            }

        .next-input textarea {
            resize: none
        }

        .next-input input, .next-input textarea {
            width: 100%;
            border: none;
            outline: none;
            padding: 0;
            margin: 0;
            font-weight: 400;
            vertical-align: middle;
            background-color: transparent;
            color: #000;
            color: var(--input-text-color,#000)
        }

            .next-input input::-ms-clear, .next-input textarea::-ms-clear {
                display: none
            }

        .next-input.next-small {
            height: 28px;
            height: var(--form-element-small-height,28px);
            border-radius: 4px;
            border-radius: var(--form-element-small-corner,4px)
        }

            .next-input.next-small .next-input-label {
                padding-left: 8px;
                padding-left: var(--input-s-label-padding-left,8px)
            }

            .next-input.next-small .next-input-inner, .next-input.next-small .next-input-label {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-input.next-small .next-input-control, .next-input.next-small .next-input-inner-text {
                padding-right: 8px;
                padding-right: var(--input-s-icon-padding-right,8px)
            }

            .next-input.next-small input {
                height: 26px;
                height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
                line-height: 26px \0;
                line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2) \0;
                padding: 0 8px;
                padding: 0 var(--input-s-padding,8px);
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

                .next-input.next-small input::-webkit-input-placeholder {
                    font-size: 12px;
                    font-size: var(--form-element-small-font-size,12px)
                }

                .next-input.next-small input::-moz-placeholder {
                    font-size: 12px;
                    font-size: var(--form-element-small-font-size,12px)
                }

                .next-input.next-small input::-ms-input-placeholder {
                    font-size: 12px;
                    font-size: var(--form-element-small-font-size,12px)
                }

                .next-input.next-small input::placeholder {
                    font-size: 12px;
                    font-size: var(--form-element-small-font-size,12px)
                }

            .next-input.next-small .next-input-text-field {
                padding: 0 8px;
                padding: 0 var(--input-s-padding,8px);
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px);
                height: 26px;
                height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
                line-height: 26px;
                line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2)
            }

            .next-input.next-small .next-icon .next-icon-remote, .next-input.next-small .next-icon:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-input.next-small .next-input-control {
                border-radius: 0 4px 4px 0;
                border-radius: 0 var(--form-element-small-corner,4px) var(--form-element-small-corner,4px) 0
            }

        .next-input.next-medium {
            height: 32px;
            height: var(--form-element-medium-height,32px);
            border-radius: 4px;
            border-radius: var(--form-element-medium-corner,4px)
        }

            .next-input.next-medium .next-input-label {
                padding-left: 12px;
                padding-left: var(--input-m-label-padding-left,12px)
            }

            .next-input.next-medium .next-input-inner, .next-input.next-medium .next-input-label {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-input.next-medium .next-input-control, .next-input.next-medium .next-input-inner-text {
                padding-right: 8px;
                padding-right: var(--input-m-icon-padding-right,8px)
            }

            .next-input.next-medium input {
                height: 30px;
                height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
                line-height: 30px \0;
                line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2) \0;
                padding: 0 12px;
                padding: 0 var(--input-m-padding,12px);
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

                .next-input.next-medium input::-webkit-input-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-medium-font-size,14px)
                }

                .next-input.next-medium input::-moz-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-medium-font-size,14px)
                }

                .next-input.next-medium input::-ms-input-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-medium-font-size,14px)
                }

                .next-input.next-medium input::placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-medium-font-size,14px)
                }

            .next-input.next-medium .next-input-text-field {
                padding: 0 12px;
                padding: 0 var(--input-m-padding,12px);
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px);
                height: 30px;
                height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
                line-height: 30px;
                line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
            }

            .next-input.next-medium .next-icon .next-icon-remote, .next-input.next-medium .next-icon:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-input.next-medium .next-input-control {
                border-radius: 0 4px 4px 0;
                border-radius: 0 var(--form-element-medium-corner,4px) var(--form-element-medium-corner,4px) 0
            }

        .next-input.next-large {
            height: 36px;
            height: var(--form-element-large-height,36px);
            border-radius: 4px;
            border-radius: var(--form-element-large-corner,4px)
        }

            .next-input.next-large .next-input-label {
                padding-left: 12px;
                padding-left: var(--input-l-label-padding-left,12px)
            }

            .next-input.next-large .next-input-inner, .next-input.next-large .next-input-label {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-input.next-large .next-input-control, .next-input.next-large .next-input-inner-text {
                padding-right: 8px;
                padding-right: var(--input-l-icon-padding-right,8px)
            }

            .next-input.next-large input {
                height: 34px;
                height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
                line-height: 34px \0;
                line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2) \0;
                padding: 0 12px;
                padding: 0 var(--input-l-padding,12px);
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

                .next-input.next-large input::-webkit-input-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-large-font-size,14px)
                }

                .next-input.next-large input::-moz-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-large-font-size,14px)
                }

                .next-input.next-large input::-ms-input-placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-large-font-size,14px)
                }

                .next-input.next-large input::placeholder {
                    font-size: 14px;
                    font-size: var(--form-element-large-font-size,14px)
                }

            .next-input.next-large .next-input-text-field {
                padding: 0 12px;
                padding: 0 var(--input-l-padding,12px);
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px);
                height: 34px;
                height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
                line-height: 34px;
                line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2)
            }

            .next-input.next-large .next-icon .next-icon-remote, .next-input.next-large .next-icon:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-input.next-large .next-input-control {
                border-radius: 0 4px 4px 0;
                border-radius: 0 var(--form-element-large-corner,4px) var(--form-element-large-corner,4px) 0
            }

        .next-input.next-input-textarea {
            height: auto;
            border-radius: 4px;
            border-radius: var(--input-multiple-corner,4px);
            font-size: 0
        }

            .next-input.next-input-textarea textarea {
                color: #000;
                color: var(--input-text-color,#000);
                padding: 8px 12px;
                padding: var(--input-multiple-padding-tb,8px) var(--input-multiple-padding-lr,12px);
                font-size: 14px;
                font-size: var(--input-multiple-font-size,14px);
                border-radius: 4px;
                border-radius: var(--input-multiple-corner,4px)
            }

            .next-input.next-input-textarea.next-small textarea {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-input.next-input-textarea.next-large textarea {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-input.next-input-textarea .next-input-control {
                display: block;
                width: auto;
                border-radius: 4px;
                border-radius: var(--input-multiple-corner,4px)
            }

            .next-input.next-input-textarea .next-input-len {
                padding: 0 8px 4px;
                padding: 0 var(--input-l-icon-padding-right,8px) 4px;
                display: block;
                text-align: right;
                width: auto
            }

.next-input-hint-wrap {
    color: #acacac;
    color: var(--input-hint-color,#acacac);
    position: relative
}

    .next-input-hint-wrap .next-input-clear {
        opacity: 0;
        z-index: 1;
        position: absolute
    }

    .next-input-hint-wrap .next-input-hint {
        opacity: 1
    }

.next-input .next-icon-eye-close:hover, .next-input .next-icon-eye:hover, .next-input .next-input-clear-icon:hover {
    cursor: pointer;
    color: #666;
    color: var(--input-hint-hover-color,#666)
}

.next-input .next-input-hover-show {
    opacity: 0
}

.next-input.next-focus, .next-input:hover {
    border-color: #1047f5;
    border-color: var(--input-hover-border-color,#1047f5);
    background-color: #fff;
    background-color: var(--input-hover-bg-color,#fff)
}

    .next-input.next-focus .next-input-clear, .next-input:hover .next-input-clear {
        opacity: 1
    }

        .next-input.next-focus .next-input-clear + .next-input-hint, .next-input:hover .next-input-clear + .next-input-hint {
            opacity: 0
        }

    .next-input.next-focus .next-input-hover-show, .next-input .next-input-clear:focus, .next-input:hover .next-input-hover-show {
        opacity: 1
    }

        .next-input .next-input-clear:focus + .next-input-hint {
            opacity: 0
        }

.next-input.next-focus {
    border-color: #1047f5;
    border-color: var(--input-focus-border-color,#1047f5);
    background-color: #fff;
    background-color: var(--input-focus-bg-color,#fff);
    -webkit-box-shadow: 0 0 0 0 rgba(16,71,245,.2);
    box-shadow: 0 0 0 0 rgba(16,71,245,.2)
}

.next-input.next-warning {
    background-color: #fff;
    background-color: var(--input-feedback-warning-bg-color,#fff)
}

    .next-input.next-warning, .next-input.next-warning.next-focus, .next-input.next-warning:hover {
        border-color: #ff6a00;
        border-color: var(--input-feedback-warning-border-color,#ff6a00)
    }

        .next-input.next-warning.next-focus {
            -webkit-box-shadow: 0 0 0 0 rgba(255,106,0,.2);
            box-shadow: 0 0 0 0 rgba(255,106,0,.2)
        }

.next-input.next-error {
    border-color: #f33200;
    border-color: var(--input-feedback-error-border-color,#f33200);
    background-color: #fff;
    background-color: var(--input-feedback-error-bg-color,#fff)
}

    .next-input.next-error input, .next-input.next-error textarea {
        color: #000;
        color: var(--input-feedback-error-color,#000)
    }

    .next-input.next-error.next-focus, .next-input.next-error:hover {
        border-color: #f33200;
        border-color: var(--input-feedback-error-border-color,#f33200)
    }

    .next-input.next-error.next-focus {
        -webkit-box-shadow: 0 0 0 0 rgba(243,50,0,.2);
        box-shadow: 0 0 0 0 rgba(243,50,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 {
    font-size: 12px;
    font-size: var(--input-maxlen-font-size,12px);
    line-height: 12px;
    line-height: var(--input-maxlen-font-size,12px);
    color: #666;
    color: var(--input-maxlen-color,#666);
    display: table-cell;
    width: 1px;
    vertical-align: bottom
}

    .next-input-control .next-input-len.next-error {
        color: #f33200;
        color: var(--input-maxlen-error-color,#f33200)
    }

    .next-input-control .next-input-len.next-warning {
        color: #fff5ed;
        color: var(--input-maxlen-warning-color,#fff5ed)
    }

.next-input-control > * {
    display: table-cell;
    width: 1%;
    top: 0
}

.next-input-control > :not(:last-child) {
    padding-right: 4px
}

.next-input-control .next-icon {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    color: #acacac;
    color: var(--input-hint-color,#acacac)
}

.next-input-control .next-input-warning-icon {
    color: #ff6a00;
    color: var(--input-feedback-warning-color,#ff6a00)
}

    .next-input-control .next-input-warning-icon:before {
        content: "\E7F0";
        content: var(--input-feedback-warning-icon,"\E7F0")
    }

.next-input-control .next-input-success-icon {
    color: #04c3b3;
    color: var(--input-feedback-success-color,#04c3b3)
}

    .next-input-control .next-input-success-icon:before {
        content: "\E63A";
        content: var(--input-feedback-success-icon,"\E63A")
    }

.next-input-control .next-input-loading-icon {
    color: #1047f5;
    color: var(--input-feedback-loading-color,#1047f5)
}

    .next-input-control .next-input-loading-icon:before {
        content: "\E646";
        content: var(--input-feedback-loading-icon,"\E646");
        -webkit-animation: loadingCircle 1s linear infinite;
        animation: loadingCircle 1s linear infinite
    }

.next-input-control .next-input-clear-icon:before {
    content: "\E623";
    content: var(--input-feedback-clear-icon,"\E623")
}

.next-input-inner-text, .next-input-label {
    color: #666;
    color: var(--input-label-color,#666)
}

.next-input input::-moz-placeholder, .next-input textarea::-moz-placeholder {
    color: #acacac;
    color: var(--input-placeholder-color,#acacac);
    opacity: 1
}

.next-input input:-ms-input-placeholder, .next-input textarea:-ms-input-placeholder {
    color: #acacac;
    color: var(--input-placeholder-color,#acacac)
}

.next-input input::-webkit-input-placeholder, .next-input textarea::-webkit-input-placeholder {
    color: #acacac;
    color: var(--input-placeholder-color,#acacac)
}

.next-input.next-disabled {
    color: #666;
    color: var(--input-disabled-color,#666);
    cursor: not-allowed
}

    .next-input.next-disabled, .next-input.next-disabled:hover {
        border-color: #e1e1e1;
        border-color: var(--input-disabled-border-color,#e1e1e1);
        background-color: #f3f3f3;
        background-color: var(--input-disabled-bg-color,#f3f3f3)
    }

        .next-input.next-disabled input, .next-input.next-disabled textarea {
            -webkit-text-fill-color: #666;
            -webkit-text-fill-color: var(--input-disabled-color,#666);
            color: #666;
            color: var(--input-disabled-color,#666)
        }

            .next-input.next-disabled input::-moz-placeholder, .next-input.next-disabled textarea::-moz-placeholder {
                color: #666;
                color: var(--input-disabled-color,#666);
                opacity: 1
            }

            .next-input.next-disabled input:-ms-input-placeholder, .next-input.next-disabled textarea:-ms-input-placeholder {
                color: #666;
                color: var(--input-disabled-color,#666)
            }

            .next-input.next-disabled input::-webkit-input-placeholder, .next-input.next-disabled textarea::-webkit-input-placeholder {
                color: #666;
                color: var(--input-disabled-color,#666)
            }

        .next-input.next-disabled .next-input-hint-wrap, .next-input.next-disabled .next-input-inner-text, .next-input.next-disabled .next-input-label, .next-input.next-disabled .next-input-len {
            color: #666;
            color: var(--input-disabled-color,#666)
        }

            .next-input.next-disabled .next-input-hint-wrap .next-input-clear {
                opacity: 0
            }

            .next-input.next-disabled .next-input-hint-wrap .next-input-hint {
                opacity: 1
            }

            .next-input.next-disabled .next-input-hint-wrap .next-input-clear-icon:hover {
                cursor: not-allowed;
                color: #666;
                color: var(--input-disabled-color,#666)
            }

        .next-input.next-disabled .next-icon {
            color: #666;
            color: var(--input-disabled-color,#666)
        }

.next-input-control, .next-input-inner, .next-input-label {
    display: table-cell;
    width: 1px;
    vertical-align: middle;
    line-height: 1;
    background-color: transparent;
    white-space: nowrap
}

.next-input-group {
    display: inline-table;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 0;
    width: 100%
}

    .next-input-group, .next-input-group *, .next-input-group :after, .next-input-group :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-input-group-auto-width {
    width: 100%;
    border-radius: 0 !important
}

.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-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-small-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--form-element-small-corner,4px) !important
    }

    .next-input-group > .next-input:first-child.next-medium {
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-medium-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--form-element-medium-corner,4px) !important
    }

    .next-input-group > .next-input:first-child.next-large {
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-large-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--form-element-large-corner,4px) !important
    }

    .next-input-group > .next-input:last-child.next-small {
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-small-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--form-element-small-corner,4px) !important
    }

    .next-input-group > .next-input:last-child.next-medium {
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-medium-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--form-element-medium-corner,4px) !important
    }

    .next-input-group > .next-input:last-child.next-large {
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-large-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--form-element-large-corner,4px) !important
    }

.next-input-group-addon {
    width: 1px;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap
}

    .next-input-group-addon:first-child, .next-input-group-addon:first-child > * {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

        .next-input-group-addon:first-child > * {
            margin-right: -1px;
            margin-right: calc(0px - var(--input-border-width, 1px))
        }

        .next-input-group-addon:first-child > .next-focus {
            position: relative;
            z-index: 1
        }

        .next-input-group-addon:first-child > * > .next-input {
            border-bottom-right-radius: 0 !important;
            border-top-right-radius: 0 !important
        }

            .next-input-group-addon:first-child > * > .next-input.next-focus {
                position: relative;
                z-index: 1
            }

    .next-input-group-addon:last-child, .next-input-group-addon:last-child > * {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

        .next-input-group-addon:last-child > * {
            margin-left: -1px;
            margin-left: calc(0px - var(--input-border-width, 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 {
    color: #666;
    color: var(--input-addon-text-color,#666);
    background-color: #f8f8f8;
    background-color: var(--input-addon-bg-color,#f8f8f8);
    text-align: center;
    border: 1px solid #c8c8c8;
    border: var(--input-border-width,1px) solid var(--input-border-color,#c8c8c8);
    padding: 0 8px;
    padding: 0 var(--input-addon-padding,8px)
}

    .next-input-group-text:first-child {
        border-right-width: 0
    }

    .next-input-group-text:last-child {
        border-left-width: 0
    }

    .next-input-group-text.next-disabled {
        color: #666;
        color: var(--input-disabled-color,#666);
        cursor: not-allowed
    }

        .next-input-group-text.next-disabled, .next-input-group-text.next-disabled:hover {
            border-color: #e1e1e1;
            border-color: var(--input-disabled-border-color,#e1e1e1);
            background-color: #f3f3f3;
            background-color: var(--input-disabled-bg-color,#f3f3f3)
        }

    .next-input-group-text.next-small {
        font-size: 12px;
        font-size: var(--form-element-small-font-size,12px);
        border-radius: 4px;
        border-radius: var(--form-element-small-corner,4px)
    }

    .next-input-group-text.next-medium {
        font-size: 14px;
        font-size: var(--form-element-medium-font-size,14px);
        border-radius: 4px;
        border-radius: var(--form-element-medium-corner,4px)
    }

    .next-input-group-text.next-large {
        font-size: 14px;
        font-size: var(--form-element-large-font-size,14px);
        border-radius: 4px;
        border-radius: var(--form-element-large-corner,4px)
    }

.next-input[dir=rtl].next-small .next-input-label {
    padding-left: 0;
    padding-right: 8px;
    padding-right: var(--input-s-label-padding-left,8px)
}

.next-input[dir=rtl].next-small .next-input-control {
    padding-right: 0;
    padding-left: 8px;
    padding-left: var(--input-s-icon-padding-right,8px)
}

.next-input[dir=rtl].next-medium .next-input-label {
    padding-left: 0;
    padding-right: 12px;
    padding-right: var(--input-m-label-padding-left,12px)
}

.next-input[dir=rtl].next-medium .next-input-control {
    padding-right: 0;
    padding-left: 8px;
    padding-left: var(--input-m-icon-padding-right,8px)
}

.next-input[dir=rtl].next-large .next-input-label {
    padding-left: 0;
    padding-right: 12px;
    padding-right: var(--input-l-label-padding-left,12px)
}

.next-input[dir=rtl].next-large .next-input-control {
    padding-right: 0;
    padding-left: 8px;
    padding-left: var(--input-l-icon-padding-right,8px)
}

.next-input[dir=rtl].next-input-textarea .next-input-len {
    text-align: left
}

.next-input[dir=rtl] .next-input-control > :not(:last-child) {
    padding-left: 4px;
    padding-right: 0
}

.next-input-group[dir=rtl] > .next-input:first-child.next-small {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-top-right-radius: var(--form-element-small-corner,4px) !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: var(--form-element-small-corner,4px) !important
}

.next-input-group[dir=rtl] > .next-input:first-child.next-medium {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-top-right-radius: var(--form-element-medium-corner,4px) !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: var(--form-element-medium-corner,4px) !important
}

.next-input-group[dir=rtl] > .next-input:first-child.next-large {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-top-right-radius: var(--form-element-large-corner,4px) !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: var(--form-element-large-corner,4px) !important
}

.next-input-group[dir=rtl] > .next-input:last-child.next-small {
    border-top-left-radius: 4px !important;
    border-top-left-radius: var(--form-element-small-corner,4px) !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: var(--form-element-small-corner,4px) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.next-input-group[dir=rtl] > .next-input:last-child.next-medium {
    border-top-left-radius: 4px !important;
    border-top-left-radius: var(--form-element-medium-corner,4px) !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: var(--form-element-medium-corner,4px) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.next-input-group[dir=rtl] > .next-input:last-child.next-large {
    border-top-left-radius: 4px !important;
    border-top-left-radius: var(--form-element-large-corner,4px) !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: var(--form-element-large-corner,4px) !important;
    border-top-right-radius: 0 !important;
    border-bottom-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-bottom-right-radius: var(--form-element-small-corner,4px) !important;
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-small-corner,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-bottom-right-radius: var(--form-element-medium-corner,4px) !important;
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-medium-corner,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-bottom-right-radius: var(--form-element-large-corner,4px) !important;
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--form-element-large-corner,4px) !important
    }

    .next-input-group[dir=rtl] .next-input-group-addon:first-child > * {
        margin-left: -1px;
        margin-left: calc(0px - var(--input-border-width, 1px));
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

.next-input-group[dir=rtl] .next-input-group-addon:last-child, .next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .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-bottom-left-radius: var(--form-element-small-corner,4px) !important;
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-small-corner,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-bottom-left-radius: var(--form-element-medium-corner,4px) !important;
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-medium-corner,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-bottom-left-radius: var(--form-element-large-corner,4px) !important;
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--form-element-large-corner,4px) !important
    }

    .next-input-group[dir=rtl] .next-input-group-addon:last-child > * {
        margin-right: -1px;
        margin-right: calc(0px - var(--input-border-width, 1px));
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

.next-input-group[dir=rtl] .next-input-group-text:first-child {
    border-right-width: 1px;
    border-right-width: var(--input-border-width,1px);
    border-left: 0
}

.next-input-group[dir=rtl] .next-input-group-text:last-child {
    border-left-width: 1px;
    border-left-width: var(--input-border-width,1px);
    border-right: 0
}

.next-calendar, .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(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cellZoomIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes cellHover {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes cellHover {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes enterToLeft {
    0% {
        -webkit-transform: translate(-40%);
        transform: translate(-40%);
        opacity: 0
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes enterToLeft {
    0% {
        -webkit-transform: translate(-40%);
        transform: translate(-40%);
        opacity: 0
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes enterToRight {
    0% {
        -webkit-transform: translate(40%);
        transform: translate(40%);
        opacity: 0
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes enterToRight {
    0% {
        -webkit-transform: translate(40%);
        transform: translate(40%);
        opacity: 0
    }

    50% {
        opacity: .6
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.next-calendar-card .next-calendar-header, .next-calendar-fullscreen .next-calendar-header {
    text-align: right
}

    .next-calendar-card .next-calendar-header .next-select, .next-calendar-fullscreen .next-calendar-header .next-select {
        margin-right: 4px;
        vertical-align: top
    }

    .next-calendar-card .next-calendar-header .next-menu, .next-calendar-fullscreen .next-calendar-header .next-menu {
        text-align: left
    }

.next-calendar-fullscreen .next-calendar-header {
    margin-bottom: 20px;
    margin-bottom: var(--calendar-fullscreen-header-margin-bottom,20px)
}

.next-calendar-card .next-calendar-header {
    margin-bottom: 20px;
    margin-bottom: var(--calendar-card-header-margin-bottom,20px)
}

.next-calendar-panel-header {
    position: relative;
    background: #f8f8f8;
    background: var(--calendar-panel-header-background,#f8f8f8);
    margin-bottom: 16px;
    margin-bottom: var(--calendar-panel-header-margin-bottom,16px);
    border-bottom: 1px solid transparent;
    border-bottom: var(--calendar-panel-header-border-bottom-width,1px) solid var(--calendar-panel-header-border-bottom-color,transparent)
}

.next-calendar-panel-header-full, .next-calendar-panel-header-left, .next-calendar-panel-header-right {
    height: 36px;
    height: var(--calendar-panel-header-height,36px);
    line-height: 36px;
    line-height: var(--calendar-panel-header-height,36px)
}

    .next-calendar-panel-header-full .next-calendar-btn, .next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn {
        vertical-align: top;
        font-weight: 500;
        font-weight: var(--calendar-btn-date-font-weight,500);
        margin: 0 4px;
        margin: 0 var(--calendar-btn-date-margin-lr,4px);
        background: transparent;
        border-color: transparent
    }

        .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: #333;
            color: var(--calendar-btn-date-color,#333)
        }

            .next-calendar-panel-header-full .next-calendar-btn.active, .next-calendar-panel-header-full .next-calendar-btn.hover, .next-calendar-panel-header-full .next-calendar-btn:active, .next-calendar-panel-header-full .next-calendar-btn:focus, .next-calendar-panel-header-full .next-calendar-btn:hover, .next-calendar-panel-header-left .next-calendar-btn.active, .next-calendar-panel-header-left .next-calendar-btn.hover, .next-calendar-panel-header-left .next-calendar-btn:active, .next-calendar-panel-header-left .next-calendar-btn:focus, .next-calendar-panel-header-left .next-calendar-btn:hover, .next-calendar-panel-header-right .next-calendar-btn.active, .next-calendar-panel-header-right .next-calendar-btn.hover, .next-calendar-panel-header-right .next-calendar-btn:active, .next-calendar-panel-header-right .next-calendar-btn:focus, .next-calendar-panel-header-right .next-calendar-btn:hover {
                color: #1047f5;
                color: var(--calendar-btn-date-color-hover,#1047f5);
                background: transparent;
                border-color: transparent;
                text-decoration: none
            }

.next-calendar-panel-header-left, .next-calendar-panel-header-right {
    display: inline-block;
    width: 50%;
    text-align: center
}

.next-calendar-panel-header-full {
    width: 100%;
    text-align: center
}

.next-calendar-panel-menu {
    max-height: 210px;
    overflow: auto;
    text-align: left
}

.next-calendar-btn {
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    outline: none;
    height: 100%
}

    .next-calendar-btn > .next-icon.next-icon .next-icon-remote, .next-calendar-btn > .next-icon.next-icon:before {
        width: 16px;
        width: var(--calendar-btn-arrow-size,16px);
        font-size: 16px;
        font-size: var(--calendar-btn-arrow-size,16px);
        line-height: inherit
    }

    .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 {
    position: absolute;
    top: 0;
    background: transparent;
    border-color: transparent
}

    .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;
        color: var(--calendar-btn-arrow-color,#666)
    }

        .next-calendar-btn-next-decade.active, .next-calendar-btn-next-decade.hover, .next-calendar-btn-next-decade:active, .next-calendar-btn-next-decade:focus, .next-calendar-btn-next-decade:hover, .next-calendar-btn-next-month.active, .next-calendar-btn-next-month.hover, .next-calendar-btn-next-month:active, .next-calendar-btn-next-month:focus, .next-calendar-btn-next-month:hover, .next-calendar-btn-next-year.active, .next-calendar-btn-next-year.hover, .next-calendar-btn-next-year:active, .next-calendar-btn-next-year:focus, .next-calendar-btn-next-year:hover, .next-calendar-btn-prev-decade.active, .next-calendar-btn-prev-decade.hover, .next-calendar-btn-prev-decade:active, .next-calendar-btn-prev-decade:focus, .next-calendar-btn-prev-decade:hover, .next-calendar-btn-prev-month.active, .next-calendar-btn-prev-month.hover, .next-calendar-btn-prev-month:active, .next-calendar-btn-prev-month:focus, .next-calendar-btn-prev-month:hover, .next-calendar-btn-prev-year.active, .next-calendar-btn-prev-year.hover, .next-calendar-btn-prev-year:active, .next-calendar-btn-prev-year:focus, .next-calendar-btn-prev-year:hover {
            color: #1047f5;
            color: var(--calendar-btn-arrow-color-hover,#1047f5);
            background: transparent;
            border-color: transparent;
            text-decoration: none
        }

.next-calendar-btn-prev-decade, .next-calendar-btn-prev-year {
    left: 12px;
    left: var(--calendar-btn-arrow-double-offset-lr,12px)
}

.next-calendar-btn-prev-month {
    left: 36px;
    left: var(--calendar-btn-arrow-single-offset-lr,36px)
}

.next-calendar-btn-next-month {
    right: 36px;
    right: var(--calendar-btn-arrow-single-offset-lr,36px)
}

.next-calendar-btn-next-decade, .next-calendar-btn-next-year {
    right: 12px;
    right: var(--calendar-btn-arrow-double-offset-lr,12px)
}

.next-calendar-fullscreen .next-calendar-th {
    text-align: right;
    color: #666;
    color: var(--calendar-fullscreen-table-head-color,#666);
    font-size: 14px;
    font-size: var(--calendar-fullscreen-table-head-font-size,14px);
    font-weight: 400;
    font-weight: var(--calendar-fullscreen-table-head-font-weight,normal);
    padding-right: 12px;
    padding-right: var(--calendar-fullscreen-table-head-padding-r,12px);
    padding-bottom: 4px;
    padding-bottom: var(--calendar-fullscreen-table-head-padding-b,4px)
}

.next-calendar-fullscreen .next-calendar-cell {
    font-size: 14px;
    font-size: var(--calendar-fullscreen-table-cell-font-size,14px)
}

    .next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month {
        font-weight: 700;
        font-weight: var(--calendar-fullscreen-table-cell-select-font-weight,bold);
        background: #eef3ff;
        background: var(--calendar-fullscreen-table-cell-select-background,#eef3ff);
        color: #1047f5;
        color: var(--calendar-fullscreen-table-cell-select-color,#1047f5);
        border-color: #1047f5;
        border-color: var(--calendar-fullscreen-table-cell-select-border-color,#1047f5)
    }

    .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month {
        cursor: not-allowed;
        background: transparent;
        background: var(--calendar-fullscreen-table-cell-disabled-background,transparent);
        color: #ccc;
        color: var(--calendar-fullscreen-table-cell-disabled-color,#ccc);
        border-color: transparent;
        border-color: var(--calendar-fullscreen-table-cell-disabled-border-color,transparent)
    }

.next-calendar-fullscreen .next-calendar-date, .next-calendar-fullscreen .next-calendar-month {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4px;
    margin: var(--calendar-fullscreen-table-cell-margin-tb,4px) var(--calendar-fullscreen-table-cell-margin-lr,4px);
    padding: 8px 12px;
    padding: var(--calendar-fullscreen-table-cell-padding-tb,8px) var(--calendar-fullscreen-table-cell-padding-lr,12px);
    min-height: 80px;
    min-height: var(--calendar-fullscreen-table-cell-min-height,80px);
    border-top: 2px solid;
    border-top: var(--calendar-fullscreen-table-cell-boder-top-width,2px) var(--line-solid,solid);
    -webkit-transition: background .1s linear;
    transition: background .1s linear;
    background: #fff;
    background: var(--calendar-fullscreen-table-cell-normal-background,#fff);
    color: #000;
    color: var(--calendar-fullscreen-table-cell-normal-color,#000);
    border-color: #e1e1e1;
    border-color: var(--calendar-fullscreen-table-cell-normal-border-color,#e1e1e1)
}

    .next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
        background: #f8f8f8;
        background: var(--calendar-fullscreen-table-cell-hover-background,#f8f8f8);
        color: #000;
        color: var(--calendar-fullscreen-table-cell-hover-color,#000);
        border-color: #e1e1e1;
        border-color: var(--calendar-fullscreen-table-cell-hover-border-color,#e1e1e1)
    }

.next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date {
    background: #fff;
    background: var(--calendar-fullscreen-table-cell-other-background,#fff);
    color: #666;
    color: var(--calendar-fullscreen-table-cell-other-color,#666);
    border-color: #e1e1e1;
    border-color: var(--calendar-fullscreen-table-cell-other-border-color,#e1e1e1)
}

.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month {
    font-weight: 700;
    font-weight: var(--calendar-fullscreen-table-cell-current-font-weight,bold);
    background: #fff;
    background: var(--calendar-fullscreen-table-cell-current-background,#fff);
    color: #1047f5;
    color: var(--calendar-fullscreen-table-cell-current-color,#1047f5);
    border-color: #1047f5;
    border-color: var(--calendar-fullscreen-table-cell-current-border-color,#1047f5)
}

.next-calendar-card .next-calendar-th, .next-calendar-panel .next-calendar-th, .next-calendar-range .next-calendar-th {
    text-align: center;
    color: #acacac;
    color: var(--calendar-card-table-head-color,#acacac);
    font-size: 12px;
    font-size: var(--calendar-card-table-head-font-size,12px);
    font-weight: 400;
    font-weight: var(--calendar-card-table-head-font-weight,normal)
}

.next-calendar-card .next-calendar-cell, .next-calendar-panel .next-calendar-cell, .next-calendar-range .next-calendar-cell {
    text-align: center;
    font-size: 14px;
    font-size: var(--calendar-card-table-cell-font-size,14px)
}

    .next-calendar-card .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-card .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-card .next-calendar-cell.next-selected .next-calendar-year, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-year, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-year {
        -webkit-animation: cellZoomIn .4s cubic-bezier(.23,1,.32,1);
        animation: cellZoomIn .4s cubic-bezier(.23,1,.32,1);
        font-weight: 700;
        font-weight: var(--calendar-card-table-cell-select-font-weight,bold);
        background: #1047f5;
        background: var(--calendar-card-table-cell-select-background,#1047f5);
        color: #fff;
        color: var(--calendar-card-table-cell-select-color,#fff);
        border-color: #1047f5;
        border-color: var(--calendar-card-table-cell-select-border-color,#1047f5)
    }

    .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-year, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-year, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-year {
        cursor: not-allowed;
        background: transparent;
        background: var(--calendar-card-table-cell-disabled-background,transparent);
        color: #ccc;
        color: var(--calendar-card-table-cell-disabled-color,#ccc);
        border-color: transparent;
        border-color: var(--calendar-card-table-cell-disabled-border-color,transparent)
    }

    .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: #eef3ff;
        background: var(--calendar-card-table-cell-inrange-background,#eef3ff);
        color: #1047f5;
        color: var(--calendar-card-table-cell-inrange-color,#1047f5);
        border-color: #eef3ff;
        border-color: var(--calendar-card-table-cell-inrange-border-color,#eef3ff)
    }

.next-calendar-card .next-calendar-date, .next-calendar-card .next-calendar-month, .next-calendar-card .next-calendar-year, .next-calendar-panel .next-calendar-date, .next-calendar-panel .next-calendar-month, .next-calendar-panel .next-calendar-year, .next-calendar-range .next-calendar-date, .next-calendar-range .next-calendar-month, .next-calendar-range .next-calendar-year {
    text-align: center;
    border: 1px solid;
    border: var(--line-1,1px) var(--line-solid,solid);
    background: #fff;
    background: var(--calendar-card-table-cell-normal-background,#fff);
    color: #000;
    color: var(--calendar-card-table-cell-normal-color,#000);
    border-color: #fff;
    border-color: var(--calendar-card-table-cell-normal-border-color,#fff)
}

    .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;
        background: #eef3ff;
        background: var(--calendar-card-table-cell-hover-background,#eef3ff);
        color: #1047f5;
        color: var(--calendar-card-table-cell-hover-color,#1047f5);
        border-color: #eef3ff;
        border-color: var(--calendar-card-table-cell-hover-border-color,#eef3ff)
    }

.next-calendar-card .next-calendar-date, .next-calendar-panel .next-calendar-date, .next-calendar-range .next-calendar-date {
    width: 24px;
    width: var(--calendar-card-table-cell-date-width,24px);
    height: 24px;
    height: var(--calendar-card-table-cell-date-height,24px);
    line-height: 22px;
    line-height: calc(var(--calendar-card-table-cell-date-height, 24px) - 2px);
    margin: 4px auto;
    border-radius: 2px;
    border-radius: var(--calendar-card-table-cell-date-border-radius,2px)
}

.next-calendar-card .next-calendar-month, .next-calendar-panel .next-calendar-month, .next-calendar-range .next-calendar-month {
    width: 96px;
    width: var(--calendar-card-table-cell-month-width,96px);
    height: 24px;
    height: var(--calendar-card-table-cell-month-height,24px);
    line-height: 22px;
    line-height: calc(var(--calendar-card-table-cell-month-height, 24px) - 2px);
    margin: 8px auto;
    border-radius: 2px;
    border-radius: var(--calendar-card-table-cell-month-border-radius,2px)
}

.next-calendar-card .next-calendar-year, .next-calendar-panel .next-calendar-year, .next-calendar-range .next-calendar-year {
    width: 96px;
    width: var(--calendar-card-table-cell-year-width,96px);
    height: 24px;
    height: var(--calendar-card-table-cell-year-height,24px);
    line-height: 22px;
    line-height: calc(var(--calendar-card-table-cell-year-height, 24px) - 2px);
    margin: 8px auto;
    border-radius: 2px;
    border-radius: var(--calendar-card-table-cell-year-border-radius,2px)
}

.next-calendar-card .next-calendar-cell-next-month .next-calendar-date, .next-calendar-card .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-panel .next-calendar-cell-next-month .next-calendar-date, .next-calendar-panel .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-range .next-calendar-cell-next-month .next-calendar-date, .next-calendar-range .next-calendar-cell-prev-month .next-calendar-date {
    background: #fff;
    background: var(--calendar-card-table-cell-other-background,#fff);
    color: #666;
    color: var(--calendar-card-table-cell-other-color,#666);
    border-color: #fff;
    border-color: var(--calendar-card-table-cell-other-border-color,#fff)
}

.next-calendar-card .next-calendar-cell-current .next-calendar-date, .next-calendar-card .next-calendar-cell-current .next-calendar-month, .next-calendar-card .next-calendar-cell-current .next-calendar-year, .next-calendar-panel .next-calendar-cell-current .next-calendar-date, .next-calendar-panel .next-calendar-cell-current .next-calendar-month, .next-calendar-panel .next-calendar-cell-current .next-calendar-year, .next-calendar-range .next-calendar-cell-current .next-calendar-date, .next-calendar-range .next-calendar-cell-current .next-calendar-month, .next-calendar-range .next-calendar-cell-current .next-calendar-year {
    font-weight: 700;
    font-weight: var(--calendar-card-table-cell-current-font-weight,bold);
    background: #fff;
    background: var(--calendar-card-table-cell-current-background,#fff);
    color: #1047f5;
    color: var(--calendar-card-table-cell-current-color,#1047f5);
    border-color: transparent;
    border-color: var(--calendar-card-table-cell-current-border-color,transparent)
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody tr {
    cursor: pointer
}

    .next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date {
        background: #eef3ff;
        background: var(--calendar-card-table-cell-hover-background,#eef3ff);
        color: #1047f5;
        color: var(--calendar-card-table-cell-hover-color,#1047f5);
        border-color: #eef3ff;
        border-color: var(--calendar-card-table-cell-hover-border-color,#eef3ff)
    }

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-cell.next-selected .next-calendar-date {
    font-weight: 400;
    background: transparent;
    border-color: transparent
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date {
    position: relative;
    color: #1047f5;
    color: var(--calendar-card-table-cell-inrange-color,#1047f5)
}

    .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date:before {
        content: "";
        position: absolute;
        left: -1px;
        left: calc(0px - var(--line-1, 1px));
        top: -1px;
        top: calc(0px - var(--line-1, 1px));
        bottom: -1px;
        bottom: calc(0px - var(--line-1, 1px));
        right: -1px;
        right: calc(0px - var(--line-1, 1px));
        border: 1px solid;
        border: var(--line-1,1px) var(--line-solid,solid);
        background: #eef3ff;
        background: var(--calendar-card-table-cell-inrange-background,#eef3ff);
        border-color: #eef3ff;
        border-color: var(--calendar-card-table-cell-inrange-border-color,#eef3ff);
        border-radius: 2px;
        border-radius: var(--calendar-card-table-cell-date-border-radius,2px)
    }

    .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date > span {
        position: relative
    }

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end, .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start {
    color: #fff;
    color: var(--calendar-card-table-cell-select-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: #1047f5;
        background: var(--calendar-card-table-cell-select-background,#1047f5);
        border-color: #1047f5;
        border-color: var(--calendar-card-table-cell-select-border-color,#1047f5)
    }

.next-calendar[dir=rtl] .next-calendar-header {
    text-align: left
}

    .next-calendar[dir=rtl] .next-calendar-header .next-select {
        margin-right: 0;
        margin-left: 4px
    }

    .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: 12px;
    right: var(--calendar-btn-arrow-double-offset-lr,12px)
}

.next-calendar[dir=rtl] .next-calendar-btn-prev-month {
    left: auto;
    right: 36px;
    right: var(--calendar-btn-arrow-single-offset-lr,36px)
}

.next-calendar[dir=rtl] .next-calendar-btn-next-month {
    right: auto;
    left: 36px;
    left: var(--calendar-btn-arrow-single-offset-lr,36px)
}

.next-calendar[dir=rtl] .next-calendar-btn-next-decade, .next-calendar[dir=rtl] .next-calendar-btn-next-year {
    right: auto;
    left: 12px;
    left: var(--calendar-btn-arrow-double-offset-lr,12px)
}

.next-calendar-fullscreen[dir=rtl] .next-calendar-th {
    text-align: left;
    padding-left: 12px;
    padding-left: var(--calendar-fullscreen-table-head-padding-r,12px);
    padding-right: 0
}

.next-calendar-fullscreen[dir=rtl] .next-calendar-date, .next-calendar-fullscreen[dir=rtl] .next-calendar-month {
    text-align: left
}

.next-calendar-range[dir=rtl] .next-calendar-body-left, .next-calendar-range[dir=rtl] .next-calendar-body-right {
    float: right
}

.next-calendar-range[dir=rtl] .next-calendar-body-left {
    padding-right: 0;
    padding-left: 8px
}

.next-calendar-range[dir=rtl] .next-calendar-body-right {
    padding-left: 0;
    padding-right: 8px
}

.next-calendar-table {
    width: 100%;
    table-layout: fixed
}

.next-calendar-range .next-calendar-body-left, .next-calendar-range .next-calendar-body-right {
    float: left;
    width: 50%
}

.next-calendar-range .next-calendar-body-left {
    padding-right: 8px
}

.next-calendar-range .next-calendar-body-right {
    padding-left: 8px
}

.next-calendar-range .next-calendar-body:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both
}

.next-calendar-symbol-prev:before {
    content: "\E61D";
    content: var(--calendar-btn-arrow-content-prev,"\E61D")
}

.next-calendar-symbol-next:before {
    content: "\E619";
    content: var(--calendar-btn-arrow-content-next,"\E619")
}

.next-calendar-symbol-prev-super:before {
    content: "\E659";
    content: var(--calendar-btn-arrow-content-prev-super,"\E659")
}

.next-calendar-symbol-next-super:before {
    content: "\E65E";
    content: var(--calendar-btn-arrow-content-next-super,"\E65E")
}

.next-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 {
        right: 0;
        left: auto
    }

    .next-card[dir=rtl] .next-card-subtitle {
        float: left;
        padding-right: 8px;
        padding-right: var(--card-sub-title-padding-left,8px);
        padding-left: 0
    }

    .next-card[dir=rtl] .next-card-head-show-bullet .next-card-title {
        padding-left: 0;
        padding-right: 8px;
        padding-right: var(--card-title-padding-left,8px)
    }

    .next-card, .next-card *, .next-card :after, .next-card :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-card {
    min-width: 100px;
    border: 0 solid transparent;
    border: var(--card-border-width,0) var(--card-border-style,solid) var(--card-border-color,transparent);
    border-radius: 8px;
    border-radius: var(--card-corner,8px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: var(--card-shadow,0 4px 8px 0 rgba(0,0,0,.04));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.04);
    box-shadow: var(--card-shadow,0 4px 8px 0 rgba(0,0,0,.04));
    background: #fff;
    background: var(--card-background,#fff);
    overflow: hidden
}

.next-card-noborder {
    border: 0
}

.next-card-head {
    background: #fff;
    background: var(--card-header-background,#fff);
    padding-left: 24px;
    padding-left: var(--card-padding-lr,24px);
    padding-right: 24px;
    padding-right: var(--card-padding-lr,24px)
}

.next-card-head-show-bullet .next-card-title {
    padding-left: 8px;
    padding-left: var(--card-title-padding-left,8px)
}

    .next-card-head-show-bullet .next-card-title:before {
        content: "";
        display: inline-block;
        height: 16px;
        height: var(--card-title-bullet-height,16px);
        width: 3px;
        width: var(--card-title-bullet-width,3px);
        background: #1047f5;
        background: var(--card-title-bullet-color,#1047f5);
        position: absolute;
        left: 0;
        top: calc(50% - 8px);
        top: calc(50% - var(--card-title-bullet-height, 16px)/2)
    }

.next-card-head-main {
    position: relative;
    margin-top: 8px;
    margin-top: var(--card-head-main-margin-top,8px);
    margin-bottom: 0;
    margin-bottom: var(--card-head-main-margin-bottom,0);
    height: 40px;
    height: var(--card-head-main-height,40px);
    line-height: 40px;
    line-height: var(--card-head-main-height,40px)
}

.next-card-title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    height: 100%;
    color: #000;
    color: var(--card-title-color,#000);
    font-size: 18px;
    font-size: var(--card-title-font-size,18px);
    font-weight: 700;
    font-weight: var(--card-title-font-weight,bold)
}

.next-card-subtitle {
    font-size: 12px;
    font-size: var(--card-sub-title-font-size,12px);
    color: #acacac;
    color: var(--card-sub-title-color,#acacac);
    padding-left: 8px;
    padding-left: var(--card-sub-title-padding-left,8px)
}

.next-card-extra {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 14px;
    font-size: var(--card-title-extra-font-size,14px);
    color: #1047f5;
    color: var(--card-title-extra-color,#1047f5)
}

.next-card-body {
    padding-bottom: 20px;
    padding-bottom: var(--card-body-padding-bottom,20px);
    padding-left: 24px;
    padding-left: var(--card-padding-lr,24px);
    padding-right: 24px;
    padding-right: var(--card-padding-lr,24px)
}

.next-card-show-divider .next-card-head-main {
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--card-head-bottom-border-width,1px) var(--card-border-style,solid) var(--card-head-bottom-border-color,#e1e1e1)
}

.next-card-show-divider .next-card-body {
    padding-top: 20px;
    padding-top: var(--card-body-show-divider-padding-top,20px)
}

.next-card-hide-divider .next-card-body {
    padding-top: 0;
    padding-top: var(--card-body-hide-divider-padding-top,0)
}

.next-card—free {
    padding: 0
}

.next-card-content {
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.next-card-footer .next-icon {
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .next-card-footer .next-icon.next-icon-arrow-down.expand {
        -webkit-transform-origin: 50% 47%;
        -ms-transform-origin: 50% 47%;
        transform-origin: 50% 47%;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.next-card-header {
    background: #fff;
    background: var(--card-header-background,#fff);
    padding: 0 24px;
    padding: 0 var(--card-padding-lr,24px);
    margin-bottom: 20px;
    margin-bottom: var(--card-body-show-divider-padding-top,20px);
    margin-top: 20px;
    margin-top: var(--card-body-padding-bottom,20px)
}

.next-card-media, .next-card-media > * {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -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: #000;
    color: var(--card-title-color,#000);
    font-size: 18px;
    font-size: var(--card-title-font-size,18px);
    font-weight: 700;
    font-weight: var(--card-title-font-weight,bold);
    line-height: 1.5
}

.next-card-header-subtitle {
    font-size: 12px;
    font-size: var(--card-sub-title-font-size,12px);
    color: #acacac;
    color: var(--card-sub-title-color,#acacac)
}

.next-card-actions {
    display: block;
    padding: 20px 24px;
    padding: var(--card-body-show-divider-padding-top,20px) var(--card-padding-lr,24px) var(--card-body-padding-bottom,20px)
}

    .next-card-actions .next-btn:not(:last-child) {
        margin-right: 12px;
        vertical-align: middle
    }

.next-card-divider {
    border-style: none;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: visible
}

    .next-card-divider:before {
        content: "";
        display: block;
        border-bottom: 1px solid #e1e1e1;
        border-bottom: var(--card-head-bottom-border-width,1px) var(--card-border-style,solid) var(--card-head-bottom-border-color,#e1e1e1)
    }

.next-card-divider--inset {
    padding: 0 24px;
    padding: 0 var(--card-padding-lr,24px)
}

.next-card-content-container {
    margin-top: 20px;
    margin-top: var(--card-body-show-divider-padding-top,20px);
    padding-bottom: 20px;
    padding-bottom: var(--card-body-padding-bottom,20px);
    padding-left: 24px;
    padding-left: var(--card-padding-lr,24px);
    padding-right: 24px;
    padding-right: var(--card-padding-lr,24px);
    font-size: 14px;
    font-size: var(--card-content-font-size,14px);
    line-height: 1.5;
    line-height: var(--card-content-line-height,1.5);
    color: #000;
    color: var(--card-content-color,#000)
}

.next-cascader {
    display: inline-block;
    overflow: auto;
    border: 1px solid #e1e1e1;
    border: var(--cascader-menu-border-width,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e1e1e1);
    border-radius: 4px;
    border-radius: var(--cascader-menu-border-radius,4px)
}

    .next-cascader, .next-cascader *, .next-cascader :after, .next-cascader :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-cascader-inner:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both
}

.next-cascader-menu-wrapper {
    float: left;
    overflow: auto;
    width: 160px;
    width: var(--cascader-menu-width,160px);
    min-width: 100px;
    min-width: var(--cascader-menu-min-width,100px);
    height: 200px;
    height: var(--cascader-menu-height,200px);
    overflow-x: hidden;
    overflow-y: auto
}

    .next-cascader-menu-wrapper + .next-cascader-menu-wrapper {
        border-left: 1px solid #e1e1e1;
        border-left: var(--cascader-menu-border-width,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e1e1e1)
    }

.next-cascader-menu {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: auto;
    min-height: 100%
}

    .next-cascader-menu.next-has-right-border {
        border-right: 1px solid #e1e1e1;
        border-right: var(--cascader-menu-border-width,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e1e1e1)
    }

.next-cascader-menu-item.next-expanded {
    color: #1047f5;
    color: var(--cascader-menu-item-expanded-color,#1047f5);
    background-color: #fff;
    background-color: var(--cascader-menu-item-expanded-background-color,#fff)
}

.next-cascader-menu-icon-right {
    position: absolute;
    top: 0;
    right: 10px;
    color: #666;
    color: var(--cascader-menu-icon-expand-color,#666)
}

    .next-cascader-menu-icon-right:hover {
        color: #666;
        color: var(--cascader-menu-icon-hover-expand-color,#666)
    }

.next-cascader-menu-icon-expand.next-icon .next-icon-remote, .next-cascader-menu-icon-expand.next-icon:before {
    width: 12px;
    width: var(--cascader-menu-icon-expand-size,12px);
    font-size: 12px;
    font-size: var(--cascader-menu-icon-expand-size,12px);
    line-height: inherit
}

.next-cascader-menu-icon-loading.next-icon .next-icon-remote, .next-cascader-menu-icon-loading.next-icon:before {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-cascader-menu-icon-loading.next-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-cascader-menu-icon-loading.next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
    color: #666;
    color: var(--cascader-menu-icon-hover-expand-color,#666)
}

.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5)
}

.next-cascader-filtered-list {
    height: 192px;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto
}

    .next-cascader-filtered-list .next-menu-item-inner {
        overflow: visible
    }

.next-cascader-filtered-item em {
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5);
    font-style: normal
}

.next-cascader[dir=rtl] .next-cascader-menu-wrapper {
    float: right;
    border-left: none;
    border-right: 1px solid #e1e1e1;
    border-right: var(--cascader-menu-border-width,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e1e1e1)
}

    .next-cascader[dir=rtl] .next-cascader-menu-wrapper:first-child {
        border-right: none
    }

.next-cascader[dir=rtl] .next-cascader-menu.next-has-right-border {
    border-right: none;
    border-left: 1px solid #e1e1e1;
    border-left: var(--cascader-menu-border-width,1px) var(--line-solid,solid) var(--cascader-menu-border-color,#e1e1e1)
}

.next-cascader[dir=rtl] .next-cascader-menu-icon-right {
    right: auto;
    left: 10px
}

.next-cascader-select, .next-cascader-select *, .next-cascader-select-dropdown, .next-cascader-select :after, .next-cascader-select :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-cascader-select-dropdown {
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14))
}

    .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 {
        display: block;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.next-cascader-select-not-found {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    color: #acacac;
    color: var(--color-text1-2,#acacac)
}

    .next-cascader-select-not-found .next-menu-item:hover {
        color: #acacac;
        color: var(--color-text1-2,#acacac);
        background: #fff;
        cursor: default
    }

.next-checkbox-wrapper[dir=rtl] {
    margin-right: 8px;
    margin-left: 0
}

    .next-checkbox-wrapper[dir=rtl]:first-child {
        margin-right: 0
    }

    .next-checkbox-wrapper[dir=rtl] > .next-checkbox-label {
        margin-right: 8px;
        margin-right: var(--checkbox-margin-left,8px);
        margin-left: 0
    }

.next-checkbox-wrapper {
    display: inline-block
}

    .next-checkbox-wrapper, .next-checkbox-wrapper *, .next-checkbox-wrapper :after, .next-checkbox-wrapper :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-checkbox-wrapper .next-checkbox {
            display: inline-block;
            position: relative;
            line-height: 1;
            vertical-align: middle
        }

        .next-checkbox-wrapper input[type=checkbox] {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 16px;
            width: var(--checkbox-size,16px);
            height: 16px;
            height: var(--checkbox-size,16px);
            margin: 0;
            cursor: pointer
        }

        .next-checkbox-wrapper .next-checkbox-inner {
            display: block;
            width: 16px;
            width: var(--checkbox-size,16px);
            height: 16px;
            height: var(--checkbox-size,16px);
            background: #fff;
            background: var(--checkbox-bg-color,#fff);
            border-radius: 2px;
            border-radius: var(--checkbox-border-radius,2px);
            border: 1px solid #a2a3a5;
            border: var(--checkbox-border-width,1px) solid var(--checkbox-border-color,#a2a3a5);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            text-align: left;
            -webkit-box-shadow: none;
            -webkit-box-shadow: var(--checkbox-shadow,none);
            box-shadow: none;
            box-shadow: var(--checkbox-shadow,none)
        }

            .next-checkbox-wrapper .next-checkbox-inner > .next-icon {
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                position: absolute;
                top: 0;
                opacity: 0;
                line-height: 16px;
                line-height: var(--checkbox-size,16px);
                -webkit-transition: all .1s linear;
                transition: all .1s linear;
                color: #fff;
                color: var(--checkbox-checked-circle-color,#fff);
                left: 2px;
                left: calc(var(--checkbox-size, 16px)/2 - var(--checkbox-circle-size, 12px)/2);
                margin-top: 1px;
                margin-left: 0
            }

                .next-checkbox-wrapper .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper .next-checkbox-inner > .next-icon:before {
                    width: 12px;
                    width: var(--checkbox-circle-size,12px);
                    font-size: 12px;
                    font-size: var(--checkbox-circle-size,12px);
                    line-height: inherit
                }

                .next-checkbox-wrapper .next-checkbox-inner > .next-icon:before {
                    vertical-align: top;
                    margin-top: 0
                }

            .next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-select-icon:before {
                content: "\E632";
                content: var(--checkbox-select-icon-content,"\E632")
            }

            .next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-semi-select-icon:before {
                content: "\E7B1";
                content: var(--checkbox-semi-select-icon-content,"\E7B1")
            }

        .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner {
            border-color: transparent;
            border-color: var(--checkbox-checked-border-color,transparent);
            background-color: #1047f5;
            background-color: var(--checkbox-checked-bg-color,#1047f5)
        }

            .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner:hover {
                border-color: transparent;
                border-color: var(--checkbox-checked-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 {
                opacity: 1;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                margin-left: 0
            }

                .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 {
                    width: 12px;
                    width: var(--checkbox-circle-size,12px);
                    font-size: 12px;
                    font-size: var(--checkbox-circle-size,12px);
                    line-height: inherit
                }

        .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner {
            border-color: transparent;
            border-color: var(--checkbox-checked-border-color,transparent);
            background-color: #1047f5;
            background-color: var(--checkbox-checked-bg-color,#1047f5)
        }

            .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner:hover {
                border-color: transparent;
                border-color: var(--checkbox-checked-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 {
                opacity: 1;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                margin-left: 0
            }

                .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 {
                    width: 12px;
                    width: var(--checkbox-circle-size,12px);
                    font-size: 12px;
                    font-size: var(--checkbox-circle-size,12px);
                    line-height: inherit
                }

        .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 {
            border-color: #1047f5;
            border-color: var(--checkbox-hovered-border-color,#1047f5);
            background-color: #eef3ff;
            background-color: var(--checkbox-hovered-bg-color,#eef3ff)
        }

        .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 {
            border-color: transparent;
            border-color: var(--checkbox-checked-hovered-border-color,transparent);
            background-color: #0c38c4;
            background-color: var(--checkbox-checked-hovered-bg-color,#0c38c4)
        }

            .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon {
                color: #fff;
                color: var(--checkbox-checked-hovered-circle-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 {
            border-color: #c8c8c8;
            border-color: var(--checkbox-disabled-border-color,#c8c8c8);
            background: #e1e1e1;
            background: var(--checkbox-disabled-bg-color,#e1e1e1)
        }

            .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: #c8c8c8;
                border-color: var(--checkbox-disabled-border-color,#c8c8c8)
            }

            .next-checkbox-wrapper.disabled.checked .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner > .next-icon {
                color: #666;
                color: var(--checkbox-disabled-circle-color,#666);
                opacity: 1
            }

        .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner {
            border-color: #c8c8c8;
            border-color: var(--checkbox-disabled-border-color,#c8c8c8);
            background: #e1e1e1;
            background: var(--checkbox-disabled-bg-color,#e1e1e1)
        }

            .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner > .next-icon {
                color: #666;
                color: var(--checkbox-disabled-circle-color,#666);
                opacity: 1
            }

        .next-checkbox-wrapper.disabled .next-checkbox-label {
            color: #333;
            color: var(--checkbox-disabled-label-color,#333);
            cursor: not-allowed
        }

.next-checkbox-group .next-checkbox-wrapper {
    display: inline-block;
    margin-right: 12px
}

    .next-checkbox-group .next-checkbox-wrapper:last-child {
        margin-right: 0
    }

.next-checkbox-group-ver .next-checkbox-wrapper {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px
}

.next-checkbox-label {
    font-size: 14px;
    font-size: var(--checkbox-font-size,14px);
    color: #333;
    color: var(--checkbox-label-color,#333);
    vertical-align: middle;
    margin: 0 0 0 8px;
    margin-left: var(--checkbox-margin-left,8px);
    margin-right: 8px;
    margin-right: var(--checkbox-margin-left,8px);
    line-height: 1
}

.next-collapse[dir=rtl] .next-collapse-panel-title {
    padding: 12px 40px 12px 0;
    padding: var(--collapse-title-padding-tb,12px) 40px var(--collapse-title-padding-tb,12px) 0
}

.next-collapse[dir=rtl] .next-collapse-panel-icon {
    left: inherit;
    right: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 0
}

    .next-collapse[dir=rtl] .next-collapse-panel-icon .next-icon-remote, .next-collapse[dir=rtl] .next-collapse-panel-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

.next-collapse {
    border: 0 solid #e1e1e1;
    border: var(--collapse-border-width,0) solid var(--collapse-border-color,#e1e1e1);
    border-radius: 4px;
    border-radius: var(--collapse-border-corner,4px)
}

    .next-collapse, .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 #e1e1e1;
    border-top: var(--collapse-title-border-width,1px) solid var(--collapse-panel-border-color,#e1e1e1)
}

.next-collapse .next-collapse-panel-icon {
    position: absolute;
    color: #666;
    color: var(--collapse-icon-color,#666);
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    left: 12px;
    margin-top: -2px;
    margin-left: 0;
    margin-right: 0
}

    .next-collapse .next-collapse-panel-icon .next-icon-remote, .next-collapse .next-collapse-panel-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

.next-collapse-panel-title {
    position: relative;
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    background: #fff;
    background: var(--collapse-title-bg-color,#fff);
    font-size: 14px;
    font-size: var(--collapse-title-font-size,14px);
    font-weight: 400;
    font-weight: var(--collapse-title-font-weight,normal);
    color: #000;
    color: var(--collapse-title-font-color,#000);
    cursor: pointer;
    padding: 12px 0 12px 40px;
    padding: var(--collapse-title-padding-tb,12px) 0 var(--collapse-title-padding-tb,12px) 40px;
    -webkit-transition: background .1s linear;
    transition: background .1s linear
}

    .next-collapse-panel-title:hover {
        background: #fff;
        background: var(--collapse-title-hover-bg-color,#fff);
        color: #1047f5;
        color: var(--collapse-title-hover-font-color,#1047f5);
        font-weight: 400;
        font-weight: var(--collapse-title-hover-font-weight,normal)
    }

        .next-collapse-panel-title:hover .next-collapse-panel-icon {
            color: #1047f5;
            color: var(--collapse-icon-hover-color,#1047f5)
        }

.next-collapse-panel-content {
    height: 0;
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    padding: 0 40px;
    padding: 0 var(--collapse-content-padding-x,40px);
    background: #f8f8f8;
    background: var(--collapse-content-bg-color,#f8f8f8);
    font-size: 14px;
    font-size: var(--collapse-content-font-size,14px);
    color: #333;
    color: var(--collapse-content-color,#333);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.next-collapse-panel-expanded > .next-collapse-panel-content {
    display: block;
    padding: 20px 40px;
    padding: var(--collapse-content-padding-y,20px) var(--collapse-content-padding-x,40px);
    height: auto;
    opacity: 1
}

.next-collapse .next-collapse-unfold-icon:before {
    content: "\E625";
    content: var(--collapse-unfold-icon-content,"\E625")
}

.next-collapse-panel-hidden > .next-collapse-panel-content {
    overflow: hidden
}

.next-collapse .next-collapse-panel-icon:before {
    content: "\E619";
    content: var(--collapse-fold-icon-content,"\E619")
}

.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before {
    content: "\E625";
    content: var(--collapse-unfold-icon-content,"\E625")
}

.next-collapse-disabled, .next-collapse-panel-disabled:not(:first-child) {
    border-color: #e1e1e1;
    border-color: var(--collapse-disabled-border-color,#e1e1e1)
}

.next-collapse-panel-disabled > .next-collapse-panel-title {
    cursor: not-allowed;
    background: #f3f3f3;
    background: var(--collapse-title-disabled-bg-color,#f3f3f3)
}

.next-collapse-panel-disabled .next-collapse-panel-icon, .next-collapse-panel-disabled > .next-collapse-panel-title {
    color: #666;
    color: var(--collapse-title-font-disabled-color,#666)
}

.next-collapse-panel-disabled .next-collapse-panel-title:hover {
    font-weight: 400;
    font-weight: var(--collapse-title-font-weight,normal)
}

    .next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon, .next-collapse-panel-disabled:hover {
        color: #666;
        color: var(--collapse-title-font-disabled-color,#666)
    }

.next-collapse-panel-disabled:hover {
    background: #f3f3f3;
    background: var(--collapse-title-disabled-bg-color,#f3f3f3)
}

.next-time-picker-menu {
    float: left;
    text-align: center
}

    .next-time-picker-menu:not(:last-child) {
        border-right: 1px solid #e1e1e1;
        border-right: var(--time-picker-menu-border-width,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e1e1e1)
    }

.next-time-picker-menu-title {
    cursor: default;
    height: 28px;
    height: var(--time-picker-menu-title-height,28px);
    line-height: 28px;
    line-height: var(--time-picker-menu-title-height,28px);
    font-size: 12px;
    font-size: var(--time-picker-menu-title-font-size,12px);
    font-weight: 400;
    font-weight: var(--time-pikcer-menu-title-font-weight,normal);
    color: #666;
    color: var(--time-picker-menu-title-color,#666);
    background: #f8f8f8;
    background: var(--time-picker-menu-title-background,#f8f8f8)
}

.next-time-picker-menu ul {
    position: relative;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: var(--time-picker-menu-item-font-size,14px);
    height: 196px;
    height: calc(var(--time-picker-menu-item-height, 28px)*7)
}

.next-time-picker-menu-item {
    cursor: pointer;
    height: 28px;
    height: var(--time-picker-menu-item-height,28px);
    line-height: 28px;
    line-height: var(--time-picker-menu-item-height,28px);
    -webkit-transition: background .1s linear;
    transition: background .1s linear;
    color: #333;
    color: var(--time-picker-menu-item-color,#333);
    background: #fff;
    background: var(--time-picker-menu-item-background,#fff);
    outline: none
}

    .next-time-picker-menu-item:hover {
        color: #333;
        color: var(--time-picker-menu-item-color-hover,#333);
        background: #f8f8f8;
        background: var(--time-picker-menu-item-background-hover,#f8f8f8)
    }

    .next-time-picker-menu-item.next-selected {
        font-weight: 600;
        font-weight: var(--time-picker-menu-item-font-weight-selected,600);
        color: #1047f5;
        color: var(--time-picker-menu-item-color-selected,#1047f5);
        background: #fff;
        background: var(--time-picker-menu-item-background-selected,#fff)
    }

    .next-time-picker-menu-item.next-disabled {
        cursor: not-allowed;
        color: #000;
        color: var(--time-picker-menu-item-color-disabled,#000);
        background: #f3f3f3;
        background: var(--time-picker-menu-item-background-disabled,#f3f3f3)
    }

.next-time-picker-panel, .next-time-picker-panel *, .next-time-picker-panel :after, .next-time-picker-panel :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .next-time-picker-panel:after {
        visibility: hidden;
        display: block;
        height: 0;
        font-size: 0;
        content: " ";
        clear: both
    }

.next-time-picker-panel-header {
    border-bottom: 1px solid transparent;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--popup-local-border-color,transparent)
}

.next-time-picker-panel-input.next-input {
    width: 100%;
    padding: 6px;
    border-color: transparent;
    vertical-align: middle
}

.next-time-picker-panel-col-3 .next-time-picker-menu {
    width: 33.33333%
}

.next-time-picker-panel-col-2 .next-time-picker-menu {
    width: 50%
}

.next-time-picker-panel-col-1 .next-time-picker-menu {
    width: 100%
}

.next-time-picker-body[dir=rtl] .next-time-picker-menu {
    float: right
}

    .next-time-picker-body[dir=rtl] .next-time-picker-menu:not(:last-child) {
        border-right: none;
        border-left: 1px solid #e1e1e1;
        border-left: var(--time-picker-menu-border-width,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e1e1e1)
    }

.next-time-picker {
    display: inline-block;
    width: 200px
}

    .next-time-picker, .next-time-picker *, .next-time-picker :after, .next-time-picker :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-time-picker-trigger .next-input {
    width: 100%
}

.next-time-picker-body {
    overflow: hidden;
    width: 200px;
    width: var(--time-picker-panel-width,200px);
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    background: #fff;
    background: var(--time-picker-panel-background,#fff);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14))
}

.next-time-picker-symbol-clock-icon:before {
    content: "\E621";
    content: var(--time-picker-clock-icon,"\E621")
}

.next-range-picker-panel-input-separator, .next-range-picker-trigger-separator {
    cursor: default;
    display: inline-block;
    text-align: center;
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    width: 16px;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    vertical-align: middle
}

.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 {
    width: 100%;
    background: transparent
}

.next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input {
    width: 49%
}

    .next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
        margin-right: 2%
    }

.next-range-picker {
    display: inline-block;
    width: 336px
}

.next-range-picker-input {
    width: 100%
}

.next-range-picker-trigger {
    border: 1px solid #c8c8c8;
    border: var(--input-border-width,1px) solid var(--input-border-color,#c8c8c8);
    background-color: #fff;
    background-color: var(--input-bg-color,#fff)
}

    .next-range-picker-trigger:hover {
        border-color: #1047f5;
        border-color: var(--input-hover-border-color,#1047f5);
        background-color: #fff;
        background-color: var(--input-hover-bg-color,#fff)
    }

    .next-range-picker-trigger.next-error {
        border-color: #f33200;
        border-color: var(--input-feedback-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 {
    color: #666;
    color: var(--input-disabled-color,#666);
    cursor: not-allowed
}

    .next-range-picker.next-disabled .next-range-picker-trigger, .next-range-picker.next-disabled .next-range-picker-trigger:hover {
        border-color: #e1e1e1;
        border-color: var(--input-disabled-border-color,#e1e1e1);
        background-color: #f3f3f3;
        background-color: var(--input-disabled-bg-color,#f3f3f3)
    }

.next-range-picker.next-large .next-range-picker-panel-input, .next-range-picker.next-large .next-range-picker-trigger {
    border-radius: 4px;
    border-radius: var(--form-element-large-corner,4px)
}

.next-range-picker.next-medium .next-range-picker-panel-input, .next-range-picker.next-medium .next-range-picker-trigger {
    border-radius: 4px;
    border-radius: var(--form-element-medium-corner,4px)
}

.next-range-picker.next-small .next-range-picker-panel-input, .next-range-picker.next-small .next-range-picker-trigger {
    border-radius: 4px;
    border-radius: var(--form-element-small-corner,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 {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start {
    width: 50%;
    float: left
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start {
    border-right: 1px solid #c8c8c8;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--date-picker-panel-time-panel-separator-color,#c8c8c8)
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
    border-left: 1px solid #c8c8c8;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--date-picker-panel-time-panel-separator-color,#c8c8c8)
}

.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-right: 0;
        margin-left: 16px
    }

.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
    margin-left: 2%;
    margin-right: 0
}

.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-time-picker-menu {
    float: right
}

    .next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-time-picker-menu:not(:last-child) {
        border-right: none;
        border-left: 1px solid #e1e1e1;
        border-left: var(--time-picker-menu-border-width,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e1e1e1)
    }

.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-right: 0;
        margin-left: 16px
    }

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
    margin-right: 0;
    margin-left: 8px
}

.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-right: none;
    border-left: 1px solid #c8c8c8;
    border-left: var(--line-1,1px) var(--line-solid,solid) var(--date-picker-panel-time-panel-separator-color,#c8c8c8)
}

.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 #c8c8c8;
    border-right: var(--line-1,1px) var(--line-solid,solid) var(--date-picker-panel-time-panel-separator-color,#c8c8c8)
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu {
    float: right
}

    .next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu:not(:last-child) {
        border-right: none;
        border-left: 1px solid #e1e1e1;
        border-left: var(--time-picker-menu-border-width,1px) var(--line-solid,solid) var(--time-picker-menu-border-color,#e1e1e1)
    }

.next-date-picker, .next-date-picker *, .next-date-picker :after, .next-date-picker :before, .next-month-picker, .next-month-picker *, .next-month-picker :after, .next-month-picker :before, .next-range-picker, .next-range-picker *, .next-range-picker :after, .next-range-picker :before, .next-week-picker, .next-week-picker *, .next-week-picker :after, .next-week-picker :before, .next-year-picker, .next-year-picker *, .next-year-picker :after, .next-year-picker :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-date-picker-body, .next-month-picker-body, .next-range-picker-body, .next-week-picker-body, .next-year-picker-body {
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    background: #fff;
    background: var(--date-picker-panel-background,#fff)
}

.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-footer, .next-date-picker-panel-time, .next-month-picker-panel-footer, .next-month-picker-panel-time, .next-range-picker-panel-footer, .next-range-picker-panel-time, .next-week-picker-panel-footer, .next-week-picker-panel-time, .next-year-picker-panel-footer, .next-year-picker-panel-time {
    border-top: 0 solid transparent;
    border-top: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,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 {
    text-align: right;
    padding: 12px;
    padding: var(--date-picker-panel-footer-padding-tb,12px) var(--date-picker-panel-footer-padding-lr,12px)
}

    .next-date-picker-panel-footer > .next-btn:not(:last-child), .next-date-picker-panel-tools > .next-btn:not(:last-child), .next-month-picker-panel-footer > .next-btn:not(:last-child), .next-month-picker-panel-tools > .next-btn:not(:last-child), .next-range-picker-panel-footer > .next-btn:not(:last-child), .next-range-picker-panel-tools > .next-btn:not(:last-child), .next-week-picker-panel-footer > .next-btn:not(:last-child), .next-week-picker-panel-tools > .next-btn:not(:last-child), .next-year-picker-panel-footer > .next-btn:not(:last-child), .next-year-picker-panel-tools > .next-btn:not(:last-child) {
        margin-right: 16px
    }

.next-date-picker-panel-tools, .next-month-picker-panel-tools, .next-range-picker-panel-tools, .next-week-picker-panel-tools, .next-year-picker-panel-tools {
    float: left
}

.next-date-picker .next-calendar-panel-header, .next-month-picker .next-calendar-panel-header, .next-range-picker .next-calendar-panel-header, .next-week-picker .next-calendar-panel-header, .next-year-picker .next-calendar-panel-header {
    margin-left: 0;
    margin-left: calc(0px - var(--popup-local-border-width, 0px));
    margin-right: 0;
    margin-right: calc(0px - var(--popup-local-border-width, 0px))
}

.next-date-picker .next-input input, .next-month-picker .next-input input, .next-range-picker .next-input input, .next-week-picker .next-input input, .next-year-picker .next-input input {
    vertical-align: baseline
}

.next-date-picker-symbol-calendar-icon:before, .next-month-picker-symbol-calendar-icon:before, .next-range-picker-symbol-calendar-icon:before, .next-week-picker-symbol-calendar-icon:before, .next-year-picker-symbol-calendar-icon:before {
    content: "\E607";
    content: var(--date-picker-calendar-icon,"\E607")
}

.next-range-picker-panel-body .next-calendar {
    display: inline-block;
    width: 50%
}

.next-message {
    position: relative;
    display: block;
    vertical-align: baseline;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

    .next-message, .next-message *, .next-message :after, .next-message :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-message:after {
            visibility: hidden;
            display: block;
            height: 0;
            font-size: 0;
            content: " ";
            clear: both
        }

        .next-message .next-message-close {
            color: #666;
            color: var(--message-close-icon-color,#666);
            font-size: 0;
            position: absolute;
            cursor: pointer
        }

            .next-message .next-message-close .next-icon-close {
                width: 12px;
                height: 12px;
                line-height: 1em
            }

                .next-message .next-message-close .next-icon-close:before {
                    width: 12px;
                    height: 12px;
                    font-size: 12px;
                    line-height: 1em
                }

            .next-message .next-message-close:hover {
                color: #1047f5;
                color: var(--message-hover-close-icon-color,#1047f5)
            }

        .next-message.next-message-success.next-inline {
            background-color: #eefaf5;
            background-color: var(--message-success-color-bg-inline,#eefaf5);
            border-color: #eefaf5;
            border-color: var(--message-success-color-border-inline,#eefaf5);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-success.next-inline .next-message-title {
                color: #000;
                color: var(--message-success-color-title-inline,#000)
            }

            .next-message.next-message-success.next-inline .next-message-content {
                color: #333;
                color: var(--message-success-color-content-inline,#333)
            }

            .next-message.next-message-success.next-inline .next-message-symbol {
                color: #04c3b3;
                color: var(--message-success-color-icon-inline,#04c3b3)
            }

            .next-message.next-message-success.next-inline .next-message-symbol-icon:before {
                content: "\E79C";
                content: var(--message-success-icon-content,"\E79C")
            }

        .next-message.next-message-success.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-success.next-addon .next-message-title {
                color: #000;
                color: var(--message-success-color-title-addon,#000)
            }

            .next-message.next-message-success.next-addon .next-message-content {
                color: #333;
                color: var(--message-success-color-content-addon,#333)
            }

            .next-message.next-message-success.next-addon .next-message-symbol {
                color: #04c3b3;
                color: var(--message-success-color-icon-addon,#04c3b3)
            }

            .next-message.next-message-success.next-addon .next-message-symbol-icon:before {
                content: "\E79C";
                content: var(--message-success-icon-content,"\E79C")
            }

        .next-message.next-message-success.next-toast {
            background-color: #fff;
            background-color: var(--message-success-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-success-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-success.next-toast .next-message-title {
                color: #000;
                color: var(--message-success-color-title-toast,#000)
            }

            .next-message.next-message-success.next-toast .next-message-content {
                color: #333;
                color: var(--message-success-color-content-toast,#333)
            }

            .next-message.next-message-success.next-toast .next-message-symbol {
                color: #04c3b3;
                color: var(--message-success-color-icon-toast,#04c3b3)
            }

            .next-message.next-message-success.next-toast .next-message-symbol-icon:before {
                content: "\E79C";
                content: var(--message-success-icon-content,"\E79C")
            }

        .next-message.next-message-warning.next-inline {
            background-color: #fff5ed;
            background-color: var(--message-warning-color-bg-inline,#fff5ed);
            border-color: #fff5ed;
            border-color: var(--message-warning-color-border-inline,#fff5ed);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-warning.next-inline .next-message-title {
                color: #000;
                color: var(--message-warning-color-title-inline,#000)
            }

            .next-message.next-message-warning.next-inline .next-message-content {
                color: #333;
                color: var(--message-warning-color-content-inline,#333)
            }

            .next-message.next-message-warning.next-inline .next-message-symbol {
                color: #ff6a00;
                color: var(--message-warning-color-icon-inline,#ff6a00)
            }

            .next-message.next-message-warning.next-inline .next-message-symbol-icon:before {
                content: "\E7F0";
                content: var(--message-warning-icon-content,"\E7F0")
            }

        .next-message.next-message-warning.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-warning.next-addon .next-message-title {
                color: #000;
                color: var(--message-warning-color-title-addon,#000)
            }

            .next-message.next-message-warning.next-addon .next-message-content {
                color: #333;
                color: var(--message-warning-color-content-addon,#333)
            }

            .next-message.next-message-warning.next-addon .next-message-symbol {
                color: #ff6a00;
                color: var(--message-warning-color-icon-addon,#ff6a00)
            }

            .next-message.next-message-warning.next-addon .next-message-symbol-icon:before {
                content: "\E7F0";
                content: var(--message-warning-icon-content,"\E7F0")
            }

        .next-message.next-message-warning.next-toast {
            background-color: #fff;
            background-color: var(--message-warning-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-warning-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-warning.next-toast .next-message-title {
                color: #000;
                color: var(--message-warning-color-title-toast,#000)
            }

            .next-message.next-message-warning.next-toast .next-message-content {
                color: #333;
                color: var(--message-warning-color-content-toast,#333)
            }

            .next-message.next-message-warning.next-toast .next-message-symbol {
                color: #ff6a00;
                color: var(--message-warning-color-icon-toast,#ff6a00)
            }

            .next-message.next-message-warning.next-toast .next-message-symbol-icon:before {
                content: "\E7F0";
                content: var(--message-warning-icon-content,"\E7F0")
            }

        .next-message.next-message-error.next-inline {
            background-color: #fff5f5;
            background-color: var(--message-error-color-bg-inline,#fff5f5);
            border-color: #fff5f5;
            border-color: var(--message-error-color-border-inline,#fff5f5);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-error.next-inline .next-message-title {
                color: #000;
                color: var(--message-error-color-title-inline,#000)
            }

            .next-message.next-message-error.next-inline .next-message-content {
                color: #333;
                color: var(--message-error-color-content-inline,#333)
            }

            .next-message.next-message-error.next-inline .next-message-symbol {
                color: #f33200;
                color: var(--message-error-color-icon-inline,#f33200)
            }

            .next-message.next-message-error.next-inline .next-message-symbol-icon:before {
                content: "\E79B";
                content: var(--message-error-icon-content,"\E79B")
            }

        .next-message.next-message-error.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-error.next-addon .next-message-title {
                color: #000;
                color: var(--message-error-color-title-addon,#000)
            }

            .next-message.next-message-error.next-addon .next-message-content {
                color: #333;
                color: var(--message-error-color-content-addon,#333)
            }

            .next-message.next-message-error.next-addon .next-message-symbol {
                color: #f33200;
                color: var(--message-error-color-icon-addon,#f33200)
            }

            .next-message.next-message-error.next-addon .next-message-symbol-icon:before {
                content: "\E79B";
                content: var(--message-error-icon-content,"\E79B")
            }

        .next-message.next-message-error.next-toast {
            background-color: #fff;
            background-color: var(--message-error-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-error-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-error.next-toast .next-message-title {
                color: #000;
                color: var(--message-error-color-title-toast,#000)
            }

            .next-message.next-message-error.next-toast .next-message-content {
                color: #333;
                color: var(--message-error-color-content-toast,#333)
            }

            .next-message.next-message-error.next-toast .next-message-symbol {
                color: #f33200;
                color: var(--message-error-color-icon-toast,#f33200)
            }

            .next-message.next-message-error.next-toast .next-message-symbol-icon:before {
                content: "\E79B";
                content: var(--message-error-icon-content,"\E79B")
            }

        .next-message.next-message-notice.next-inline {
            background-color: #eef3ff;
            background-color: var(--message-notice-color-bg-inline,#eef3ff);
            border-color: #eef3ff;
            border-color: var(--message-notice-color-border-inline,#eef3ff);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-notice.next-inline .next-message-title {
                color: #000;
                color: var(--message-notice-color-title-inline,#000)
            }

            .next-message.next-message-notice.next-inline .next-message-content {
                color: #333;
                color: var(--message-notice-color-content-inline,#333)
            }

            .next-message.next-message-notice.next-inline .next-message-symbol {
                color: #1047f5;
                color: var(--message-notice-color-icon-inline,#1047f5)
            }

            .next-message.next-message-notice.next-inline .next-message-symbol-icon:before {
                content: "\E60C";
                content: var(--message-notice-icon-content,"\E60C")
            }

        .next-message.next-message-notice.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-notice.next-addon .next-message-title {
                color: #000;
                color: var(--message-notice-color-title-addon,#000)
            }

            .next-message.next-message-notice.next-addon .next-message-content {
                color: #333;
                color: var(--message-notice-color-content-addon,#333)
            }

            .next-message.next-message-notice.next-addon .next-message-symbol {
                color: #1047f5;
                color: var(--message-notice-color-icon-addon,#1047f5)
            }

            .next-message.next-message-notice.next-addon .next-message-symbol-icon:before {
                content: "\E60C";
                content: var(--message-notice-icon-content,"\E60C")
            }

        .next-message.next-message-notice.next-toast {
            background-color: #fff;
            background-color: var(--message-notice-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-notice-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-notice.next-toast .next-message-title {
                color: #000;
                color: var(--message-notice-color-title-toast,#000)
            }

            .next-message.next-message-notice.next-toast .next-message-content {
                color: #333;
                color: var(--message-notice-color-content-toast,#333)
            }

            .next-message.next-message-notice.next-toast .next-message-symbol {
                color: #1047f5;
                color: var(--message-notice-color-icon-toast,#1047f5)
            }

            .next-message.next-message-notice.next-toast .next-message-symbol-icon:before {
                content: "\E60C";
                content: var(--message-notice-icon-content,"\E60C")
            }

        .next-message.next-message-help.next-inline {
            background-color: #eefaf5;
            background-color: var(--message-help-color-bg-inline,#eefaf5);
            border-color: #eefaf5;
            border-color: var(--message-help-color-border-inline,#eefaf5);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-help.next-inline .next-message-title {
                color: #000;
                color: var(--message-help-color-title-inline,#000)
            }

            .next-message.next-message-help.next-inline .next-message-content {
                color: #333;
                color: var(--message-help-color-content-inline,#333)
            }

            .next-message.next-message-help.next-inline .next-message-symbol {
                color: #04c3b3;
                color: var(--message-help-color-icon-inline,#04c3b3)
            }

            .next-message.next-message-help.next-inline .next-message-symbol-icon:before {
                content: "\E7E7";
                content: var(--message-help-icon-content,"\E7E7")
            }

        .next-message.next-message-help.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-help.next-addon .next-message-title {
                color: #000;
                color: var(--message-help-color-title-addon,#000)
            }

            .next-message.next-message-help.next-addon .next-message-content {
                color: #333;
                color: var(--message-help-color-content-addon,#333)
            }

            .next-message.next-message-help.next-addon .next-message-symbol {
                color: #04c3b3;
                color: var(--message-help-color-icon-addon,#04c3b3)
            }

            .next-message.next-message-help.next-addon .next-message-symbol-icon:before {
                content: "\E7E7";
                content: var(--message-help-icon-content,"\E7E7")
            }

        .next-message.next-message-help.next-toast {
            background-color: #fff;
            background-color: var(--message-help-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-help-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-help.next-toast .next-message-title {
                color: #000;
                color: var(--message-help-color-title-toast,#000)
            }

            .next-message.next-message-help.next-toast .next-message-content {
                color: #333;
                color: var(--message-help-color-content-toast,#333)
            }

            .next-message.next-message-help.next-toast .next-message-symbol {
                color: #04c3b3;
                color: var(--message-help-color-icon-toast,#04c3b3)
            }

            .next-message.next-message-help.next-toast .next-message-symbol-icon:before {
                content: "\E7E7";
                content: var(--message-help-icon-content,"\E7E7")
            }

        .next-message.next-message-loading.next-inline {
            background-color: #fff;
            background-color: var(--message-loading-color-bg-inline,#fff);
            border-color: #fff;
            border-color: var(--message-loading-color-border-inline,#fff);
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style,solid)
        }

            .next-message.next-message-loading.next-inline .next-message-title {
                color: #000;
                color: var(--message-loading-color-title-inline,#000)
            }

            .next-message.next-message-loading.next-inline .next-message-content {
                color: #333;
                color: var(--message-loading-color-content-inline,#333)
            }

            .next-message.next-message-loading.next-inline .next-message-symbol {
                color: #1047f5;
                color: var(--message-loading-color-icon-inline,#1047f5)
            }

            .next-message.next-message-loading.next-inline .next-message-symbol-icon:before {
                content: "\E646";
                content: var(--message-loading-icon-content,"\E646");
                -webkit-animation: loadingCircle 1s linear infinite;
                animation: loadingCircle 1s linear infinite
            }

        .next-message.next-message-loading.next-addon {
            background-color: transparent;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-loading.next-addon .next-message-title {
                color: #000;
                color: var(--message-loading-color-title-addon,#000)
            }

            .next-message.next-message-loading.next-addon .next-message-content {
                color: #333;
                color: var(--message-loading-color-content-addon,#333)
            }

            .next-message.next-message-loading.next-addon .next-message-symbol {
                color: #1047f5;
                color: var(--message-loading-color-icon-addon,#1047f5)
            }

            .next-message.next-message-loading.next-addon .next-message-symbol-icon:before {
                content: "\E646";
                content: var(--message-loading-icon-content,"\E646");
                -webkit-animation: loadingCircle 1s linear infinite;
                animation: loadingCircle 1s linear infinite
            }

        .next-message.next-message-loading.next-toast {
            background-color: #fff;
            background-color: var(--message-loading-color-bg-toast,#fff);
            border-color: #fff;
            border-color: var(--message-loading-color-border-toast,#fff);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            border-style: solid;
            border-style: var(--message-border-style-toast,solid)
        }

            .next-message.next-message-loading.next-toast .next-message-title {
                color: #000;
                color: var(--message-loading-color-title-toast,#000)
            }

            .next-message.next-message-loading.next-toast .next-message-content {
                color: #333;
                color: var(--message-loading-color-content-toast,#333)
            }

            .next-message.next-message-loading.next-toast .next-message-symbol {
                color: #1047f5;
                color: var(--message-loading-color-icon-toast,#1047f5)
            }

            .next-message.next-message-loading.next-toast .next-message-symbol-icon:before {
                content: "\E646";
                content: var(--message-loading-icon-content,"\E646");
                -webkit-animation: loadingCircle 1s linear infinite;
                animation: loadingCircle 1s linear infinite
            }

        .next-message.next-medium {
            border-width: 1px;
            border-width: var(--message-size-m-border-width,1px);
            padding: 12px;
            padding: var(--message-size-m-padding,12px)
        }

            .next-message.next-medium .next-message-symbol {
                float: left;
                line-height: 16px;
                line-height: var(--message-size-m-icon,16px)
            }

                .next-message.next-medium .next-message-symbol .next-icon-remote, .next-message.next-medium .next-message-symbol:before {
                    width: 16px;
                    width: var(--message-size-m-icon,16px);
                    font-size: 16px;
                    font-size: var(--message-size-m-icon,16px);
                    line-height: inherit
                }

            .next-message.next-medium .next-message-title {
                font-size: 14px;
                font-size: var(--message-size-m-title-font,14px);
                line-height: 14px;
                line-height: var(--message-size-m-title-font,14px)
            }

            .next-message.next-medium .next-message-content, .next-message.next-medium .next-message-title {
                padding: 0 12px 0 28px;
                padding: 0 var(--message-size-m-title-content-padding-right,12px) 0 calc(var(--message-size-m-title-content-padding-left, 12px) + var(--message-size-m-icon, 16px))
            }

            .next-message.next-medium .next-message-content {
                margin-top: 8px;
                margin-top: var(--message-size-m-content-margin-top,8px);
                font-size: 12px;
                font-size: var(--message-size-m-content-font,12px);
                line-height: 1.5;
                line-height: var(--font-lineheight-2,1.5)
            }

            .next-message.next-medium .next-message-symbol + .next-message-content {
                margin-top: 0
            }

            .next-message.next-medium.next-only-content .next-message-content, .next-message.next-medium.next-title-content .next-message-title {
                line-height: 16px;
                line-height: var(--message-size-m-icon,16px)
            }

            .next-message.next-medium .next-message-close {
                top: 12px;
                top: var(--message-size-m-close-top,12px);
                right: 12px;
                right: var(--message-size-m-close-right,12px)
            }

            .next-message.next-medium.next-inline {
                border-radius: 4px;
                border-radius: var(--message-size-m-border-radius,4px)
            }

            .next-message.next-medium.next-toast {
                border-radius: 4px;
                border-radius: var(--message-size-m-border-radius-toast,4px)
            }

        .next-message.next-large {
            border-width: 2px;
            border-width: var(--message-size-l-border-width,2px);
            padding: 16px;
            padding: var(--message-size-l-padding,16px)
        }

            .next-message.next-large .next-message-symbol {
                float: left;
                line-height: 20px;
                line-height: var(--message-size-l-icon,20px)
            }

                .next-message.next-large .next-message-symbol .next-icon-remote, .next-message.next-large .next-message-symbol:before {
                    width: 20px;
                    width: var(--message-size-l-icon,20px);
                    font-size: 20px;
                    font-size: var(--message-size-l-icon,20px);
                    line-height: inherit
                }

            .next-message.next-large .next-message-title {
                font-size: 18px;
                font-size: var(--message-size-l-title-font,18px);
                line-height: 18px;
                line-height: var(--message-size-l-title-font,18px)
            }

            .next-message.next-large .next-message-content, .next-message.next-large .next-message-title {
                padding: 0 20px 0 32px;
                padding: 0 var(--message-size-l-title-content-padding-right,20px) 0 calc(var(--message-size-l-title-content-padding-left, 12px) + var(--message-size-l-icon, 20px))
            }

            .next-message.next-large .next-message-content {
                margin-top: 12px;
                margin-top: var(--message-size-l-content-margin-top,12px);
                font-size: 14px;
                font-size: var(--message-size-l-content-font,14px);
                line-height: 1.5;
                line-height: var(--font-lineheight-2,1.5)
            }

            .next-message.next-large .next-message-symbol + .next-message-content {
                margin-top: 0
            }

            .next-message.next-large.next-only-content .next-message-content, .next-message.next-large.next-title-content .next-message-title {
                line-height: 20px;
                line-height: var(--message-size-l-icon,20px)
            }

            .next-message.next-large .next-message-close {
                top: 12px;
                top: var(--message-size-l-close-top,12px);
                right: 12px;
                right: var(--message-size-l-close-right,12px)
            }

            .next-message.next-large.next-inline {
                border-radius: 4px;
                border-radius: var(--message-size-l-border-radius,4px)
            }

            .next-message.next-large.next-toast {
                border-radius: 4px;
                border-radius: var(--message-size-l-border-radius-toast,4px)
            }

        .next-message[dir=rtl] .next-message-symbol {
            float: right
        }

        .next-message[dir=rtl].next-medium .next-message-title {
            padding: 0 28px 0 12px;
            padding: 0 calc(var(--message-size-m-title-content-padding-left, 12px) + var(--message-size-m-icon, 16px)) 0 var(--message-size-m-title-content-padding-right,12px)
        }

        .next-message[dir=rtl].next-medium .next-message-close {
            left: 12px;
            left: var(--message-size-m-close-right,12px);
            right: auto
        }

        .next-message[dir=rtl].next-large .next-message-title {
            padding: 0 32px 0 20px;
            padding: 0 calc(var(--message-size-l-title-content-padding-left, 12px) + var(--message-size-l-icon, 20px)) 0 var(--message-size-l-title-content-padding-right,20px)
        }

        .next-message[dir=rtl].next-large .next-message-close {
            left: 12px;
            left: var(--message-size-l-close-right,12px);
            right: auto
        }

.next-message-wrapper-v2 {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    z-index: 1001;
    width: 100%;
    pointer-events: none
}

.next-message-list {
    padding: 8px;
    text-align: center
}

    .next-message-list .next-message {
        display: inline-block;
        pointer-events: all
    }

.next-message-fade-leave {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

    .next-message-fade-leave.next-message-fade-leave-active {
        -webkit-animation-name: MessageFadeOut;
        animation-name: MessageFadeOut;
        -webkit-animation-play-state: running;
        animation-play-state: running
    }

@-webkit-keyframes MessageFadeOut {
    0% {
        max-height: 150px;
        margin-bottom: 16px;
        opacity: 1
    }

    to {
        max-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0
    }
}

@keyframes MessageFadeOut {
    0% {
        max-height: 150px;
        margin-bottom: 16px;
        opacity: 1
    }

    to {
        max-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0
    }
}

.next-dialog[dir=rtl], .next-dialog[dir=rtl] .next-dialog-footer.next-align-left {
    text-align: right
}

    .next-dialog[dir=rtl] .next-dialog-footer.next-align-center {
        text-align: center
    }

    .next-dialog[dir=rtl] .next-dialog-footer.next-align-right {
        text-align: left
    }

    .next-dialog[dir=rtl] .next-dialog-btn + .next-dialog-btn {
        margin-right: 4px;
        margin-left: 0
    }

    .next-dialog[dir=rtl] .next-dialog-close {
        left: 24px;
        left: var(--dialog-close-right,24px);
        right: auto
    }

.next-dialog {
    position: fixed;
    z-index: 1001;
    background: #fff;
    background: var(--dialog-bg,#fff);
    border: 1px solid #fff;
    border: var(--dialog-border-width,1px) var(--dialog-border-style,solid) var(--dialog-border-color,#fff);
    border-radius: 8px;
    border-radius: var(--dialog-corner,8px);
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--dialog-shadow,4px 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--dialog-shadow,4px 4px 8px 0 rgba(0,0,0,.14));
    text-align: left;
    overflow: hidden;
    max-width: 90%
}

    .next-dialog, .next-dialog *, .next-dialog :after, .next-dialog :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-dialog-header {
    padding: 24px 24px 16px;
    padding: var(--dialog-title-padding-top,24px) var(--dialog-title-padding-left-right,24px) var(--dialog-title-padding-bottom,16px) var(--dialog-title-padding-left-right,24px);
    border-bottom: 0 solid transparent;
    border-bottom: var(--dialog-title-border-width,0) var(--line-solid,solid) var(--dialog-title-border-color,transparent);
    font-size: 18px;
    font-size: var(--dialog-title-font-size,18px);
    font-weight: 500;
    font-weight: var(--dialog-title-font-weight,500);
    background: transparent;
    background: var(--dialog-title-bg-color,transparent);
    color: #000;
    color: var(--dialog-title-color,#000)
}

.next-dialog-body {
    padding: 0 24px;
    padding: var(--dialog-content-padding-top,0) var(--dialog-content-padding-left-right,24px) var(--dialog-content-padding-bottom,0) var(--dialog-content-padding-left-right,24px);
    font-size: 14px;
    font-size: var(--dialog-content-font-size,14px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    color: #333;
    color: var(--dialog-content-color,#333)
}

.next-dialog-body-no-footer {
    margin-bottom: 24px;
    margin-bottom: var(--dialog-content-margin-bottom-no-footer,24px)
}

.next-dialog-footer {
    padding: 24px;
    padding: var(--dialog-footer-padding-top,24px) var(--dialog-footer-padding-left-right,24px) var(--dialog-footer-padding-bottom,24px) var(--dialog-footer-padding-left-right,24px);
    border-top: 0 solid transparent;
    border-top: var(--dialog-footer-border-width,0) var(--line-solid,solid) var(--dialog-footer-border-color,transparent);
    background: transparent;
    background: var(--dialog-footer-bg-color,transparent)
}

    .next-dialog-footer.next-align-left {
        text-align: left
    }

    .next-dialog-footer.next-align-center {
        text-align: center
    }

    .next-dialog-footer.next-align-right {
        text-align: right
    }

.next-dialog-footer-fixed-height {
    position: absolute;
    width: 100%;
    bottom: 0
}

.next-dialog-btn + .next-dialog-btn {
    margin-left: 8px;
    margin-left: var(--dialog-footer-button-spacing,8px)
}

.next-dialog-close {
    position: absolute;
    top: 24px;
    top: var(--dialog-close-top,24px);
    right: 24px;
    right: var(--dialog-close-right,24px);
    width: 20px;
    width: var(--dialog-close-width,20px);
    cursor: pointer
}

    .next-dialog-close, .next-dialog-close:link, .next-dialog-close:visited {
        height: 20px;
        height: var(--dialog-close-width,20px);
        color: #1f1f49;
        color: var(--dialog-close-color,#1f1f49)
    }

        .next-dialog-close:hover {
            background: transparent;
            background: var(--dialog-close-bg-hovered,transparent);
            color: #333;
            color: var(--dialog-close-color-hovered,#333)
        }

        .next-dialog-close .next-dialog-close-icon.next-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -10px;
            margin-top: calc(0px - var(--dialog-close-size, 20px)/2);
            margin-left: -10px;
            margin-left: calc(0px - var(--dialog-close-size, 20px)/2);
            width: 20px;
            width: var(--dialog-close-size,20px);
            height: 20px;
            height: var(--dialog-close-size,20px);
            line-height: 1em
        }

            .next-dialog-close .next-dialog-close-icon.next-icon:before {
                width: 20px;
                width: var(--dialog-close-size,20px);
                height: 20px;
                height: var(--dialog-close-size,20px);
                font-size: 20px;
                font-size: var(--dialog-close-size,20px);
                line-height: 1em
            }

.next-dialog-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    padding: 40px;
    overflow: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .next-dialog-container:before {
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
        content: ""
    }

    .next-dialog-container .next-dialog {
        display: inline-block;
        position: relative;
        vertical-align: middle
    }

.next-dialog-quick .next-dialog-body {
    padding: 20px;
    padding: var(--dialog-message-content-padding-top,20px) var(--dialog-message-content-padding-left-right,20px) var(--dialog-message-content-padding-bottom,20px) var(--dialog-message-content-padding-left-right,20px)
}

.next-dialog .next-dialog-message.next-message {
    min-width: 300px;
    padding: 0
}

.next-dialog-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto
}

.next-dialog-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 100px;
    pointer-events: none;
    padding-bottom: 24px
}

.next-dialog-v2 {
    pointer-events: auto;
    margin: 0 auto
}

    .next-dialog-v2 .next-dialog-header {
        word-break: break-word
    }

    .next-dialog-v2 .next-dialog-body, .next-dialog-v2 .next-dialog-header {
        padding-right: 68px;
        padding-right: calc(var(--dialog-close-right, 24px)*2 + var(--dialog-close-width, 20px))
    }

        .next-dialog-v2 .next-dialog-header + .next-dialog-body {
            padding: 0 24px;
            padding: var(--dialog-content-padding-top,0) var(--dialog-content-padding-left-right,24px) var(--dialog-content-padding-bottom,0) var(--dialog-content-padding-left-right,24px)
        }

        .next-dialog-v2 .next-dialog-header + .next-dialog-body-no-footer {
            margin-bottom: 24px;
            margin-bottom: var(--dialog-content-margin-bottom-no-footer,24px)
        }

.next-dialog.next-dialog-v2 {
    position: relative
}

.next-dialog-centered {
    text-align: center
}

    .next-dialog-centered:before {
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
        content: ""
    }

    .next-dialog-centered .next-dialog-v2 {
        margin: 40px 0;
        display: inline-block;
        text-align: left;
        vertical-align: middle
    }

.next-drawer {
    position: fixed;
    z-index: 1001;
    background: #fff;
    background: var(--drawer-bg,#fff);
    border: 1px solid #fff;
    border: var(--drawer-border-width,1px) var(--drawer-border-style,solid) var(--drawer-border-color,#fff);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    -webkit-box-shadow: var(--drawer-shadow,0 4px 8px 0 rgba(0,0,0,.08));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    box-shadow: var(--drawer-shadow,0 4px 8px 0 rgba(0,0,0,.08));
    overflow: auto;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

    .next-drawer, .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 {
    padding: 16px 20px 12px;
    padding: var(--drawer-title-padding-top,16px) var(--drawer-title-padding-left-right,20px) var(--drawer-title-padding-bottom,12px) var(--drawer-title-padding-left-right,20px);
    border-bottom: 1px solid #fff;
    border-bottom: var(--drawer-title-border-width,1px) var(--line-solid,solid) var(--drawer-title-border-color,#fff);
    font-size: 18px;
    font-size: var(--drawer-title-font-size,18px);
    background: #fff;
    background: var(--drawer-title-bg-color,#fff);
    color: #000;
    color: var(--drawer-title-color,#000)
}

.next-drawer-no-title {
    padding: 0;
    border-bottom: 0
}

.next-drawer-body {
    padding: 8px 20px 20px;
    padding: var(--drawer-content-padding-top,8px) var(--drawer-content-padding-left-right,20px) var(--drawer-content-padding-bottom,20px) var(--drawer-content-padding-left-right,20px);
    font-size: 14px;
    font-size: var(--drawer-content-font-size,14px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    color: #333;
    color: var(--drawer-content-color,#333)
}

.next-drawer-close {
    position: absolute;
    top: 20px;
    top: var(--drawer-close-top,20px);
    right: 20px;
    right: var(--drawer-close-right,20px);
    width: 16px;
    cursor: pointer
}

    .next-drawer-close, .next-drawer-close:link, .next-drawer-close:visited {
        height: 16px;
        color: #333;
        color: var(--drawer-close-color,#333)
    }

        .next-drawer-close:hover {
            background: transparent;
            background: var(--drawer-close-bg-hovered,transparent);
            color: #1047f5;
            color: var(--drawer-close-color-hovered,#1047f5)
        }

        .next-drawer-close .next-drawer-close-icon.next-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -8px;
            margin-top: calc(0px - var(--drawer-close-size, 16px)/2);
            margin-left: -8px;
            margin-left: calc(0px - var(--drawer-close-size, 16px)/2);
            width: 16px;
            width: var(--drawer-close-size,16px);
            height: 16px;
            height: var(--drawer-close-size,16px);
            line-height: 1em
        }

            .next-drawer-close .next-drawer-close-icon.next-icon:before {
                width: 16px;
                width: var(--drawer-close-size,16px);
                height: 16px;
                height: var(--drawer-close-size,16px);
                font-size: 16px;
                font-size: var(--drawer-close-size,16px);
                line-height: 1em
            }

.next-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .next-row, .next-row *, .next-row :after, .next-row :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-row.next-row-wrap {
            -ms-flex-wrap: wrap;
            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%;
    width: 4.16667%;
    max-width: 4.16667%
}

.next-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%
}

.next-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%
}

.next-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%
}

.next-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%
}

.next-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%
}

.next-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%
}

.next-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%
}

.next-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%
}

.next-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%
}

.next-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%
}

.next-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%
}

.next-col-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%
}

.next-col-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%
}

.next-col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%
}

.next-col-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%
}

.next-col-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%
}

.next-col-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%
}

.next-col-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%
}

.next-col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%
}

.next-col-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%
}

.next-col-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%
}

.next-col-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%
}

.next-col-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-xxs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-xxs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-xxs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-xxs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-xxs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-xxs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-xxs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-xxs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-xxs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-xxs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-xxs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-xxs-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-xxs-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-xxs-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-xxs-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-xxs-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-xxs-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-xxs-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-xxs-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-xxs-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-xxs-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-xxs-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-xxs-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-xs-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-xs-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-xs-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-xs-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-xs-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-xs-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-xs-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-xs-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-xs-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-xs-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-xs-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-xs-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-s-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-s-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-s-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-s-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-s-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-s-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-s-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-s-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-s-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-s-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-s-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-s-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-s-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-s-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-s-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-s-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-s-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-s-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-s-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-s-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-s-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-s-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-s-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-m-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-m-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-m-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-m-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-m-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-m-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-m-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-m-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-m-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-m-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-m-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-m-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-m-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-m-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-m-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-m-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-m-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-m-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-m-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-m-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-m-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-m-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-m-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-l-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-l-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-l-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-l-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-l-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-l-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-l-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-l-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-l-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-l-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-l-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-l-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-l-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-l-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-l-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-l-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-l-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-l-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-l-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-l-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-l-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-l-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-l-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-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%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-xl-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-xl-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-xl-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-xl-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-xl-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-xl-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-xl-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-xl-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-xl-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-xl-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-xl-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

.next-col-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%
}

.next-col-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%
}

.next-col-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%
}

.next-col-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%
}

.next-col-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%
}

@media (min-width:320px) {
    .next-col-xxs-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-xxs-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-xxs-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-xxs-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-xxs-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:480px) {
    .next-col-xs-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-xs-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-xs-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-xs-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-xs-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:720px) {
    .next-col-s-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-s-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-s-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-s-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-s-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:990px) {
    .next-col-m-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-m-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-m-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-m-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-m-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .next-col-l-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-l-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-l-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-l-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-l-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:1500px) {
    .next-col-xl-1p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-xl-2p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-xl-3p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-xl-4p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-xl-5p5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

.next-col-fixed-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    max-width: 20px
}

.next-col-fixed-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    max-width: 40px
}

.next-col-fixed-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    max-width: 60px
}

.next-col-fixed-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px
}

.next-col-fixed-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px
}

.next-col-fixed-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px
}

.next-col-fixed-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    width: 140px;
    max-width: 140px
}

.next-col-fixed-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
    max-width: 160px
}

.next-col-fixed-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    width: 180px;
    max-width: 180px
}

.next-col-fixed-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px
}

.next-col-fixed-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    width: 220px;
    max-width: 220px
}

.next-col-fixed-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    width: 240px;
    max-width: 240px
}

.next-col-fixed-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    width: 260px;
    max-width: 260px
}

.next-col-fixed-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px
}

.next-col-fixed-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px
}

.next-col-fixed-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    width: 320px;
    max-width: 320px
}

.next-col-fixed-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    width: 340px;
    max-width: 340px
}

.next-col-fixed-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    width: 360px;
    max-width: 360px
}

.next-col-fixed-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    width: 380px;
    max-width: 380px
}

.next-col-fixed-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    width: 400px;
    max-width: 400px
}

.next-col-fixed-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    width: 420px;
    max-width: 420px
}

.next-col-fixed-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
    width: 440px;
    max-width: 440px
}

.next-col-fixed-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    width: 460px;
    max-width: 460px
}

.next-col-fixed-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    width: 480px;
    max-width: 480px
}

.next-col-fixed-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    width: 500px;
    max-width: 500px
}

.next-col-fixed-26 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
    width: 520px;
    max-width: 520px
}

.next-col-fixed-27 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    width: 540px;
    max-width: 540px
}

.next-col-fixed-28 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
    width: 560px;
    max-width: 560px
}

.next-col-fixed-29 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
    width: 580px;
    max-width: 580px
}

.next-col-fixed-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    width: 600px;
    max-width: 600px
}

.next-col-offset-1 {
    margin-left: 4.16667%
}

.next-col-offset-2 {
    margin-left: 8.33333%
}

.next-col-offset-3 {
    margin-left: 12.5%
}

.next-col-offset-4 {
    margin-left: 16.66667%
}

.next-col-offset-5 {
    margin-left: 20.83333%
}

.next-col-offset-6 {
    margin-left: 25%
}

.next-col-offset-7 {
    margin-left: 29.16667%
}

.next-col-offset-8 {
    margin-left: 33.33333%
}

.next-col-offset-9 {
    margin-left: 37.5%
}

.next-col-offset-10 {
    margin-left: 41.66667%
}

.next-col-offset-11 {
    margin-left: 45.83333%
}

.next-col-offset-12 {
    margin-left: 50%
}

.next-col-offset-13 {
    margin-left: 54.16667%
}

.next-col-offset-14 {
    margin-left: 58.33333%
}

.next-col-offset-15 {
    margin-left: 62.5%
}

.next-col-offset-16 {
    margin-left: 66.66667%
}

.next-col-offset-17 {
    margin-left: 70.83333%
}

.next-col-offset-18 {
    margin-left: 75%
}

.next-col-offset-19 {
    margin-left: 79.16667%
}

.next-col-offset-20 {
    margin-left: 83.33333%
}

.next-col-offset-21 {
    margin-left: 87.5%
}

.next-col-offset-22 {
    margin-left: 91.66667%
}

.next-col-offset-23 {
    margin-left: 95.83333%
}

.next-col-offset-24 {
    margin-left: 100%
}

@media (min-width:320px) {
    .next-col-xxs-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-xxs-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-xxs-offset-3 {
        margin-left: 12.5%
    }

    .next-col-xxs-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-xxs-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-xxs-offset-6 {
        margin-left: 25%
    }

    .next-col-xxs-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-xxs-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-xxs-offset-9 {
        margin-left: 37.5%
    }

    .next-col-xxs-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-xxs-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-xxs-offset-12 {
        margin-left: 50%
    }

    .next-col-xxs-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-xxs-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-xxs-offset-15 {
        margin-left: 62.5%
    }

    .next-col-xxs-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-xxs-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-xxs-offset-18 {
        margin-left: 75%
    }

    .next-col-xxs-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-xxs-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-xxs-offset-21 {
        margin-left: 87.5%
    }

    .next-col-xxs-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-xxs-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-xxs-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:480px) {
    .next-col-xs-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-xs-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-xs-offset-3 {
        margin-left: 12.5%
    }

    .next-col-xs-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-xs-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-xs-offset-6 {
        margin-left: 25%
    }

    .next-col-xs-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-xs-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-xs-offset-9 {
        margin-left: 37.5%
    }

    .next-col-xs-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-xs-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-xs-offset-12 {
        margin-left: 50%
    }

    .next-col-xs-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-xs-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-xs-offset-15 {
        margin-left: 62.5%
    }

    .next-col-xs-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-xs-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-xs-offset-18 {
        margin-left: 75%
    }

    .next-col-xs-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-xs-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-xs-offset-21 {
        margin-left: 87.5%
    }

    .next-col-xs-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-xs-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-xs-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:720px) {
    .next-col-s-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-s-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-s-offset-3 {
        margin-left: 12.5%
    }

    .next-col-s-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-s-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-s-offset-6 {
        margin-left: 25%
    }

    .next-col-s-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-s-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-s-offset-9 {
        margin-left: 37.5%
    }

    .next-col-s-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-s-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-s-offset-12 {
        margin-left: 50%
    }

    .next-col-s-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-s-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-s-offset-15 {
        margin-left: 62.5%
    }

    .next-col-s-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-s-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-s-offset-18 {
        margin-left: 75%
    }

    .next-col-s-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-s-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-s-offset-21 {
        margin-left: 87.5%
    }

    .next-col-s-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-s-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-s-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:990px) {
    .next-col-m-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-m-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-m-offset-3 {
        margin-left: 12.5%
    }

    .next-col-m-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-m-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-m-offset-6 {
        margin-left: 25%
    }

    .next-col-m-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-m-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-m-offset-9 {
        margin-left: 37.5%
    }

    .next-col-m-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-m-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-m-offset-12 {
        margin-left: 50%
    }

    .next-col-m-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-m-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-m-offset-15 {
        margin-left: 62.5%
    }

    .next-col-m-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-m-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-m-offset-18 {
        margin-left: 75%
    }

    .next-col-m-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-m-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-m-offset-21 {
        margin-left: 87.5%
    }

    .next-col-m-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-m-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-m-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .next-col-l-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-l-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-l-offset-3 {
        margin-left: 12.5%
    }

    .next-col-l-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-l-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-l-offset-6 {
        margin-left: 25%
    }

    .next-col-l-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-l-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-l-offset-9 {
        margin-left: 37.5%
    }

    .next-col-l-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-l-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-l-offset-12 {
        margin-left: 50%
    }

    .next-col-l-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-l-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-l-offset-15 {
        margin-left: 62.5%
    }

    .next-col-l-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-l-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-l-offset-18 {
        margin-left: 75%
    }

    .next-col-l-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-l-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-l-offset-21 {
        margin-left: 87.5%
    }

    .next-col-l-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-l-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-l-offset-24 {
        margin-left: 100%
    }
}

@media (min-width:1500px) {
    .next-col-xl-offset-1 {
        margin-left: 4.16667%
    }

    .next-col-xl-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-xl-offset-3 {
        margin-left: 12.5%
    }

    .next-col-xl-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-xl-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-xl-offset-6 {
        margin-left: 25%
    }

    .next-col-xl-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-xl-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-xl-offset-9 {
        margin-left: 37.5%
    }

    .next-col-xl-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-xl-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-xl-offset-12 {
        margin-left: 50%
    }

    .next-col-xl-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-xl-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-xl-offset-15 {
        margin-left: 62.5%
    }

    .next-col-xl-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-xl-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-xl-offset-18 {
        margin-left: 75%
    }

    .next-col-xl-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-xl-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-xl-offset-21 {
        margin-left: 87.5%
    }

    .next-col-xl-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-xl-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-xl-offset-24 {
        margin-left: 100%
    }
}

.next-col-offset-fixed-1 {
    margin-left: 20px
}

.next-col-offset-fixed-2 {
    margin-left: 40px
}

.next-col-offset-fixed-3 {
    margin-left: 60px
}

.next-col-offset-fixed-4 {
    margin-left: 80px
}

.next-col-offset-fixed-5 {
    margin-left: 100px
}

.next-col-offset-fixed-6 {
    margin-left: 120px
}

.next-col-offset-fixed-7 {
    margin-left: 140px
}

.next-col-offset-fixed-8 {
    margin-left: 160px
}

.next-col-offset-fixed-9 {
    margin-left: 180px
}

.next-col-offset-fixed-10 {
    margin-left: 200px
}

.next-col-offset-fixed-11 {
    margin-left: 220px
}

.next-col-offset-fixed-12 {
    margin-left: 240px
}

.next-col-offset-fixed-13 {
    margin-left: 260px
}

.next-col-offset-fixed-14 {
    margin-left: 280px
}

.next-col-offset-fixed-15 {
    margin-left: 300px
}

.next-col-offset-fixed-16 {
    margin-left: 320px
}

.next-col-offset-fixed-17 {
    margin-left: 340px
}

.next-col-offset-fixed-18 {
    margin-left: 360px
}

.next-col-offset-fixed-19 {
    margin-left: 380px
}

.next-col-offset-fixed-20 {
    margin-left: 400px
}

.next-col-offset-fixed-21 {
    margin-left: 420px
}

.next-col-offset-fixed-22 {
    margin-left: 440px
}

.next-col-offset-fixed-23 {
    margin-left: 460px
}

.next-col-offset-fixed-24 {
    margin-left: 480px
}

.next-col-offset-fixed-25 {
    margin-left: 500px
}

.next-col-offset-fixed-26 {
    margin-left: 520px
}

.next-col-offset-fixed-27 {
    margin-left: 540px
}

.next-col-offset-fixed-28 {
    margin-left: 560px
}

.next-col-offset-fixed-29 {
    margin-left: 580px
}

.next-col-offset-fixed-30 {
    margin-left: 600px
}

.next-col-offset-fixed-xxs-1 {
    margin-left: 20px
}

.next-col-offset-fixed-xxs-2 {
    margin-left: 40px
}

.next-col-offset-fixed-xxs-3 {
    margin-left: 60px
}

.next-col-offset-fixed-xxs-4 {
    margin-left: 80px
}

.next-col-offset-fixed-xxs-5 {
    margin-left: 100px
}

.next-col-offset-fixed-xxs-6 {
    margin-left: 120px
}

.next-col-offset-fixed-xxs-7 {
    margin-left: 140px
}

.next-col-offset-fixed-xxs-8 {
    margin-left: 160px
}

.next-col-offset-fixed-xxs-9 {
    margin-left: 180px
}

.next-col-offset-fixed-xxs-10 {
    margin-left: 200px
}

.next-col-offset-fixed-xxs-11 {
    margin-left: 220px
}

.next-col-offset-fixed-xxs-12 {
    margin-left: 240px
}

.next-col-offset-fixed-xxs-13 {
    margin-left: 260px
}

.next-col-offset-fixed-xxs-14 {
    margin-left: 280px
}

.next-col-offset-fixed-xxs-15 {
    margin-left: 300px
}

.next-col-offset-fixed-xxs-16 {
    margin-left: 320px
}

.next-col-offset-fixed-xxs-17 {
    margin-left: 340px
}

.next-col-offset-fixed-xxs-18 {
    margin-left: 360px
}

.next-col-offset-fixed-xxs-19 {
    margin-left: 380px
}

.next-col-offset-fixed-xxs-20 {
    margin-left: 400px
}

.next-col-offset-fixed-xxs-21 {
    margin-left: 420px
}

.next-col-offset-fixed-xxs-22 {
    margin-left: 440px
}

.next-col-offset-fixed-xxs-23 {
    margin-left: 460px
}

.next-col-offset-fixed-xxs-24 {
    margin-left: 480px
}

.next-col-offset-fixed-xxs-25 {
    margin-left: 500px
}

.next-col-offset-fixed-xxs-26 {
    margin-left: 520px
}

.next-col-offset-fixed-xxs-27 {
    margin-left: 540px
}

.next-col-offset-fixed-xxs-28 {
    margin-left: 560px
}

.next-col-offset-fixed-xxs-29 {
    margin-left: 580px
}

.next-col-offset-fixed-xxs-30 {
    margin-left: 600px
}

.next-col-offset-fixed-xs-1 {
    margin-left: 20px
}

.next-col-offset-fixed-xs-2 {
    margin-left: 40px
}

.next-col-offset-fixed-xs-3 {
    margin-left: 60px
}

.next-col-offset-fixed-xs-4 {
    margin-left: 80px
}

.next-col-offset-fixed-xs-5 {
    margin-left: 100px
}

.next-col-offset-fixed-xs-6 {
    margin-left: 120px
}

.next-col-offset-fixed-xs-7 {
    margin-left: 140px
}

.next-col-offset-fixed-xs-8 {
    margin-left: 160px
}

.next-col-offset-fixed-xs-9 {
    margin-left: 180px
}

.next-col-offset-fixed-xs-10 {
    margin-left: 200px
}

.next-col-offset-fixed-xs-11 {
    margin-left: 220px
}

.next-col-offset-fixed-xs-12 {
    margin-left: 240px
}

.next-col-offset-fixed-xs-13 {
    margin-left: 260px
}

.next-col-offset-fixed-xs-14 {
    margin-left: 280px
}

.next-col-offset-fixed-xs-15 {
    margin-left: 300px
}

.next-col-offset-fixed-xs-16 {
    margin-left: 320px
}

.next-col-offset-fixed-xs-17 {
    margin-left: 340px
}

.next-col-offset-fixed-xs-18 {
    margin-left: 360px
}

.next-col-offset-fixed-xs-19 {
    margin-left: 380px
}

.next-col-offset-fixed-xs-20 {
    margin-left: 400px
}

.next-col-offset-fixed-xs-21 {
    margin-left: 420px
}

.next-col-offset-fixed-xs-22 {
    margin-left: 440px
}

.next-col-offset-fixed-xs-23 {
    margin-left: 460px
}

.next-col-offset-fixed-xs-24 {
    margin-left: 480px
}

.next-col-offset-fixed-xs-25 {
    margin-left: 500px
}

.next-col-offset-fixed-xs-26 {
    margin-left: 520px
}

.next-col-offset-fixed-xs-27 {
    margin-left: 540px
}

.next-col-offset-fixed-xs-28 {
    margin-left: 560px
}

.next-col-offset-fixed-xs-29 {
    margin-left: 580px
}

.next-col-offset-fixed-xs-30 {
    margin-left: 600px
}

.next-col-offset-fixed-s-1 {
    margin-left: 20px
}

.next-col-offset-fixed-s-2 {
    margin-left: 40px
}

.next-col-offset-fixed-s-3 {
    margin-left: 60px
}

.next-col-offset-fixed-s-4 {
    margin-left: 80px
}

.next-col-offset-fixed-s-5 {
    margin-left: 100px
}

.next-col-offset-fixed-s-6 {
    margin-left: 120px
}

.next-col-offset-fixed-s-7 {
    margin-left: 140px
}

.next-col-offset-fixed-s-8 {
    margin-left: 160px
}

.next-col-offset-fixed-s-9 {
    margin-left: 180px
}

.next-col-offset-fixed-s-10 {
    margin-left: 200px
}

.next-col-offset-fixed-s-11 {
    margin-left: 220px
}

.next-col-offset-fixed-s-12 {
    margin-left: 240px
}

.next-col-offset-fixed-s-13 {
    margin-left: 260px
}

.next-col-offset-fixed-s-14 {
    margin-left: 280px
}

.next-col-offset-fixed-s-15 {
    margin-left: 300px
}

.next-col-offset-fixed-s-16 {
    margin-left: 320px
}

.next-col-offset-fixed-s-17 {
    margin-left: 340px
}

.next-col-offset-fixed-s-18 {
    margin-left: 360px
}

.next-col-offset-fixed-s-19 {
    margin-left: 380px
}

.next-col-offset-fixed-s-20 {
    margin-left: 400px
}

.next-col-offset-fixed-s-21 {
    margin-left: 420px
}

.next-col-offset-fixed-s-22 {
    margin-left: 440px
}

.next-col-offset-fixed-s-23 {
    margin-left: 460px
}

.next-col-offset-fixed-s-24 {
    margin-left: 480px
}

.next-col-offset-fixed-s-25 {
    margin-left: 500px
}

.next-col-offset-fixed-s-26 {
    margin-left: 520px
}

.next-col-offset-fixed-s-27 {
    margin-left: 540px
}

.next-col-offset-fixed-s-28 {
    margin-left: 560px
}

.next-col-offset-fixed-s-29 {
    margin-left: 580px
}

.next-col-offset-fixed-s-30 {
    margin-left: 600px
}

.next-col-offset-fixed-m-1 {
    margin-left: 20px
}

.next-col-offset-fixed-m-2 {
    margin-left: 40px
}

.next-col-offset-fixed-m-3 {
    margin-left: 60px
}

.next-col-offset-fixed-m-4 {
    margin-left: 80px
}

.next-col-offset-fixed-m-5 {
    margin-left: 100px
}

.next-col-offset-fixed-m-6 {
    margin-left: 120px
}

.next-col-offset-fixed-m-7 {
    margin-left: 140px
}

.next-col-offset-fixed-m-8 {
    margin-left: 160px
}

.next-col-offset-fixed-m-9 {
    margin-left: 180px
}

.next-col-offset-fixed-m-10 {
    margin-left: 200px
}

.next-col-offset-fixed-m-11 {
    margin-left: 220px
}

.next-col-offset-fixed-m-12 {
    margin-left: 240px
}

.next-col-offset-fixed-m-13 {
    margin-left: 260px
}

.next-col-offset-fixed-m-14 {
    margin-left: 280px
}

.next-col-offset-fixed-m-15 {
    margin-left: 300px
}

.next-col-offset-fixed-m-16 {
    margin-left: 320px
}

.next-col-offset-fixed-m-17 {
    margin-left: 340px
}

.next-col-offset-fixed-m-18 {
    margin-left: 360px
}

.next-col-offset-fixed-m-19 {
    margin-left: 380px
}

.next-col-offset-fixed-m-20 {
    margin-left: 400px
}

.next-col-offset-fixed-m-21 {
    margin-left: 420px
}

.next-col-offset-fixed-m-22 {
    margin-left: 440px
}

.next-col-offset-fixed-m-23 {
    margin-left: 460px
}

.next-col-offset-fixed-m-24 {
    margin-left: 480px
}

.next-col-offset-fixed-m-25 {
    margin-left: 500px
}

.next-col-offset-fixed-m-26 {
    margin-left: 520px
}

.next-col-offset-fixed-m-27 {
    margin-left: 540px
}

.next-col-offset-fixed-m-28 {
    margin-left: 560px
}

.next-col-offset-fixed-m-29 {
    margin-left: 580px
}

.next-col-offset-fixed-m-30 {
    margin-left: 600px
}

.next-col-offset-fixed-l-1 {
    margin-left: 20px
}

.next-col-offset-fixed-l-2 {
    margin-left: 40px
}

.next-col-offset-fixed-l-3 {
    margin-left: 60px
}

.next-col-offset-fixed-l-4 {
    margin-left: 80px
}

.next-col-offset-fixed-l-5 {
    margin-left: 100px
}

.next-col-offset-fixed-l-6 {
    margin-left: 120px
}

.next-col-offset-fixed-l-7 {
    margin-left: 140px
}

.next-col-offset-fixed-l-8 {
    margin-left: 160px
}

.next-col-offset-fixed-l-9 {
    margin-left: 180px
}

.next-col-offset-fixed-l-10 {
    margin-left: 200px
}

.next-col-offset-fixed-l-11 {
    margin-left: 220px
}

.next-col-offset-fixed-l-12 {
    margin-left: 240px
}

.next-col-offset-fixed-l-13 {
    margin-left: 260px
}

.next-col-offset-fixed-l-14 {
    margin-left: 280px
}

.next-col-offset-fixed-l-15 {
    margin-left: 300px
}

.next-col-offset-fixed-l-16 {
    margin-left: 320px
}

.next-col-offset-fixed-l-17 {
    margin-left: 340px
}

.next-col-offset-fixed-l-18 {
    margin-left: 360px
}

.next-col-offset-fixed-l-19 {
    margin-left: 380px
}

.next-col-offset-fixed-l-20 {
    margin-left: 400px
}

.next-col-offset-fixed-l-21 {
    margin-left: 420px
}

.next-col-offset-fixed-l-22 {
    margin-left: 440px
}

.next-col-offset-fixed-l-23 {
    margin-left: 460px
}

.next-col-offset-fixed-l-24 {
    margin-left: 480px
}

.next-col-offset-fixed-l-25 {
    margin-left: 500px
}

.next-col-offset-fixed-l-26 {
    margin-left: 520px
}

.next-col-offset-fixed-l-27 {
    margin-left: 540px
}

.next-col-offset-fixed-l-28 {
    margin-left: 560px
}

.next-col-offset-fixed-l-29 {
    margin-left: 580px
}

.next-col-offset-fixed-l-30 {
    margin-left: 600px
}

.next-col-offset-fixed-xl-1 {
    margin-left: 20px
}

.next-col-offset-fixed-xl-2 {
    margin-left: 40px
}

.next-col-offset-fixed-xl-3 {
    margin-left: 60px
}

.next-col-offset-fixed-xl-4 {
    margin-left: 80px
}

.next-col-offset-fixed-xl-5 {
    margin-left: 100px
}

.next-col-offset-fixed-xl-6 {
    margin-left: 120px
}

.next-col-offset-fixed-xl-7 {
    margin-left: 140px
}

.next-col-offset-fixed-xl-8 {
    margin-left: 160px
}

.next-col-offset-fixed-xl-9 {
    margin-left: 180px
}

.next-col-offset-fixed-xl-10 {
    margin-left: 200px
}

.next-col-offset-fixed-xl-11 {
    margin-left: 220px
}

.next-col-offset-fixed-xl-12 {
    margin-left: 240px
}

.next-col-offset-fixed-xl-13 {
    margin-left: 260px
}

.next-col-offset-fixed-xl-14 {
    margin-left: 280px
}

.next-col-offset-fixed-xl-15 {
    margin-left: 300px
}

.next-col-offset-fixed-xl-16 {
    margin-left: 320px
}

.next-col-offset-fixed-xl-17 {
    margin-left: 340px
}

.next-col-offset-fixed-xl-18 {
    margin-left: 360px
}

.next-col-offset-fixed-xl-19 {
    margin-left: 380px
}

.next-col-offset-fixed-xl-20 {
    margin-left: 400px
}

.next-col-offset-fixed-xl-21 {
    margin-left: 420px
}

.next-col-offset-fixed-xl-22 {
    margin-left: 440px
}

.next-col-offset-fixed-xl-23 {
    margin-left: 460px
}

.next-col-offset-fixed-xl-24 {
    margin-left: 480px
}

.next-col-offset-fixed-xl-25 {
    margin-left: 500px
}

.next-col-offset-fixed-xl-26 {
    margin-left: 520px
}

.next-col-offset-fixed-xl-27 {
    margin-left: 540px
}

.next-col-offset-fixed-xl-28 {
    margin-left: 560px
}

.next-col-offset-fixed-xl-29 {
    margin-left: 580px
}

.next-col-offset-fixed-xl-30 {
    margin-left: 600px
}

.next-col.next-col-hidden {
    display: none
}

@media (min-width:320px) and (max-width:479px) {
    .next-col.next-col-xxs-hidden {
        display: none
    }
}

@media (min-width:480px) and (max-width:719px) {
    .next-col.next-col-xs-hidden {
        display: none
    }
}

@media (min-width:720px) and (max-width:989px) {
    .next-col.next-col-s-hidden {
        display: none
    }
}

@media (min-width:990px) and (max-width:1199px) {
    .next-col.next-col-m-hidden {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .next-col.next-col-l-hidden {
        display: none
    }
}

@media (min-width:1500px) {
    .next-col.next-col-xl-hidden {
        display: none
    }
}

.next-row.next-row-hidden {
    display: none
}

@media (min-width:320px) and (max-width:479px) {
    .next-row.next-row-xxs-hidden {
        display: none
    }
}

@media (min-width:480px) and (max-width:719px) {
    .next-row.next-row-xs-hidden {
        display: none
    }
}

@media (min-width:720px) and (max-width:989px) {
    .next-row.next-row-s-hidden {
        display: none
    }
}

@media (min-width:990px) and (max-width:1199px) {
    .next-row.next-row-m-hidden {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .next-row.next-row-l-hidden {
        display: none
    }
}

@media (min-width:1500px) {
    .next-row.next-row-xl-hidden {
        display: none
    }
}

.next-col-offset-1[dir=rtl] {
    margin-right: 4.16667%;
    margin-left: auto
}

.next-col-offset-2[dir=rtl] {
    margin-right: 8.33333%;
    margin-left: auto
}

.next-col-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto
}

.next-col-offset-4[dir=rtl] {
    margin-right: 16.66667%;
    margin-left: auto
}

.next-col-offset-5[dir=rtl] {
    margin-right: 20.83333%;
    margin-left: auto
}

.next-col-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto
}

.next-col-offset-7[dir=rtl] {
    margin-right: 29.16667%;
    margin-left: auto
}

.next-col-offset-8[dir=rtl] {
    margin-right: 33.33333%;
    margin-left: auto
}

.next-col-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto
}

.next-col-offset-10[dir=rtl] {
    margin-right: 41.66667%;
    margin-left: auto
}

.next-col-offset-11[dir=rtl] {
    margin-right: 45.83333%;
    margin-left: auto
}

.next-col-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto
}

.next-col-offset-13[dir=rtl] {
    margin-right: 54.16667%;
    margin-left: auto
}

.next-col-offset-14[dir=rtl] {
    margin-right: 58.33333%;
    margin-left: auto
}

.next-col-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto
}

.next-col-offset-16[dir=rtl] {
    margin-right: 66.66667%;
    margin-left: auto
}

.next-col-offset-17[dir=rtl] {
    margin-right: 70.83333%;
    margin-left: auto
}

.next-col-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto
}

.next-col-offset-19[dir=rtl] {
    margin-right: 79.16667%;
    margin-left: auto
}

.next-col-offset-20[dir=rtl] {
    margin-right: 83.33333%;
    margin-left: auto
}

.next-col-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto
}

.next-col-offset-22[dir=rtl] {
    margin-right: 91.66667%;
    margin-left: auto
}

.next-col-offset-23[dir=rtl] {
    margin-right: 95.83333%;
    margin-left: auto
}

.next-col-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto
}

@media (min-width:320px) {
    .next-col-xxs-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-xxs-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-xxs-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-xxs-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width:480px) {
    .next-col-xs-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-xs-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-xs-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-xs-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-xs-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-xs-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-xs-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-xs-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width:720px) {
    .next-col-s-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-s-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-s-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-s-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-s-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-s-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-s-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-s-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-s-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-s-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-s-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-s-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-s-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-s-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-s-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-s-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-s-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-s-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-s-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-s-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-s-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-s-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-s-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-s-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width:990px) {
    .next-col-m-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-m-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-m-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-m-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-m-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-m-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-m-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-m-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-m-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-m-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-m-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-m-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-m-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-m-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-m-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-m-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-m-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-m-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-m-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-m-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-m-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-m-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-m-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-m-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width:1200px) {
    .next-col-l-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-l-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-l-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-l-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-l-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-l-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-l-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-l-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-l-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-l-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-l-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-l-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-l-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-l-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-l-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-l-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-l-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-l-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-l-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-l-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-l-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-l-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-l-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-l-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width:1500px) {
    .next-col-xl-offset-1[dir=rtl] {
        margin-right: 4.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-xl-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-xl-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-xl-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-xl-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-xl-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-xl-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-xl-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

.next-col-offset-fixed-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-xs-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-xs-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-xs-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-xs-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-xs-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-xs-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-xs-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-xs-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-xs-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-xs-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-xs-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-xs-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-xs-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-xs-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-xs-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-xs-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-xs-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-xs-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-xs-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-xs-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-xs-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-xs-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-xs-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-xs-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-xs-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-xs-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-xs-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-xs-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-xs-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-xs-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-s-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-s-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-s-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-s-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-s-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-s-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-s-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-s-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-s-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-s-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-s-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-s-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-s-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-s-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-s-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-s-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-s-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-s-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-s-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-s-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-s-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-s-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-s-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-s-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-s-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-s-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-s-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-s-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-s-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-s-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-m-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-m-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-m-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-m-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-m-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-m-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-m-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-m-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-m-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-m-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-m-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-m-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-m-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-m-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-m-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-m-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-m-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-m-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-m-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-m-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-m-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-m-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-m-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-m-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-m-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-m-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-m-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-m-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-m-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-m-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-l-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-l-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-l-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-l-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-l-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-l-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-l-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-l-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-l-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-l-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-l-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-l-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-l-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-l-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-l-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-l-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-l-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-l-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-l-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-l-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-l-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-l-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-l-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-l-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-l-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-l-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-l-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-l-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-l-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-l-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-xl-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-xl-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-xl-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-xl-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-xl-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-xl-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-xl-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-xl-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-xl-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-xl-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-xl-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-xl-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-xl-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-xl-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-xl-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-xl-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-xl-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-xl-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-xl-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-xl-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-xl-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-xl-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-xl-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-xl-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-xl-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-xl-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-xl-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-xl-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-xl-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-xl-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-responsive-grid {
    display: grid
}

    .next-responsive-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, .next-form *, .next-form :after, .next-form :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-form-preview.next-form-item .next-form-item-label {
    color: #666;
    color: var(--form-element-preview-label-color,#666)
}

.next-form-preview.next-form-item .next-form-preview {
    color: #333;
    color: var(--form-element-preview-text-color,#333)
}

.next-form-preview.next-form-item.next-medium .next-form-item-label {
    font-size: 14px;
    font-size: var(--form-element-medium-preview-label-font-size,14px);
    line-height: 24px;
    line-height: var(--form-element-medium-preview-height,24px)
}

.next-form-preview.next-form-item.next-small .next-form-item-label {
    font-size: 12px;
    font-size: var(--form-element-small-preview-label-font-size,12px);
    line-height: 20px;
    line-height: var(--form-element-small-preview-height,20px)
}

.next-form-preview.next-form-item.next-large .next-form-item-label {
    font-size: 14px;
    font-size: var(--form-element-large-preview-label-font-size,14px);
    line-height: 36px;
    line-height: var(--form-element-large-preview-height,36px)
}

.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: 24px;
    gap: var(--form-inline-s-item-margin-r,24px)
}

.next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 8px;
    margin-top: calc(var(--form-element-small-height, 28px)/2 - var(--form-element-small-font-size, 12px)/2);
    margin-bottom: 8px;
    margin-bottom: calc(var(--form-element-small-height, 28px)/2 - var(--form-element-small-font-size, 12px)/2)
}

.next-form-responsive-grid.next-medium .next-responsive-grid {
    gap: 12px;
    gap: var(--form-inline-m-item-margin-r,12px)
}

.next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 9px;
    margin-top: calc(var(--form-element-medium-height, 32px)/2 - var(--form-element-medium-font-size, 14px)/2);
    margin-bottom: 9px;
    margin-bottom: calc(var(--form-element-medium-height, 32px)/2 - var(--form-element-medium-font-size, 14px)/2)
}

.next-form-responsive-grid.next-large .next-responsive-grid {
    gap: 12px;
    gap: var(--form-inline-l-item-margin-r,12px)
}

.next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 11px;
    margin-top: calc(var(--form-element-large-height, 36px)/2 - var(--form-element-large-font-size, 14px)/2);
    margin-bottom: 11px;
    margin-bottom: calc(var(--form-element-large-height, 36px)/2 - var(--form-element-large-font-size, 14px)/2)
}

.next-form-item {
    margin-bottom: 12px;
    margin-bottom: var(--form-item-m-margin-b,12px)
}

    .next-form-item.has-error > .next-form-item-control > .next-form-item-help {
        color: #f33200;
        color: var(--form-error-color,#f33200)
    }

    .next-form-item.has-warning > .next-form-item-control > .next-form-item-help {
        color: #fff5ed;
        color: var(--form-warning-color,#fff5ed)
    }

    .next-form-item .next-form-item-label, .next-form-item .next-form-text-align, .next-form-item p {
        line-height: 32px;
        line-height: var(--form-element-medium-height,32px)
    }

    .next-form-item .next-form-text-align, .next-form-item p {
        margin: 0
    }

    .next-form-item .next-checkbox-group, .next-form-item .next-checkbox-wrapper, .next-form-item .next-radio-group, .next-form-item .next-radio-wrapper, .next-form-item .next-rating {
        line-height: 28px;
        line-height: calc(var(--form-element-medium-height, 32px) - 4px)
    }

    .next-form-item .next-form-preview {
        font-size: 14px;
        font-size: var(--form-element-medium-preview-font-size,14px);
        line-height: 24px;
        line-height: var(--form-element-medium-preview-height,24px)
    }

        .next-form-item .next-form-preview.next-input-textarea > p {
            font-size: 14px;
            font-size: var(--form-element-medium-preview-font-size,14px);
            text-align: justify;
            min-height: 19.6px;
            min-height: calc(var(--form-element-medium-preview-font-size, 14px)*1.4);
            line-height: 1.4;
            margin-top: 2.2px;
            margin-top: calc(var(--form-element-medium-preview-height, 24px)/2 - var(--form-element-medium-preview-font-size, 14px)*1.4/2)
        }

    .next-form-item .next-form-item-label {
        font-size: 14px;
        font-size: var(--form-element-medium-font-size,14px)
    }

        .next-form-item .next-form-item-label > label {
            display: inline-block;
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-form-item.next-large {
        margin-bottom: 20px;
        margin-bottom: var(--form-item-l-margin-b,20px)
    }

        .next-form-item.next-large .next-form-item-label, .next-form-item.next-large .next-form-text-align, .next-form-item.next-large p {
            line-height: 36px;
            line-height: var(--form-element-large-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;
            line-height: calc(var(--form-element-large-height, 36px) - 1px)
        }

        .next-form-item.next-large .next-form-preview {
            font-size: 14px;
            font-size: var(--form-element-large-preview-font-size,14px);
            line-height: 36px;
            line-height: var(--form-element-large-preview-height,36px)
        }

            .next-form-item.next-large .next-form-preview.next-input-textarea > p {
                font-size: 14px;
                font-size: var(--form-element-large-preview-font-size,14px);
                text-align: justify;
                min-height: 19.6px;
                min-height: calc(var(--form-element-large-preview-font-size, 14px)*1.4);
                line-height: 1.4;
                margin-top: 8.2px;
                margin-top: calc(var(--form-element-large-preview-height, 36px)/2 - var(--form-element-large-preview-font-size, 14px)*1.4/2)
            }

        .next-form-item.next-large .next-switch {
            margin-top: 5px;
            margin-top: calc(var(--form-element-large-height, 36px)/2 - 13px)
        }

        .next-form-item.next-large .next-form-item-label {
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

    .next-form-item.next-small {
        margin-bottom: 12px;
        margin-bottom: var(--form-item-s-margin-b,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: 28px;
            line-height: var(--form-element-small-height,28px)
        }

        .next-form-item.next-small .next-form-preview {
            font-size: 12px;
            font-size: var(--form-element-small-preview-font-size,12px);
            line-height: 20px;
            line-height: var(--form-element-small-preview-height,20px)
        }

            .next-form-item.next-small .next-form-preview.next-input-textarea > p {
                font-size: 12px;
                font-size: var(--form-element-small-preview-font-size,12px);
                text-align: justify;
                min-height: 16.8px;
                min-height: calc(var(--form-element-small-preview-font-size, 12px)*1.4);
                line-height: 1.4;
                margin-top: 1.6px;
                margin-top: calc(var(--form-element-small-preview-height, 20px)/2 - var(--form-element-small-preview-font-size, 12px)*1.4/2)
            }

        .next-form-item.next-small .next-form-item-label {
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

    .next-form-item.next-top > .next-form-item-label {
        margin-bottom: undefinedpx;
        margin-bottom: var(--form-top-label-margin-b,undefinedpx)
    }

    .next-form-item.next-inset .next-form-item-label {
        padding-right: 0;
        padding-left: 0;
        line-height: inherit
    }

.next-form-item-control .next-form-text-align {
    margin: 0
}

.next-form-item-control > .next-input, .next-form-item-control > .next-input-group, .next-form-item-fullwidth .next-form-item-control > .next-date-picker, .next-form-item-fullwidth .next-form-item-control > .next-input, .next-form-item-fullwidth .next-form-item-control > .next-input-group, .next-form-item-fullwidth .next-form-item-control > .next-month-picker, .next-form-item-fullwidth .next-form-item-control > .next-range-picker, .next-form-item-fullwidth .next-form-item-control > .next-select, .next-form-item-fullwidth .next-form-item-control > .next-time-picker, .next-form-item-fullwidth .next-form-item-control > .next-year-picker {
    width: 100%
}

.next-form-item-fullwidth .next-form-item-control > .next-date-picker2 .next-date-picker2-input input {
    width: inherit
}

.next-form-item-label {
    display: inline-block;
    vertical-align: top;
    color: #666;
    color: var(--form-label-color,#666);
    text-align: right;
    padding-right: 12px;
    padding-right: var(--form-label-padding-r,12px)
}

    .next-form-item-label label[required]:before {
        margin-right: 4px;
        content: "*";
        color: #f33200;
        color: var(--form-error-color,#f33200)
    }

    .next-form-item-label.has-colon label:after {
        content: ":";
        position: relative;
        top: -.5px;
        margin: 0 0 0 2px
    }

    .next-form-item-label.next-left {
        text-align: left
    }

        .next-form-item-label.next-left > label[required]:before {
            display: none
        }

        .next-form-item-label.next-left > label[required]:after {
            margin-left: 4px;
            content: "*";
            color: #f33200;
            color: var(--form-error-color,#f33200)
        }

.next-form-item-help {
    margin-top: 0;
    margin-top: var(--form-help-margin-top,0);
    font-size: 12px;
    font-size: var(--form-help-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    color: #acacac;
    color: var(--form-help-color,#acacac)
}

.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;
        vertical-align: top;
        line-height: 0
    }

    .next-form.next-inline .next-form-item:not(:last-child) {
        margin-right: 12px;
        margin-right: var(--form-inline-m-item-margin-r,12px)
    }

    .next-form.next-inline .next-form-item.next-large:not(:last-child) {
        margin-right: 12px;
        margin-right: var(--form-inline-l-item-margin-r,12px)
    }

    .next-form.next-inline .next-form-item.next-small:not(:last-child) {
        margin-right: 24px;
        margin-right: var(--form-inline-s-item-margin-r,24px)
    }

@media screen and (min-width:0\0) and (min-resolution:0.001dpcm) {
    .next-form-item.next-left > .next-form-item-label, .next-form.next-inline .next-form-item.next-left .next-form-item-control {
        display: table-cell
    }
}

.next-form[dir=rtl] .next-form-item-label {
    text-align: left;
    padding-left: 12px;
    padding-left: var(--form-label-padding-r,12px);
    padding-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item:not(:last-child) {
    margin-left: 12px;
    margin-left: var(--form-inline-m-item-margin-r,12px);
    margin-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item.next-large:not(:last-child) {
    margin-left: 12px;
    margin-left: var(--form-inline-l-item-margin-r,12px);
    margin-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item.next-small:not(:last-child) {
    margin-left: 24px;
    margin-left: var(--form-inline-s-item-margin-r,24px);
    margin-right: 0
}

.next-avatar {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: #d8d8d8;
    background: var(--color-fill1-4,#d8d8d8);
    width: 40px;
    width: var(--avatar-size-medium,40px);
    height: 40px;
    height: var(--avatar-size-medium,40px);
    line-height: 40px;
    line-height: var(--avatar-size-medium,40px);
    border-radius: 50%
}

.next-avatar-image {
    background: transparent
}

.next-avatar-string {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center
}

.next-avatar-large {
    width: 48px;
    width: var(--avatar-size-large,48px);
    height: 48px;
    height: var(--avatar-size-large,48px);
    line-height: 48px;
    line-height: var(--avatar-size-large,48px);
    border-radius: 50%
}

.next-avatar-large-string {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center
}

.next-avatar-small {
    width: 28px;
    width: var(--avatar-size-small,28px);
    height: 28px;
    height: var(--avatar-size-small,28px);
    line-height: 28px;
    line-height: var(--avatar-size-small,28px);
    border-radius: 50%
}

.next-avatar-small-string {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center
}

.next-avatar-square {
    border-radius: 4px;
    border-radius: var(--avatar-border-radius,4px)
}

.next-avatar > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.next-select {
    display: inline-block;
    position: relative;
    font-size: 0;
    vertical-align: middle
}

    .next-select, .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 .1s linear;
    transition: all .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 {
        display: block;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        overflow: hidden
    }

        .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: #666;
        color: var(--input-disabled-color,#666)
    }

    .next-select-trigger .next-input.next-disabled .next-select-arrow {
        cursor: not-allowed
    }

    .next-select-trigger .next-select-clear {
        display: none
    }

    .next-select-trigger.next-has-clear:hover .next-select-clear {
        display: inline-block
    }

    .next-select-trigger.next-has-clear:hover .next-select-arrow {
        display: none
    }

.next-select .next-select-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100px;
    outline: 0;
    color: #333;
    color: var(--select-color,#333)
}

    .next-select .next-select-inner .next-tag {
        line-height: 1;
        margin-right: 4px;
        margin-bottom: 3px;
        padding-left: 0;
        padding-right: 0
    }

    .next-select .next-select-inner .next-input-inner {
        width: auto
    }

.next-select-trigger-search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    max-width: 100%
}

    .next-select-trigger-search > input, .next-select-trigger-search > span {
        display: block;
        font-size: inherit;
        font-family: inherit;
        letter-spacing: inherit;
        white-space: nowrap;
        overflow: hidden
    }

    .next-select-trigger-search input {
        position: absolute;
        background-color: transparent;
        width: 100%;
        height: 100% !important;
        z-index: 1;
        left: 0;
        border: 0;
        outline: 0;
        margin: 0;
        padding: 0;
        cursor: inherit
    }

    .next-select-trigger-search > span {
        position: relative;
        visibility: hidden;
        white-space: pre;
        max-width: 100%;
        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 {
    width: 1px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.next-select-single .next-select-values {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .next-select-single .next-select-values > em {
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.next-select-multiple .next-select-compact {
    position: relative;
    white-space: nowrap
}

    .next-select-multiple .next-select-compact .next-select-trigger-search {
        width: auto
    }

    .next-select-multiple .next-select-compact .next-select-tag-compact {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0 4px 0 16px;
        color: #000;
        color: var(--input-text-color,#000);
        background: linear-gradient(90deg,transparent,#fff 10px);
        background: linear-gradient(90deg,transparent,var(--input-bg-color,#fff) 10px)
    }

.next-select-multiple .next-disabled .next-select-tag-compact {
    background: linear-gradient(90deg,transparent,#f3f3f3 10px);
    background: linear-gradient(90deg,transparent,var(--input-disabled-bg-color,#f3f3f3) 10px)
}

.next-select-multiple .next-select-values, .next-select-tag .next-select-values {
    margin-bottom: -3px;
    height: auto !important
}

.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 {
    width: auto;
    min-width: 1px
}

.next-select-multiple .next-input, .next-select-tag .next-input {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.next-select-multiple.next-small .next-select-values, .next-select-tag.next-small .next-select-values {
    min-height: 26px;
    min-height: calc(var(--form-element-small-height, 28px) - 2px);
    padding-top: 6px;
    padding-top: calc(var(--form-element-small-height, 28px)/2 - var(--select-s-lineheight, 14px)/2 - 1px);
    padding-bottom: 6px;
    padding-bottom: calc(var(--form-element-small-height, 28px)/2 - var(--select-s-lineheight, 14px)/2 - 1px);
    line-height: 14px;
    line-height: var(--select-s-lineheight,14px)
}

.next-select-multiple.next-small .next-select-values-compact, .next-select-tag.next-small .next-select-values-compact {
    height: 28px !important;
    height: var(--form-element-small-height,28px) !important
}

.next-select-multiple.next-small .next-tag, .next-select-tag.next-small .next-tag {
    border: 0;
    padding-top: 0;
    padding-top: calc(var(--select-s-lineheight, 14px)/2 - 7px);
    padding-bottom: 0;
    padding-bottom: calc(var(--select-s-lineheight, 14px)/2 - 7px);
    height: 14px;
    height: var(--select-s-lineheight,14px)
}

    .next-select-multiple.next-small .next-tag .next-tag-body, .next-select-multiple.next-small .next-tag .next-tag-close-btn, .next-select-tag.next-small .next-tag .next-tag-body, .next-select-tag.next-small .next-tag .next-tag-close-btn {
        line-height: 14px;
        line-height: calc(var(--select-s-lineheight, 14px) - var(--select-s-lineheight, 14px)/2*2 + 14px)
    }

.next-select-multiple.next-small .next-tag-body, .next-select-tag.next-small .next-tag-body {
    line-height: 14px;
    line-height: var(--select-s-lineheight,14px)
}

.next-select-multiple.next-small .next-input-control, .next-select-multiple.next-small .next-input-inner, .next-select-multiple.next-small .next-input-label, .next-select-multiple.next-small .next-select-tag-compact, .next-select-tag.next-small .next-input-control, .next-select-tag.next-small .next-input-inner, .next-select-tag.next-small .next-input-label, .next-select-tag.next-small .next-select-tag-compact {
    line-height: 26px;
    line-height: calc(var(--form-element-small-height, 28px) - 2px)
}

.next-select-multiple.next-medium .next-select-values, .next-select-tag.next-medium .next-select-values {
    min-height: 30px;
    min-height: calc(var(--form-element-medium-height, 32px) - 2px);
    padding-top: 5px;
    padding-top: calc(var(--form-element-medium-height, 32px)/2 - var(--select-m-lineheight, 20px)/2 - 1px);
    padding-bottom: 5px;
    padding-bottom: calc(var(--form-element-medium-height, 32px)/2 - var(--select-m-lineheight, 20px)/2 - 1px);
    line-height: 20px;
    line-height: var(--select-m-lineheight,20px)
}

.next-select-multiple.next-medium .next-select-values-compact, .next-select-tag.next-medium .next-select-values-compact {
    height: 32px !important;
    height: var(--form-element-medium-height,32px) !important
}

.next-select-multiple.next-medium .next-tag, .next-select-tag.next-medium .next-tag {
    padding-top: 1px;
    padding-top: calc(var(--select-m-lineheight, 20px)/2 - 9px);
    padding-bottom: 1px;
    padding-bottom: calc(var(--select-m-lineheight, 20px)/2 - 9px);
    height: 20px;
    height: var(--select-m-lineheight,20px)
}

    .next-select-multiple.next-medium .next-tag .next-tag-body, .next-select-multiple.next-medium .next-tag .next-tag-close-btn, .next-select-tag.next-medium .next-tag .next-tag-body, .next-select-tag.next-medium .next-tag .next-tag-close-btn {
        line-height: 18px;
        line-height: calc(var(--select-m-lineheight, 20px) - var(--select-m-lineheight, 20px)/2*2 + 18px)
    }

.next-select-multiple.next-medium .next-input-control, .next-select-multiple.next-medium .next-input-inner, .next-select-multiple.next-medium .next-input-label, .next-select-multiple.next-medium .next-select-tag-compact, .next-select-tag.next-medium .next-input-control, .next-select-tag.next-medium .next-input-inner, .next-select-tag.next-medium .next-input-label, .next-select-tag.next-medium .next-select-tag-compact {
    line-height: 30px;
    line-height: calc(var(--form-element-medium-height, 32px) - 2px)
}

.next-select-multiple.next-large .next-select-values, .next-select-tag.next-large .next-select-values {
    min-height: 34px;
    min-height: calc(var(--form-element-large-height, 36px) - 2px);
    padding-top: 5px;
    padding-top: calc(var(--form-element-large-height, 36px)/2 - var(--select-l-lineheight, 24px)/2 - 1px);
    padding-bottom: 5px;
    padding-bottom: calc(var(--form-element-large-height, 36px)/2 - var(--select-l-lineheight, 24px)/2 - 1px);
    line-height: 24px;
    line-height: var(--select-l-lineheight,24px)
}

.next-select-multiple.next-large .next-select-values-compact, .next-select-tag.next-large .next-select-values-compact {
    height: 36px !important;
    height: var(--form-element-large-height,36px) !important
}

.next-select-multiple.next-large .next-tag, .next-select-tag.next-large .next-tag {
    padding-top: 3px;
    padding-top: calc(var(--select-l-lineheight, 24px)/2 - 9px);
    padding-bottom: 3px;
    padding-bottom: calc(var(--select-l-lineheight, 24px)/2 - 9px);
    height: 24px;
    height: var(--select-l-lineheight,24px)
}

    .next-select-multiple.next-large .next-tag .next-tag-body, .next-select-multiple.next-large .next-tag .next-tag-close-btn, .next-select-tag.next-large .next-tag .next-tag-body, .next-select-tag.next-large .next-tag .next-tag-close-btn {
        line-height: 18px;
        line-height: calc(var(--select-l-lineheight, 24px) - var(--select-l-lineheight, 24px)/2*2 + 18px)
    }

.next-select-multiple.next-large .next-input-control, .next-select-multiple.next-large .next-input-inner, .next-select-multiple.next-large .next-input-label, .next-select-multiple.next-large .next-select-tag-compact, .next-select-tag.next-large .next-input-control, .next-select-tag.next-large .next-input-inner, .next-select-tag.next-large .next-input-label, .next-select-tag.next-large .next-select-tag-compact {
    line-height: 34px;
    line-height: calc(var(--form-element-large-height, 36px) - 2px)
}

.next-select-auto-complete {
    width: 160px
}

    .next-select-auto-complete .next-input {
        width: 100%
    }

        .next-select-auto-complete .next-input .next-input-hint-wrap {
            padding-right: 1px
        }

        .next-select-auto-complete .next-input .next-select-arrow {
            padding-left: 0
        }

.next-select.next-active .next-select-symbol-fold:before, .next-select .next-select-unfold-icon:before {
    content: "\E625";
    content: var(--select-unfold-icon-content,"\E625")
}

.next-select-symbol-fold:before {
    content: "\E63D";
    content: var(--select-fold-icon-content,"\E63D")
}

.next-select-arrow {
    cursor: pointer;
    width: auto !important;
    text-align: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.next-select-popup-wrap {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.next-select-popup-wrap, .next-select-spacing-tb {
    padding: 0;
    padding: var(--popup-spacing-tb,0) 0
}

.next-select-menu-wrapper {
    max-height: 260px;
    overflow: auto;
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14))
}

    .next-select-menu-wrapper .next-select-menu {
        max-height: none;
        border: none
    }

.next-select-menu {
    max-height: 260px;
    overflow: auto
}

    .next-select-menu .next-select-menu-empty-content {
        padding-left: 8px;
        padding-right: 8px;
        color: #acacac;
        color: var(--select-hint-color,#acacac)
    }

    .next-select-menu.next-select-auto-complete-menu.next-select-menu-empty {
        display: none
    }

    .next-select-menu .next-menu-item-text .next-icon {
        vertical-align: middle
    }

.next-select-all {
    display: block;
    cursor: pointer;
    padding: 0 8px;
    margin: 0 12px 8px;
    border-bottom: 1px solid #c8c8c8;
    border-bottom: 1px solid var(--color-line1-2,#c8c8c8)
}

    .next-select-all:hover {
        color: #0c38c4;
        color: var(--color-link-3,#0c38c4)
    }

    .next-select-all .next-menu-icon-selected.next-icon {
        display: inline-block !important;
        top: auto;
        color: #1047f5;
        color: var(--color-brand1-6,#1047f5)
    }

.next-select-highlight {
    color: #1047f5;
    color: var(--select-highlight-color,#1047f5);
    font-size: 14px;
    font-size: var(--select-highlight-font,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: 28px;
    line-height: var(--form-element-small-height,28px)
}

.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values {
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px)
}

.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values {
    line-height: 36px;
    line-height: var(--form-element-large-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 {
        position: absolute;
        display: inline-block;
        height: 100%;
        line-height: 1;
        vertical-align: middle;
        overflow: hidden;
        left: 4px;
        right: 0;
        top: 30%
    }

.next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search, .next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search {
    filter: alpha(opacity=0);
    font-size: 0
}

.next-select-in-ie.next-select-trigger.next-no-search .next-select-trigger-search input {
    color: inherit
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .next-select-multiple .next-select-compact .next-select-tag-compact {
        background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 10px);
        background: linear-gradient(90deg,hsla(0,0%,100%,0),var(--input-bg-color,#fff) 10px)
    }

    .next-select-multiple .next-disabled .next-select-tag-compact {
        background: linear-gradient(90deg,hsla(0,0%,100%,0),#f3f3f3 10px);
        background: linear-gradient(90deg,hsla(0,0%,100%,0),var(--input-disabled-bg-color,#f3f3f3) 10px)
    }
}

.next-select.next-select-multiple[dir=rtl] .next-select-compact .next-select-tag-compact {
    left: 0;
    right: auto;
    padding: 0 16px 0 4px;
    background: linear-gradient(270deg,hsla(0,0%,100%,0),#fff 10px);
    background: linear-gradient(270deg,hsla(0,0%,100%,0),var(--input-bg-color,#fff) 10px)
}

.next-list-header {
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--line-1,1px) solid var(--list-divider-color,#e1e1e1);
    color: #000;
    color: var(--list-title-color,#000)
}

.next-list-footer {
    border-top: 1px solid #e1e1e1;
    border-top: var(--line-1,1px) solid var(--list-divider-color,#e1e1e1);
    color: #333;
    color: var(--list-content-color,#333)
}

.next-list-loading.next-loading {
    display: block
}

.next-list-empty {
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    color: #eee;
    color: var(--color-line1-4,#eee);
    padding: 32px 0;
    text-align: center
}

.next-list-items {
    margin: 0;
    padding: 0;
    list-style: none
}

.next-list-item {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #333;
    color: var(--list-content-color,#333)
}

.next-list-item-extra, .next-list-item-media {
    display: table-cell;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: top
}

.next-list-item-extra {
    color: #666;
    color: var(--list-extra-color,#666)
}

.next-list-item-content {
    display: table-cell;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    vertical-align: middle
}

.next-list-item-title {
    color: #000;
    color: var(--list-title-color,#000)
}

.next-list-medium .next-list-header {
    font-size: 18px;
    font-size: var(--list-size-m-title-font-size,18px);
    font-weight: 700;
    font-weight: var(--list-size-m-title-font-weight,bold)
}

.next-list-medium .next-list-footer, .next-list-medium .next-list-header {
    padding: 16px 0;
    padding: var(--list-size-m-item-padding-tb,16px) var(--list-size-m-item-padding-lr,0)
}

.next-list-medium .next-list-item-media {
    padding-right: 8px;
    padding-right: var(--list-size-m-item-media-margin,8px)
}

.next-list-medium .next-list-item-extra {
    padding-left: 8px;
    padding-left: var(--list-size-m-item-media-margin,8px)
}

.next-list-medium .next-list-item {
    font-size: 14px;
    font-size: var(--list-size-m-item-content-font-size,14px);
    line-height: 1.5;
    line-height: var(--list-size-m-item-content-line-height,1.5);
    padding: 16px 0;
    padding: var(--list-size-m-item-padding-tb,16px) var(--list-size-m-item-padding-lr,0)
}

.next-list-medium .next-list-item-title {
    font-weight: 500;
    font-weight: var(--list-size-m-item-title-font-weight,500);
    font-size: 16px;
    font-size: var(--list-size-m-item-title-font-size,16px);
    line-height: 1.5;
    line-height: var(--list-size-m-item-title-line-height,1.5)
}

.next-list-small .next-list-header {
    font-size: 14px;
    font-size: var(--list-size-s-title-font-size,14px);
    font-weight: 700;
    font-weight: var(--list-size-s-title-font-weight,bold)
}

.next-list-small .next-list-footer, .next-list-small .next-list-header {
    padding: 12px 0;
    padding: var(--list-size-s-item-padding-tb,12px) var(--list-size-s-item-padding-lr,0)
}

.next-list-small .next-list-item-media {
    padding-right: 12px;
    padding-right: var(--list-size-s-item-media-margin,12px)
}

.next-list-small .next-list-item-extra {
    padding-left: 12px;
    padding-left: var(--list-size-s-item-media-margin,12px)
}

.next-list-small .next-list-item {
    font-size: 14px;
    font-size: var(--list-size-s-item-content-font-size,14px);
    font-weight: 400;
    font-weight: var(--list-size-s-item-title-font-weight,normal);
    line-height: 1.5;
    line-height: var(--list-size-s-item-content-line-height,1.5);
    padding: 12px 0;
    padding: var(--list-size-s-item-padding-tb,12px) var(--list-size-s-item-padding-lr,0)
}

.next-list-small .next-list-item-title {
    font-size: 14px;
    font-size: var(--list-size-s-item-title-font-size,14px);
    line-height: 1.5;
    line-height: var(--list-size-s-item-title-line-height,1.5)
}

.next-list-divider .next-list-item {
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--line-1,1px) solid var(--list-divider-color,#e1e1e1)
}

    .next-list-divider .next-list-item:last-child {
        border-bottom: none
    }

.next-list[dir=rtl] .next-list-item-media {
    padding-left: 8px;
    padding-left: var(--list-size-m-item-media-margin,8px);
    padding-right: 0
}

.next-list[dir=rtl] .next-list-item-extra {
    padding-right: 8px;
    padding-right: var(--list-size-m-item-media-margin,8px);
    padding-left: 0
}

.next-list[dir=rtl] .next-list-small .next-list-item-media {
    padding-left: 12px;
    padding-left: var(--list-size-s-item-media-margin,12px);
    padding-right: 0
}

.next-list[dir=rtl] .next-list-small .next-list-item-extra {
    padding-right: 12px;
    padding-right: var(--list-size-s-item-media-margin,12px);
    padding-left: 0
}

.next-menu-btn {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none
}

.next-menu-btn-spacing-tb {
    padding: 0;
    padding: var(--popup-spacing-tb,0) 0
}

.next-menu-btn .next-icon {
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

.next-menu-btn .next-menu-btn-arrow:before {
    content: "\E63D";
    content: var(--menu-btn-fold-icon-content,"\E63D")
}

.next-menu-btn-symbol-unfold:before, .next-menu-btn.next-expand .next-menu-btn-arrow:before {
    content: "\E625";
    content: var(--menu-btn-unfold-icon-content,"\E625")
}

.next-menu-btn.next-btn-normal .next-menu-btn-arrow {
    color: #333;
    color: var(--menu-btn-pure-text-normal-icon-color,#333)
}

.next-menu-btn.next-btn-normal:hover .next-menu-btn-arrow {
    color: #000;
    color: var(--btn-pure-normal-color-hover,#000)
}

.next-menu-btn.next-btn-secondary .next-menu-btn-arrow {
    color: #1047f5;
    color: var(--menu-btn-pure-text-secondary-icon-color,#1047f5)
}

.next-menu-btn.next-btn-secondary:hover .next-menu-btn-arrow {
    color: #1047f5;
    color: var(--btn-pure-secondary-color-hover,#1047f5)
}

.next-menu-btn.next-btn-secondary.next-btn-text:hover .next-menu-btn-arrow {
    color: #1047f5;
    color: var(--btn-text-secondary-color-hover,#1047f5)
}

.next-menu-btn.next-btn-primary .next-menu-btn-arrow {
    color: #fff;
    color: var(--menu-btn-pure-text-primary-icon-color,#fff)
}

.next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
    color: #fff;
    color: var(--btn-pure-primary-color-hover,#fff)
}

.next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
    color: #333;
    color: var(--menu-btn-text-text-normal-icon-color,#333)
}

.next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
    color: #1047f5;
    color: var(--btn-text-normal-color-hover,#1047f5)
}

.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
    color: #1047f5;
    color: var(--menu-btn-text-text-primary-icon-color,#1047f5)
}

.next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
    color: #0c38c4;
    color: var(--btn-text-primary-color-hover,#0c38c4)
}

.next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
    color: #333;
    color: var(--menu-btn-ghost-light-icon-color,#333)
}

.next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
    color: #000;
    color: var(--btn-ghost-light-color-hover,#000)
}

.next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
    color: #fff;
    color: var(--menu-btn-ghost-dark-icon-color,#fff)
}

.next-menu-btn.next-btn-ghost.next-btn-dark:hover .next-menu-btn-arrow {
    color: #fff;
    color: var(--btn-ghost-dark-color-hover,#fff)
}

.next-menu-btn.disabled .next-menu-btn-arrow, .next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow, .next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow, .next-menu-btn[disabled] .next-menu-btn-arrow {
    color: #acacac;
    color: var(--menu-btn-disabled-icon-color,#acacac)
}

.next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
    color: hsla(0,0%,100%,.4);
    color: var(--menu-btn-ghost-dark-disabled-icon-color,hsla(0,0%,100%,.4))
}

.next-menu-btn[disabled].next-btn-ghost.next-btn-light .next-menu-btn-arrow {
    color: rgba(0,0,0,.3);
    color: var(--menu-btn-ghost-light-disabled-icon-color,rgba(0,0,0,.3))
}

.next-nav {
    min-width: auto;
    border-radius: 0
}

    .next-nav, .next-nav *, .next-nav :after, .next-nav :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-nav-icon.next-icon {
    margin-right: 8px;
    font-weight: inherit
}

    .next-nav-icon.next-icon .next-icon-remote, .next-nav-icon.next-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

.next-nav-group-label {
    height: 32px;
    height: var(--nav-group-height,32px);
    line-height: 32px;
    line-height: var(--nav-group-height,32px);
    font-size: 14px;
    font-size: var(--nav-group-font-size,14px)
}

.next-nav-item .next-menu-item-text > span, .next-nav-item .next-nav-group-label > span {
    opacity: 1;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear
}

.next-nav-item .next-menu-item-text > a {
    text-decoration: none;
    color: inherit
}

.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 {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ""
}

.next-nav.next-hoz {
    padding: 0;
    height: 44px;
    height: calc(var(--nav-hoz-height, 44px) + var(--nav-hoz-item-margin-tb, 0px)*2);
    line-height: 44px;
    line-height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2);
    font-size: 14px;
    font-size: var(--nav-hoz-font-size,14px)
}

    .next-nav.next-hoz .next-menu-item.next-nav-item {
        margin-left: 0;
        margin-left: var(--nav-hoz-item-margin-lr,0);
        margin-right: 0;
        margin-right: var(--nav-hoz-item-margin-lr,0);
        padding: 0 24px;
        padding: 0 var(--nav-hoz-item-padding-lr,24px);
        border-radius: 0;
        border-radius: var(--nav-hoz-item-corner,0)
    }

    .next-nav.next-hoz .next-menu-item, .next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item {
        margin-top: 0;
        margin-top: var(--nav-hoz-item-margin-tb,0);
        margin-bottom: 0;
        margin-bottom: var(--nav-hoz-item-margin-tb,0)
    }

    .next-nav.next-hoz .next-menu-item-inner {
        height: 44px;
        height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2);
        font-size: 14px;
        font-size: var(--nav-hoz-font-size,14px)
    }

    .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
        line-height: 1;
        padding: 12px 8px
    }

        .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
            height: auto;
            min-height: 44px;
            min-height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2)
        }

        .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
            display: block;
            line-height: 1;
            margin-top: 8px;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
        height: 32px;
        height: var(--nav-group-height,32px);
        line-height: 32px;
        line-height: var(--nav-group-height,32px);
        font-size: 14px;
        font-size: var(--nav-group-font-size,14px)
    }

    .next-nav.next-hoz .next-menu-header {
        float: left
    }

    .next-nav.next-hoz .next-menu-footer, .next-nav.next-hoz .next-menu-header {
        height: 44px;
        height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2)
    }

    .next-nav.next-hoz .next-menu-footer {
        float: right
    }

    .next-nav.next-hoz .next-nav-item:before {
        width: 0;
        left: 50%;
        height: 2px;
        height: var(--nav-hoz-item-selected-active-line,2px)
    }

    .next-nav.next-hoz .next-nav-item:hover:before {
        height: 0;
        height: var(--nav-hoz-item-hover-active-line,0)
    }

    .next-nav.next-hoz.next-top .next-nav-item:before {
        top: 0;
        top: calc(0px - var(--popup-local-border-width, 0px))
    }

    .next-nav.next-hoz.next-bottom .next-nav-item:before {
        bottom: 0;
        bottom: calc(0px - var(--popup-local-border-width, 0px))
    }

    .next-nav.next-hoz .next-selected.next-nav-item:before {
        width: 100%;
        left: 0;
        height: 2px;
        height: var(--nav-hoz-item-selected-active-line,2px)
    }

.next-nav.next-ver {
    padding: 0;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    line-height: 40px;
    line-height: var(--nav-ver-height,40px);
    font-size: 14px;
    font-size: var(--nav-ver-font-size,14px)
}

    .next-nav.next-ver .next-menu-item.next-nav-item {
        margin-left: 0;
        margin-left: var(--nav-ver-item-margin-lr,0);
        margin-right: 0;
        margin-right: var(--nav-ver-item-margin-lr,0);
        padding: 0 32px;
        padding: 0 var(--nav-ver-item-padding-lr,32px);
        border-radius: 0;
        border-radius: var(--nav-ver-item-corner,0)
    }

    .next-nav.next-ver .next-menu-item:not(:first-child), .next-nav.next-ver .next-menu-sub-menu-wrapper:not(:first-child) > .next-menu-item {
        margin-top: 4px;
        margin-top: var(--nav-ver-item-margin-tb,4px)
    }

    .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: 4px;
        margin-bottom: var(--nav-ver-item-margin-tb,4px)
    }

    .next-nav.next-ver .next-menu-item-inner {
        height: 40px;
        height: var(--nav-ver-height,40px);
        font-size: 14px;
        font-size: var(--nav-ver-font-size,14px)
    }

    .next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title {
        line-height: 1;
        padding: 12px 8px
    }

        .next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
            height: auto;
            min-height: 40px;
            min-height: var(--nav-ver-height,40px)
        }

        .next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
            display: block;
            line-height: 1;
            margin-top: 8px;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .next-nav.next-ver .next-nav-group-label .next-menu-item-inner {
        height: 32px;
        height: var(--nav-group-height,32px);
        line-height: 32px;
        line-height: var(--nav-group-height,32px);
        font-size: 14px;
        font-size: var(--nav-group-font-size,14px)
    }

    .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: 4px;
        margin-top: var(--nav-ver-item-margin-tb,4px)
    }

    .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: 4px;
        margin-bottom: var(--nav-ver-item-margin-tb,4px)
    }

    .next-nav.next-ver .next-menu-sub-menu {
        line-height: 36px;
        line-height: var(--nav-ver-sub-nav-height,36px)
    }

        .next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
            height: 36px;
            height: var(--nav-ver-sub-nav-height,36px);
            font-size: 14px;
            font-size: var(--nav-ver-sub-nav-font-size,14px)
        }

    .next-nav.next-ver .next-nav-item:before {
        height: 0;
        top: 50%;
        width: 2px;
        width: var(--nav-ver-item-selected-active-line,2px)
    }

    .next-nav.next-ver .next-nav-item:hover:before {
        width: 0;
        width: var(--nav-ver-item-hover-active-line,0)
    }

    .next-nav.next-ver.next-left .next-nav-item:before, .next-nav.next-ver.next-top .next-nav-item:before {
        left: 0;
        left: calc(0px - var(--popup-local-border-width, 0px))
    }

    .next-nav.next-ver.next-bottom .next-nav-item:before, .next-nav.next-ver.next-right .next-nav-item:before {
        right: 0;
        right: calc(0px - var(--popup-local-border-width, 0px))
    }

    .next-nav.next-ver .next-selected.next-nav-item:before {
        height: 100%;
        top: 0;
        width: 2px;
        width: var(--nav-ver-item-selected-active-line,2px)
    }

.next-nav.next-primary {
    border-width: 0;
    border-width: var(--nav-primary-border-width,0);
    background: #1f1f49;
    background: var(--nav-primary-bg-color,#1f1f49);
    border-color: #1f1f49;
    border-color: var(--nav-primary-border-color,#1f1f49);
    color: #fff;
    color: var(--nav-primary-text-color,#fff);
    font-weight: 400;
    font-weight: var(--nav-primary-text-style,normal);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--nav-primary-shadow,none);
    box-shadow: none;
    box-shadow: var(--nav-primary-shadow,none)
}

    .next-nav.next-primary.next-hoz {
        line-height: var(--nav-hoz-height,44px);
        line-height: 44px;
        line-height: calc(var(--nav-hoz-height, 44px) - var(--nav-primary-border-width, 0px)*2)
    }

        .next-nav.next-primary.next-hoz .next-menu-footer, .next-nav.next-primary.next-hoz .next-menu-header, .next-nav.next-primary.next-hoz .next-menu-item-inner {
            line-height: 44px;
            line-height: var(--nav-hoz-height,44px);
            height: 44px;
            height: calc(var(--nav-hoz-height, 44px) - var(--nav-primary-border-width, 0px)*2)
        }

        .next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
            top: 0;
            top: calc(0px - var(--nav-primary-border-width, 0px))
        }

        .next-nav.next-primary.next-hoz.next-bottom .next-nav-item:before {
            bottom: 0;
            bottom: calc(0px - var(--nav-primary-border-width, 0px))
        }

    .next-nav.next-primary.next-ver.next-left .next-nav-item:before {
        left: 0;
        left: calc(0px - var(--nav-primary-border-width, 0px))
    }

    .next-nav.next-primary.next-ver.next-right .next-nav-item:before {
        right: 0;
        right: calc(0px - var(--nav-primary-border-width, 0px))
    }

    .next-nav.next-primary .next-nav-item.next-menu-item {
        background: #1f1f49;
        background: var(--nav-primary-bg-color,#1f1f49);
        color: #fff;
        color: var(--nav-primary-text-color,#fff)
    }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover {
            background: #022aa7;
            background: var(--nav-primary-item-hover-bg-color,#022aa7);
            color: #fff;
            color: var(--nav-primary-item-hover-text-color,#fff);
            font-weight: 400;
            font-weight: var(--nav-primary-item-hover-text-style,normal)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
            font-weight: 400;
            font-weight: var(--nav-primary-item-selected-text-style,normal)
        }

            .next-nav.next-primary .next-nav-item.next-menu-item.next-selected, .next-nav.next-primary .next-nav-item.next-menu-item.next-selected.next-nav-item {
                background: #022aa7;
                background: var(--nav-primary-item-selected-bg-color,#022aa7);
                color: #fff;
                color: var(--nav-primary-item-selected-text-color,#fff)
            }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-opened {
            background: transparent;
            background: var(--nav-primary-item-opened-bg-color,transparent);
            color: #fff;
            color: var(--nav-primary-item-opened-text-color,#fff)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected {
            font-weight: 400;
            font-weight: var(--nav-primary-item-childselected-text-style,normal);
            background: transparent;
            background: var(--nav-primary-item-childselected-bg-color,transparent);
            color: #fff;
            color: var(--nav-primary-item-childselected-text-color,#fff)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
            color: #fff;
            color: var(--nav-primary-item-opened-text-color,#fff)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
            color: #fff;
            color: var(--nav-primary-item-childselected-text-color,#fff)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item:before {
            background: #022aa7;
            background: var(--nav-primary-item-selected-active-color,#022aa7)
        }

        .next-nav.next-primary .next-nav-item.next-menu-item:hover:before {
            background: #022aa7;
            background: var(--nav-primary-item-hover-active-color,#022aa7)
        }

    .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened {
        background: transparent;
        background: var(--nav-primary-item-opened-bg-color,transparent);
        color: #fff;
        color: var(--nav-primary-item-opened-text-color,#fff)
    }

    .next-nav.next-primary .next-nav-group-label {
        color: #333;
        color: var(--nav-primary-group-text-color,#333);
        font-weight: 400;
        font-weight: var(--nav-primary-group-text-style,normal)
    }

    .next-nav.next-primary .next-menu-sub-menu .next-menu-item {
        background: #1f1f49;
        background: var(--nav-primary-sub-nav-bg-color,#1f1f49);
        color: #fff;
        color: var(--nav-primary-sub-nav-text-color,#fff);
        font-weight: 400;
        font-weight: var(--nav-primary-sub-nav-text-style,normal)
    }

        .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-primary .next-menu-sub-menu .next-menu-item:hover {
            background: #022aa7;
            background: var(--nav-primary-sub-nav-hover-bg-color,#022aa7);
            color: #fff;
            color: var(--nav-primary-sub-nav-hover-text-color,#fff)
        }

        .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected, .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
            background: #0c38c4;
            background: var(--nav-primary-sub-nav-selected-bg-color,#0c38c4);
            color: #fff;
            color: var(--nav-primary-sub-nav-selected-text-color,#fff)
        }

    .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
        color: #ccc;
        color: var(--nav-primary-item-disabled-text-color,#ccc);
        cursor: not-allowed
    }

        .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
            color: #ccc;
            color: var(--nav-primary-item-disabled-text-color,#ccc)
        }

.next-nav.next-secondary {
    border-width: 0;
    border-width: var(--nav-secondary-border-width,0);
    background: #fff;
    background: var(--nav-secondary-bg-color,#fff);
    border-color: #1047f5;
    border-color: var(--nav-secondary-border-color,#1047f5);
    color: #333;
    color: var(--nav-secondary-text-color,#333);
    font-weight: 400;
    font-weight: var(--nav-secondary-text-style,normal);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--nav-secondary-shadow,none);
    box-shadow: none;
    box-shadow: var(--nav-secondary-shadow,none)
}

    .next-nav.next-secondary.next-hoz {
        line-height: var(--nav-hoz-height,44px);
        line-height: 44px;
        line-height: calc(var(--nav-hoz-height, 44px) - var(--nav-secondary-border-width, 0px)*2)
    }

        .next-nav.next-secondary.next-hoz .next-menu-footer, .next-nav.next-secondary.next-hoz .next-menu-header, .next-nav.next-secondary.next-hoz .next-menu-item-inner {
            line-height: 44px;
            line-height: var(--nav-hoz-height,44px);
            height: 44px;
            height: calc(var(--nav-hoz-height, 44px) - var(--nav-secondary-border-width, 0px)*2)
        }

        .next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
            top: 0;
            top: calc(0px - var(--nav-secondary-border-width, 0px))
        }

        .next-nav.next-secondary.next-hoz.next-bottom .next-nav-item:before {
            bottom: 0;
            bottom: calc(0px - var(--nav-secondary-border-width, 0px))
        }

    .next-nav.next-secondary.next-ver.next-left .next-nav-item:before {
        left: 0;
        left: calc(0px - var(--nav-secondary-border-width, 0px))
    }

    .next-nav.next-secondary.next-ver.next-right .next-nav-item:before {
        right: 0;
        right: calc(0px - var(--nav-secondary-border-width, 0px))
    }

    .next-nav.next-secondary .next-nav-item.next-menu-item {
        background: #fff;
        background: var(--nav-secondary-bg-color,#fff);
        color: #333;
        color: var(--nav-secondary-text-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: #fff;
            background: var(--nav-secondary-item-hover-bg-color,#fff);
            color: #1047f5;
            color: var(--nav-secondary-item-hover-text-color,#1047f5);
            font-weight: 400;
            font-weight: var(--nav-secondary-item-hover-text-style,normal)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected {
            font-weight: 400;
            font-weight: var(--nav-secondary-item-selected-text-style,normal)
        }

            .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected, .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected.next-nav-item {
                background: #fff;
                background: var(--nav-secondary-item-selected-bg-color,#fff);
                color: #1047f5;
                color: var(--nav-secondary-item-selected-text-color,#1047f5)
            }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-opened {
            background: #fff;
            background: var(--nav-secondary-item-opened-bg-color,#fff);
            color: #333;
            color: var(--nav-secondary-item-opened-text-color,#333)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected {
            font-weight: 400;
            font-weight: var(--nav-secondary-item-childselected-text-style,normal);
            background: #fff;
            background: var(--nav-secondary-item-childselected-bg-color,#fff);
            color: #333;
            color: var(--nav-secondary-item-childselected-text-color,#333)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
            color: #333;
            color: var(--nav-secondary-item-opened-text-color,#333)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
            color: #333;
            color: var(--nav-secondary-item-childselected-text-color,#333)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item:before {
            background: #1047f5;
            background: var(--nav-secondary-item-selected-active-color,#1047f5)
        }

        .next-nav.next-secondary .next-nav-item.next-menu-item:hover:before {
            background: #0c38c4;
            background: var(--nav-secondary-item-hover-active-color,#0c38c4)
        }

    .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened {
        background: #fff;
        background: var(--nav-secondary-item-opened-bg-color,#fff);
        color: #333;
        color: var(--nav-secondary-item-opened-text-color,#333)
    }

    .next-nav.next-secondary .next-nav-group-label {
        color: #333;
        color: var(--nav-secondary-group-text-color,#333);
        font-weight: 400;
        font-weight: var(--nav-secondary-group-text-style,normal)
    }

    .next-nav.next-secondary .next-menu-sub-menu .next-menu-item {
        background: #fff;
        background: var(--nav-secondary-sub-nav-bg-color,#fff);
        color: #333;
        color: var(--nav-secondary-sub-nav-text-color,#333);
        font-weight: 400;
        font-weight: var(--nav-secondary-sub-nav-text-style,normal)
    }

        .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-secondary .next-menu-sub-menu .next-menu-item:hover {
            background: #fff;
            background: var(--nav-secondary-sub-nav-hover-bg-color,#fff);
            color: #333;
            color: var(--nav-secondary-sub-nav-hover-text-color,#333)
        }

        .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected, .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
            background: #fff;
            background: var(--nav-secondary-sub-nav-selected-bg-color,#fff);
            color: #1047f5;
            color: var(--nav-secondary-sub-nav-selected-text-color,#1047f5)
        }

    .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
        color: #eef3ff;
        color: var(--nav-secondary-item-disabled-text-color,#eef3ff);
        cursor: not-allowed
    }

        .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
            color: #eef3ff;
            color: var(--nav-secondary-item-disabled-text-color,#eef3ff)
        }

.next-nav.next-normal {
    border-color: #e1e1e1;
    border-color: var(--nav-normal-border-color,#e1e1e1);
    font-weight: 400;
    font-weight: var(--nav-normal-text-style,normal);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--nav-normal-shadow,none);
    box-shadow: none;
    box-shadow: var(--nav-normal-shadow,none)
}

    .next-nav.next-normal, .next-nav.next-normal .next-nav-item.next-menu-item {
        background: #fff;
        background: var(--nav-normal-bg-color,#fff);
        color: #333;
        color: var(--nav-normal-text-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: #eef3ff;
            background: var(--nav-normal-item-hover-bg-color,#eef3ff);
            color: #1047f5;
            color: var(--nav-normal-item-hover-text-color,#1047f5);
            font-weight: 400;
            font-weight: var(--nav-normal-item-hover-text-style,normal)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-selected {
            font-weight: 400;
            font-weight: var(--nav-normal-item-selected-text-style,normal)
        }

            .next-nav.next-normal .next-nav-item.next-menu-item.next-selected, .next-nav.next-normal .next-nav-item.next-menu-item.next-selected.next-nav-item {
                background: #eef3ff;
                background: var(--nav-normal-item-selected-bg-color,#eef3ff);
                color: #1047f5;
                color: var(--nav-normal-item-selected-text-color,#1047f5)
            }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-opened {
            background: #fff;
            background: var(--nav-normal-item-opened-bg-color,#fff);
            color: #333;
            color: var(--nav-normal-item-opened-text-color,#333)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected {
            font-weight: 400;
            font-weight: var(--nav-normal-item-childselected-text-style,normal);
            background: #eef3ff;
            background: var(--nav-normal-item-childselected-bg-color,#eef3ff);
            color: #1047f5;
            color: var(--nav-normal-item-childselected-text-color,#1047f5)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-opened.next-nav-popup {
            color: #333;
            color: var(--nav-normal-item-opened-text-color,#333)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
            color: #1047f5;
            color: var(--nav-normal-item-childselected-text-color,#1047f5)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item:before {
            background: #1047f5;
            background: var(--nav-normal-item-selected-active-color,#1047f5)
        }

        .next-nav.next-normal .next-nav-item.next-menu-item:hover:before {
            background: #1047f5;
            background: var(--nav-normal-item-hover-active-color,#1047f5)
        }

        .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened {
            background: #fff;
            background: var(--nav-normal-item-opened-bg-color,#fff);
            color: #333;
            color: var(--nav-normal-item-opened-text-color,#333)
        }

        .next-nav.next-normal .next-nav-group-label {
            color: #333;
            color: var(--nav-normal-group-text-color,#333);
            font-weight: 400;
            font-weight: var(--nav-normal-group-text-style,normal)
        }

        .next-nav.next-normal .next-menu-sub-menu .next-menu-item {
            background: #fff;
            background: var(--nav-normal-sub-nav-bg-color,#fff);
            color: #333;
            color: var(--nav-normal-sub-nav-text-color,#333);
            font-weight: 400;
            font-weight: var(--nav-normal-sub-nav-text-style,normal)
        }

            .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover {
                background: #eef3ff;
                background: var(--nav-normal-sub-nav-hover-bg-color,#eef3ff);
                color: #1047f5;
                color: var(--nav-normal-sub-nav-hover-text-color,#1047f5)
            }

            .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected, .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
                background: #eef3ff;
                background: var(--nav-normal-sub-nav-selected-bg-color,#eef3ff);
                color: #1047f5;
                color: var(--nav-normal-sub-nav-selected-text-color,#1047f5)
            }

        .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
            color: #acacac;
            color: var(--nav-normal-item-disabled-text-color,#acacac);
            cursor: not-allowed
        }

            .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
                color: #acacac;
                color: var(--nav-normal-item-disabled-text-color,#acacac)
            }

.next-nav.next-line {
    background: transparent;
    background: var(--nav-line-bg-color,transparent);
    border-color: #c8c8c8;
    border-color: var(--nav-line-border-color,#c8c8c8);
    color: #333;
    color: var(--nav-line-text-color,#333);
    font-weight: 400;
    font-weight: var(--nav-line-text-style,normal);
    -webkit-box-shadow: none;
    box-shadow: none
}

    .next-nav.next-line.next-hoz {
        border-right-color: transparent;
        border-right-color: var(--nav-line-bg-color,transparent)
    }

    .next-nav.next-line.next-hoz, .next-nav.next-line.next-ver {
        border-top-color: transparent;
        border-top-color: var(--nav-line-bg-color,transparent);
        border-left-color: transparent;
        border-left-color: var(--nav-line-bg-color,transparent)
    }

    .next-nav.next-line.next-ver {
        border-bottom-color: transparent;
        border-bottom-color: var(--nav-line-bg-color,transparent)
    }

    .next-nav.next-line .next-nav-item.next-menu-item {
        background: transparent;
        background: var(--nav-line-bg-color,transparent);
        color: #333;
        color: var(--nav-line-text-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;
            background: var(--nav-line-item-hover-bg-color,transparent);
            color: #1047f5;
            color: var(--nav-line-item-hover-text-color,#1047f5);
            font-weight: 400;
            font-weight: var(--nav-line-item-hover-text-style,normal)
        }

        .next-nav.next-line .next-nav-item.next-menu-item.next-selected {
            font-weight: 400;
            font-weight: var(--nav-line-item-selected-text-style,normal)
        }

            .next-nav.next-line .next-nav-item.next-menu-item.next-selected, .next-nav.next-line .next-nav-item.next-menu-item.next-selected.next-nav-item {
                background: transparent;
                background: var(--nav-line-item-selected-bg-color,transparent);
                color: #1047f5;
                color: var(--nav-line-item-selected-text-color,#1047f5)
            }

        .next-nav.next-line .next-nav-item.next-menu-item.next-opened {
            background: transparent;
            background: var(--nav-line-item-opened-bg-color,transparent);
            color: #333;
            color: var(--nav-line-item-opened-text-color,#333)
        }

        .next-nav.next-line .next-nav-item.next-menu-item.next-child-selected {
            font-weight: 400;
            font-weight: var(--nav-line-item-childselected-text-style,normal);
            background: transparent;
            background: var(--nav-line-item-childselected-bg-color,transparent);
            color: #333;
            color: var(--nav-line-item-childselected-text-color,#333)
        }

        .next-nav.next-line .next-nav-item.next-menu-item.next-opened.next-nav-popup {
            color: #333;
            color: var(--nav-line-item-opened-text-color,#333)
        }

        .next-nav.next-line .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
            color: #333;
            color: var(--nav-line-item-childselected-text-color,#333)
        }

        .next-nav.next-line .next-nav-item.next-menu-item:before {
            background: transparent;
            background: var(--nav-line-item-selected-active-color,transparent)
        }

        .next-nav.next-line .next-nav-item.next-menu-item:hover:before {
            background: transparent;
            background: var(--nav-line-item-hover-active-color,transparent)
        }

    .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-opened {
        background: transparent;
        background: var(--nav-line-item-opened-bg-color,transparent);
        color: #333;
        color: var(--nav-line-item-opened-text-color,#333)
    }

    .next-nav.next-line .next-nav-group-label {
        color: #acacac;
        color: var(--nav-line-group-text-color,#acacac);
        font-weight: 400;
        font-weight: var(--nav-line-group-text-style,normal)
    }

    .next-nav.next-line .next-menu-sub-menu .next-menu-item {
        background: transparent;
        background: var(--nav-line-sub-nav-bg-color,transparent);
        color: #333;
        color: var(--nav-line-sub-nav-text-color,#333);
        font-weight: 400;
        font-weight: var(--nav-line-sub-nav-text-style,normal)
    }

        .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-line .next-menu-sub-menu .next-menu-item:hover {
            background: transparent;
            background: var(--nav-line-sub-nav-hover-bg-color,transparent);
            color: #1047f5;
            color: var(--nav-line-sub-nav-hover-text-color,#1047f5)
        }

        .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected, .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
            background: transparent;
            background: var(--nav-line-sub-nav-selected-bg-color,transparent);
            color: #1047f5;
            color: var(--nav-line-sub-nav-selected-text-color,#1047f5)
        }

    .next-nav.next-line .next-nav-item.next-menu-item.next-disabled, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
        color: #acacac;
        color: var(--nav-line-item-disabled-text-color,#acacac);
        cursor: not-allowed
    }

        .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
            color: #acacac;
            color: var(--nav-line-item-disabled-text-color,#acacac)
        }

.next-nav.next-icon-only.next-icon-only-text {
    padding-top: 4px;
    padding-bottom: 4px
}

.next-nav.next-icon-only.next-custom-icon-only-width {
    text-align: center
}

.next-nav.next-icon-only .next-menu-item-inner {
    text-overflow: clip
}

.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon {
    margin-left: -11px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--popup-local-border-width, 0px));
    margin-right: -11px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--popup-local-border-width, 0px))
}

    .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote, .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon {
    margin-left: -11px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--nav-primary-border-width, 0px));
    margin-right: -11px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--nav-primary-border-width, 0px))
}

    .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote, .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon {
    margin-left: -11px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--nav-secondary-border-width, 0px));
    margin-right: -11px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px) - var(--nav-secondary-border-width, 0px))
}

    .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote, .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon {
    margin-left: -11px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px));
    margin-right: -11px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px));
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-transform-origin: center 50%;
    -ms-transform-origin: center 50%;
    transform-origin: center 50%
}

    .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote, .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon:before {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -11px;
    margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px));
    margin-right: -11px;
    margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px))
}

    .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 {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-nav.next-icon-only .next-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 {
    height: 100%;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

    .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: -11px;
        margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px));
        margin-right: -11px;
        margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 32px))
    }

        .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 {
            width: 16px;
            width: var(--nav-icon-only-font-size,16px);
            font-size: 16px;
            font-size: var(--nav-icon-only-font-size,16px);
            line-height: inherit
        }

.next-nav-embeddable.next-nav.next-hoz .next-menu-item-inner, .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: 8px;
    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 {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

.next-nav[dir=rtl].next-hoz .next-menu-header {
    float: right
}

.next-nav[dir=rtl].next-hoz .next-menu-footer {
    float: left
}

.next-nav[dir=rtl].next-hoz .next-nav-item:before {
    width: 0;
    left: 50%
}

.next-nav[dir=rtl].next-hoz .next-selected.next-nav-item:before {
    width: 100%;
    left: auto;
    right: 0
}

.next-nav[dir=rtl].next-ver.next-left .next-nav-item:before {
    right: 0;
    right: calc(0px - var(--popup-local-border-width, 0px));
    left: auto
}

.next-nav[dir=rtl].next-ver.next-right .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--popup-local-border-width, 0px));
    right: auto
}

.next-nav[dir=rtl].next-primary.next-ver.next-left .next-nav-item:before {
    right: 0;
    right: calc(0px - var(--nav-primary-border-width, 0px));
    left: auto
}

.next-nav[dir=rtl].next-primary.next-ver.next-right .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--nav-primary-border-width, 0px));
    right: auto
}

.next-nav[dir=rtl].next-secondary.next-ver.next-left .next-nav-item:before {
    right: 0;
    right: calc(0px - var(--nav-secondary-border-width, 0px));
    left: auto
}

.next-nav[dir=rtl].next-secondary.next-ver.next-right .next-nav-item:before {
    left: 0;
    left: calc(0px - var(--nav-secondary-border-width, 0px));
    right: auto
}

.next-nav[dir=rtl] .next-nav.next-line.next-ver {
    border-top-color: transparent;
    border-top-color: var(--nav-line-bg-color,transparent);
    border-right-color: transparent;
    border-right-color: var(--nav-line-bg-color,transparent);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-bottom-color: var(--nav-line-bg-color,transparent)
}

.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon, .next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon, .next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
    margin-left: 0;
    margin-right: 1px;
    margin-right: calc(9px - var(--nav-icon-only-font-size, 16px)/2)
}

    .next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote, .next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon:before, .next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon:before, .next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote, .next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before {
        width: 16px;
        width: var(--nav-icon-only-font-size,16px);
        font-size: 16px;
        font-size: var(--nav-icon-only-font-size,16px);
        line-height: inherit
    }

.next-number-picker {
    display: inline-block
}

    .next-number-picker, .next-number-picker *, .next-number-picker :after, .next-number-picker :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-number-picker .next-btn {
            padding: 0 !important;
            line-height: 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

.next-number-picker-normal .next-input {
    width: 100%
}

    .next-number-picker-normal .next-input .next-input-control {
        padding-right: 0;
        height: 100%
    }

.next-number-picker-normal:not(.next-number-picker-no-trigger) .next-input input {
    padding-right: 2px
}

.next-number-picker-normal .next-btn {
    display: block
}

    .next-number-picker-normal .next-btn:hover {
        z-index: 1
    }

    .next-number-picker-normal .next-btn:first-child {
        border-right: none;
        border-top: none;
        height: 50%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .next-number-picker-normal .next-btn:last-child {
        border-right: none;
        border-bottom: none;
        margin-top: -1px;
        height: calc(50% + 1px);
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

.next-number-picker-normal .next-number-picker-handler {
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    height: 100%;
    display: block
}

.next-number-picker-normal:not(.next-number-picker-show-trigger) .next-number-picker-handler {
    opacity: 0
}

.next-number-picker-normal.hover .next-number-picker-handler, .next-number-picker-normal:hover .next-number-picker-handler {
    opacity: 1
}

.next-number-picker-normal .next-input.next-disabled .next-number-picker-handler {
    opacity: 0
}

.next-number-picker-normal .next-number-picker-up-icon:before {
    content: "\E625";
    content: var(--number-picker-normal-up-icon,"\E625")
}

.next-number-picker-normal .next-number-picker-down-icon:before {
    content: "\E63D";
    content: var(--number-picker-normal-down-icon,"\E63D")
}

.next-number-picker-normal.next-small {
    width: 68px
}

    .next-number-picker-normal.next-small .next-btn {
        width: 20px;
        width: var(--number-picker-normal-s-button-width,20px)
    }

        .next-number-picker-normal.next-small .next-btn:first-child {
            border-top-right-radius: 4px;
            border-top-right-radius: var(--form-element-small-corner,4px)
        }

        .next-number-picker-normal.next-small .next-btn:last-child {
            border-bottom-right-radius: 4px;
            border-bottom-right-radius: var(--form-element-small-corner,4px)
        }

    .next-number-picker-normal.next-small .next-icon .next-icon-remote, .next-number-picker-normal.next-small .next-icon:before {
        width: 4px;
        font-size: 4px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-number-picker-normal.next-small .next-icon {
        -webkit-transform: scale(.33333);
        -ms-transform: scale(.33333);
        transform: scale(.33333);
        margin-left: -4px;
        margin-right: -4px
    }

        .next-number-picker-normal.next-small .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-number-picker-normal.next-medium {
    width: 80px;
    width: var(--number-picker-normal-m-input-width,80px)
}

    .next-number-picker-normal.next-medium .next-btn {
        width: 20px;
        width: var(--number-picker-normal-m-button-width,20px)
    }

        .next-number-picker-normal.next-medium .next-btn:first-child {
            border-top-right-radius: 4px;
            border-top-right-radius: var(--form-element-medium-corner,4px)
        }

        .next-number-picker-normal.next-medium .next-btn:last-child {
            border-bottom-right-radius: 4px;
            border-bottom-right-radius: var(--form-element-medium-corner,4px)
        }

    .next-number-picker-normal.next-medium .next-icon .next-icon-remote, .next-number-picker-normal.next-medium .next-icon:before {
        width: 8px;
        font-size: 8px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-number-picker-normal.next-medium .next-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-number-picker-normal.next-medium .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-number-picker-normal.next-large {
    width: 80px;
    width: var(--number-picker-normal-l-input-width,80px)
}

    .next-number-picker-normal.next-large .next-btn {
        width: 20px;
        width: var(--number-picker-normal-l-button-width,20px)
    }

        .next-number-picker-normal.next-large .next-btn:first-child {
            border-top-right-radius: 4px;
            border-top-right-radius: var(--form-element-large-corner,4px)
        }

        .next-number-picker-normal.next-large .next-btn:last-child {
            border-bottom-right-radius: 4px;
            border-bottom-right-radius: var(--form-element-large-corner,4px)
        }

    .next-number-picker-normal.next-large .next-icon .next-icon-remote, .next-number-picker-normal.next-large .next-icon:before {
        width: 4px;
        font-size: 4px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-number-picker-normal.next-large .next-icon {
        -webkit-transform: scale(.33333);
        -ms-transform: scale(.33333);
        transform: scale(.33333);
        margin-left: -4px;
        margin-right: -4px
    }

        .next-number-picker-normal.next-large .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.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: "\E7B0";
    content: var(--number-picker-inline-add-icon,"\E7B0")
}

.next-number-picker-inline .next-number-picker-minus-icon:before {
    content: "\E7B1";
    content: var(--number-picker-inline-minus-icon,"\E7B1")
}

.next-number-picker-inline.next-small {
    width: 68px;
    min-width: 84px;
    min-width: calc(var(--form-element-small-height, 28px)*3)
}

    .next-number-picker-inline.next-small .next-icon .next-icon-remote, .next-number-picker-inline.next-small .next-icon:before {
        width: 8px;
        font-size: 8px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-number-picker-inline.next-small .next-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-number-picker-inline.next-small .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-number-picker-inline.next-small .next-btn {
    height: 28px;
    height: var(--form-element-small-height,28px)
}

.next-number-picker-inline.next-small .next-before .next-btn {
    margin-right: -1px;
    margin-right: var(--number-picker-inline-s-button-margin,-1px);
    border-top-left-radius: 4px;
    border-top-left-radius: var(--number-picker-inline-s-button-corner,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--number-picker-inline-s-button-corner,4px)
}

.next-number-picker-inline.next-small .next-after .next-btn {
    margin-left: -1px;
    margin-left: var(--number-picker-inline-s-button-margin,-1px);
    border-top-right-radius: 4px;
    border-top-right-radius: var(--number-picker-inline-s-button-corner,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--number-picker-inline-s-button-corner,4px)
}

.next-number-picker-inline.next-medium {
    width: 100px;
    width: var(--number-picker-inline-m-input-width,100px);
    min-width: 96px;
    min-width: calc(var(--form-element-medium-height, 32px)*3)
}

    .next-number-picker-inline.next-medium .next-icon .next-icon-remote, .next-number-picker-inline.next-medium .next-icon:before {
        width: 8px;
        font-size: 8px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-number-picker-inline.next-medium .next-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-number-picker-inline.next-medium .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-number-picker-inline.next-medium .next-btn {
    height: 32px;
    height: var(--form-element-medium-height,32px)
}

.next-number-picker-inline.next-medium .next-before .next-btn {
    margin-right: -1px;
    margin-right: var(--number-picker-inline-m-button-margin,-1px);
    border-top-left-radius: 4px;
    border-top-left-radius: var(--number-picker-inline-m-button-corner,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--number-picker-inline-m-button-corner,4px)
}

.next-number-picker-inline.next-medium .next-after .next-btn {
    margin-left: -1px;
    margin-left: var(--number-picker-inline-m-button-margin,-1px);
    border-top-right-radius: 4px;
    border-top-right-radius: var(--number-picker-inline-m-button-corner,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--number-picker-inline-m-button-corner,4px)
}

.next-number-picker-inline.next-large {
    width: 128px;
    width: var(--number-picker-inline-l-input-width,128px);
    min-width: 108px;
    min-width: calc(var(--form-element-large-height, 36px)*3)
}

    .next-number-picker-inline.next-large .next-icon .next-icon-remote, .next-number-picker-inline.next-large .next-icon:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

    .next-number-picker-inline.next-large .next-btn {
        height: 36px;
        height: var(--form-element-large-height,36px)
    }

    .next-number-picker-inline.next-large .next-before .next-btn {
        margin-right: undefinedpx;
        margin-right: var(--number-picker-inline-l-button-margin,undefinedpx);
        border-top-left-radius: 4px;
        border-top-left-radius: var(--number-picker-inline-l-button-corner,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--number-picker-inline-l-button-corner,4px)
    }

    .next-number-picker-inline.next-large .next-after .next-btn {
        margin-left: undefinedpx;
        margin-left: var(--number-picker-inline-l-button-margin,undefinedpx);
        border-top-right-radius: 4px;
        border-top-right-radius: var(--number-picker-inline-l-button-corner,4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--number-picker-inline-l-button-corner,4px)
    }

.next-number-picker-inline .next-btn.next-small {
    width: 28px;
    width: var(--form-element-small-height,28px)
}

.next-number-picker-inline .next-btn.next-medium {
    width: 32px;
    width: var(--form-element-medium-height,32px)
}

.next-number-picker-inline .next-btn.next-large {
    width: 36px;
    width: var(--form-element-large-height,36px)
}

@-moz-document url-prefix() {
    .next-number-picker-normal.next-small .next-number-picker-handler {
        height: 26px;
        height: calc(var(--form-element-small-height, 28px) - 2px)
    }

    .next-number-picker-normal.next-medium .next-number-picker-handler {
        height: 30px;
        height: calc(var(--form-element-medium-height, 32px) - 2px)
    }

    .next-number-picker-normal.next-large .next-number-picker-handler {
        height: 34px;
        height: calc(var(--form-element-large-height, 36px) - 2px)
    }
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child {
    border-right: 1px solid #a2a3a5;
    border-right: 1px solid var(--color-line1-3,#a2a3a5);
    border-left: 0;
    border-top-right-radius: 0
}

    .next-number-picker-normal[dir=rtl] .next-btn:first-child.next-small {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--form-element-small-corner,4px)
    }

    .next-number-picker-normal[dir=rtl] .next-btn:first-child.next-medium {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--form-element-medium-corner,4px)
    }

    .next-number-picker-normal[dir=rtl] .next-btn:first-child.next-large {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--form-element-large-corner,4px)
    }

.next-number-picker-normal[dir=rtl] .next-btn:last-child {
    border-right: 1px solid #a2a3a5;
    border-right: 1px solid var(--color-line1-3,#a2a3a5);
    border-left: 0;
    border-bottom-right-radius: 0
}

    .next-number-picker-normal[dir=rtl] .next-btn:last-child.next-small {
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--form-element-small-corner,4px)
    }

    .next-number-picker-normal[dir=rtl] .next-btn:last-child.next-medium {
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--form-element-medium-corner,4px)
    }

    .next-number-picker-normal[dir=rtl] .next-btn:last-child.next-large {
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--form-element-large-corner,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 {
        margin-left: -1px;
        margin-left: var(--number-picker-inline-s-button-margin,-1px);
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--number-picker-inline-s-button-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--number-picker-inline-s-button-corner,4px) !important
    }

    .next-number-picker-inline[dir=rtl] .next-before .next-btn.next-medium {
        margin-left: -1px;
        margin-left: var(--number-picker-inline-m-button-margin,-1px);
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--number-picker-inline-m-button-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--number-picker-inline-m-button-corner,4px) !important
    }

    .next-number-picker-inline[dir=rtl] .next-before .next-btn.next-large {
        margin-left: undefinedpx;
        margin-left: var(--number-picker-inline-l-button-margin,undefinedpx);
        border-top-right-radius: 4px !important;
        border-top-right-radius: var(--number-picker-inline-l-button-corner,4px) !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: var(--number-picker-inline-l-button-corner,4px) !important
    }

.next-number-picker-inline[dir=rtl] .next-after .next-btn {
    margin-left: 0
}

    .next-number-picker-inline[dir=rtl] .next-after .next-btn.next-small {
        margin-right: -1px;
        margin-right: var(--number-picker-inline-s-button-margin,-1px);
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--number-picker-inline-s-button-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--number-picker-inline-s-button-corner,4px) !important
    }

    .next-number-picker-inline[dir=rtl] .next-after .next-btn.next-medium {
        margin-right: -1px;
        margin-right: var(--number-picker-inline-m-button-margin,-1px);
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--number-picker-inline-m-button-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--number-picker-inline-m-button-corner,4px) !important
    }

    .next-number-picker-inline[dir=rtl] .next-after .next-btn.next-large {
        margin-right: undefinedpx;
        margin-right: var(--number-picker-inline-l-button-margin,undefinedpx);
        border-top-left-radius: 4px !important;
        border-top-left-radius: var(--number-picker-inline-l-button-corner,4px) !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: var(--number-picker-inline-l-button-corner,4px) !important
    }

.next-pagination[dir=rtl] .next-pagination-total {
    margin-right: 0;
    margin-left: 16px
}

.next-pagination[dir=rtl] .next-pagination-jump-go {
    margin-left: 0;
    margin-right: 4px
}

.next-pagination[dir=rtl] .next-pagination-size-selector-title {
    margin-right: 0;
    margin-left: 8px;
    margin-left: var(--pagination-size-selector-title-margin-right,8px)
}

.next-pagination[dir=rtl] .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn {
    border-left: none;
    border-right: 1px solid #c8c8c8;
    border-right: var(--line-1,1px) solid var(--color-line1-2,#c8c8c8)
}

.next-pagination[dir=rtl] .next-pagination-pages + .next-pagination-size-selector, .next-pagination[dir=rtl] .next-pagination-size-selector + .next-pagination-pages {
    margin-left: 0;
    margin-right: 40px
}

.next-pagination[dir=rtl].next-start .next-pagination-pages {
    float: left
}

.next-pagination[dir=rtl].next-end .next-pagination-pages, .next-pagination[dir=rtl].next-start .next-pagination-size-selector {
    float: right
}

.next-pagination[dir=rtl].next-end .next-pagination-size-selector {
    float: left
}

.next-pagination[dir=rtl].next-small .next-pagination-list {
    margin: 0 4px;
    margin: 0 var(--pagination-small-item-split,4px)
}

.next-pagination[dir=rtl].next-small .next-pagination-total {
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-small .next-pagination-item {
    padding: 0 6px;
    border-width: 0;
    border-width: var(--pagination-small-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-small-item-corner,2px)
}

    .next-pagination[dir=rtl].next-small .next-pagination-item + .next-pagination-item {
        margin: 0 4px 0 0;
        margin: 0 var(--pagination-small-item-split,4px) 0 0
    }

.next-pagination[dir=rtl].next-small .next-pagination-ellipsis {
    height: 28px;
    height: var(--form-element-small-height,28px);
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination[dir=rtl].next-small .next-pagination-ellipsis .next-icon-remote, .next-pagination[dir=rtl].next-small .next-pagination-ellipsis:before {
        width: 12px;
        width: var(--pagination-small-ellipsis-size,12px);
        font-size: 12px;
        font-size: var(--pagination-small-ellipsis-size,12px);
        line-height: inherit
    }

.next-pagination[dir=rtl].next-small .next-pagination-display {
    font-size: 12px;
    font-size: var(--pagination-small-total-font-size,12px)
}

    .next-pagination[dir=rtl].next-small .next-pagination-display em {
        font-size: 12px;
        font-size: var(--pagination-small-current-font-size,12px)
    }

.next-pagination[dir=rtl].next-small .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--pagination-small-jump-font-size,12px)
}

.next-pagination[dir=rtl].next-small .next-pagination-jump-input {
    width: 36px;
    width: var(--pagination-small-input-width,36px)
}

.next-pagination[dir=rtl].next-small .next-pagination-size-selector-title {
    height: 28px;
    height: var(--form-element-small-height,28px);
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    font-size: 12px;
    font-size: var(--pagination-small-jump-font-size,12px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-small .next-pagination-size-selector-btn {
    padding: 0 8px;
    padding: 0 var(--pagination-small-size-selector-number-padding,8px)
}

.next-pagination[dir=rtl].next-small .next-pagination-item.next-next:not([disabled]) i, .next-pagination[dir=rtl].next-small .next-pagination-item.next-prev:not([disabled]) i {
    color: #666;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination[dir=rtl].next-medium .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--pagination-item-split,8px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-total {
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-medium .next-pagination-item {
    padding: 0 10px;
    border-width: 0;
    border-width: var(--pagination-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-item-corner,2px)
}

    .next-pagination[dir=rtl].next-medium .next-pagination-item + .next-pagination-item {
        margin: 0 8px 0 0;
        margin: 0 var(--pagination-item-split,8px) 0 0
    }

.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis {
    height: 32px;
    height: var(--form-element-medium-height,32px);
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination[dir=rtl].next-medium .next-pagination-ellipsis .next-icon-remote, .next-pagination[dir=rtl].next-medium .next-pagination-ellipsis:before {
        width: 12px;
        width: var(--pagination-ellipsis-size,12px);
        font-size: 12px;
        font-size: var(--pagination-ellipsis-size,12px);
        line-height: inherit
    }

.next-pagination[dir=rtl].next-medium .next-pagination-display {
    font-size: 14px;
    font-size: var(--pagination-total-font-size,14px)
}

    .next-pagination[dir=rtl].next-medium .next-pagination-display em {
        font-size: 14px;
        font-size: var(--pagination-current-font-size,14px)
    }

.next-pagination[dir=rtl].next-medium .next-pagination-jump-text {
    font-size: 14px;
    font-size: var(--pagination-jump-font-size,14px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-jump-input {
    width: 48px;
    width: var(--pagination-input-width,48px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-title {
    height: 32px;
    height: var(--form-element-medium-height,32px);
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    font-size: 14px;
    font-size: var(--pagination-jump-font-size,14px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-btn {
    padding: 0 12px;
    padding: 0 var(--pagination-size-selector-number-padding,12px)
}

.next-pagination[dir=rtl].next-medium .next-pagination-item.next-next:not([disabled]) i, .next-pagination[dir=rtl].next-medium .next-pagination-item.next-prev:not([disabled]) i {
    color: #666;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination[dir=rtl].next-large .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--pagination-large-item-split,8px)
}

.next-pagination[dir=rtl].next-large .next-pagination-total {
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-large .next-pagination-item {
    padding: 0 15px;
    border-width: 0;
    border-width: var(--pagination-large-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-large-item-corner,2px)
}

    .next-pagination[dir=rtl].next-large .next-pagination-item + .next-pagination-item {
        margin: 0 8px 0 0;
        margin: 0 var(--pagination-large-item-split,8px) 0 0
    }

.next-pagination[dir=rtl].next-large .next-pagination-ellipsis {
    height: 36px;
    height: var(--form-element-large-height,36px);
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination[dir=rtl].next-large .next-pagination-ellipsis .next-icon-remote, .next-pagination[dir=rtl].next-large .next-pagination-ellipsis:before {
        width: 16px;
        width: var(--pagination-large-ellipsis-size,16px);
        font-size: 16px;
        font-size: var(--pagination-large-ellipsis-size,16px);
        line-height: inherit
    }

.next-pagination[dir=rtl].next-large .next-pagination-display {
    font-size: 14px;
    font-size: var(--pagination-large-total-font-size,14px)
}

    .next-pagination[dir=rtl].next-large .next-pagination-display em {
        font-size: 14px;
        font-size: var(--pagination-large-current-font-size,14px)
    }

.next-pagination[dir=rtl].next-large .next-pagination-jump-text {
    font-size: 14px;
    font-size: var(--pagination-large-jump-font-size,14px)
}

.next-pagination[dir=rtl].next-large .next-pagination-jump-input {
    width: 48px;
    width: var(--pagination-large-input-width,48px)
}

.next-pagination[dir=rtl].next-large .next-pagination-size-selector-title {
    height: 36px;
    height: var(--form-element-large-height,36px);
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    font-size: 14px;
    font-size: var(--pagination-large-jump-font-size,14px);
    vertical-align: middle
}

.next-pagination[dir=rtl].next-large .next-pagination-size-selector-btn {
    padding: 0 12px;
    padding: 0 var(--pagination-large-size-selector-number-padding,12px)
}

.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;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination {
    font-size: 0
}

    .next-pagination, .next-pagination *, .next-pagination :after, .next-pagination :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-pagination:after {
            visibility: hidden;
            display: block;
            height: 0;
            font-size: 0;
            content: " ";
            clear: both
        }

.next-pagination-total {
    display: inline-block;
    font-size: 14px;
    font-size: var(--font-size-body-2,14px);
    margin-right: 16px
}

.next-pagination-pages {
    display: inline-block
}

.next-pagination-list {
    display: inline-block;
    vertical-align: top
}

.next-pagination .next-pagination-item:not([disabled]) {
    display: inline-block;
    border-style: solid;
    border-style: var(--pagination-item-border-style,solid);
    border-color: #e1e1e1;
    border-color: var(--pagination-item-border-color,#e1e1e1);
    background: #fff;
    background: var(--pagination-item-bg,#fff);
    color: #666;
    color: var(--pagination-item-color,#666);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--pagination-item-shadow,none);
    box-shadow: none;
    box-shadow: var(--pagination-item-shadow,none)
}

.next-pagination .next-pagination-item {
    -webkit-transition: none;
    transition: none
}

    .next-pagination .next-pagination-item.next-current {
        border-color: #eef3ff;
        border-color: var(--pagination-item-current-border-color,#eef3ff);
        background: #eef3ff;
        background: var(--pagination-item-current-bg,#eef3ff);
        color: #1047f5;
        color: var(--pagination-item-current-color,#1047f5);
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--pagination-item-current-shadow,none);
        box-shadow: none;
        box-shadow: var(--pagination-item-current-shadow,none)
    }

        .next-pagination .next-pagination-item.next-current:focus, .next-pagination .next-pagination-item.next-current:hover {
            border-color: transparent;
            border-color: var(--pagination-item-current-hover-border-color,transparent);
            background: #eef3ff;
            background: var(--pagination-item-current-hover-bg,#eef3ff);
            color: #1047f5;
            color: var(--pagination-item-current-hover-color,#1047f5);
            -webkit-box-shadow: none;
            -webkit-box-shadow: var(--pagination-item-current-hover-shadow,none);
            box-shadow: none;
            box-shadow: var(--pagination-item-current-hover-shadow,none)
        }

.next-pagination-ellipsis {
    display: inline-block;
    color: #666;
    color: var(--pagination-ellipsis-color,#666);
    vertical-align: top
}

.next-pagination-display {
    display: inline-block;
    margin: 0 16px;
    color: #666;
    color: var(--pagination-total-color,#666);
    vertical-align: middle
}

    .next-pagination-display em {
        font-style: normal;
        color: #1047f5;
        color: var(--pagination-current-color,#1047f5)
    }

.next-pagination-jump-text {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    color: var(--pagination-jump-color,#666)
}

.next-pagination-jump-input {
    margin: 0 8px;
    margin: 0 var(--pagination-input-margin,8px);
    vertical-align: top
}

.next-pagination-jump-go {
    margin-left: 4px;
    vertical-align: top
}

.next-pagination-size-selector {
    display: inline-block;
    position: relative
}

.next-pagination-size-selector-title {
    margin-right: 8px;
    margin-right: var(--pagination-size-selector-title-margin-right,8px);
    color: #666;
    color: var(--pagination-size-selector-title-color,#666)
}

.next-pagination-size-selector-filter {
    display: inline-block;
    vertical-align: middle
}

.next-pagination-size-selector-dropdown {
    vertical-align: top;
    min-width: 64px
}

    .next-pagination-size-selector-dropdown .next-select-inner, .next-pagination-size-selector-popup {
        min-width: 64px
    }

.next-pagination-size-selector-btn.next-btn-text {
    height: auto;
    line-height: normal;
    color: #666;
    color: var(--pagination-size-selector-filter-color,#666);
    border-radius: 0
}

    .next-pagination-size-selector-btn.next-btn-text.next-current {
        color: #1047f5;
        color: var(--pagination-size-selector-filter-current-color,#1047f5)
    }

    .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn {
        border-left: 1px solid #c8c8c8;
        border-left: var(--line-1,1px) solid var(--color-line1-2,#c8c8c8)
    }

.next-pagination-pages + .next-pagination-size-selector, .next-pagination-size-selector + .next-pagination-pages {
    margin-left: 40px
}

.next-pagination.next-hide {
    display: none
}

.next-pagination.next-start .next-pagination-pages {
    float: right
}

.next-pagination.next-end .next-pagination-pages, .next-pagination.next-start .next-pagination-size-selector {
    float: left
}

.next-pagination.next-end .next-pagination-size-selector {
    float: right
}

.next-pagination.next-small .next-pagination-list {
    margin: 0 4px;
    margin: 0 var(--pagination-small-item-split,4px)
}

.next-pagination.next-small .next-pagination-total {
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    vertical-align: middle
}

.next-pagination.next-small .next-pagination-item {
    padding: 0 8px;
    padding: 0 var(--pagination-small-item-padding,8px);
    border-width: 0;
    border-width: var(--pagination-small-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-small-item-corner,2px)
}

    .next-pagination.next-small .next-pagination-item + .next-pagination-item {
        margin: 0 0 0 4px;
        margin: 0 0 0 var(--pagination-small-item-split,4px)
    }

.next-pagination.next-small .next-pagination-ellipsis {
    height: 28px;
    height: var(--form-element-small-height,28px);
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination.next-small .next-pagination-ellipsis .next-icon-remote, .next-pagination.next-small .next-pagination-ellipsis:before {
        width: 12px;
        width: var(--pagination-small-ellipsis-size,12px);
        font-size: 12px;
        font-size: var(--pagination-small-ellipsis-size,12px);
        line-height: inherit
    }

.next-pagination.next-small .next-pagination-display {
    font-size: 12px;
    font-size: var(--pagination-small-total-font-size,12px)
}

    .next-pagination.next-small .next-pagination-display em {
        font-size: 12px;
        font-size: var(--pagination-small-current-font-size,12px)
    }

.next-pagination.next-small .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--pagination-small-jump-font-size,12px)
}

.next-pagination.next-small .next-pagination-jump-input {
    width: 36px;
    width: var(--pagination-small-input-width,36px)
}

.next-pagination.next-small .next-pagination-size-selector-title {
    height: 28px;
    height: var(--form-element-small-height,28px);
    line-height: 28px;
    line-height: var(--form-element-small-height,28px);
    font-size: 12px;
    font-size: var(--pagination-small-jump-font-size,12px);
    vertical-align: middle
}

.next-pagination.next-small .next-pagination-size-selector-btn {
    padding: 0 8px;
    padding: 0 var(--pagination-small-size-selector-number-padding,8px)
}

.next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i, .next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i {
    color: #666;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination.next-small.next-arrow-only .next-pagination-item.next-next, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev {
    width: 20px;
    padding: 0
}

    .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 {
    width: 20px;
    padding: 0
}

    .next-pagination.next-small.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
        margin: 0 auto
    }

.next-pagination.next-small.next-no-border .next-pagination-item.next-next, .next-pagination.next-small.next-no-border .next-pagination-item.next-prev {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .next-pagination.next-small.next-no-border .next-pagination-item.next-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: #1047f5;
        color: var(--pagination-arrow-hover-color-noboder,#1047f5)
    }

.next-pagination.next-small.next-no-border .next-pagination-display {
    margin: 0 8px
}

.next-pagination.next-small.next-mini .next-pagination-item.next-prev {
    margin-right: 4px
}

.next-pagination.next-small.next-mini .next-pagination-item.next-next {
    margin-left: 4px
}

.next-pagination.next-medium .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--pagination-item-split,8px)
}

.next-pagination.next-medium .next-pagination-total {
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    vertical-align: middle
}

.next-pagination.next-medium .next-pagination-item {
    padding: 0 12px;
    padding: 0 var(--pagination-item-padding,12px);
    border-width: 0;
    border-width: var(--pagination-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-item-corner,2px)
}

    .next-pagination.next-medium .next-pagination-item + .next-pagination-item {
        margin: 0 0 0 8px;
        margin: 0 0 0 var(--pagination-item-split,8px)
    }

.next-pagination.next-medium .next-pagination-ellipsis {
    height: 32px;
    height: var(--form-element-medium-height,32px);
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination.next-medium .next-pagination-ellipsis .next-icon-remote, .next-pagination.next-medium .next-pagination-ellipsis:before {
        width: 12px;
        width: var(--pagination-ellipsis-size,12px);
        font-size: 12px;
        font-size: var(--pagination-ellipsis-size,12px);
        line-height: inherit
    }

.next-pagination.next-medium .next-pagination-display {
    font-size: 14px;
    font-size: var(--pagination-total-font-size,14px)
}

    .next-pagination.next-medium .next-pagination-display em {
        font-size: 14px;
        font-size: var(--pagination-current-font-size,14px)
    }

.next-pagination.next-medium .next-pagination-jump-text {
    font-size: 14px;
    font-size: var(--pagination-jump-font-size,14px)
}

.next-pagination.next-medium .next-pagination-jump-input {
    width: 48px;
    width: var(--pagination-input-width,48px)
}

.next-pagination.next-medium .next-pagination-size-selector-title {
    height: 32px;
    height: var(--form-element-medium-height,32px);
    line-height: 32px;
    line-height: var(--form-element-medium-height,32px);
    font-size: 14px;
    font-size: var(--pagination-jump-font-size,14px);
    vertical-align: middle
}

.next-pagination.next-medium .next-pagination-size-selector-btn {
    padding: 0 12px;
    padding: 0 var(--pagination-size-selector-number-padding,12px)
}

.next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i, .next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i {
    color: #666;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev {
    width: 28px;
    padding: 0
}

    .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 {
    width: 28px;
    padding: 0
}

    .next-pagination.next-medium.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
        margin: 0 auto
    }

.next-pagination.next-medium.next-no-border .next-pagination-item.next-next, .next-pagination.next-medium.next-no-border .next-pagination-item.next-prev {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .next-pagination.next-medium.next-no-border .next-pagination-item.next-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: #1047f5;
        color: var(--pagination-arrow-hover-color-noboder,#1047f5)
    }

.next-pagination.next-medium.next-no-border .next-pagination-display {
    margin: 0 12px
}

.next-pagination.next-medium.next-mini .next-pagination-item.next-prev {
    margin-right: 4px
}

.next-pagination.next-medium.next-mini .next-pagination-item.next-next {
    margin-left: 4px
}

.next-pagination.next-large .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--pagination-large-item-split,8px)
}

.next-pagination.next-large .next-pagination-total {
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    vertical-align: middle
}

.next-pagination.next-large .next-pagination-item {
    padding: 0 12px;
    padding: 0 var(--pagination-large-item-padding,12px);
    border-width: 0;
    border-width: var(--pagination-large-item-border-width,0);
    border-radius: 2px;
    border-radius: var(--pagination-large-item-corner,2px)
}

    .next-pagination.next-large .next-pagination-item + .next-pagination-item {
        margin: 0 0 0 8px;
        margin: 0 0 0 var(--pagination-large-item-split,8px)
    }

.next-pagination.next-large .next-pagination-ellipsis {
    height: 36px;
    height: var(--form-element-large-height,36px);
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    margin-left: 12px;
    margin-left: var(--pagination-ellipsis-margin,12px);
    margin-right: 12px;
    margin-right: var(--pagination-ellipsis-margin,12px)
}

    .next-pagination.next-large .next-pagination-ellipsis .next-icon-remote, .next-pagination.next-large .next-pagination-ellipsis:before {
        width: 16px;
        width: var(--pagination-large-ellipsis-size,16px);
        font-size: 16px;
        font-size: var(--pagination-large-ellipsis-size,16px);
        line-height: inherit
    }

.next-pagination.next-large .next-pagination-display {
    font-size: 14px;
    font-size: var(--pagination-large-total-font-size,14px)
}

    .next-pagination.next-large .next-pagination-display em {
        font-size: 14px;
        font-size: var(--pagination-large-current-font-size,14px)
    }

.next-pagination.next-large .next-pagination-jump-text {
    font-size: 14px;
    font-size: var(--pagination-large-jump-font-size,14px)
}

.next-pagination.next-large .next-pagination-jump-input {
    width: 48px;
    width: var(--pagination-large-input-width,48px)
}

.next-pagination.next-large .next-pagination-size-selector-title {
    height: 36px;
    height: var(--form-element-large-height,36px);
    line-height: 36px;
    line-height: var(--form-element-large-height,36px);
    font-size: 14px;
    font-size: var(--pagination-large-jump-font-size,14px);
    vertical-align: middle
}

.next-pagination.next-large .next-pagination-size-selector-btn {
    padding: 0 12px;
    padding: 0 var(--pagination-large-size-selector-number-padding,12px)
}

.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;
    color: var(--pagination-arrow-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: #1047f5;
    color: var(--pagination-arrow-hover-color,#1047f5)
}

.next-pagination.next-large.next-arrow-only .next-pagination-item.next-next, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev {
    width: 40px;
    padding: 0
}

    .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 {
    width: 40px;
    padding: 0
}

    .next-pagination.next-large.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
        margin: 0 auto
    }

.next-pagination.next-large.next-no-border .next-pagination-item.next-next, .next-pagination.next-large.next-no-border .next-pagination-item.next-prev {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .next-pagination.next-large.next-no-border .next-pagination-item.next-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: #1047f5;
        color: var(--pagination-arrow-hover-color-noboder,#1047f5)
    }

.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";
    content: var(--pagination-icon-prev-content,"\E61D")
}

.next-pagination-icon-next:before {
    content: "\E619";
    content: var(--pagination-icon-next-content,"\E619")
}

.next-pagination-icon-ellipsis:before {
    content: "\E654";
    content: var(--pagination-icon-ellipsis-content,"\E654")
}

.next-paragraph {
    color: #ccc;
    color: var(--paragraph-text-color,#ccc)
}

.next-paragraph-short {
    line-height: 1.5;
    line-height: var(--paragraph-s-line-height,1.5)
}

.next-paragraph-long {
    line-height: 2;
    line-height: var(--paragraph-l-line-height,2)
}

.next-paragraph-small {
    font-size: 14px;
    font-size: var(--paragraph-s-font-size,14px)
}

.next-paragraph-medium {
    font-size: 14px;
    font-size: var(--paragraph-m-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, .next-progress-line *, .next-progress-line :after, .next-progress-line :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-progress-line {
    width: 100%;
    display: inline-block;
    position: relative
}

.next-progress-line-container {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.next-progress-line-underlay {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #e1e1e1;
    background: var(--progress-line-underlay-color,#e1e1e1)
}

.next-progress-line-overlay {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.next-progress-line-overlay-normal {
    background: #1047f5;
    background: var(--progress-line-normal-color,#1047f5)
}

.next-progress-line-overlay-success {
    background: #04c3b3;
    background: var(--progress-line-success-color,#04c3b3)
}

.next-progress-line-overlay-error {
    background: #f33200;
    background: var(--progress-line-error-color,#f33200)
}

.next-progress-line-overlay-started {
    background: #1047f5;
    background: var(--progress-line-started-color,#1047f5)
}

.next-progress-line-overlay-middle {
    background: #1047f5;
    background: var(--progress-line-middle-color,#1047f5)
}

.next-progress-line-overlay-finishing {
    background: #04c3b3;
    background: var(--progress-line-finishing-color,#04c3b3)
}

.next-progress-line.next-small .next-progress-line-overlay, .next-progress-line.next-small .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-s,8px);
    height: 4px;
    height: var(--progress-line-height-size-s,4px)
}

.next-progress-line.next-small .next-progress-line-overlay {
    top: 50%;
    margin-top: -2px;
    margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2)
}

.next-progress-line.next-small .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-s,12px);
    line-height: 4px;
    line-height: var(--progress-line-height-size-s,4px)
}

.next-progress-line.next-medium .next-progress-line-overlay, .next-progress-line.next-medium .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-m,8px);
    height: 8px;
    height: var(--progress-line-height-size-m,8px)
}

.next-progress-line.next-medium .next-progress-line-overlay {
    top: 50%;
    margin-top: -4px;
    margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2)
}

.next-progress-line.next-medium .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-m,12px);
    line-height: 8px;
    line-height: var(--progress-line-height-size-m,8px)
}

.next-progress-line.next-large .next-progress-line-overlay, .next-progress-line.next-large .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-l,8px);
    height: 12px;
    height: var(--progress-line-height-size-l,12px)
}

.next-progress-line.next-large .next-progress-line-overlay {
    top: 50%;
    margin-top: -6px;
    margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2)
}

.next-progress-line.next-large .next-progress-line-text {
    font-size: 14px;
    font-size: var(--progress-line-font-l,14px);
    line-height: 12px;
    line-height: var(--progress-line-height-size-l,12px)
}

.next-progress-line-show-info .next-progress-line-container {
    padding-right: 60px;
    margin-right: -60px
}

.next-progress-line-show-info .next-progress-line-text {
    width: 50px;
    text-align: left;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    color: #333;
    color: var(--progress-line-font-color,#333)
}

.next-progress-line-show-border .next-progress-line-underlay {
    border: 1px solid #e1e1e1;
    border: var(--progress-line-underlay-border-width,1px) solid var(--progress-line-underlay-border-color,#e1e1e1)
}

.next-progress-line-show-border.next-small .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-s,8px);
    height: 6px;
    height: calc(var(--progress-line-height-size-s, 4px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-line-show-border.next-small .next-progress-line-overlay {
    height: 4px;
    height: var(--progress-line-height-size-s,4px);
    border-radius: 8px;
    border-radius: var(--progress-line-radius-s,8px);
    top: 50%;
    margin-top: -2px;
    margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2)
}

.next-progress-line-show-border.next-small .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-s,12px);
    line-height: 6px;
    line-height: calc(var(--progress-line-height-size-s, 4px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-line-show-border.next-medium .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-m,8px);
    height: 10px;
    height: calc(var(--progress-line-height-size-m, 8px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-line-show-border.next-medium .next-progress-line-overlay {
    height: 8px;
    height: var(--progress-line-height-size-m,8px);
    border-radius: 8px;
    border-radius: var(--progress-line-radius-m,8px);
    top: 50%;
    margin-top: -4px;
    margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2)
}

.next-progress-line-show-border.next-medium .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-m,12px);
    line-height: 10px;
    line-height: calc(var(--progress-line-height-size-m, 8px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-line-show-border.next-large .next-progress-line-underlay {
    border-radius: 8px;
    border-radius: var(--progress-line-radius-l,8px);
    height: 14px;
    height: calc(var(--progress-line-height-size-l, 12px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-line-show-border.next-large .next-progress-line-overlay {
    height: 12px;
    height: var(--progress-line-height-size-l,12px);
    border-radius: 8px;
    border-radius: var(--progress-line-radius-l,8px);
    top: 50%;
    margin-top: -6px;
    margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2)
}

.next-progress-line-show-border.next-large .next-progress-line-text {
    font-size: 14px;
    font-size: var(--progress-line-font-l,14px);
    line-height: 14px;
    line-height: calc(var(--progress-line-height-size-l, 12px) + var(--progress-line-underlay-border-width, 1px)*2)
}

.next-progress-circle, .next-progress-circle *, .next-progress-circle :after, .next-progress-circle :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-progress-circle {
    position: relative;
    display: inline-block
}

.next-progress-circle-underlay {
    stroke-width: 8px;
    stroke-width: var(--progress-circle-underlay-width,8px);
    stroke: #e1e1e1;
    stroke: var(--progress-circle-underlay-color,#e1e1e1)
}

.next-progress-circle-overlay {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    stroke-linecap: round;
    stroke-linecap: var(--progress-circle-corner,round);
    stroke-width: 8px;
    stroke-width: var(--progress-circle-overlay-width,8px)
}

.next-progress-circle-overlay-normal {
    stroke: #1047f5;
    stroke: var(--progress-circle-normal-color,#1047f5)
}

.next-progress-circle-overlay-success {
    stroke: #04c3b3;
    stroke: var(--progress-circle-success-color,#04c3b3)
}

.next-progress-circle-overlay-error {
    stroke: #f33200;
    stroke: var(--progress-circle-error-color,#f33200)
}

.next-progress-circle-overlay-started {
    stroke: #f33200;
    stroke: var(--progress-circle-started-color,#f33200)
}

.next-progress-circle-overlay-middle {
    stroke: #ff6a00;
    stroke: var(--progress-circle-middle-color,#ff6a00)
}

.next-progress-circle-overlay-finishing {
    stroke: #04c3b3;
    stroke: var(--progress-circle-finishing-color,#04c3b3)
}

.next-progress-circle.next-small {
    width: 100px;
    width: var(--progress-circle-size-s,100px);
    height: 100px;
    height: var(--progress-circle-size-s,100px);
    font-size: 14px;
    font-size: var(--progress-circle-font-s,14px)
}

.next-progress-circle.next-medium {
    width: 116px;
    width: var(--progress-circle-size-m,116px);
    height: 116px;
    height: var(--progress-circle-size-m,116px);
    font-size: 16px;
    font-size: var(--progress-circle-font-m,16px)
}

.next-progress-circle.next-large {
    width: 132px;
    width: var(--progress-circle-size-l,132px);
    height: 132px;
    height: var(--progress-circle-size-l,132px);
    font-size: 16px;
    font-size: var(--progress-circle-font-l,16px)
}

.next-progress-circle-text {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    color: #333;
    color: var(--progress-circle-text-color,#333)
}

.next-range {
    width: 100%;
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

    .next-range, .next-range *, .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-top: auto;
                margin-bottom: auto
            }

        .next-range .next-range-track {
            width: 100%
        }

        .next-range .next-range-selected, .next-range .next-range-track {
            position: absolute;
            top: 50%;
            border-radius: 0;
            border-radius: var(--range-size-m-track-radius,0)
        }

        .next-range .next-range-selected {
            width: 0;
            left: 0
        }

        .next-range .next-range-scale {
            position: relative;
            width: 100%;
            height: 4px;
            height: var(--range-size-m-scale-height,4px)
        }

            .next-range .next-range-scale .next-range-scale-item {
                position: absolute;
                left: 0;
                width: 2px;
                border: 1px solid;
                border: var(--range-size-m-scale-item-border-width,1px) solid;
                border-radius: 0;
                border-radius: var(--range-size-m-scale-radius,0)
            }

                .next-range .next-range-scale .next-range-scale-item:last-child {
                    margin-left: -2px;
                    margin-left: calc(0px - var(--range-size-m-scale-item-border-width, 1px)*2)
                }

        .next-range .next-range-slider {
            position: absolute;
            top: 50%;
            left: 0;
            border-radius: 50%
        }

        .next-range .next-range-slider-inner {
            position: absolute;
            top: 50%;
            left: 50%;
            border: 1px solid #1047f5;
            border: var(--range-size-slider-border-width,1px) var(--range-size-slider-border-style,solid) var(--range-normal-slider-border-color,#1047f5);
            border-radius: 50%;
            -webkit-transition: border-color .1s linear,-webkit-transform .1s linear;
            transition: border-color .1s linear,-webkit-transform .1s linear;
            transition: transform .1s linear,border-color .1s linear;
            transition: transform .1s linear,border-color .1s linear,-webkit-transform .1s linear
        }

        .next-range .next-range-frag.next-range-active .next-range-slider .next-range-slider-inner, .next-range .next-range-slider.next-range-slider-moving .next-range-slider-inner {
            border: 2px solid #1047f5;
            border: var(--line-2,2px) var(--line-solid,solid) var(--range-normal-selected-color,#1047f5);
            -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 4px 4px 8px 0 rgba(0,0,0,.08);
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

        .next-range .next-range-mark {
            position: relative;
            cursor: auto
        }

            .next-range .next-range-mark .next-range-mark-text {
                position: absolute;
                left: 0;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                padding-left: 2px;
                text-align: center
            }

        .next-range .next-range-frag {
            position: absolute;
            top: 0
        }

            .next-range .next-range-frag .next-range-slider {
                left: 0
            }

                .next-range .next-range-frag .next-range-slider:nth-child(2) {
                    left: 100%
                }

            .next-range .next-range-frag .next-range-selected {
                width: 100%
            }

        .next-range.disabled {
            cursor: not-allowed
        }

            .next-range.disabled .next-range-mark {
                cursor: auto
            }

        .next-range .next-range-track {
            background: #e1e1e1;
            background: var(--range-normal-unselected-color,#e1e1e1)
        }

            .next-range .next-range-track:hover {
                background: #e1e1e1;
                background: var(--range-normal-unselected-color-hover,#e1e1e1)
            }

        .next-range .next-range-selected {
            background: #1047f5;
            background: var(--range-normal-selected-color,#1047f5)
        }

            .next-range .next-range-selected:hover {
                background: #1047f5;
                background: var(--range-normal-selected-color-hover,#1047f5)
            }

        .next-range .next-range-scale .next-range-scale-item {
            border-color: #e1e1e1;
            border-color: var(--range-normal-unselected-color,#e1e1e1);
            background: #e1e1e1;
            background: var(--range-normal-unselected-color,#e1e1e1)
        }

            .next-range .next-range-scale .next-range-scale-item:hover {
                border-color: #e1e1e1;
                border-color: var(--range-normal-unselected-color-hover,#e1e1e1)
            }

            .next-range .next-range-scale .next-range-scale-item.activated {
                border-color: #1047f5;
                border-color: var(--range-normal-selected-color,#1047f5);
                background: #1047f5;
                background: var(--range-normal-selected-color,#1047f5)
            }

                .next-range .next-range-scale .next-range-scale-item.activated:hover {
                    border-color: #1047f5;
                    border-color: var(--range-normal-selected-color-hover,#1047f5)
                }

        .next-range .next-range-slider-inner {
            background: #fff;
            background: var(--range-normal-slider-bg-color,#fff);
            border-color: #1047f5;
            border-color: var(--range-normal-slider-border-color,#1047f5)
        }

            .next-range .next-range-slider-inner:hover {
                background: #fff;
                background: var(--range-normal-slider-bg-color-hover,#fff);
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2)
            }

        .next-range .next-range-mark .next-range-mark-text {
            color: #666;
            color: var(--range-normal-mark-color,#666)
        }

            .next-range .next-range-mark .next-range-mark-text:hover {
                color: #acacac;
                color: var(--range-normal-mark-color-hover,#acacac)
            }

            .next-range .next-range-mark .next-range-mark-text.activated {
                color: #666;
                color: var(--range-normal-mark-selected-color,#666)
            }

                .next-range .next-range-mark .next-range-mark-text.activated:hover {
                    color: #333;
                    color: var(--range-normal-mark-selected-color-hover,#333)
                }

        .next-range.disabled .next-range-track {
            background: #e1e1e1;
            background: var(--range-normal-unselected-color-disabled,#e1e1e1)
        }

        .next-range.disabled .next-range-selected {
            background: #1047f5;
            background: var(--range-normal-selected-color-disabled,#1047f5)
        }

        .next-range.disabled .next-range-scale-item {
            border-color: #e1e1e1;
            border-color: var(--range-normal-unselected-color-disabled,#e1e1e1)
        }

            .next-range.disabled .next-range-scale-item.activated {
                border-color: #1047f5;
                border-color: var(--range-normal-selected-color-disabled,#1047f5)
            }

        .next-range.disabled .next-range-slider-inner {
            background: #e1e1e1;
            background: var(--range-normal-slider-bg-color-disabled,#e1e1e1);
            border-color: #c8c8c8;
            border-color: var(--range-normal-slider-border-color-disabled,#c8c8c8);
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .next-range.disabled .next-range-mark-text {
            color: #333;
            color: var(--range-normal-mark-color-disabled,#333)
        }

            .next-range.disabled .next-range-mark-text.activated {
                color: #333;
                color: var(--range-normal-mark-selected-color-disabled,#333)
            }

        .next-range .next-range-selected, .next-range .next-range-track {
            height: 4px;
            height: var(--range-size-m-track-height,4px);
            margin-top: -2px;
            margin-top: calc(0px - var(--range-size-m-track-height, 4px)/2)
        }

        .next-range .next-range-frag {
            margin-top: 0;
            margin-top: calc(var(--range-size-m-scale-height, 4px)/2 - var(--range-size-m-track-height, 4px)/2);
            height: 4px;
            height: var(--range-size-m-track-height,4px)
        }

        .next-range .next-range-slider {
            -webkit-box-shadow: none;
            -webkit-box-shadow: var(--range-size-m-slider-shadow,none);
            box-shadow: none;
            box-shadow: var(--range-size-m-slider-shadow,none)
        }

        .next-range .next-range-slider, .next-range .next-range-slider-inner {
            height: 16px;
            height: var(--range-size-m-slider-hw,16px);
            width: 16px;
            width: var(--range-size-m-slider-hw,16px);
            margin-top: -8px;
            margin-top: calc(0px - var(--range-size-m-slider-hw, 16px)/2);
            margin-left: -8px;
            margin-left: calc(0px - var(--range-size-m-slider-hw, 16px)/2)
        }

        .next-range .next-range-mark {
            display: block
        }

            .next-range .next-range-mark .next-range-mark-text {
                font-size: 12px;
                font-size: var(--range-size-m-mark-font-size,12px);
                font-weight: 400;
                font-weight: var(--range-size-m-mark-font-weight,normal);
                line-height: 20px;
                line-height: var(--range-size-m-mark-font-lineheight,20px);
                height: 20px;
                height: var(--range-size-m-mark-font-lineheight,20px)
            }

            .next-range .next-range-mark.next-range-mark-below {
                height: 28px;
                height: var(--range-size-m-mark-top,28px)
            }

                .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: 28px;
                height: var(--range-size-m-mark-top,28px)
            }

        .next-range .next-range-scale .next-range-scale-item {
            height: 4px;
            height: var(--range-size-m-scale-height,4px)
        }

        .next-range.simulation-hover > .next-range-slider-inner {
            background: #fff;
            background: var(--range-normal-slider-bg-color-hover,#fff);
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

        .next-range.simulation-hover .next-range-selected {
            background: #1047f5;
            background: var(--range-normal-selected-color-hover,#1047f5)
        }

        .next-range.simulation-hover .next-range-track {
            background: #e1e1e1;
            background: var(--range-normal-unselected-color-hover,#e1e1e1)
        }

        .next-range.simulation-hover .next-range-scale-item {
            border-color: #e1e1e1;
            border-color: var(--range-normal-unselected-color-hover,#e1e1e1)
        }

            .next-range.simulation-hover .next-range-scale-item.activated {
                border-color: #1047f5;
                border-color: var(--range-normal-selected-color-hover,#1047f5)
            }

        .next-range.simulation-click > .next-range-slider-inner {
            border: 2px solid #1047f5;
            border: 2px solid var(--range-normal-selected-color,#1047f5);
            -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,.08);
            box-shadow: 4px 4px 8px 0 rgba(0,0,0,.08);
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2)
        }

        .next-range[dir=rtl] .next-range-mark {
            position: relative;
            cursor: auto
        }

            .next-range[dir=rtl] .next-range-mark .next-range-mark-text {
                position: absolute;
                right: 0;
                -webkit-transform: translateX(50%);
                -ms-transform: translateX(50%);
                transform: translateX(50%);
                padding-right: 2px;
                text-align: center
            }

.next-rating[dir=rtl] .next-rating-overlay {
    right: 0;
    left: auto
}

    .next-rating[dir=rtl] .next-rating-overlay .next-rating-icon, .next-rating[dir=rtl] .next-rating-underlay .next-rating-icon {
        margin-right: 4px;
        margin-left: 0
    }

        .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 {
    vertical-align: top;
    display: inline-block;
    position: relative
}

    .next-rating:after {
        visibility: hidden;
        display: block;
        height: 0;
        font-size: 0;
        content: " ";
        clear: both
    }

.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";
    content: var(--rating-grade-icon-content,"\E60E")
}

.next-rating-underlay {
    white-space: nowrap;
    overflow: hidden
}

    .next-rating-underlay .next-icon {
        color: #e1e1e1;
        color: var(--rating-normal-underlay-color,#e1e1e1)
    }

.next-rating-stroke-mode .next-rating-underlay .next-icon {
    color: transparent;
    -webkit-text-stroke: 1px #1047f5;
    -webkit-text-stroke: 1px var(--rating-normal-overlay-color,#1047f5)
}

.next-rating-overlay {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width: 0;
    top: 0;
    left: 0
}

    .next-rating-overlay .next-icon {
        color: #1047f5;
        color: var(--rating-normal-overlay-color,#1047f5)
    }

    .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 .1s linear;
        transition: all .1s linear
    }

        .next-rating-overlay .next-icon.hover, .next-rating-underlay .next-icon.hover {
            -webkit-transform: scale3d(1.1,1.1,1.1);
            transform: scale3d(1.1,1.1,1.1)
        }

        .next-rating-overlay .next-icon.clicked, .next-rating-underlay .next-icon.clicked {
            -webkit-transform: scale3d(.9,.9,.9);
            transform: scale3d(.9,.9,.9)
        }

.next-rating-info {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    border: 1px solid #d8d8d8;
    border: 1px solid var(--color-fill1-4,#d8d8d8);
    background: #fff;
    padding: 4px 8px 3px;
    font-size: 12px;
    white-space: nowrap
}

    .next-rating-info:after {
        position: absolute;
        content: "";
        width: 4px;
        height: 4px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
        border: 1px solid var(--color-fill1-4,#d8d8d8);
        background: #fff;
        border-bottom: 1px solid transparent;
        border-right: 1px solid transparent;
        top: -3px;
        left: 4px
    }

.next-rating.hover, .next-rating:focus .next-rating-base:not(.next-rating-base-disabled) {
    outline: none
}

    .next-rating.hover .next-rating-overlay .next-icon, .next-rating:focus .next-rating-base:not(.next-rating-base-disabled) .next-rating-overlay .next-icon {
        color: #fccc12;
        color: var(--rating-normal-overlay-hover-color,#fccc12)
    }

.next-rating-grade-low.hover .next-rating-overlay .next-icon, .next-rating-grade-low .next-rating-overlay .next-icon {
    color: #fccc12;
    color: var(--rating-grade-low-overlay-color,#fccc12)
}

.next-rating-grade-high .next-rating-overlay .next-icon {
    color: #fccc12;
    color: var(--rating-grade-high-overlay-color,#fccc12)
}

.next-rating-grade-high.hover .next-rating-overlay .next-icon {
    color: #fccc12;
    color: var(--rating-grade-high-overlay-hover-color,#fccc12)
}

.next-rating-small {
    font-size: 14px;
    font-size: var(--rating-small-font-size,14px)
}

    .next-rating-small .next-icon .next-icon-remote, .next-rating-small .next-icon:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-rating-small .next-rating-text {
        margin-left: 8px;
        margin-left: var(--rating-small-text-margin-left,8px)
    }

.next-rating-medium {
    font-size: 14px;
    font-size: var(--rating-medium-font-size,14px)
}

    .next-rating-medium .next-icon .next-icon-remote, .next-rating-medium .next-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-rating-medium .next-rating-text {
        margin-left: 12px;
        margin-left: var(--rating-medium-text-margin-left,12px)
    }

.next-rating-large {
    font-size: 16px;
    font-size: var(--rating-large-font-size,16px)
}

    .next-rating-large .next-icon .next-icon-remote, .next-rating-large .next-icon:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-rating-large .next-rating-text {
        margin-left: 16px;
        margin-left: var(--rating-large-text-margin-left,16px)
    }

.next-search-simple[dir=rtl].next-large .next-search-icon {
    margin-left: 12px;
    margin-right: 0
}

.next-search-simple[dir=rtl].next-medium .next-search-icon {
    margin-left: 8px;
    margin-right: 0
}

.next-search-simple[dir=rtl].next-normal .next-search-left .next-search-left-addon {
    border-left: 1px solid #c8c8c8;
    border-left: 1px solid var(--search-simple-normal-split-color,#c8c8c8);
    border-right: none
}

.next-search-simple[dir=rtl].next-dark .next-search-left {
    border-color: #c8c8c8;
    border-color: var(--search-simple-dark-color,#c8c8c8)
}

    .next-search-simple[dir=rtl].next-dark .next-search-left .next-search-left-addon {
        border-right: 1px solid #c8c8c8;
        border-right: 1px solid var(--search-simple-dark-split-color,#c8c8c8)
    }

.next-search-simple[dir=rtl].next-dark:hover .next-search-left {
    border-color: #e1e1e1;
    border-color: var(--search-simple-dark-hover-color,#e1e1e1)
}

.next-search-simple[dir=rtl].next-dark .next-search-icon {
    color: #f3f3f3;
    color: var(--search-simple-dark-icon-text-color,#f3f3f3)
}

    .next-search-simple[dir=rtl].next-dark .next-search-icon:hover {
        color: #fff;
        color: var(--search-simple-dark-icon-hover-text-color,#fff)
    }

.next-search-normal[dir=rtl] .next-search-left {
    border-left: none;
    border-top-right-radius: 4px;
    border-top-right-radius: var(--search-normal-corner,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--search-normal-corner,4px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.next-search-normal[dir=rtl] .next-search-btn.next-btn {
    border-radius: 4px 0 0 4px !important;
    border-radius: var(--search-normal-corner,4px) 0 0 var(--search-normal-corner,4px) !important
}

.next-search-normal[dir=rtl] .next-input {
    border-radius: 0 4px 4px 0;
    border-radius: 0 var(--search-normal-corner,4px) var(--search-normal-corner,4px) 0
}

.next-search-normal[dir=rtl].next-primary .next-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-top-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px));
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px))
}

.next-search-normal[dir=rtl].next-primary .next-search-left .next-search-left-addon {
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid var(--search-normal-primary-split-color,#e1e1e1);
    border-right: none
}

.next-search-normal[dir=rtl].next-secondary .next-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-top-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px));
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px))
}

.next-search-normal[dir=rtl].next-secondary .next-search-left .next-search-left-addon {
    border-left: 1px solid #c8c8c8;
    border-left: 1px solid var(--search-normal-secondary-split-color,#c8c8c8);
    border-right: none
}

.next-search-normal[dir=rtl].next-normal .next-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-top-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px));
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px))
}

.next-search-normal[dir=rtl].next-normal .next-search-left .next-search-left-addon {
    border-left: 1px solid #c8c8c8;
    border-left: 1px solid var(--search-normal-normal-split-color,#c8c8c8);
    border-right: none
}

.next-search-normal[dir=rtl].next-dark .next-search-left .next-search-left-addon {
    border-left: 1px solid #1047f5;
    border-left: 1px solid var(--search-normal-dark-color,#1047f5);
    border-right: none
}

.next-search {
    width: 100%;
    display: inline-block
}

    .next-search, .next-search *, .next-search :after, .next-search :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-search .next-input, .next-search .next-select {
            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 .1s linear;
            transition: all .1s linear
        }

        .next-search .next-search-left-addon .next-input, .next-search .next-search-left-addon .next-select-trigger-search {
            min-height: 100%;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0
        }

        .next-search .next-search-left-addon .next-select-values {
            line-height: 1
        }

        .next-search .next-search-left-addon.next-input-group-addon .next-select {
            margin: 0
        }

        .next-search .next-search-left-addon + .next-search-input .next-input {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

        .next-search .next-search-input {
            width: 100%
        }

        .next-search .next-search-btn {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .next-search .next-search-symbol-icon:before {
            content: "\E656";
            content: var(--search-search-icon-content,"\E656")
        }

.next-search-normal {
    width: 600px
}

    .next-search-normal .next-search-left {
        border-top-left-radius: 4px;
        border-top-left-radius: var(--search-normal-corner,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--search-normal-corner,4px)
    }

    .next-search-normal .next-input {
        border-radius: 4px 0 0 4px;
        border-radius: var(--search-normal-corner,4px) 0 0 var(--search-normal-corner,4px)
    }

    .next-search-normal .next-btn {
        border-radius: 0 4px 4px 0;
        border-radius: 0 var(--search-normal-corner,4px) var(--search-normal-corner,4px) 0
    }

    .next-search-normal.next-primary .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-normal-primary-color,#1047f5)
    }

        .next-search-normal.next-primary .next-search-left .next-search-left-addon {
            border-right: 1px solid #e1e1e1;
            border-right: 1px solid var(--search-normal-primary-split-color,#e1e1e1)
        }

    .next-search-normal.next-primary:hover .next-btn, .next-search-normal.next-primary:hover .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-normal-primary-hover-color,#1047f5)
    }

    .next-search-normal.next-primary .next-search-btn {
        background: #1047f5;
        background: var(--search-normal-primary-color,#1047f5);
        border-color: #1047f5;
        border-color: var(--search-normal-primary-color,#1047f5);
        color: #fff;
        color: var(--search-normal-primary-btn-text-color,#fff)
    }

        .next-search-normal.next-primary .next-search-btn:hover {
            background: #0c38c4;
            background: var(--search-normal-primary-btn-hover-bg-color,#0c38c4);
            border-color: #1047f5;
            border-color: var(--search-normal-primary-hover-color,#1047f5);
            color: #fff;
            color: var(--search-normal-primary-btn-hover-text-color,#fff)
        }

        .next-search-normal.next-primary .next-search-btn .next-icon {
            color: #fff;
            color: var(--search-normal-primary-btn-text-color,#fff)
        }

            .next-search-normal.next-primary .next-search-btn .next-icon:hover {
                color: #fff;
                color: var(--search-normal-primary-btn-hover-text-color,#fff)
            }

    .next-search-normal.next-primary.next-large {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-primary-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-primary-shadow,none)
    }

        .next-search-normal.next-primary.next-large .next-search-btn, .next-search-normal.next-primary.next-large .next-search-left {
            border-width: 1px;
            border-width: var(--search-normal-primary-border-width,1px);
            height: 36px;
            height: var(--search-normal-primary-l-height,36px)
        }

        .next-search-normal.next-primary.next-large .next-search-input {
            height: 34px;
            height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-primary.next-large .next-search-input input {
                line-height: 34px \0;
                line-height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px)*2) \0
            }

            .next-search-normal.next-primary.next-large .next-search-input input, .next-search-normal.next-primary.next-large .next-select {
                height: 34px;
                height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px)*2)
            }

        .next-search-normal.next-primary.next-large .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-primary-l-btn-text-size,14px)
        }

            .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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-primary.next-large .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-primary-btn-text-padding-left,4px)
            }

    .next-search-normal.next-primary.next-medium {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-primary-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-primary-shadow,none)
    }

        .next-search-normal.next-primary.next-medium .next-search-btn, .next-search-normal.next-primary.next-medium .next-search-left {
            border-width: 1px;
            border-width: var(--search-normal-primary-border-width,1px);
            height: 32px;
            height: var(--search-normal-primary-m-height,32px)
        }

        .next-search-normal.next-primary.next-medium .next-search-input {
            height: 30px;
            height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-primary.next-medium .next-search-input input {
                line-height: 30px \0;
                line-height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px)*2) \0
            }

            .next-search-normal.next-primary.next-medium .next-search-input input, .next-search-normal.next-primary.next-medium .next-select {
                height: 30px;
                height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px)*2)
            }

        .next-search-normal.next-primary.next-medium .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-primary-m-btn-text-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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-primary.next-medium .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-primary-btn-text-padding-left,4px)
            }

    .next-search-normal.next-primary .next-input {
        border-top-left-radius: 3px;
        border-top-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px));
        border-bottom-left-radius: 3px;
        border-bottom-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-primary-border-width, 1px))
    }

    .next-search-normal.next-secondary .next-search-left {
        border-color: #c8c8c8;
        border-color: var(--search-normal-secondary-color,#c8c8c8)
    }

        .next-search-normal.next-secondary .next-search-left .next-search-left-addon {
            border-right: 1px solid #c8c8c8;
            border-right: 1px solid var(--search-normal-secondary-split-color,#c8c8c8)
        }

    .next-search-normal.next-secondary:hover .next-btn, .next-search-normal.next-secondary:hover .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-normal-secondary-hover-color,#1047f5)
    }

    .next-search-normal.next-secondary .next-search-btn {
        background: #eef3ff;
        background: var(--search-normal-secondary-btn-bg-color,#eef3ff);
        border-color: #eef3ff;
        border-color: var(--search-normal-secondary-btn-bg-color,#eef3ff);
        color: #1047f5;
        color: var(--search-normal-secondary-btn-text-color,#1047f5)
    }

        .next-search-normal.next-secondary .next-search-btn:hover {
            background: #dfe8ff;
            background: var(--search-normal-secondary-btn-hover-bg-color,#dfe8ff);
            border-color: #1047f5;
            border-color: var(--search-normal-secondary-hover-color,#1047f5);
            color: #1047f5;
            color: var(--search-normal-secondary-btn-hover-text-color,#1047f5)
        }

        .next-search-normal.next-secondary .next-search-btn .next-icon {
            color: #1047f5;
            color: var(--search-normal-secondary-btn-text-color,#1047f5)
        }

            .next-search-normal.next-secondary .next-search-btn .next-icon:hover {
                color: #1047f5;
                color: var(--search-normal-secondary-btn-hover-text-color,#1047f5)
            }

    .next-search-normal.next-secondary.next-large {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-secondary-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-secondary-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;
            border-width: var(--search-normal-secondary-border-width,1px);
            height: 36px;
            height: var(--search-normal-secondary-l-height,36px)
        }

        .next-search-normal.next-secondary.next-large .next-search-input {
            height: 34px;
            height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-secondary.next-large .next-search-input input {
                line-height: 34px \0;
                line-height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px)*2) \0
            }

            .next-search-normal.next-secondary.next-large .next-search-input input, .next-search-normal.next-secondary.next-large .next-select {
                height: 34px;
                height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px)*2)
            }

        .next-search-normal.next-secondary.next-large .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-secondary-l-btn-text-size,14px)
        }

            .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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-secondary.next-large .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-secondary-btn-text-padding-left,4px)
            }

    .next-search-normal.next-secondary.next-medium {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-secondary-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-secondary-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;
            border-width: var(--search-normal-secondary-border-width,1px);
            height: 32px;
            height: var(--search-normal-secondary-m-height,32px)
        }

        .next-search-normal.next-secondary.next-medium .next-search-input {
            height: 30px;
            height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-secondary.next-medium .next-search-input input {
                line-height: 30px \0;
                line-height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px)*2) \0
            }

            .next-search-normal.next-secondary.next-medium .next-search-input input, .next-search-normal.next-secondary.next-medium .next-select {
                height: 30px;
                height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px)*2)
            }

        .next-search-normal.next-secondary.next-medium .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-secondary-m-btn-text-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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-secondary.next-medium .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-secondary-btn-text-padding-left,4px)
            }

    .next-search-normal.next-secondary .next-input {
        border-top-left-radius: 3px;
        border-top-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-secondary-border-width, 1px));
        border-bottom-left-radius: 3px;
        border-bottom-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-secondary-border-width, 1px))
    }

    .next-search-normal.next-normal .next-search-left {
        border-color: #c8c8c8;
        border-color: var(--search-normal-normal-color,#c8c8c8)
    }

        .next-search-normal.next-normal .next-search-left .next-search-left-addon {
            border-right: 1px solid #c8c8c8;
            border-right: 1px solid var(--search-normal-normal-split-color,#c8c8c8)
        }

    .next-search-normal.next-normal:hover .next-btn, .next-search-normal.next-normal:hover .next-search-left {
        border-color: #a2a3a5;
        border-color: var(--search-normal-normal-hover-color,#a2a3a5)
    }

    .next-search-normal.next-normal .next-search-btn {
        background: #fff;
        background: var(--search-normal-normal-btn-bg-color,#fff);
        border-color: #c8c8c8;
        border-color: var(--search-normal-normal-color,#c8c8c8);
        color: #666;
        color: var(--search-normal-normal-btn-text-color,#666)
    }

        .next-search-normal.next-normal .next-search-btn:hover {
            background: #f3f3f3;
            background: var(--search-normal-normal-btn-hover-bg-color,#f3f3f3);
            border-color: #a2a3a5;
            border-color: var(--search-normal-normal-hover-color,#a2a3a5);
            color: #000;
            color: var(--search-normal-normal-btn-hover-text-color,#000)
        }

        .next-search-normal.next-normal .next-search-btn .next-icon {
            color: #666;
            color: var(--search-normal-normal-btn-text-color,#666)
        }

            .next-search-normal.next-normal .next-search-btn .next-icon:hover {
                color: #000;
                color: var(--search-normal-normal-btn-hover-text-color,#000)
            }

    .next-search-normal.next-normal.next-large {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-normal-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-normal-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;
            border-width: var(--search-normal-normal-border-width,1px);
            height: 36px;
            height: var(--search-normal-normal-l-height,36px)
        }

        .next-search-normal.next-normal.next-large .next-search-input {
            height: 34px;
            height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-normal.next-large .next-search-input input {
                line-height: 34px \0;
                line-height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px)*2) \0
            }

            .next-search-normal.next-normal.next-large .next-search-input input, .next-search-normal.next-normal.next-large .next-select {
                height: 34px;
                height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px)*2)
            }

        .next-search-normal.next-normal.next-large .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-normal-l-btn-text-size,14px)
        }

            .next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote, .next-search-normal.next-normal.next-large .next-search-btn .next-icon:before {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-normal.next-large .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-normal-btn-text-padding-left,4px)
            }

    .next-search-normal.next-normal.next-medium {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-normal-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-normal-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;
            border-width: var(--search-normal-normal-border-width,1px);
            height: 32px;
            height: var(--search-normal-normal-m-height,32px)
        }

        .next-search-normal.next-normal.next-medium .next-search-input {
            height: 30px;
            height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-normal.next-medium .next-search-input input {
                line-height: 30px \0;
                line-height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px)*2) \0
            }

            .next-search-normal.next-normal.next-medium .next-search-input input, .next-search-normal.next-normal.next-medium .next-select {
                height: 30px;
                height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px)*2)
            }

        .next-search-normal.next-normal.next-medium .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-normal-m-btn-text-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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-normal.next-medium .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-normal-btn-text-padding-left,4px)
            }

    .next-search-normal.next-normal .next-input {
        border-top-left-radius: 3px;
        border-top-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-normal-border-width, 1px));
        border-bottom-left-radius: 3px;
        border-bottom-left-radius: calc(var(--search-normal-corner, 4px) - var(--search-normal-normal-border-width, 1px))
    }

    .next-search-normal.next-dark .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-normal-dark-color,#1047f5)
    }

        .next-search-normal.next-dark .next-search-left .next-search-left-addon {
            border-right: 1px solid #1047f5;
            border-right: 1px solid var(--search-normal-dark-color,#1047f5)
        }

    .next-search-normal.next-dark:hover .next-btn, .next-search-normal.next-dark:hover .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-normal-dark-hover-color,#1047f5)
    }

    .next-search-normal.next-dark .next-search-btn {
        background: #1047f5;
        background: var(--search-normal-dark-color,#1047f5);
        border-color: #1047f5;
        border-color: var(--search-normal-dark-color,#1047f5);
        color: #fff;
        color: var(--search-normal-dark-btn-text-color,#fff)
    }

        .next-search-normal.next-dark .next-search-btn:hover {
            background: #0c38c4;
            background: var(--search-normal-dark-btn-hover-bg-color,#0c38c4);
            border-color: #1047f5;
            border-color: var(--search-normal-dark-hover-color,#1047f5);
            color: #fff;
            color: var(--search-normal-dark-btn-hover-text-color,#fff)
        }

        .next-search-normal.next-dark .next-search-btn .next-icon {
            color: #fff;
            color: var(--search-normal-dark-btn-text-color,#fff)
        }

            .next-search-normal.next-dark .next-search-btn .next-icon:hover {
                color: #fff;
                color: var(--search-normal-dark-btn-hover-text-color,#fff)
            }

    .next-search-normal.next-dark .next-select-inner, .next-search-normal.next-dark input {
        color: #fff;
        color: var(--search-normal-dark-text-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;
        -webkit-box-shadow: var(--search-normal-dark-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-dark-shadow,none)
    }

        .next-search-normal.next-dark.next-large .next-search-btn, .next-search-normal.next-dark.next-large .next-search-left {
            border-width: 2px;
            border-width: var(--search-normal-dark-border-width,2px);
            height: 36px;
            height: var(--search-normal-dark-l-height,36px)
        }

        .next-search-normal.next-dark.next-large .next-search-input {
            height: 32px;
            height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 2px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-dark.next-large .next-search-input input {
                line-height: 32px \0;
                line-height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 2px)*2) \0
            }

            .next-search-normal.next-dark.next-large .next-search-input input, .next-search-normal.next-dark.next-large .next-select {
                height: 32px;
                height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 2px)*2)
            }

        .next-search-normal.next-dark.next-large .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-dark-l-btn-text-size,14px)
        }

            .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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-dark.next-large .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-dark-btn-text-padding-left,4px)
            }

    .next-search-normal.next-dark.next-medium {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--search-normal-dark-shadow,none);
        box-shadow: none;
        box-shadow: var(--search-normal-dark-shadow,none)
    }

        .next-search-normal.next-dark.next-medium .next-search-btn, .next-search-normal.next-dark.next-medium .next-search-left {
            border-width: 2px;
            border-width: var(--search-normal-dark-border-width,2px);
            height: 32px;
            height: var(--search-normal-dark-m-height,32px)
        }

        .next-search-normal.next-dark.next-medium .next-search-input {
            height: 28px;
            height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 2px)*2);
            overflow-y: hidden
        }

            .next-search-normal.next-dark.next-medium .next-search-input input {
                line-height: 28px \0;
                line-height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 2px)*2) \0
            }

            .next-search-normal.next-dark.next-medium .next-search-input input, .next-search-normal.next-dark.next-medium .next-select {
                height: 28px;
                height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 2px)*2)
            }

        .next-search-normal.next-dark.next-medium .next-search-btn {
            font-size: 14px;
            font-size: var(--search-normal-dark-m-btn-text-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 {
                width: 16px;
                font-size: 16px;
                line-height: inherit
            }

            .next-search-normal.next-dark.next-medium .next-search-btn .next-search-btn-text {
                display: inline-block;
                padding-left: 4px;
                padding-left: var(--search-normal-dark-btn-text-padding-left,4px)
            }

    .next-search-normal:not([dir=rtl]) .next-search-left {
        border-right: none
    }

.next-search-simple {
    width: 300px;
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--search-simple-normal-shadow,none);
    box-shadow: none;
    box-shadow: var(--search-simple-normal-shadow,none);
    border-radius: 4px;
    border-radius: var(--search-simple-corner,4px)
}

    .next-search-simple .next-search-icon {
        cursor: pointer;
        -webkit-transition: all .1s linear;
        transition: all .1s linear
    }

    .next-search-simple .next-input, .next-search-simple .next-search-left {
        border-radius: 4px;
        border-radius: var(--search-simple-corner,4px)
    }

    .next-search-simple.next-large .next-search-icon {
        margin-right: 12px
    }

    .next-search-simple.next-medium .next-search-icon {
        margin-right: 8px
    }

    .next-search-simple.next-normal .next-search-left {
        border-color: #c8c8c8;
        border-color: var(--search-simple-normal-color,#c8c8c8)
    }

        .next-search-simple.next-normal .next-search-left .next-search-left-addon {
            border-right: 1px solid #c8c8c8;
            border-right: 1px solid var(--search-simple-normal-split-color,#c8c8c8)
        }

    .next-search-simple.next-normal:hover .next-search-left {
        border-color: #1047f5;
        border-color: var(--search-simple-normal-hover-color,#1047f5)
    }

    .next-search-simple.next-normal .next-search-icon {
        color: #666;
        color: var(--search-simple-normal-icon-text-color,#666)
    }

        .next-search-simple.next-normal .next-search-icon:hover {
            color: #1047f5;
            color: var(--search-simple-normal-icon-hover-text-color,#1047f5)
        }

    .next-search-simple.next-normal .next-search-left {
        border-width: 1px;
        border-width: var(--search-simple-normal-border-width,1px)
    }

    .next-search-simple.next-normal.next-large .next-search-icon .next-icon-remote, .next-search-simple.next-normal.next-large .next-search-icon:before, .next-search-simple.next-normal.next-medium .next-search-icon .next-icon-remote, .next-search-simple.next-normal.next-medium .next-search-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-search-simple.next-dark .next-search-left {
        border-color: #c8c8c8;
        border-color: var(--search-simple-dark-color,#c8c8c8)
    }

        .next-search-simple.next-dark .next-search-left .next-search-left-addon {
            border-right: 1px solid #c8c8c8;
            border-right: 1px solid var(--search-simple-dark-split-color,#c8c8c8)
        }

    .next-search-simple.next-dark:hover .next-search-left {
        border-color: #e1e1e1;
        border-color: var(--search-simple-dark-hover-color,#e1e1e1)
    }

    .next-search-simple.next-dark .next-search-icon {
        color: #f3f3f3;
        color: var(--search-simple-dark-icon-text-color,#f3f3f3)
    }

        .next-search-simple.next-dark .next-search-icon:hover {
            color: #fff;
            color: var(--search-simple-dark-icon-hover-text-color,#fff)
        }

    .next-search-simple.next-dark .next-select-inner, .next-search-simple.next-dark input {
        color: #fff;
        color: var(--search-simple-dark-text-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;
        border-width: var(--search-simple-dark-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, .next-search-simple.next-dark.next-medium .next-search-icon .next-icon-remote, .next-search-simple.next-dark.next-medium .next-search-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-search-simple .next-select.next-large {
        height: 34px;
        height: calc(var(--form-element-large-height, 36px) - 2px)
    }

    .next-search-simple .next-select.next-medium {
        height: 30px;
        height: calc(var(--form-element-medium-height, 32px) - 2px)
    }

.next-slick {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

    .next-slick, .next-slick *, .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 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    .next-slick-list:focus {
        outline: none
    }

    .next-slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.next-slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.next-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.next-slick[dir=rtl] .next-slick-slide {
    float: right
}

.next-slick-slide img {
    display: block
}

.next-slick-arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .next-slick-arrow.inner {
        color: #fff;
        color: var(--slick-arrow-icon-color-normal,#fff);
        background: #000;
        background: var(--slick-arrow-bg-color-normal,#000);
        opacity: .5;
        opacity: var(--slick-arrow-bg-opacity-normal,.5);
        padding: 0;
        border: none
    }

        .next-slick-arrow.inner:focus, .next-slick-arrow.inner:hover {
            color: #fff;
            color: var(--slick-arrow-icon-color-hover,#fff);
            background: #1f1f49;
            background: var(--slick-arrow-bg-color-hover,#1f1f49);
            opacity: .8;
            opacity: var(--slick-arrow-bg-opacity-hover,.8)
        }

        .next-slick-arrow.inner.disabled {
            color: #333;
            color: var(--slick-arrow-icon-color-disabled,#333);
            background: #f8f8f8;
            background: var(--slick-arrow-bg-color-disabled,#f8f8f8);
            opacity: .36;
            opacity: var(--slick-arrow-bg-opacity-disabled,.36)
        }

    .next-slick-arrow.outer {
        color: #000;
        color: var(--slick-arrow-icon-color-normal-outer,#000);
        background: transparent;
        background: var(--slick-arrow-bg-color-normal-outer,transparent);
        opacity: 1;
        opacity: var(--slick-arrow-bg-opacity-normal-outer,1);
        padding: 0;
        border: none;
        border-radius: 0;
        border-radius: var(--slick-arrow-corner-radius-outer,0)
    }

        .next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
            color: #1047f5;
            color: var(--slick-arrow-icon-color-hover-outer,#1047f5);
            background: transparent;
            background: var(--slick-arrow-bg-color-hover-outer,transparent);
            opacity: 1;
            opacity: var(--slick-arrow-bg-opacity-hover-outer,1)
        }

        .next-slick-arrow.outer.disabled {
            color: #ccc;
            color: var(--slick-arrow-icon-color-disabled-outer,#ccc);
            background: transparent;
            background: var(--slick-arrow-bg-color-disabled-outer,transparent);
            opacity: 1;
            opacity: var(--slick-arrow-bg-opacity-disabled-outer,1)
        }

    .next-slick-arrow.disabled {
        cursor: not-allowed
    }

.next-slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0
}

.next-slick-dots-item {
    position: relative;
    display: inline-block;
    cursor: pointer
}

    .next-slick-dots-item button {
        cursor: pointer;
        border: 0 solid #fff;
        border-width: var(--slick-dots-border-width,0);
        outline: none;
        padding: 0;
        height: 8px;
        height: var(--slick-dots-height,8px);
        width: 8px;
        width: var(--slick-dots-width,8px);
        border-radius: 50%;
        border-radius: var(--slick-dots-border-radius,50%);
        background: rgba(0,0,0,.5)
    }

        .next-slick-dots-item button:focus, .next-slick-dots-item button:hover {
            background-color: hsla(0,0%,100%,.8);
            border-color: #000
        }

    .next-slick-dots-item.active button {
        background: #1047f5;
        border-color: #fff;
        -webkit-animation: zoom .3s cubic-bezier(.86,0,.07,1);
        animation: zoom .3s cubic-bezier(.86,0,.07,1)
    }

.next-slick-dots.hoz {
    width: 100%;
    bottom: 4px;
    bottom: var(--slick-dots-position-bottom,4px);
    left: 0;
    text-align: center
}

    .next-slick-dots.hoz .next-slick-dots-item {
        margin: 0 4px;
        margin: 0 var(--slick-dots-margin-lr,4px)
    }

.next-slick-dots.ver {
    width: 16px;
    width: calc(var(--slick-dots-width, 8px) + 8px);
    top: 0;
    right: 20px;
    right: var(--slick-dots-position-right,20px);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .next-slick-dots.ver .next-slick-dots-item {
        margin: 0;
        margin: var(--slick-dots-margin-tb,0) 0
    }

.next-slick.next-slick-hoz.next-slick-outer {
    padding: 0 28px;
    padding: 0 var(--slick-track-padding-lr,28px)
}

.next-slick.next-slick-hoz .next-slick-arrow.medium {
    width: 24px;
    width: var(--slick-arrow-width-m,24px);
    height: 48px;
    height: var(--slick-arrow-height-m,48px);
    line-height: 48px;
    line-height: var(--slick-arrow-height-m,48px)
}

    .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 {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-slick.next-slick-hoz .next-slick-arrow.medium.inner {
        top: calc(50% - 24px);
        top: calc(50% - var(--slick-arrow-height-m, 48px)/2)
    }

        .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev {
            left: 0
        }

        .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
            right: 0
        }

    .next-slick.next-slick-hoz .next-slick-arrow.medium.outer {
        top: calc(50% - 24px);
        top: calc(50% - var(--slick-arrow-height-m, 48px)/2)
    }

        .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
            left: -4px;
            left: calc(0px - var(--slick-arrow-position-lr-m, 4px))
        }

        .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
            right: -4px;
            right: calc(0px - var(--slick-arrow-position-lr-m, 4px))
        }

.next-slick.next-slick-hoz .next-slick-arrow.large {
    width: 28px;
    width: var(--slick-arrow-width-l,28px);
    height: 64px;
    height: var(--slick-arrow-height-l,64px);
    line-height: 64px;
    line-height: var(--slick-arrow-height-l,64px)
}

    .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 {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-slick.next-slick-hoz .next-slick-arrow.large.inner {
        top: calc(50% - 32px);
        top: calc(50% - var(--slick-arrow-height-l, 64px)/2)
    }

        .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-prev {
            left: 0
        }

        .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-next {
            right: 0
        }

    .next-slick.next-slick-hoz .next-slick-arrow.large.outer {
        top: calc(50% - 32px);
        top: calc(50% - var(--slick-arrow-height-l, 64px)/2)
    }

        .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
            left: -8px;
            left: calc(0px - var(--slick-arrow-position-lr-l, 8px))
        }

        .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
            right: -8px;
            right: calc(0px - var(--slick-arrow-position-lr-l, 8px))
        }

.next-slick.next-slick-ver.next-slick-outer {
    padding: 28px 0;
    padding: var(--slick-ver-track-padding-tb,28px) 0
}

.next-slick.next-slick-ver .next-slick-slide {
    display: block;
    height: auto
}

.next-slick.next-slick-ver .next-slick-arrow.medium {
    width: 56px;
    width: var(--slick-ver-arrow-width-m,56px);
    height: 28px;
    height: var(--slick-ver-arrow-height-m,28px);
    line-height: 28px;
    line-height: var(--slick-ver-arrow-height-m,28px)
}

    .next-slick.next-slick-ver .next-slick-arrow.medium .next-icon .next-icon-remote, .next-slick.next-slick-ver .next-slick-arrow.medium .next-icon:before {
        width: 16px;
        font-size: 16px;
        line-height: inherit
    }

    .next-slick.next-slick-ver .next-slick-arrow.medium.inner {
        left: calc(50% - 28px);
        left: calc(50% - var(--slick-ver-arrow-width-m, 56px)/2)
    }

        .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-prev {
            top: 0
        }

        .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-next {
            bottom: 0
        }

    .next-slick.next-slick-ver .next-slick-arrow.medium.outer {
        left: calc(50% - 28px);
        left: calc(50% - var(--slick-ver-arrow-width-m, 56px)/2)
    }

        .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
            top: -4px;
            top: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px))
        }

        .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
            bottom: -4px;
            bottom: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px))
        }

.next-slick.next-slick-ver .next-slick-arrow.large {
    width: 96px;
    width: var(--slick-ver-arrow-width-l,96px);
    height: 48px;
    height: var(--slick-ver-arrow-height-l,48px);
    line-height: 48px;
    line-height: var(--slick-ver-arrow-height-l,48px)
}

    .next-slick.next-slick-ver .next-slick-arrow.large .next-icon .next-icon-remote, .next-slick.next-slick-ver .next-slick-arrow.large .next-icon:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-slick.next-slick-ver .next-slick-arrow.large.inner {
        left: calc(50% - 48px);
        left: calc(50% - var(--slick-ver-arrow-width-l, 96px)/2)
    }

        .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-prev {
            top: 0
        }

        .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-next {
            bottom: 0
        }

    .next-slick.next-slick-ver .next-slick-arrow.large.outer {
        left: calc(50% - 48px);
        left: calc(50% - var(--slick-ver-arrow-width-l, 96px)/2)
    }

        .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
            top: -16px;
            top: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px))
        }

        .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
            bottom: -16px;
            bottom: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px))
        }

.next-split-btn {
    display: inline-block;
    position: relative
}

.next-split-btn-spacing-tb {
    padding: 0;
    padding: var(--popup-spacing-tb,0) 0
}

.next-split-btn-trigger .next-icon {
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear
}

.next-split-btn-trigger.next-expand .next-split-btn-symbol-fold:before {
    content: "\E625";
    content: var(--split-btn-unfold-icon-content,"\E625")
}

.next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled) .next-icon {
    color: #666;
    color: var(--split-btn-trigger-normal-icon-color,#666)
}

.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";
    content: var(--split-btn-fold-icon-content,"\E63D")
}

.next-split-btn-symbol-unfold:before {
    content: "\E625";
    content: var(--split-btn-unfold-icon-content,"\E625")
}

.next-step, .next-step *, .next-step:after, .next-step :after, .next-step:before, .next-step :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-step {
    width: 100%;
    position: relative;
    border: none
}

.next-step-item {
    position: relative;
    vertical-align: middle;
    outline: 0;
    height: 100%
}

.next-step-item-body {
    outline: 0
}

.next-step-item-node {
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

    .next-step-item-node.clicked {
        -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8)
    }

.next-step-horizontal {
    overflow: hidden
}

    .next-step-horizontal > .next-step-item {
        display: inline-block;
        text-align: left
    }

.next-step-vertical > .next-step-item {
    display: block;
    text-align: center
}

.next-step-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .next-step-arrow .next-step-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 32px;
        height: var(--step-arrow-item-height,32px);
        line-height: 32px;
        line-height: var(--step-arrow-item-height,32px);
        margin-left: 16px;
        margin-left: calc(var(--step-arrow-item-height, 32px)/2);
        margin-right: 4px;
        margin-right: calc(var(--step-arrow-item-height, 32px)/8)
    }

        .next-step-arrow .next-step-item:before {
            content: "";
            position: absolute;
            left: -16px;
            left: calc(0px - var(--step-arrow-item-height, 32px)/2);
            top: 0;
            z-index: 1;
            border: 16px solid transparent;
            border: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
        }

        .next-step-arrow .next-step-item:after {
            content: "";
            position: absolute;
            right: -16px;
            right: calc(0px - var(--step-arrow-item-height, 32px)/2);
            top: 0;
            z-index: 1;
            border-top: 16px solid transparent;
            border-top: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-bottom: 16px solid transparent;
            border-bottom: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-left: 16px solid transparent;
            border-left: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
        }

        .next-step-arrow .next-step-item .next-step-item-container {
            min-width: 100px;
            height: 32px;
            height: var(--step-arrow-item-height,32px);
            cursor: pointer
        }

            .next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
                height: 32px;
                height: var(--step-arrow-item-height,32px);
                line-height: 32px;
                line-height: var(--step-arrow-item-height,32px);
                font-weight: 600;
                font-weight: var(--step-arrow-item-title-weight,600);
                font-size: 14px;
                font-size: var(--step-arrow-item-title-size,14px);
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                text-align: center
            }

    .next-step-arrow > .next-step-item-wait {
        background: #e1e1e1;
        background: var(--step-arrow-item-wait-background,#e1e1e1)
    }

        .next-step-arrow > .next-step-item-wait .next-step-item-tail-overlay {
            background: #000
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-tail-underlay {
            background: #ccc;
            background: var(--color-text1-1,#ccc)
        }

        .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
            width: 32px;
            height: 32px
        }

        .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node {
            color: #000
        }

        .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle, .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
            background: #e1e1e1;
            background: var(--step-arrow-item-wait-background,#e1e1e1);
            border-color: #000
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-content, .next-step-arrow > .next-step-item-wait .next-step-item-title {
            color: #666;
            color: var(--step-arrow-item-title-wait-color,#666);
            word-break: break-word
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-content {
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-node-placeholder {
            width: 32px;
            height: 32px;
            position: relative
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-node {
            position: relative;
            display: inline-block;
            text-align: center;
            cursor: pointer
        }

        .next-step-arrow > .next-step-item-wait .next-step-item-node-circle {
            display: block;
            width: 32px;
            height: 32px;
            font-size: 14px;
            font-size: var(--step-circle-item-node-font-size,14px);
            font-weight: 400;
            font-weight: var(--font-weight-2,normal);
            line-height: 30px;
            line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
            text-align: center;
            border: 1px solid;
            border: var(--step-circle-item-node-border-width,1px) solid;
            border-radius: 50%;
            border-radius: var(--step-circle-item-node-corner,50%);
            -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear
        }

            .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon {
                -webkit-animation: zoomIn .3s linear;
                animation: zoomIn .3s linear
            }

                .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon:before {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

        .next-step-arrow > .next-step-item-wait:before {
            border: 16px solid #e1e1e1;
            border-left: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-style: solid;
            border-width: calc(var(--step-arrow-item-height, 32px)/2)
        }

        .next-step-arrow > .next-step-item-wait:after {
            border-left-color: #e1e1e1;
            border-left-color: var(--step-arrow-item-wait-background,#e1e1e1)
        }

    .next-step-arrow > .next-step-item-process {
        background: #1047f5;
        background: var(--step-arrow-item-process-background,#1047f5)
    }

        .next-step-arrow > .next-step-item-process .next-step-item-tail-overlay {
            background: #000
        }

        .next-step-arrow > .next-step-item-process .next-step-item-tail-underlay {
            background: #ccc;
            background: var(--color-text1-1,#ccc)
        }

        .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-progress {
            width: 32px;
            height: 32px
        }

        .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node {
            color: #000
        }

        .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-circle, .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
            background: #1047f5;
            background: var(--step-arrow-item-process-background,#1047f5);
            border-color: #000
        }

        .next-step-arrow > .next-step-item-process .next-step-item-content, .next-step-arrow > .next-step-item-process .next-step-item-title {
            color: #fff;
            color: var(--step-arrow-item-title-process-color,#fff);
            word-break: break-word
        }

        .next-step-arrow > .next-step-item-process .next-step-item-content {
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

        .next-step-arrow > .next-step-item-process .next-step-item-node-placeholder {
            width: 32px;
            height: 32px;
            position: relative
        }

        .next-step-arrow > .next-step-item-process .next-step-item-node {
            position: relative;
            display: inline-block;
            text-align: center;
            cursor: pointer
        }

        .next-step-arrow > .next-step-item-process .next-step-item-node-circle {
            display: block;
            width: 32px;
            height: 32px;
            font-size: 14px;
            font-size: var(--step-circle-item-node-font-size,14px);
            font-weight: 400;
            font-weight: var(--font-weight-2,normal);
            line-height: 30px;
            line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
            text-align: center;
            border: 1px solid;
            border: var(--step-circle-item-node-border-width,1px) solid;
            border-radius: 50%;
            border-radius: var(--step-circle-item-node-corner,50%);
            -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear
        }

            .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon {
                -webkit-animation: zoomIn .3s linear;
                animation: zoomIn .3s linear
            }

                .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon:before {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

        .next-step-arrow > .next-step-item-process:before {
            border: 16px solid #1047f5;
            border-left: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-style: solid;
            border-width: calc(var(--step-arrow-item-height, 32px)/2)
        }

        .next-step-arrow > .next-step-item-process:after {
            border-left-color: #1047f5;
            border-left-color: var(--step-arrow-item-process-background,#1047f5)
        }

    .next-step-arrow > .next-step-item-finish {
        background: #dfe8ff;
        background: var(--step-arrow-item-finish-background,#dfe8ff)
    }

        .next-step-arrow > .next-step-item-finish .next-step-item-tail-overlay {
            background: #000
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-tail-underlay {
            background: #ccc;
            background: var(--color-text1-1,#ccc)
        }

        .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
            width: 32px;
            height: 32px
        }

        .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node {
            color: #000
        }

        .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle, .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
            background: #dfe8ff;
            background: var(--step-arrow-item-finish-background,#dfe8ff);
            border-color: #000
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-content, .next-step-arrow > .next-step-item-finish .next-step-item-title {
            color: #1047f5;
            color: var(--step-arrow-item-title-finish-color,#1047f5);
            word-break: break-word
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-content {
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-node-placeholder {
            width: 32px;
            height: 32px;
            position: relative
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-node {
            position: relative;
            display: inline-block;
            text-align: center;
            cursor: pointer
        }

        .next-step-arrow > .next-step-item-finish .next-step-item-node-circle {
            display: block;
            width: 32px;
            height: 32px;
            font-size: 14px;
            font-size: var(--step-circle-item-node-font-size,14px);
            font-weight: 400;
            font-weight: var(--font-weight-2,normal);
            line-height: 30px;
            line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
            text-align: center;
            border: 1px solid;
            border: var(--step-circle-item-node-border-width,1px) solid;
            border-radius: 50%;
            border-radius: var(--step-circle-item-node-corner,50%);
            -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear
        }

            .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon {
                -webkit-animation: zoomIn .3s linear;
                animation: zoomIn .3s linear
            }

                .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon:before {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

        .next-step-arrow > .next-step-item-finish:before {
            border: 16px solid #dfe8ff;
            border-left: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-style: solid;
            border-width: calc(var(--step-arrow-item-height, 32px)/2)
        }

        .next-step-arrow > .next-step-item-finish:after {
            border-left-color: #dfe8ff;
            border-left-color: var(--step-arrow-item-finish-background,#dfe8ff)
        }

    .next-step-arrow .next-step-item-disabled {
        cursor: not-allowed;
        background: #f3f3f3;
        background: var(--step-arrow-item-disabled-background,#f3f3f3)
    }

        .next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay {
            background: #000
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay {
            background: #ccc;
            background: var(--color-text1-1,#ccc)
        }

        .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
            width: 32px;
            height: 32px
        }

        .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node {
            color: #000
        }

        .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle, .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
            background: #f3f3f3;
            background: var(--step-arrow-item-disabled-background,#f3f3f3);
            border-color: #000
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-content, .next-step-arrow .next-step-item-disabled .next-step-item-title {
            color: #acacac;
            color: var(--step-arrow-item-title-disabled-color,#acacac);
            word-break: break-word
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-content {
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder {
            width: 32px;
            height: 32px;
            position: relative
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-node {
            position: relative;
            display: inline-block;
            text-align: center;
            cursor: pointer
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-node-circle {
            display: block;
            width: 32px;
            height: 32px;
            font-size: 14px;
            font-size: var(--step-circle-item-node-font-size,14px);
            font-weight: 400;
            font-weight: var(--font-weight-2,normal);
            line-height: 30px;
            line-height: calc(32px - var(--step-circle-item-node-border-width, 1px)*2);
            text-align: center;
            border: 1px solid;
            border: var(--step-circle-item-node-border-width,1px) solid;
            border-radius: 50%;
            border-radius: var(--step-circle-item-node-corner,50%);
            -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear
        }

            .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon {
                -webkit-animation: zoomIn .3s linear;
                animation: zoomIn .3s linear
            }

                .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
                    width: 12px;
                    font-size: 12px;
                    line-height: inherit
                }

        .next-step-arrow .next-step-item-disabled:before {
            border: 16px solid #f3f3f3;
            border-left: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
            border-style: solid;
            border-width: calc(var(--step-arrow-item-height, 32px)/2)
        }

        .next-step-arrow .next-step-item-disabled:after {
            border-left-color: #f3f3f3;
            border-left-color: var(--step-arrow-item-disabled-background,#f3f3f3)
        }

        .next-step-arrow .next-step-item-disabled .next-step-item-container {
            cursor: not-allowed
        }

    .next-step-arrow .next-step-item-read-only, .next-step-arrow .next-step-item-read-only .next-step-item-container {
        cursor: default
    }

    .next-step-arrow .next-step-item-first {
        margin-left: 0
    }

        .next-step-arrow .next-step-item-first:before {
            border: 16px solid transparent;
            border: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
        }

    .next-step-arrow .next-step-item-last {
        margin-right: 0
    }

        .next-step-arrow .next-step-item-last:after {
            border: 16px solid transparent;
            border: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
        }

.next-step-circle .next-step-item-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 12px;
    padding: 0 var(--step-circle-item-node-padding,12px)
}

    .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
        color: #1047f5;
        color: var(--step-circle-item-node-process-percent-color,#1047f5);
        font-size: 14px;
        font-size: var(--step-circle-item-node-process-percent-size,14px)
    }

    .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
        stroke: transparent;
        stroke: var(--step-circle-item-node-wait-border-color,transparent);
        stroke-width: 3px;
        stroke-width: calc(var(--step-circle-item-node-border-width, 1px)*3)
    }

    .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
        stroke: #eef3ff;
        stroke: var(--step-circle-item-node-finish-border-color,#eef3ff);
        stroke-width: 3px;
        stroke-width: calc(var(--step-circle-item-node-border-width, 1px)*3)
    }

    .next-step-circle .next-step-item-container .next-step-item-node-placeholder {
        display: inline-block
    }

.next-step-circle > .next-step-item-wait .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-circle-item-tail-wait-color,#c8c8c8)
}

.next-step-circle > .next-step-item-wait .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-circle-item-tail-bg-color,#e1e1e1)
}

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px)
}

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node {
    color: #acacac;
    color: var(--step-circle-item-node-wait-color,#acacac)
}

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle, .next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
    background: #f3f3f3;
    background: var(--step-circle-item-node-wait-background,#f3f3f3);
    border-color: transparent;
    border-color: var(--step-circle-item-node-wait-border-color,transparent)
}

.next-step-circle > .next-step-item-wait .next-step-item-content, .next-step-circle > .next-step-item-wait .next-step-item-title {
    color: #acacac;
    color: var(--step-circle-item-title-wait-color,#acacac);
    word-break: break-word
}

.next-step-circle > .next-step-item-wait .next-step-item-content {
    font-size: 12px;
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-circle > .next-step-item-wait .next-step-item-node-placeholder {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    position: relative
}

.next-step-circle > .next-step-item-wait .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle > .next-step-item-wait .next-step-item-node-circle {
    display: block;
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 26px;
    line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-circle > .next-step-item-process .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-circle-item-tail-process-color,#c8c8c8)
}

.next-step-circle > .next-step-item-process .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-circle-item-tail-bg-color,#e1e1e1)
}

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-progress {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px)
}

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node {
    color: #fff;
    color: var(--step-circle-item-node-process-color,#fff)
}

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-circle, .next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
    background: #1047f5;
    background: var(--step-circle-item-node-process-background,#1047f5);
    border-color: #1047f5;
    border-color: var(--step-circle-item-node-process-border-color,#1047f5)
}

.next-step-circle > .next-step-item-process .next-step-item-content, .next-step-circle > .next-step-item-process .next-step-item-title {
    color: #000;
    color: var(--step-circle-item-title-process-color,#000);
    word-break: break-word
}

.next-step-circle > .next-step-item-process .next-step-item-content {
    font-size: 12px;
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-circle > .next-step-item-process .next-step-item-node-placeholder {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    position: relative
}

.next-step-circle > .next-step-item-process .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle > .next-step-item-process .next-step-item-node-circle {
    display: block;
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 26px;
    line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-circle > .next-step-item-finish .next-step-item-tail-overlay {
    background: #1047f5;
    background: var(--step-circle-item-tail-finish-color,#1047f5)
}

.next-step-circle > .next-step-item-finish .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-circle-item-tail-bg-color,#e1e1e1)
}

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px)
}

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node {
    color: #1047f5;
    color: var(--step-circle-item-node-finish-color,#1047f5)
}

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle, .next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
    background: #eef3ff;
    background: var(--step-circle-item-node-finish-background,#eef3ff);
    border-color: #eef3ff;
    border-color: var(--step-circle-item-node-finish-border-color,#eef3ff)
}

.next-step-circle > .next-step-item-finish .next-step-item-content, .next-step-circle > .next-step-item-finish .next-step-item-title {
    color: #333;
    color: var(--step-circle-item-title-finish-color,#333);
    word-break: break-word
}

.next-step-circle > .next-step-item-finish .next-step-item-content {
    font-size: 12px;
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-circle > .next-step-item-finish .next-step-item-node-placeholder {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    position: relative
}

.next-step-circle > .next-step-item-finish .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle > .next-step-item-finish .next-step-item-node-circle {
    display: block;
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 26px;
    line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-circle .next-step-item-disabled .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-circle-item-tail-disabled-color,#c8c8c8)
}

.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-circle-item-tail-bg-color,#e1e1e1)
}

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px)
}

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node {
    color: #acacac;
    color: var(--step-circle-item-node-disabled-color,#acacac)
}

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle, .next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
    background: #f3f3f3;
    background: var(--step-circle-item-node-disabled-background,#f3f3f3);
    border-color: #e1e1e1;
    border-color: var(--step-circle-item-node-disabled-border-color,#e1e1e1)
}

.next-step-circle .next-step-item-disabled .next-step-item-content, .next-step-circle .next-step-item-disabled .next-step-item-title {
    color: #acacac;
    color: var(--step-circle-item-title-disabled-color,#acacac);
    word-break: break-word
}

.next-step-circle .next-step-item-disabled .next-step-item-content {
    font-size: 12px;
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    position: relative
}

.next-step-circle .next-step-item-disabled .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 28px;
    width: var(--step-circle-item-node-process-size,28px);
    height: 28px;
    height: var(--step-circle-item-node-process-size,28px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 26px;
    line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-circle .next-step-item-disabled .next-step-item-node, .next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
    cursor: not-allowed
}

.next-step-circle .next-step-item-read-only .next-step-item-node, .next-step-circle .next-step-item-read-only .next-step-item-node-placeholder {
    cursor: default
}

.next-step-circle .next-step-item-last .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal {
    text-align: center;
    white-space: nowrap
}

    .next-step-circle.next-step-horizontal > .next-step-item .next-step-item-content, .next-step-circle.next-step-horizontal > .next-step-item .next-step-item-title {
        white-space: normal
    }

    .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 52px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
        width: 176px;
        width: var(--step-circle-item-body-width,176px);
        left: -62px;
        left: calc(0px - var(--step-circle-item-body-width, 176px)/2 + var(--step-circle-item-node-process-size, 28px)/2 + var(--step-circle-item-node-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-circle-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-circle-item-title-margin-top,8px);
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold)
        }

        .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-circle-item-content-margin-top,8px)
        }

    .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 52px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body {
        width: 176px;
        width: var(--step-circle-item-body-width,176px);
        left: -62px;
        left: calc(0px - var(--step-circle-item-body-width, 176px)/2 + var(--step-circle-item-node-process-size, 28px)/2 + var(--step-circle-item-node-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-circle-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-circle-item-title-margin-top,8px);
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold)
        }

        .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-circle-item-content-margin-top,8px)
        }

    .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 52px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
        width: 176px;
        width: var(--step-circle-item-body-width,176px);
        left: -62px;
        left: calc(0px - var(--step-circle-item-body-width, 176px)/2 + var(--step-circle-item-node-process-size, 28px)/2 + var(--step-circle-item-node-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-circle-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-circle-item-title-margin-top,8px);
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold)
        }

        .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-circle-item-content-margin-top,8px)
        }

    .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 52px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-circle-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
        width: 176px;
        width: var(--step-circle-item-body-width,176px);
        left: -62px;
        left: calc(0px - var(--step-circle-item-body-width, 176px)/2 + var(--step-circle-item-node-process-size, 28px)/2 + var(--step-circle-item-node-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-circle-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-circle-item-title-margin-top,8px);
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold)
        }

        .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-circle-item-content-margin-top,8px)
        }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item {
        vertical-align: unset
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item:last-child .next-step-item-tail {
        display: none
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        max-width: 176px;
        max-width: var(--step-circle-item-body-width,176px);
        overflow: hidden;
        vertical-align: top;
        text-align: left
    }

        .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
            display: inline-block;
            padding-right: 12px;
            padding-right: var(--step-circle-item-node-padding,12px);
            margin-top: 7px;
            margin-top: calc(var(--step-circle-item-node-process-size, 28px)/2 - var(--step-circle-item-title-size, 14px)/2)
        }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
        width: calc(100% - 228px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2 - var(--step-circle-item-body-width, 176px));
        position: absolute;
        right: 0;
        margin-top: -1px;
        margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px))
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item:last-child .next-step-item-tail {
        display: none
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        max-width: 176px;
        max-width: var(--step-circle-item-body-width,176px);
        overflow: hidden;
        vertical-align: top;
        text-align: left
    }

        .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
            display: inline-block;
            padding-right: 12px;
            padding-right: var(--step-circle-item-node-padding,12px);
            margin-top: 7px;
            margin-top: calc(var(--step-circle-item-node-process-size, 28px)/2 - var(--step-circle-item-title-size, 14px)/2)
        }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
        width: calc(100% - 228px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2 - var(--step-circle-item-body-width, 176px));
        position: absolute;
        right: 0;
        margin-top: -1px;
        margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px))
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item:last-child .next-step-item-tail {
        display: none
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        max-width: 176px;
        max-width: var(--step-circle-item-body-width,176px);
        overflow: hidden;
        vertical-align: top;
        text-align: left
    }

        .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
            display: inline-block;
            padding-right: 12px;
            padding-right: var(--step-circle-item-node-padding,12px);
            margin-top: 7px;
            margin-top: calc(var(--step-circle-item-node-process-size, 28px)/2 - var(--step-circle-item-title-size, 14px)/2)
        }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
        width: calc(100% - 228px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2 - var(--step-circle-item-body-width, 176px));
        position: absolute;
        right: 0;
        margin-top: -1px;
        margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px))
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item:last-child .next-step-item-tail {
        display: none
    }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        max-width: 176px;
        max-width: var(--step-circle-item-body-width,176px);
        overflow: hidden;
        vertical-align: top;
        text-align: left
    }

        .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
            display: inline-block;
            padding-right: 12px;
            padding-right: var(--step-circle-item-node-padding,12px);
            margin-top: 7px;
            margin-top: calc(var(--step-circle-item-node-process-size, 28px)/2 - var(--step-circle-item-title-size, 14px)/2)
        }

    .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
        width: calc(100% - 228px);
        width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px)*2 - var(--step-circle-item-body-width, 176px));
        position: absolute;
        right: 0;
        margin-top: -1px;
        margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px))
    }

.next-step-circle.next-step-vertical {
    font-size: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative
}

    .next-step-circle.next-step-vertical .next-step-item-container {
        padding: 0
    }

    .next-step-circle.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
        display: block;
        visibility: hidden
    }

    .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail {
        width: 1px;
        width: var(--step-circle-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-circle-item-node-padding,12px) auto
    }

        .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px)
        }

    .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 14px;
        left: calc(var(--step-circle-item-node-process-size, 28px)/2);
        margin-left: 12px;
        margin-left: var(--step-circle-item-node-padding,12px)
    }

        .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-title-margin-top,4px);
            text-align: left;
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold);
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-content-margin-top,4px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
        width: 1px;
        width: var(--step-circle-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-circle-item-node-padding,12px) auto
    }

        .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px)
        }

    .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 14px;
        left: calc(var(--step-circle-item-node-process-size, 28px)/2);
        margin-left: 12px;
        margin-left: var(--step-circle-item-node-padding,12px)
    }

        .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-title-margin-top,4px);
            text-align: left;
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold);
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-content-margin-top,4px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
        width: 1px;
        width: var(--step-circle-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-circle-item-node-padding,12px) auto
    }

        .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px)
        }

    .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 14px;
        left: calc(var(--step-circle-item-node-process-size, 28px)/2);
        margin-left: 12px;
        margin-left: var(--step-circle-item-node-padding,12px)
    }

        .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-title-margin-top,4px);
            text-align: left;
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold);
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-content-margin-top,4px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
        width: 1px;
        width: var(--step-circle-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-circle-item-node-padding,12px) auto
    }

        .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-circle-vertical-item-tail-size,1px)
        }

    .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 14px;
        left: calc(var(--step-circle-item-node-process-size, 28px)/2);
        margin-left: 12px;
        margin-left: var(--step-circle-item-node-padding,12px)
    }

        .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-title-margin-top,4px);
            text-align: left;
            font-weight: 700;
            font-weight: var(--step-circle-item-title-weight,bold);
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
            margin-top: 4px;
            margin-top: var(--step-circle-vertical-item-content-margin-top,4px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-circle-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

.next-step-dot .next-step-item-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 12px;
    padding: 0 var(--step-dot-item-dot-padding,12px);
    margin-top: -1px;
    margin-bottom: -1px
}

    .next-step-dot .next-step-item-container .next-step-item-node-placeholder {
        display: inline-block
    }

    .next-step-dot .next-step-item-container .next-step-item-node {
        position: relative;
        display: inline-block;
        text-align: center;
        cursor: pointer
    }

        .next-step-dot .next-step-item-container .next-step-item-node .next-icon .next-icon-remote, .next-step-dot .next-step-item-container .next-step-item-node .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

.next-step-dot > .next-step-item-wait .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-dot-item-tail-wait-color,#c8c8c8)
}

.next-step-dot > .next-step-item-wait .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-dot-item-tail-bg-color,#e1e1e1)
}

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px)
}

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node {
    color: #333;
    color: var(--step-dot-item-node-wait-color,#333)
}

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle, .next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
    background: #d8d8d8;
    background: var(--step-dot-item-node-wait-background,#d8d8d8);
    border-color: #e1e1e1;
    border-color: var(--step-dot-item-node-wait-border-color,#e1e1e1)
}

.next-step-dot > .next-step-item-wait .next-step-item-content, .next-step-dot > .next-step-item-wait .next-step-item-title {
    color: #acacac;
    color: var(--step-dot-item-title-wait-color,#acacac);
    word-break: break-word
}

.next-step-dot > .next-step-item-wait .next-step-item-content {
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-dot > .next-step-item-wait .next-step-item-node-placeholder {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    position: relative
}

.next-step-dot > .next-step-item-wait .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot > .next-step-item-wait .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-dot > .next-step-item-wait .next-step-item-content, .next-step-dot > .next-step-item-wait .next-step-item-node-dot {
    font-size: 12px;
    font-size: var(--step-dot-item-content-font-size,12px)
}

.next-step-dot > .next-step-item-wait .next-step-item-node-dot {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-dot-item-dot-corner,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot > .next-step-item-process .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-dot-item-tail-process-color,#c8c8c8)
}

.next-step-dot > .next-step-item-process .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-dot-item-tail-bg-color,#e1e1e1)
}

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-progress {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px)
}

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node {
    color: #1047f5;
    color: var(--step-dot-item-node-process-color,#1047f5)
}

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-circle, .next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
    background: #1047f5;
    background: var(--step-dot-item-node-process-background,#1047f5);
    border-color: #1047f5;
    border-color: var(--step-dot-item-node-process-border-color,#1047f5)
}

.next-step-dot > .next-step-item-process .next-step-item-content, .next-step-dot > .next-step-item-process .next-step-item-title {
    color: #000;
    color: var(--step-dot-item-title-process-color,#000);
    word-break: break-word
}

.next-step-dot > .next-step-item-process .next-step-item-content {
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-dot > .next-step-item-process .next-step-item-node-placeholder {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    position: relative
}

.next-step-dot > .next-step-item-process .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot > .next-step-item-process .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-dot > .next-step-item-process .next-step-item-content, .next-step-dot > .next-step-item-process .next-step-item-node-dot {
    font-size: 12px;
    font-size: var(--step-dot-item-content-font-size,12px)
}

.next-step-dot > .next-step-item-process .next-step-item-node-dot {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-dot-item-dot-corner,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot > .next-step-item-finish .next-step-item-tail-overlay {
    background: #1047f5;
    background: var(--step-dot-item-tail-finish-color,#1047f5)
}

.next-step-dot > .next-step-item-finish .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-dot-item-tail-bg-color,#e1e1e1)
}

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px)
}

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node {
    color: #1047f5;
    color: var(--step-dot-item-node-finish-color,#1047f5)
}

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle, .next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
    background: #fff;
    background: var(--step-dot-item-node-finish-background,#fff);
    border-color: #1047f5;
    border-color: var(--step-dot-item-node-finish-border-color,#1047f5)
}

.next-step-dot > .next-step-item-finish .next-step-item-content, .next-step-dot > .next-step-item-finish .next-step-item-title {
    color: #333;
    color: var(--step-dot-item-title-finish-color,#333);
    word-break: break-word
}

.next-step-dot > .next-step-item-finish .next-step-item-content {
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-dot > .next-step-item-finish .next-step-item-node-placeholder {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    position: relative
}

.next-step-dot > .next-step-item-finish .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot > .next-step-item-finish .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-dot > .next-step-item-finish .next-step-item-content, .next-step-dot > .next-step-item-finish .next-step-item-node-dot {
    font-size: 12px;
    font-size: var(--step-dot-item-content-font-size,12px)
}

.next-step-dot > .next-step-item-finish .next-step-item-node-dot {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-dot-item-dot-corner,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay {
    background: #c8c8c8;
    background: var(--step-dot-item-tail-disabled-color,#c8c8c8)
}

.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
    background: #e1e1e1;
    background: var(--step-dot-item-tail-bg-color,#e1e1e1)
}

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px)
}

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node {
    color: #ccc;
    color: var(--step-dot-item-node-disabled-color,#ccc)
}

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle, .next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
    background: #d8d8d8;
    background: var(--step-dot-item-node-disabled-background,#d8d8d8);
    border-color: #e1e1e1;
    border-color: var(--step-dot-item-node-disabled-border-color,#e1e1e1)
}

.next-step-dot .next-step-item-disabled .next-step-item-content, .next-step-dot .next-step-item-disabled .next-step-item-title {
    color: #acacac;
    color: var(--step-dot-item-title-disabled-color,#acacac);
    word-break: break-word
}

.next-step-dot .next-step-item-disabled .next-step-item-content {
    font-size: var(--step-circle-item-content-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5)
}

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    position: relative
}

.next-step-dot .next-step-item-disabled .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    font-size: 14px;
    font-size: var(--step-circle-item-node-font-size,14px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner,50%);
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

    .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
        -webkit-animation: zoomIn .3s linear;
        animation: zoomIn .3s linear
    }

        .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote, .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.next-step-dot .next-step-item-disabled .next-step-item-content, .next-step-dot .next-step-item-disabled .next-step-item-node-dot {
    font-size: 12px;
    font-size: var(--step-dot-item-content-font-size,12px)
}

.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size,12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size,12px);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
    text-align: center;
    border: 1px solid;
    border: var(--step-dot-item-dot-border-width,1px) solid;
    border-radius: 50%;
    border-radius: var(--step-dot-item-dot-corner,50%);
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot .next-step-item-disabled .next-step-item-node, .next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
    cursor: not-allowed
}

.next-step-dot .next-step-item-read-only .next-step-item-node, .next-step-dot .next-step-item-read-only .next-step-item-node-placeholder {
    cursor: default
}

.next-step-dot .next-step-item-last .next-step-item-tail {
    display: none
}

.next-step-dot.next-step-horizontal {
    text-align: center;
    white-space: nowrap
}

    .next-step-dot.next-step-horizontal > .next-step-item .next-step-item-content, .next-step-dot.next-step-horizontal > .next-step-item .next-step-item-title {
        white-space: normal
    }

    .next-step-dot.next-step-horizontal .next-step-item-node .next-icon {
        vertical-align: middle
    }

    .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 36px);
        width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
        width: 176px;
        width: var(--step-dot-item-body-width,176px);
        left: -70px;
        left: calc(0px - var(--step-dot-item-body-width, 176px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-dot-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-dot-item-title-margin-top,8px);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600)
        }

        .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-item-content-margin-top,8px)
        }

    .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 36px);
        width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body {
        width: 176px;
        width: var(--step-dot-item-body-width,176px);
        left: -70px;
        left: calc(0px - var(--step-dot-item-body-width, 176px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-dot-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-dot-item-title-margin-top,8px);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600)
        }

        .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-item-content-margin-top,8px)
        }

    .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 36px);
        width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
        width: 176px;
        width: var(--step-dot-item-body-width,176px);
        left: -70px;
        left: calc(0px - var(--step-dot-item-body-width, 176px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-dot-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-dot-item-title-margin-top,8px);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600)
        }

        .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-item-content-margin-top,8px)
        }

    .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
        display: inline-block;
        clear: both;
        width: calc(100% - 36px);
        width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 12px)*2);
        vertical-align: middle
    }

        .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
            display: block;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 1px;
            height: var(--step-dot-item-tail-size,1px);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            width: 100%
        }

    .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
        width: 176px;
        width: var(--step-dot-item-body-width,176px);
        left: -70px;
        left: calc(0px - var(--step-dot-item-body-width, 176px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 12px)*2/2);
        text-align: center;
        position: absolute
    }

        .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
            font-size: 14px;
            font-size: var(--step-dot-item-title-size,14px);
            line-height: 18px;
            line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
            margin-top: 8px;
            margin-top: var(--step-dot-item-title-margin-top,8px);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600)
        }

        .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-item-content-margin-top,8px)
        }

.next-step-dot.next-step-vertical {
    padding: 0 0 0 4px;
    font-size: 0;
    display: table-cell;
    position: relative
}

    .next-step-dot.next-step-vertical .next-step-item-container {
        padding: 0
    }

    .next-step-dot.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
        display: block;
        visibility: hidden
    }

    .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail {
        width: 1px;
        width: var(--step-dot-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-dot-item-dot-padding,12px) auto
    }

        .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px)
        }

    .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 6px;
        left: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        margin-left: 12px;
        margin-left: var(--step-dot-item-dot-padding,12px)
    }

        .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
            margin-top: 0;
            margin-top: var(--step-dot-vertical-item-title-margin-top,0);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600);
            text-align: left;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-dot-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail {
        width: 1px;
        width: var(--step-dot-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-dot-item-dot-padding,12px) auto
    }

        .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px)
        }

    .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 6px;
        left: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        margin-left: 12px;
        margin-left: var(--step-dot-item-dot-padding,12px)
    }

        .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
            margin-top: 0;
            margin-top: var(--step-dot-vertical-item-title-margin-top,0);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600);
            text-align: left;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-dot-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail {
        width: 1px;
        width: var(--step-dot-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-dot-item-dot-padding,12px) auto
    }

        .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px)
        }

    .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 6px;
        left: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        margin-left: 12px;
        margin-left: var(--step-dot-item-dot-padding,12px)
    }

        .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
            margin-top: 0;
            margin-top: var(--step-dot-vertical-item-title-margin-top,0);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600);
            text-align: left;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-dot-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

    .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
        width: 1px;
        width: var(--step-dot-vertical-item-tail-size,1px);
        height: 0;
        margin: 12px auto;
        margin: var(--step-dot-item-dot-padding,12px) auto
    }

        .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px);
            position: relative
        }

        .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            width: var(--step-dot-vertical-item-tail-size,1px)
        }

    .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
        position: absolute;
        top: 0;
        left: 6px;
        left: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        margin-left: 12px;
        margin-left: var(--step-dot-item-dot-padding,12px)
    }

        .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
            margin-top: 0;
            margin-top: var(--step-dot-vertical-item-title-margin-top,0);
            font-weight: 600;
            font-weight: var(--step-dot-item-title-weight,600);
            text-align: left;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
            margin-top: 8px;
            margin-top: var(--step-dot-vertical-item-content-margin-top,8px);
            min-height: 8px;
            text-align: left;
            font-size: 12px;
            font-size: var(--step-dot-item-content-font-size,12px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5)
        }

.next-step-horizontal[dir=rtl] > .next-step-item {
    text-align: right
}

.next-step-arrow[dir=rtl] .next-step-item {
    height: 32px;
    height: var(--step-arrow-item-height,32px);
    line-height: 32px;
    line-height: var(--step-arrow-item-height,32px);
    margin-left: 4px;
    margin-left: calc(var(--step-arrow-item-height, 32px)/8);
    margin-right: 16px;
    margin-right: calc(var(--step-arrow-item-height, 32px)/2)
}

    .next-step-arrow[dir=rtl] .next-step-item:before {
        right: -16px;
        right: calc(0px - var(--step-arrow-item-height, 32px)/2);
        left: auto;
        border: 16px solid transparent;
        border: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
    }

    .next-step-arrow[dir=rtl] .next-step-item:after {
        left: -32px;
        left: calc(0px - var(--step-arrow-item-height, 32px)/2*2);
        right: auto;
        border-top: 16px solid transparent;
        border-top: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-bottom: 16px solid transparent;
        border-bottom: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-right: 16px solid transparent;
        border-right: calc(var(--step-arrow-item-height, 32px)/2) solid transparent
    }

.next-step-arrow[dir=rtl] > .next-step-item-wait {
    background: #e1e1e1;
    background: var(--step-arrow-item-wait-background,#e1e1e1)
}

    .next-step-arrow[dir=rtl] > .next-step-item-wait .next-step-item-node-dot {
        right: 50%;
        left: auto
    }

    .next-step-arrow[dir=rtl] > .next-step-item-wait:before {
        border: 16px solid #e1e1e1;
        border-right: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-style: solid;
        border-width: calc(var(--step-arrow-item-height, 32px)/2)
    }

    .next-step-arrow[dir=rtl] > .next-step-item-wait:after {
        border-right-color: #e1e1e1;
        border-right-color: var(--step-arrow-item-wait-background,#e1e1e1);
        border-left-color: transparent
    }

.next-step-arrow[dir=rtl] > .next-step-item-process {
    background: #1047f5;
    background: var(--step-arrow-item-process-background,#1047f5)
}

    .next-step-arrow[dir=rtl] > .next-step-item-process .next-step-item-node-dot {
        right: 50%;
        left: auto
    }

    .next-step-arrow[dir=rtl] > .next-step-item-process:before {
        border: 16px solid #1047f5;
        border-right: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-style: solid;
        border-width: calc(var(--step-arrow-item-height, 32px)/2)
    }

    .next-step-arrow[dir=rtl] > .next-step-item-process:after {
        border-right-color: #1047f5;
        border-right-color: var(--step-arrow-item-process-background,#1047f5);
        border-left-color: transparent
    }

.next-step-arrow[dir=rtl] > .next-step-item-finish {
    background: #dfe8ff;
    background: var(--step-arrow-item-finish-background,#dfe8ff)
}

    .next-step-arrow[dir=rtl] > .next-step-item-finish .next-step-item-node-dot {
        right: 50%;
        left: auto
    }

    .next-step-arrow[dir=rtl] > .next-step-item-finish:before {
        border: 16px solid #dfe8ff;
        border-right: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-style: solid;
        border-width: calc(var(--step-arrow-item-height, 32px)/2)
    }

    .next-step-arrow[dir=rtl] > .next-step-item-finish:after {
        border-right-color: #dfe8ff;
        border-right-color: var(--step-arrow-item-finish-background,#dfe8ff);
        border-left-color: transparent
    }

.next-step-arrow[dir=rtl] .next-step-item-disabled {
    background: #f3f3f3;
    background: var(--step-arrow-item-disabled-background,#f3f3f3)
}

    .next-step-arrow[dir=rtl] .next-step-item-disabled .next-step-item-node-dot {
        right: 50%;
        left: auto
    }

    .next-step-arrow[dir=rtl] .next-step-item-disabled:before {
        border: 16px solid #f3f3f3;
        border-right: calc(var(--step-arrow-item-height, 32px)/2) solid transparent;
        border-style: solid;
        border-width: calc(var(--step-arrow-item-height, 32px)/2)
    }

    .next-step-arrow[dir=rtl] .next-step-item-disabled:after {
        border-right-color: #f3f3f3;
        border-right-color: var(--step-arrow-item-disabled-background,#f3f3f3);
        border-left-color: transparent
    }

.next-step-arrow[dir=rtl] .next-step-item-first {
    margin-right: 0
}

.next-step-arrow[dir=rtl] .next-step-item-last {
    margin-left: 0
}

.next-step-circle[dir=rtl] .next-step-item-disabled .next-step-item-node-dot, .next-step-circle[dir=rtl] > .next-step-item-finish .next-step-item-node-dot, .next-step-circle[dir=rtl] > .next-step-item-process .next-step-item-node-dot, .next-step-circle[dir=rtl] > .next-step-item-wait .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-disabled > .next-step-item-body, .next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-finish > .next-step-item-body, .next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-process > .next-step-item-body, .next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
    right: -62px;
    right: calc(0px - var(--step-circle-item-body-width, 176px)/2 + var(--step-circle-item-node-process-size, 28px)/2 + var(--step-circle-item-node-padding, 12px)*2/2);
    left: auto
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
    left: auto;
    right: 0;
    text-align: right
}

    .next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
        padding-left: 12px;
        padding-left: var(--step-circle-item-node-padding,12px);
        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: 12px;
        padding-left: var(--step-circle-item-node-padding,12px);
        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: 12px;
        padding-left: var(--step-circle-item-node-padding,12px);
        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: 12px;
        padding-left: var(--step-circle-item-node-padding,12px);
        padding-right: 0
    }

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
    left: 0;
    right: auto
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body {
    right: 14px;
    right: calc(var(--step-circle-item-node-process-size, 28px)/2);
    left: auto;
    margin-right: 12px;
    margin-right: var(--step-circle-item-node-padding,12px);
    margin-left: 0
}

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
        text-align: right;
        font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
        font-size: 14px;
        font-size: var(--font-size-body-1,14px);
        line-height: 1.28571
    }

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
        text-align: right
    }

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body {
    right: 14px;
    right: calc(var(--step-circle-item-node-process-size, 28px)/2);
    left: auto;
    margin-right: 12px;
    margin-right: var(--step-circle-item-node-padding,12px);
    margin-left: 0
}

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
        text-align: right;
        font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
        font-size: 14px;
        font-size: var(--font-size-body-1,14px);
        line-height: 1.28571
    }

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
        text-align: right
    }

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body {
    right: 14px;
    right: calc(var(--step-circle-item-node-process-size, 28px)/2);
    left: auto;
    margin-right: 12px;
    margin-right: var(--step-circle-item-node-padding,12px);
    margin-left: 0
}

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
        text-align: right;
        font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
        font-size: 14px;
        font-size: var(--font-size-body-1,14px);
        line-height: 1.28571
    }

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
        text-align: right
    }

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
    right: 14px;
    right: calc(var(--step-circle-item-node-process-size, 28px)/2);
    left: auto;
    margin-right: 12px;
    margin-right: var(--step-circle-item-node-padding,12px);
    margin-left: 0
}

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
        text-align: right;
        font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
        font-size: 14px;
        font-size: var(--font-size-body-1,14px);
        line-height: 1.28571
    }

    .next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
        text-align: right
    }

.next-step-dot[dir=rtl] .next-step-item-disabled .next-step-item-node-dot, .next-step-dot[dir=rtl] > .next-step-item-finish .next-step-item-node-dot, .next-step-dot[dir=rtl] > .next-step-item-process .next-step-item-node-dot, .next-step-dot[dir=rtl] > .next-step-item-wait .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-disabled > .next-step-item-body, .next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-finish > .next-step-item-body, .next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-process > .next-step-item-body, .next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
    right: -70px;
    right: calc(0px - var(--step-dot-item-body-width, 176px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 12px)*2/2);
    left: auto
}

.next-step-dot[dir=rtl].next-step-vertical {
    padding: 0 4px 0 0
}

    .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body {
        right: 6px;
        right: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        left: auto;
        margin-right: 12px;
        margin-right: var(--step-dot-item-dot-padding,12px);
        margin-left: 0
    }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
            text-align: right;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
            text-align: right
        }

    .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body {
        right: 6px;
        right: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        left: auto;
        margin-right: 12px;
        margin-right: var(--step-dot-item-dot-padding,12px);
        margin-left: 0
    }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
            text-align: right;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
            text-align: right
        }

    .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body {
        right: 6px;
        right: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        left: auto;
        margin-right: 12px;
        margin-right: var(--step-dot-item-dot-padding,12px);
        margin-left: 0
    }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
            text-align: right;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
            text-align: right
        }

    .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
        right: 6px;
        right: calc(var(--step-dot-item-dot-process-size, 12px)/2);
        left: auto;
        margin-right: 12px;
        margin-right: var(--step-dot-item-dot-padding,12px);
        margin-left: 0
    }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
            text-align: right;
            font-family: Roboto,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,Tahoma;
            font-size: 14px;
            font-size: var(--font-size-body-1,14px);
            line-height: 1.28571
        }

        .next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
            text-align: right
        }

.next-switch:after[dir=rtl] {
    content: " ";
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.next-switch-medium[dir=rtl]:after, .next-switch-small[dir=rtl]:after {
    right: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.next-switch-on[dir=rtl] > .next-switch-children {
    color: #fff;
    color: var(--switch-normal-on-color-font,#fff)
}

.next-switch-on[disabled][dir=rtl]:after {
    left: 0;
    right: 100%;
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--switch-on-shadow,none);
    box-shadow: none;
    box-shadow: var(--switch-on-shadow,none)
}

.next-switch-off[dir=rtl]:after {
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: -4px 0 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--switch-rtl-on-shadow,-4px 0 8px 0 rgba(0,0,0,.14));
    box-shadow: -4px 0 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--switch-rtl-on-shadow,-4px 0 8px 0 rgba(0,0,0,.14))
}

.next-switch-off.next-switch-small[dir=rtl] > .next-switch-children, .next-switch-off[dir=rtl] > .next-switch-children {
    right: auto
}

.next-switch {
    outline: none;
    text-align: left;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-transition: background .1s cubic-bezier(.4,0,.2,1),border-color .1s cubic-bezier(.4,0,.2,1);
    transition: background .1s cubic-bezier(.4,0,.2,1),border-color .1s cubic-bezier(.4,0,.2,1)
}

    .next-switch, .next-switch *, .next-switch :after, .next-switch :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-switch-btn {
    -webkit-transition: all .15s cubic-bezier(.4,0,.2,1);
    transition: all .15s cubic-bezier(.4,0,.2,1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.next-switch:after {
    content: ""
}

.next-switch-loading {
    pointer-events: none
}

    .next-switch-loading .next-icon-loading {
        color: #1047f5;
        color: var(--color-brand1-6,#1047f5);
        text-align: center;
        -webkit-transform: translate(-1px,-1px);
        -webkit-transform: translate(calc(0px - var(--switch-border-width-trigger, 1px)),calc(0px - var(--switch-border-width-trigger, 1px)));
        -ms-transform: translate(-1px,-1px);
        -ms-transform: translate(calc(0px - var(--switch-border-width-trigger, 1px)),calc(0px - var(--switch-border-width-trigger, 1px)));
        transform: translate(-1px,-1px);
        transform: translate(calc(0px - var(--switch-border-width-trigger, 1px)),calc(0px - var(--switch-border-width-trigger, 1px)))
    }

        .next-switch-loading .next-icon-loading.next-switch-inner-icon:before {
            vertical-align: top
        }

.next-switch-medium {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border: var(--switch-border-width-container,2px) solid transparent;
    width: 56px;
    width: var(--switch-size-m-width,56px);
    height: 28px;
    height: calc(var(--switch-size-m-trigger, 24px) + var(--switch-border-width-container, 2px)*2);
    border-radius: 500px;
    border-radius: var(--switch-size-m-radius-container,500px)
}

    .next-switch-medium:not([disabled]):active .next-switch-btn {
        width: 31.2px;
        width: calc(var(--switch-size-m-trigger, 24px)*1.3)
    }

    .next-switch-medium.next-switch-on:not([disabled]):active .next-switch-btn {
        left: calc(100% - 31.2px);
        left: calc(100% - var(--switch-size-m-trigger, 24px)*1.3)
    }

    .next-switch-medium.next-switch-auto-width {
        min-width: 56px;
        min-width: var(--switch-size-m-width,56px);
        width: auto;
        overflow: initial
    }

    .next-switch-medium:after {
        content: ""
    }

    .next-switch-medium > .next-switch-btn {
        border: 1px solid transparent;
        border: var(--switch-border-width-trigger,1px) solid transparent;
        position: absolute;
        left: calc(100% - 24px);
        left: calc(100% - var(--switch-size-m-trigger, 24px));
        width: 24px;
        width: var(--switch-size-m-trigger,24px);
        height: 24px;
        height: var(--switch-size-m-trigger,24px);
        border-radius: 500px;
        border-radius: var(--switch-size-m-radius-trigger,500px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .next-switch-medium > .next-switch-children {
        height: 24px;
        height: var(--switch-size-m-trigger,24px);
        line-height: 24px;
        line-height: var(--switch-size-m-trigger,24px);
        font-size: 14px;
        font-size: var(--form-element-medium-font-size,14px)
    }

    .next-switch-medium.next-switch.next-switch-on > .next-switch-children {
        margin: 0 32px 0 4px;
        margin: 0 calc(var(--switch-size-m-trigger, 24px) + var(--switch-size-m-trigger-padding-r, 8px)) 0 var(--switch-size-m-trigger-padding-l,4px)
    }

    .next-switch-medium.next-switch.next-switch-off > .next-switch-children {
        margin: 0 8px 0 28px;
        margin: 0 var(--switch-size-m-trigger-padding-r,8px) 0 calc(var(--switch-size-m-trigger, 24px) + var(--switch-size-m-trigger-padding-l, 4px))
    }

    .next-switch-medium.next-switch-loading .next-icon-loading {
        line-height: 24px;
        line-height: var(--switch-size-m-trigger,24px);
        height: 24px;
        height: var(--switch-size-m-trigger,24px);
        width: 24px;
        width: var(--switch-size-m-trigger,24px)
    }

        .next-switch-medium.next-switch-loading .next-icon-loading .next-icon-remote, .next-switch-medium.next-switch-loading .next-icon-loading:before {
            width: 16px;
            width: var(--switch-size-m-inner-icon,16px);
            font-size: 16px;
            font-size: var(--switch-size-m-inner-icon,16px);
            line-height: inherit
        }

.next-switch-small {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border: var(--switch-border-width-container,2px) solid transparent;
    width: 44px;
    width: var(--switch-size-s-width,44px);
    height: 24px;
    height: calc(var(--switch-size-s-trigger, 20px) + var(--switch-border-width-container, 2px)*2);
    border-radius: 500px;
    border-radius: var(--switch-size-s-radius-container,500px)
}

    .next-switch-small:not([disabled]):active .next-switch-btn {
        width: 26px;
        width: calc(var(--switch-size-s-trigger, 20px)*1.3)
    }

    .next-switch-small.next-switch-on:not([disabled]):active .next-switch-btn {
        left: calc(100% - 26px);
        left: calc(100% - var(--switch-size-s-trigger, 20px)*1.3)
    }

    .next-switch-small.next-switch-auto-width {
        min-width: 44px;
        min-width: var(--switch-size-s-width,44px);
        width: auto;
        overflow: initial
    }

    .next-switch-small:after {
        content: ""
    }

    .next-switch-small > .next-switch-btn {
        border: 1px solid transparent;
        border: var(--switch-border-width-trigger,1px) solid transparent;
        position: absolute;
        left: calc(100% - 20px);
        left: calc(100% - var(--switch-size-s-trigger, 20px));
        width: 20px;
        width: var(--switch-size-s-trigger,20px);
        height: 20px;
        height: var(--switch-size-s-trigger,20px);
        border-radius: 500px;
        border-radius: var(--switch-size-s-radius-trigger,500px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .next-switch-small > .next-switch-children {
        height: 20px;
        height: var(--switch-size-s-trigger,20px);
        line-height: 20px;
        line-height: var(--switch-size-s-trigger,20px);
        font-size: 12px;
        font-size: var(--form-element-small-font-size,12px)
    }

    .next-switch-small.next-switch.next-switch-on > .next-switch-children {
        margin: 0 28px 0 4px;
        margin: 0 calc(var(--switch-size-s-trigger, 20px) + var(--switch-size-s-trigger-padding-r, 8px)) 0 var(--switch-size-s-trigger-padding-l,4px)
    }

    .next-switch-small.next-switch.next-switch-off > .next-switch-children {
        margin: 0 8px 0 24px;
        margin: 0 var(--switch-size-s-trigger-padding-r,8px) 0 calc(var(--switch-size-s-trigger, 20px) + var(--switch-size-s-trigger-padding-l, 4px))
    }

    .next-switch-small.next-switch-loading .next-icon-loading {
        line-height: 20px;
        line-height: var(--switch-size-s-trigger,20px);
        height: 20px;
        height: var(--switch-size-s-trigger,20px);
        width: 20px;
        width: var(--switch-size-s-trigger,20px)
    }

        .next-switch-small.next-switch-loading .next-icon-loading .next-icon-remote, .next-switch-small.next-switch-loading .next-icon-loading:before {
            width: 12px;
            width: var(--switch-size-s-inner-icon,12px);
            font-size: 12px;
            font-size: var(--switch-size-s-inner-icon,12px);
            line-height: inherit
        }

.next-switch-on {
    background-color: #1047f5;
    background-color: var(--switch-normal-on-bg-color,#1047f5)
}

    .next-switch-on .next-switch-btn {
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--switch-on-shadow,none);
        box-shadow: none;
        box-shadow: var(--switch-on-shadow,none);
        background-color: #fff;
        background-color: var(--switch-normal-on-trigger-bg-color,#fff);
        border-color: transparent;
        border-color: var(--switch-handle-on-border-color,transparent)
    }

    .next-switch-on > .next-switch-children {
        color: #fff;
        color: var(--switch-normal-on-color-font,#fff)
    }

    .next-switch-on.hover, .next-switch-on:focus, .next-switch-on:hover {
        background-color: #0c38c4;
        background-color: var(--switch-hover-on-bg-color,#0c38c4)
    }

        .next-switch-on.hover .next-switch-btn, .next-switch-on:focus .next-switch-btn, .next-switch-on:hover .next-switch-btn {
            background-color: #fff;
            background-color: var(--switch-hover-on-trigger-bg-color,#fff)
        }

    .next-switch-on[disabled] {
        background-color: #e1e1e1;
        background-color: var(--switch-disabled-on-bg-color,#e1e1e1);
        cursor: not-allowed
    }

        .next-switch-on[disabled] .next-switch-btn {
            right: 0;
            -webkit-box-shadow: none;
            -webkit-box-shadow: var(--switch-on-shadow,none);
            box-shadow: none;
            box-shadow: var(--switch-on-shadow,none);
            background-color: #f3f3f3;
            background-color: var(--switch-disabled-on-trigger-bg-color,#f3f3f3);
            border-color: transparent;
            border-color: var(--switch-handle-disabled-border-color,transparent)
        }

        .next-switch-on[disabled] > .next-switch-children {
            color: #acacac;
            color: var(--switch-disabled-on-color-font,#acacac)
        }

.next-switch-off {
    background-color: #e1e1e1;
    background-color: var(--switch-normal-off-bg-color,#e1e1e1);
    border-color: #e1e1e1;
    border-color: var(--switch-normal-off-border-color,#e1e1e1)
}

    .next-switch-off.hover, .next-switch-off:focus, .next-switch-off:hover {
        background-color: #e1e1e1;
        background-color: var(--switch-hover-off-bg-color,#e1e1e1);
        border-color: #e1e1e1;
        border-color: var(--switch-hover-off-border-color,#e1e1e1)
    }

    .next-switch-off .next-switch-btn {
        left: 0;
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--switch-on-shadow,none);
        box-shadow: none;
        box-shadow: var(--switch-on-shadow,none);
        background-color: #fff;
        background-color: var(--switch-normal-off-trigger-bg-color,#fff);
        border-color: transparent;
        border-color: var(--switch-handle-off-border-color,transparent)
    }

    .next-switch-off.hover .next-switch-btn, .next-switch-off:focus .next-switch-btn, .next-switch-off:hover .next-switch-btn {
        background-color: #fff;
        background-color: var(--switch-hover-off-trigger-bg-color,#fff)
    }

    .next-switch-off > .next-switch-children {
        color: #acacac;
        color: var(--switch-normal-off-color-font,#acacac)
    }

    .next-switch-off[disabled] {
        background-color: #e1e1e1;
        background-color: var(--switch-disabled-off-bg-color,#e1e1e1);
        cursor: not-allowed
    }

        .next-switch-off[disabled] .next-switch-btn {
            -webkit-box-shadow: none;
            -webkit-box-shadow: var(--switch-off-shadow,none);
            box-shadow: none;
            box-shadow: var(--switch-off-shadow,none);
            background-color: #f3f3f3;
            background-color: var(--switch-disabled-off-trigger-bg-color,#f3f3f3);
            border-color: transparent;
            border-color: var(--switch-handle-disabled-border-color,transparent)
        }

        .next-switch-off[disabled] > .next-switch-children {
            color: #acacac;
            color: var(--switch-disabled-off-color-font,#acacac)
        }

.next-tabs {
    width: 100%
}

    .next-tabs, .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 {
    overflow-y: auto;
    max-height: 480px
}

.next-tabs-nav-container {
    position: relative
}

    .next-tabs-nav-container:after {
        visibility: hidden;
        display: block;
        height: 0;
        font-size: 0;
        content: " ";
        clear: both
    }

.next-tabs-nav-wrap {
    overflow: hidden
}

.next-tabs-nav-scroll {
    overflow: hidden;
    white-space: nowrap
}

.next-tabs-scrollable .next-tabs-nav-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

    .next-tabs-scrollable .next-tabs-nav-scroll::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        -webkit-appearance: none;
        opacity: 0 !important
    }

.next-tabs-nav {
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    list-style: none;
    padding: 0;
    margin: 0
}

.next-tabs-nav-appear, .next-tabs-nav-enter {
    -webkit-animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.next-tabs-nav-leave {
    -webkit-animation: fadeOutLeft .2s cubic-bezier(.78,.14,.15,.86);
    animation: fadeOutLeft .2s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.next-tabs-nav.next-disable-animation .next-tabs-tab:before {
    -webkit-transition: none;
    transition: none
}

.next-tabs-tab {
    display: inline-block;
    position: relative;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.next-tabs-tab-inner {
    position: relative;
    cursor: pointer;
    text-decoration: none
}

.next-tabs-tab:before {
    content: "";
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.next-tabs-tab.active {
    font-weight: 500;
    font-weight: var(--tab-item-font-weight-selected,500)
}

.next-tabs-tab .next-tabs-tab-close {
    color: #666;
    color: var(--tab-close-icon-color,#666)
}

    .next-tabs-tab .next-tabs-tab-close:hover {
        color: #1047f5;
        color: var(--tab-close-icon-color-hover,#1047f5)
    }

    .next-tabs-tab .next-tabs-tab-close:focus {
        outline: none
    }

.next-tabs-tab.active .next-tabs-tab-close {
    color: #1047f5;
    color: var(--tab-close-icon-color-selected,#1047f5)
}

.next-tabs-tab.disabled .next-tabs-tab-close {
    color: #000;
    color: var(--tab-close-icon-color-disabled,#000)
}

.next-tabs-tab:focus {
    outline: none
}

.next-tabs-tabpane {
    visibility: hidden;
    opacity: 0
}

    .next-tabs-tabpane.active {
        visibility: visible;
        opacity: 1;
        height: auto
    }

    .next-tabs-tabpane.hidden {
        overflow: hidden;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important
    }

.next-tabs-btn-down, .next-tabs-btn-next, .next-tabs-btn-prev {
    position: absolute;
    top: 0;
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: none;
    height: 100%;
    background: transparent;
    border-color: transparent
}

    .next-tabs-btn-down, .next-tabs-btn-down.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;
        color: var(--tab-nav-arrow-color-normal,#666)
    }

        .next-tabs-btn-down.active, .next-tabs-btn-down.hover, .next-tabs-btn-down:active, .next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-next.active, .next-tabs-btn-next.hover, .next-tabs-btn-next:active, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-prev.active, .next-tabs-btn-prev.hover, .next-tabs-btn-prev:active, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover {
            color: #1047f5;
            color: var(--tab-nav-arrow-color-hover,#1047f5);
            background: transparent;
            border-color: transparent;
            text-decoration: none
        }

        .next-tabs-btn-down.disabled, .next-tabs-btn-next.disabled, .next-tabs-btn-prev.disabled {
            cursor: not-allowed;
            color: #ccc;
            color: var(--tab-nav-arrow-color-disabled,#ccc)
        }

.next-tabs-btn-next {
    right: 8px;
    right: var(--tab-nav-arrow-right-positon-right,8px)
}

.next-tabs-btn-prev {
    right: 32px;
    right: var(--tab-nav-arrow-left-positon-right,32px)
}

.next-tabs-btn-down {
    right: 8px;
    right: var(--tab-nav-arrow-down-positon-right,8px)
}

.next-tabs .next-tab-icon-dropdown:before {
    content: "\E63D";
    content: var(--tab-icon-dropdown-content,"\E63D")
}

.next-tabs .next-tab-icon-prev:before {
    content: "\E61D";
    content: var(--tab-icon-prev-content,"\E61D")
}

.next-tabs .next-tab-icon-next:before {
    content: "\E619";
    content: var(--tab-icon-next-content,"\E619")
}

.next-tabs-content {
    overflow: hidden
}

.next-tabs-vertical > .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: 56px;
    padding-right: var(--tab-nav-scroll-padding-right-m,56px)
}

.next-tabs.next-medium .next-tabs-tab-inner {
    font-size: 14px;
    font-size: var(--tab-item-text-size-m,14px);
    padding: 12px 16px;
    padding: var(--tab-item-padding-tb-size-m,12px) var(--tab-item-padding-lr-size-m,16px)
}

    .next-tabs.next-medium .next-tabs-tab-inner .next-icon {
        line-height: 1
    }

        .next-tabs.next-medium .next-tabs-tab-inner .next-icon .next-icon-remote, .next-tabs.next-medium .next-tabs-tab-inner .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close {
        margin-left: 8px;
        margin-left: var(--tab-nav-close-icon-padding-l-size-m,8px)
    }

        .next-tabs.next-medium .next-tabs-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, .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

.next-tabs.next-small .next-tabs-nav-container-scrolling {
    padding-right: 56px;
    padding-right: var(--tab-nav-scroll-padding-right-s,56px)
}

.next-tabs.next-small .next-tabs-tab-inner {
    font-size: 12px;
    font-size: var(--tab-item-text-size-s,12px);
    padding: 8px 12px;
    padding: var(--tab-item-padding-tb-size-s,8px) var(--tab-item-padding-lr-size-s,12px)
}

    .next-tabs.next-small .next-tabs-tab-inner .next-icon {
        line-height: 1
    }

        .next-tabs.next-small .next-tabs-tab-inner .next-icon .next-icon-remote, .next-tabs.next-small .next-tabs-tab-inner .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
        margin-left: 8px;
        margin-left: var(--tab-nav-close-icon-padding-l-size-s,8px)
    }

        .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote, .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit
        }

.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 {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-tabs-pure > .next-tabs-bar {
    border-bottom: 0 solid #e1e1e1;
    border-bottom: var(--line-solid,solid) var(--tab-pure-divider-line-width,0) var(--tab-pure-divider-border-color,#e1e1e1);
    background-color: transparent;
    background-color: var(--tab-pure-bg-color,transparent)
}

    .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container {
        margin-bottom: 0;
        margin-bottom: calc(0px - var(--tab-pure-divider-line-width, 0px));
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--tab-pure-divider-shadow,none);
        box-shadow: none;
        box-shadow: var(--tab-pure-divider-shadow,none)
    }

        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
            color: #666;
            color: var(--tab-pure-text-color-normal,#666);
            background-color: transparent
        }

            .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
                cursor: pointer;
                color: #1047f5;
                color: var(--tab-pure-text-color-hover,#1047f5);
                background-color: transparent
            }

            .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
                z-index: 1;
                color: #1047f5;
                color: var(--tab-pure-text-color-selected,#1047f5);
                background-color: transparent
            }

            .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
                pointer-events: none;
                cursor: default;
                color: #000;
                color: var(--tab-pure-text-color-disabled,#000);
                background: transparent
            }

            .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
                border-radius: 0;
                width: 0;
                border-bottom: 2px solid #1047f5;
                border-bottom: var(--tab-pure-ink-bar-width,2px) solid var(--tab-pure-ink-bar-color,#1047f5);
                left: 50%;
                bottom: 0
            }

            .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
                width: 100%;
                width: calc(100% - var(--tab-pure-ink-bar-padding-l, 0px)*2);
                left: 0;
                left: calc(var(--tab-pure-ink-bar-padding-l, 0px))
            }

.next-tabs-wrapped > .next-tabs-bar {
    background: transparent;
    background: var(--tab-wrapped-bar-bg-color,transparent)
}

    .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab {
        color: #666;
        color: var(--tab-wrapped-text-color,#666);
        background-color: #f8f8f8;
        background-color: var(--tab-wrapped-bg-color,#f8f8f8)
    }

        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:hover {
            cursor: pointer;
            color: #1047f5;
            color: var(--tab-wrapped-text-color-hover,#1047f5);
            background-color: #f8f8f8;
            background-color: var(--tab-wrapped-bg-color-hover,#f8f8f8)
        }

        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active {
            z-index: 1;
            color: #1047f5;
            color: var(--tab-wrapped-text-color-selected,#1047f5);
            background-color: #fff;
            background-color: var(--tab-wrapped-bg-color-selected,#fff)
        }

        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled {
            pointer-events: none;
            cursor: default;
            color: #000;
            color: var(--tab-wrapped-text-color-disabled,#000);
            background: #f3f3f3;
            background: var(--tab-wrapped-bg-color-disabled,#f3f3f3)
        }

        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
            color: #666;
            color: var(--tab-close-icon-color,#666)
        }

            .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
                color: #1047f5;
                color: var(--tab-close-icon-color-hover,#1047f5)
            }

            .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: #1047f5;
            color: var(--tab-close-icon-color-selected,#1047f5)
        }

        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close {
            color: #000;
            color: var(--tab-close-icon-color-disabled,#000)
        }

.next-tabs-wrapped:after, .next-tabs-wrapped:before {
    content: "";
    display: table
}

.next-tabs-wrapped:after {
    clear: both
}

.next-tabs-wrapped.next-tabs-top > .next-tabs-bar, .next-tabs-wrapped > .next-tabs-content {
    position: relative
}

    .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab {
        margin-right: 4px;
        margin-right: var(--tab-wrapped-tab-margin-right,4px);
        border: 0 solid #eee;
        border: var(--tab-wrapped-border-line-style,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#eee);
        border-radius: 4px 4px 0 0;
        border-radius: var(--tab-wrapped-tab-corner-radius,4px) var(--tab-wrapped-tab-corner-radius,4px) 0 0;
        border-width: 1px 1px 0;
        border-width: var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-line-width,0)
    }

        .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:hover {
            border-color: #eee;
            border-color: var(--tab-wrapped-border-line-color-hover,#eee)
        }

        .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
            border-color: #eee #eee #fff;
            border-color: var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-bg-color-selected,#fff)
        }

        .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:before {
            border-radius: 4px;
            border-radius: var(--tab-wrapped-tab-corner-radius,4px);
            width: 0;
            border-top: 0 solid #1047f5;
            border-top: var(--tab-wrapped-ink-bar-width,0) solid var(--tab-wrapped-ink-bar-color,#1047f5);
            left: 50%;
            top: 0;
            top: calc(0px - var(--tab-wrapped-border-line-width, 0px))
        }

        .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active:before {
            width: calc(100% - 8px);
            width: calc(100% - var(--tab-wrapped-tab-corner-radius, 4px)*2 - var(--tab-wrapped-ink-bar-padding-l, 0px)*2);
            left: 4px;
            left: calc(var(--tab-wrapped-tab-corner-radius, 4px) + var(--tab-wrapped-ink-bar-padding-l, 0px))
        }

        .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
            border-width: 0;
            border-width: var(--tab-wrapped-border-line-width,0)
        }

    .next-tabs-wrapped.next-tabs-top > .next-tabs-bar:before {
        content: "";
        position: absolute;
        top: 100%;
        width: 100%;
        height: 0;
        border-bottom: 0 solid #eee;
        border-bottom: var(--tab-wrapped-content-border-line-width,0) var(--tab-wrapped-content-border-line-style,solid) var(--tab-wrapped-border-line-color,#eee);
        -webkit-transform: translateY(0);
        -webkit-transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 0px)));
        -ms-transform: translateY(0);
        -ms-transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 0px)));
        transform: translateY(0);
        transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 0px)));
        display: block
    }

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar {
    position: relative
}

    .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab {
        margin-right: 4px;
        margin-right: var(--tab-wrapped-tab-margin-right,4px);
        border: 0 solid #eee;
        border: var(--tab-wrapped-border-line-style,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#eee);
        border-radius: 0 0 4px 4px;
        border-radius: 0 0 var(--tab-wrapped-tab-corner-radius,4px) var(--tab-wrapped-tab-corner-radius,4px)
    }

        .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:hover {
            border-color: #eee;
            border-color: var(--tab-wrapped-border-line-color-hover,#eee)
        }

        .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active {
            border-color: #fff #eee #eee;
            border-color: var(--tab-wrapped-bg-color-selected,#fff) var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-border-line-color,#eee)
        }

        .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:before {
            border-radius: 4px;
            border-radius: var(--tab-wrapped-tab-corner-radius,4px);
            width: 0;
            border-bottom: 0 solid #1047f5;
            border-bottom: var(--tab-wrapped-ink-bar-width,0) solid var(--tab-wrapped-ink-bar-color,#1047f5);
            left: 50%;
            bottom: 0;
            bottom: calc(0px - var(--tab-wrapped-border-line-width, 0px))
        }

        .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active:before {
            width: calc(100% - 8px);
            width: calc(100% - var(--tab-wrapped-tab-corner-radius, 4px)*2 - var(--tab-wrapped-ink-bar-padding-l, 0px)*2);
            left: 4px;
            left: calc(var(--tab-wrapped-tab-corner-radius, 4px) + var(--tab-wrapped-ink-bar-padding-l, 0px))
        }

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-content {
    top: 0;
    top: var(--tab-wrapped-border-line-width,0);
    border-bottom: 0 solid #eee;
    border-bottom: var(--tab-wrapped-content-border-line-width,0) var(--tab-wrapped-content-border-line-style,solid) var(--tab-wrapped-border-line-color,#eee)
}

.next-tabs-wrapped.next-tabs-left > .next-tabs-bar {
    float: left
}

    .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab {
        float: none;
        margin-bottom: 4px;
        margin-bottom: var(--tab-wrapped-tab-margin-bottom,4px);
        border: 0 solid #eee;
        border: var(--tab-wrapped-border-line-style,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#eee);
        border-radius: 4px 0 0 4px;
        border-radius: var(--tab-wrapped-tab-corner-radius,4px) 0 0 var(--tab-wrapped-tab-corner-radius,4px);
        border-width: 1px 0 1px 1px;
        border-width: var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-side-width,1px)
    }

        .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:hover {
            border-color: #eee;
            border-color: var(--tab-wrapped-border-line-color-hover,#eee)
        }

        .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
            border-color: #eee #fff #eee #eee;
            border-color: var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-bg-color-selected,#fff) var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-border-line-color,#eee)
        }

        .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before {
            border-radius: 4px;
            border-radius: var(--tab-wrapped-tab-corner-radius,4px);
            height: 0;
            border-left: 0 solid #1047f5;
            border-left: var(--tab-wrapped-ink-bar-width,0) solid var(--tab-wrapped-ink-bar-color,#1047f5);
            top: 50%;
            left: 0;
            left: calc(0px - var(--tab-wrapped-border-line-width, 0px))
        }

        .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active:before {
            height: calc(100% - 8px);
            height: calc(100% - var(--tab-wrapped-tab-corner-radius, 4px)*2);
            top: 4px;
            top: var(--tab-wrapped-tab-corner-radius,4px)
        }

        .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
            border-width: 0;
            border-width: var(--tab-wrapped-border-line-width,0)
        }

.next-tabs-wrapped.next-tabs-left > .next-tabs-content {
    right: 0;
    right: var(--tab-wrapped-border-line-width,0);
    border-left: 0 solid #eee;
    border-left: var(--tab-wrapped-content-border-line-width,0) var(--tab-wrapped-content-border-line-style,solid) var(--tab-wrapped-border-line-color,#eee)
}

.next-tabs-wrapped.next-tabs-right > .next-tabs-bar {
    float: right
}

    .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab {
        float: none;
        margin-bottom: 4px;
        margin-bottom: var(--tab-wrapped-tab-margin-bottom,4px);
        border: 0 solid #eee;
        border: var(--tab-wrapped-border-line-style,solid) var(--tab-wrapped-border-line-width,0) var(--tab-wrapped-border-line-color,#eee);
        border-radius: 0 4px 4px 0;
        border-radius: 0 var(--tab-wrapped-tab-corner-radius,4px) var(--tab-wrapped-tab-corner-radius,4px) 0;
        border-width: 1px 1px 1px 0;
        border-width: var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-side-width,1px) var(--tab-wrapped-border-line-width,0)
    }

        .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:hover {
            border-color: #eee;
            border-color: var(--tab-wrapped-border-line-color-hover,#eee)
        }

        .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
            border-color: #eee #eee #eee #fff;
            border-color: var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-border-line-color,#eee) var(--tab-wrapped-bg-color-selected,#fff)
        }

        .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:before {
            border-radius: 4px;
            border-radius: var(--tab-wrapped-tab-corner-radius,4px);
            height: 0;
            border-right: 0 solid #1047f5;
            border-right: var(--tab-wrapped-ink-bar-width,0) solid var(--tab-wrapped-ink-bar-color,#1047f5);
            top: 50%;
            right: 0;
            right: calc(0px - var(--tab-wrapped-border-line-width, 0px))
        }

        .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active:before {
            height: calc(100% - 8px);
            height: calc(100% - var(--tab-wrapped-tab-corner-radius, 4px)*2);
            top: 4px;
            top: var(--tab-wrapped-tab-corner-radius,4px)
        }

        .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
            border-width: 0;
            border-width: var(--tab-wrapped-border-line-width,0)
        }

.next-tabs-wrapped.next-tabs-right > .next-tabs-content {
    right: 0;
    right: calc(0px - var(--tab-wrapped-border-line-width, 0px));
    border-right: 0 solid #eee;
    border-right: var(--tab-wrapped-content-border-line-width,0) var(--tab-wrapped-content-border-line-style,solid) var(--tab-wrapped-border-line-color,#eee)
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    border: 1px solid #e1e1e1;
    border: var(--tab-capsule-tab-border-line-width,1px) var(--tab-capsule-tab-border-line-style,solid) var(--tab-capsule-tab-border-line-color,#e1e1e1);
    border-right-color: transparent;
    margin-right: -1px;
    margin-right: calc(0px - var(--tab-capsule-tab-border-line-width, 1px));
    color: #666;
    color: var(--tab-capsule-text-color,#666);
    background-color: #fff;
    background-color: var(--tab-capsule-bg-color,#fff)
}

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
        border-radius: 4px 0 0 4px;
        border-radius: var(--tab-capsule-corner-radius,4px) 0 0 var(--tab-capsule-corner-radius,4px)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
        border-radius: 0 4px 4px 0;
        border-radius: 0 var(--tab-capsule-corner-radius,4px) var(--tab-capsule-corner-radius,4px) 0
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active, .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
        border-right: 1px solid #e1e1e1;
        border-right: var(--tab-capsule-tab-border-line-width,1px) var(--tab-capsule-tab-border-line-style,solid) var(--tab-capsule-tab-border-line-color,#e1e1e1)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
        border-color: #e1e1e1;
        border-color: var(--tab-capsule-tab-border-line-color-active,#e1e1e1)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
        border-color: #c8c8c8;
        border-color: var(--tab-capsule-tab-border-line-color-disabled,#c8c8c8)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
        z-index: 2;
        border-right: 1px solid #e1e1e1;
        border-right: var(--tab-capsule-tab-border-line-width,1px) var(--tab-capsule-tab-border-line-style,solid) var(--tab-capsule-tab-border-line-color,#e1e1e1);
        border-color: #e1e1e1;
        border-color: var(--tab-capsule-tab-border-line-color-hover,#e1e1e1);
        cursor: pointer;
        color: #1047f5;
        color: var(--tab-capsule-text-color-hover,#1047f5);
        background-color: #fff;
        background-color: var(--tab-capsule-bg-color-hover,#fff)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
        z-index: 1;
        color: #1047f5;
        color: var(--tab-capsule-text-color-selected,#1047f5);
        background-color: #eef3ff;
        background-color: var(--tab-capsule-bg-color-selected,#eef3ff)
    }

    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
        pointer-events: none;
        cursor: default;
        color: #333;
        color: var(--tab-capsule-text-color-disabled,#333);
        background: #f3f3f3;
        background: var(--tab-capsule-bg-color-disabled,#f3f3f3)
    }

.next-tabs-text > .next-tabs-bar .next-tabs-tab {
    color: #666;
    color: var(--tab-text-text-color-normal,#666);
    background-color: transparent
}

    .next-tabs-text > .next-tabs-bar .next-tabs-tab:hover {
        cursor: pointer;
        color: #1047f5;
        color: var(--tab-text-text-color-hover,#1047f5);
        background-color: transparent
    }

    .next-tabs-text > .next-tabs-bar .next-tabs-tab.active {
        z-index: 1;
        color: #1047f5;
        color: var(--tab-text-text-color-selected,#1047f5);
        background-color: transparent
    }

    .next-tabs-text > .next-tabs-bar .next-tabs-tab.disabled {
        pointer-events: none;
        cursor: default;
        color: #000;
        color: var(--tab-text-text-color-disabled,#000);
        background: transparent
    }

    .next-tabs-text > .next-tabs-bar .next-tabs-tab:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: calc(50% - 4px);
        top: calc(50% - var(--tab-text-item-sep-height, 8px)/2);
        width: 1px;
        width: var(--tab-text-item-sep-width,1px);
        height: 8px;
        height: var(--tab-text-item-sep-height,8px);
        background-color: #c8c8c8;
        background-color: var(--tab-text-item-sep-color,#c8c8c8)
    }

.next-tabs-pure > .next-tabs-bar {
    position: relative
}

    .next-tabs-pure > .next-tabs-bar .next-tabs-nav-extra {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.next-tabs-capsule > .next-tabs-bar {
    position: relative
}

    .next-tabs-capsule > .next-tabs-bar .next-tabs-nav-extra {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.next-tabs-text > .next-tabs-bar {
    position: relative
}

    .next-tabs-text > .next-tabs-bar .next-tabs-nav-extra {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.next-tabs[dir=rtl].next-medium .next-tabs-nav-container-scrolling {
    padding-left: 56px;
    padding-left: var(--tab-nav-scroll-padding-right-m,56px);
    padding-right: 0
}

.next-tabs[dir=rtl].next-medium .next-tabs-tab-close {
    padding-right: 8px;
    padding-right: var(--tab-nav-close-icon-padding-l-size-m,8px);
    padding-left: 0
}

.next-tabs[dir=rtl].next-small .next-tabs-nav-container-scrolling {
    padding-left: 56px;
    padding-left: var(--tab-nav-scroll-padding-right-s,56px);
    padding-right: 0
}

.next-tabs[dir=rtl].next-small .next-tabs-tab-close {
    padding-right: 8px;
    padding-right: var(--tab-nav-close-icon-padding-l-size-s,8px);
    padding-left: 0
}

.next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra, .next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra, .next-tabs[dir=rtl] > .next-tabs-bar .next-tabs-nav-extra {
    right: auto;
    left: 0
}

.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border: var(--tab-capsule-tab-border-line-width,1px) var(--tab-capsule-tab-border-line-style,solid) var(--tab-capsule-tab-border-line-color,#e1e1e1);
    border-left: 0
}

    .next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
        border-left: 0;
        border-radius: 0 4px 4px 0;
        border-radius: 0 var(--tab-capsule-corner-radius,4px) var(--tab-capsule-corner-radius,4px) 0
    }

    .next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
        border-radius: 4px 0 0 4px;
        border-radius: var(--tab-capsule-corner-radius,4px) 0 0 var(--tab-capsule-corner-radius,4px)
    }

    .next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active, .next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
        border-left: 1px solid #e1e1e1;
        border-left: var(--tab-capsule-tab-border-line-width,1px) var(--tab-capsule-tab-border-line-style,solid) var(--tab-capsule-tab-border-line-color,#e1e1e1)
    }

    .next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
        margin-left: -1px;
        margin-left: calc(0px - var(--tab-capsule-tab-border-line-width, 1px));
        margin-right: auto;
        border-color: #e1e1e1;
        border-color: var(--tab-capsule-tab-border-line-color-active,#e1e1e1)
    }

.next-tabs[dir=rtl] .next-tabs-btn-next {
    left: 8px;
    left: var(--tab-nav-arrow-right-positon-right,8px);
    right: auto
}

.next-tabs[dir=rtl] .next-tabs-btn-prev {
    left: 32px;
    left: var(--tab-nav-arrow-left-positon-right,32px);
    right: auto
}

.next-tabs[dir=rtl] .next-tabs-btn-down {
    left: 8px;
    left: var(--tab-nav-arrow-down-positon-right,8px);
    right: auto
}

.next-tabs-text[dir=rtl] > .next-tabs-bar .next-tabs-tab:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    right: auto
}

@-webkit-keyframes fadeInRightForTag {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translateX(20px);
        transform: rotate(45deg) translateX(20px)
    }

    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 {
    color: #333;
    color: var(--tag-normal-text-color,#333);
    border-color: transparent;
    background-color: transparent
}

    .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-normal-text-color-hover,#1047f5)
    }

.next-tag-default.next-tag-level-primary {
    color: #1047f5;
    color: var(--tag-fill-text-color,#1047f5);
    border-color: #f8f8f8;
    border-color: var(--tag-fill-border-color,#f8f8f8);
    background-color: #f8f8f8;
    background-color: var(--tag-fill-bg-color,#f8f8f8)
}

    .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-fill-text-color-hover,#1047f5);
        border-color: #eee;
        border-color: var(--tag-fill-border-color-hover,#eee);
        background-color: #f3f3f3;
        background-color: var(--tag-fill-bg-color-hover,#f3f3f3)
    }

        .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: #1047f5;
            color: var(--tag-fill-tail-color-hover,#1047f5)
        }

    .disabled.next-tag-default.next-tag-level-primary, .next-tag-default.next-tag-level-primary[disabled] {
        color: #acacac;
        color: var(--tag-fill-text-color-disabled,#acacac);
        border-color: #f3f3f3;
        border-color: var(--tag-fill-border-color-disabled,#f3f3f3);
        background-color: #f3f3f3;
        background-color: var(--tag-fill-bg-color-disabled,#f3f3f3)
    }

        .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: #666;
            color: var(--tag-fill-tail-color-disabled,#666)
        }

    .next-tag-default.next-tag-level-primary > .next-tag-close-btn {
        color: #666;
        color: var(--tag-fill-tail-color,#666)
    }

.next-tag-closable.next-tag-level-primary {
    color: #333;
    color: var(--tag-closable-primary-fill-text-color,#333);
    border-color: transparent;
    border-color: var(--tag-closable-primary-fill-border-color,transparent);
    background-color: #f3f3f3;
    background-color: var(--tag-closable-primary-fill-bg-color,#f3f3f3)
}

    .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover {
        color: #000;
        color: var(--tag-closable-primary-fill-text-color-hover,#000);
        border-color: transparent;
        border-color: var(--tag-closable-primary-fill-border-color-hover,transparent);
        background-color: #f3f3f3;
        background-color: var(--tag-closable-primary-fill-bg-color-hover,#f3f3f3)
    }

        .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: #1047f5;
            color: var(--tag-fill-tail-color-hover,#1047f5)
        }

    .disabled.next-tag-closable.next-tag-level-primary, .next-tag-closable.next-tag-level-primary[disabled] {
        color: #666;
        color: var(--tag-closable-primary-fill-text-color-disabled,#666);
        border-color: #e1e1e1;
        border-color: var(--tag-closable-primary-fill-border-color-disabled,#e1e1e1);
        background-color: #e1e1e1;
        background-color: var(--tag-closable-primary-fill-bg-color-disabled,#e1e1e1)
    }

        .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: #666;
            color: var(--tag-fill-tail-color-disabled,#666)
        }

    .next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
        color: #666;
        color: var(--tag-fill-tail-color,#666)
    }

.next-tag-checkable.next-tag-level-primary {
    color: #333;
    color: var(--tag-checkable-fill-text-color,#333);
    border-color: #f3f3f3;
    border-color: var(--tag-checkable-fill-border-color,#f3f3f3);
    background-color: #f3f3f3;
    background-color: var(--tag-checkable-fill-bg-color,#f3f3f3)
}

    .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-checkable-fill-text-color-hover,#1047f5);
        border-color: #eef3ff;
        border-color: var(--tag-checkable-fill-border-color-hover,#eef3ff);
        background-color: #eef3ff;
        background-color: var(--tag-checkable-fill-bg-color-hover,#eef3ff)
    }

        .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;
            color: var(--tag-checkable-fill-tail-color-hover,#333)
        }

    .disabled.next-tag-checkable.next-tag-level-primary, .next-tag-checkable.next-tag-level-primary[disabled] {
        color: #acacac;
        color: var(--tag-checkable-fill-text-color-disabled,#acacac);
        border-color: #e1e1e1;
        border-color: var(--tag-checkable-fill-border-color-disabled,#e1e1e1);
        background-color: #f8f8f8;
        background-color: var(--tag-checkable-fill-bg-color-disabled,#f8f8f8)
    }

        .disabled.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary[disabled] > .next-tag-close-btn {
            color: #ccc;
            color: var(--tag-checkable-fill-tail-color-disabled,#ccc)
        }

    .next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
        color: #666;
        color: var(--tag-checkable-fill-tail-color,#666)
    }

    .next-tag-checkable.next-tag-level-primary.checked {
        color: #1047f5;
        color: var(--tag-checkable-primary-text-color,#1047f5);
        border-color: #1047f5;
        border-color: var(--tag-checkable-primary-border-color,#1047f5);
        background-color: #eef3ff;
        background-color: var(--tag-checkable-primary-bg-color,#eef3ff)
    }

        .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover {
            color: #1047f5;
            color: var(--tag-checkable-primary-text-color-hover,#1047f5);
            border-color: #1047f5;
            border-color: var(--tag-checkable-primary-border-color-hover,#1047f5);
            background-color: #dfe8ff;
            background-color: var(--tag-checkable-primary-bg-color-hover,#dfe8ff)
        }

            .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover > .next-tag-close-btn {
                color: #fff;
                color: var(--tag-checkable-primary-tail-color-hover,#fff)
            }

        .disabled.next-tag-checkable.next-tag-level-primary.checked, .next-tag-checkable.next-tag-level-primary.checked[disabled] {
            color: #1047f5;
            color: var(--tag-checkable-primary-text-color-disabled,#1047f5);
            border-color: #c8c8c8;
            border-color: var(--tag-checkable-primary-border-color-disabled,#c8c8c8);
            background-color: #f3f3f3;
            background-color: var(--tag-checkable-primary-bg-color-disabled,#f3f3f3)
        }

            .disabled.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked[disabled] > .next-tag-close-btn {
                color: #fff;
                color: var(--tag-checkable-primary-tail-color,#fff)
            }

.next-tag-default.next-tag-level-normal {
    color: #333;
    color: var(--tag-bordered-text-color,#333);
    border-color: #f3f3f3;
    border-color: var(--tag-bordered-border-color,#f3f3f3);
    background-color: #f3f3f3;
    background-color: var(--tag-bordered-bg,#f3f3f3)
}

    .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover {
        color: #333;
        color: var(--tag-bordered-text-color-hover,#333);
        border-color: #f3f3f3;
        border-color: var(--tag-bordered-border-color-hover,#f3f3f3);
        background-color: #f3f3f3;
        background-color: var(--tag-bordered-bg-hover,#f3f3f3)
    }

        .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;
            color: var(--tag-bordered-tail-color-hover,#333)
        }

    .disabled.next-tag-default.next-tag-level-normal, .next-tag-default.next-tag-level-normal[disabled] {
        color: #333;
        color: var(--tag-bordered-text-color-disabled,#333);
        border-color: #f3f3f3;
        border-color: var(--tag-bordered-border-color-disabled,#f3f3f3);
        background-color: #f3f3f3;
        background-color: var(--tag-bordered-bg-disabled,#f3f3f3)
    }

        .disabled.next-tag-default.next-tag-level-normal > .next-tag-close-btn, .next-tag-default.next-tag-level-normal[disabled] > .next-tag-close-btn {
            color: #ccc;
            color: var(--tag-bordered-tail-color-disabled,#ccc)
        }

    .next-tag-default.next-tag-level-normal > .next-tag-close-btn {
        color: #666;
        color: var(--tag-bordered-tail-color,#666)
    }

.next-tag-closable.next-tag-level-normal {
    color: #1047f5;
    color: var(--tag-closable-bordered-text-color,#1047f5);
    border-color: #eef3ff;
    border-color: var(--tag-closable-bordered-border-color,#eef3ff);
    background-color: #eef3ff;
    background-color: var(--tag-closable-bordered-bg,#eef3ff)
}

    .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-closable-bordered-text-color-hover,#1047f5);
        border-color: #dfe8ff;
        border-color: var(--tag-closable-bordered-border-color-hover,#dfe8ff);
        background-color: #dfe8ff;
        background-color: var(--tag-closable-bordered-bg-hover,#dfe8ff)
    }

        .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: #0c38c4;
            color: var(--tag-closable-bordered-tail-color-hover,#0c38c4)
        }

    .disabled.next-tag-closable.next-tag-level-normal, .next-tag-closable.next-tag-level-normal[disabled] {
        color: #666;
        color: var(--tag-closable-bordered-text-color-disabled,#666);
        border-color: #e1e1e1;
        border-color: var(--tag-closable-bordered-border-color-disabled,#e1e1e1);
        background-color: #e1e1e1;
        background-color: var(--tag-closable-bordered-bg-disabled,#e1e1e1)
    }

        .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: #666;
            color: var(--tag-closable-bordered-tail-color-disabled,#666)
        }

    .next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
        color: #1047f5;
        color: var(--tag-closable-bordered-tail-color,#1047f5)
    }

.next-tag-checkable.next-tag-level-normal.checked {
    color: #1047f5;
    color: var(--tag-secondary-text-color,#1047f5);
    border-color: #1047f5;
    border-color: var(--tag-secondary-border-color,#1047f5);
    background-color: #eef3ff;
    background-color: var(--tag-secondary-bg,#eef3ff)
}

    .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-secondary-text-color-hover,#1047f5);
        border-color: #1047f5;
        border-color: var(--tag-secondary-border-color-hover,#1047f5);
        background-color: #dfe8ff;
        background-color: var(--tag-secondary-bg-hover,#dfe8ff)
    }

.next-tag-checkable.next-tag-level-secondary.checked {
    color: #1047f5;
    color: var(--tag-secondary-text-color,#1047f5);
    border-color: #1047f5;
    border-color: var(--tag-secondary-border-color,#1047f5);
    background-color: #eef3ff;
    background-color: var(--tag-secondary-bg,#eef3ff)
}

    .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-secondary-text-color-hover,#1047f5);
        border-color: #1047f5;
        border-color: var(--tag-secondary-border-color-hover,#1047f5);
        background-color: #dfe8ff;
        background-color: var(--tag-secondary-bg-hover,#dfe8ff)
    }

    .next-tag-checkable.next-tag-level-secondary.checked:before {
        position: absolute;
        content: "";
        -webkit-font-smoothing: antialiased;
        background-color: #1047f5;
        background-color: var(--tag-checkable-secondary-bg-selected,#1047f5);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .next-tag-checkable.next-tag-level-secondary.checked:after {
        position: absolute;
        font-family: NextIcon;
        -webkit-font-smoothing: antialiased;
        content: "\E632";
        content: var(--icon-content-select,"\E632");
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        color: #fff;
        color: var(--tag-checkable-secondary-icon-color-selected,#fff)
    }

    .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: #1f1f49;
        background-color: var(--tag-checkable-secondary-bg-selected-hover,#1f1f49)
    }

    .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:after {
        color: #fff;
        color: var(--tag-checkable-secondary-icon-color-selected-hover,#fff)
    }

    .next-tag-checkable.next-tag-level-secondary.checked:disabled:before, .next-tag-checkable.next-tag-level-secondary.checked[disabled]:before {
        background-color: #e1e1e1;
        background-color: var(--tag-checkable-secondary-bg-selected-disabled,#e1e1e1)
    }

    .next-tag-checkable.next-tag-level-secondary.checked:disabled:after, .next-tag-checkable.next-tag-level-secondary.checked[disabled]:after {
        color: #fff;
        color: var(--tag-checkable-secondary-icon-color-selected-disabled,#fff)
    }

.next-tag-checkable.next-tag-level-normal {
    color: #333;
    color: var(--tag-checkable-normal-text-color,#333);
    border-color: #f3f3f3;
    border-color: var(--tag-checkable-normal-border-color,#f3f3f3);
    background-color: #f3f3f3;
    background-color: var(--tag-checkable-normal-bg,#f3f3f3)
}

    .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover {
        color: #1047f5;
        color: var(--tag-checkable-normal-text-color-hover,#1047f5);
        border-color: #eef3ff;
        border-color: var(--tag-checkable-normal-border-color-hover,#eef3ff);
        background-color: #eef3ff;
        background-color: var(--tag-checkable-normal-bg-hover,#eef3ff)
    }

    .disabled.next-tag-checkable.next-tag-level-normal, .next-tag-checkable.next-tag-level-normal[disabled] {
        color: #acacac;
        color: var(--tag-checkable-normal-text-selected-disabled,#acacac);
        border-color: #e1e1e1;
        border-color: var(--tag-checkable-normal-border-selected-disabled,#e1e1e1);
        background-color: #f8f8f8;
        background-color: var(--tag-checkable-normal-bg-selected-disabled,#f8f8f8)
    }

    .next-tag-checkable.next-tag-level-normal.checked:before {
        position: absolute;
        content: "";
        -webkit-font-smoothing: antialiased;
        background-color: #1047f5;
        background-color: var(--tag-checkable-normal-bg-selected,#1047f5);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .next-tag-checkable.next-tag-level-normal.checked:after {
        position: absolute;
        font-family: NextIcon;
        -webkit-font-smoothing: antialiased;
        content: "\E632";
        content: var(--icon-content-select,"\E632");
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        color: #fff;
        color: var(--tag-checkable-normal-icon-color-selected,#fff)
    }

    .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: #0c38c4;
        background-color: var(--tag-checkable-normal-bg-selected-hover,#0c38c4)
    }

    .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;
        color: var(--tag-checkable-normal-icon-color-selected-hover,#fff)
    }

    .next-tag-checkable.next-tag-level-normal.checked:disabled:before, .next-tag-checkable.next-tag-level-normal.checked[disabled]:before {
        background-color: #e1e1e1;
        background-color: var(--tag-checkable-normal-tick-bg-selected-disabled,#e1e1e1)
    }

    .next-tag-checkable.next-tag-level-normal.checked:disabled:after, .next-tag-checkable.next-tag-level-normal.checked[disabled]:after {
        color: #666;
        color: var(--tag-checkable-normal-icon-color-selected-disabled,#666)
    }

.next-tag-closable.next-tag-level-normal:before {
    position: absolute;
    content: "";
    -webkit-font-smoothing: antialiased;
    background-color: #f3f3f3;
    background-color: var(--tag-closable-normal-bg,#f3f3f3);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.next-tag-closable.next-tag-level-normal:after {
    position: absolute;
    font-family: NextIcon;
    -webkit-font-smoothing: antialiased;
    content: "\E626";
    content: var(--icon-content-close,"\E626");
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    color: #fff;
    color: var(--tag-closable-normal-icon-color,#fff)
}

.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: #dfe8ff;
    background-color: var(--tag-closable-normal-bg-hover,#dfe8ff)
}

.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;
    color: var(--tag-closable-normal-icon-color-hover,#fff)
}

.next-tag-closable.next-tag-level-normal:disabled:before, .next-tag-closable.next-tag-level-normal[disabled]:before {
    background-color: #e1e1e1;
    background-color: var(--tag-closable-normal-bg-disabled,#e1e1e1)
}

.next-tag-closable.next-tag-level-normal:disabled:after, .next-tag-closable.next-tag-level-normal[disabled]:after {
    color: #fff;
    color: var(--tag-closable-normal-icon-color-disabled,#fff)
}

.next-tag-group .next-tag-large, .next-tag-group .next-tag-medium {
    margin-right: 8px;
    margin-bottom: 8px
}

.next-tag-group .next-tag-small {
    margin-right: 4px;
    margin-bottom: 4px
}

.next-tag {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border-width: 1px;
    border-width: var(--tag-border-width,1px);
    border-radius: 4px;
    border-radius: var(--tag-corner-radius,4px);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--tag-shadow,none);
    box-shadow: none;
    box-shadow: var(--tag-shadow,none);
    border-style: solid;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    font-size: 0;
    outline: 0
}

    .next-tag, .next-tag *, .next-tag :after, .next-tag :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-tag > .next-tag-body {
            position: relative;
            display: inline-block;
            height: 100%;
            text-align: center;
            vertical-align: middle;
            max-width: 100%;
            cursor: default
        }

            .next-tag > .next-tag-body > a {
                text-decoration: none;
                color: inherit
            }

                .next-tag > .next-tag-body > a:before {
                    content: " ";
                    position: absolute;
                    display: block;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0
                }

            .next-tag > .next-tag-body .next-icon {
                line-height: 1;
                vertical-align: baseline
            }

                .next-tag > .next-tag-body .next-icon:before {
                    font-size: inherit
                }

        .next-tag.next-tag-body-pointer {
            cursor: pointer
        }

        .next-tag.disabled, .next-tag[disabled] {
            cursor: not-allowed;
            pointer-events: none
        }

.next-tag-blue {
    background-color: #4494f9;
    border-color: #4494f9;
    color: #fff
}

.next-tag-blue-inverse {
    background-color: rgba(68,148,249,.25);
    border-color: #4494f9;
    color: #4494f9
}

.next-tag-green {
    background-color: #46bc15;
    border-color: #46bc15;
    color: #fff
}

.next-tag-green-inverse {
    background-color: rgba(70,188,21,.25);
    border-color: #46bc15;
    color: #46bc15
}

.next-tag-orange {
    background-color: #ff9300;
    border-color: #ff9300;
    color: #fff
}

.next-tag-orange-inverse {
    background-color: rgba(255,147,0,.25);
    border-color: #ff9300;
    color: #ff9300
}

.next-tag-red {
    background-color: #ff3000;
    border-color: #ff3000;
    color: #fff
}

.next-tag-red-inverse {
    background-color: rgba(255,48,0,.25);
    border-color: #ff3000;
    color: #ff3000
}

.next-tag-turquoise {
    background-color: #01c1b2;
    border-color: #01c1b2;
    color: #fff
}

.next-tag-turquoise-inverse {
    background-color: rgba(1,193,178,.25);
    border-color: #01c1b2;
    color: #01c1b2
}

.next-tag-yellow {
    background-color: #fccc12;
    border-color: #fccc12;
    color: #fff
}

.next-tag-yellow-inverse {
    background-color: rgba(252,204,18,.25);
    border-color: #fccc12;
    color: #fccc12
}

.next-tag-large {
    height: 32px;
    height: var(--tag-size-l-height,32px);
    padding: 0;
    line-height: 30px;
    line-height: calc(var(--tag-size-l-height, 32px) - var(--tag-border-width, 1px)*2);
    font-size: 0
}

    .next-tag-large > .next-tag-body {
        font-size: 14px;
        font-size: var(--tag-size-l-text-size,14px);
        padding: 0 12px;
        padding: 0 var(--tag-size-l-padding-lr,12px);
        min-width: 48px;
        min-width: var(--tag-size-l-content-min-width,48px)
    }

    .next-tag-large.next-tag-closable > .next-tag-body {
        padding: 0 0 0 12px;
        padding: 0 0 0 var(--tag-size-l-padding-lr,12px);
        max-width: calc(100% - 28px);
        max-width: calc(100% - var(--tag-size-l-spacing, 4px) - var(--tag-size-l-icon-font, 12px) - var(--tag-size-l-padding-lr, 12px))
    }

    .next-tag-large[dir=rtl].next-tag-closable > .next-tag-body {
        padding: 0 12px 0 0;
        padding: 0 var(--tag-size-l-padding-lr,12px) 0 0
    }

    .next-tag-large.next-tag-closable > .next-tag-close-btn {
        margin-left: 4px;
        margin-left: var(--tag-size-l-spacing,4px);
        padding-right: 12px;
        padding-right: var(--tag-size-l-padding-lr,12px)
    }

        .next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote, .next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon:before {
            width: 12px;
            width: var(--tag-size-l-icon-font,12px);
            font-size: 12px;
            font-size: var(--tag-size-l-icon-font,12px);
            line-height: inherit
        }

    .next-tag-large[dir=rtl] > .next-tag-close-btn {
        margin-right: 4px;
        margin-right: var(--tag-size-l-spacing,4px);
        margin-left: 0;
        padding-right: 0;
        padding-left: 12px;
        padding-left: var(--tag-size-l-padding-lr,12px)
    }

.next-tag-medium {
    height: 28px;
    height: var(--tag-size-m-height,28px);
    padding: 0;
    line-height: 26px;
    line-height: calc(var(--tag-size-m-height, 28px) - var(--tag-border-width, 1px)*2);
    font-size: 0
}

    .next-tag-medium > .next-tag-body {
        font-size: 12px;
        font-size: var(--tag-size-m-text-size,12px);
        padding: 0 8px;
        padding: 0 var(--tag-size-m-padding-lr,8px);
        min-width: 40px;
        min-width: var(--tag-size-m-content-min-width,40px)
    }

    .next-tag-medium.next-tag-closable > .next-tag-body {
        padding: 0 0 0 8px;
        padding: 0 0 0 var(--tag-size-m-padding-lr,8px);
        max-width: calc(100% - 24px);
        max-width: calc(100% - var(--tag-size-m-spacing, 4px) - var(--tag-size-m-icon-font, 12px) - var(--tag-size-m-padding-lr, 8px))
    }

    .next-tag-medium[dir=rtl].next-tag-closable > .next-tag-body {
        padding: 0 8px 0 0;
        padding: 0 var(--tag-size-m-padding-lr,8px) 0 0
    }

    .next-tag-medium.next-tag-closable > .next-tag-close-btn {
        margin-left: 4px;
        margin-left: var(--tag-size-m-spacing,4px);
        padding-right: 8px;
        padding-right: var(--tag-size-m-padding-lr,8px)
    }

        .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote, .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before {
            width: 12px;
            width: var(--tag-size-m-icon-font,12px);
            font-size: 12px;
            font-size: var(--tag-size-m-icon-font,12px);
            line-height: inherit
        }

    .next-tag-medium[dir=rtl] > .next-tag-close-btn {
        margin-right: 4px;
        margin-right: var(--tag-size-m-spacing,4px);
        margin-left: 0;
        padding-right: 0;
        padding-left: 8px;
        padding-left: var(--tag-size-m-padding-lr,8px)
    }

.next-tag-small {
    height: 24px;
    height: var(--tag-size-s-height,24px);
    padding: 0;
    line-height: 22px;
    line-height: calc(var(--tag-size-s-height, 24px) - var(--tag-border-width, 1px)*2);
    font-size: 0
}

    .next-tag-small > .next-tag-body {
        font-size: 12px;
        font-size: var(--tag-size-s-text-size,12px);
        padding: 0 4px;
        padding: 0 var(--tag-size-s-padding-lr,4px);
        min-width: 28px;
        min-width: var(--tag-size-s-content-min-width,28px)
    }

    .next-tag-small.next-tag-closable > .next-tag-body {
        padding: 0 0 0 4px;
        padding: 0 0 0 var(--tag-size-s-padding-lr,4px);
        max-width: calc(100% - 20px);
        max-width: calc(100% - var(--tag-size-s-spacing, 4px) - var(--tag-size-s-icon-font, 12px) - var(--tag-size-s-padding-lr, 4px))
    }

    .next-tag-small[dir=rtl].next-tag-closable > .next-tag-body {
        padding: 0 4px 0 0;
        padding: 0 var(--tag-size-s-padding-lr,4px) 0 0
    }

    .next-tag-small.next-tag-closable > .next-tag-close-btn {
        margin-left: 4px;
        margin-left: var(--tag-size-s-spacing,4px);
        padding-right: 4px;
        padding-right: var(--tag-size-s-padding-lr,4px)
    }

        .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 {
            width: 12px;
            width: var(--tag-size-s-icon-font,12px);
            font-size: 12px;
            font-size: var(--tag-size-s-icon-font,12px);
            line-height: inherit
        }

    .next-tag-small[dir=rtl] > .next-tag-close-btn {
        margin-right: 4px;
        margin-right: var(--tag-size-s-spacing,4px);
        margin-left: 0;
        padding-right: 0;
        padding-left: 4px;
        padding-left: var(--tag-size-s-padding-lr,4px)
    }

.next-tag-default {
    cursor: default
}

.next-tag-closable {
    position: relative
}

    .next-tag-closable > .next-tag-close-btn {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        text-align: center;
        cursor: pointer
    }

.next-tag-checkable {
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    border-radius: var(--tag-corner-radius,4px)
}

    .next-tag-checkable.checked:before {
        -webkit-animation: fadeInRightForTag .4s cubic-bezier(.78,.14,.15,.86);
        animation: fadeInRightForTag .4s cubic-bezier(.78,.14,.15,.86)
    }

    .next-tag-checkable.checked:after {
        -webkit-animation: zoomIn .4s cubic-bezier(.78,.14,.15,.86);
        animation: zoomIn .4s cubic-bezier(.78,.14,.15,.86)
    }

    .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before {
        right: -10px;
        right: calc(0px - var(--tag-size-s-tick-icon-bg-size, 20px)/2);
        bottom: -10px;
        bottom: calc(0px - var(--tag-size-s-tick-icon-bg-size, 20px)/2);
        width: 20px;
        width: var(--tag-size-s-tick-icon-bg-size,20px);
        height: 20px;
        height: var(--tag-size-s-tick-icon-bg-size,20px)
    }

    .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):after {
        font-size: 8px;
        line-height: 8px;
        right: 0;
        bottom: 0
    }

    .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):before {
        right: -12px;
        right: calc(0px - var(--tag-size-m-tick-icon-bg-size, 24px)/2);
        bottom: -12px;
        bottom: calc(0px - var(--tag-size-m-tick-icon-bg-size, 24px)/2);
        width: 24px;
        width: var(--tag-size-m-tick-icon-bg-size,24px);
        height: 24px;
        height: var(--tag-size-m-tick-icon-bg-size,24px)
    }

    .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):after {
        font-size: 8px;
        line-height: 8px;
        right: 0;
        bottom: 0
    }

    .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):before {
        right: -14px;
        right: calc(0px - var(--tag-size-l-tick-icon-bg-size, 28px)/2);
        bottom: -14px;
        bottom: calc(0px - var(--tag-size-l-tick-icon-bg-size, 28px)/2);
        width: 28px;
        width: var(--tag-size-l-tick-icon-bg-size,28px);
        height: 28px;
        height: var(--tag-size-l-tick-icon-bg-size,28px)
    }

    .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):after {
        font-size: 12px;
        line-height: 12px;
        right: 0;
        bottom: 0
    }

    .next-tag-checkable.next-tag-level-secondary.disabled, .next-tag-checkable.next-tag-level-secondary[disabled] {
        color: #ccc;
        color: var(--tag-text-color-disabled,#ccc);
        border-color: #e1e1e1;
        border-color: var(--tag-border-color-disabled,#e1e1e1);
        background-color: #f3f3f3;
        background-color: var(--tag-fill-bg-color-disabled,#f3f3f3)
    }

.next-tag-zoom-appear, .next-tag-zoom-enter {
    -webkit-animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    animation: fadeInLeft .4s cubic-bezier(.78,.14,.15,.86);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.next-tag-zoom-leave {
    -webkit-animation: zoomOut .3s ease-in;
    animation: zoomOut .3s ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.next-timeline, .next-timeline *, .next-timeline:after, .next-timeline :after, .next-timeline:before, .next-timeline :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .next-timeline ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .next-timeline p {
        margin: 0
    }

.next-timeline-hide {
    display: none
}

.next-timeline[dir=rtl] .next-timeline-item-folder {
    padding-left: 0;
    padding-right: 28px;
    padding-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
}

.next-timeline[dir=rtl] .next-timeline-item-dot-tail {
    left: auto;
    right: 6px;
    right: calc(var(--timeline-item-node-size, 12px)/2);
    border-left: none;
    border-right: 1px dotted #e1e1e1;
    border-right: var(--timeline-item-tail-size,1px) dotted var(--timeline-item-tail-color,#e1e1e1)
}

.next-timeline[dir=rtl] .next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 0;
    margin-right: 104px;
    margin-right: var(--timeline-item-left-content-width,104px)
}

.next-timeline[dir=rtl] .next-timeline-item-done {
    position: relative
}

    .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        height: 100%
    }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: right
        }

            .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-right: -14px;
                margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                margin-left: 0;
                line-height: 1
            }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-done-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-done-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-done-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-done-dot-size, 12px)/2)
        }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: auto;
            right: 6px;
            right: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content {
        display: inline-block;
        margin-right: 28px;
        margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: right
        }

    .next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: left;
        padding-left: 16px;
        padding-left: var(--timeline-item-content-margin-left,16px);
        padding-right: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
            word-break: break-word
        }

    .next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
        margin-right: 104px;
        margin-right: var(--timeline-item-left-content-width,104px);
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-right: 132px;
        margin-right: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-dot {
        background: #ccc;
        background: var(--timeline-item-done-background,#ccc)
    }

    .next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-icon {
        background: #ccc;
        background: var(--timeline-item-done-background,#ccc);
        color: #fff;
        color: var(--timeline-item-done-color,#fff)
    }

.next-timeline[dir=rtl] .next-timeline-item-process {
    position: relative
}

    .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        height: 100%
    }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: right
        }

            .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-right: -14px;
                margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                margin-left: 0;
                line-height: 1
            }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-process-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-process-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-process-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-process-dot-size, 12px)/2)
        }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: auto;
            right: 6px;
            right: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content {
        display: inline-block;
        margin-right: 28px;
        margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: right
        }

    .next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: left;
        padding-left: 16px;
        padding-left: var(--timeline-item-content-margin-left,16px);
        padding-right: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
            word-break: break-word
        }

    .next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
        margin-right: 104px;
        margin-right: var(--timeline-item-left-content-width,104px);
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-right: 132px;
        margin-right: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-dot, .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-icon {
        background: #1047f5;
        background: var(--timeline-item-process-background,#1047f5)
    }

    .next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-process-color,#fff)
    }

.next-timeline[dir=rtl] .next-timeline-item-success {
    position: relative
}

    .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        height: 100%
    }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: right
        }

            .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-right: -14px;
                margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                margin-left: 0;
                line-height: 1
            }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-success-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-success-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-success-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-success-dot-size, 12px)/2)
        }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: auto;
            right: 6px;
            right: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content {
        display: inline-block;
        margin-right: 28px;
        margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: right
        }

    .next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: left;
        padding-left: 16px;
        padding-left: var(--timeline-item-content-margin-left,16px);
        padding-right: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
            word-break: break-word
        }

    .next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
        margin-right: 104px;
        margin-right: var(--timeline-item-left-content-width,104px);
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-right: 132px;
        margin-right: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-dot, .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-icon {
        background: #04c3b3;
        background: var(--timeline-item-success-background,#04c3b3)
    }

    .next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-success-color,#fff)
    }

.next-timeline[dir=rtl] .next-timeline-item-error {
    position: relative
}

    .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        height: 100%
    }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: right
        }

            .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-right: -14px;
                margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                margin-left: 0;
                line-height: 1
            }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-error-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-error-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-error-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-error-dot-size, 12px)/2)
        }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: auto;
            right: 6px;
            right: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content {
        display: inline-block;
        margin-right: 28px;
        margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: right
        }

        .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: right
        }

    .next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: left;
        padding-left: 16px;
        padding-left: var(--timeline-item-content-margin-left,16px);
        padding-right: 0
    }

        .next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
            word-break: break-word
        }

    .next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
        margin-right: 104px;
        margin-right: var(--timeline-item-left-content-width,104px);
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-right: 132px;
        margin-right: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
        margin-left: 0
    }

    .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-dot, .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-icon {
        background: #f33200;
        background: var(--timeline-item-error-background,#f33200)
    }

    .next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-error-color,#fff)
    }

.next-timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

    .next-timeline > li {
        outline: 0
    }

.next-timeline-item-folder {
    padding-left: 28px;
    padding-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
    padding-top: 0;
    padding-top: var(--timeline-item-folder-margin-top,0);
    padding-bottom: 8px;
    padding-bottom: var(--timeline-item-folder-margin-bottom,8px);
    font-size: 12px;
    font-size: var(--timeline-item-folder-font-size,12px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    position: relative
}

.next-timeline-item-dot-tail {
    position: absolute;
    top: 0;
    left: 6px;
    left: calc(var(--timeline-item-node-size, 12px)/2);
    height: 100%;
    border: 0;
    border-left: var(--timeline-item-tail-size,1px) dotted var(--timeline-item-tail-color,#e1e1e1)
}

.next-timeline-item-dot-tail-solid {
    border-style: solid
}

.next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 104px;
    margin-left: var(--timeline-item-left-content-width,104px)
}

.next-timeline-item-done {
    position: relative
}

    .next-timeline-item-done .next-timeline-item-timeline {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }

        .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: left
        }

            .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-left: -14px;
                margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                line-height: 1
            }

        .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-done-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-done-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-done-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-done-dot-size, 12px)/2)
        }

        .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: 6px;
            left: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline-item-done .next-timeline-item-content {
        display: inline-block;
        margin-left: 28px;
        margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

        .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: left
        }

        .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: left
        }

        .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: left
        }

    .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: right;
        padding-right: 16px;
        padding-right: var(--timeline-item-content-margin-left,16px)
    }

        .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: 104px;
        margin-left: var(--timeline-item-left-content-width,104px)
    }

    .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-left: 132px;
        margin-left: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

    .next-timeline-item-done .next-timeline-item-dot, .next-timeline-item-done .next-timeline-item-icon {
        background: #ccc;
        background: var(--timeline-item-done-background,#ccc)
    }

    .next-timeline-item-done .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-done-color,#fff)
    }

.next-timeline-item-process {
    position: relative
}

    .next-timeline-item-process .next-timeline-item-timeline {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }

        .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: left
        }

            .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-left: -14px;
                margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                line-height: 1
            }

        .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-process-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-process-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-process-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-process-dot-size, 12px)/2)
        }

        .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: 6px;
            left: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline-item-process .next-timeline-item-content {
        display: inline-block;
        margin-left: 28px;
        margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

        .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: left
        }

        .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: left
        }

        .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: left
        }

    .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: right;
        padding-right: 16px;
        padding-right: var(--timeline-item-content-margin-left,16px)
    }

        .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: 104px;
        margin-left: var(--timeline-item-left-content-width,104px)
    }

    .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-left: 132px;
        margin-left: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

    .next-timeline-item-process .next-timeline-item-dot, .next-timeline-item-process .next-timeline-item-icon {
        background: #1047f5;
        background: var(--timeline-item-process-background,#1047f5)
    }

    .next-timeline-item-process .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-process-color,#fff)
    }

.next-timeline-item-success {
    position: relative
}

    .next-timeline-item-success .next-timeline-item-timeline {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }

        .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: left
        }

            .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-left: -14px;
                margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                line-height: 1
            }

        .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-success-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-success-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-success-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-success-dot-size, 12px)/2)
        }

        .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: 6px;
            left: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline-item-success .next-timeline-item-content {
        display: inline-block;
        margin-left: 28px;
        margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

        .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: left
        }

        .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: left
        }

        .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: left
        }

    .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: right;
        padding-right: 16px;
        padding-right: var(--timeline-item-content-margin-left,16px)
    }

        .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: 104px;
        margin-left: var(--timeline-item-left-content-width,104px)
    }

    .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-left: 132px;
        margin-left: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

    .next-timeline-item-success .next-timeline-item-dot, .next-timeline-item-success .next-timeline-item-icon {
        background: #04c3b3;
        background: var(--timeline-item-success-background,#04c3b3)
    }

    .next-timeline-item-success .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-success-color,#fff)
    }

.next-timeline-item-error {
    position: relative
}

    .next-timeline-item-error .next-timeline-item-timeline {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }

        .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
            position: relative;
            width: 12px;
            width: var(--timeline-item-node-size,12px);
            height: 20px;
            height: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            padding: 4px 0;
            padding: var(--timeline-item-node-padding,4px) 0;
            text-align: center;
            float: left
        }

            .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
                width: 40px;
                width: var(--timeline-item-custom-node-size,40px);
                height: auto;
                font-size: 12px;
                font-size: var(--timeline-item-custom-node-font-size,12px);
                word-break: break-all;
                margin-left: -14px;
                margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 12px)/2);
                line-height: 1
            }

        .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
            display: block;
            position: absolute;
            width: 12px;
            width: var(--timeline-item-error-dot-size,12px);
            height: 12px;
            height: var(--timeline-item-error-dot-size,12px);
            border-radius: 100%;
            top: 50%;
            margin-top: -6px;
            margin-top: calc(0px - var(--timeline-item-error-dot-size, 12px)/2);
            left: 50%;
            margin-left: -6px;
            margin-left: calc(0px - var(--timeline-item-error-dot-size, 12px)/2)
        }

        .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px
        }

            .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 {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

        .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
            position: absolute;
            width: auto;
            height: calc(100% - 20px);
            height: calc(100% - var(--timeline-item-node-size, 12px) - var(--timeline-item-node-padding, 4px)*2);
            top: 20px;
            top: calc(var(--timeline-item-node-size, 12px) + var(--timeline-item-node-padding, 4px)*2);
            left: 6px;
            left: calc(var(--timeline-item-node-size, 12px)/2)
        }

            .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
                display: inline-block;
                vertical-align: top;
                height: 100%;
                width: 1px;
                width: var(--timeline-item-tail-size,1px);
                position: relative;
                background: #e1e1e1;
                background: var(--timeline-item-tail-color,#e1e1e1);
                -webkit-transition: all .1s linear;
                transition: all .1s linear
            }

    .next-timeline-item-error .next-timeline-item-content {
        display: inline-block;
        margin-left: 28px;
        margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

        .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
            font-size: 14px;
            font-size: var(--timeline-item-title-font-size,14px);
            font-weight: 500;
            font-weight: var(--timeline-item-title-font-weight,500);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            margin: 0;
            margin-top: var(--timeline-item-title-margin-top,0);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #000;
            color: var(--timeline-item-title-color,#000);
            text-align: left
        }

        .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
            margin: 4px 0 0;
            margin-top: var(--timeline-item-body-margin-top,4px);
            font-size: 14px;
            font-size: var(--timeline-item-body-font-size,14px);
            line-height: 1.5;
            line-height: var(--font-lineheight-2,1.5);
            color: #333;
            color: var(--timeline-item-body-color,#333);
            text-align: left
        }

        .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
            margin: 8px 0 0;
            margin-top: var(--timeline-item-time-margin-top,8px);
            margin-bottom: 12px;
            margin-bottom: var(--timeline-item-time-margin-bottom,12px);
            font-size: 12px;
            font-size: var(--timeline-item-time-font-size,12px);
            color: #666;
            color: var(--timeline-item-time-color,#666);
            text-align: left
        }

    .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
        position: absolute;
        width: 104px;
        width: var(--timeline-item-left-content-width,104px);
        display: inline-block;
        font-size: 12px;
        font-size: var(--timeline-item-left-body-font-size,12px);
        color: #666;
        color: var(--timeline-item-left-body-color,#666);
        line-height: 1.5;
        line-height: var(--font-lineheight-2,1.5);
        margin-top: 0;
        margin-top: var(--timeline-item-title-margin-top,0);
        text-align: right;
        padding-right: 16px;
        padding-right: var(--timeline-item-content-margin-left,16px)
    }

        .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: 104px;
        margin-left: var(--timeline-item-left-content-width,104px)
    }

    .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
        margin-left: 132px;
        margin-left: calc(var(--timeline-item-left-content-width, 104px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
    }

    .next-timeline-item-error .next-timeline-item-dot, .next-timeline-item-error .next-timeline-item-icon {
        background: #f33200;
        background: var(--timeline-item-error-background,#f33200)
    }

    .next-timeline-item-error .next-timeline-item-icon {
        color: #fff;
        color: var(--timeline-item-error-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 {
    width: 50%;
    padding-right: 16px;
    padding-right: var(--timeline-item-content-margin-left,16px)
}

.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-timeline, .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-timeline {
    margin-left: 50%
}

.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-content, .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content {
    margin-left: calc(50% + 28px);
    margin-left: calc(50% + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
}

.next-timeline.next-alternate .next-timeline-item-folder {
    margin-left: 50%
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-title {
    margin: 4px 0 0;
    font-size: 14px;
    font-size: var(--timeline-item-title-font-size,14px);
    font-weight: 500;
    font-weight: var(--timeline-item-title-font-weight,500);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    color: var(--timeline-item-title-color,#000);
    text-align: right
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
    margin: 4px 0 0;
    font-size: 14px;
    font-size: var(--timeline-item-body-font-size,14px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    color: #333;
    color: var(--timeline-item-body-color,#333);
    text-align: right
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-time {
    margin: 8px 0 0;
    margin-top: var(--timeline-item-time-margin-top,8px);
    margin-bottom: 12px;
    margin-bottom: var(--timeline-item-time-margin-bottom,12px);
    font-size: 12px;
    font-size: var(--timeline-item-time-font-size,12px);
    color: #666;
    color: var(--timeline-item-time-color,#666);
    text-align: right
}

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-left-content {
    display: inline-block;
    position: relative
}

    .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-left-content .next-timeline-item-title {
        margin-top: 0
    }

.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content {
    margin-left: 28px;
    margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
    position: absolute
}

    .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body {
        margin-top: 4px;
        color: #666;
        color: var(--timeline-item-left-body-color,#666)
    }

.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-left-content, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-left-content {
    width: 50%;
    padding-left: 16px;
    padding-left: var(--timeline-item-content-margin-left,16px)
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-timeline, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-timeline {
    margin-right: 50%
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-content, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content {
    width: 50%;
    margin-right: calc(50% + 28px);
    margin-right: calc(50% + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px))
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-folder {
    margin-right: 50%
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-title {
    margin: 0;
    font-size: 14px;
    font-size: var(--timeline-item-title-font-size,14px);
    font-weight: 500;
    font-weight: var(--timeline-item-title-font-weight,500);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    color: var(--timeline-item-title-color,#000);
    text-align: left
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-body {
    margin: 0;
    font-size: 14px;
    font-size: var(--timeline-item-body-font-size,14px);
    line-height: 1.5;
    line-height: var(--font-lineheight-2,1.5);
    color: #333;
    color: var(--timeline-item-body-color,#333);
    text-align: left
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-time {
    margin: 8px 0 0;
    margin-top: var(--timeline-item-time-margin-top,8px);
    margin-bottom: 12px;
    margin-bottom: var(--timeline-item-time-margin-bottom,12px);
    font-size: 12px;
    font-size: var(--timeline-item-time-font-size,12px);
    color: #666;
    color: var(--timeline-item-time-color,#666);
    text-align: left
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-left-content {
    display: inline-block;
    position: relative
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content {
    margin-right: 28px;
    margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 12px));
    position: absolute
}

    .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body {
        text-align: right
    }

.next-timeline-item-last .next-timeline-item-tail {
    display: none
}

.next-timeline-item-has-left-content {
    min-height: 48px
}

.next-timeline-item-folder.next-timeline-item-has-left-content {
    min-height: auto
}

.next-transfer {
    display: inline-block
}

    .next-transfer, .next-transfer *, .next-transfer :after, .next-transfer :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-transfer-panel {
    display: inline-block;
    border: 1px solid #e1e1e1;
    border: var(--transfer-panel-border-width,1px) var(--line-solid,solid) var(--transfer-panel-border-color,#e1e1e1);
    border-radius: 2px;
    border-radius: var(--transfer-panel-border-corner,2px);
    background-color: #fff;
    background-color: var(--transfer-panel-background-color,#fff);
    vertical-align: middle
}

.next-transfer-panel-header {
    padding: 12px 24px;
    padding: var(--transfer-panel-header-padding-top-bottom,12px) var(--transfer-panel-header-padding-left-right,24px);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--transfer-panel-border-width,1px) var(--line-solid,solid) var(--transfer-panel-border-color,#e1e1e1);
    background-color: #fff;
    background-color: var(--transfer-panel-header-background-color,#fff);
    color: #333;
    color: var(--transfer-panel-header-text-color,#333);
    font-size: 14px;
    font-size: var(--transfer-panel-header-text-size,14px)
}

.next-transfer-panel-search {
    padding: 0 12px;
    padding: 0 var(--transfer-panel-search-margin-left-right,12px);
    margin-top: 12px;
    margin-top: var(--transfer-panel-search-margin-top,12px);
    margin-bottom: 4px;
    margin-bottom: var(--transfer-panel-search-margin-bottom,4px);
    width: auto;
    width: var(--transfer-panel-list-width,auto)
}

.next-transfer .next-transfer-panel-list {
    width: auto;
    width: var(--transfer-panel-list-width,auto);
    height: 176px;
    height: var(--transfer-panel-list-height,176px);
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow-y: auto
}

.next-transfer-panel-not-found-container {
    display: table;
    width: 100%;
    height: 100%
}

.next-transfer-panel-not-found {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #acacac;
    color: var(--color-text1-2,#acacac);
    font-size: 14px;
    font-size: var(--font-size-body-2,14px)
}

.next-transfer-panel-item.next-focused {
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.next-transfer-panel-item:not(.next-disabled).next-simple:hover {
    color: #1047f5;
    color: var(--transfer-simple-panel-item-hover-text-color,#1047f5)
}

.next-transfer-panel-item.next-insert-before:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    border-top: 1px solid #1047f5;
    border-top: var(--line-1,1px) solid var(--color-brand1-6,#1047f5)
}

.next-transfer-panel-item.next-insert-after:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    border-bottom: 1px solid #1047f5;
    border-bottom: var(--line-1,1px) solid var(--color-brand1-6,#1047f5)
}

.next-transfer-panel-footer {
    position: relative;
    padding: 16px 24px;
    padding: var(--transfer-panel-footer-padding-top-bottom,16px) var(--transfer-panel-footer-padding-left-right,24px);
    border-top: 1px solid #e1e1e1;
    border-top: var(--transfer-panel-border-width,1px) var(--line-solid,solid) var(--transfer-panel-border-color,#e1e1e1);
    background-color: #fff;
    background-color: var(--transfer-panel-footer-background-color,#fff);
    font-size: 0;
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--transfer-panel-footer-shadow,none);
    box-shadow: none;
    box-shadow: var(--transfer-panel-footer-shadow,none)
}

.next-transfer-panel-count {
    margin-left: 4px;
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    vertical-align: middle;
    color: #333;
    color: var(--transfer-panel-footer-text-color,#333)
}

.next-transfer-panel-move-all {
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    color: #1047f5;
    color: var(--transfer-simple-panel-footer-text-color,#1047f5);
    cursor: pointer
}

    .next-transfer-panel-move-all.next-disabled {
        color: #ccc;
        color: var(--color-text1-1,#ccc);
        cursor: not-allowed
    }

.next-transfer-operations {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    margin: 0 var(--transfer-operation-margin-left-right,20px)
}

.next-transfer-move.next-icon {
    color: #a2a3a5;
    color: var(--transfer-simple-move-icon-color,#a2a3a5)
}

    .next-transfer-move.next-icon:before {
        content: "\E6B3";
        content: var(--transfer-simple-move-icon,"\E6B3")
    }

.next-transfer-operation.next-btn {
    display: block
}

    .next-transfer-operation.next-btn + .next-transfer-operation.next-btn {
        margin-top: 12px;
        margin-top: var(--transfer-operation-margin-gutter,12px)
    }

    .next-transfer-operation.next-btn .next-icon .next-icon-remote, .next-transfer-operation.next-btn .next-icon:before {
        width: 8px;
        font-size: 8px;
        line-height: inherit
    }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-transfer-operation.next-btn .next-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: -2px;
        margin-right: -2px
    }

        .next-transfer-operation.next-btn .next-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-tree, .next-tree *, .next-tree :after, .next-tree :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-tree, .next-tree-child-tree {
    margin: 0;
    padding: 0;
    list-style: none
}

.next-tree-node {
    white-space: nowrap
}

.next-tree-node-inner {
    font-size: 0;
    outline: none
}

.next-tree-node-label-wrapper {
    display: inline-block;
    margin: 0 4px;
    margin: 0 var(--tree-node-title-margin,4px);
    vertical-align: middle
}

.next-tree-node-label {
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    padding: 0 var(--tree-node-title-padding,4px);
    border-radius: 2px;
    border-radius: var(--tree-node-title-border-radius,2px);
    font-size: 14px;
    font-size: var(--tree-node-title-font-size,14px)
}

    .next-tree-node-label .next-icon {
        font-size: 16px;
        font-size: calc(var(--tree-node-title-font-size, 14px) + 2px)
    }

        .next-tree-node-label .next-icon:before {
            font-size: 14px;
            font-size: var(--tree-node-title-font-size,14px);
            width: 14px;
            width: var(--tree-node-title-font-size,14px);
            margin-right: .5em
        }

.next-tree-node-input.next-input {
    margin: 0 4px;
    margin: 0 var(--tree-node-title-margin,4px)
}

.next-tree-node-indent-unit {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    position: relative
}

    .next-tree-node-indent-unit.next-line:before {
        content: "";
        position: absolute;
        display: inline-block;
        border-left: 1px solid #a2a3a5;
        border-left: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5);
        height: 32px;
        height: calc(var(--tree-node-padding, 8px) + var(--line-2, 2px)*2 + 20px);
        left: 7.5px;
        left: calc(var(--tree-switch-size, 16px)/2 - var(--tree-line-width, 1px)/2)
    }

.next-tree-switcher {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-right: var(--tree-switch-margint-right,4px)
}

.next-tree .next-tree-unfold-icon:before {
    content: "\E63D";
    content: var(--tree-unfold-icon-content,"\E63D")
}

.next-tree-switcher.next-noline {
    width: 16px;
    width: var(--tree-switch-arrow-size,16px);
    height: 16px;
    height: var(--tree-switch-arrow-size,16px);
    line-height: 16px;
    line-height: var(--tree-switch-arrow-size,16px);
    cursor: pointer
}

    .next-tree-switcher.next-noline .next-tree-switcher-icon {
        -webkit-transition: -webkit-transform .1s linear;
        transition: -webkit-transform .1s linear;
        transition: transform .1s linear;
        transition: transform .1s linear,-webkit-transform .1s linear;
        color: #000;
        color: var(--tree-switch-arrow-color,#000)
    }

        .next-tree-switcher.next-noline .next-tree-switcher-icon .next-icon-remote, .next-tree-switcher.next-noline .next-tree-switcher-icon:before {
            width: 16px;
            width: var(--tree-switch-arrow-size,16px);
            font-size: 16px;
            font-size: var(--tree-switch-arrow-size,16px);
            line-height: inherit
        }

    .next-tree-switcher.next-noline .next-tree-fold-icon:before {
        content: "\E625";
        content: var(--tree-fold-icon-content,"\E625")
    }

    .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon:before {
        content: "\E63D";
        content: var(--tree-unfold-icon-content,"\E63D")
    }

    .next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
        color: #1047f5;
        color: var(--tree-switch-hover-arrow-color,#1047f5)
    }

    .next-tree-switcher.next-noline.next-disabled {
        cursor: not-allowed
    }

        .next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
            color: #000;
            color: var(--tree-node-disabled-color,#000)
        }

.next-tree-switcher.next-noop-noline {
    width: 16px;
    width: var(--tree-switch-arrow-size,16px);
    height: 16px;
    height: var(--tree-switch-arrow-size,16px)
}

.next-tree-switcher.next-line {
    width: 16px;
    width: var(--tree-switch-size,16px);
    height: 16px;
    height: var(--tree-switch-size,16px);
    line-height: 14px;
    line-height: calc(var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px)*2);
    border: 1px solid #a2a3a5;
    border: var(--tree-switch-border-width,1px) var(--line-solid,solid) var(--tree-switch-border-color,#a2a3a5);
    border-radius: 2px;
    border-radius: var(--tree-switch-corner,2px);
    background-color: #fff;
    background-color: var(--tree-switch-bg-color,#fff);
    cursor: pointer
}

    .next-tree-switcher.next-line .next-tree-switcher-icon {
        margin-left: 3px;
        margin-left: calc(var(--tree-switch-size, 16px)/2 - 4px - var(--tree-switch-border-width, 1px)*2/2);
        color: #666;
        color: var(--tree-switch-icon-color,#666)
    }

        .next-tree-switcher.next-line .next-tree-switcher-icon .next-icon-remote, .next-tree-switcher.next-line .next-tree-switcher-icon:before {
            width: 8px;
            font-size: 8px;
            line-height: inherit
        }

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .next-tree-switcher.next-line .next-tree-switcher-icon {
        -webkit-transform: scale(.66667);
        -ms-transform: scale(.66667);
        transform: scale(.66667);
        margin-left: 1px;
        margin-left: calc(var(--tree-switch-size, 16px)/2 - 6px - var(--tree-switch-border-width, 1px)*2/2);
        margin-right: -2px
    }

        .next-tree-switcher.next-line .next-tree-switcher-icon:before {
            width: 12px;
            font-size: 12px
        }
}

.next-tree-switcher.next-line .next-tree-switcher-fold-icon:before {
    content: "\E7B0";
    content: var(--tree-switcher-fold-icon-content,"\E7B0")
}

.next-tree-switcher.next-line .next-tree-switcher-unfold-icon:before {
    content: "\E601";
    content: var(--tree-switcher-unfold-icon-content,"\E601")
}

.next-tree-switcher.next-line:not(.next-disabled):hover {
    border-color: #a2a3a5;
    border-color: var(--tree-switch-hover-border-color,#a2a3a5);
    background-color: #f3f3f3;
    background-color: var(--tree-switch-hover-bg-color,#f3f3f3)
}

    .next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
        color: #666;
        color: var(--tree-switch-hover-icon-color,#666)
    }

.next-tree-switcher.next-line.next-disabled {
    border-color: #e1e1e1;
    border-color: var(--color-line1-1,#e1e1e1);
    background-color: #fff;
    cursor: not-allowed
}

    .next-tree-switcher.next-line.next-disabled .next-tree-switcher-icon {
        color: #000;
        color: var(--tree-node-disabled-color,#000)
    }

.next-tree-switcher.next-noop-line {
    width: 16px;
    width: var(--tree-switch-size,16px);
    height: 16px;
    height: var(--tree-switch-size,16px)
}

.next-tree-switcher.next-noop-line-noroot {
    height: 0;
    border-left: 1px solid #a2a3a5;
    border-left: var(--tree-switch-border-width,1px) var(--line-solid,solid) var(--tree-line-color,#a2a3a5);
    border-bottom: 1px solid #a2a3a5;
    border-bottom: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5)
}

    .next-tree-switcher.next-noop-line-noroot .next-tree-right-angle {
        bottom: -1px;
        bottom: calc(0px - var(--tree-line-width, 1px))
    }

.next-tree-switcher.next-loading.next-loading-noline {
    width: 16px;
    width: var(--tree-switch-arrow-size,16px);
    height: 16px;
    height: var(--tree-switch-arrow-size,16px);
    line-height: 16px;
    line-height: var(--tree-switch-arrow-size,16px)
}

.next-tree-switcher.next-loading.next-loading-line {
    width: 16px;
    width: var(--tree-switch-size,16px);
    height: 16px;
    height: var(--tree-switch-size,16px);
    line-height: 14px;
    line-height: calc(var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px)*2);
    border: 1px solid transparent;
    border: var(--tree-switch-border-width,1px) var(--line-solid,solid) transparent
}

.next-tree-switcher.next-loading .next-tree-switcher-icon {
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5)
}

    .next-tree-switcher.next-loading .next-tree-switcher-icon .next-icon-remote, .next-tree-switcher.next-loading .next-tree-switcher-icon:before {
        width: 16px;
        width: var(--tree-switch-arrow-size,16px);
        font-size: 16px;
        font-size: var(--tree-switch-arrow-size,16px);
        line-height: inherit
    }

.next-tree-right-angle {
    position: absolute;
    bottom: 6.5px;
    bottom: calc(var(--tree-switch-size, 16px)/2 - var(--tree-switch-border-width, 1px)*2/2 - var(--tree-line-width, 1px)/2);
    left: -17.5px;
    left: calc(-24px + var(--tree-switch-size, 16px)/2 - var(--tree-line-width, 1px)/2 - var(--tree-switch-border-width, 1px));
    display: block;
    width: 16.5px;
    width: calc(24px - var(--tree-switch-size, 16px)/2 + var(--tree-line-width, 1px)/2);
    height: 26px;
    height: calc(20px + var(--tree-node-padding, 8px) - var(--tree-line-width, 1px)*2);
    border-left: 1px solid #a2a3a5;
    border-left: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5);
    border-bottom: 1px solid #a2a3a5;
    border-bottom: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5)
}

.next-tree.next-label-block .next-tree-node-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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-top: 4px;
    padding-top: calc(var(--tree-node-padding, 8px)/2);
    padding-bottom: 4px;
    padding-bottom: calc(var(--tree-node-padding, 8px)/2)
}

    .next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
        color: #1047f5;
        color: var(--tree-node-hover-color,#1047f5);
        background-color: transparent;
        background-color: var(--tree-node-hover-bg-color,transparent)
    }

.next-tree.next-node-indent .next-tree-node-label-wrapper {
    border-top: 2px solid transparent;
    border-top: var(--line-2,2px) solid transparent;
    border-bottom: 2px solid transparent;
    border-bottom: var(--line-2,2px) solid transparent
}

.next-tree.next-node-indent .next-tree-node-label {
    -webkit-transition: color .1s linear,background-color .1s linear;
    transition: color .1s linear,background-color .1s linear;
    cursor: default;
    color: #000;
    color: var(--tree-node-normal-color,#000);
    background-color: transparent;
    background-color: var(--tree-node-normal-background,transparent)
}

.next-tree.next-node-indent .next-tree-node-label-selectable {
    cursor: pointer
}

.next-tree.next-node-indent .next-tree-node-label:hover {
    color: #1047f5;
    color: var(--tree-node-hover-color,#1047f5);
    background-color: transparent;
    background-color: var(--tree-node-hover-bg-color,transparent)
}

.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
    color: #1047f5;
    color: var(--tree-node-selected-color,#1047f5);
    background-color: transparent;
    background-color: var(--tree-node-selected-background,transparent)
}

.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label, .next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label:hover {
    color: #000;
    color: var(--tree-node-disabled-color,#000);
    background-color: transparent;
    background-color: var(--tree-node-disabled-background,transparent);
    cursor: not-allowed
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over .next-tree-node-label {
    background-color: #1047f5;
    background-color: var(--color-brand1-6,#1047f5);
    color: #fff;
    opacity: .8
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label-wrapper {
    border-top-color: #1047f5;
    border-top-color: var(--color-brand1-6,#1047f5)
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label-wrapper {
    border-bottom-color: #1047f5;
    border-bottom-color: var(--color-brand1-6,#1047f5)
}

.next-tree.next-node-block .next-tree-node-inner {
    padding-top: 8px;
    padding-top: var(--tree-node-padding,8px);
    padding-bottom: 8px;
    padding-bottom: var(--tree-node-padding,8px);
    -webkit-transition: color .1s linear,background-color .1s linear;
    transition: color .1s linear,background-color .1s linear;
    cursor: pointer;
    color: #000;
    color: var(--tree-node-normal-color,#000);
    background-color: transparent;
    background-color: var(--tree-node-normal-background,transparent)
}

    .next-tree.next-node-block .next-tree-node-inner:focus, .next-tree.next-node-block .next-tree-node-inner:hover {
        color: #1047f5;
        color: var(--tree-node-hover-color,#1047f5);
        background-color: transparent;
        background-color: var(--tree-node-hover-bg-color,transparent)
    }

    .next-tree.next-node-block .next-tree-node-inner.next-selected {
        color: #1047f5;
        color: var(--tree-node-selected-color,#1047f5);
        background-color: transparent;
        background-color: var(--tree-node-selected-background,transparent)
    }

    .next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
        color: #000;
        color: var(--tree-node-disabled-color,#000);
        background-color: transparent;
        background-color: var(--tree-node-disabled-background,transparent);
        cursor: not-allowed
    }

.next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) {
    margin-left: 7.5px;
    margin-left: calc(var(--tree-switch-size, 16px)/2 - var(--tree-line-width, 1px)/2);
    border-left: 1px solid #a2a3a5;
    border-left: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5);
    padding-left: 15.5px;
    padding-left: calc(24px - var(--tree-line-width, 1px) - var(--tree-switch-size, 16px)/2 + var(--tree-line-width, 1px)/2)
}

.next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label, .next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label:hover {
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5)
}

.next-tree[dir=rtl] .next-tree-switcher {
    margin-left: 4px;
    margin-left: var(--tree-switch-margint-right,4px);
    margin-right: 0
}

    .next-tree[dir=rtl] .next-tree-switcher.next-noop-line-noroot {
        border-left: none;
        border-right: 1px solid #a2a3a5;
        border-right: var(--tree-switch-border-width,1px) var(--line-solid,solid) var(--tree-line-color,#a2a3a5)
    }

.next-tree[dir=rtl] .next-tree-right-angle {
    left: auto;
    right: -17.5px;
    right: calc(-24px + var(--tree-switch-size, 16px)/2 - var(--tree-line-width, 1px)/2 - var(--tree-switch-border-width, 1px))
}

.next-tree[dir=rtl].next-show-line .next-tree-node .next-tree-node:not(:last-child), .next-tree[dir=rtl] .next-tree-right-angle {
    border-left: none;
    border-right: 1px solid #a2a3a5;
    border-right: var(--tree-line-width,1px) var(--tree-line-style,solid) var(--tree-line-color,#a2a3a5)
}

.next-tree[dir=rtl].next-show-line .next-tree-node .next-tree-node:not(:last-child) {
    margin-left: 0;
    margin-right: 7.5px;
    margin-right: calc(var(--tree-switch-size, 16px)/2 - var(--tree-line-width, 1px)/2);
    padding-left: 0;
    padding-right: 15.5px;
    padding-right: calc(24px - var(--tree-line-width, 1px) - var(--tree-switch-size, 16px)/2 + var(--tree-line-width, 1px)/2)
}

.next-tree[dir=rtl].next-node-indent .next-tree-node .next-tree-node {
    margin-left: 0;
    margin-right: 24px
}

.next-tree-select, .next-tree-select *, .next-tree-select :after, .next-tree-select :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-tree-select-dropdown {
    background: #fff;
    background: var(--tree-select-background,#fff);
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    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 16px;
        padding: var(--tree-select-padding-vertical,8px) var(--tree-select-padding-horizontal,16px)
    }

.next-tree-select-not-found {
    font-size: 14px;
    font-size: var(--font-size-body-1,14px);
    color: #acacac;
    color: var(--color-text1-2,#acacac)
}

.next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item {
    padding: 4px 12px;
    padding: 4px var(--upload-text-list-padding-left-right,12px);
    padding-left: 36px;
    padding-left: calc(var(--upload-text-list-close-icon-right, 12px)*2 + 12px)
}

.next-upload-list[dir=rtl].next-upload-list-text .next-icon {
    left: 12px;
    left: var(--upload-text-list-close-icon-right,12px);
    right: auto
}

.next-upload-list[dir=rtl].next-upload-list-image .next-icon-close {
    float: left;
    margin-left: 8px;
    margin-left: var(--upload-image-list-close-icon-right,8px);
    margin-right: 0
}

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-thumbnail {
    float: right;
    margin-left: 8px;
    margin-right: 0
}

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-progress {
    margin-right: 56px;
    margin-right: calc(var(--upload-image-list-item-picture-size, 48px) + 8px);
    margin-left: 28px;
    margin-left: calc(12px + var(--upload-image-list-close-icon-right, 8px)*2)
}

.next-upload, .next-upload *, .next-upload :after, .next-upload :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-upload-inner {
    outline: 0;
    display: inline-block
}

    .next-upload-inner.next-hidden {
        display: none
    }

.next-upload-list {
    overflow: hidden
}

    .next-upload-list, .next-upload-list *, .next-upload-list :after, .next-upload-list :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-upload-list-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: #e1e1e1 !important;
    border-color: var(--color-line1-1,#e1e1e1) !important;
    color: #ccc !important;
    color: var(--color-text1-1,#ccc) !important
}

    .next-upload.next-disabled .next-icon-close {
        cursor: not-allowed !important
    }

    .next-upload.next-disabled .next-upload-inner * {
        color: #ccc !important;
        color: var(--color-text1-1,#ccc) !important;
        border-color: #e1e1e1 !important;
        border-color: var(--color-line1-1,#e1e1e1) !important;
        cursor: not-allowed !important
    }

.next-upload-list-text .next-upload-list-item {
    background-color: #f8f8f8;
    background-color: var(--upload-text-list-bg-color,#f8f8f8);
    padding: 4px 12px;
    padding: 4px var(--upload-text-list-padding-left-right,12px);
    padding-right: 36px;
    padding-right: calc(var(--upload-text-list-close-icon-right, 12px)*2 + 12px);
    height: 48px;
    height: var(--upload-text-list-height,48px);
    line-height: 40px;
    line-height: calc(var(--upload-text-list-height, 48px) - 8px);
    font-size: 12px;
    font-size: var(--upload-text-list-font-size,12px);
    overflow: hidden;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    border-radius: 4px;
    border-radius: var(--upload-text-list-corner,4px)
}

    .next-upload-list-text .next-upload-list-item:not(:last-child) {
        margin-bottom: 4px
    }

.next-upload-list-text .next-upload-list-item-op {
    position: absolute;
    top: 0;
    right: 12px;
    right: var(--upload-text-list-close-icon-right,12px)
}

.next-upload-list-text .next-upload-list-item .next-icon-close {
    color: #333;
    color: var(--upload-text-list-close-icon-color,#333);
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    line-height: 48px;
    line-height: var(--upload-text-list-height,48px)
}

    .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 {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

.next-upload-list-text .next-upload-list-item:hover {
    background-color: #f8f8f8;
    background-color: var(--upload-text-list-bg-color-hover,#f8f8f8)
}

    .next-upload-list-text .next-upload-list-item:hover .next-icon {
        color: #1047f5;
        color: var(--upload-text-list-close-icon-color-hover,#1047f5)
    }

.next-upload-list-text .next-upload-list-item-name-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 4px
}

.next-upload-list-text .next-upload-list-item-name {
    color: #333;
    color: var(--upload-text-list-name-font-color,#333);
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.next-upload-list-text .next-upload-list-item-size {
    color: #acacac;
    color: var(--upload-text-list-size-font-color,#acacac);
    margin-left: 8px
}

.next-upload-list-text .next-upload-list-item-uploading {
    line-height: 20px;
    line-height: calc(var(--upload-text-list-height, 48px)/2 - 4px)
}

    .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress {
        line-height: 0;
        padding-top: 6px;
        padding-top: calc(var(--upload-text-list-height, 48px)/2/2 - 2px - var(--upload-text-list-progressbar-height, 8px)/2);
        padding-bottom: 6px;
        padding-bottom: calc(var(--upload-text-list-height, 48px)/2/2 - 2px - var(--upload-text-list-progressbar-height, 8px)/2)
    }

        .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
            height: 8px;
            height: var(--upload-text-list-progressbar-height,8px)
        }

        .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
            height: 8px;
            height: var(--upload-text-list-progressbar-height,8px);
            margin-top: -4px;
            margin-top: calc(0px - var(--upload-text-list-progressbar-height, 8px)/2)
        }

.next-upload-list-text .next-upload-list-item-done {
    line-height: 40px;
    line-height: calc(var(--upload-text-list-height, 48px) - 8px)
}

    .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name {
        color: #1047f5;
        color: var(--upload-text-list-name-font-color-hover,#1047f5)
    }

    .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size {
        color: #1047f5;
        color: var(--upload-text-list-size-font-color-hover,#1047f5)
    }

.next-upload-list-text .next-upload-list-item-error {
    background-color: #fff5f5 !important;
    background-color: var(--upload-text-list-bg-color-error,#fff5f5) !important
}

    .next-upload-list-text .next-upload-list-item-error.next-upload-list-item-error-with-msg {
        line-height: 20px;
        line-height: calc(var(--upload-text-list-height, 48px)/2 - 4px)
    }

.next-upload-list-text .next-upload-list-item-error-msg {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #f33200;
    color: var(--upload-text-list-error-text-color,#f33200)
}

.next-upload-list-image .next-upload-list-item {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0 solid #e1e1e1;
    border: var(--upload-image-list-item-border-width,0) solid var(--upload-image-list-item-border-color,#e1e1e1);
    background-color: #f8f8f8;
    background-color: var(--upload-image-list-item-bg-color,#f8f8f8);
    padding: 8px;
    padding: var(--upload-image-list-item-padding,8px);
    height: 48px;
    height: var(--upload-image-list-item-picture-size,48px);
    line-height: 48px;
    line-height: var(--upload-image-list-item-picture-size,48px);
    font-size: 12px;
    font-size: var(--upload-image-list-item-font-size,12px);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    overflow: hidden;
    border-radius: 4px;
    border-radius: var(--upload-card-list-corner,4px)
}

    .next-upload-list-image .next-upload-list-item:not(:last-child) {
        margin-bottom: 4px
    }

    .next-upload-list-image .next-upload-list-item:after {
        visibility: hidden;
        display: block;
        height: 0;
        font-size: 0;
        content: " ";
        clear: both
    }

.next-upload-list-image .next-upload-list-item-op {
    float: right;
    margin-right: 4px
}

.next-upload-list-image .next-upload-list-item .next-icon-close {
    cursor: pointer;
    color: #333;
    color: var(--upload-image-list-close-icon-color,#333);
    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 {
        width: 12px;
        font-size: 12px;
        line-height: inherit
    }

.next-upload-list-image .next-upload-list-item:hover {
    border-color: #e1e1e1;
    border-color: var(--upload-image-list-item-border-color-hover,#e1e1e1)
}

    .next-upload-list-image .next-upload-list-item:hover .next-icon-close {
        color: #1047f5;
        color: var(--upload-image-list-close-icon-color-hover,#1047f5)
    }

.next-upload-list-image .next-upload-list-item-name {
    display: block;
    color: #333;
    color: var(--upload-text-list-name-font-color,#333);
    margin-left: 56px;
    margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--upload-image-list-item-padding, 8px));
    margin-right: 28px;
    margin-right: calc(12px + var(--upload-image-list-close-icon-right, 8px)*2);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.next-upload-list-image .next-upload-list-item-size {
    color: #acacac;
    color: var(--upload-text-list-size-font-color,#acacac);
    margin-left: 8px
}

.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-name {
    color: #1047f5;
    color: var(--upload-text-list-name-font-color-hover,#1047f5)
}

.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-size {
    color: #1047f5;
    color: var(--upload-text-list-size-font-color-hover,#1047f5)
}

.next-upload-list-image .next-upload-list-item-thumbnail {
    float: left;
    width: 48px;
    width: var(--upload-image-list-item-picture-size,48px);
    height: 48px;
    height: var(--upload-image-list-item-picture-size,48px);
    color: #333;
    color: var(--upload-image-list-item-thumbnail-font-color,#333);
    border: 1px solid #e1e1e1;
    border: var(--upload-image-list-item-picture-border-width,1px) solid var(--upload-image-list-item-picture-border-color,#e1e1e1);
    border-radius: 2px;
    border-radius: var(--upload-image-list-item-picture-corner,2px);
    background-color: #fff;
    background-color: var(--upload-image-list-item-picture-background-color,#fff);
    margin-right: 8px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .next-upload-list-image .next-upload-list-item-thumbnail img {
        width: 100%;
        height: 100%
    }

    .next-upload-list-image .next-upload-list-item-thumbnail .next-icon {
        display: block;
        margin: 0;
        line-height: 48px;
        line-height: var(--upload-image-list-item-picture-size,48px)
    }

        .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 {
            width: 20px;
            font-size: 20px;
            line-height: inherit
        }

.next-upload-list-image .next-upload-list-item-error {
    border-color: #fff5f5 !important;
    border-color: var(--upload-image-list-item-border-color-error,#fff5f5) !important;
    background-color: #fff5f5;
    background-color: var(--upload-image-list-item-error-bg-color,#fff5f5)
}

.next-upload-list-image .next-upload-list-item-uploading {
    background-color: #f8f8f8;
    background-color: var(--upload-image-list-item-uploading-bg-color,#f8f8f8)
}

    .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-name {
        height: 24px;
        height: calc(var(--upload-image-list-item-picture-size, 48px)/2);
        line-height: 24px;
        line-height: calc(var(--upload-image-list-item-picture-size, 48px)/2)
    }

    .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress {
        margin-left: 56px;
        margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + 8px);
        margin-right: 28px;
        margin-right: calc(12px + var(--upload-image-list-close-icon-right, 8px)*2);
        line-height: 0;
        padding-top: 8px;
        padding-top: calc(var(--upload-image-list-item-picture-size, 48px)/2/2 - var(--upload-image-list-progressbar-height, 8px)/2);
        padding-bottom: 8px;
        padding-bottom: calc(var(--upload-image-list-item-picture-size, 48px)/2/2 - var(--upload-image-list-progressbar-height, 8px)/2)
    }

        .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
            height: 8px;
            height: var(--upload-image-list-progressbar-height,8px)
        }

        .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
            height: 8px;
            height: var(--upload-image-list-progressbar-height,8px);
            margin-top: -4px;
            margin-top: calc(0px - var(--upload-image-list-progressbar-height, 8px)/2)
        }

.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg, .next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-name {
    height: 24px;
    height: calc(var(--upload-image-list-item-picture-size, 48px)/2);
    line-height: 24px;
    line-height: calc(var(--upload-image-list-item-picture-size, 48px)/2)
}

.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
    margin-left: 56px;
    margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + 8px);
    margin-right: 28px;
    margin-right: calc(12px + var(--upload-image-list-close-icon-right, 8px)*2);
    color: #f33200;
    color: var(--upload-text-list-error-text-color,#f33200);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.next-upload-list-card {
    display: inline-block
}

    .next-upload-list-card .next-upload-list-item {
        vertical-align: middle;
        float: left
    }

        .next-upload-list-card .next-upload-list-item:not(:last-child) {
            margin-right: 12px;
            margin-right: var(--upload-card-list-margin-right,12px)
        }

    .next-upload-list-card .next-upload-list-item-wrapper {
        position: relative;
        border: 1px solid #c8c8c8;
        border: 1px solid var(--upload-card-list-border-color,#c8c8c8);
        width: 104px;
        width: var(--upload-card-size,104px);
        height: 104px;
        height: var(--upload-card-size,104px);
        padding: 0;
        padding: var(--upload-card-list-padding,0);
        background-color: transparent;
        background-color: var(--upload-card-list-bg-color,transparent);
        border-radius: 0;
        border-radius: var(--upload-card-border-radius,0);
        overflow: hidden
    }

    .next-upload-list-card .next-upload-list-item-thumbnail {
        text-align: center;
        width: 100%;
        height: 100%;
        color: #666;
        color: var(--upload-card-list-thumbnail-font-color,#666);
        font-size: 12px;
        font-size: var(--upload-card-list-thumbnail-font-size,12px)
    }

        .next-upload-list-card .next-upload-list-item-thumbnail img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto
        }

            .next-upload-list-card .next-upload-list-item-thumbnail img:focus {
                outline: 0
            }

        .next-upload-list-card .next-upload-list-item-thumbnail .next-icon {
            width: 100%
        }

            .next-upload-list-card .next-upload-list-item-thumbnail .next-icon .next-icon-remote, .next-upload-list-card .next-upload-list-item-thumbnail .next-icon:before {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

    .next-upload-list-card .next-upload-list-item-handler {
        margin-top: 15px;
        margin-top: calc(var(--upload-card-size, 104px)/2 - 37px)
    }

        .next-upload-list-card .next-upload-list-item-handler .next-icon-cry {
            margin-top: 10px
        }

    .next-upload-list-card .next-upload-list-item-name {
        display: block;
        width: 104px;
        width: var(--upload-card-size,104px);
        text-align: center;
        margin-top: 4px;
        margin-top: var(--upload-card-list-name-margin-top,4px);
        font-size: 14px;
        font-size: var(--upload-card-list-name-font-size,14px);
        color: #666;
        color: var(--upload-card-list-name-font-color,#666);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .next-upload-list-card .next-upload-list-item-progress {
        position: absolute;
        font-size: 0;
        bottom: 0;
        left: 0;
        width: 100%
    }

        .next-upload-list-card .next-upload-list-item-progress .next-progress-line-underlay {
            border-radius: 0;
            height: 8px;
            height: var(--upload-card-list-progressbar-height,8px)
        }

        .next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
            border-radius: 0;
            height: 8px;
            height: var(--upload-card-list-progressbar-height,8px);
            margin-top: -4px;
            margin-top: calc(0px - var(--upload-card-list-progressbar-height, 8px)/2)
        }

    .next-upload-list-card .next-upload-list-item-uploading .next-upload-list-item-wrapper {
        background-color: #fff;
        background-color: var(--upload-card-list-uploading-bg-color,#fff)
    }

    .next-upload-list-card .next-upload-list-item:hover .next-upload-tool {
        opacity: .8
    }

    .next-upload-list-card .next-upload-list-item .next-upload-tool {
        position: absolute;
        z-index: 1;
        background-color: rgba(0,0,0,.8);
        background-color: rgba(0,0,0,var(--upload-select-card-tool-bg-opacity,.8));
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
        opacity: 0;
        width: 100%;
        height: 28px;
        left: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon {
            line-height: 28px;
            color: #fff;
            cursor: pointer
        }

            .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 {
                width: 12px;
                font-size: 12px;
                line-height: inherit
            }

    .next-upload-list-card .next-upload-list-item .next-upload-tool-item {
        width: 100%;
        text-align: center
    }

        .next-upload-list-card .next-upload-list-item .next-upload-tool-item:not(:last-child) {
            border-right: 1px solid #fff
        }

    .next-upload-list-card .next-upload-list-item .next-upload-tool-reupload {
        display: inline-block
    }

    .next-upload-list-card .next-upload-list-item .next-upload-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .next-upload-list-card .next-upload-list-item-error .next-upload-list-item-wrapper {
        border-color: #f33200;
        border-color: var(--upload-card-list-border-color-error,#f33200)
    }

    .next-upload-list-card.next-upload-ie9 .next-upload-tool {
        display: table
    }

    .next-upload-list-card.next-upload-ie9 .next-upload-tool-item {
        display: table-cell;
        width: 1%
    }

    .next-upload-card, .next-upload-list-card.next-upload-ie9 .next-upload-card {
        display: table-cell
    }

.next-upload-card {
    border: 1px dashed #c8c8c8;
    border: 1px var(--upload-card-border-style,dashed) var(--upload-card-border-color,#c8c8c8);
    width: 104px;
    width: var(--upload-card-size,104px);
    height: 104px;
    height: var(--upload-card-size,104px);
    background-color: #fff;
    background-color: var(--upload-card-bg-color,#fff);
    text-align: center;
    cursor: pointer;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear;
    vertical-align: middle;
    border-radius: 0;
    border-radius: var(--upload-card-border-radius,0)
}

    .next-upload-card .next-icon {
        color: #666;
        color: var(--upload-card-icon-color,#666)
    }

        .next-upload-card .next-icon .next-icon-remote, .next-upload-card .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-upload-card .next-upload-add-icon:before {
        content: "\E7B0";
        content: var(--upload-card-add-icon,"\E7B0")
    }

    .next-upload-card .next-upload-text {
        font-size: 14px;
        font-size: var(--upload-card-add-text-size,14px);
        margin-top: 4px;
        margin-top: var(--upload-card-add-text-margin-top,4px);
        color: #666;
        color: var(--upload-card-font-color,#666);
        outline: none
    }

    .next-upload-card:hover {
        border-color: #1047f5;
        border-color: var(--upload-card-hover-border-color,#1047f5)
    }

        .next-upload-card:hover .next-icon, .next-upload-card:hover .next-upload-text {
            color: #1047f5;
            color: var(--upload-card-hover-font-color,#1047f5)
        }

.next-upload-dragable .next-upload-inner {
    display: block
}

.next-upload-dragable .next-upload-drag {
    border: 1px dashed #a2a3a5;
    border: 1px dashed var(--upload-drag-zone-border-color,#a2a3a5);
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear;
    cursor: pointer;
    border-radius: 4px;
    border-radius: var(--upload-drag-zone-corner,4px);
    background-color: transparent;
    background-color: var(--upload-drag-zone-bg-color,transparent);
    text-align: center;
    margin-bottom: 4px
}

.next-upload-dragable .next-upload-drag-icon {
    margin: 20px 0 0;
    color: #666;
    color: var(--upload-drag-zone-upload-icon-color,#666)
}

    .next-upload-dragable .next-upload-drag-icon .next-upload-drag-upload-icon:before {
        content: "\E7EE";
        content: var(--upload-drag-zone-upload-icon,"\E7EE");
        font-size: 20px
    }

.next-upload-dragable .next-upload-drag-text {
    margin: 12px 0 0;
    font-size: 14px;
    font-size: var(--upload-drag-zone-font-size,14px);
    color: #333;
    color: var(--upload-drag-zone-upload-normal-title-color,#333)
}

.next-upload-dragable .next-upload-drag-hint {
    margin: 4px 0 20px;
    font-size: 12px;
    font-size: var(--upload-drag-zone-hint-font-size,12px);
    color: #666;
    color: var(--upload-drag-zone-upload-normal-hint-color,#666)
}

.next-upload-dragable .next-upload-drag-over {
    border-color: #1047f5;
    border-color: var(--upload-drag-zone-over-border-color,#1047f5)
}

.next-shell {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    .next-shell, .next-shell *, .next-shell :after, .next-shell :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-shell-content-wrapper {
    overflow: auto
}

.next-shell-header {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9
}

    .next-shell-header, .next-shell-header .dock-trigger, .next-shell-header .nav-trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .next-shell-header .dock-trigger, .next-shell-header .nav-trigger {
            outline: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
            width: 32px;
            height: 32px
        }

        .next-shell-header .nav-trigger {
            margin-right: 10px
        }

        .next-shell-header .dock-trigger {
            margin-left: 10px
        }

        .next-shell-header.next-shell-fixed-header {
            position: sticky;
            top: 0
        }

        .next-shell-header .next-shell-navigation {
            -webkit-box-flex: 1;
            -ms-flex: 1 1;
            flex: 1 1;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -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 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

.next-shell-sub-main {
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0
}

.next-shell-main, .next-shell-sub-main {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    height: 100%;
    overflow: auto
}

.next-shell-main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .2s ease;
    transition: all .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;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .next-shell-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 {
            position: fixed;
            top: 0;
            bottom: 0;
            z-index: 1
        }

        .next-shell .next-aside-navigation.fixed {
            left: 0
        }

        .next-shell .next-aside-tooldock.fixed {
            right: 0
        }

.next-shell-aside {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    .next-shell-aside .aside-trigger {
        cursor: pointer;
        outline: 0;
        position: absolute;
        right: 0;
        top: 50%;
        width: 20px;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #ddd;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .next-shell-aside .local-nav-trigger {
        outline: 0;
        border-left: none;
        -webkit-transform: translate(100%,-50%);
        -ms-transform: translate(100%,-50%);
        transform: translate(100%,-50%);
        right: 0
    }

    .next-shell-aside .ancillary-trigger {
        outline: 0;
        -webkit-transform: translate(-100%,-50%);
        -ms-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%);
        border-right: 0;
        left: 1px
    }

    .next-shell-aside.next-aside-ancillary, .next-shell-aside.next-aside-localnavigation {
        position: relative
    }

    .next-shell-aside.next-shell-navigation {
        justify-self: flex-start;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .next-shell-aside.next-shell-navigation, .next-shell-aside.next-shell-tooldock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .next-shell-aside.next-shell-tooldock {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .next-shell-aside .next-shell-tooldockitem {
        width: 100%;
        text-align: center
    }

    .next-shell-aside .next-shell-localnavigation {
        position: relative
    }

    .next-shell-aside .next-shell-ancillary, .next-shell-aside .next-shell-localnavigation {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-self: flex-start;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.next-shell-light .next-shell-header .dock-trigger, .next-shell-light .next-shell-header .nav-trigger {
    background: #fff;
    background: var(--shell-light-header-background,#fff)
}

.next-shell-light .next-shell-aside .local-nav-trigger {
    background: #fff;
    background: var(--shell-light-local-navigation-background,#fff)
}

.next-shell-light .next-shell-aside .ancillary-trigger {
    background: #fff;
    background: var(--shell-light-ancillary-background,#fff)
}

.next-shell-light .next-shell-header {
    color: #333;
    color: var(--shell-light-header-color,#333);
    height: 60px;
    height: var(--shell-light-header-height,60px);
    background: #fff;
    background: var(--shell-light-header-background,#fff);
    border-bottom: 0 solid transparent;
    border-bottom: var(--shell-light-header-divider-size,0) var(--shell-light-header-divider-style,solid) var(--shell-light-header-divider-color,transparent);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    -webkit-box-shadow: var(--shell-light-header-shadow,0 4px 8px 0 rgba(0,0,0,.08));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    box-shadow: var(--shell-light-header-shadow,0 4px 8px 0 rgba(0,0,0,.08));
    padding: 0 32px;
    padding: 0 var(--shell-light-header-paddingLeft,32px)
}

    .next-shell-light .next-shell-header .next-shell-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 60px;
        height: var(--shell-light-header-height,60px);
        line-height: 60px;
        line-height: var(--shell-light-header-height,60px);
        margin: 0 28px;
        margin: 0 var(--shell-light-navigation-hoz-marginLeft,28px)
    }

.next-shell-light .next-shell-task-header {
    width: 100%;
    min-height: 40px;
    min-height: var(--shell-light-multitask-min-height,40px);
    background: #fff;
    background: var(--shell-light-multitask-background,#fff);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--shell-light-multitask-divider-size,1px) var(--shell-light-multitask-divider-style,solid) var(--shell-light-multitask-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-light-multitask-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-light-multitask-shadow,none);
    padding: 0;
    padding: 0 var(--shell-light-multitask-paddingLeft,0);
    overflow: auto
}

.next-shell-light .next-shell-main {
    background: #f3f3f3;
    background: var(--shell-light-content-background,#f3f3f3)
}

    .next-shell-light .next-shell-main .next-shell-appbar {
        min-height: 48px;
        min-height: var(--shell-light-appbar-min-height,48px);
        background: #fff;
        background: var(--shell-light-appbar-background,#fff);
        border-bottom: 1px solid #e1e1e1;
        border-bottom: var(--shell-light-appbar-divider-size,1px) var(--shell-light-appbar-divider-style,solid) var(--shell-light-appbar-divider-color,#e1e1e1);
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--shell-light-appbar-shadow,none);
        box-shadow: none;
        box-shadow: var(--shell-light-appbar-shadow,none);
        padding: 0 24px;
        padding: 0 var(--shell-light-appbar-paddingLeft,24px)
    }

    .next-shell-light .next-shell-main .next-shell-content {
        padding: 28px 32px;
        padding: var(--shell-light-content-paddingTop,28px) var(--shell-light-content-paddingLeft,32px)
    }

    .next-shell-light .next-shell-main .next-shell-footer {
        background: transparent;
        background: var(--shell-light-footer-background,transparent);
        min-height: 56px;
        min-height: var(--shell-light-footer-min-height,56px);
        color: #ccc;
        color: var(--shell-light-footer-color,#ccc);
        font-size: 14px;
        font-size: var(--shell-light-footer-font-size,14px)
    }

.next-shell-light .next-shell-aside.next-shell-navigation {
    width: 200px;
    width: var(--shell-light-navigation-ver-width,200px);
    background: #fff;
    background: var(--shell-light-navigation-ver-background,#fff);
    border-right: 0 solid #eee;
    border-right: var(--shell-light-navigation-ver-divider-size,0) var(--shell-light-navigation-ver-divider-style,solid) var(--shell-light-navigation-ver-divider-color,#eee);
    -webkit-box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: var(--shell-light-navigation-ver-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    box-shadow: var(--shell-light-navigation-ver-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    padding: 12px 0 0;
    padding: var(--shell-light-navigation-ver-paddingTop,12px) 0 var(--shell-light-navigation-ver-paddingBottom,0)
}

    .next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
        width: 60px;
        width: var(--shell-light-navigation-ver-width-mini,60px)
    }

    .next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse {
        width: 0
    }

.next-shell-light .next-shell-aside.next-shell-tooldock {
    width: 52px;
    width: var(--shell-light-tooldock-width,52px);
    background: #d8d8d8;
    background: var(--shell-light-tooldock-background,#d8d8d8);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-light-tooldock-divider-size,1px) var(--shell-light-tooldock-divider-style,solid) var(--shell-light-tooldock-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-light-tooldock-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-light-tooldock-shadow,none);
    padding: 8px 0;
    padding: var(--shell-light-tooldock-paddingTop,8px) 0 var(--shell-light-tooldock-paddingBottom,8px)
}

.next-shell-light .next-shell-aside .next-shell-tooldockitem {
    padding: 8px 0;
    padding: var(--shell-light-tooldock-item-paddingTop,8px) 0;
    color: #666;
    color: var(--shell-light-tooldock-item-color,#666);
    background: transparent;
    background: var(--shell-light-tooldock-item-background,transparent)
}

    .next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
        color: #333;
        color: var(--shell-light-tooldock-item-color-hover,#333);
        background: #e1e1e1;
        background: var(--shell-light-tooldock-item-background-hover,#e1e1e1)
    }

.next-shell-light .next-shell-aside .next-shell-localnavigation {
    width: 168px;
    width: var(--shell-light-local-navigation-width,168px);
    background: #fff;
    background: var(--shell-light-local-navigation-background,#fff);
    border-right: 0 solid transparent;
    border-right: var(--shell-light-local-navigation-divider-size,0) var(--shell-light-local-navigation-divider-style,solid) var(--shell-light-local-navigation-divider-color,transparent);
    -webkit-box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: var(--shell-light-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    box-shadow: var(--shell-light-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    padding: 12px 0 0;
    padding: var(--shell-light-local-navigation-paddingTop,12px) 0 var(--shell-light-local-navigation-paddingBottom,0)
}

    .next-shell-light .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
        width: 0
    }

.next-shell-light .next-shell-aside .next-shell-ancillary {
    width: 168px;
    width: var(--shell-light-ancillary-width,168px);
    background: #fff;
    background: var(--shell-light-ancillary-background,#fff);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-light-ancillary-divider-size,1px) var(--shell-light-ancillary-divider-style,solid) var(--shell-light-ancillary-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-light-ancillary-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-light-ancillary-shadow,none);
    padding: 8px 0;
    padding: var(--shell-light-ancillary-paddingTop,8px) 0 var(--shell-light-ancillary-paddingBottom,8px)
}

    .next-shell-light .next-shell-aside .next-shell-ancillary.next-shell-collapse {
        width: 0
    }

.next-shell-dark .next-shell-header .dock-trigger, .next-shell-dark .next-shell-header .nav-trigger {
    background: #1f1f49;
    background: var(--shell-dark-header-background,#1f1f49)
}

.next-shell-dark .next-shell-aside .local-nav-trigger {
    background: #fff;
    background: var(--shell-dark-local-navigation-background,#fff)
}

.next-shell-dark .next-shell-aside .ancillary-trigger {
    background: #fff;
    background: var(--shell-dark-ancillary-background,#fff)
}

.next-shell-dark .next-shell-header {
    color: #fff;
    color: var(--shell-dark-header-color,#fff);
    height: 52px;
    height: var(--shell-dark-header-height,52px);
    background: #1f1f49;
    background: var(--shell-dark-header-background,#1f1f49);
    border-bottom: 0 solid #1f1f1f;
    border-bottom: var(--shell-dark-header-divider-size,0) var(--shell-dark-header-divider-style,solid) var(--shell-dark-header-divider-color,#1f1f1f);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--shell-dark-header-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--shell-dark-header-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    padding: 0 16px;
    padding: 0 var(--shell-dark-header-paddingLeft,16px)
}

    .next-shell-dark .next-shell-header .next-shell-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 52px;
        height: var(--shell-dark-header-height,52px);
        line-height: 52px;
        line-height: var(--shell-dark-header-height,52px);
        margin: 0 48px;
        margin: 0 var(--shell-dark-navigation-hoz-marginLeft,48px)
    }

.next-shell-dark .next-shell-task-header {
    width: 100%;
    min-height: 40px;
    min-height: var(--shell-dark-multitask-min-height,40px);
    background: #fff;
    background: var(--shell-dark-multitask-background,#fff);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--shell-dark-multitask-divider-size,1px) var(--shell-dark-multitask-divider-style,solid) var(--shell-dark-multitask-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-dark-multitask-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-dark-multitask-shadow,none);
    padding: 0;
    padding: 0 var(--shell-dark-multitask-paddingLeft,0);
    overflow: auto
}

.next-shell-dark .next-shell-main {
    background: #e1e1e1;
    background: var(--shell-dark-content-background,#e1e1e1)
}

    .next-shell-dark .next-shell-main .next-shell-appbar {
        min-height: 48px;
        min-height: var(--shell-dark-appbar-min-height,48px);
        background: #fff;
        background: var(--shell-dark-appbar-background,#fff);
        border-bottom: 1px solid #e1e1e1;
        border-bottom: var(--shell-dark-appbar-divider-size,1px) var(--shell-dark-appbar-divider-style,solid) var(--shell-dark-appbar-divider-color,#e1e1e1);
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--shell-dark-appbar-shadow,none);
        box-shadow: none;
        box-shadow: var(--shell-dark-appbar-shadow,none);
        padding: 0 24px;
        padding: 0 var(--shell-dark-appbar-paddingLeft,24px)
    }

    .next-shell-dark .next-shell-main .next-shell-content {
        padding: 20px;
        padding: var(--shell-dark-content-paddingTop,20px) var(--shell-dark-content-paddingLeft,20px)
    }

    .next-shell-dark .next-shell-main .next-shell-footer {
        background: transparent;
        background: var(--shell-dark-footer-background,transparent);
        min-height: 56px;
        min-height: var(--shell-dark-footer-min-height,56px);
        color: #ccc;
        color: var(--shell-dark-footer-color,#ccc);
        font-size: 14px;
        font-size: var(--shell-dark-footer-font-size,14px)
    }

.next-shell-dark .next-shell-aside.next-shell-navigation {
    width: 168px;
    width: var(--shell-dark-navigation-ver-width,168px);
    background: #1f1f49;
    background: var(--shell-dark-navigation-ver-background,#1f1f49);
    border-right: 1px solid #e1e1e1;
    border-right: var(--shell-dark-navigation-ver-divider-size,1px) var(--shell-dark-navigation-ver-divider-style,solid) var(--shell-dark-navigation-ver-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-dark-navigation-ver-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-dark-navigation-ver-shadow,none);
    padding: 8px 0;
    padding: var(--shell-dark-navigation-ver-paddingTop,8px) 0 var(--shell-dark-navigation-ver-paddingBottom,8px)
}

    .next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
        width: 60px;
        width: var(--shell-dark-navigation-ver-width-mini,60px)
    }

    .next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse {
        width: 0
    }

.next-shell-dark .next-shell-aside.next-shell-tooldock {
    width: 52px;
    width: var(--shell-dark-tooldock-width,52px);
    background: #d8d8d8;
    background: var(--shell-dark-tooldock-background,#d8d8d8);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-dark-tooldock-divider-size,1px) var(--shell-dark-tooldock-divider-style,solid) var(--shell-dark-tooldock-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-dark-tooldock-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-dark-tooldock-shadow,none);
    padding: 8px 0;
    padding: var(--shell-dark-tooldock-paddingTop,8px) 0 var(--shell-dark-tooldock-paddingBottom,8px)
}

.next-shell-dark .next-shell-aside .next-shell-tooldockitem {
    padding: 8px 0;
    padding: var(--shell-dark-tooldock-item-paddingTop,8px) 0;
    color: #666;
    color: var(--shell-dark-tooldock-item-color,#666);
    background: transparent;
    background: var(--shell-dark-tooldock-item-background,transparent)
}

    .next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
        color: #333;
        color: var(--shell-dark-tooldock-item-color-hover,#333);
        background: #e1e1e1;
        background: var(--shell-dark-tooldock-item-background-hover,#e1e1e1)
    }

.next-shell-dark .next-shell-aside .next-shell-localnavigation {
    width: 168px;
    width: var(--shell-dark-local-navigation-width,168px);
    background: #fff;
    background: var(--shell-dark-local-navigation-background,#fff);
    border-right: 0 solid transparent;
    border-right: var(--shell-dark-local-navigation-divider-size,0) var(--shell-dark-local-navigation-divider-style,solid) var(--shell-dark-local-navigation-divider-color,transparent);
    -webkit-box-shadow: 4px 0 8px 0 rgba(0,0,0,.08);
    -webkit-box-shadow: var(--shell-dark-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.08));
    box-shadow: 4px 0 8px 0 rgba(0,0,0,.08);
    box-shadow: var(--shell-dark-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.08));
    padding: 8px 0;
    padding: var(--shell-dark-local-navigation-paddingTop,8px) 0 var(--shell-dark-local-navigation-paddingBottom,8px)
}

    .next-shell-dark .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
        width: 0
    }

.next-shell-dark .next-shell-aside .next-shell-ancillary {
    width: 168px;
    width: var(--shell-dark-ancillary-width,168px);
    background: #fff;
    background: var(--shell-dark-ancillary-background,#fff);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-dark-ancillary-divider-size,1px) var(--shell-dark-ancillary-divider-style,solid) var(--shell-dark-ancillary-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-dark-ancillary-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-dark-ancillary-shadow,none);
    padding: 8px 0;
    padding: var(--shell-dark-ancillary-paddingTop,8px) 0 var(--shell-dark-ancillary-paddingBottom,8px)
}

    .next-shell-dark .next-shell-aside .next-shell-ancillary.next-shell-collapse {
        width: 0
    }

.next-shell-brand .next-shell-header .dock-trigger, .next-shell-brand .next-shell-header .nav-trigger {
    background: #1f1f49;
    background: var(--shell-brand-header-background,#1f1f49)
}

.next-shell-brand .next-shell-aside .local-nav-trigger {
    background: #fff;
    background: var(--shell-brand-local-navigation-background,#fff)
}

.next-shell-brand .next-shell-aside .ancillary-trigger {
    background: #fff;
    background: var(--shell-brand-ancillary-background,#fff)
}

.next-shell-brand .next-shell-header {
    color: #fff;
    color: var(--shell-brand-header-color,#fff);
    height: 52px;
    height: var(--shell-brand-header-height,52px);
    background: #1f1f49;
    background: var(--shell-brand-header-background,#1f1f49);
    border-bottom: 0 solid #e1e1e1;
    border-bottom: var(--shell-brand-header-divider-size,0) var(--shell-brand-header-divider-style,solid) var(--shell-brand-header-divider-color,#e1e1e1);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--shell-brand-header-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--shell-brand-header-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    padding: 0 16px;
    padding: 0 var(--shell-brand-header-paddingLeft,16px)
}

    .next-shell-brand .next-shell-header .next-shell-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 52px;
        height: var(--shell-brand-header-height,52px);
        line-height: 52px;
        line-height: var(--shell-brand-header-height,52px);
        margin: 0 48px;
        margin: 0 var(--shell-brand-navigation-hoz-marginLeft,48px)
    }

.next-shell-brand .next-shell-task-header {
    width: 100%;
    min-height: 40px;
    min-height: var(--shell-brand-multitask-min-height,40px);
    background: #fff;
    background: var(--shell-brand-multitask-background,#fff);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--shell-brand-multitask-divider-size,1px) var(--shell-brand-multitask-divider-style,solid) var(--shell-brand-multitask-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-brand-multitask-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-brand-multitask-shadow,none);
    padding: 0;
    padding: 0 var(--shell-brand-multitask-paddingLeft,0);
    overflow: auto
}

.next-shell-brand .next-shell-main {
    background: #f8f8f8;
    background: var(--shell-brand-content-background,#f8f8f8)
}

    .next-shell-brand .next-shell-main .next-shell-appbar {
        min-height: 48px;
        min-height: var(--shell-brand-appbar-min-height,48px);
        background: #fff;
        background: var(--shell-brand-appbar-background,#fff);
        border-bottom: 1px solid #e1e1e1;
        border-bottom: var(--shell-brand-appbar-divider-size,1px) var(--shell-brand-appbar-divider-style,solid) var(--shell-brand-appbar-divider-color,#e1e1e1);
        -webkit-box-shadow: none;
        -webkit-box-shadow: var(--shell-brand-appbar-shadow,none);
        box-shadow: none;
        box-shadow: var(--shell-brand-appbar-shadow,none);
        padding: 0 24px;
        padding: 0 var(--shell-brand-appbar-paddingLeft,24px)
    }

    .next-shell-brand .next-shell-main .next-shell-content {
        padding: 20px;
        padding: var(--shell-brand-content-paddingTop,20px) var(--shell-brand-content-paddingLeft,20px)
    }

    .next-shell-brand .next-shell-main .next-shell-footer {
        background: transparent;
        background: var(--shell-brand-footer-background,transparent);
        min-height: 56px;
        min-height: var(--shell-brand-footer-min-height,56px);
        color: #ccc;
        color: var(--shell-brand-footer-color,#ccc);
        font-size: 14px;
        font-size: var(--shell-brand-footer-font-size,14px)
    }

.next-shell-brand .next-shell-aside.next-shell-navigation {
    width: 168px;
    width: var(--shell-brand-navigation-ver-width,168px);
    background: #fff;
    background: var(--shell-brand-navigation-ver-background,#fff);
    border-right: 0 solid #e1e1e1;
    border-right: var(--shell-brand-navigation-ver-divider-size,0) var(--shell-brand-navigation-ver-divider-style,solid) var(--shell-brand-navigation-ver-divider-color,#e1e1e1);
    -webkit-box-shadow: 4px 0 8px 0 rgba(0,0,0,.08);
    -webkit-box-shadow: var(--shell-brand-navigation-ver-shadow,4px 0 8px 0 rgba(0,0,0,.08));
    box-shadow: 4px 0 8px 0 rgba(0,0,0,.08);
    box-shadow: var(--shell-brand-navigation-ver-shadow,4px 0 8px 0 rgba(0,0,0,.08));
    padding: 8px 0;
    padding: var(--shell-brand-navigation-ver-paddingTop,8px) 0 var(--shell-brand-navigation-ver-paddingBottom,8px)
}

    .next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
        width: 60px;
        width: var(--shell-brand-navigation-ver-width-mini,60px)
    }

    .next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse {
        width: 0
    }

.next-shell-brand .next-shell-aside.next-shell-tooldock {
    width: 52px;
    width: var(--shell-brand-tooldock-width,52px);
    background: #d8d8d8;
    background: var(--shell-brand-tooldock-background,#d8d8d8);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-brand-tooldock-divider-size,1px) var(--shell-brand-tooldock-divider-style,solid) var(--shell-brand-tooldock-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-brand-tooldock-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-brand-tooldock-shadow,none);
    padding: 8px 0;
    padding: var(--shell-brand-tooldock-paddingTop,8px) 0 var(--shell-brand-tooldock-paddingBottom,8px)
}

.next-shell-brand .next-shell-aside .next-shell-tooldockitem {
    padding: 8px 0;
    padding: var(--shell-brand-tooldock-item-paddingTop,8px) 0;
    color: #666;
    color: var(--shell-brand-tooldock-item-color,#666);
    background: transparent;
    background: var(--shell-brand-tooldock-item-background,transparent)
}

    .next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
        color: #333;
        color: var(--shell-brand-tooldock-item-color-hover,#333);
        background: #e1e1e1;
        background: var(--shell-brand-tooldock-item-background-hover,#e1e1e1)
    }

.next-shell-brand .next-shell-aside .next-shell-localnavigation {
    width: 168px;
    width: var(--shell-brand-local-navigation-width,168px);
    background: #fff;
    background: var(--shell-brand-local-navigation-background,#fff);
    border-right: 0 solid #e1e1e1;
    border-right: var(--shell-brand-local-navigation-divider-size,0) var(--shell-brand-local-navigation-divider-style,solid) var(--shell-brand-local-navigation-divider-color,#e1e1e1);
    -webkit-box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: var(--shell-brand-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    box-shadow: 4px 0 8px 0 rgba(0,0,0,.04);
    box-shadow: var(--shell-brand-local-navigation-shadow,4px 0 8px 0 rgba(0,0,0,.04));
    padding: 8px 0;
    padding: var(--shell-brand-local-navigation-paddingTop,8px) 0 var(--shell-brand-local-navigation-paddingBottom,8px)
}

    .next-shell-brand .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
        width: 0
    }

.next-shell-brand .next-shell-aside .next-shell-ancillary {
    width: 168px;
    width: var(--shell-brand-ancillary-width,168px);
    background: #fff;
    background: var(--shell-brand-ancillary-background,#fff);
    border-left: 1px solid #e1e1e1;
    border-left: var(--shell-brand-ancillary-divider-size,1px) var(--shell-brand-ancillary-divider-style,solid) var(--shell-brand-ancillary-divider-color,#e1e1e1);
    -webkit-box-shadow: none;
    -webkit-box-shadow: var(--shell-brand-ancillary-shadow,none);
    box-shadow: none;
    box-shadow: var(--shell-brand-ancillary-shadow,none);
    padding: 8px 0;
    padding: var(--shell-brand-ancillary-paddingTop,8px) 0 var(--shell-brand-ancillary-paddingBottom,8px)
}

    .next-shell-brand .next-shell-aside .next-shell-ancillary.next-shell-collapse {
        width: 0
    }

.next-shell-header .next-shell-navigation.next-shell-nav-left {
    -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 {
    width: 100%;
    height: 100%;
    -webkit-transition: height .2s ease;
    transition: height .2s ease
}

    .next-shell.next-shell-phone .next-shell-navigation.next-shell-collapse {
        padding: 0;
        height: 0;
        -webkit-transition: height .2s ease;
        transition: height .2s ease
    }

.next-shell.next-shell-phone .next-shell-tooldock {
    height: 52px;
    height: var(--shell-dark-tooldock-height,52px);
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .next-shell.next-shell-phone .next-shell-tooldock.next-shell-collapse {
        display: none;
        height: 0;
        padding: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.next-shell.next-shell-phone .next-shell-aside.next-aside-ancillary, .next-shell.next-shell-tablet .next-shell-aside.next-aside-ancillary {
    width: 0
}

.next-shell.next-shell-phone .next-shell-ancillary, .next-shell.next-shell-tablet .next-shell-ancillary {
    -webkit-transform: translateX(-100%);
    -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 {
    width: 384px;
    position: fixed;
    z-index: 1010;
    padding: 0;
    margin: 0
}

    .next-notification .next-message {
        margin-bottom: 16px;
        overflow: hidden
    }

.next-notification-fade-leave {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

    .next-notification-fade-leave.next-notification-fade-leave-active {
        -webkit-animation-name: NotificationFadeOut;
        animation-name: NotificationFadeOut;
        -webkit-animation-play-state: running;
        animation-play-state: running
    }

@-webkit-keyframes NotificationFadeOut {
    0% {
        max-height: 150px;
        margin-bottom: 16px;
        opacity: 1
    }

    to {
        max-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0
    }
}

@keyframes NotificationFadeOut {
    0% {
        max-height: 150px;
        margin-bottom: 16px;
        opacity: 1
    }

    to {
        max-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0
    }
}

.next-typography {
    color: #333;
    color: var(--typography-text-color,#333)
}

.next-typography-title {
    font-weight: 600;
    font-weight: var(--typography-title-font-weight,600);
    margin-bottom: .5em
}

.next-typography + .next-typography-title {
    margin-top: 1.2em
}

.next-typography-paragraph {
    color: #333;
    color: var(--typography-text-color,#333);
    margin-bottom: 1em;
    font-size: 14px;
    font-size: var(--typography-paragraph-font-size,14px);
    line-height: 1.5;
    line-height: var(--typography-paragraph-line-height,1.5)
}

.next-typography mark {
    padding: 0;
    background: #eef3ff;
    background: var(--typography-text-mark-background,#eef3ff);
    color: #ccc;
    color: var(--typography-text-mark-color,#ccc)
}

.next-typography strong {
    font-weight: 600;
    font-weight: var(--typography-text-strong-font-weight,600)
}

.next-typography code {
    background-color: #f3f3f3;
    background-color: var(--typography-text-code-background,#f3f3f3);
    color: #333;
    color: var(--typography-text-code-color,#333);
    border: 1px solid #e1e1e1;
    border: 1px solid var(--typography-text-code-border-color,#e1e1e1);
    margin: 0 .2em;
    padding: .2em .4em .1em;
    font-size: 85%;
    border-radius: 4px;
    border-radius: var(--typography-text-code-corner,4px)
}

.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: #1047f5;
        color: var(--color-link-1,#1047f5)
    }

    .next-typography a:visited {
        color: #0c38c4;
        color: var(--color-link-2,#0c38c4)
    }

    .next-typography a:active, .next-typography a:hover {
        color: #0c38c4;
        color: var(--color-link-3,#0c38c4)
    }

    .next-typography a:active {
        text-decoration: underline
    }

h1.next-typography-title {
    font-size: 40px;
    font-size: var(--typography-title-h1-font-size,40px)
}

h2.next-typography-title {
    font-size: 36px;
    font-size: var(--typography-title-h2-font-size,36px)
}

h3.next-typography-title {
    font-size: 28px;
    font-size: var(--typography-title-h3-font-size,28px)
}

h4.next-typography-title {
    font-size: 24px;
    font-size: var(--typography-title-h4-font-size,24px)
}

h5.next-typography-title {
    font-size: 16px;
    font-size: var(--typography-title-h5-font-size,16px)
}

h6.next-typography-title {
    font-size: 14px;
    font-size: var(--typography-title-h6-font-size,14px)
}

.next-divider {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    background: #e1e1e1;
    background: var(--divider-hoz-color,#e1e1e1);
    border-collapse: separate
}

    .next-divider, .next-divider *, .next-divider :after, .next-divider :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-divider-hoz {
    display: block;
    clear: both;
    width: 100%;
    min-width: 100%;
    height: 1px;
    height: var(--divider-hoz-size,1px);
    margin: 16px 0;
    margin: var(--divider-hoz-marginTop,16px) 0
}

.next-divider-ver {
    position: relative;
    top: -.06em;
    display: inline-block;
    width: 1px;
    width: var(--divider-ver-size,1px);
    background: #c8c8c8;
    background: var(--divider-ver-color,#c8c8c8);
    height: .9em;
    margin: 0 12px;
    margin: 0 var(--divider-ver-marginLeft,12px);
    vertical-align: middle
}

.next-divider-hoz.next-divider-with-text-center, .next-divider-hoz.next-divider-with-text-left, .next-divider-hoz.next-divider-with-text-right {
    display: table;
    margin: 16px 0;
    margin: var(--divider-hoz-text-marginTop,16px) 0;
    color: #666;
    color: var(--divider-hoz-text-color,#666);
    font-weight: 400;
    font-weight: var(--divider-hoz-text-weight,normal);
    font-size: 14px;
    font-size: var(--divider-hoz-text-size,14px);
    white-space: nowrap;
    text-align: center;
    background: transparent
}

    .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 {
        top: 50%;
        display: table-cell;
        width: 50%;
        border-top: 1px solid #e1e1e1;
        border-top: var(--divider-hoz-size,1px) solid var(--divider-hoz-color,#e1e1e1);
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        content: ""
    }

    .next-divider-hoz.next-divider-with-text-center.next-divider-dashed, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed {
        border-top: 0
    }

        .next-divider-hoz.next-divider-with-text-center.next-divider-dashed:after, .next-divider-hoz.next-divider-with-text-center.next-divider-dashed:before, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed:after, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed:before, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed:after, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed:before {
            border-style: dashed none none
        }

    .next-divider-hoz.next-divider-with-text-left .next-divider-inner-text, .next-divider-hoz.next-divider-with-text-right .next-divider-inner-text {
        display: inline-block;
        padding: 0 16px;
        padding: 0 var(--divider-hoz-text-left-paddingLeft,16px)
    }

    .next-divider-hoz.next-divider-with-text-left:before {
        top: 50%;
        width: 5%
    }

    .next-divider-hoz.next-divider-with-text-left:after, .next-divider-hoz.next-divider-with-text-right:before {
        top: 50%;
        width: 95%
    }

    .next-divider-hoz.next-divider-with-text-right:after {
        top: 50%;
        width: 5%
    }

.next-divider-inner-text {
    display: inline-block;
    padding: 0 16px;
    padding: 0 var(--divider-hoz-text-center-paddingLeft,16px)
}

.next-divider-dashed {
    background: none;
    border: 0 dashed #e1e1e1;
    border-color: var(--divider-hoz-color,#e1e1e1);
    border-top: var(--divider-hoz-size,1px) dashed var(--divider-hoz-color,#e1e1e1)
}

    .next-divider-dashed.next-divider-ver {
        border-width: 0 0 0 1px;
        border-left-width: var(--divider-ver-size,1px);
        border-bottom-width: 0;
        border-right-width: 0;
        border-top-width: 0
    }

.next-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .next-box, .next-box *, .next-box :after, .next-box :before, .next-table {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-table {
    position: relative;
    border-top-left-radius: 4px;
    border-top-left-radius: var(--table-header-corner-top,4px);
    border-top-right-radius: 4px;
    border-top-right-radius: var(--table-header-corner-top,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--table-header-corner-bottom,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--table-header-corner-bottom,4px);
    border-top: 1px solid #e1e1e1;
    border-top: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
    border-left: 1px solid #e1e1e1;
    border-left: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
}

    .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: 4px;
        border-top-left-radius: var(--table-header-corner-top,4px)
    }

    .next-table .next-table-header tr:first-child th:last-child {
        border-top-right-radius: 4px;
        border-top-right-radius: var(--table-header-corner-top,4px)
    }

    .next-table .next-table-header tr:last-child th:first-child {
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--table-header-corner-bottom,4px)
    }

    .next-table .next-table-header tr:last-child th:last-child {
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--table-header-corner-bottom,4px)
    }

    .next-table.next-table-layout-fixed {
        overflow: auto
    }

        .next-table.next-table-layout-fixed table {
            table-layout: fixed
        }

    .next-table.next-table-layout-auto table {
        table-layout: auto
    }

    .next-table.next-table-small th .next-table-cell-wrapper {
        padding: 12px 16px;
        padding: var(--table-size-s-header-padding-top,12px) var(--table-size-s-header-padding-left,16px)
    }

    .next-table.next-table-small td .next-table-cell-wrapper {
        padding: 12px 16px;
        padding: var(--table-size-s-cell-padding-top,12px) var(--table-size-s-cell-padding-left,16px)
    }

    .next-table.next-table-small .next-table-prerow .next-table-cell-wrapper {
        padding: 8px
    }

    .next-table table {
        border-collapse: separate;
        border-spacing: 0;
        width: 100%;
        background: #fff;
        background: var(--table-row-bg,#fff);
        border-top-left-radius: 4px;
        border-top-left-radius: var(--table-header-corner-top,4px);
        border-top-right-radius: 4px;
        border-top-right-radius: var(--table-header-corner-top,4px);
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: var(--table-header-corner-bottom,4px);
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: var(--table-header-corner-bottom,4px)
    }

        .next-table table tr:first-child td {
            border-top-width: 0
        }

    .next-table th {
        padding: 0;
        background: #fff;
        background: var(--table-th-bg,#fff);
        color: #666;
        color: var(--table-th-color,#666);
        text-align: left;
        font-weight: 500;
        font-weight: var(--table-th-font-weight,500);
        border-right: 1px solid #e1e1e1;
        border-right: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
        border-bottom: 1px solid #e1e1e1;
        border-bottom: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
    }

        .next-table th .next-table-cell-wrapper {
            padding: 16px 20px;
            padding: var(--table-header-padding-top,16px) var(--table-header-padding-left,20px);
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all
        }

        .next-table th.next-table-prerow .next-table-cell-wrapper {
            padding: 12px 16px
        }

        .next-table th.next-table-word-break-word .next-table-cell-wrapper {
            word-break: break-word
        }

        .next-table th.next-table-fix-left, .next-table th.next-table-fix-right {
            z-index: 1
        }

.next-table-affix {
    z-index: 1;
    overflow: hidden
}

.next-table-stickylock .next-table-affix {
    z-index: 9
}

.next-table-header-resizable {
    position: relative
}

    .next-table-header-resizable .next-table-resize-handler {
        position: absolute;
        right: -5px;
        top: 0;
        bottom: 0;
        width: 10px;
        background: transparent;
        cursor: ew-resize
    }

        .next-table-header-resizable .next-table-resize-handler:after {
            position: absolute;
            display: block;
            content: " ";
            width: 2px;
            width: var(--line-2,2px);
            height: 100%;
            right: 50%
        }

        .next-table-header-resizable .next-table-resize-handler:hover:after {
            z-index: 1;
            background: #1047f5;
            background: var(--color-brand1-6,#1047f5)
        }

.next-table.next-table-lock-left .next-table-header-resizable .next-table-resize-handler, .next-table.next-table-lock-right .next-table-header-resizable .next-table-resize-handler {
    cursor: auto
}

    .next-table.next-table-lock-left .next-table-header-resizable .next-table-resize-handler:hover:after, .next-table.next-table-lock-right .next-table-header-resizable .next-table-resize-handler:hover:after {
        z-index: -1
    }

.next-table td {
    padding: 0;
    border-right: 1px solid #e1e1e1;
    border-right: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
}

    .next-table td .next-table-cell-wrapper {
        padding: 16px 20px;
        padding: var(--table-cell-padding-top,16px) var(--table-cell-padding-left,20px);
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all
    }

        .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow, .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow, .next-table td .next-table-cell-wrapper .next-table-tree-placeholder {
            margin-right: 8px;
            outline: 0;
            cursor: pointer
        }

            .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow .next-icon-remote, .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

            .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before {
                content: "\E619";
                content: var(--table-tree-fold-icon-content,"\E619")
            }

            .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow .next-icon-remote, .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before {
                width: 20px;
                font-size: 20px;
                line-height: inherit
            }

            .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before {
                content: "\E63D";
                content: var(--table-tree-unfold-icon-content,"\E63D")
            }

    .next-table td.next-table-prerow .next-table-cell-wrapper {
        padding: 12px 16px
    }

    .next-table td.next-table-word-break-word .next-table-cell-wrapper {
        word-break: break-word
    }

.next-table .next-table-expanded .next-table-cell-wrapper, .next-table .next-table-selection .next-table-cell-wrapper {
    overflow: visible
}

.next-table.no-header table tr:first-child td {
    border-top-width: 1px
}

.next-table.only-bottom-border {
    border-width: 0
}

    .next-table.only-bottom-border td, .next-table.only-bottom-border th {
        border-width: 0 0 1px;
        border-bottom-width: var(--table-normal-border-width,1px);
        border-right-width: 0;
        border-top-width: 0
    }

    .next-table.only-bottom-border table tr td:first-child, .next-table.only-bottom-border table tr th:first-child {
        border-left-width: 0
    }

    .next-table.only-bottom-border .next-table-body tr td:last-child, .next-table.only-bottom-border .next-table-header tr th:last-child {
        border-right-width: 0
    }

.next-table-loading {
    display: block
}

.next-table.zebra tr:nth-child(odd) td {
    background: #fff;
    background: var(--table-td-normal,#fff)
}

.next-table.zebra tr:nth-child(2n) td {
    background: #f8f8f8;
    background: var(--table-td-gray,#f8f8f8)
}

.next-table.zebra .next-table-cell.hovered, .next-table.zebra .next-table-row.hovered td {
    background: #f8f8f8;
    background: var(--table-row-hover-bg,#f8f8f8);
    color: #000;
    color: var(--table-row-hover-color,#000)
}

.next-table.zebra .next-table-row.selected td {
    background: #eef3ff;
    background: var(--table-row-selected-bg,#eef3ff);
    color: #000;
    color: var(--table-row-selected-color,#000)
}

.next-table-empty {
    color: #acacac;
    color: var(--table-empty-color,#acacac);
    padding: 32px 0;
    padding: var(--table-empty-padding,32px) 0;
    text-align: center
}

.next-table-expanded-row > td {
    border-width: 0 0 1px;
    border-bottom-width: var(--table-normal-border-width,1px);
    border-right-width: 0;
    border-top-width: 0
}

    .next-table-expanded-row > td:first-child {
        border-left-width: 1px;
        border-left-width: var(--table-normal-border-width,1px)
    }

    .next-table-expanded-row > td:last-child {
        border-right-width: 1px;
        border-right-width: var(--table-normal-border-width,1px)
    }

.next-table-expanded-row:last-child > td {
    border-bottom-width: 1px;
    border-bottom-width: var(--table-normal-border-width,1px)
}

.next-table-expanded-row .next-table {
    border-top: 0;
    border-left: 0
}

    .next-table-expanded-row .next-table td, .next-table-expanded-row .next-table th {
        border-right: 1px solid #e1e1e1;
        border-right: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
    }

    .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 {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    background: #fff;
    background: var(--table-row-bg,#fff);
    color: #000;
    color: var(--table-row-color,#000)
}

    .next-table-row.hidden {
        display: none
    }

    .next-table-row.hovered {
        background: #f8f8f8;
        background: var(--table-row-hover-bg,#f8f8f8);
        color: #000;
        color: var(--table-row-hover-color,#000)
    }

    .next-table-row.selected {
        background: #eef3ff;
        background: var(--table-row-selected-bg,#eef3ff);
        color: #000;
        color: var(--table-row-selected-color,#000)
    }

.next-table-cell.hovered {
    background: #f8f8f8;
    background: var(--table-row-hover-bg,#f8f8f8);
    color: #000;
    color: var(--table-row-hover-color,#000)
}

.next-table-tree-placeholder {
    visibility: hidden
}

    .next-table-tree-placeholder .next-icon-remote, .next-table-tree-placeholder:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

.last .next-table-expanded-row td {
    border-bottom-width: 1px
}

.next-table-body, .next-table-header {
    overflow: auto;
    font-size: 14px;
    font-size: var(--table-th-font-size,14px)
}

.next-table-column-resize-proxy {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 2px solid #1047f5;
    border-left: var(--line-2,2px) solid var(--color-brand1-6,#1047f5);
    z-index: 10;
    display: none
}

.next-table-header {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-top-left-radius: 4px;
    border-top-left-radius: var(--table-header-corner-top,4px);
    border-top-right-radius: 4px;
    border-top-right-radius: var(--table-header-corner-top,4px);
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--table-header-corner-bottom,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--table-header-corner-bottom,4px);
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .next-table-header::-webkit-scrollbar {
        display: none
    }

.next-table-body {
    font-size: 14px;
    font-size: var(--table-body-font-size,14px);
    position: relative
}

.next-table-fixed {
    border-right: 1px solid #e1e1e1;
    border-right: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
}

    .next-table-fixed table {
        table-layout: fixed
    }

    .next-table-fixed .next-table-header {
        background: #fff;
        background: var(--table-th-bg,#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.only-bottom-border .next-table-body tr:last-child td {
        border-bottom-width: 1px;
        border-bottom-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group table tr td:first-child, .next-table-fixed.next-table-group table tr th:first-child {
        border-left-width: 1px;
        border-left-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group .next-table-header th {
        border-top-width: 1px;
        border-top-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group .next-table-header tr th:last-child {
        border-right-width: 1px;
        border-right-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group .next-table-body td {
        border-top-width: 1px;
        border-top-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group .next-table-body tr:last-child td {
        border-bottom-width: 1px;
        border-bottom-width: var(--table-normal-border-width,1px)
    }

    .next-table-fixed.next-table-group .next-table-body tr td:last-child, .next-table-fixed.next-table-lock-left .next-table-body tr td:last-child, .next-table-fixed.next-table-lock-left .next-table-header tr th:last-child {
        border-right-width: 1px;
        border-right-width: var(--table-normal-border-width,1px)
    }

.next-table-lock .next-table-body {
    overflow-x: auto;
    overflow-y: visible
}

.next-table-group {
    border-width: 0
}

    .next-table-group.only-bottom-border .next-table-body table, .next-table-group.only-bottom-border .next-table-header table {
        border-left: 0
    }

        .next-table-group.only-bottom-border .next-table-body table, .next-table-group.only-bottom-border .next-table-body table.next-table-row, .next-table-group.only-bottom-border .next-table-header table {
            border-top: 0
        }

    .next-table-group.only-bottom-border .next-table-body .next-table-group-footer td {
        border-bottom: 0
    }

    .next-table-group .next-table-body {
        margin-top: 8px;
        margin-top: var(--table-group-split,8px)
    }

        .next-table-group .next-table-body table {
            border-top: 1px solid #e1e1e1;
            border-top: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
            border-left: 1px solid #e1e1e1;
            border-left: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
            margin-bottom: 8px;
            margin-bottom: var(--table-group-split,8px)
        }

            .next-table-group .next-table-body table tr:first-child td {
                border-top-width: 1px
            }

            .next-table-group .next-table-body table:last-of-type {
                margin-bottom: 0
            }

    .next-table-group .next-table-header table {
        border-top: 1px solid #e1e1e1;
        border-top: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1);
        border-left: 1px solid #e1e1e1;
        border-left: var(--table-normal-border-width,1px) var(--table-normal-border-style,solid) var(--table-normal-border-color,#e1e1e1)
    }

    .next-table-group .next-table-group-header td {
        background: #f8f8f8;
        background: var(--table-group-th-bg,#f8f8f8);
        color: #666;
        color: var(--table-group-th-color,#666)
    }

        .next-table-group .next-table-group-header td:first-child {
            border-top-left-radius: 4px;
            border-top-left-radius: var(--table-group-header-corner-top,4px);
            border-bottom-left-radius: 4px;
            border-bottom-left-radius: var(--table-group-header-corner-bottom,4px)
        }

        .next-table-group .next-table-group-header td:last-child {
            border-top-right-radius: 4px;
            border-top-right-radius: var(--table-group-header-corner-top,4px);
            border-bottom-right-radius: 4px;
            border-bottom-right-radius: var(--table-group-header-corner-bottom,4px)
        }

    .next-table-group .next-table-group-footer td {
        background: #f8f8f8;
        background: var(--table-group-footer-bg,#f8f8f8);
        color: #666;
        color: var(--table-group-footer-color,#666)
    }

        .next-table-group .next-table-group-footer td:first-child {
            border-top-left-radius: 4px;
            border-top-left-radius: var(--table-group-footer-corner-top,4px);
            border-bottom-left-radius: 4px;
            border-bottom-left-radius: var(--table-group-footer-corner-bottom,4px)
        }

        .next-table-group .next-table-group-footer td:last-child {
            border-top-right-radius: 4px;
            border-top-right-radius: var(--table-group-footer-corner-top,4px);
            border-bottom-right-radius: 4px;
            border-bottom-right-radius: var(--table-group-footer-corner-bottom,4px)
        }

    .next-table-group .next-table-row.hovered, .next-table-group .next-table-row.selected {
        background: #fff;
        background: var(--table-row-bg,#fff);
        color: #000;
        color: var(--table-row-color,#000)
    }

.next-table-lock {
    position: relative
}

    .next-table-lock table {
        table-layout: fixed
    }

.next-table-header-inner {
    overflow: unset
}

.next-table-header-fixer {
    content: " ";
    border-top-right-radius: 4px;
    border-top-right-radius: var(--table-header-corner-top,4px);
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--table-header-corner-bottom,4px);
    width: 15px;
    background: inherit;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0
}

.next-table-wrap-empty .next-table-lock-left td, .next-table-wrap-empty .next-table-lock-right td {
    border: none
}

.next-table-wrap-empty .next-table-lock-left .next-table-empty, .next-table-wrap-empty .next-table-lock-right .next-table-empty {
    display: none
}

.next-table-wrap-empty > .next-table-inner > .next-table-body > table {
    table-layout: fixed
}

.next-table-lock-left, .next-table-lock-right {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border: 0;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
    overflow: hidden
}

    .next-table-lock-left table, .next-table-lock-right table {
        width: auto
    }

    .next-table-lock-left .next-table-body, .next-table-lock-right .next-table-body {
        overflow-y: scroll;
        overflow-x: hidden;
        margin-right: -20px;
        padding-right: 0
    }

    .next-table-lock-left.shadow .next-table-body tr td:last-child, .next-table-lock-left.shadow .next-table-header tr th:last-child, .next-table-lock-right.shadow .next-table-body tr td:last-child, .next-table-lock-right.shadow .next-table-header tr th:last-child {
        border-right-width: 0
    }

.next-table-lock-right {
    right: 0;
    left: auto
}

    .next-table-lock-right table tr td:first-child, .next-table-lock-right table tr th:first-child {
        border-left-width: 1px
    }

    .next-table-lock-right.shadow {
        -webkit-box-shadow: -2px 0 3px rgba(0,0,0,.12);
        box-shadow: -2px 0 3px rgba(0,0,0,.12)
    }

.next-table-lock-left.shadow {
    -webkit-box-shadow: 2px 0 3px rgba(0,0,0,.12);
    box-shadow: 2px 0 3px rgba(0,0,0,.12)
}

.next-table-filter {
    line-height: 1
}

.next-table-sort {
    cursor: pointer;
    position: relative;
    width: 16px;
    display: inline-block;
    line-height: 1
}

    .next-table-sort:focus {
        outline: 0
    }

    .next-table-sort > a:before {
        content: " ";
        display: inline-block;
        vertical-align: middle
    }

    .next-table-sort .next-icon {
        position: absolute;
        left: -2px;
        color: #666;
        color: var(--table-sort-color,#666)
    }

        .next-table-sort .next-icon .next-icon-remote, .next-table-sort .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-table-sort .current .next-icon {
        color: #1047f5;
        color: var(--table-sort-color-current,#1047f5)
    }

    .next-table-sort .next-icon-ascending {
        left: 2px
    }

.next-table-filter {
    cursor: pointer;
    width: 20px;
    display: inline-block
}

    .next-table-filter:focus {
        outline: 0
    }

    .next-table-filter .next-icon {
        color: #666;
        color: var(--table-sort-color,#666)
    }

        .next-table-filter .next-icon .next-icon-remote, .next-table-filter .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

    .next-table-filter .next-table-filter-active {
        color: #1047f5;
        color: var(--color-brand1-6,#1047f5)
    }

.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: #acacac;
        color: var(--table-expanded-ctrl-disabled-color,#acacac)
    }

    .next-table-expanded-ctrl .next-table-expand-unfold .next-icon-remote, .next-table-expanded-ctrl .next-table-expand-unfold:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-table-expanded-ctrl .next-table-expand-unfold:before {
        content: "\E601";
        content: var(--table-expand-unfold-icon-content,"\E601")
    }

    .next-table-expanded-ctrl .next-table-expand-fold .next-icon-remote, .next-table-expanded-ctrl .next-table-expand-fold:before {
        width: 20px;
        font-size: 20px;
        line-height: inherit
    }

    .next-table-expanded-ctrl .next-table-expand-fold:before {
        content: "\E63D";
        content: var(--table-expand-fold-icon-content,"\E63D")
    }

.next-table-fix-left, .next-table-fix-right {
    background: inherit;
    position: sticky;
    z-index: 1;
    background-clip: padding-box
}

.next-table-ping-left .next-table-expanded-area .next-table-fix-left-last:after {
    content: none
}

.next-table-ping-left .next-table-expanded-area .next-table-ping-left .next-table-fix-left-last, .next-table-ping-left .next-table-fix-left-last {
    border-right-width: 0
}

    .next-table-ping-left .next-table-expanded-area .next-table-ping-left .next-table-fix-left-last:after, .next-table-ping-left .next-table-fix-left-last:after {
        -webkit-box-shadow: inset 10px 0 8px -8px rgba(0,0,0,.15);
        box-shadow: inset 10px 0 8px -8px rgba(0,0,0,.15);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        content: "";
        pointer-events: none;
        transition: box-shadow .3s,-webkit-box-shadow .3s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

.next-table-ping-right .next-table-expanded-area .next-table-fix-right-first:after {
    content: none
}

.next-table-ping-right .next-table-expanded-area .next-table-ping-right .next-table-fix-right-first:after, .next-table-ping-right .next-table-fix-right-first:after {
    left: 0
}

.next-table-fixed.next-table-scrolling-to-right:after, .next-table-lock.next-table-scrolling-to-right:after, .next-table-ping-right .next-table-expanded-area .next-table-ping-right .next-table-fix-right-first:after, .next-table-ping-right .next-table-fix-right-first:after {
    -webkit-box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    box-shadow: inset -10px 0 8px -8px rgba(0,0,0,.15);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    content: "";
    pointer-events: none;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.next-table-fixed.next-table-scrolling-to-right:after, .next-table-lock.next-table-scrolling-to-right:after {
    right: -30px
}

.next-table-fixed.only-bottom-border, .next-table-lock.only-bottom-border {
    border-right: 0
}

.next-table[dir=rtl] th {
    text-align: right
}

.next-table[dir=rtl] .next-table-header-resizable .next-table-resize-handler {
    right: auto;
    left: 0
}

.next-table[dir=rtl] td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow, .next-table[dir=rtl] td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow, .next-table[dir=rtl] td .next-table-cell-wrapper .next-table-tree-placeholder {
    margin-left: 3px;
    margin-right: 0;
    float: right
}

.next-table[dir=rtl] .next-table-expanded-row td:first-child {
    border-left-width: 0;
    border-right-width: 1px
}

.next-table[dir=rtl] .next-table-expanded-row td:last-child {
    border-left-width: 1px;
    border-right-width: 0
}

.next-table[dir=rtl].only-bottom-border .next-table-expanded-row td, .next-table[dir=rtl].only-bottom-border .next-table-expanded-row th {
    border-width: 0 0 1px;
    border-bottom-width: var(--table-normal-border-width,1px);
    border-right-width: 0;
    border-top-width: 0
}

.next-table[dir=rtl] .next-table-filter-footer button {
    margin-left: 5px;
    margin-right: 0
}

.next-table[dir=rtl] .next-table-lock-left, .next-table[dir=rtl] .next-table-lock-right {
    left: auto;
    right: 0
}

.next-table[dir=rtl] .next-table-lock-right {
    right: auto;
    left: 0
}

    .next-table[dir=rtl] .next-table-lock-right table tr td:first-child, .next-table[dir=rtl] .next-table-lock-right table tr th:first-child {
        border-right-width: 1px
    }

    .next-table[dir=rtl] .next-table-lock-right.shadow {
        -webkit-box-shadow: 2px 0 3px rgba(0,0,0,.12);
        box-shadow: 2px 0 3px rgba(0,0,0,.12)
    }

.next-table[dir=rtl] .next-table-lock-left.shadow {
    -webkit-box-shadow: -2px 0 3px rgba(0,0,0,.12);
    box-shadow: -2px 0 3px rgba(0,0,0,.12)
}

.next-table[dir=rtl] .next-table-sort .next-icon {
    right: 0;
    left: auto
}

.next-table[dir=rtl] .next-table-sort .next-icon-ascending {
    right: 4px;
    left: auto
}

.next-table[dir=rtl] .next-table-filter {
    margin-right: 5px;
    margin-left: 0
}

.next-table-fixed[dir=rtl] table tr td:first-child, .next-table-fixed[dir=rtl] table tr th:first-child {
    border-left-width: 1px;
    border-left-width: var(--table-normal-border-width,1px);
    border-right-width: 0
}

.next-table-fixed[dir=rtl] .next-table-body tr td:last-child, .next-table-fixed[dir=rtl] .next-table-header tr th:last-child {
    border-left-width: 1px;
    border-left-width: var(--table-normal-border-width,1px)
}

.next-calendar2, .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-right: auto;
    margin-left: 0
}

    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-right: 8px;
        margin-left: 0
    }

div[dir=rtl].next-calendar2-fullscreen .next-calendar2-cell-value, div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th {
    text-align: left
}

div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th {
    padding: 0 0 5px 12px
}

.next-calendar2 {
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff
}

.next-calendar2-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.next-calendar2-table {
    width: 100%;
    table-layout: fixed
}

.next-calendar2-cell {
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color .2s,border .2s;
    transition: background-color .2s,border .2s
}

.next-calendar2 .next-calendar2-cell-inner {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    outline: none;
    min-width: 24px;
    position: relative;
    border: 1px solid transparent
}

.next-calendar2-cell-disabled:before {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    background: #f8f8f8;
    background: var(--color-fill1-1,#f8f8f8)
}

.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 {
    z-index: 2;
    height: 24px;
    line-height: 22px;
    border-radius: 2px;
    display: inline-block
}

.next-calendar2-card .next-calendar2, .next-calendar2-panel .next-calendar2 {
    min-height: 150px
}

.next-calendar2-card .next-calendar2-table thead > tr, .next-calendar2-panel .next-calendar2-table thead > tr {
    height: 24px;
    color: #acacac;
    color: var(--color-text1-2,#acacac)
}

.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;
    text-align: center;
    padding: 4px 0
}

.next-calendar2-card .next-calendar2-table th, .next-calendar2-panel .next-calendar2-table th {
    height: 32px
}

.next-calendar2-card .next-calendar2-table-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;
    color: var(--color-text1-3,#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: #f3f3f3;
    background: var(--color-fill1-2,#f3f3f3)
}

.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: #1047f5;
    color: var(--color-brand1-6,#1047f5)
}

.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
    color: #fff;
    background: #1047f5;
    background: var(--color-brand1-6,#1047f5)
}

.next-calendar2-fullscreen .next-calendar2-cell-value, .next-calendar2-fullscreen .next-calendar2-table th {
    text-align: right
}

.next-calendar2-fullscreen .next-calendar2-table th {
    padding: 0 12px 5px 0
}

.next-calendar2-fullscreen .next-calendar2-cell-inner {
    margin: 0 4px;
    padding: 4px 8px 0
}

.next-calendar2-fullscreen .next-calendar2-cell-inner, .next-calendar2-fullscreen td .next-calendar2-cell-inner {
    height: 80px;
    border-top: 2px solid #e1e1e1;
    border-top: 2px solid var(--color-line1-1,#e1e1e1)
}

.next-calendar2-fullscreen .next-calendar2-cell-disabled .next-calendar2-cell-inner {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    background: #f8f8f8;
    background: var(--color-fill1-1,#f8f8f8)
}

.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;
    color: var(--color-text1-3,#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: #f3f3f3;
    background-color: var(--color-fill1-2,#f3f3f3)
}

.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-today .next-calendar2-cell-inner {
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5)
}

.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 {
    border-top-color: #1047f5;
    border-top-color: var(--color-brand1-6,#1047f5);
    font-weight: 700;
    color: #1047f5;
    color: var(--color-brand1-6,#1047f5);
    background: #eef3ff;
    background: var(--color-brand1-1,#eef3ff)
}

.next-calendar2-card .next-calendar2-header {
    padding: 8px;
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid var(--color-line1-1,#e1e1e1)
}

.next-calendar2-panel .next-calendar2-header {
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid var(--color-line1-1,#e1e1e1)
}

.next-calendar2-panel .next-calendar2-header-btn {
    min-width: 20px;
    line-height: 20px;
    color: #666;
    color: var(--color-text1-3,#666);
    font-family: inherit;
    vertical-align: initial;
    border-radius: 2px
}

    .next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
        text-align: center;
        font-size: 14px;
        color: #333;
        color: var(--color-text1-4,#333);
        font-weight: bolder;
        vertical-align: initial
    }

    .next-calendar2-panel .next-calendar2-header-btn:hover, .next-calendar2-panel .next-calendar2-header-btn:hover > span {
        color: #1047f5;
        color: var(--color-brand1-6,#1047f5)
    }

.next-calendar2-panel .next-calendar2-header-left-btn:hover, .next-calendar2-panel .next-calendar2-header-right-btn:hover {
    background: #f3f3f3;
    background: var(--color-fill1-2,#f3f3f3)
}

.next-calendar2-panel .next-calendar2-header-text-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 38px;
    line-height: 38px
}

    .next-calendar2-panel .next-calendar2-header-text-field .next-calendar2-header-btn:not(:first-child) {
        margin-left: 6px
    }

.next-calendar2-header-select-month-popup, .next-calendar2-header-select-year-popup {
    min-width: auto
}

.next-date-picker2-footer {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid var(--color-line1-1,#e1e1e1);
    padding: 4px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.next-date-picker2-footer-preset > .next-btn {
    margin-right: 8px
}

.next-date-picker2-footer-actions {
    margin-left: auto
}

.next-date-picker2-footer-preset-only {
    width: 100%
}

.next-time-picker2-menu {
    float: left;
    text-align: center;
    padding: 8px 0
}

    .next-time-picker2-menu:not(:last-child) {
        border-right: 1px solid #c8c8c8;
        border-right: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#c8c8c8)
    }

.next-time-picker2-menu-title {
    cursor: default;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    font-weight: 400;
    font-weight: var(--font-weight-2,normal);
    color: #acacac;
    color: var(--color-text1-2,#acacac);
    background: #fff
}

.next-time-picker2-menu ul {
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    list-style: none;
    margin: 0;
    width: 54px;
    padding: 0;
    font-size: 12px;
    font-size: var(--font-size-caption,12px);
    height: 224px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .next-time-picker2-menu ul::-webkit-scrollbar {
        width: 0
    }

    .next-time-picker2-menu ul:hover {
        overflow-y: auto
    }

    .next-time-picker2-menu ul:after {
        display: block;
        height: 192px;
        content: ""
    }

.next-time-picker2-menu-item {
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    -webkit-transition: background .1s linear;
    transition: background .1s linear;
    color: #666;
    color: var(--color-text1-3,#666);
    background: #fff;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .next-time-picker2-menu-item:hover {
        color: #333;
        color: var(--color-text1-4,#333);
        background: #f3f3f3;
        background: var(--color-fill1-2,#f3f3f3)
    }

    .next-time-picker2-menu-item.next-selected {
        color: #666;
        color: var(--color-text1-3,#666);
        background: #eef3ff;
        background: var(--color-brand1-1,#eef3ff)
    }

    .next-time-picker2-menu-item.next-disabled {
        cursor: not-allowed;
        color: #ccc;
        color: var(--color-text1-1,#ccc);
        background: #f8f8f8;
        background: var(--color-fill1-1,#f8f8f8)
    }

.next-time-picker2-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .next-time-picker2-panel, .next-time-picker2-panel *, .next-time-picker2-panel :after, .next-time-picker2-panel :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .next-time-picker2-panel:after {
            visibility: hidden;
            display: block;
            height: 0;
            font-size: 0;
            content: " ";
            clear: both
        }

.next-time-picker2-panel-header {
    border-bottom: 1px solid transparent;
    border-bottom: var(--line-1,1px) var(--line-solid,solid) var(--popup-local-border-color,transparent)
}

.next-time-picker2-panel-input.next-input {
    width: 100%;
    padding: 6px;
    border-color: transparent;
    vertical-align: middle
}

.next-time-picker2-panel .next-time-picker2-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.next-time-picker2-panel-range .next-time-picker2-panel-list:last-of-type {
    margin-left: 20px
}

.next-time-picker2-footer {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    padding: 4px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.next-time-picker2-footer-actions {
    margin-left: auto
}

.next-time-picker2-wrapper[dir=rtl] .next-time-picker2-menu {
    float: right
}

    .next-time-picker2-wrapper[dir=rtl] .next-time-picker2-menu:not(:last-child) {
        border-right: none;
        border-left: 1px solid #c8c8c8;
        border-left: var(--line-1,1px) var(--line-solid,solid) var(--color-line1-2,#c8c8c8)
    }

.next-time-picker2 {
    display: inline-block
}

    .next-time-picker2, .next-time-picker2 *, .next-time-picker2 :after, .next-time-picker2 :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.next-time-picker2-trigger .next-input {
    width: 100%
}

.next-time-picker2-wrapper {
    padding: 4px 0
}

.next-time-picker2-body {
    display: block;
    overflow: hidden;
    border: 0 solid transparent;
    border: var(--popup-local-border-width,0) var(--popup-local-border-style,solid) var(--popup-local-border-color,transparent);
    border-radius: 4px;
    border-radius: var(--popup-local-corner,4px);
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14));
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);
    box-shadow: var(--popup-local-shadow,0 4px 8px 0 rgba(0,0,0,.14))
}

.next-time-picker2-symbol-clock-icon:before {
    content: "\E621";
    content: var(--icon-content-clock,"\E621")
}

.next-time-picker2-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    border: var(--input-border-width,1px) solid var(--input-border-color,#c8c8c8);
    vertical-align: middle;
    width: inherit
}

    .next-time-picker2-input .next-input {
        border: none;
        width: 100%;
        height: 100%
    }

        .next-time-picker2-input .next-input input {
            height: 100%
        }

    .next-time-picker2-input.next-time-picker2-input-small {
        height: 28px;
        height: var(--form-element-small-height,28px);
        border-radius: 4px;
        border-radius: var(--form-element-small-corner,4px)
    }

        .next-time-picker2-input.next-time-picker2-input-small .next-input-label {
            padding-left: 8px;
            padding-left: var(--input-s-label-padding-left,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

        .next-time-picker2-input.next-time-picker2-input-small .next-input-inner {
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

        .next-time-picker2-input.next-time-picker2-input-small .next-input-control, .next-time-picker2-input.next-time-picker2-input-small .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-s-icon-padding-right,8px)
        }

        .next-time-picker2-input.next-time-picker2-input-small input {
            height: 26px;
            height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
            line-height: 26px \0;
            line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 8px;
            padding: 0 var(--input-s-padding,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

            .next-time-picker2-input.next-time-picker2-input-small input::-webkit-input-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-time-picker2-input.next-time-picker2-input-small input::-moz-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-time-picker2-input.next-time-picker2-input-small input::-ms-input-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-time-picker2-input.next-time-picker2-input-small input::placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

        .next-time-picker2-input.next-time-picker2-input-small .next-input-text-field {
            padding: 0 8px;
            padding: 0 var(--input-s-padding,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px);
            height: 26px;
            height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
            line-height: 26px;
            line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2)
        }

        .next-time-picker2-input.next-time-picker2-input-small .next-icon .next-icon-remote, .next-time-picker2-input.next-time-picker2-input-small .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-time-picker2-input.next-time-picker2-input-small .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-small-corner,4px) var(--form-element-small-corner,4px) 0
        }

    .next-time-picker2-input.next-time-picker2-input-medium {
        height: 32px;
        height: var(--form-element-medium-height,32px);
        border-radius: 4px;
        border-radius: var(--form-element-medium-corner,4px)
    }

        .next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
            padding-left: 12px;
            padding-left: var(--input-m-label-padding-left,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

        .next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

        .next-time-picker2-input.next-time-picker2-input-medium .next-input-control, .next-time-picker2-input.next-time-picker2-input-medium .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-m-icon-padding-right,8px)
        }

        .next-time-picker2-input.next-time-picker2-input-medium input {
            height: 30px;
            height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
            line-height: 30px \0;
            line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 12px;
            padding: 0 var(--input-m-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

            .next-time-picker2-input.next-time-picker2-input-medium input::-webkit-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-medium input::-moz-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-medium input::-ms-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

        .next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
            padding: 0 12px;
            padding: 0 var(--input-m-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px);
            height: 30px;
            height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
            line-height: 30px;
            line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
        }

        .next-time-picker2-input.next-time-picker2-input-medium .next-icon .next-icon-remote, .next-time-picker2-input.next-time-picker2-input-medium .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-medium-corner,4px) var(--form-element-medium-corner,4px) 0
        }

    .next-time-picker2-input.next-time-picker2-input-large {
        height: 36px;
        height: var(--form-element-large-height,36px);
        border-radius: 4px;
        border-radius: var(--form-element-large-corner,4px)
    }

        .next-time-picker2-input.next-time-picker2-input-large .next-input-label {
            padding-left: 12px;
            padding-left: var(--input-l-label-padding-left,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

        .next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

        .next-time-picker2-input.next-time-picker2-input-large .next-input-control, .next-time-picker2-input.next-time-picker2-input-large .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-l-icon-padding-right,8px)
        }

        .next-time-picker2-input.next-time-picker2-input-large input {
            height: 34px;
            height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
            line-height: 34px \0;
            line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 12px;
            padding: 0 var(--input-l-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

            .next-time-picker2-input.next-time-picker2-input-large input::-webkit-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-large input::-moz-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-large input::-ms-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-time-picker2-input.next-time-picker2-input-large input::placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

        .next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
            padding: 0 12px;
            padding: 0 var(--input-l-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px);
            height: 34px;
            height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
            line-height: 34px;
            line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2)
        }

        .next-time-picker2-input.next-time-picker2-input-large .next-icon .next-icon-remote, .next-time-picker2-input.next-time-picker2-input-large .next-icon:before {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-time-picker2-input.next-time-picker2-input-large .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-large-corner,4px) var(--form-element-large-corner,4px) 0
        }

    .next-time-picker2-input:hover {
        border-color: #1047f5;
        border-color: var(--input-hover-border-color,#1047f5);
        background-color: #fff;
        background-color: var(--input-hover-bg-color,#fff)
    }

    .next-time-picker2-input.next-time-picker2-input-focus {
        border-color: #1047f5;
        border-color: var(--input-focus-border-color,#1047f5);
        background-color: #fff;
        background-color: var(--input-focus-bg-color,#fff);
        -webkit-box-shadow: 0 0 0 0 rgba(16,71,245,.2);
        box-shadow: 0 0 0 0 rgba(16,71,245,.2)
    }

    .next-time-picker2-input.next-time-picker2-input-noborder {
        border-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .next-time-picker2-input.next-time-picker2-input-disabled {
        color: #666;
        color: var(--input-disabled-color,#666);
        cursor: not-allowed
    }

        .next-time-picker2-input.next-time-picker2-input-disabled, .next-time-picker2-input.next-time-picker2-input-disabled:hover {
            border-color: #e1e1e1;
            border-color: var(--input-disabled-border-color,#e1e1e1);
            background-color: #f3f3f3;
            background-color: var(--input-disabled-bg-color,#f3f3f3)
        }

.next-time-picker2-input-separator {
    color: #c8c8c8;
    color: var(--input-border-color,#c8c8c8);
    font-size: 12px;
    display: inline-block;
    min-width: 16px;
    text-align: center
}

div[dir=rtl] .next-date-picker2-footer-preset > .next-btn {
    margin-left: 8px;
    margin-right: 0
}

div[dir=rtl] .next-date-picker2-footer-actions {
    margin-left: 0;
    margin-right: auto
}

div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:last-child:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    left: 8px
}

div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:first-child:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    right: 8px
}

div[dir=rtl] .next-date-time-picker-wrapper {
    border-right: 1px solid #e1e1e1;
    border-right: 1px solid var(--color-line1-1,#e1e1e1);
    border-left: node
}

    div[dir=rtl] .next-date-time-picker-wrapper .next-time-picker2-menu:not(:last-child) {
        border-left: 1px solid #dcdee3;
        border-right: none
    }

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin:before {
    right: 50%;
    left: 0
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end:before {
    left: 50%;
    right: 0
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin:after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child:after {
    right: 8px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin:not(:last-child):after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child:not(.next-calendar2-cell-hover-end):after {
    left: 0
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end:after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child:after {
    left: 8px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end:not(:first-child):after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child:not(.next-calendar2-cell-hover-begin):after {
    right: 0
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin:after {
    left: 0;
    right: 7px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end:after {
    right: 0;
    left: 7px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type:after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49)
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49)
}

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 {
    right: 0;
    left: 8px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end.next-calendar2-cell-hover:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49)
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin:after {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end:after {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):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 {
    right: 8px;
    left: 0
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:after {
    right: 8px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49)
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:not(.next-calendar2-cell-hover-end):not(.next-calendar2-cell-hover-begin):after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none
}

div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2):before {
    right: 50%;
    left: 0
}

div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child:before {
    left: 50%;
    right: 0
}

.next-date-picker2 {
    outline: none;
    display: inline-table;
    position: relative;
    width: inherit
}

.next-date-picker2-overlay {
    vertical-align: top;
    padding: 4px 0
}

.next-date-picker2-overlay-range {
    padding: 12px 0
}

.next-date-picker2-wrapper {
    -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.12);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.12);
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border: 1px solid var(--color-line1-1,#e1e1e1);
    border-radius: 2px;
    border-radius: var(--corner-1,2px)
}

    .next-date-picker2-wrapper .next-calendar2-panel {
        border-radius: 2px;
        border-radius: var(--corner-1,2px)
    }

    .next-date-picker2-wrapper .next-calendar2-body {
        width: 272px
    }

    .next-date-picker2-wrapper .next-calendar2-cell:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        z-index: 1;
        height: 24px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .next-date-picker2-wrapper .next-calendar2-cell:last-child:before {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        right: 8px
    }

    .next-date-picker2-wrapper .next-calendar2-cell:first-child:before {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        left: 8px
    }

.next-date-picker2-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    border: var(--input-border-width,1px) solid var(--input-border-color,#c8c8c8);
    vertical-align: middle;
    width: inherit;
    background-color: #fff;
    background-color: var(--input-bg-color,#fff)
}

    .next-date-picker2-input .next-input {
        border: none;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 100%;
        width: 100%
    }

        .next-date-picker2-input .next-input input {
            height: 100%;
            width: auto
        }

    .next-date-picker2-input.next-date-picker2-input-small {
        height: 28px;
        height: var(--form-element-small-height,28px);
        border-radius: 4px;
        border-radius: var(--form-element-small-corner,4px)
    }

        .next-date-picker2-input.next-date-picker2-input-small .next-input-label {
            padding-left: 8px;
            padding-left: var(--input-s-label-padding-left,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

        .next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

        .next-date-picker2-input.next-date-picker2-input-small .next-input-control, .next-date-picker2-input.next-date-picker2-input-small .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-s-icon-padding-right,8px)
        }

        .next-date-picker2-input.next-date-picker2-input-small input {
            height: 26px;
            height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
            line-height: 26px \0;
            line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 8px;
            padding: 0 var(--input-s-padding,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px)
        }

            .next-date-picker2-input.next-date-picker2-input-small input::-webkit-input-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-date-picker2-input.next-date-picker2-input-small input::-moz-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-date-picker2-input.next-date-picker2-input-small input::-ms-input-placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

            .next-date-picker2-input.next-date-picker2-input-small input::placeholder {
                font-size: 12px;
                font-size: var(--form-element-small-font-size,12px)
            }

        .next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
            padding: 0 8px;
            padding: 0 var(--input-s-padding,8px);
            font-size: 12px;
            font-size: var(--form-element-small-font-size,12px);
            height: 26px;
            height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2);
            line-height: 26px;
            line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px)*2)
        }

        .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-date-picker2-input.next-date-picker2-input-small .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-small-corner,4px) var(--form-element-small-corner,4px) 0
        }

    .next-date-picker2-input.next-date-picker2-input-medium {
        height: 32px;
        height: var(--form-element-medium-height,32px);
        border-radius: 4px;
        border-radius: var(--form-element-medium-corner,4px)
    }

        .next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
            padding-left: 12px;
            padding-left: var(--input-m-label-padding-left,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

        .next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

        .next-date-picker2-input.next-date-picker2-input-medium .next-input-control, .next-date-picker2-input.next-date-picker2-input-medium .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-m-icon-padding-right,8px)
        }

        .next-date-picker2-input.next-date-picker2-input-medium input {
            height: 30px;
            height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
            line-height: 30px \0;
            line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 12px;
            padding: 0 var(--input-m-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px)
        }

            .next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-medium input::-moz-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
                font-size: 14px;
                font-size: var(--form-element-medium-font-size,14px)
            }

        .next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
            padding: 0 12px;
            padding: 0 var(--input-m-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-medium-font-size,14px);
            height: 30px;
            height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2);
            line-height: 30px;
            line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px)*2)
        }

        .next-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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-medium-corner,4px) var(--form-element-medium-corner,4px) 0
        }

    .next-date-picker2-input.next-date-picker2-input-large {
        height: 36px;
        height: var(--form-element-large-height,36px);
        border-radius: 4px;
        border-radius: var(--form-element-large-corner,4px)
    }

        .next-date-picker2-input.next-date-picker2-input-large .next-input-label {
            padding-left: 12px;
            padding-left: var(--input-l-label-padding-left,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

        .next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

        .next-date-picker2-input.next-date-picker2-input-large .next-input-control, .next-date-picker2-input.next-date-picker2-input-large .next-input-inner-text {
            padding-right: 8px;
            padding-right: var(--input-l-icon-padding-right,8px)
        }

        .next-date-picker2-input.next-date-picker2-input-large input {
            height: 34px;
            height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
            line-height: 34px \0;
            line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2) \0;
            padding: 0 12px;
            padding: 0 var(--input-l-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px)
        }

            .next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

            .next-date-picker2-input.next-date-picker2-input-large input::placeholder {
                font-size: 14px;
                font-size: var(--form-element-large-font-size,14px)
            }

        .next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
            padding: 0 12px;
            padding: 0 var(--input-l-padding,12px);
            font-size: 14px;
            font-size: var(--form-element-large-font-size,14px);
            height: 34px;
            height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2);
            line-height: 34px;
            line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px)*2)
        }

        .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 {
            width: 16px;
            font-size: 16px;
            line-height: inherit
        }

        .next-date-picker2-input.next-date-picker2-input-large .next-input-control {
            border-radius: 0 4px 4px 0;
            border-radius: 0 var(--form-element-large-corner,4px) var(--form-element-large-corner,4px) 0
        }

    .next-date-picker2-input:hover {
        border-color: #1047f5;
        border-color: var(--input-hover-border-color,#1047f5);
        background-color: #fff;
        background-color: var(--input-hover-bg-color,#fff)
    }

    .next-date-picker2-input.next-date-picker2-input-focus {
        border-color: #1047f5;
        border-color: var(--input-focus-border-color,#1047f5);
        background-color: #fff;
        background-color: var(--input-focus-bg-color,#fff);
        -webkit-box-shadow: 0 0 0 0 rgba(16,71,245,.2);
        box-shadow: 0 0 0 0 rgba(16,71,245,.2)
    }

    .next-date-picker2-input.next-date-picker2-input-noborder {
        border-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .next-date-picker2-input.next-date-picker2-input-disabled {
        color: #666;
        color: var(--input-disabled-color,#666);
        cursor: not-allowed
    }

        .next-date-picker2-input.next-date-picker2-input-disabled, .next-date-picker2-input.next-date-picker2-input-disabled:hover {
            border-color: #e1e1e1;
            border-color: var(--input-disabled-border-color,#e1e1e1);
            background-color: #f3f3f3;
            background-color: var(--input-disabled-bg-color,#f3f3f3)
        }

.next-date-picker2-input-separator {
    color: #c8c8c8;
    color: var(--input-border-color,#c8c8c8);
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    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 {
    display: block;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin-left: 16.5px;
    border-color: #e1e1e1 #e1e1e1 transparent transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid var(--color-line1-1,#e1e1e1);
    border-top: 1px solid var(--color-line1-1,#e1e1e1);
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out;
    background: #fff
}

.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 #e1e1e1;
    border-left: 1px solid var(--color-line1-1,#e1e1e1)
}

    .next-date-time-picker-wrapper .next-calendar2-body {
        padding-right: 0;
        padding-left: 0
    }

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-disabled .next-calendar2-cell-inner {
    color: #ccc;
    color: var(--color-text1-1,#ccc);
    background: #f8f8f8;
    background: var(--color-fill1-1,#f8f8f8)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected:before {
    color: #666;
    color: var(--color-text1-3,#666);
    background: #eef3ff;
    background: var(--color-brand1-1,#eef3ff)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected .next-calendar2-cell-inner {
    color: #666;
    color: var(--color-text1-3,#666);
    background: transparent
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-begin .next-calendar2-cell-inner, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-end .next-calendar2-cell-inner {
    z-index: 10;
    color: #fff;
    background: #1047f5;
    background: var(--color-brand1-6,#1047f5)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-begin:before {
    left: 50%
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-end:before {
    right: 50%
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-begin-single:before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-end-single:before {
    display: none
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: #1f1f49 transparent;
    border-left: 1px dashed transparent;
    border-bottom: 1px dashed var(--color-brand1-9,#1f1f49);
    border-right: 1px dashed transparent;
    border-top: 1px dashed var(--color-brand1-9,#1f1f49)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-hover-begin:after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:first-child:after {
    left: 8px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-hover-end:after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:last-child:after {
    right: 8px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin:after {
    left: 8px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end:after {
    right: 8px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:first-of-type:after {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:last-of-type:after {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-edge-end:after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-edge-end:before {
    right: 8px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-edge-end.next-calendar2-cell-hover:after {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49)
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover-begin:after {
    border-top: 1px dashed #1f1f49;
    border-top: 1px dashed var(--color-brand1-9,#1f1f49);
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover-end:after {
    border-top: 1px dashed #1f1f49;
    border-top: 1px dashed var(--color-brand1-9,#1f1f49);
    border-right: 1px dashed #1f1f49;
    border-right: 1px dashed var(--color-brand1-9,#1f1f49);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):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-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 1px dashed #1f1f49;
    border-left: 1px dashed var(--color-brand1-9,#1f1f49)
}

.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: #f3f3f3;
    background: var(--color-fill1-2,#f3f3f3)
}

.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 {
    color: #666;
    color: var(--color-text1-3,#666);
    background-color: #eef3ff;
    background-color: var(--color-brand1-1,#eef3ff)
}

.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child .next-calendar2-cell-inner, .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2) .next-calendar2-cell-inner {
    color: #fff;
    background: #1047f5;
    background: var(--color-brand1-6,#1047f5)
}

.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2):before {
    left: 50%
}

.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child:before {
    right: 50%
}

.next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):before {
    background-color: transparent;
    color: #ccc;
    color: var(--color-text1-1,#ccc)
}

.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):nth-child(2) .next-calendar2-cell-inner {
    background-color: #eef3ff;
    background-color: var(--color-brand1-1,#eef3ff);
    color: #666;
    color: var(--color-text1-3,#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 {
    color: #fff;
    background: #1047f5;
    background: var(--color-brand1-6,#1047f5)
}

.next-icon-a-20GP:before {
    content: "\E661";
    content: var(--icon-content-a-20GP,"\E661")
}

.next-icon-a-40NOR:before {
    content: "\E660";
    content: var(--icon-content-a-40NOR,"\E660")
}

.next-icon-a-40HQ:before {
    content: "\E65C";
    content: var(--icon-content-a-40HQ,"\E65C")
}

.next-icon-a-45HQ:before {
    content: "\E65B";
    content: var(--icon-content-a-45HQ,"\E65B")
}

.next-icon-a-40GP:before {
    content: "\E65A";
    content: var(--icon-content-a-40GP,"\E65A")
}

.next-icon-online-tracking-fill:before {
    content: "\E81D";
    content: var(--icon-content-online-tracking-fill,"\E81D")
}

.next-icon-logistics-airfreight-fill:before {
    content: "\E68B";
    content: var(--icon-content-logistics-airfreight-fill,"\E68B")
}

.next-icon-arrow-down-fill:before {
    content: "\E68A";
    content: var(--icon-content-arrow-down-fill,"\E68A")
}

.next-icon-arrow-up-fill:before {
    content: "\E689";
    content: var(--icon-content-arrow-up-fill,"\E689")
}

.next-icon-logistics-land-transport-fill:before {
    content: "\E687";
    content: var(--icon-content-logistics-land-transport-fill,"\E687")
}

.next-icon-telephone:before {
    content: "\E83E";
    content: var(--icon-content-telephone,"\E83E")
}

.next-icon-default-template-fill1:before {
    content: "\E688";
    content: var(--icon-content-default-template-fill1,"\E688")
}

.next-icon-home-fill:before {
    content: "\E86C";
    content: var(--icon-content-home-fill,"\E86C")
}

.next-icon-feed-logo-fill:before {
    content: "\E86B";
    content: var(--icon-content-feed-logo-fill,"\E86B")
}

.next-icon-account-fill:before {
    content: "\E86A";
    content: var(--icon-content-account-fill,"\E86A")
}

.next-icon-comments-fill:before {
    content: "\E869";
    content: var(--icon-content-comments-fill,"\E869")
}

.next-icon-sendinquiry-fill:before {
    content: "\E868";
    content: var(--icon-content-sendinquiry-fill,"\E868")
}

.next-icon-topraning-fill:before {
    content: "\E867";
    content: var(--icon-content-topraning-fill,"\E867")
}

.next-icon-similar-product-fill:before {
    content: "\E866";
    content: var(--icon-content-similar-product-fill,"\E866")
}

.next-icon-packing-labeling-fill:before {
    content: "\E864";
    content: var(--icon-content-packing-labeling-fill,"\E864")
}

.next-icon-training1:before {
    content: "\E863";
    content: var(--icon-content-training1,"\E863")
}

.next-icon-wallet1:before {
    content: "\E862";
    content: var(--icon-content-wallet1,"\E862")
}

.next-icon-template-fill:before {
    content: "\E861";
    content: var(--icon-content-template-fill,"\E861")
}

.next-icon-trade-assurance-fill:before {
    content: "\E860";
    content: var(--icon-content-trade-assurance-fill,"\E860")
}

.next-icon-warehouse-fill:before {
    content: "\E85F";
    content: var(--icon-content-warehouse-fill,"\E85F")
}

.next-icon-set1:before {
    content: "\E85C";
    content: var(--icon-content-set1,"\E85C")
}

.next-icon-vip-fill:before {
    content: "\E85B";
    content: var(--icon-content-vip-fill,"\E85B")
}

.next-icon-trust-fill:before {
    content: "\E85A";
    content: var(--icon-content-trust-fill,"\E85A")
}

.next-icon-unlock-fill:before {
    content: "\E859";
    content: var(--icon-content-unlock-fill,"\E859")
}

.next-icon-task-management-fill:before {
    content: "\E858";
    content: var(--icon-content-task-management-fill,"\E858")
}

.next-icon-tool-fill:before {
    content: "\E857";
    content: var(--icon-content-tool-fill,"\E857")
}

.next-icon-suspended-fill:before {
    content: "\E856";
    content: var(--icon-content-suspended-fill,"\E856")
}

.next-icon-sound-Mute1:before {
    content: "\E855";
    content: var(--icon-content-sound-Mute1,"\E855")
}

.next-icon-sound-filling-fill:before {
    content: "\E854";
    content: var(--icon-content-sound-filling-fill,"\E854")
}

.next-icon-store-fill:before {
    content: "\E851";
    content: var(--icon-content-store-fill,"\E851")
}

.next-icon-supplier-features-fill:before {
    content: "\E850";
    content: var(--icon-content-supplier-features-fill,"\E850")
}

.next-icon-shuffling-banner-fill:before {
    content: "\E84F";
    content: var(--icon-content-shuffling-banner-fill,"\E84F")
}

.next-icon-signboard-fill:before {
    content: "\E84E";
    content: var(--icon-content-signboard-fill,"\E84E")
}

.next-icon-Similarproducts-fill:before {
    content: "\E84D";
    content: var(--icon-content-Similarproducts-fill,"\E84D")
}

.next-icon-security-fill:before {
    content: "\E84C";
    content: var(--icon-content-security-fill,"\E84C")
}

.next-icon-save-fill:before {
    content: "\E84B";
    content: var(--icon-content-save-fill,"\E84B")
}

.next-icon-salescenter-fill:before {
    content: "\E84A";
    content: var(--icon-content-salescenter-fill,"\E84A")
}

.next-icon-RFQ-logo-fill:before {
    content: "\E849";
    content: var(--icon-content-RFQ-logo-fill,"\E849")
}

.next-icon-remind-fill:before {
    content: "\E847";
    content: var(--icon-content-remind-fill,"\E847")
}

.next-icon-resonserate-fill:before {
    content: "\E846";
    content: var(--icon-content-resonserate-fill,"\E846")
}

.next-icon-product:before {
    content: "\E844";
    content: var(--icon-content-product,"\E844")
}

.next-icon-pic-fill1:before {
    content: "\E843";
    content: var(--icon-content-pic-fill1,"\E843")
}

.next-icon-product-fill:before {
    content: "\E840";
    content: var(--icon-content-product-fill,"\E840")
}

.next-icon-pin-fill:before {
    content: "\E83F";
    content: var(--icon-content-pin-fill,"\E83F")
}

.next-icon-play-fill1:before {
    content: "\E83D";
    content: var(--icon-content-play-fill1,"\E83D")
}

.next-icon-phone-fill:before {
    content: "\E83C";
    content: var(--icon-content-phone-fill,"\E83C")
}

.next-icon-map1:before {
    content: "\E83B";
    content: var(--icon-content-map1,"\E83B")
}

.next-icon-password1:before {
    content: "\E83A";
    content: var(--icon-content-password1,"\E83A")
}

.next-icon-order-fill:before {
    content: "\E839";
    content: var(--icon-content-order-fill,"\E839")
}

.next-icon-notice-fill:before {
    content: "\E838";
    content: var(--icon-content-notice-fill,"\E838")
}

.next-icon-office-supplies-fill:before {
    content: "\E837";
    content: var(--icon-content-office-supplies-fill,"\E837")
}

.next-icon-nightmode-fill:before {
    content: "\E836";
    content: var(--icon-content-nightmode-fill,"\E836")
}

.next-icon-Newuserzone-fill:before {
    content: "\E835";
    content: var(--icon-content-Newuserzone-fill,"\E835")
}

.next-icon-logistics-icon-fill:before {
    content: "\E834";
    content: var(--icon-content-logistics-icon-fill,"\E834")
}

.next-icon-Moneymanagement-fill:before {
    content: "\E833";
    content: var(--icon-content-Moneymanagement-fill,"\E833")
}

.next-icon-listing-content-fill:before {
    content: "\E832";
    content: var(--icon-content-listing-content-fill,"\E832")
}

.next-icon-integral-fill1:before {
    content: "\E830";
    content: var(--icon-content-integral-fill1,"\E830")
}

.next-icon-inquiry-template-fill:before {
    content: "\E82E";
    content: var(--icon-content-inquiry-template-fill,"\E82E")
}

.next-icon-insurance-fill:before {
    content: "\E82D";
    content: var(--icon-content-insurance-fill,"\E82D")
}

.next-icon-discount-fill:before {
    content: "\E82C";
    content: var(--icon-content-discount-fill,"\E82C")
}

.next-icon-company-fill:before {
    content: "\E82B";
    content: var(--icon-content-company-fill,"\E82B")
}

.next-icon-inspection-fill:before {
    content: "\E828";
    content: var(--icon-content-inspection-fill,"\E828")
}

.next-icon-image-text-fill:before {
    content: "\E827";
    content: var(--icon-content-image-text-fill,"\E827")
}

.next-icon-camera-fill:before {
    content: "\E824";
    content: var(--icon-content-camera-fill,"\E824")
}

.next-icon-feeds-fill:before {
    content: "\E822";
    content: var(--icon-content-feeds-fill,"\E822")
}

.next-icon-folder-fill:before {
    content: "\E821";
    content: var(--icon-content-folder-fill,"\E821")
}

.next-icon-filter-fill:before {
    content: "\E820";
    content: var(--icon-content-filter-fill,"\E820")
}

.next-icon-email-fill:before {
    content: "\E81F";
    content: var(--icon-content-email-fill,"\E81F")
}

.next-icon-Daytimemode-fill:before {
    content: "\E81C";
    content: var(--icon-content-Daytimemode-fill,"\E81C")
}

.next-icon-discounts-fill:before {
    content: "\E81B";
    content: var(--icon-content-discounts-fill,"\E81B")
}

.next-icon-Customermanagement-fill:before {
    content: "\E81A";
    content: var(--icon-content-Customermanagement-fill,"\E81A")
}

.next-icon-CurrencyConverter-fill:before {
    content: "\E817";
    content: var(--icon-content-CurrencyConverter-fill,"\E817")
}

.next-icon-credit-level-fill:before {
    content: "\E816";
    content: var(--icon-content-credit-level-fill,"\E816")
}

.next-icon-coupons-fill:before {
    content: "\E815";
    content: var(--icon-content-coupons-fill,"\E815")
}

.next-icon-color-fill:before {
    content: "\E813";
    content: var(--icon-content-color-fill,"\E813")
}

.next-icon-clock-fill:before {
    content: "\E80F";
    content: var(--icon-content-clock-fill,"\E80F")
}

.next-icon-calculator-fill:before {
    content: "\E80E";
    content: var(--icon-content-calculator-fill,"\E80E")
}

.next-icon-certified-supplier-fill:before {
    content: "\E80A";
    content: var(--icon-content-certified-supplier-fill,"\E80A")
}

.next-icon-atm-away-fill:before {
    content: "\E808";
    content: var(--icon-content-atm-away-fill,"\E808")
}

.next-icon-cart-Empty-fill:before {
    content: "\E806";
    content: var(--icon-content-cart-Empty-fill,"\E806")
}

.next-icon-cart-full-fill:before {
    content: "\E805";
    content: var(--icon-content-cart-full-fill,"\E805")
}

.next-icon-bussiness-man-fill:before {
    content: "\E804";
    content: var(--icon-content-bussiness-man-fill,"\E804")
}

.next-icon-calendar-fill:before {
    content: "\E803";
    content: var(--icon-content-calendar-fill,"\E803")
}

.next-icon-all-fill1:before {
    content: "\E802";
    content: var(--icon-content-all-fill1,"\E802")
}

.next-icon-add-cart-fill:before {
    content: "\E801";
    content: var(--icon-content-add-cart-fill,"\E801")
}

.next-icon-add-account1:before {
    content: "\E800";
    content: var(--icon-content-add-account1,"\E800")
}

.next-icon-contacts-fill:before {
    content: "\E7F3";
    content: var(--icon-content-contacts-fill,"\E7F3")
}

.next-icon-stop-fill:before {
    content: "\E738";
    content: var(--icon-content-stop-fill,"\E738")
}

.next-icon-play-fill:before {
    content: "\E72F";
    content: var(--icon-content-play-fill,"\E72F")
}

.next-icon-pic-fill:before {
    content: "\E72E";
    content: var(--icon-content-pic-fill,"\E72E")
}

.next-icon-namecard-fill:before {
    content: "\E72A";
    content: var(--icon-content-namecard-fill,"\E72A")
}

.next-icon-integral-fill:before {
    content: "\E726";
    content: var(--icon-content-integral-fill,"\E726")
}

.next-icon-invoice:before {
    content: "\E811";
    content: var(--icon-content-invoice,"\E811")
}

.next-icon-Daytimemode:before {
    content: "\E810";
    content: var(--icon-content-Daytimemode,"\E810")
}

.next-icon-Similarproducts:before {
    content: "\E7AF";
    content: var(--icon-content-Similarproducts,"\E7AF")
}

.next-icon-searchcart:before {
    content: "\E80D";
    content: var(--icon-content-searchcart,"\E80D")
}

.next-icon-save:before {
    content: "\E80C";
    content: var(--icon-content-save,"\E80C")
}

.next-icon-RFQ-logo:before {
    content: "\E80B";
    content: var(--icon-content-RFQ-logo,"\E80B")
}

.next-icon-online-tracking:before {
    content: "\E807";
    content: var(--icon-content-online-tracking,"\E807")
}

.next-icon-customization:before {
    content: "\E7FF";
    content: var(--icon-content-customization,"\E7FF")
}

.next-icon-cut:before {
    content: "\E7FE";
    content: var(--icon-content-cut,"\E7FE")
}

.next-icon-company:before {
    content: "\E7FD";
    content: var(--icon-content-company,"\E7FD")
}

.next-icon-conditions:before {
    content: "\E7FC";
    content: var(--icon-content-conditions,"\E7FC")
}

.next-icon-color:before {
    content: "\E7F7";
    content: var(--icon-content-color,"\E7F7")
}

.next-icon-code1:before {
    content: "\E7F6";
    content: var(--icon-content-code1,"\E7F6")
}

.next-icon-cart-Empty:before {
    content: "\E7F5";
    content: var(--icon-content-cart-Empty,"\E7F5")
}

.next-icon-cart-full:before {
    content: "\E7F4";
    content: var(--icon-content-cart-full,"\E7F4")
}

.next-icon-atm-away:before {
    content: "\E7F2";
    content: var(--icon-content-atm-away,"\E7F2")
}

.next-icon-apparel:before {
    content: "\E7ED";
    content: var(--icon-content-apparel,"\E7ED")
}

.next-icon-add-cart:before {
    content: "\E7BC";
    content: var(--icon-content-add-cart,"\E7BC")
}

.next-icon-similar-product:before {
    content: "\E707";
    content: var(--icon-content-similar-product,"\E707")
}

.next-icon-gift:before {
    content: "\E6FC";
    content: var(--icon-content-gift,"\E6FC")
}

.next-icon-data1:before {
    content: "\E6FB";
    content: var(--icon-content-data1,"\E6FB")
}

.next-icon-code:before {
    content: "\E6F5";
    content: var(--icon-content-code,"\E6F5")
}

.next-icon-auto:before {
    content: "\E6EB";
    content: var(--icon-content-auto,"\E6EB")
}

.next-icon-print:before {
    content: "\E809";
    content: var(--icon-content-print,"\E809")
}

.next-icon-shouhuoicon:before {
    content: "\E829";
    content: var(--icon-content-shouhuoicon,"\E829")
}

.next-icon-goumaipianhao:before {
    content: "\E826";
    content: var(--icon-content-goumaipianhao,"\E826")
}

.next-icon-Transfermoney:before {
    content: "\E823";
    content: var(--icon-content-Transfermoney,"\E823")
}

.next-icon-dongtai:before {
    content: "\E81E";
    content: var(--icon-content-dongtai,"\E81E")
}

.next-icon-writing:before {
    content: "\E819";
    content: var(--icon-content-writing,"\E819")
}

.next-icon-topraning:before {
    content: "\E818";
    content: var(--icon-content-topraning,"\E818")
}

.next-icon-wallet:before {
    content: "\E814";
    content: var(--icon-content-wallet,"\E814")
}

.next-icon-insurance:before {
    content: "\E812";
    content: var(--icon-content-insurance,"\E812")
}

.next-icon-Docwenjian:before {
    content: "\E685";
    content: var(--icon-content-Docwenjian,"\E685")
}

.next-icon-Pdfwenjian:before {
    content: "\E684";
    content: var(--icon-content-Pdfwenjian,"\E684")
}

.next-icon-Exlwenjian:before {
    content: "\E682";
    content: var(--icon-content-Exlwenjian,"\E682")
}

.next-icon-dingtalk-circle-fill:before {
    content: "\EA9E";
    content: var(--icon-content-dingtalk-circle-fill,"\EA9E")
}

.next-icon-pcm:before {
    content: "\E7E9";
    content: var(--icon-content-pcm,"\E7E9")
}

.next-icon-tradingvolume:before {
    content: "\E7BD";
    content: var(--icon-content-tradingvolume,"\E7BD")
}

.next-icon-ipad:before {
    content: "\E7BB";
    content: var(--icon-content-ipad,"\E7BB")
}

.next-icon-block:before {
    content: "\E7F1";
    content: var(--icon-content-block,"\E7F1")
}

.next-icon-warning-fill:before {
    content: "\E7F0";
    content: var(--icon-content-warning-fill,"\E7F0")
}

.next-icon-Top-fill:before {
    content: "\E7EF";
    content: var(--icon-content-Top-fill,"\E7EF")
}

.next-icon-smile-fill:before {
    content: "\E7EC";
    content: var(--icon-content-smile-fill,"\E7EC")
}

.next-icon-Rightbutton-fill:before {
    content: "\E7EB";
    content: var(--icon-content-Rightbutton-fill,"\E7EB")
}

.next-icon-prompt-fill1:before {
    content: "\E7EA";
    content: var(--icon-content-prompt-fill1,"\E7EA")
}

.next-icon-reduce-fill:before {
    content: "\E7E8";
    content: var(--icon-content-reduce-fill,"\E7E8")
}

.next-icon-help1:before {
    content: "\E7E7";
    content: var(--icon-content-help1,"\E7E7")
}

.next-icon-leftbutton-fill:before {
    content: "\E7E6";
    content: var(--icon-content-leftbutton-fill,"\E7E6")
}

.next-icon-hot-fill:before {
    content: "\E7E5";
    content: var(--icon-content-hot-fill,"\E7E5")
}

.next-icon-good-fill:before {
    content: "\E7AE";
    content: var(--icon-content-good-fill,"\E7AE")
}

.next-icon-cry-fill:before {
    content: "\E7E4";
    content: var(--icon-content-cry-fill,"\E7E4")
}

.next-icon-atm-fill:before {
    content: "\E7E3";
    content: var(--icon-content-atm-fill,"\E7E3")
}

.next-icon-bad-fill:before {
    content: "\E7E2";
    content: var(--icon-content-bad-fill,"\E7E2")
}

.next-icon-ashbin-fill:before {
    content: "\E7E1";
    content: var(--icon-content-ashbin-fill,"\E7E1")
}

.next-icon-add-fill:before {
    content: "\E7E0";
    content: var(--icon-content-add-fill,"\E7E0")
}

.next-icon-landtransportation:before {
    content: "\E7BE";
    content: var(--icon-content-landtransportation,"\E7BE")
}

.next-icon-Top:before {
    content: "\E7BA";
    content: var(--icon-content-Top,"\E7BA")
}

.next-icon-Rightbutton:before {
    content: "\E7B8";
    content: var(--icon-content-Rightbutton,"\E7B8")
}

.next-icon-leftbutton:before {
    content: "\E7AD";
    content: var(--icon-content-leftbutton,"\E7AD")
}

.next-icon-good:before {
    content: "\E7AC";
    content: var(--icon-content-good,"\E7AC")
}

.next-icon-confirm:before {
    content: "\E7AB";
    content: var(--icon-content-confirm,"\E7AB")
}

.next-icon-bad:before {
    content: "\E7A2";
    content: var(--icon-content-bad,"\E7A2")
}

.next-icon-prompt-fill:before {
    content: "\E730";
    content: var(--icon-content-prompt-fill,"\E730")
}

.next-icon-favorites-fill:before {
    content: "\E721";
    content: var(--icon-content-favorites-fill,"\E721")
}

.next-icon-a-dashboard1:before {
    content: "\E67F";
    content: var(--icon-content-a-dashboard1,"\E67F")
}

.next-icon-free:before {
    content: "\E7DE";
    content: var(--icon-content-free,"\E7DE")
}

.next-icon-new:before {
    content: "\E7DD";
    content: var(--icon-content-new,"\E7DD")
}

.next-icon-zhankai:before {
    content: "\E7DC";
    content: var(--icon-content-zhankai,"\E7DC")
}

.next-icon-shouqi:before {
    content: "\E7DB";
    content: var(--icon-content-shouqi,"\E7DB")
}

.next-icon-tongguan:before {
    content: "\E7DF";
    content: var(--icon-content-tongguan,"\E7DF")
}

.next-icon-collection-fill:before {
    content: "\E7A0";
    content: var(--icon-content-collection-fill,"\E7A0")
}

.next-icon-success-fill:before {
    content: "\E79C";
    content: var(--icon-content-success-fill,"\E79C")
}

.next-icon-reeor-fill:before {
    content: "\E79B";
    content: var(--icon-content-reeor-fill,"\E79B")
}

.next-icon-exchangerate:before {
    content: "\E79A";
    content: var(--icon-content-exchangerate,"\E79A")
}

.next-icon-seleted:before {
    content: "\E798";
    content: var(--icon-content-seleted,"\E798")
}

.next-icon-return:before {
    content: "\E7A1";
    content: var(--icon-content-return,"\E7A1")
}

.next-icon-reduce:before {
    content: "\E795";
    content: var(--icon-content-reduce,"\E795")
}

.next-icon-double-arrow-left:before {
    content: "\E793";
    content: var(--icon-content-double-arrow-left,"\E793")
}

.next-icon-double-arro-right:before {
    content: "\E792";
    content: var(--icon-content-double-arro-right,"\E792")
}

.next-icon-data:before {
    content: "\E797";
    content: var(--icon-content-data,"\E797")
}

.next-icon-becomeagoldsupplier:before {
    content: "\E7DA";
    content: var(--icon-content-becomeagoldsupplier,"\E7DA")
}

.next-icon-yiguanzhugongyingshang:before {
    content: "\E7D9";
    content: var(--icon-content-yiguanzhugongyingshang,"\E7D9")
}

.next-icon-tongxunlu:before {
    content: "\E7D8";
    content: var(--icon-content-tongxunlu,"\E7D8")
}

.next-icon-pointerleft:before {
    content: "\E7D7";
    content: var(--icon-content-pointerleft,"\E7D7")
}

.next-icon-extra-inquiries:before {
    content: "\E7D6";
    content: var(--icon-content-extra-inquiries,"\E7D6")
}

.next-icon-eraser:before {
    content: "\E7D5";
    content: var(--icon-content-eraser,"\E7D5")
}

.next-icon-zijin:before {
    content: "\E7D4";
    content: var(--icon-content-zijin,"\E7D4")
}

.next-icon-zhanghucaozuo:before {
    content: "\E7D3";
    content: var(--icon-content-zhanghucaozuo,"\E7D3")
}

.next-icon-zhongjianren:before {
    content: "\E7D2";
    content: var(--icon-content-zhongjianren,"\E7D2")
}

.next-icon-xinwaizongyewu:before {
    content: "\E7D1";
    content: var(--icon-content-xinwaizongyewu,"\E7D1")
}

.next-icon-waihuishuju:before {
    content: "\E7D0";
    content: var(--icon-content-waihuishuju,"\E7D0")
}

.next-icon-kuaidiwuliu:before {
    content: "\E7CF";
    content: var(--icon-content-kuaidiwuliu,"\E7CF")
}

.next-icon-tongguanshuju:before {
    content: "\E7CE";
    content: var(--icon-content-tongguanshuju,"\E7CE")
}

.next-icon-tuishui:before {
    content: "\E7CD";
    content: var(--icon-content-tuishui,"\E7CD")
}

.next-icon-shuangshen:before {
    content: "\E7CC";
    content: var(--icon-content-shuangshen,"\E7CC")
}

.next-icon-kehuquanyi:before {
    content: "\E7CB";
    content: var(--icon-content-kehuquanyi,"\E7CB")
}

.next-icon-shenqingjilu:before {
    content: "\E7CA";
    content: var(--icon-content-shenqingjilu,"\E7CA")
}

.next-icon-jiehui:before {
    content: "\E7C9";
    content: var(--icon-content-jiehui,"\E7C9")
}

.next-icon-shengyijing:before {
    content: "\E7C8";
    content: var(--icon-content-shengyijing,"\E7C8")
}

.next-icon-daikuan:before {
    content: "\E7C7";
    content: var(--icon-content-daikuan,"\E7C7")
}

.next-icon-kehupandian:before {
    content: "\E7C6";
    content: var(--icon-content-kehupandian,"\E7C6")
}

.next-icon-jiaobiao:before {
    content: "\E7C5";
    content: var(--icon-content-jiaobiao,"\E7C5")
}

.next-icon-jizhuangxiang:before {
    content: "\E7C4";
    content: var(--icon-content-jizhuangxiang,"\E7C4")
}

.next-icon-daibancaishui:before {
    content: "\E7C3";
    content: var(--icon-content-daibancaishui,"\E7C3")
}

.next-icon-banzhengfuwu:before {
    content: "\E7C2";
    content: var(--icon-content-banzhengfuwu,"\E7C2")
}

.next-icon-xlsx:before {
    content: "\E7C1";
    content: var(--icon-content-xlsx,"\E7C1")
}

.next-icon-txt:before {
    content: "\E7C0";
    content: var(--icon-content-txt,"\E7C0")
}

.next-icon-microphone:before {
    content: "\E7BF";
    content: var(--icon-content-microphone,"\E7BF")
}

.next-icon-tradingdata:before {
    content: "\E7B7";
    content: var(--icon-content-tradingdata,"\E7B7")
}

.next-icon-trade-assurance:before {
    content: "\E7B6";
    content: var(--icon-content-trade-assurance,"\E7B6")
}

.next-icon-favorites:before {
    content: "\E7B4";
    content: var(--icon-content-favorites,"\E7B4")
}

.next-icon-comments:before {
    content: "\E7B3";
    content: var(--icon-content-comments,"\E7B3")
}

.next-icon-sami-select:before {
    content: "\E7B1";
    content: var(--icon-content-sami-select,"\E7B1")
}

.next-icon-add-select:before {
    content: "\E7B0";
    content: var(--icon-content-add-select,"\E7B0")
}

.next-icon-home:before {
    content: "\E7AA";
    content: var(--icon-content-home,"\E7AA")
}

.next-icon-pngjpge-fill:before {
    content: "\E7A9";
    content: var(--icon-content-pngjpge-fill,"\E7A9")
}

.next-icon-tifjpge-fill:before {
    content: "\E7A8";
    content: var(--icon-content-tifjpge-fill,"\E7A8")
}

.next-icon-bmpjpge-fill:before {
    content: "\E7A7";
    content: var(--icon-content-bmpjpge-fill,"\E7A7")
}

.next-icon-gifjpge-fill:before {
    content: "\E7A6";
    content: var(--icon-content-gifjpge-fill,"\E7A6")
}

.next-icon-jpge-fill:before {
    content: "\E7A5";
    content: var(--icon-content-jpge-fill,"\E7A5")
}

.next-icon-docjpge-fill:before {
    content: "\E7A4";
    content: var(--icon-content-docjpge-fill,"\E7A4")
}

.next-icon-quick:before {
    content: "\E7A3";
    content: var(--icon-content-quick,"\E7A3")
}

.next-icon-consumption:before {
    content: "\E79F";
    content: var(--icon-content-consumption,"\E79F")
}

.next-icon-brand:before {
    content: "\E79E";
    content: var(--icon-content-brand,"\E79E")
}

.next-icon-collection:before {
    content: "\E79D";
    content: var(--icon-content-collection,"\E79D")
}

.next-icon-vip:before {
    content: "\E78F";
    content: var(--icon-content-vip,"\E78F")
}

.next-icon-nightmode:before {
    content: "\E78D";
    content: var(--icon-content-nightmode,"\E78D")
}

.next-icon-aviation:before {
    content: "\E78C";
    content: var(--icon-content-aviation,"\E78C")
}

.next-icon-contacts:before {
    content: "\E78B";
    content: var(--icon-content-contacts,"\E78B")
}

.next-icon-creditcard:before {
    content: "\E78A";
    content: var(--icon-content-creditcard,"\E78A")
}

.next-icon-store:before {
    content: "\E789";
    content: var(--icon-content-store,"\E789")
}

.next-icon-viewlist:before {
    content: "\E787";
    content: var(--icon-content-viewlist,"\E787")
}

.next-icon-video:before {
    content: "\E786";
    content: var(--icon-content-video,"\E786")
}

.next-icon-trust:before {
    content: "\E784";
    content: var(--icon-content-trust,"\E784")
}

.next-icon-viewgallery:before {
    content: "\E783";
    content: var(--icon-content-viewgallery,"\E783")
}

.next-icon-viewlarger:before {
    content: "\E782";
    content: var(--icon-content-viewlarger,"\E782")
}

.next-icon-training:before {
    content: "\E780";
    content: var(--icon-content-training,"\E780")
}

.next-icon-topsales:before {
    content: "\E77F";
    content: var(--icon-content-topsales,"\E77F")
}

.next-icon-tool:before {
    content: "\E77D";
    content: var(--icon-content-tool,"\E77D")
}

.next-icon-sound-filling:before {
    content: "\E77C";
    content: var(--icon-content-sound-filling,"\E77C")
}

.next-icon-sound-Mute:before {
    content: "\E77B";
    content: var(--icon-content-sound-Mute,"\E77B")
}

.next-icon-signboard:before {
    content: "\E77A";
    content: var(--icon-content-signboard,"\E77A")
}

.next-icon-service:before {
    content: "\E779";
    content: var(--icon-content-service,"\E779")
}

.next-icon-security:before {
    content: "\E778";
    content: var(--icon-content-security,"\E778")
}

.next-icon-scanning:before {
    content: "\E777";
    content: var(--icon-content-scanning,"\E777")
}

.next-icon-remind:before {
    content: "\E776";
    content: var(--icon-content-remind,"\E776")
}

.next-icon-resonserate:before {
    content: "\E775";
    content: var(--icon-content-resonserate,"\E775")
}

.next-icon-logistic-logo:before {
    content: "\E772";
    content: var(--icon-content-logistic-logo,"\E772")
}

.next-icon-pin:before {
    content: "\E771";
    content: var(--icon-content-pin,"\E771")
}

.next-icon-pic1:before {
    content: "\E770";
    content: var(--icon-content-pic1,"\E770")
}

.next-icon-phone:before {
    content: "\E76F";
    content: var(--icon-content-phone,"\E76F")
}

.next-icon-packing-labeling:before {
    content: "\E76E";
    content: var(--icon-content-packing-labeling,"\E76E")
}

.next-icon-packaging:before {
    content: "\E76D";
    content: var(--icon-content-packaging,"\E76D")
}

.next-icon-operation:before {
    content: "\E76C";
    content: var(--icon-content-operation,"\E76C")
}

.next-icon-password:before {
    content: "\E76B";
    content: var(--icon-content-password,"\E76B")
}

.next-icon-office-supplies:before {
    content: "\E76A";
    content: var(--icon-content-office-supplies,"\E76A")
}

.next-icon-notice:before {
    content: "\E769";
    content: var(--icon-content-notice,"\E769")
}

.next-icon-map:before {
    content: "\E768";
    content: var(--icon-content-map,"\E768")
}

.next-icon-namecard:before {
    content: "\E767";
    content: var(--icon-content-namecard,"\E767")
}

.next-icon-Moneymanagement:before {
    content: "\E766";
    content: var(--icon-content-Moneymanagement,"\E766")
}

.next-icon-logistics-icon:before {
    content: "\E765";
    content: var(--icon-content-logistics-icon,"\E765")
}

.next-icon-lights:before {
    content: "\E764";
    content: var(--icon-content-lights,"\E764")
}

.next-icon-link:before {
    content: "\E762";
    content: var(--icon-content-link,"\E762")
}

.next-icon-inquiry-template:before {
    content: "\E761";
    content: var(--icon-content-inquiry-template,"\E761")
}

.next-icon-integral1:before {
    content: "\E760";
    content: var(--icon-content-integral1,"\E760")
}

.next-icon-jewelry:before {
    content: "\E75F";
    content: var(--icon-content-jewelry,"\E75F")
}

.next-icon-hot:before {
    content: "\E75E";
    content: var(--icon-content-hot,"\E75E")
}

.next-icon-image-text:before {
    content: "\E75D";
    content: var(--icon-content-image-text,"\E75D")
}

.next-icon-feeds:before {
    content: "\E75B";
    content: var(--icon-content-feeds,"\E75B")
}

.next-icon-folder:before {
    content: "\E75A";
    content: var(--icon-content-folder,"\E75A")
}

.next-icon-default-template:before {
    content: "\E756";
    content: var(--icon-content-default-template,"\E756")
}

.next-icon-discount:before {
    content: "\E754";
    content: var(--icon-content-discount,"\E754")
}

.next-icon-Customermanagement:before {
    content: "\E753";
    content: var(--icon-content-Customermanagement,"\E753")
}

.next-icon-coupons:before {
    content: "\E750";
    content: var(--icon-content-coupons,"\E750")
}

.next-icon-credit-level:before {
    content: "\E74F";
    content: var(--icon-content-credit-level,"\E74F")
}

.next-icon-category:before {
    content: "\E74D";
    content: var(--icon-content-category,"\E74D")
}

.next-icon-calculator:before {
    content: "\E74C";
    content: var(--icon-content-calculator,"\E74C")
}

.next-icon-assessed-badge:before {
    content: "\E74A";
    content: var(--icon-content-assessed-badge,"\E74A")
}

.next-icon-browse:before {
    content: "\E749";
    content: var(--icon-content-browse,"\E749")
}

.next-icon-attachent:before {
    content: "\E748";
    content: var(--icon-content-attachent,"\E748")
}

.next-icon-all1:before {
    content: "\E745";
    content: var(--icon-content-all1,"\E745")
}

.next-icon-add-account:before {
    content: "\E741";
    content: var(--icon-content-add-account,"\E741")
}

.next-icon-Exportservices:before {
    content: "\E702";
    content: var(--icon-content-Exportservices,"\E702")
}

.next-icon-QRcode:before {
    content: "\E704";
    content: var(--icon-content-QRcode,"\E704")
}

.next-icon-play:before {
    content: "\E701";
    content: var(--icon-content-play,"\E701")
}

.next-icon-Notvisible:before {
    content: "\E6FE";
    content: var(--icon-content-Notvisible,"\E6FE")
}

.next-icon-pic:before {
    content: "\E6FF";
    content: var(--icon-content-pic,"\E6FF")
}

.next-icon-integral:before {
    content: "\E6F9";
    content: var(--icon-content-integral,"\E6F9")
}

.next-icon-editor:before {
    content: "\E6F6";
    content: var(--icon-content-editor,"\E6F6")
}

.next-icon-history:before {
    content: "\E6F8";
    content: var(--icon-content-history,"\E6F8")
}

.next-icon-component:before {
    content: "\E6F2";
    content: var(--icon-content-component,"\E6F2")
}

.next-icon-bussiness-man:before {
    content: "\E6F0";
    content: var(--icon-content-bussiness-man,"\E6F0")
}

.next-icon-all:before {
    content: "\E6EF";
    content: var(--icon-content-all,"\E6EF")
}

:root {
    --theme-name: "@alife/theme-crated-seller";
    --theme-version: "1.5.0"
}

body:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.next-icon-a-20GP:before {
    content: var(--icon-content-a-20GP,"\e661")
}

.next-icon-a-40NOR:before {
    content: var(--icon-content-a-40NOR,"\e660")
}

.next-icon-a-40HQ:before {
    content: var(--icon-content-a-40HQ,"\e65c")
}

.next-icon-a-45HQ:before {
    content: var(--icon-content-a-45HQ,"\e65b")
}

.next-icon-a-40GP:before {
    content: var(--icon-content-a-40GP,"\e65a")
}

.next-icon-online-tracking-fill:before {
    content: var(--icon-content-online-tracking-fill,"\e81d")
}

.next-icon-logistics-airfreight-fill:before {
    content: var(--icon-content-logistics-airfreight-fill,"\e68b")
}

.next-icon-arrow-down-fill:before {
    content: var(--icon-content-arrow-down-fill,"\e68a")
}

.next-icon-arrow-up-fill:before {
    content: var(--icon-content-arrow-up-fill,"\e689")
}

.next-icon-logistics-land-transport-fill:before {
    content: var(--icon-content-logistics-land-transport-fill,"\e687")
}

.next-icon-telephone:before {
    content: var(--icon-content-telephone,"\e83e")
}

.next-icon-default-template-fill1:before {
    content: var(--icon-content-default-template-fill1,"\e688")
}

.next-icon-home-fill:before {
    content: var(--icon-content-home-fill,"\e86c")
}

.next-icon-feed-logo-fill:before {
    content: var(--icon-content-feed-logo-fill,"\e86b")
}

.next-icon-account-fill:before {
    content: var(--icon-content-account-fill,"\e86a")
}

.next-icon-comments-fill:before {
    content: var(--icon-content-comments-fill,"\e869")
}

.next-icon-sendinquiry-fill:before {
    content: var(--icon-content-sendinquiry-fill,"\e868")
}

.next-icon-topraning-fill:before {
    content: var(--icon-content-topraning-fill,"\e867")
}

.next-icon-similar-product-fill:before {
    content: var(--icon-content-similar-product-fill,"\e866")
}

.next-icon-packing-labeling-fill:before {
    content: var(--icon-content-packing-labeling-fill,"\e864")
}

.next-icon-training1:before {
    content: var(--icon-content-training1,"\e863")
}

.next-icon-wallet1:before {
    content: var(--icon-content-wallet1,"\e862")
}

.next-icon-template-fill:before {
    content: var(--icon-content-template-fill,"\e861")
}

.next-icon-trade-assurance-fill:before {
    content: var(--icon-content-trade-assurance-fill,"\e860")
}

.next-icon-warehouse-fill:before {
    content: var(--icon-content-warehouse-fill,"\e85f")
}

.next-icon-set1:before {
    content: var(--icon-content-set1,"\e85c")
}

.next-icon-vip-fill:before {
    content: var(--icon-content-vip-fill,"\e85b")
}

.next-icon-trust-fill:before {
    content: var(--icon-content-trust-fill,"\e85a")
}

.next-icon-unlock-fill:before {
    content: var(--icon-content-unlock-fill,"\e859")
}

.next-icon-task-management-fill:before {
    content: var(--icon-content-task-management-fill,"\e858")
}

.next-icon-tool-fill:before {
    content: var(--icon-content-tool-fill,"\e857")
}

.next-icon-suspended-fill:before {
    content: var(--icon-content-suspended-fill,"\e856")
}

.next-icon-sound-Mute1:before {
    content: var(--icon-content-sound-Mute1,"\e855")
}

.next-icon-sound-filling-fill:before {
    content: var(--icon-content-sound-filling-fill,"\e854")
}

.next-icon-store-fill:before {
    content: var(--icon-content-store-fill,"\e851")
}

.next-icon-supplier-features-fill:before {
    content: var(--icon-content-supplier-features-fill,"\e850")
}

.next-icon-shuffling-banner-fill:before {
    content: var(--icon-content-shuffling-banner-fill,"\e84f")
}

.next-icon-signboard-fill:before {
    content: var(--icon-content-signboard-fill,"\e84e")
}

.next-icon-Similarproducts-fill:before {
    content: var(--icon-content-Similarproducts-fill,"\e84d")
}

.next-icon-security-fill:before {
    content: var(--icon-content-security-fill,"\e84c")
}

.next-icon-save-fill:before {
    content: var(--icon-content-save-fill,"\e84b")
}

.next-icon-salescenter-fill:before {
    content: var(--icon-content-salescenter-fill,"\e84a")
}

.next-icon-RFQ-logo-fill:before {
    content: var(--icon-content-RFQ-logo-fill,"\e849")
}

.next-icon-remind-fill:before {
    content: var(--icon-content-remind-fill,"\e847")
}

.next-icon-resonserate-fill:before {
    content: var(--icon-content-resonserate-fill,"\e846")
}

.next-icon-product:before {
    content: var(--icon-content-product,"\e844")
}

.next-icon-pic-fill1:before {
    content: var(--icon-content-pic-fill1,"\e843")
}

.next-icon-product-fill:before {
    content: var(--icon-content-product-fill,"\e840")
}

.next-icon-pin-fill:before {
    content: var(--icon-content-pin-fill,"\e83f")
}

.next-icon-play-fill1:before {
    content: var(--icon-content-play-fill1,"\e83d")
}

.next-icon-phone-fill:before {
    content: var(--icon-content-phone-fill,"\e83c")
}

.next-icon-map1:before {
    content: var(--icon-content-map1,"\e83b")
}

.next-icon-password1:before {
    content: var(--icon-content-password1,"\e83a")
}

.next-icon-order-fill:before {
    content: var(--icon-content-order-fill,"\e839")
}

.next-icon-notice-fill:before {
    content: var(--icon-content-notice-fill,"\e838")
}

.next-icon-office-supplies-fill:before {
    content: var(--icon-content-office-supplies-fill,"\e837")
}

.next-icon-nightmode-fill:before {
    content: var(--icon-content-nightmode-fill,"\e836")
}

.next-icon-Newuserzone-fill:before {
    content: var(--icon-content-Newuserzone-fill,"\e835")
}

.next-icon-logistics-icon-fill:before {
    content: var(--icon-content-logistics-icon-fill,"\e834")
}

.next-icon-Moneymanagement-fill:before {
    content: var(--icon-content-Moneymanagement-fill,"\e833")
}

.next-icon-listing-content-fill:before {
    content: var(--icon-content-listing-content-fill,"\e832")
}

.next-icon-integral-fill1:before {
    content: var(--icon-content-integral-fill1,"\e830")
}

.next-icon-inquiry-template-fill:before {
    content: var(--icon-content-inquiry-template-fill,"\e82e")
}

.next-icon-insurance-fill:before {
    content: var(--icon-content-insurance-fill,"\e82d")
}

.next-icon-discount-fill:before {
    content: var(--icon-content-discount-fill,"\e82c")
}

.next-icon-company-fill:before {
    content: var(--icon-content-company-fill,"\e82b")
}

.next-icon-inspection-fill:before {
    content: var(--icon-content-inspection-fill,"\e828")
}

.next-icon-image-text-fill:before {
    content: var(--icon-content-image-text-fill,"\e827")
}

.next-icon-camera-fill:before {
    content: var(--icon-content-camera-fill,"\e824")
}

.next-icon-feeds-fill:before {
    content: var(--icon-content-feeds-fill,"\e822")
}

.next-icon-folder-fill:before {
    content: var(--icon-content-folder-fill,"\e821")
}

.next-icon-filter-fill:before {
    content: var(--icon-content-filter-fill,"\e820")
}

.next-icon-email-fill:before {
    content: var(--icon-content-email-fill,"\e81f")
}

.next-icon-Daytimemode-fill:before {
    content: var(--icon-content-Daytimemode-fill,"\e81c")
}

.next-icon-discounts-fill:before {
    content: var(--icon-content-discounts-fill,"\e81b")
}

.next-icon-Customermanagement-fill:before {
    content: var(--icon-content-Customermanagement-fill,"\e81a")
}

.next-icon-CurrencyConverter-fill:before {
    content: var(--icon-content-CurrencyConverter-fill,"\e817")
}

.next-icon-credit-level-fill:before {
    content: var(--icon-content-credit-level-fill,"\e816")
}

.next-icon-coupons-fill:before {
    content: var(--icon-content-coupons-fill,"\e815")
}

.next-icon-color-fill:before {
    content: var(--icon-content-color-fill,"\e813")
}

.next-icon-clock-fill:before {
    content: var(--icon-content-clock-fill,"\e80f")
}

.next-icon-calculator-fill:before {
    content: var(--icon-content-calculator-fill,"\e80e")
}

.next-icon-certified-supplier-fill:before {
    content: var(--icon-content-certified-supplier-fill,"\e80a")
}

.next-icon-atm-away-fill:before {
    content: var(--icon-content-atm-away-fill,"\e808")
}

.next-icon-cart-Empty-fill:before {
    content: var(--icon-content-cart-Empty-fill,"\e806")
}

.next-icon-cart-full-fill:before {
    content: var(--icon-content-cart-full-fill,"\e805")
}

.next-icon-bussiness-man-fill:before {
    content: var(--icon-content-bussiness-man-fill,"\e804")
}

.next-icon-calendar-fill:before {
    content: var(--icon-content-calendar-fill,"\e803")
}

.next-icon-all-fill1:before {
    content: var(--icon-content-all-fill1,"\e802")
}

.next-icon-add-cart-fill:before {
    content: var(--icon-content-add-cart-fill,"\e801")
}

.next-icon-add-account1:before {
    content: var(--icon-content-add-account1,"\e800")
}

.next-icon-contacts-fill:before {
    content: var(--icon-content-contacts-fill,"\e7f3")
}

.next-icon-stop-fill:before {
    content: var(--icon-content-stop-fill,"\e738")
}

.next-icon-play-fill:before {
    content: var(--icon-content-play-fill,"\e72f")
}

.next-icon-pic-fill:before {
    content: var(--icon-content-pic-fill,"\e72e")
}

.next-icon-namecard-fill:before {
    content: var(--icon-content-namecard-fill,"\e72a")
}

.next-icon-integral-fill:before {
    content: var(--icon-content-integral-fill,"\e726")
}

.next-icon-invoice:before {
    content: var(--icon-content-invoice,"\e811")
}

.next-icon-Daytimemode:before {
    content: var(--icon-content-Daytimemode,"\e810")
}

.next-icon-Similarproducts:before {
    content: var(--icon-content-Similarproducts,"\e7af")
}

.next-icon-searchcart:before {
    content: var(--icon-content-searchcart,"\e80d")
}

.next-icon-save:before {
    content: var(--icon-content-save,"\e80c")
}

.next-icon-RFQ-logo:before {
    content: var(--icon-content-RFQ-logo,"\e80b")
}

.next-icon-online-tracking:before {
    content: var(--icon-content-online-tracking,"\e807")
}

.next-icon-customization:before {
    content: var(--icon-content-customization,"\e7ff")
}

.next-icon-cut:before {
    content: var(--icon-content-cut,"\e7fe")
}

.next-icon-company:before {
    content: var(--icon-content-company,"\e7fd")
}

.next-icon-conditions:before {
    content: var(--icon-content-conditions,"\e7fc")
}

.next-icon-color:before {
    content: var(--icon-content-color,"\e7f7")
}

.next-icon-code1:before {
    content: var(--icon-content-code1,"\e7f6")
}

.next-icon-cart-Empty:before {
    content: var(--icon-content-cart-Empty,"\e7f5")
}

.next-icon-cart-full:before {
    content: var(--icon-content-cart-full,"\e7f4")
}

.next-icon-atm-away:before {
    content: var(--icon-content-atm-away,"\e7f2")
}

.next-icon-apparel:before {
    content: var(--icon-content-apparel,"\e7ed")
}

.next-icon-add-cart:before {
    content: var(--icon-content-add-cart,"\e7bc")
}

.next-icon-similar-product:before {
    content: var(--icon-content-similar-product,"\e707")
}

.next-icon-gift:before {
    content: var(--icon-content-gift,"\e6fc")
}

.next-icon-data1:before {
    content: var(--icon-content-data1,"\e6fb")
}

.next-icon-code:before {
    content: var(--icon-content-code,"\e6f5")
}

.next-icon-auto:before {
    content: var(--icon-content-auto,"\e6eb")
}

.next-icon-print:before {
    content: var(--icon-content-print,"\e809")
}

.next-icon-shouhuoicon:before {
    content: var(--icon-content-shouhuoicon,"\e829")
}

.next-icon-goumaipianhao:before {
    content: var(--icon-content-goumaipianhao,"\e826")
}

.next-icon-Transfermoney:before {
    content: var(--icon-content-Transfermoney,"\e823")
}

.next-icon-dongtai:before {
    content: var(--icon-content-dongtai,"\e81e")
}

.next-icon-writing:before {
    content: var(--icon-content-writing,"\e819")
}

.next-icon-topraning:before {
    content: var(--icon-content-topraning,"\e818")
}

.next-icon-wallet:before {
    content: var(--icon-content-wallet,"\e814")
}

.next-icon-insurance:before {
    content: var(--icon-content-insurance,"\e812")
}

.next-icon-Docwenjian:before {
    content: var(--icon-content-Docwenjian,"\e685")
}

.next-icon-Pdfwenjian:before {
    content: var(--icon-content-Pdfwenjian,"\e684")
}

.next-icon-Exlwenjian:before {
    content: var(--icon-content-Exlwenjian,"\e682")
}

.next-icon-dingtalk-circle-fill:before {
    content: var(--icon-content-dingtalk-circle-fill,"\ea9e")
}

.next-icon-pcm:before {
    content: var(--icon-content-pcm,"\e7e9")
}

.next-icon-tradingvolume:before {
    content: var(--icon-content-tradingvolume,"\e7bd")
}

.next-icon-ipad:before {
    content: var(--icon-content-ipad,"\e7bb")
}

.next-icon-block:before {
    content: var(--icon-content-block,"\e7f1")
}

.next-icon-warning-fill:before {
    content: var(--icon-content-warning-fill,"\e7f0")
}

.next-icon-Top-fill:before {
    content: var(--icon-content-Top-fill,"\e7ef")
}

.next-icon-smile-fill:before {
    content: var(--icon-content-smile-fill,"\e7ec")
}

.next-icon-Rightbutton-fill:before {
    content: var(--icon-content-Rightbutton-fill,"\e7eb")
}

.next-icon-prompt-fill1:before {
    content: var(--icon-content-prompt-fill1,"\e7ea")
}

.next-icon-reduce-fill:before {
    content: var(--icon-content-reduce-fill,"\e7e8")
}

.next-icon-help1:before {
    content: var(--icon-content-help1,"\e7e7")
}

.next-icon-leftbutton-fill:before {
    content: var(--icon-content-leftbutton-fill,"\e7e6")
}

.next-icon-hot-fill:before {
    content: var(--icon-content-hot-fill,"\e7e5")
}

.next-icon-good-fill:before {
    content: var(--icon-content-good-fill,"\e7ae")
}

.next-icon-cry-fill:before {
    content: var(--icon-content-cry-fill,"\e7e4")
}

.next-icon-atm-fill:before {
    content: var(--icon-content-atm-fill,"\e7e3")
}

.next-icon-bad-fill:before {
    content: var(--icon-content-bad-fill,"\e7e2")
}

.next-icon-ashbin-fill:before {
    content: var(--icon-content-ashbin-fill,"\e7e1")
}

.next-icon-add-fill:before {
    content: var(--icon-content-add-fill,"\e7e0")
}

.next-icon-landtransportation:before {
    content: var(--icon-content-landtransportation,"\e7be")
}

.next-icon-Top:before {
    content: var(--icon-content-Top,"\e7ba")
}

.next-icon-Rightbutton:before {
    content: var(--icon-content-Rightbutton,"\e7b8")
}

.next-icon-leftbutton:before {
    content: var(--icon-content-leftbutton,"\e7ad")
}

.next-icon-good:before {
    content: var(--icon-content-good,"\e7ac")
}

.next-icon-confirm:before {
    content: var(--icon-content-confirm,"\e7ab")
}

.next-icon-bad:before {
    content: var(--icon-content-bad,"\e7a2")
}

.next-icon-prompt-fill:before {
    content: var(--icon-content-prompt-fill,"\e730")
}

.next-icon-favorites-fill:before {
    content: var(--icon-content-favorites-fill,"\e721")
}

.next-icon-a-dashboard1:before {
    content: var(--icon-content-a-dashboard1,"\e67f")
}

.next-icon-free:before {
    content: var(--icon-content-free,"\e7de")
}

.next-icon-new:before {
    content: var(--icon-content-new,"\e7dd")
}

.next-icon-zhankai:before {
    content: var(--icon-content-zhankai,"\e7dc")
}

.next-icon-shouqi:before {
    content: var(--icon-content-shouqi,"\e7db")
}

.next-icon-tongguan:before {
    content: var(--icon-content-tongguan,"\e7df")
}

.next-icon-collection-fill:before {
    content: var(--icon-content-collection-fill,"\e7a0")
}

.next-icon-success-fill:before {
    content: var(--icon-content-success-fill,"\e79c")
}

.next-icon-reeor-fill:before {
    content: var(--icon-content-reeor-fill,"\e79b")
}

.next-icon-exchangerate:before {
    content: var(--icon-content-exchangerate,"\e79a")
}

.next-icon-seleted:before {
    content: var(--icon-content-seleted,"\e798")
}

.next-icon-return:before {
    content: var(--icon-content-return,"\e7a1")
}

.next-icon-reduce:before {
    content: var(--icon-content-reduce,"\e795")
}

.next-icon-double-arrow-left:before {
    content: var(--icon-content-double-arrow-left,"\e793")
}

.next-icon-double-arro-right:before {
    content: var(--icon-content-double-arro-right,"\e792")
}

.next-icon-data:before {
    content: var(--icon-content-data,"\e797")
}

.next-icon-becomeagoldsupplier:before {
    content: var(--icon-content-becomeagoldsupplier,"\e7da")
}

.next-icon-yiguanzhugongyingshang:before {
    content: var(--icon-content-yiguanzhugongyingshang,"\e7d9")
}

.next-icon-tongxunlu:before {
    content: var(--icon-content-tongxunlu,"\e7d8")
}

.next-icon-pointerleft:before {
    content: var(--icon-content-pointerleft,"\e7d7")
}

.next-icon-extra-inquiries:before {
    content: var(--icon-content-extra-inquiries,"\e7d6")
}

.next-icon-eraser:before {
    content: var(--icon-content-eraser,"\e7d5")
}

.next-icon-zijin:before {
    content: var(--icon-content-zijin,"\e7d4")
}

.next-icon-zhanghucaozuo:before {
    content: var(--icon-content-zhanghucaozuo,"\e7d3")
}

.next-icon-zhongjianren:before {
    content: var(--icon-content-zhongjianren,"\e7d2")
}

.next-icon-xinwaizongyewu:before {
    content: var(--icon-content-xinwaizongyewu,"\e7d1")
}

.next-icon-waihuishuju:before {
    content: var(--icon-content-waihuishuju,"\e7d0")
}

.next-icon-kuaidiwuliu:before {
    content: var(--icon-content-kuaidiwuliu,"\e7cf")
}

.next-icon-tongguanshuju:before {
    content: var(--icon-content-tongguanshuju,"\e7ce")
}

.next-icon-tuishui:before {
    content: var(--icon-content-tuishui,"\e7cd")
}

.next-icon-shuangshen:before {
    content: var(--icon-content-shuangshen,"\e7cc")
}

.next-icon-kehuquanyi:before {
    content: var(--icon-content-kehuquanyi,"\e7cb")
}

.next-icon-shenqingjilu:before {
    content: var(--icon-content-shenqingjilu,"\e7ca")
}

.next-icon-jiehui:before {
    content: var(--icon-content-jiehui,"\e7c9")
}

.next-icon-shengyijing:before {
    content: var(--icon-content-shengyijing,"\e7c8")
}

.next-icon-daikuan:before {
    content: var(--icon-content-daikuan,"\e7c7")
}

.next-icon-kehupandian:before {
    content: var(--icon-content-kehupandian,"\e7c6")
}

.next-icon-jiaobiao:before {
    content: var(--icon-content-jiaobiao,"\e7c5")
}

.next-icon-jizhuangxiang:before {
    content: var(--icon-content-jizhuangxiang,"\e7c4")
}

.next-icon-daibancaishui:before {
    content: var(--icon-content-daibancaishui,"\e7c3")
}

.next-icon-banzhengfuwu:before {
    content: var(--icon-content-banzhengfuwu,"\e7c2")
}

.next-icon-xlsx:before {
    content: var(--icon-content-xlsx,"\e7c1")
}

.next-icon-txt:before {
    content: var(--icon-content-txt,"\e7c0")
}

.next-icon-microphone:before {
    content: var(--icon-content-microphone,"\e7bf")
}

.next-icon-tradingdata:before {
    content: var(--icon-content-tradingdata,"\e7b7")
}

.next-icon-trade-assurance:before {
    content: var(--icon-content-trade-assurance,"\e7b6")
}

.next-icon-favorites:before {
    content: var(--icon-content-favorites,"\e7b4")
}

.next-icon-comments:before {
    content: var(--icon-content-comments,"\e7b3")
}

.next-icon-sami-select:before {
    content: var(--icon-content-sami-select,"\e7b1")
}

.next-icon-add-select:before {
    content: var(--icon-content-add-select,"\e7b0")
}

.next-icon-home:before {
    content: var(--icon-content-home,"\e7aa")
}

.next-icon-pngjpge-fill:before {
    content: var(--icon-content-pngjpge-fill,"\e7a9")
}

.next-icon-tifjpge-fill:before {
    content: var(--icon-content-tifjpge-fill,"\e7a8")
}

.next-icon-bmpjpge-fill:before {
    content: var(--icon-content-bmpjpge-fill,"\e7a7")
}

.next-icon-gifjpge-fill:before {
    content: var(--icon-content-gifjpge-fill,"\e7a6")
}

.next-icon-jpge-fill:before {
    content: var(--icon-content-jpge-fill,"\e7a5")
}

.next-icon-docjpge-fill:before {
    content: var(--icon-content-docjpge-fill,"\e7a4")
}

.next-icon-quick:before {
    content: var(--icon-content-quick,"\e7a3")
}

.next-icon-consumption:before {
    content: var(--icon-content-consumption,"\e79f")
}

.next-icon-brand:before {
    content: var(--icon-content-brand,"\e79e")
}

.next-icon-collection:before {
    content: var(--icon-content-collection,"\e79d")
}

.next-icon-vip:before {
    content: var(--icon-content-vip,"\e78f")
}

.next-icon-nightmode:before {
    content: var(--icon-content-nightmode,"\e78d")
}

.next-icon-aviation:before {
    content: var(--icon-content-aviation,"\e78c")
}

.next-icon-contacts:before {
    content: var(--icon-content-contacts,"\e78b")
}

.next-icon-creditcard:before {
    content: var(--icon-content-creditcard,"\e78a")
}

.next-icon-store:before {
    content: var(--icon-content-store,"\e789")
}

.next-icon-viewlist:before {
    content: var(--icon-content-viewlist,"\e787")
}

.next-icon-video:before {
    content: var(--icon-content-video,"\e786")
}

.next-icon-trust:before {
    content: var(--icon-content-trust,"\e784")
}

.next-icon-viewgallery:before {
    content: var(--icon-content-viewgallery,"\e783")
}

.next-icon-viewlarger:before {
    content: var(--icon-content-viewlarger,"\e782")
}

.next-icon-training:before {
    content: var(--icon-content-training,"\e780")
}

.next-icon-topsales:before {
    content: var(--icon-content-topsales,"\e77f")
}

.next-icon-tool:before {
    content: var(--icon-content-tool,"\e77d")
}

.next-icon-sound-filling:before {
    content: var(--icon-content-sound-filling,"\e77c")
}

.next-icon-sound-Mute:before {
    content: var(--icon-content-sound-Mute,"\e77b")
}

.next-icon-signboard:before {
    content: var(--icon-content-signboard,"\e77a")
}

.next-icon-service:before {
    content: var(--icon-content-service,"\e779")
}

.next-icon-security:before {
    content: var(--icon-content-security,"\e778")
}

.next-icon-scanning:before {
    content: var(--icon-content-scanning,"\e777")
}

.next-icon-remind:before {
    content: var(--icon-content-remind,"\e776")
}

.next-icon-resonserate:before {
    content: var(--icon-content-resonserate,"\e775")
}

.next-icon-logistic-logo:before {
    content: var(--icon-content-logistic-logo,"\e772")
}

.next-icon-pin:before {
    content: var(--icon-content-pin,"\e771")
}

.next-icon-pic1:before {
    content: var(--icon-content-pic1,"\e770")
}

.next-icon-phone:before {
    content: var(--icon-content-phone,"\e76f")
}

.next-icon-packing-labeling:before {
    content: var(--icon-content-packing-labeling,"\e76e")
}

.next-icon-packaging:before {
    content: var(--icon-content-packaging,"\e76d")
}

.next-icon-operation:before {
    content: var(--icon-content-operation,"\e76c")
}

.next-icon-password:before {
    content: var(--icon-content-password,"\e76b")
}

.next-icon-office-supplies:before {
    content: var(--icon-content-office-supplies,"\e76a")
}

.next-icon-notice:before {
    content: var(--icon-content-notice,"\e769")
}

.next-icon-map:before {
    content: var(--icon-content-map,"\e768")
}

.next-icon-namecard:before {
    content: var(--icon-content-namecard,"\e767")
}

.next-icon-Moneymanagement:before {
    content: var(--icon-content-Moneymanagement,"\e766")
}

.next-icon-logistics-icon:before {
    content: var(--icon-content-logistics-icon,"\e765")
}

.next-icon-lights:before {
    content: var(--icon-content-lights,"\e764")
}

.next-icon-link:before {
    content: var(--icon-content-link,"\e762")
}

.next-icon-inquiry-template:before {
    content: var(--icon-content-inquiry-template,"\e761")
}

.next-icon-integral1:before {
    content: var(--icon-content-integral1,"\e760")
}

.next-icon-jewelry:before {
    content: var(--icon-content-jewelry,"\e75f")
}

.next-icon-hot:before {
    content: var(--icon-content-hot,"\e75e")
}

.next-icon-image-text:before {
    content: var(--icon-content-image-text,"\e75d")
}

.next-icon-feeds:before {
    content: var(--icon-content-feeds,"\e75b")
}

.next-icon-folder:before {
    content: var(--icon-content-folder,"\e75a")
}

.next-icon-default-template:before {
    content: var(--icon-content-default-template,"\e756")
}

.next-icon-discount:before {
    content: var(--icon-content-discount,"\e754")
}

.next-icon-Customermanagement:before {
    content: var(--icon-content-Customermanagement,"\e753")
}

.next-icon-coupons:before {
    content: var(--icon-content-coupons,"\e750")
}

.next-icon-credit-level:before {
    content: var(--icon-content-credit-level,"\e74f")
}

.next-icon-category:before {
    content: var(--icon-content-category,"\e74d")
}

.next-icon-calculator:before {
    content: var(--icon-content-calculator,"\e74c")
}

.next-icon-assessed-badge:before {
    content: var(--icon-content-assessed-badge,"\e74a")
}

.next-icon-browse:before {
    content: var(--icon-content-browse,"\e749")
}

.next-icon-attachent:before {
    content: var(--icon-content-attachent,"\e748")
}

.next-icon-all1:before {
    content: var(--icon-content-all1,"\e745")
}

.next-icon-add-account:before {
    content: var(--icon-content-add-account,"\e741")
}

.next-icon-Exportservices:before {
    content: var(--icon-content-Exportservices,"\e702")
}

.next-icon-QRcode:before {
    content: var(--icon-content-QRcode,"\e704")
}

.next-icon-play:before {
    content: var(--icon-content-play,"\e701")
}

.next-icon-Notvisible:before {
    content: var(--icon-content-Notvisible,"\e6fe")
}

.next-icon-pic:before {
    content: var(--icon-content-pic,"\e6ff")
}

.next-icon-integral:before {
    content: var(--icon-content-integral,"\e6f9")
}

.next-icon-editor:before {
    content: var(--icon-content-editor,"\e6f6")
}

.next-icon-history:before {
    content: var(--icon-content-history,"\e6f8")
}

.next-icon-component:before {
    content: var(--icon-content-component,"\e6f2")
}

.next-icon-bussiness-man:before {
    content: var(--icon-content-bussiness-man,"\e6f0")
}

.next-icon-all:before {
    content: var(--icon-content-all,"\e6ef")
}

body {
    color: #000;
    color: var(--color-text1-5,#000)
}

a {
    color: #1047f5;
    color: var(--color-link-1,#1047f5);
    cursor: pointer
}

.next-icon.next-inherit .next-icon-remote, .next-icon.next-inherit:before {
    font-size: calc(100% + 2px)
}

.next-form-preview.next-form-item.next-medium .next-form-item-control {
    font-size: 14px;
    font-size: var(--form-element-medium-preview-label-font-size,14px);
    line-height: 24px;
    line-height: var(--form-element-medium-preview-height,24px)
}

.next-form-preview.next-form-item.next-small .next-form-item-control {
    font-size: 12px;
    font-size: var(--form-element-small-preview-label-font-size,12px);
    line-height: 20px;
    line-height: var(--form-element-small-preview-height,20px)
}

.next-form-preview.next-form-item.next-large .next-form-item-control {
    font-size: 14px;
    font-size: var(--form-element-large-preview-label-font-size,14px);
    line-height: 36px;
    line-height: var(--form-element-large-preview-height,36px)
}

@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm) {
    .theme-11 .next-icon.next-xs {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 0;
        margin-right: 0
    }

    .theme-11 .next-icon.next-xxs {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        margin-left: -4px;
        margin-right: -4px
    }
}

.theme-11 .next-icon.next-xxs .next-icon-remote, .theme-11 .next-icon.next-xxs:before {
    font-size: 16px;
    width: 16px
}

.theme-11 .next-icon.next-xs .next-icon-remote, .theme-11 .next-icon.next-xs:before {
    font-size: 12px;
    width: 12px
}

.theme-11 .next-icon.next-small .next-icon-remote, .theme-11 .next-icon.next-small:before {
    font-size: 16px;
    width: 16px
}

.theme-11 .next-icon.next-medium .next-icon-remote, .theme-11 .next-icon.next-medium:before {
    font-size: 20px;
    width: 20px
}

.theme-11 .next-icon.next-large .next-icon-remote, .theme-11 .next-icon.next-large:before {
    font-size: 24px;
    width: 24px
}

.theme-11 .next-icon.next-xl .next-icon-remote, .theme-11 .next-icon.next-xl:before {
    font-size: 32px;
    width: 32px
}

.theme-11 .next-icon.next-xxl .next-icon-remote, .theme-11 .next-icon.next-xxl:before {
    font-size: 48px;
    width: 48px
}

.theme-11 .next-icon.next-xxxl .next-icon-remote, .theme-11 .next-icon.next-xxxl:before {
    font-size: 64px;
    width: 64px
}

.next-form-responsive-grid .next-form-item {
    margin-bottom: 0 !important;
    margin-right: 0 !important
}

.next-card-head-main {
    margin-top: 12px !important
}

.next-card.next-card-hide-divider .next-card-body {
    padding-top: 12px
}

.next-card .next-card-body:first-child {
    padding-top: 20px
}

.next-card-subtitle {
    display: inline-block;
    font-weight: 400
}

.next-card-actions {
    border-top: 1px solid #e1e1e1;
    height: 100%;
    position: relative
}

.next-card-extra .next-btn:not(:last-child) {
    margin-right: 16px
}

.next-card .next-tabs.next-tabs-capsule {
    padding-left: 0
}

.crated-card-long-desc .next-card-head-main {
    height: 64px
}

.crated-card-long-desc .next-card-subtitle {
    display: block;
    padding-left: 0;
    line-height: 16px
}

.crated-card-actions-right {
    right: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    line-height: 0;
    font-weight: 400
}

    .crated-card-actions-right:before {
        content: " ";
        height: 100%;
        width: 1px;
        margin-left: -1px;
        display: inline-block;
        vertical-align: middle
    }

.crated-card-subtitle, .crated-card-subtitle-primary {
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    margin-bottom: 12px;
    margin-top: 20px;
    position: relative
}

.crated-card-subtitle-primary {
    background-color: #eef3ff
}

    .crated-card-subtitle-primary:before {
        content: " ";
        display: inline-block;
        vertical-align: bottom;
        width: 4px;
        height: 100%;
        background: #1047f5;
        margin-right: 24px
    }

.crated-detail-left, .crated-detail-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.crated-detail-label {
    color: #999;
    text-align: right
}

.crated-detail-label, .crated-detail-value {
    line-height: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.crated-detail .next-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.crated-list-medium {
    font-size: 14px
}

.crated-list-small, .crated-list-small .next-btn-text.next-medium {
    font-size: 12px
}

.crated-list .next-card-body {
    padding: 0 !important
}

.crated-list .next-card-content {
    padding: 16px 24px
}

.crated-list-item {
    margin-top: 16px
}

.crated-list-header, .crated-list-item {
    border: 1px solid transparent;
    position: relative
}

.crated-list-header {
    font-weight: 700
}

.crated-list-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.crated-list-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

    .crated-list-cell .next-btn + .next-btn {
        margin-left: 16px
    }

.crated-list-activable .crated-list-item:hover {
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #1047f5;
    border: 1px solid var(--color-brand1-6,#1047f5)
}

.crated-page {
    background-color: #f3f3f3;
    padding: 24px 36px;
    height:100vh !important;
    min-height:100vh !important;
}

.crated-page-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 !important
}

.crated-page-title-pre {
    height: 36px;
    line-height: 20px
}

.crated-page-notitle {
    padding-top: 0
}

.crated-page-body {
    padding-top: 24px
}

.crated-page .next-tabs.next-tabs-pure:first-child {
    margin-top: -20px
}

.next-tabs-content {
    padding: 16px 0
}

.next-tabs.next-tabs-wrapped .next-tabs-content {
    background-color: #fff;
    border-radius: 0 8px 8px 8px;
    overflow: hidden
}

.next-tabs.next-tabs-capsule .next-tabs-content {
    background-color: transparent;
    background-color: initial;
    border-radius: 0;
    overflow: visible;
    overflow: initial
}

.next-medium.next-tabs.next-tabs-pure [role=tab] .next-tabs-tab-inner {
    padding: 12px 0
}

.next-medium.next-tabs.next-tabs-pure [role=tab] + [role=tab] {
    margin-left: 32px
}

.next-medium.next-tabs.next-tabs-wrapped [role=tab] .next-tabs-tab-inner {
    padding: 12px 16px
}

.next-medium.next-tabs.next-tabs-wrapped [role=tab] + [role=tab] {
    margin-left: 0
}

.next-medium.next-tabs.next-tabs-capsule [role=tab] .next-tabs-tab-inner {
    padding: 12px 16px
}

.next-medium.next-tabs.next-tabs-capsule [role=tab] + [role=tab] {
    margin-left: 0
}

.next-medium.next-tabs.next-tabs-capsule {
    padding-left: 24px
}

.next-small.next-tabs.next-tabs-pure [role=tab] .next-tabs-tab-inner {
    padding: 8px 0
}

.next-small.next-tabs.next-tabs-pure [role=tab] + [role=tab] {
    margin-left: 24px
}

.next-small.next-tabs.next-tabs-wrapped [role=tab] .next-tabs-tab-inner {
    padding: 8px 12px
}

.next-small.next-tabs.next-tabs-wrapped [role=tab] + [role=tab] {
    margin-left: 0
}

.next-small.next-tabs.next-tabs-capsule [role=tab] .next-tabs-tab-inner {
    padding: 8px 12px
}

.next-small.next-tabs.next-tabs-capsule [role=tab] + [role=tab] {
    margin-left: 0
}

.next-small.next-tabs.next-tabs-capsule {
    padding-left: 20px
}

.next-tabs-wrapped > .next-tabs-content > .next-tabs-tabpane > .next-card {
    -webkit-box-shadow: none;
    box-shadow: none
}

    .next-tabs-wrapped > .next-tabs-content > .next-tabs-tabpane > .next-card > .next-card-body {
        padding-top: 0;
        padding-bottom: 0
    }

.crated-page .next-card-body .next-tabs.next-tabs-pure {
    margin-top: -12px
}

.next-card-content-container .next-tabs:last-child .next-tabs-content, .next-card-content .next-tabs:last-child .next-tabs-content {
    padding-bottom: 0
}

.next-table-cell-wrapper .next-btn:not(:last-child) {
    margin-right: 16px
}

.next-table-small .next-table-body, .next-table-small .next-table-header {
    font-size: 12px
}

.crated-table-shadow-bottom.next-table-body, .crated-table-shadow-top.next-table-body {
    position: relative
}

.crated-table-shadow-bottom:after, .crated-table-shadow-top:before {
    content: " ";
    display: block;
    height: 23px;
    position: -webkit-sticky;
    position: sticky
}

.crated-table-shadow-bottom:after {
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.04)));
    background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0),rgba(0,0,0,.04));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.04))
}

.crated-table-shadow-top:before {
    top: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.04)));
    background-image: -webkit-linear-gradient(bottom,hsla(0,0%,100%,0),rgba(0,0,0,.04));
    background-image: linear-gradient(0deg,hsla(0,0%,100%,0),rgba(0,0,0,.04))
}

.next-table:not(.only-bottom-border) .next-table-header tr:last-child th:first-child {
    border-bottom-left-radius: 0
}

.next-table:not(.only-bottom-border) .next-table-header tr:last-child th:last-child {
    border-bottom-right-radius: 0
}

.next-table:not(.only-bottom-border) .next-table-body tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: var(--table-header-corner-top,4px)
}

.next-table:not(.only-bottom-border) .next-table-body tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: var(--table-header-corner-top,4px)
}

.crated-dialog-shadow-bottom:after, .crated-dialog-shadow-top:before {
    content: " ";
    display: block;
    height: 23px;
    position: -webkit-sticky;
    position: sticky;
    margin: 0 -24px
}

.crated-dialog-shadow-bottom:after {
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.04)));
    background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0),rgba(0,0,0,.04));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.04))
}

.crated-dialog-shadow-top:before {
    top: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.04)));
    background-image: -webkit-linear-gradient(bottom,hsla(0,0%,100%,0),rgba(0,0,0,.04));
    background-image: linear-gradient(0deg,hsla(0,0%,100%,0),rgba(0,0,0,.04))
}

.crated-dialog-subtitle, .crated-dialog-subtitle-primary {
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    margin-bottom: 12px;
    margin-top: 20px
}

.crated-dialog-subtitle-primary {
    background-color: #eef3ff
}

    .crated-dialog-subtitle-primary:before {
        content: " ";
        display: inline-block;
        vertical-align: bottom;
        width: 4px;
        height: 100%;
        background: #1047f5;
        margin-right: 24px
    }

.next--dialog-body:first-child {
    padding-top: 24px;
    padding-top: var(--dialog-title-padding-top,24px)
}

    .next--dialog-body:first-child .next--message:first-child .next--message-title {
        padding-bottom: 16px;
        padding-bottom: var(--dialog-title-padding-bottom,16px)
    }

    .next--dialog-body:first-child .next--message:first-child .next--message-content {
        margin-top: 0;
        padding-top: 0;
        padding-top: var(--dialog-content-padding-top,0)
    }

.next--dialog-body:not(.next--dialog-body-no-footer) {
    padding-bottom: 0
}

.next-dialog-quick .next-dialog-body {
    padding-right: 68px;
    padding-right: calc(var(--dialog-close-right, 24px)*2 + var(--dialog-close-width, 20px))
}

.next-dialog-header + .next-dialog-body {
    padding: 0 24px;
    padding: var(--dialog-content-padding-top,0) var(--dialog-content-padding-left-right,24px) var(--dialog-content-padding-bottom,0) var(--dialog-content-padding-left-right,24px)
}

@-webkit-keyframes cratedLoading {
    0% {
        background-position: 300% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes cratedLoading {
    0% {
        background-position: 300% 50%
    }

    to {
        background-position: 0 50%
    }
}

.crated-sketch img {
    display: block;
    background-image: -webkit-gradient(linear,left top,right top,from(#f3f3f3),color-stop(52%,#f3f3f3),color-stop(#fff),color-stop(58%,#f3f3f3),to(#f3f3f3));
    background-image: -webkit-linear-gradient(left,#f3f3f3,#f3f3f3 52%,#fff,#f3f3f3 58%,#f3f3f3);
    background-image: linear-gradient(90deg,#f3f3f3,#f3f3f3 52%,#fff,#f3f3f3 58%,#f3f3f3);
    -webkit-animation: cratedLoading 3s linear infinite;
    animation: cratedLoading 3s linear infinite;
    background-size: 300% 100%;
    width: 100%
}
