/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px !important;
    }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px !important;
    }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px !important;
    }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px !important;
    }
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #101010 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #101010 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #101010 !important;
}

.input-icon {
    position: relative;
}

.input-icon>i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.input-icon>input {
    padding-left: 25px;
    padding-right: 0;
}

.input-icon-right>i {
    right: 0;
}

.input-icon-right>input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

@font-face {
    font-family: "Nioicon";
    src: url("../../assets/fonts/Nioicon.eot");
    src: url("../../assets/fonts/Nioicon.eot#iefix") format("embedded-opentype"), url("../../assets/fonts/Nioicon.ttf") format("truetype"), url("../../assets/fonts/Nioicon.woff") format("woff"), url("../../assets/fonts/Nioicon.svg#Nioicon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Nioicon";
    src: url("../../assets/fonts/Nioicon.eot");
    src: url("../../assets/fonts/Nioicon.eot#iefix") format("embedded-opentype"), url("../../assets/fonts/Nioicon.ttf") format("truetype"), url("../../assets/fonts/Nioicon.woff") format("woff"), url("../../assets/fonts/Nioicon.svg#Nioicon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


.ni {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Nioicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ni-centos:before {
    content: "î³¦";
}

.ni-covid:before {
    content: "î³§";
}

.ni-fedora:before {
    content: "î³¨";
}

.ni-hot-fill:before {
    content: "î³©";
}

.ni-hot:before {
    content: "î³ª";
}

.ni-linux-server:before {
    content: "î³«";
}

.ni-linux:before {
    content: "î³¬";
}

.ni-note-add-fill:before {
    content: "î³­";
}

.ni-repeat-fill:before {
    content: "î³®";
}

.ni-tranx-fill:before {
    content: "î³¯";
}

.ni-ubuntu:before {
    content: "î³°";
}

.ni-virus:before {
    content: "î³±";
}

.ni-b-chrome:before {
    content: "î±£";
}

.ni-b-edge:before {
    content: "î±¤";
}

.ni-b-firefox:before {
    content: "î²”";
}

.ni-b-ie:before {
    content: "î²•";
}

.ni-b-opera:before {
    content: "î²–";
}

.ni-b-safari:before {
    content: "î²—";
}

.ni-b-si:before {
    content: "î²˜";
}

.ni-b-uc:before {
    content: "î²™";
}

.ni-brick-fill:before {
    content: "î²š";
}

.ni-brick:before {
    content: "î²›";
}

.ni-col-3s:before {
    content: "î²œ";
}

.ni-col-4s:before {
    content: "î²";
}

.ni-col-2s:before {
    content: "î²ž";
}

.ni-comments:before {
    content: "î²Ÿ";
}

.ni-dot-sq:before {
    content: "î² ";
}

.ni-dot:before {
    content: "î²¡";
}

.ni-footer:before {
    content: "î²¢";
}

.ni-header:before {
    content: "î²£";
}

.ni-heading:before {
    content: "î²¤";
}

.ni-layout-alt-fill:before {
    content: "î²¥";
}

.ni-layout-alt:before {
    content: "î²¦";
}

.ni-layout-fill1:before {
    content: "î²§";
}

.ni-layout1:before {
    content: "î²¨";
}

.ni-list-index-fill:before {
    content: "î²©";
}

.ni-list-index:before {
    content: "î²ª";
}

.ni-list-thumb-alt-fill:before {
    content: "î²«";
}

.ni-list-thumb-alt:before {
    content: "î²¬";
}

.ni-list-thumb-fill:before {
    content: "î²­";
}

.ni-list-thumb:before {
    content: "î²®";
}

.ni-masonry-fill:before {
    content: "î²¯";
}

.ni-masonry:before {
    content: "î²°";
}

.ni-menu-circled:before {
    content: "î²±";
}

.ni-menu-squared:before {
    content: "î²²";
}

.ni-notice:before {
    content: "î²³";
}

.ni-pen2:before {
    content: "î²´";
}

.ni-property-blank:before {
    content: "î²µ";
}

.ni-propert-blank:before {
    content: "î²µ";
}

.ni-property-add:before {
    content: "î²¶";
}

.ni-property-alt:before {
    content: "î²·";
}

.ni-property-remove:before {
    content: "î²¸";
}

.ni-property:before {
    content: "î²¹";
}

.ni-puzzle-fill:before {
    content: "î²º";
}

.ni-puzzle:before {
    content: "î²»";
}

.ni-quote-left:before {
    content: "î²¼";
}

.ni-quote-right:before {
    content: "î²½";
}

.ni-row-mix:before {
    content: "î²¾";
}

.ni-row-view1:before {
    content: "î²¿";
}

.ni-sidebar-r:before {
    content: "î³€";
}

.ni-text2:before {
    content: "î³";
}

.ni-tile-thumb-fill:before {
    content: "î³‚";
}

.ni-tile-thumb:before {
    content: "î³ƒ";
}

.ni-view-col-fill:before {
    content: "î³„";
}

.ni-view-col-sq:before {
    content: "î³…";
}

.ni-view-col:before {
    content: "î³†";
}

.ni-view-col2:before {
    content: "î³‡";
}

.ni-view-col3:before {
    content: "î³ˆ";
}

.ni-view-cols-fill:before {
    content: "î³‰";
}

.ni-view-cols-sq:before {
    content: "î³Š";
}

.ni-view-cols:before {
    content: "î³‹";
}

.ni-view-grid-fill:before {
    content: "î³Œ";
}

.ni-view-grid-sq:before {
    content: "î³";
}

.ni-view-grid-wd:before {
    content: "î³Ž";
}

.ni-view-grid:before {
    content: "î³";
}

.ni-view-grid2-wd:before {
    content: "î³";
}

.ni-view-grid3-wd:before {
    content: "î³‘";
}

.ni-view-group-fill:before {
    content: "î³’";
}

.ni-view-group-wd:before {
    content: "î³“";
}

.ni-view-list-fill:before {
    content: "î³”";
}

.ni-view-list-sq:before {
    content: "î³•";
}

.ni-view-list-wd:before {
    content: "î³–";
}

.ni-view-list:before {
    content: "î³—";
}

.ni-view-panel-fill:before {
    content: "î³˜";
}

.ni-view-panel-sq:before {
    content: "î³™";
}

.ni-view-panel:before {
    content: "î³š";
}

.ni-view-row-fill:before {
    content: "î³›";
}

.ni-view-row-sq:before {
    content: "î³œ";
}

.ni-view-row-wd:before {
    content: "î³";
}

.ni-view-row:before {
    content: "î³ž";
}

.ni-view-x1:before {
    content: "î³Ÿ";
}

.ni-view-x2:before {
    content: "î³ ";
}

.ni-view-x3:before {
    content: "î³¡";
}

.ni-view-x4:before {
    content: "î³¢";
}

.ni-view-x5:before {
    content: "î³£";
}

.ni-view-x6:before {
    content: "î³¤";
}

.ni-view-x7:before {
    content: "î³¥";
}

.ni-dashlite:before {
    content: "î®‘";
}

.ni-dashlite-circle:before {
    content: "î±–";
}

.ni-dashlite-alt:before {
    content: "î±—";
}

.ni-master-card:before {
    content: "î±˜";
}

.ni-paypal:before {
    content: "î±™";
}

.ni-visa-alt:before {
    content: "î±š";
}

.ni-coin-eur:before {
    content: "î±›";
}

.ni-coin-gbp:before {
    content: "î±œ";
}

.ni-sign-ada-alt:before {
    content: "î±";
}

.ni-sign-bch-alt:before {
    content: "î±ž";
}

.ni-sign-bgp-alt:before {
    content: "î±Ÿ";
}

.ni-sign-bnb-alt:before {
    content: "î± ";
}

.ni-sign-brl-alt:before {
    content: "î±¡";
}

.ni-sign-btc-alt:before {
    content: "î±¢";
}

.ni-sign-cc-alt:before {
    content: "î±¥";
}

.ni-sign-cc-alt2:before {
    content: "î±¦";
}

.ni-sign-chf-alt:before {
    content: "î±§";
}

.ni-sign-cny-alt:before {
    content: "î±¨";
}

.ni-sign-czk-alt:before {
    content: "î±©";
}

.ni-sign-dash-alt:before {
    content: "î±ª";
}

.ni-sign-dkk-alt:before {
    content: "î±«";
}

.ni-sign-eos-alt:before {
    content: "î±¬";
}

.ni-sign-eth-alt:before {
    content: "î±­";
}

.ni-sign-eur-alt2:before {
    content: "î±®";
}

.ni-sign-euro-alt:before {
    content: "î±¯";
}

.ni-sign-gbp-alt2:before {
    content: "î±°";
}

.ni-sign-hkd-alt:before {
    content: "î±±";
}

.ni-sign-idr-alt:before {
    content: "î±²";
}

.ni-sign-inr-alt:before {
    content: "î±³";
}

.ni-sign-jpy-alt:before {
    content: "î±´";
}

.ni-sign-kr-alt:before {
    content: "î±µ";
}

.ni-sign-ltc-alt:before {
    content: "î±¶";
}

.ni-sign-ltc:before {
    content: "î±·";
}

.ni-sign-mxn-alt:before {
    content: "î±¸";
}

.ni-sign-mxr-alt:before {
    content: "î±¹";
}

.ni-sign-myr-alt:before {
    content: "î±º";
}

.ni-sign-paypal-alt:before {
    content: "î±»";
}

.ni-sign-paypal-full:before {
    content: "î±¼";
}

.ni-sign-php-alt:before {
    content: "î±½";
}

.ni-sign-pln-alt:before {
    content: "î±¾";
}

.ni-sign-rub-alt:before {
    content: "î±¿";
}

.ni-sign-sek-alt:before {
    content: "î²€";
}

.ni-sign-sgd-alt:before {
    content: "î²";
}

.ni-sign-kobo-alt:before {
    content: "î²‚";
}

.ni-sign-steem-alt:before {
    content: "î²ƒ";
}

.ni-sign-steller-alt:before {
    content: "î²„";
}

.ni-sign-stripe-fulll:before {
    content: "î²…";
}

.ni-sign-thb-alt:before {
    content: "î²†";
}

.ni-sign-trx-alt:before {
    content: "î²‡";
}

.ni-sign-try-alt:before {
    content: "î²ˆ";
}

.ni-sign-usd-alt:before {
    content: "î²‰";
}

.ni-sign-usd-alt2:before {
    content: "î²Š";
}

.ni-sign-usdc-alt:before {
    content: "î²‹";
}

.ni-sign-usdt-alt:before {
    content: "î²Œ";
}

.ni-sign-visa-alt:before {
    content: "î²";
}

.ni-sign-vnd-alt:before {
    content: "î²Ž";
}

.ni-sign-waves-alt:before {
    content: "î²";
}

.ni-sign-xem-alt:before {
    content: "î²";
}

.ni-sign-xrp-new-alt:before {
    content: "î²‘";
}

.ni-sign-xrp-old-alt:before {
    content: "î²’";
}

.ni-sign-zcash-alt:before {
    content: "î²“";
}

.ni-chevron-left:before {
    content: "î§Œ";
}

.ni-chevron-right:before {
    content: "î§“";
}

.ni-chevron-up:before {
    content: "î§š";
}

.ni-chevron-down:before {
    content: "î§…";
}

.ni-chevron-left-round:before {
    content: "î§‹";
}

.ni-chevron-right-round:before {
    content: "î§’";
}

.ni-chevron-up-round:before {
    content: "î§™";
}

.ni-chevron-down-round:before {
    content: "î§„";
}

.ni-chevron-left-round-fill:before {
    content: "î§Š";
}

.ni-chevron-right-round-fill:before {
    content: "î§‘";
}

.ni-chevron-up-round-fill:before {
    content: "î§˜";
}

.ni-chevron-down-round-fill:before {
    content: "î§ƒ";
}

.ni-chevron-left-c:before {
    content: "î§†";
}

.ni-chevron-right-c:before {
    content: "î§";
}

.ni-chevron-up-c:before {
    content: "î§”";
}

.ni-chevron-down-c:before {
    content: "î¦¿";
}

.ni-chevron-left-fill-c:before {
    content: "î§‰";
}

.ni-chevron-right-fill-c:before {
    content: "î§";
}

.ni-chevron-up-fill-c:before {
    content: "î§—";
}

.ni-chevron-down-fill-c:before {
    content: "î§‚";
}

.ni-chevron-left-circle:before {
    content: "î§ˆ";
}

.ni-chevron-right-circle:before {
    content: "î§";
}

.ni-chevron-up-circle:before {
    content: "î§–";
}

.ni-chevron-down-circle:before {
    content: "î§";
}

.ni-chevron-left-circle-fill:before {
    content: "î§‡";
}

.ni-chevron-right-circle-fill:before {
    content: "î§Ž";
}

.ni-chevron-up-circle-fill:before {
    content: "î§•";
}

.ni-chevron-down-circle-fill:before {
    content: "î§€";
}

.ni-caret-left:before {
    content: "î¦›";
}

.ni-caret-right:before {
    content: "î¦";
}

.ni-caret-up:before {
    content: "î¦Ÿ";
}

.ni-caret-down:before {
    content: "î¦™";
}

.ni-caret-left-fill:before {
    content: "î¦š";
}

.ni-caret-right-fill:before {
    content: "î¦œ";
}

.ni-caret-up-fill:before {
    content: "î¦ž";
}

.ni-caret-down-fill:before {
    content: "î¦˜";
}

.ni-sort:before {
    content: "î®¿";
}

.ni-sort-up:before {
    content: "î®½";
}

.ni-sort-down:before {
    content: "î®¹";
}

.ni-sort-fill:before {
    content: "î®º";
}

.ni-sort-up-fill:before {
    content: "î®¼";
}

.ni-sort-down-fill:before {
    content: "î®¸";
}

.ni-sort-v:before {
    content: "î®¾";
}

.ni-swap-v:before {
    content: "î¯œ";
}

.ni-swap:before {
    content: "î¯";
}

.ni-arrow-left-round:before {
    content: "î¤·";
}

.ni-arrow-right-round:before {
    content: "î¥‚";
}

.ni-arrow-up-round:before {
    content: "î¥";
}

.ni-arrow-down-round:before {
    content: "î¤¬";
}

.ni-arrow-left-round-fill:before {
    content: "î¤¶";
}

.ni-arrow-right-round-fill:before {
    content: "î¥";
}

.ni-arrow-up-round-fill:before {
    content: "î¥Ž";
}

.ni-arrow-down-round-fill:before {
    content: "î¤«";
}

.ni-arrow-left-c:before {
    content: "î¤²";
}

.ni-arrow-right-c:before {
    content: "î¤½";
}

.ni-arrow-up-c:before {
    content: "î¥ˆ";
}

.ni-arrow-down-c:before {
    content: "î¤¥";
}

.ni-arrow-left-fill-c:before {
    content: "î¤µ";
}

.ni-arrow-right-fill-c:before {
    content: "î¥€";
}

.ni-arrow-up-fill-c:before {
    content: "î¥‹";
}

.ni-arrow-down-fill-c:before {
    content: "î¤¨";
}

.ni-arrow-left-circle:before {
    content: "î¤´";
}

.ni-arrow-right-circle:before {
    content: "î¤¿";
}

.ni-arrow-up-circle:before {
    content: "î¥Š";
}

.ni-arrow-down-circle:before {
    content: "î¤§";
}

.ni-arrow-left-circle-fill:before {
    content: "î¤³";
}

.ni-arrow-up-circle-fill:before {
    content: "î¥‰";
}

.ni-arrow-down-circle-fill:before {
    content: "î¤¦";
}

.ni-arrow-right-circle-fill:before {
    content: "î¤¾";
}

.ni-chevrons-left:before {
    content: "î§œ";
}

.ni-chevrons-right:before {
    content: "î§";
}

.ni-chevrons-up:before {
    content: "î§ž";
}

.ni-chevrons-down:before {
    content: "î§›";
}

.ni-first:before {
    content: "î©™";
}

.ni-last:before {
    content: "îª¸";
}

.ni-back-ios:before {
    content: "î¥˜";
}

.ni-forward-ios:before {
    content: "î©­";
}

.ni-upword-ios:before {
    content: "î° ";
}

.ni-downward-ios:before {
    content: "î¨£";
}

.ni-back-alt:before {
    content: "î¥•";
}

.ni-forward-alt:before {
    content: "î©©";
}

.ni-upword-alt:before {
    content: "î°Ÿ";
}

.ni-downward-alt:before {
    content: "î¨¢";
}

.ni-back-alt-fill:before {
    content: "î¥”";
}

.ni-forward-alt-fill:before {
    content: "î©¨";
}

.ni-upword-alt-fill:before {
    content: "î°ž";
}

.ni-downward-alt-fill:before {
    content: "î¨¡";
}

.ni-arrow-long-left:before {
    content: "î¤º";
}

.ni-arrow-long-right:before {
    content: "î¤»";
}

.ni-arrow-long-up:before {
    content: "î¤¼";
}

.ni-arrow-long-down:before {
    content: "î¤¹";
}

.ni-arrow-left:before {
    content: "î¤¸";
}

.ni-arrow-right:before {
    content: "î¥ƒ";
}

.ni-arrow-up:before {
    content: "î¥";
}

.ni-arrow-down:before {
    content: "î¤­";
}

.ni-arrow-up-left:before {
    content: "î¥Œ";
}

.ni-arrow-up-right:before {
    content: "î¥";
}

.ni-arrow-down-left:before {
    content: "î¤©";
}

.ni-arrow-down-right:before {
    content: "î¤ª";
}

.ni-arrow-to-left:before {
    content: "î¥…";
}

.ni-arrow-to-right:before {
    content: "î¥†";
}

.ni-arrow-to-up:before {
    content: "î¥‡";
}

.ni-arrow-to-down:before {
    content: "î¥„";
}

.ni-arrow-from-left:before {
    content: "î¤¯";
}

.ni-arrow-from-right:before {
    content: "î¤°";
}

.ni-arrow-from-up:before {
    content: "î¤±";
}

.ni-arrow-from-down:before {
    content: "î¤®";
}

.ni-curve-down-left:before {
    content: "î¨‹";
}

.ni-curve-up-right:before {
    content: "î¨’";
}

.ni-curve-up-left:before {
    content: "î¨‘";
}

.ni-curve-down-right:before {
    content: "î¨Œ";
}

.ni-curve-left-up:before {
    content: "î¨Ž";
}

.ni-dogecoin:before {
    content: "Ä";
}

.ni-skrill:before {
    content: "ð•Š";
}

.ni-curve-right-up:before {
    content: "î¨";
}

.ni-curve-left-down:before {
    content: "î¨";
}

.ni-curve-right-down:before {
    content: "î¨";
}

.ni-back-arrow:before {
    content: "î¥—";
}

.ni-forward-arrow:before {
    content: "î©«";
}

.ni-back-arrow-fill:before {
    content: "î¥–";
}

.ni-forward-arrow-fill:before {
    content: "î©ª";
}

.ni-navigate:before {
    content: "î¬";
}

.ni-navigate-up:before {
    content: "î¬Ž";
}

.ni-navigate-fill:before {
    content: "î¬Œ";
}

.ni-navigate-up-fill:before {
    content: "î¬";
}

.ni-send:before {
    content: "î­¯";
}

.ni-send-alt:before {
    content: "î­®";
}

.ni-unfold-less:before {
    content: "î°•";
}

.ni-unfold-more:before {
    content: "î°–";
}

.ni-exchange-v:before {
    content: "î¨²";
}

.ni-exchange:before {
    content: "î¨³";
}

.ni-expand:before {
    content: "î¨´";
}

.ni-shrink:before {
    content: "î®ƒ";
}

.ni-focus:before {
    content: "î©ž";
}

.ni-maximize:before {
    content: "î«Ÿ";
}

.ni-minimize:before {
    content: "î«²";
}

.ni-maximize-alt:before {
    content: "î«ž";
}

.ni-minimize-alt:before {
    content: "î«±";
}

.ni-shuffle:before {
    content: "î®„";
}

.ni-cross-sm:before {
    content: "î¨…";
}

.ni-cross:before {
    content: "î¨†";
}

.ni-cross-round:before {
    content: "î¨„";
}

.ni-cross-circle:before {
    content: "î¨";
}

.ni-cross-c:before {
    content: "î§¿";
}

.ni-cross-round-fill:before {
    content: "î¨ƒ";
}

.ni-cross-circle-fill:before {
    content: "î¨€";
}

.ni-cross-fill-c:before {
    content: "î¨‚";
}

.ni-na:before {
    content: "î¬‹";
}

.ni-check:before {
    content: "î¦¾";
}

.ni-check-thick:before {
    content: "î¦½";
}

.ni-done:before {
    content: "î¨œ";
}

.ni-check-round:before {
    content: "î¦¼";
}

.ni-check-circle:before {
    content: "î¦¸";
}

.ni-check-c:before {
    content: "î¦µ";
}

.ni-check-round-fill:before {
    content: "î¦»";
}

.ni-check-circle-fill:before {
    content: "î¦·";
}

.ni-check-fill-c:before {
    content: "î¦¹";
}

.ni-check-circle-cut:before {
    content: "î¦¶";
}

.ni-check-round-cut:before {
    content: "î¦º";
}

.ni-bullet:before {
    content: "î¦";
}

.ni-circle:before {
    content: "î§ ";
}

.ni-square:before {
    content: "î¯Š";
}

.ni-square-c:before {
    content: "î¯‡";
}

.ni-bullet-fill:before {
    content: "î¦€";
}

.ni-circle-fill:before {
    content: "î§Ÿ";
}

.ni-square-fill:before {
    content: "î¯‰";
}

.ni-square-fill-c:before {
    content: "î¯ˆ";
}

.ni-plus-sm:before {
    content: "î­ƒ";
}

.ni-minus-sm:before {
    content: "î«¹";
}

.ni-plus:before {
    content: "î­„";
}

.ni-minus:before {
    content: "î«º";
}

.ni-plus-round:before {
    content: "î­‚";
}

.ni-minus-round:before {
    content: "î«¸";
}

.ni-plus-circle:before {
    content: "î¬½";
}

.ni-minus-circle:before {
    content: "î«µ";
}

.ni-plus-c:before {
    content: "î¬»";
}

.ni-minus-c:before {
    content: "î«³";
}

.ni-plus-round-fill:before {
    content: "î­";
}

.ni-plus-circle-fill:before {
    content: "î¬¼";
}

.ni-minus-round-fill:before {
    content: "î«·";
}

.ni-minus-circle-fill:before {
    content: "î«´";
}

.ni-plus-fill-c:before {
    content: "î¬¾";
}

.ni-minus-fill-c:before {
    content: "î«¶";
}

.ni-plus-medi:before {
    content: "î­€";
}

.ni-plus-medi-fill:before {
    content: "î¬¿";
}

.ni-equal-sm:before {
    content: "î¨°";
}

.ni-equal:before {
    content: "î¨±";
}

.ni-calc:before {
    content: "î¦‚";
}

.ni-search:before {
    content: "î­¬";
}

.ni-zoom-out:before {
    content: "î±•";
}

.ni-zoom-in:before {
    content: "î±”";
}

.ni-play:before {
    content: "î¬º";
}

.ni-play-fill:before {
    content: "î¬¹";
}

.ni-play-circle:before {
    content: "î¬¸";
}

.ni-play-circle-fill:before {
    content: "î¬·";
}

.ni-pause:before {
    content: "î¬¦";
}

.ni-pause-fill:before {
    content: "î¬¥";
}

.ni-pause-circle:before {
    content: "î¬¤";
}

.ni-pause-circle-fill:before {
    content: "î¬£";
}

.ni-stop:before {
    content: "î¯–";
}

.ni-stop-fill:before {
    content: "î¯•";
}

.ni-stop-circle:before {
    content: "î¯”";
}

.ni-stop-circle-fill:before {
    content: "î¯“";
}

.ni-rewind:before {
    content: "î­¢";
}

.ni-forward:before {
    content: "î©®";
}

.ni-rewind-fill:before {
    content: "î­¡";
}

.ni-forward-fill:before {
    content: "î©¬";
}

.ni-step-back:before {
    content: "î¯‘";
}

.ni-step-forward:before {
    content: "î¯’";
}

.ni-vol-off:before {
    content: "î±€";
}

.ni-vol-no:before {
    content: "î°¿";
}

.ni-vol-half:before {
    content: "î°¾";
}

.ni-vol:before {
    content: "î±";
}

.ni-mic:before {
    content: "î«¯";
}

.ni-mic-off:before {
    content: "î«®";
}

.ni-video:before {
    content: "î°¹";
}

.ni-video-off:before {
    content: "î°¸";
}

.ni-video-fill:before {
    content: "î°·";
}

.ni-loader:before {
    content: "î«’";
}

.ni-power:before {
    content: "î­‡";
}

.ni-signout:before {
    content: "î®²";
}

.ni-signin:before {
    content: "î®±";
}

.ni-upload:before {
    content: "î°";
}

.ni-download:before {
    content: "î¨ ";
}

.ni-alert-circle:before {
    content: "î¤";
}

.ni-alert:before {
    content: "î¤";
}

.ni-caution:before {
    content: "î¦£";
}

.ni-report:before {
    content: "î­ž";
}

.ni-alert-c:before {
    content: "î¤‹";
}

.ni-alert-circle-fill:before {
    content: "î¤Œ";
}

.ni-alert-fill:before {
    content: "î¤";
}

.ni-caution-fill:before {
    content: "î¦¢";
}

.ni-report-fill:before {
    content: "î­œ";
}

.ni-alert-fill-c:before {
    content: "î¤Ž";
}

.ni-info-i:before {
    content: "îª¨";
}

.ni-info:before {
    content: "îª©";
}

.ni-info-fill:before {
    content: "îª§";
}

.ni-help:before {
    content: "îª˜";
}

.ni-help-fill:before {
    content: "îª—";
}

.ni-archived:before {
    content: "î¤¤";
}

.ni-archive:before {
    content: "î¤¢";
}

.ni-unarchive:before {
    content: "î°’";
}

.ni-archived-fill:before {
    content: "î¤£";
}

.ni-archive-fill:before {
    content: "î¤¡";
}

.ni-unarchive-fill:before {
    content: "î°‘";
}

.ni-bag:before {
    content: "î¥š";
}

.ni-bag-fill:before {
    content: "î¥™";
}

.ni-bell:before {
    content: "î¥¥";
}

.ni-bell-off:before {
    content: "î¥¤";
}

.ni-bell-fill:before {
    content: "î¥¢";
}

.ni-bell-off-fill:before {
    content: "î¥£";
}

.ni-wifi:before {
    content: "î±‹";
}

.ni-wifi-off:before {
    content: "î±Š";
}

.ni-live:before {
    content: "î«‘";
}

.ni-signal:before {
    content: "î®°";
}

.ni-bluetooth:before {
    content: "î¥­";
}

.ni-blank-alt:before {
    content: "î¥§";
}

.ni-blank:before {
    content: "î¥¨";
}

.ni-blank-fill:before {
    content: "î¥©";
}

.ni-blankf-fill:before {
    content: "î¥©";
}

.ni-block-over:before {
    content: "î¥ª";
}

.ni-book-read:before {
    content: "î¥°";
}

.ni-book:before {
    content: "î¥±";
}

.ni-book-fill:before {
    content: "î¥¯";
}

.ni-bulb-fill:before {
    content: "î¥¾";
}

.ni-bulb:before {
    content: "î¥¿";
}

.ni-calendar-alt-fill:before {
    content: "î¦ƒ";
}

.ni-calendar-alt:before {
    content: "î¦„";
}

.ni-calendar-booking-fill:before {
    content: "î¦…";
}

.ni-calendar-booking:before {
    content: "î¦†";
}

.ni-calendar-check-fill:before {
    content: "î¦‡";
}

.ni-calendar-check:before {
    content: "î¦ˆ";
}

.ni-calendar-fill:before {
    content: "î¦‰";
}

.ni-calendar:before {
    content: "î¦Š";
}

.ni-calender-date-fill:before {
    content: "î¦‹";
}

.ni-calender-date:before {
    content: "î¦Œ";
}

.ni-call:before {
    content: "î¦";
}

.ni-call-alt:before {
    content: "î¦Ž";
}

.ni-call-alt-fill:before {
    content: "î¦";
}

.ni-call-fill:before {
    content: "î¦";
}

.ni-camera-fill:before {
    content: "î¦‘";
}

.ni-camera:before {
    content: "î¦’";
}

.ni-capsule:before {
    content: "î¦”";
}

.ni-capsule-fill:before {
    content: "î¦“";
}

.ni-cards:before {
    content: "î¦—";
}

.ni-cards-fill:before {
    content: "î¦–";
}

.ni-cart:before {
    content: "î¦¡";
}

.ni-cart-fill:before {
    content: "î¦ ";
}

.ni-cc:before {
    content: "î¦®";
}

.ni-cc-alt:before {
    content: "î¦¥";
}

.ni-cc-alt2:before {
    content: "î¦§";
}

.ni-cc-secure:before {
    content: "î¦¬";
}

.ni-cc-new:before {
    content: "î¦©";
}

.ni-cc-off:before {
    content: "î¦ª";
}

.ni-cc-fill:before {
    content: "î¦¨";
}

.ni-cc-alt-fill:before {
    content: "î¦¤";
}

.ni-cc-alt2-fill:before {
    content: "î¦¦";
}

.ni-cc-secure-fill:before {
    content: "î¦«";
}

.ni-msg-circle:before {
    content: "î¬‡";
}

.ni-chat-circle:before {
    content: "î¦²";
}

.ni-msg:before {
    content: "î¬‰";
}

.ni-chat:before {
    content: "î¦´";
}

.ni-question-alt:before {
    content: "î­‹";
}

.ni-question:before {
    content: "î­Œ";
}

.ni-msg-circle-fill:before {
    content: "î¬†";
}

.ni-chat-circle-fill:before {
    content: "î¦±";
}

.ni-msg-fill:before {
    content: "î¬ˆ";
}

.ni-chat-fill:before {
    content: "î¦³";
}

.ni-clip-h:before {
    content: "î§¡";
}

.ni-clip-v:before {
    content: "î§¢";
}

.ni-clip:before {
    content: "î§£";
}

.ni-link-alt:before {
    content: "î«…";
}

.ni-unlink:before {
    content: "î°˜";
}

.ni-unlink-alt:before {
    content: "î°—";
}

.ni-link-h:before {
    content: "î«‡";
}

.ni-link-v:before {
    content: "î«ˆ";
}

.ni-link:before {
    content: "î«‰";
}

.ni-clipboard:before {
    content: "î§§";
}

.ni-clipboad-check:before {
    content: "î§¥";
}

.ni-clipboard-fill:before {
    content: "î§¦";
}

.ni-clipboad-check-fill:before {
    content: "î§¤";
}

.ni-clock:before {
    content: "î§©";
}

.ni-clock-fill:before {
    content: "î§¨";
}

.ni-cloud:before {
    content: "î§«";
}

.ni-upload-cloud:before {
    content: "î°œ";
}

.ni-download-cloud:before {
    content: "î¨Ÿ";
}

.ni-cloud-fill:before {
    content: "î§ª";
}

.ni-contact:before {
    content: "î§¹";
}

.ni-contact-fill:before {
    content: "î§¸";
}

.ni-coffee:before {
    content: "î§°";
}

.ni-coffee-fill:before {
    content: "î§¯";
}

.ni-box-view:before {
    content: "î¥¶";
}

.ni-col-view:before {
    content: "î§µ";
}

.ni-sidebar:before {
    content: "î®†";
}

.ni-layout:before {
    content: "îª¾";
}

.ni-table-view:before {
    content: "î¯Ÿ";
}

.ni-layout2:before {
    content: "îª¿";
}

.ni-row-view:before {
    content: "î­£";
}

.ni-dot-box:before {
    content: "î¨ž";
}

.ni-layout-fill:before {
    content: "îª½";
}

.ni-box-view-fill:before {
    content: "î¥µ";
}

.ni-sidebar-fill:before {
    content: "î®…";
}

.ni-table-view-fill:before {
    content: "î¯ž";
}

.ni-dot-box-fill:before {
    content: "î¨";
}

.ni-template:before {
    content: "î¯®";
}

.ni-browser:before {
    content: "î¥º";
}

.ni-toolbar:before {
    content: "î°‚";
}

.ni-browser-fill:before {
    content: "î¥¹";
}

.ni-toolbar-fill:before {
    content: "î°";
}

.ni-template-fill:before {
    content: "î¯­";
}

.ni-box:before {
    content: "î¥·";
}

.ni-package:before {
    content: "î¬ ";
}

.ni-layer:before {
    content: "îªº";
}

.ni-layers:before {
    content: "îª¼";
}

.ni-panel:before {
    content: "î¬¢";
}

.ni-server:before {
    content: "î­±";
}

.ni-layer-fill:before {
    content: "îª¹";
}

.ni-layers-fill:before {
    content: "îª»";
}

.ni-package-fill:before {
    content: "î¬Ÿ";
}

.ni-panel-fill:before {
    content: "î¬¡";
}

.ni-server-fill:before {
    content: "î­°";
}

.ni-color-palette:before {
    content: "î§·";
}

.ni-color-palette-fill:before {
    content: "î§¶";
}

.ni-copy:before {
    content: "î§»";
}

.ni-copy-fill:before {
    content: "î§º";
}

.ni-crop-alt:before {
    content: "î§½";
}

.ni-crop:before {
    content: "î§¾";
}

.ni-target:before {
    content: "î¯§";
}

.ni-crosshair:before {
    content: "î¨ˆ";
}

.ni-crosshair-fill:before {
    content: "î¨‡";
}

.ni-db-fill:before {
    content: "î¨•";
}

.ni-db:before {
    content: "î¨–";
}

.ni-hard-drive:before {
    content: "îª";
}

.ni-cpu:before {
    content: "î§¼";
}

.ni-disk:before {
    content: "î¨›";
}

.ni-pen:before {
    content: "î¬«";
}

.ni-edit-alt:before {
    content: "î¨©";
}

.ni-pen-fill:before {
    content: "î¬ª";
}

.ni-edit-alt-fill:before {
    content: "î¨¨";
}

.ni-pen-alt-fill:before {
    content: "î¬©";
}

.ni-edit-fill:before {
    content: "î¨ª";
}

.ni-edit:before {
    content: "î¨«";
}

.ni-external-alt:before {
    content: "î¨µ";
}

.ni-external:before {
    content: "î¨¶";
}

.ni-eye-alt:before {
    content: "î¨¸";
}

.ni-eye-alt-fill:before {
    content: "î¨·";
}

.ni-eye:before {
    content: "î¨¼";
}

.ni-eye-fill:before {
    content: "î¨¹";
}

.ni-eye-off:before {
    content: "î¨»";
}

.ni-eye-off-fill:before {
    content: "î¨º";
}

.ni-file:before {
    content: "î©“";
}

.ni-file-minus:before {
    content: "î©‰";
}

.ni-file-plus:before {
    content: "î©Œ";
}

.ni-file-remove:before {
    content: "î©Ž";
}

.ni-file-check:before {
    content: "î©";
}

.ni-file-code:before {
    content: "î©‚";
}

.ni-file-docs:before {
    content: "î©„";
}

.ni-file-img:before {
    content: "î©‡";
}

.ni-file-doc:before {
    content: "î©ƒ";
}

.ni-file-pdf:before {
    content: "î©Š";
}

.ni-file-xls:before {
    content: "î©‘";
}

.ni-file-zip:before {
    content: "î©’";
}

.ni-file-download:before {
    content: "î©…";
}

.ni-file-text:before {
    content: "î©";
}

.ni-files:before {
    content: "î©•";
}

.ni-file-fill:before {
    content: "î©†";
}

.ni-file-minus-fill:before {
    content: "î©ˆ";
}

.ni-file-plus-fill:before {
    content: "î©‹";
}

.ni-file-remove-fill:before {
    content: "î©";
}

.ni-file-check-fill:before {
    content: "î©€";
}

.ni-file-text-fill:before {
    content: "î©";
}

.ni-files-fill:before {
    content: "î©”";
}

.ni-folder:before {
    content: "î©¥";
}

.ni-folder-minus:before {
    content: "î©¢";
}

.ni-folder-plus:before {
    content: "î©£";
}

.ni-folder-remove:before {
    content: "î©¤";
}

.ni-folder-check:before {
    content: "î©Ÿ";
}

.ni-folder-list:before {
    content: "î©¡";
}

.ni-folders:before {
    content: "î©§";
}

.ni-folder-fill:before {
    content: "î© ";
}

.ni-folders-fill:before {
    content: "î©¦";
}

.ni-filter-alt:before {
    content: "î©–";
}

.ni-sort-line:before {
    content: "î®»";
}

.ni-filter-fill:before {
    content: "î©—";
}

.ni-filter:before {
    content: "î©˜";
}

.ni-flag:before {
    content: "î©›";
}

.ni-flag-fill:before {
    content: "î©š";
}

.ni-notify:before {
    content: "î¬–";
}

.ni-dashboard:before {
    content: "î¨”";
}

.ni-dashboard-fill:before {
    content: "î¨“";
}

.ni-grid-sq:before {
    content: "îª‰";
}

.ni-grid:before {
    content: "îªŠ";
}

.ni-grid-c:before {
    content: "îªƒ";
}

.ni-grid-alt:before {
    content: "î©¾";
}

.ni-grid-plus:before {
    content: "îªˆ";
}

.ni-grid-add-c:before {
    content: "î©»";
}

.ni-grid-fill:before {
    content: "îª…";
}

.ni-grid-fill-c:before {
    content: "îª„";
}

.ni-grid-alt-fill:before {
    content: "î©½";
}

.ni-grid-plus-fill:before {
    content: "îª‡";
}

.ni-grid-add-fill-c:before {
    content: "î©¼";
}

.ni-grid-box-alt-fill:before {
    content: "î©¿";
}

.ni-grid-box-alt:before {
    content: "îª€";
}

.ni-grid-box:before {
    content: "îª‚";
}

.ni-grid-box-fill:before {
    content: "îª";
}

.ni-grid-line:before {
    content: "îª†";
}

.ni-menu-alt-left:before {
    content: "î«¦";
}

.ni-menu-alt-r:before {
    content: "î«§";
}

.ni-menu-alt:before {
    content: "î«¨";
}

.ni-menu-center:before {
    content: "î«©";
}

.ni-menu-left:before {
    content: "î«ª";
}

.ni-menu-right:before {
    content: "î««";
}

.ni-menu:before {
    content: "î«¬";
}

.ni-trend-up:before {
    content: "î°Š";
}

.ni-trend-down:before {
    content: "î°‰";
}

.ni-line-chart-down:before {
    content: "î«‚";
}

.ni-line-chart-up:before {
    content: "î«ƒ";
}

.ni-line-chart:before {
    content: "î«„";
}

.ni-bar-chart:before {
    content: "î¥ž";
}

.ni-bar-chart-alt:before {
    content: "î¥œ";
}

.ni-chart-up:before {
    content: "î¦°";
}

.ni-chart-down:before {
    content: "î¦¯";
}

.ni-growth:before {
    content: "îªŒ";
}

.ni-growth-fill:before {
    content: "îª‹";
}

.ni-bar-chart-fill:before {
    content: "î¥";
}

.ni-bar-c:before {
    content: "î¥›";
}

.ni-bar-fill-c:before {
    content: "î¥Ÿ";
}

.ni-pie:before {
    content: "î¬°";
}

.ni-pie-alt:before {
    content: "î¬®";
}

.ni-pie-fill:before {
    content: "î¬¯";
}

.ni-activity:before {
    content: "î¤†";
}

.ni-activity-alt:before {
    content: "î¤ƒ";
}

.ni-activity-round:before {
    content: "î¤…";
}

.ni-activity-round-fill:before {
    content: "î¤„";
}

.ni-meter:before {
    content: "î«­";
}

.ni-speed:before {
    content: "î¯…";
}

.ni-happy:before {
    content: "îªŽ";
}

.ni-sad:before {
    content: "î­¦";
}

.ni-meh:before {
    content: "î«¥";
}

.ni-happy-fill:before {
    content: "îª";
}

.ni-happyf-fill:before {
    content: "îª";
}

.ni-sad-fill:before {
    content: "î­¥";
}

.ni-meh-fill:before {
    content: "î«¤";
}

.ni-home:before {
    content: "îªœ";
}

.ni-home-alt:before {
    content: "îªš";
}

.ni-home-fill:before {
    content: "îª›";
}

.ni-img:before {
    content: "îª ";
}

.ni-img-fill:before {
    content: "îªŸ";
}

.ni-inbox:before {
    content: "îª¦";
}

.ni-inbox-in:before {
    content: "îª£";
}

.ni-inbox-out:before {
    content: "îª¥";
}

.ni-inbox-fill:before {
    content: "îª¡";
}

.ni-inbox-in-fill:before {
    content: "îª¢";
}

.ni-inbox-out-fill:before {
    content: "îª¤";
}

.ni-link-group:before {
    content: "î«†";
}

.ni-lock:before {
    content: "î«—";
}

.ni-lock-alt:before {
    content: "î«•";
}

.ni-lock-fill:before {
    content: "î«–";
}

.ni-lock-alt-fill:before {
    content: "î«”";
}

.ni-unlock:before {
    content: "î°š";
}

.ni-unlock-fill:before {
    content: "î°™";
}

.ni-mail:before {
    content: "î«š";
}

.ni-emails:before {
    content: "î¨®";
}

.ni-mail-fill:before {
    content: "î«™";
}

.ni-emails-fill:before {
    content: "î¨­";
}

.ni-map-pin:before {
    content: "î«œ";
}

.ni-location:before {
    content: "î«“";
}

.ni-map:before {
    content: "î«";
}

.ni-map-pin-fill:before {
    content: "î«›";
}

.ni-list:before {
    content: "î«";
}

.ni-list-ol:before {
    content: "î«Ž";
}

.ni-align-center:before {
    content: "î¤‘";
}

.ni-align-justify:before {
    content: "î¤’";
}

.ni-align-left:before {
    content: "î¤“";
}

.ni-align-right:before {
    content: "î¤”";
}

.ni-list-check:before {
    content: "î«Œ";
}

.ni-list-round:before {
    content: "î«";
}

.ni-card-view:before {
    content: "î¦•";
}

.ni-list-fill:before {
    content: "î«";
}

.ni-save:before {
    content: "î­¨";
}

.ni-save-fill:before {
    content: "î­§";
}

.ni-move:before {
    content: "î¬„";
}

.ni-scissor:before {
    content: "î­«";
}

.ni-text:before {
    content: "î¯²";
}

.ni-text-a:before {
    content: "î¯°";
}

.ni-bold:before {
    content: "î¥®";
}

.ni-italic:before {
    content: "îª­";
}

.ni-underline:before {
    content: "î°“";
}

.ni-percent:before {
    content: "î¬¬";
}

.ni-at:before {
    content: "î¥’";
}

.ni-hash:before {
    content: "îª‘";
}

.ni-code:before {
    content: "î§®";
}

.ni-code-download:before {
    content: "î§­";
}

.ni-terminal:before {
    content: "î¯¯";
}

.ni-cmd:before {
    content: "î§¬";
}

.ni-sun:before {
    content: "î¯™";
}

.ni-sun-fill:before {
    content: "î¯˜";
}

.ni-moon-fill:before {
    content: "î«¾";
}

.ni-moon:before {
    content: "î«¿";
}

.ni-light:before {
    content: "î«";
}

.ni-light-fill:before {
    content: "î«€";
}

.ni-more-v:before {
    content: "î¬ƒ";
}

.ni-more-h:before {
    content: "î¬";
}

.ni-more-h-alt:before {
    content: "î¬€";
}

.ni-more-v-alt:before {
    content: "î¬‚";
}

.ni-music:before {
    content: "î¬Š";
}

.ni-movie:before {
    content: "î¬…";
}

.ni-offer:before {
    content: "î¬˜";
}

.ni-offer-fill:before {
    content: "î¬—";
}

.ni-opt-alt:before {
    content: "î¬š";
}

.ni-opt:before {
    content: "î¬ž";
}

.ni-opt-dot-alt:before {
    content: "î¬›";
}

.ni-opt-dot:before {
    content: "î¬";
}

.ni-opt-dot-fill:before {
    content: "î¬œ";
}

.ni-opt-alt-fill:before {
    content: "î¬™";
}

.ni-user-alt:before {
    content: "î°¤";
}

.ni-user-alt-fill:before {
    content: "î°£";
}

.ni-user:before {
    content: "î°³";
}

.ni-users:before {
    content: "î°µ";
}

.ni-user-add:before {
    content: "î°¢";
}

.ni-user-remove:before {
    content: "î°±";
}

.ni-user-check:before {
    content: "î°§";
}

.ni-user-cross:before {
    content: "î°«";
}

.ni-account-setting:before {
    content: "î¤‚";
}

.ni-account-setting-alt:before {
    content: "î¤€";
}

.ni-user-list:before {
    content: "î°¯";
}

.ni-user-fill:before {
    content: "î°­";
}

.ni-users-fill:before {
    content: "î°´";
}

.ni-user-add-fill:before {
    content: "î°¡";
}

.ni-user-remove-fill:before {
    content: "î°°";
}

.ni-user-check-fill:before {
    content: "î°¦";
}

.ni-user-cross-fill:before {
    content: "î°ª";
}

.ni-account-setting-fill:before {
    content: "î¤";
}

.ni-user-list-fill:before {
    content: "î°®";
}

.ni-user-circle:before {
    content: "î°¨";
}

.ni-user-circle-fill:before {
    content: "î°©";
}

.ni-user-c:before {
    content: "î°¥";
}

.ni-user-fill-c:before {
    content: "î°¬";
}

.ni-user-round:before {
    content: "î°²";
}

.ni-printer:before {
    content: "î¬±";
}

.ni-printer-fill:before {
    content: "î­ˆ";
}

.ni-laptop:before {
    content: "îª¶";
}

.ni-monitor:before {
    content: "î«½";
}

.ni-tablet:before {
    content: "î¯ ";
}

.ni-mobile:before {
    content: "î«»";
}

.ni-undo:before {
    content: "î°”";
}

.ni-redo:before {
    content: "î­‘";
}

.ni-reload-alt:before {
    content: "î­”";
}

.ni-reload:before {
    content: "î­•";
}

.ni-regen-alt:before {
    content: "î­’";
}

.ni-regen:before {
    content: "î­“";
}

.ni-invest:before {
    content: "îª¬";
}

.ni-history:before {
    content: "îª™";
}

.ni-histroy:before {
    content: "îª™";
}

.ni-update:before {
    content: "î°›";
}

.ni-repeat:before {
    content: "î­—";
}

.ni-repeat-v:before {
    content: "î­–";
}

.ni-tranx:before {
    content: "î°ƒ";
}

.ni-reply-all:before {
    content: "î­™";
}

.ni-reply:before {
    content: "î­›";
}

.ni-reply-fill:before {
    content: "î­š";
}

.ni-reply-all-fill:before {
    content: "î­˜";
}

.ni-notes:before {
    content: "î¬•";
}

.ni-note-add:before {
    content: "î¬“";
}

.ni-notes-alt:before {
    content: "î¬”";
}

.ni-article:before {
    content: "î¥‘";
}

.ni-text-rich:before {
    content: "î¯±";
}

.ni-todo:before {
    content: "î¯¾";
}

.ni-report-profit:before {
    content: "î­";
}

.ni-reports-alt:before {
    content: "î­Ÿ";
}

.ni-reports:before {
    content: "î­ ";
}

.ni-task:before {
    content: "î¯ª";
}

.ni-note-add-c:before {
    content: "î¬‘";
}

.ni-task-c:before {
    content: "î¯¨";
}

.ni-todo-fill:before {
    content: "î¯½";
}

.ni-note-add-fill-c:before {
    content: "î¬’";
}

.ni-task-fill-c:before {
    content: "î¯©";
}

.ni-scan-fill:before {
    content: "î­©";
}

.ni-scan:before {
    content: "î­ª";
}

.ni-qr:before {
    content: "î­Š";
}

.ni-money:before {
    content: "î«¼";
}

.ni-coins:before {
    content: "î§´";
}

.ni-coin:before {
    content: "î§³";
}

.ni-coin-alt:before {
    content: "î§²";
}

.ni-coin-alt-fill:before {
    content: "î§±";
}

.ni-setting-alt-fill:before {
    content: "î­²";
}

.ni-setting-alt:before {
    content: "î­³";
}

.ni-setting-fill:before {
    content: "î­´";
}

.ni-setting:before {
    content: "î­µ";
}

.ni-share-alt:before {
    content: "î­¶";
}

.ni-share-fill:before {
    content: "î­·";
}

.ni-share:before {
    content: "î­¸";
}

.ni-network:before {
    content: "î¬";
}

.ni-rss:before {
    content: "î­¤";
}

.ni-shield:before {
    content: "î®‚";
}

.ni-shield-star:before {
    content: "î®";
}

.ni-shield-check:before {
    content: "î­¼";
}

.ni-shield-alert:before {
    content: "î­º";
}

.ni-shield-off:before {
    content: "î­¿";
}

.ni-security:before {
    content: "î­­";
}

.ni-policy:before {
    content: "î­†";
}

.ni-shield-alert-fill:before {
    content: "î­¹";
}

.ni-shield-check-fill:before {
    content: "î­»";
}

.ni-shield-fill:before {
    content: "î­½";
}

.ni-shield-half:before {
    content: "î­¾";
}

.ni-shield-star-fill:before {
    content: "î®€";
}

.ni-policy-fill:before {
    content: "î­…";
}

.ni-spark:before {
    content: "î¯„";
}

.ni-spark-off:before {
    content: "î¯ƒ";
}

.ni-spark-fill:before {
    content: "î¯";
}

.ni-spark-off-fill:before {
    content: "î¯‚";
}

.ni-wallet:before {
    content: "î±‡";
}

.ni-wallet-alt:before {
    content: "î±‚";
}

.ni-wallet-in:before {
    content: "î±„";
}

.ni-wallet-out:before {
    content: "î±…";
}

.ni-wallet-saving:before {
    content: "î±†";
}

.ni-wallet-fill:before {
    content: "î±ƒ";
}

.ni-star:before {
    content: "î¯";
}

.ni-star-half:before {
    content: "î¯Ž";
}

.ni-star-half-fill:before {
    content: "î¯";
}

.ni-star-fill:before {
    content: "î¯Œ";
}

.ni-star-round:before {
    content: "î¯";
}

.ni-heart:before {
    content: "îª•";
}

.ni-heart-fill:before {
    content: "îª”";
}

.ni-swap-alt-fill:before {
    content: "î¯š";
}

.ni-swap-alt:before {
    content: "î¯›";
}

.ni-thumbs-down:before {
    content: "î¯³";
}

.ni-thumbs-up:before {
    content: "î¯´";
}

.ni-tag:before {
    content: "î¯¤";
}

.ni-tag-alt:before {
    content: "î¯¢";
}

.ni-tags:before {
    content: "î¯¦";
}

.ni-tag-fill:before {
    content: "î¯£";
}

.ni-tag-alt-fill:before {
    content: "î¯¡";
}

.ni-tags-fill:before {
    content: "î¯¥";
}

.ni-bookmark:before {
    content: "î¥³";
}

.ni-bookmark-fill:before {
    content: "î¥²";
}

.ni-label:before {
    content: "îªµ";
}

.ni-label-fill:before {
    content: "îª´";
}

.ni-priority:before {
    content: "î¬¶";
}

.ni-piority:before {
    content: "î¬¶";
}

.ni-priority-fill:before {
    content: "î¬µ";
}

.ni-piority-fill:before {
    content: "î¬µ";
}

.ni-label-alt:before {
    content: "îª³";
}

.ni-label-alt-fill:before {
    content: "îª²";
}

.ni-ticket-alt:before {
    content: "î¯¶";
}

.ni-ticket:before {
    content: "î¯¼";
}

.ni-ticket-minus:before {
    content: "î¯¹";
}

.ni-ticket-plus:before {
    content: "î¯»";
}

.ni-ticket-alt-fill:before {
    content: "î¯µ";
}

.ni-ticket-fill:before {
    content: "î¯·";
}

.ni-ticket-minus-fill:before {
    content: "î¯¸";
}

.ni-ticket-plus-fill:before {
    content: "î¯º";
}

.ni-toggle-off:before {
    content: "î¯¿";
}

.ni-toggle-on:before {
    content: "î°€";
}

.ni-trash-alt:before {
    content: "î°„";
}

.ni-trash-empty:before {
    content: "î°†";
}

.ni-trash:before {
    content: "î°ˆ";
}

.ni-trash-fill:before {
    content: "î°‡";
}

.ni-trash-empty-fill:before {
    content: "î°…";
}

.ni-delete-fill:before {
    content: "î¨—";
}

.ni-delete:before {
    content: "î¨˜";
}

.ni-alarm-alt:before {
    content: "î¤‰";
}

.ni-alarm:before {
    content: "î¤Š";
}

.ni-bugs:before {
    content: "î¥»";
}

.ni-building:before {
    content: "î¥½";
}

.ni-building-fill:before {
    content: "î¥¼";
}

.ni-headphone:before {
    content: "îª“";
}

.ni-headphone-fill:before {
    content: "îª’";
}

.ni-aperture:before {
    content: "î¤›";
}

.ni-help-alt:before {
    content: "îª–";
}

.ni-award:before {
    content: "î¥“";
}

.ni-briefcase:before {
    content: "î¥¸";
}

.ni-gift:before {
    content: "î©¯";
}

.ni-globe:before {
    content: "î©´";
}

.ni-umbrela:before {
    content: "î°";
}

.ni-truck:before {
    content: "î°‹";
}

.ni-sign-usd:before {
    content: "î®§";
}

.ni-sign-dollar:before {
    content: "î®§";
}

.ni-sign-mxn:before {
    content: "î®™";
}

.ni-sign-sgd:before {
    content: "î® ";
}

.ni-sign-euro:before {
    content: "î®”";
}

.ni-sign-eur:before {
    content: "î®”";
}

.ni-sign-gbp:before {
    content: "î®‰";
}

.ni-sign-pound:before {
    content: "î®‰";
}

.ni-sign-thb:before {
    content: "î®¤";
}

.ni-sign-inr:before {
    content: "î®—";
}

.ni-sign-jpy:before {
    content: "î®˜";
}

.ni-sign-yen:before {
    content: "î®˜";
}

.ni-sign-cny:before {
    content: "î®Ž";
}

.ni-sign-kobo:before {
    content: "î®¡";
}

.ni-sign-chf:before {
    content: "î®";
}

.ni-sign-vnd:before {
    content: "î®ª";
}

.ni-sign-php:before {
    content: "î®œ";
}

.ni-sign-brl:before {
    content: "î®‹";
}

.ni-sign-idr:before {
    content: "î®–";
}

.ni-sign-czk:before {
    content: "î®";
}

.ni-sign-hkd:before {
    content: "î®•";
}

.ni-sign-kr:before {
    content: "î®Ÿ";
}

.ni-sign-dkk:before {
    content: "î®Ÿ";
}

.ni-sign-nok:before {
    content: "î®Ÿ";
}

.ni-sign-sek:before {
    content: "î®Ÿ";
}

.ni-sign-rub:before {
    content: "î®ž";
}

.ni-sign-myr:before {
    content: "î®›";
}

.ni-sign-pln:before {
    content: "î®";
}

.ni-sign-try:before {
    content: "î®¦";
}

.ni-sign-waves:before {
    content: "î®«";
}

.ni-waves:before {
    content: "î®«";
}

.ni-sign-trx:before {
    content: "î®¥";
}

.ni-tron:before {
    content: "î®¥";
}

.ni-sign-xem:before {
    content: "î®¬";
}

.ni-nem:before {
    content: "î®¬";
}

.ni-sign-mxr:before {
    content: "î®š";
}

.ni-monero:before {
    content: "î®š";
}

.ni-sign-usdc:before {
    content: "î®¨";
}

.ni-sign-steller:before {
    content: "î®£";
}

.ni-sign-steem:before {
    content: "î®¢";
}

.ni-sign-usdt:before {
    content: "î®©";
}

.ni-tether:before {
    content: "î®©";
}

.ni-sign-btc:before {
    content: "î®Œ";
}

.ni-bitcoin:before {
    content: "î®Œ";
}

.ni-sign-bch:before {
    content: "î®ˆ";
}

.ni-bitcoin-cash:before {
    content: "î®ˆ";
}

.ni-sign-bnb:before {
    content: "î®Š";
}

.ni-binance:before {
    content: "î®Š";
}

.ni-sign-ada:before {
    content: "î®‡";
}

.ni-sign-zcash:before {
    content: "î®¯";
}

.ni-sign-eth:before {
    content: "î®“";
}

.ni-ethereum:before {
    content: "î®“";
}

.ni-sign-dash:before {
    content: "î®";
}

.ni-dash:before {
    content: "î®";
}

.ni-sign-xrp-old:before {
    content: "î®®";
}

.ni-ripple-old:before {
    content: "î®®";
}

.ni-sign-eos:before {
    content: "î®’";
}

.ni-eos:before {
    content: "î®’";
}

.ni-sign-xrp:before {
    content: "î®­";
}

.ni-ripple:before {
    content: "î®­";
}

.ni-american-express:before {
    content: "î¤˜";
}

.ni-jcb:before {
    content: "îª®";
}

.ni-cc-jcb:before {
    content: "îª®";
}

.ni-mc:before {
    content: "î« ";
}

.ni-cc-mc:before {
    content: "î« ";
}

.ni-discover:before {
    content: "î¨š";
}

.ni-cc-discover:before {
    content: "î¨š";
}

.ni-visa:before {
    content: "î°½";
}

.ni-cc-visa:before {
    content: "î°½";
}

.ni-cc-paypal:before {
    content: "î¬§";
}

.ni-cc-stripe:before {
    content: "î¦­";
}

.ni-amazon-pay:before {
    content: "î¤–";
}

.ni-amazon-pay-fill:before {
    content: "î¤•";
}

.ni-google-pay:before {
    content: "î©·";
}

.ni-google-pay-fill:before {
    content: "î©¶";
}

.ni-apple-pay:before {
    content: "î¤";
}

.ni-apple-pay-fill:before {
    content: "î¤œ";
}

.ni-angular:before {
    content: "î¤š";
}

.ni-react:before {
    content: "î­";
}

.ni-laravel:before {
    content: "îª·";
}

.ni-html5:before {
    content: "îªž";
}

.ni-css3-fill:before {
    content: "î¨‰";
}

.ni-css3:before {
    content: "î¨Š";
}

.ni-js:before {
    content: "îª°";
}

.ni-php:before {
    content: "î¬­";
}

.ni-python:before {
    content: "î­‰";
}

.ni-bootstrap:before {
    content: "î¥´";
}

.ni-ebay:before {
    content: "î¨§";
}

.ni-google-wallet:before {
    content: "î©¹";
}

.ni-google-drive:before {
    content: "î©µ";
}

.ni-google-play-store:before {
    content: "î©¸";
}

.ni-android:before {
    content: "î¤™";
}

.ni-blogger-fill:before {
    content: "î¥«";
}

.ni-blogger:before {
    content: "î¥¬";
}

.ni-hangout:before {
    content: "îª";
}

.ni-apple-store:before {
    content: "î¤Ÿ";
}

.ni-apple-store-ios:before {
    content: "î¤ž";
}

.ni-stripe:before {
    content: "î¯—";
}

.ni-apple:before {
    content: "î¤ ";
}

.ni-microsoft:before {
    content: "î«°";
}

.ni-windows:before {
    content: "î±Œ";
}

.ni-amazon:before {
    content: "î¤—";
}

.ni-paypal-alt:before {
    content: "î¬¨";
}

.ni-airbnb:before {
    content: "î¤ˆ";
}

.ni-adobe:before {
    content: "î¤‡";
}

.ni-mailchimp:before {
    content: "î«˜";
}

.ni-dropbox:before {
    content: "î¨¦";
}

.ni-digital-ocean:before {
    content: "î¨™";
}

.ni-slack:before {
    content: "î®µ";
}

.ni-slack-hash:before {
    content: "î®´";
}

.ni-stack-overflow:before {
    content: "î¯‹";
}

.ni-soundcloud:before {
    content: "î¯€";
}

.ni-blackberry:before {
    content: "î¥¦";
}

.ni-spotify:before {
    content: "î¯†";
}

.ni-kickstarter:before {
    content: "îª±";
}

.ni-houzz:before {
    content: "îª";
}

.ni-vine:before {
    content: "î°¼";
}

.ni-yelp:before {
    content: "î±";
}

.ni-yoast:before {
    content: "î±";
}

.ni-envato:before {
    content: "î¨¯";
}

.ni-wordpress:before {
    content: "î±Ž";
}

.ni-wp:before {
    content: "î±Ž";
}

.ni-wordpress-fill:before {
    content: "î±";
}

.ni-elementor:before {
    content: "î¨¬";
}

.ni-joomla:before {
    content: "îª¯";
}

.ni-megento:before {
    content: "î«£";
}

.ni-git:before {
    content: "î©°";
}

.ni-github:before {
    content: "î©³";
}

.ni-github-round:before {
    content: "î©²";
}

.ni-github-circle:before {
    content: "î©±";
}

.ni-dribbble:before {
    content: "î¨¥";
}

.ni-dribbble-round:before {
    content: "î¨¤";
}

.ni-behance:before {
    content: "î¥¡";
}

.ni-behance-fill:before {
    content: "î¥ ";
}

.ni-flickr:before {
    content: "î©";
}

.ni-flickr-round:before {
    content: "î©œ";
}

.ni-medium:before {
    content: "î«¢";
}

.ni-medium-round:before {
    content: "î«¡";
}

.ni-reddit:before {
    content: "î­";
}

.ni-reddit-round:before {
    content: "î­";
}

.ni-reddit-circle:before {
    content: "î­Ž";
}

.ni-google:before {
    content: "î©º";
}

.ni-facebook-f:before {
    content: "î¨¾";
}

.ni-facebook-fill:before {
    content: "î¨¿";
}

.ni-facebook-circle:before {
    content: "î¨½";
}

.ni-instagram:before {
    content: "îª«";
}

.ni-instagram-round:before {
    content: "îªª";
}

.ni-linkedin:before {
    content: "î«‹";
}

.ni-linkedin-round:before {
    content: "î«Š";
}

.ni-twitter:before {
    content: "î°";
}

.ni-twitter-round:before {
    content: "î°Ž";
}

.ni-pinterest:before {
    content: "î¬´";
}

.ni-pinterest-round:before {
    content: "î¬³";
}

.ni-pinterest-circle:before {
    content: "î¬²";
}

.ni-tumblr:before {
    content: "î°";
}

.ni-tumblr-round:before {
    content: "î°Œ";
}

.ni-skype:before {
    content: "î®³";
}

.ni-viber:before {
    content: "î°¶";
}

.ni-whatsapp:before {
    content: "î±‰";
}

.ni-whatsapp-round:before {
    content: "î±ˆ";
}

.ni-snapchat:before {
    content: "î®·";
}

.ni-snapchat-fill:before {
    content: "î®¶";
}

.ni-telegram:before {
    content: "î¯¬";
}

.ni-telegram-circle:before {
    content: "î¯«";
}

.ni-youtube-line:before {
    content: "î±’";
}

.ni-youtube:before {
    content: "î±’";
}

.ni-youtube-fill:before {
    content: "î±“";
}

.ni-youtube-round:before {
    content: "î±‘";
}

.ni-vimeo:before {
    content: "î°»";
}

.ni-vimeo-fill:before {
    content: "î°º";
}

.search-box,
.filters .filter:not(.filter.active),
.notification,
.item .left img {
    border: 1px solid rgba(209, 213, 219, 1);
}

.filters .filter.active {
    color: rgb(37, 99, 235);
    background-color: rgb(219, 234, 254);
    border: none;
}

.item .crypto-increase i {
    font-size: 0.3rem;
}

.item .crypto-increase i.positive-inc {
    color: #28af7e;
}

.negative-inc {
    color: #ef4444;
    transform: rotate(180deg);
}

.hide {
    display: none;
}

label span {
    margin: 0 30px;
}

.buy-price,
buy-amount {
    color: green;
}

.sell-price,
sell-amount {
    color: red;
}

td,
th {
    padding: 5px;
}



.h3 {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    line-height: 1.42 !important
}

.clipboard {
    position: relative;
}

/* You just need to get this field */
.copy-input {
    width: 97%;
    cursor: pointer;
    background-color: #eaeaeb;
    border: none;
    color: #6c6c6c;
    font-size: 12px;
    border-radius: 5px;
    padding: 15px 45px 15px 15px;
    font-family: IBMPlexSans;
}

.copy-input:focus {
    outline: none;
}

.copy-btn {
    width: 40px;
    background-color: #eaeaeb;
    font-size: 18px;
    padding: 6px 9px;
    border-radius: 5px;
    border: none;
    color: #6c6c6c;
    margin-left: -50px;
    transition: all .4s;
}

.copy-btn:hover {
    transform: scale(1.3);
    color: #1a1a1a;
    cursor: pointer;
}

.copy-btn:focus {
    outline: none;
}

.copied {
    font-family: IBMPlexSans;
    width: 90px;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    margin: auto;
    color: #fff;
    padding: 5px 15px;
    background-color: #222;
    border-radius: 5px;
    transition: 1s opacity;
}

/* You just need to get this field */