@charset "UTF-8";
/*!
 * Mage Icon Font Library - Version 1.0.0
 * Author: Shahadat Hossain - https://mage-people.com
 * Description: A free icon font library of mage people.
 *
 * This library is licensed under the GNU General Public License v3.0.
 * See the full license at https://www.gnu.org/licenses/gpl-3.0.txt
 *
 * © 2025 Mage People
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: mageicon;
  src: url("../fonts/mage-icon.woff2?v=1.0.0") format("woff2"), url("../fonts/mage-icon.woff?v=1.0.0") format("woff"), url("../fonts/mage-icon.ttf?v=1.0.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: mageicon-regular;
  src: url("../fonts/mage-icon-regular.woff2?v=1.0.0") format("woff2"), url("../fonts/mage-icon-regular.woff?v=1.0.0") format("woff"), url("../fonts/mage-icon-regular.ttf?v=1.0.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: mageicon-light;
  src: url("../fonts/mage-icon-light.woff2?v=1.0.0") format("woff2"), url("../fonts/mage-icon-light.woff?v=1.0.0") format("woff"), url("../fonts/mage-icon-light.ttf?v=1.0.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: mageicon-thin;
  src: url("../fonts/mage-icon-thin.woff2?v=1.0.0") format("woff2"), url("../fonts/mage-icon-thin.woff?v=1.0.0") format("woff"), url("../fonts/mage-icon-thin.ttf?v=1.0.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mi {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: mageicon;
}

.mir {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: mageicon-regular;
}

.mil {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: mageicon-light;
}

.mit {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: mageicon-thin;
}

/* makes the font 33% larger relative to the icon container */
.mi-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.mi-2x {
  font-size: 2em;
}

.mi-3x {
  font-size: 3em;
}

.mi-4x {
  font-size: 4em;
}

.mi-5x {
  font-size: 5em;
}

.mi-fw {
  width: 1.2857142857em;
  text-align: center;
}

.mi-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.mi-ul > li {
  position: relative;
}

.mi-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.mi-li.mi-lg {
  left: -1.8571428571em;
}

.mi-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.mi-pull-left {
  float: left;
}

.mi-pull-right {
  float: right;
}

.mi.mi-pull-left {
  margin-right: 0.3em;
}
.mi.mi-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.mi.pull-left {
  margin-right: 0.3em;
}
.mi.pull-right {
  margin-left: 0.3em;
}

.mi-spin {
  -webkit-animation: mi-spin 2s infinite linear;
  animation: mi-spin 2s infinite linear;
}

.mi-pulse {
  -webkit-animation: mi-spin 1s infinite steps(8);
  animation: mi-spin 1s infinite steps(8);
}

@-webkit-keyframes mi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.mi-rotate-45 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mi-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mi-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mi-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.mi-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.mi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .mi-rotate-45,
:root .mi-rotate-90,
:root .mi-rotate-180,
:root .mi-rotate-270,
:root .mi-flip-horizontal,
:root .mi-flip-vertical {
  filter: none;
}

.mi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.mi-stack-1x, .mi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.mi-stack-1x {
  line-height: inherit;
}

.mi-stack-2x {
  font-size: 2em;
}

.mi-inverse {
  color: #fff;
}

.mi-a11y-accessibility-disability::before {
  content: "\f000";
}

.mi-ab-testing-monitors::before {
  content: "\f001";
}

.mi-accounting-bill-stack-1::before {
  content: "\f002";
}

.mi-accounting-calculator-1::before {
  content: "\f003";
}

.mi-accounting-coins::before {
  content: "\f004";
}

.mi-acupuncture-back::before {
  content: "\f005";
}

.mi-add-circle::before {
  content: "\f006";
}

.mi-adventure-car-truck-1::before {
  content: "\f007";
}

.mi-aerial-yogabasic-inversion-pose::before {
  content: "\f008";
}

.mi-air-conditioner-rear-1::before {
  content: "\f009";
}

.mi-aircraft-chopper-2::before {
  content: "\f00a";
}

.mi-aircraft-hot-air-balloon-2::before {
  content: "\f00b";
}

.mi-airplane-mode::before {
  content: "\f00c";
}

.mi-alarm-bell-ring::before {
  content: "\f00d";
}

.mi-alert-bell-notification::before {
  content: "\f00e";
}

.mi-alert-octagon::before {
  content: "\f00f";
}

.mi-align-center::before {
  content: "\f010";
}

.mi-align-middle::before {
  content: "\f011";
}

.mi-align-stroke-to-center::before {
  content: "\f012";
}

.mi-allowances-no-photos::before {
  content: "\f013";
}

.mi-allowances-no-talking::before {
  content: "\f014";
}

.mi-allowances-smoking::before {
  content: "\f015";
}

.mi-american-football-helmet::before {
  content: "\f016";
}

.mi-analytics-bars-3-d::before {
  content: "\f017";
}

.mi-analytics-board-graph-line::before {
  content: "\f018";
}

.mi-analytics-graph-lines-2::before {
  content: "\f019";
}

.mi-analytics-mountain::before {
  content: "\f01a";
}

.mi-analytics-net::before {
  content: "\f01b";
}

.mi-analytics-pie-3::before {
  content: "\f01c";
}

.mi-android-1::before {
  content: "\f01d";
}

.mi-animal-products-egg::before {
  content: "\f01e";
}

.mi-antenna::before {
  content: "\f01f";
}

.mi-apk-1::before {
  content: "\f020";
}

.mi-app-window-bookmark::before {
  content: "\f021";
}

.mi-app-window-clock::before {
  content: "\f022";
}

.mi-app-window-multiple::before {
  content: "\f023";
}

.mi-app-window-pie-chart::before {
  content: "\f024";
}

.mi-app-window-text-1::before {
  content: "\f025";
}

.mi-archive-books::before {
  content: "\f026";
}

.mi-archive-locker::before {
  content: "\f027";
}

.mi-arrow-button-circle-left::before {
  content: "\f028";
}

.mi-arrow-button-right-1::before {
  content: "\f029";
}

.mi-arrow-button-up::before {
  content: "\f02a";
}

.mi-arrow-dot-corner-left-1::before {
  content: "\f02b";
}

.mi-arrow-double-down-1::before {
  content: "\f02c";
}

.mi-arrow-double-up::before {
  content: "\f02d";
}

.mi-arrow-down-2::before {
  content: "\f02e";
}

.mi-arrow-rectangle-down-2::before {
  content: "\f02f";
}

.mi-arrow-right::before {
  content: "\f030";
}

.mi-arrow-thick-circle-left-2::before {
  content: "\f031";
}

.mi-arrow-thick-left-3::before {
  content: "\f032";
}

.mi-arrow-thick-right-bottom-corner-3::before {
  content: "\f033";
}

.mi-arrow-thick-up-4::before {
  content: "\f034";
}

.mi-astronomy-planet-saturn-1::before {
  content: "\f035";
}

.mi-athletics-javelin-throwing::before {
  content: "\f036";
}

.mi-athletics-running-1::before {
  content: "\f037";
}

.mi-attachment::before {
  content: "\f038";
}

.mi-audio-file-mp-3::before {
  content: "\f039";
}

.mi-audio-file-sync::before {
  content: "\f03a";
}

.mi-audio-file::before {
  content: "\f03b";
}

.mi-autopilot-car-1::before {
  content: "\f03c";
}

.mi-award-badge-star::before {
  content: "\f03d";
}

.mi-award-medal-4::before {
  content: "\f03e";
}

.mi-award-ribbon-star-1::before {
  content: "\f03f";
}

.mi-award-trophy-1::before {
  content: "\f040";
}

.mi-bandage-leg::before {
  content: "\f041";
}

.mi-barbecue-grill::before {
  content: "\f042";
}

.mi-barcode::before {
  content: "\f043";
}

.mi-baseball-bat-ball::before {
  content: "\f044";
}

.mi-beer-glass::before {
  content: "\f045";
}

.mi-beer-opener::before {
  content: "\f046";
}

.mi-begging-hand-coin-2::before {
  content: "\f047";
}

.mi-bicycle::before {
  content: "\f048";
}

.mi-bill-cross::before {
  content: "\f049";
}

.mi-bin::before {
  content: "\f04a";
}

.mi-binocular::before {
  content: "\f04b";
}

.mi-blizzards-1-natural-disasters-blizzards-snow::before {
  content: "\f04c";
}

.mi-blood-bag-cross::before {
  content: "\f04d";
}

.mi-blood-drop::before {
  content: "\f04e";
}

.mi-blood-types-1::before {
  content: "\f04f";
}

.mi-blueprint-helmet-1::before {
  content: "\f050";
}

.mi-bluetooth-transfer::before {
  content: "\f051";
}

.mi-body-care-cream::before {
  content: "\f052";
}

.mi-book-book-pages::before {
  content: "\f053";
}

.mi-book-close-bookmark-1::before {
  content: "\f054";
}

.mi-book-cog-2::before {
  content: "\f055";
}

.mi-book-open-bookmark::before {
  content: "\f056";
}

.mi-book-search::before {
  content: "\f057";
}

.mi-book-star::before {
  content: "\f058";
}

.mi-bookmark-cancel-delete::before {
  content: "\f059";
}

.mi-bookmarks-document::before {
  content: "\f05a";
}

.mi-bowling-set::before {
  content: "\f05b";
}

.mi-boxing-bag-hanging::before {
  content: "\f05c";
}

.mi-branch-line-5::before {
  content: "\f05d";
}

.mi-bread-loaf::before {
  content: "\f05e";
}

.mi-brightness::before {
  content: "\f05f";
}

.mi-browser-com::before {
  content: "\f060";
}

.mi-browser-page-layout::before {
  content: "\f061";
}

.mi-bus-1::before {
  content: "\f062";
}

.mi-business-big-small-fish::before {
  content: "\f063";
}

.mi-business-card-1::before {
  content: "\f064";
}

.mi-business-card-hand-2::before {
  content: "\f065";
}

.mi-business-contract-give::before {
  content: "\f066";
}

.mi-business-deal-cash-2::before {
  content: "\f067";
}

.mi-business-lucky-cat::before {
  content: "\f068";
}

.mi-business-pearl::before {
  content: "\f069";
}

.mi-business-rabbit-hat::before {
  content: "\f06a";
}

.mi-button-fast-forward-1::before {
  content: "\f06b";
}

.mi-button-loop::before {
  content: "\f06c";
}

.mi-button-play::before {
  content: "\f06d";
}

.mi-button-stop::before {
  content: "\f06e";
}

.mi-button-zigzag-1::before {
  content: "\f06f";
}

.mi-calendar-3::before {
  content: "\f070";
}

.mi-calendar-edit-1::before {
  content: "\f071";
}

.mi-call-forwarding-outgoing-1::before {
  content: "\f072";
}

.mi-camera-display::before {
  content: "\f073";
}

.mi-camera-small::before {
  content: "\f074";
}

.mi-camera-tripod::before {
  content: "\f075";
}

.mi-car-3::before {
  content: "\f076";
}

.mi-car-actions-check-1::before {
  content: "\f077";
}

.mi-car-dashboard-lights::before {
  content: "\f078";
}

.mi-car-dashboard-warning::before {
  content: "\f079";
}

.mi-car-engine-11::before {
  content: "\f07a";
}

.mi-car-repair-engine::before {
  content: "\f07b";
}

.mi-car-tool-jumper-cables::before {
  content: "\f07c";
}

.mi-cash-briefcase::before {
  content: "\f07d";
}

.mi-cash-network::before {
  content: "\f07e";
}

.mi-cash-payment-bill::before {
  content: "\f07f";
}

.mi-cash-payment-bills::before {
  content: "\f080";
}

.mi-cash-payment-sign-2::before {
  content: "\f081";
}

.mi-cash-search::before {
  content: "\f082";
}

.mi-cashless-payment-online-statement-monitor::before {
  content: "\f083";
}

.mi-cashless-payment-qr-code-basket::before {
  content: "\f084";
}

.mi-cashless-payment-smart-pay-bus-smartphone-qr::before {
  content: "\f085";
}

.mi-cd-broken::before {
  content: "\f086";
}

.mi-cd-playing::before {
  content: "\f087";
}

.mi-cell-border-frame::before {
  content: "\f088";
}

.mi-cellular-network-lte::before {
  content: "\f089";
}

.mi-cellular-network-wifi-3-g::before {
  content: "\f08a";
}

.mi-certified-diploma::before {
  content: "\f08b";
}

.mi-champagne-cooler::before {
  content: "\f08c";
}

.mi-charger-1::before {
  content: "\f08d";
}

.mi-charging-battery-empty::before {
  content: "\f08e";
}

.mi-charging-battery-medium-1::before {
  content: "\f08f";
}

.mi-charging-flash-wifi::before {
  content: "\f090";
}

.mi-check-badge::before {
  content: "\f091";
}

.mi-check-square::before {
  content: "\f092";
}

.mi-check::before {
  content: "\f093";
}

.mi-checklist::before {
  content: "\f094";
}

.mi-checkup-chart::before {
  content: "\f095";
}

.mi-checkup-diagnostic::before {
  content: "\f096";
}

.mi-chef-gear-gloves::before {
  content: "\f097";
}

.mi-chemical-hexagon-1::before {
  content: "\f098";
}

.mi-chromium::before {
  content: "\f099";
}

.mi-cloud-add::before {
  content: "\f09a";
}

.mi-cloud-data-transfer::before {
  content: "\f09b";
}

.mi-cloud-file::before {
  content: "\f09c";
}

.mi-cloud-loading::before {
  content: "\f09d";
}

.mi-cloud-mist-2::before {
  content: "\f09e";
}

.mi-cloud-warning::before {
  content: "\f09f";
}

.mi-co-working-space-laptop::before {
  content: "\f0a0";
}

.mi-cocktail-glass-1::before {
  content: "\f0a1";
}

.mi-coding-apps-website-apps-add-widget::before {
  content: "\f0a2";
}

.mi-coding-apps-website-apps-browser::before {
  content: "\f0a3";
}

.mi-coding-apps-website-big-data-database-globality-velocity::before {
  content: "\f0a4";
}

.mi-coding-apps-website-browser-image::before {
  content: "\f0a5";
}

.mi-coding-apps-website-data-conversion-documents-1::before {
  content: "\f0a6";
}

.mi-coding-apps-website-data-conversion-documents-2::before {
  content: "\f0a7";
}

.mi-coding-apps-website-detect-virus-monitor-search::before {
  content: "\f0a8";
}

.mi-coding-apps-website-gdpr-shield::before {
  content: "\f0a9";
}

.mi-coding-apps-website-network-globe::before {
  content: "\f0aa";
}

.mi-coding-apps-website-smartphone-protection::before {
  content: "\f0ab";
}

.mi-coding-apps-website-virus-files-alert-1::before {
  content: "\f0ac";
}

.mi-coding-apps-website-web-dev-api-cloud::before {
  content: "\f0ad";
}

.mi-coding-apps-website-web-form-drop-down-menu-1::before {
  content: "\f0ae";
}

.mi-coding-apps-website-web-form-drop-down-menu-form-3::before {
  content: "\f0af";
}

.mi-coding-apps-website-web-form-text-area-1::before {
  content: "\f0b0";
}

.mi-coffee-cold::before {
  content: "\f0b1";
}

.mi-coffee-espresso-machine::before {
  content: "\f0b2";
}

.mi-cog-hand-give-1::before {
  content: "\f0b3";
}

.mi-cog-search-1::before {
  content: "\f0b4";
}

.mi-cog::before {
  content: "\f0b5";
}

.mi-coin-purse-1::before {
  content: "\f0b6";
}

.mi-color-blind::before {
  content: "\f0b7";
}

.mi-color-bucket-brush::before {
  content: "\f0b8";
}

.mi-color-palette-2::before {
  content: "\f0b9";
}

.mi-color-palette::before {
  content: "\f0ba";
}

.mi-color-picker-2::before {
  content: "\f0bb";
}

.mi-command-button-keyboard::before {
  content: "\f0bc";
}

.mi-common-file-add::before {
  content: "\f0bd";
}

.mi-common-file-edit::before {
  content: "\f0be";
}

.mi-common-file-give-hand-3::before {
  content: "\f0bf";
}

.mi-common-file-horizontal::before {
  content: "\f0c0";
}

.mi-common-file-module-1::before {
  content: "\f0c1";
}

.mi-common-file-stack::before {
  content: "\f0c2";
}

.mi-common-file-text-add::before {
  content: "\f0c3";
}

.mi-common-file-text-clock::before {
  content: "\f0c4";
}

.mi-compass-1::before {
  content: "\f0c5";
}

.mi-compass-directions::before {
  content: "\f0c6";
}

.mi-composition-focus-square::before {
  content: "\f0c7";
}

.mi-composition-window-man::before {
  content: "\f0c8";
}

.mi-computer-chip-32::before {
  content: "\f0c9";
}

.mi-computer-chip-core::before {
  content: "\f0ca";
}

.mi-computer-chip-flash::before {
  content: "\f0cb";
}

.mi-connector-1::before {
  content: "\f0cc";
}

.mi-contact-us-faq::before {
  content: "\f0cd";
}

.mi-content-ink-pen-write::before {
  content: "\f0ce";
}

.mi-content-paper-edit::before {
  content: "\f0cf";
}

.mi-content-pen-write::before {
  content: "\f0d0";
}

.mi-content-typing-machine::before {
  content: "\f0d1";
}

.mi-controls-camera-off::before {
  content: "\f0d2";
}

.mi-controls-forward::before {
  content: "\f0d3";
}

.mi-controls-pause::before {
  content: "\f0d4";
}

.mi-controls-previous::before {
  content: "\f0d5";
}

.mi-conversation-sync::before {
  content: "\f0d6";
}

.mi-copyright-and-protecttion-1::before {
  content: "\f0d7";
}

.mi-corporate-social-media::before {
  content: "\f0d8";
}

.mi-credit-card-1::before {
  content: "\f0d9";
}

.mi-credit-card-visa::before {
  content: "\f0da";
}

.mi-crypto-chat-mobile-phone::before {
  content: "\f0db";
}

.mi-crypto-currency-bitcoin-chip::before {
  content: "\f0dc";
}

.mi-crypto-currency-bitcoin-code::before {
  content: "\f0dd";
}

.mi-crypto-currency-bitcoin-dollar-exchange::before {
  content: "\f0de";
}

.mi-crypto-currency-bitcoin-laptop::before {
  content: "\f0df";
}

.mi-crypto-currency-bitcoin-monitor-mining::before {
  content: "\f0e0";
}

.mi-crypto-encryption-key::before {
  content: "\f0e1";
}

.mi-css-1::before {
  content: "\f0e2";
}

.mi-curly-brackets::before {
  content: "\f0e3";
}

.mi-currency-euro-circle::before {
  content: "\f0e4";
}

.mi-currency-pound-international::before {
  content: "\f0e5";
}

.mi-currency-sign-franc::before {
  content: "\f0e6";
}

.mi-currency-sign-kips-increase::before {
  content: "\f0e7";
}

.mi-currency-sign-rupee-decrease::before {
  content: "\f0e8";
}

.mi-currency-sign-won-coupon::before {
  content: "\f0e9";
}

.mi-currency-yuan-bubble::before {
  content: "\f0ea";
}

.mi-cursor-hand-2::before {
  content: "\f0eb";
}

.mi-cursor-speed-2::before {
  content: "\f0ec";
}

.mi-cursor-target-1::before {
  content: "\f0ed";
}

.mi-cursor::before {
  content: "\f0ee";
}

.mi-customer-relationship-management-lead-management-1::before {
  content: "\f0ef";
}

.mi-data-file-bars-add::before {
  content: "\f0f0";
}

.mi-data-file-bars-edit::before {
  content: "\f0f1";
}

.mi-data-file-graph::before {
  content: "\f0f2";
}

.mi-data-file-search::before {
  content: "\f0f3";
}

.mi-data-lake-1::before {
  content: "\f0f4";
}

.mi-data-transfer-circle::before {
  content: "\f0f5";
}

.mi-data-transfer-diagonal::before {
  content: "\f0f6";
}

.mi-database-1::before {
  content: "\f0f7";
}

.mi-database-2::before {
  content: "\f0f8";
}

.mi-database-disable::before {
  content: "\f0f9";
}

.mi-database-share-1::before {
  content: "\f0fa";
}

.mi-day-sunrise-1::before {
  content: "\f0fb";
}

.mi-delete-2::before {
  content: "\f0fc";
}

.mi-delete::before {
  content: "\f0fd";
}

.mi-delivery-drone::before {
  content: "\f0fe";
}

.mi-delivery-package-person::before {
  content: "\f0ff";
}

.mi-delivery-truck-clock::before {
  content: "\f100";
}

.mi-dental-crown-1::before {
  content: "\f101";
}

.mi-dentistry-tooth-chipped::before {
  content: "\f102";
}

.mi-dentistry-tooth-jaws::before {
  content: "\f103";
}

.mi-dentistry-tooth-shield::before {
  content: "\f104";
}

.mi-design-drawing-board::before {
  content: "\f105";
}

.mi-design-file-ai::before {
  content: "\f106";
}

.mi-design-file-text-image::before {
  content: "\f107";
}

.mi-design-tool-compass::before {
  content: "\f108";
}

.mi-design-tool-fibonacci::before {
  content: "\f109";
}

.mi-design-tool-ink::before {
  content: "\f10a";
}

.mi-design-tool-magic-wand::before {
  content: "\f10b";
}

.mi-design-tool-pencil-ruler::before {
  content: "\f10c";
}

.mi-desktop-computer-1::before {
  content: "\f10d";
}

.mi-desktop-monitor-smiley::before {
  content: "\f10e";
}

.mi-diagnostic-desktop::before {
  content: "\f10f";
}

.mi-diagram-arrow-down-1::before {
  content: "\f110";
}

.mi-diagram-curve-rise-dash::before {
  content: "\f111";
}

.mi-diagram-dash-circle-large-head::before {
  content: "\f112";
}

.mi-diagram-dash-up-then-down::before {
  content: "\f113";
}

.mi-diagram-split-horizontal::before {
  content: "\f114";
}

.mi-diagram-up-double::before {
  content: "\f115";
}

.mi-dial-finger-1::before {
  content: "\f116";
}

.mi-dial-pad::before {
  content: "\f117";
}

.mi-diamond-shine::before {
  content: "\f118";
}

.mi-direction-button-2::before {
  content: "\f119";
}

.mi-direction-button-3::before {
  content: "\f11a";
}

.mi-disability-parking::before {
  content: "\f11b";
}

.mi-discount::before {
  content: "\f11c";
}

.mi-division-math-symbol-circle::before {
  content: "\f11d";
}

.mi-doctor-home-visit-1::before {
  content: "\f11e";
}

.mi-document-scanning-mode-camera::before {
  content: "\f11f";
}

.mi-download-bottom::before {
  content: "\f120";
}

.mi-drawer-envelope::before {
  content: "\f121";
}

.mi-drawer-send::before {
  content: "\f122";
}

.mi-drawer-upload::before {
  content: "\f123";
}

.mi-drugs-cannabis::before {
  content: "\f124";
}

.mi-dual-sim-signal-4::before {
  content: "\f125";
}

.mi-duplicate::before {
  content: "\f126";
}

.mi-e-commerce-apparel::before {
  content: "\f127";
}

.mi-e-commerce-shopping-bag::before {
  content: "\f128";
}

.mi-e-commerce-touch-buy::before {
  content: "\f129";
}

.mi-earpods-ear::before {
  content: "\f12a";
}

.mi-earth-cash::before {
  content: "\f12b";
}

.mi-earth-pin-2::before {
  content: "\f12c";
}

.mi-earth-refresh::before {
  content: "\f12d";
}

.mi-earth-setting::before {
  content: "\f12e";
}

.mi-earthquake-global-seismic-wave::before {
  content: "\f12f";
}

.mi-electronics-capacitor::before {
  content: "\f130";
}

.mi-electronics-fuse::before {
  content: "\f131";
}

.mi-electronics-led-light::before {
  content: "\f132";
}

.mi-email-action-add::before {
  content: "\f133";
}

.mi-email-action-search-1::before {
  content: "\f134";
}

.mi-email-action-subtract::before {
  content: "\f135";
}

.mi-email-action-warning::before {
  content: "\f136";
}

.mi-emergency-call::before {
  content: "\f137";
}

.mi-emoji-angry-face-horns-demon::before {
  content: "\f138";
}

.mi-end-point-circle::before {
  content: "\f139";
}

.mi-engine-temperature-warning::before {
  content: "\f13a";
}

.mi-engineer-project-superviser-1::before {
  content: "\f13b";
}

.mi-envelope-letter::before {
  content: "\f13c";
}

.mi-envelope-sealed::before {
  content: "\f13d";
}

.mi-equal-math-symbol-circle::before {
  content: "\f13e";
}

.mi-escalator-descend::before {
  content: "\f13f";
}

.mi-ethernet-port::before {
  content: "\f140";
}

.mi-expand-2::before {
  content: "\f141";
}

.mi-expand-full::before {
  content: "\f142";
}

.mi-export-file::before {
  content: "\f143";
}

.mi-face-id-1::before {
  content: "\f144";
}

.mi-factory-building-1::before {
  content: "\f145";
}

.mi-factory-industrial-robot-arm-1::before {
  content: "\f146";
}

.mi-family-child-play-ball-warning::before {
  content: "\f147";
}

.mi-fast-food-french-fries::before {
  content: "\f148";
}

.mi-favorite-medical::before {
  content: "\f149";
}

.mi-fiber-access-1::before {
  content: "\f14a";
}

.mi-field-corner-kick::before {
  content: "\f14b";
}

.mi-file-c-plus-plus::before {
  content: "\f14c";
}

.mi-file-code-check::before {
  content: "\f14d";
}

.mi-file-code-edit-1::before {
  content: "\f14e";
}

.mi-file-code::before {
  content: "\f14f";
}

.mi-file-html::before {
  content: "\f150";
}

.mi-filter-1::before {
  content: "\f151";
}

.mi-filter-sort-lines-descending::before {
  content: "\f152";
}

.mi-fitness-bicycle-1::before {
  content: "\f153";
}

.mi-fitness-jumping-rope::before {
  content: "\f154";
}

.mi-fitness-shaker::before {
  content: "\f155";
}

.mi-flag-plain::before {
  content: "\f156";
}

.mi-flag::before {
  content: "\f157";
}

.mi-flash-drive::before {
  content: "\f158";
}

.mi-flash-off::before {
  content: "\f159";
}

.mi-flip-vertical-down::before {
  content: "\f15a";
}

.mi-floppy-disk-1::before {
  content: "\f15b";
}

.mi-flow-1::before {
  content: "\f15c";
}

.mi-flow-chart-hierachy::before {
  content: "\f15d";
}

.mi-focus-auto-1::before {
  content: "\f15e";
}

.mi-focus-m::before {
  content: "\f15f";
}

.mi-folder-add::before {
  content: "\f160";
}

.mi-folder-hold::before {
  content: "\f161";
}

.mi-folder-share::before {
  content: "\f162";
}

.mi-following-1::before {
  content: "\f163";
}

.mi-font-size::before {
  content: "\f164";
}

.mi-forbidden-phone-off::before {
  content: "\f165";
}

.mi-fruit-apricot::before {
  content: "\f166";
}

.mi-fruit-banana::before {
  content: "\f167";
}

.mi-fruit-watermelon::before {
  content: "\f168";
}

.mi-gaming-ribbon-first::before {
  content: "\f169";
}

.mi-garbage-bin::before {
  content: "\f16a";
}

.mi-gas-f::before {
  content: "\f16b";
}

.mi-gateway::before {
  content: "\f16c";
}

.mi-gauge-dashboard::before {
  content: "\f16d";
}

.mi-gender-female::before {
  content: "\f16e";
}

.mi-gender-hetero::before {
  content: "\f16f";
}

.mi-gesture-double-tap::before {
  content: "\f170";
}

.mi-gift-box-1::before {
  content: "\f171";
}

.mi-global-business-man-user::before {
  content: "\f172";
}

.mi-go-backward-30-control::before {
  content: "\f173";
}

.mi-go-pro::before {
  content: "\f174";
}

.mi-gold-bars::before {
  content: "\f175";
}

.mi-golf-ball::before {
  content: "\f176";
}

.mi-golf-hole::before {
  content: "\f177";
}

.mi-google-home-2::before {
  content: "\f178";
}

.mi-gradient-2::before {
  content: "\f179";
}

.mi-graph-stats-circle::before {
  content: "\f17a";
}

.mi-graph-stats-descend::before {
  content: "\f17b";
}

.mi-group-running::before {
  content: "\f17c";
}

.mi-gymnastics-ribbon-person-2::before {
  content: "\f17d";
}

.mi-hair-dress-barber::before {
  content: "\f17e";
}

.mi-hair-dress-round-brush-1::before {
  content: "\f17f";
}

.mi-hair-skin::before {
  content: "\f180";
}

.mi-hand-drag::before {
  content: "\f181";
}

.mi-hard-drive-1::before {
  content: "\f182";
}

.mi-harddrive-download-2::before {
  content: "\f183";
}

.mi-headphones-1::before {
  content: "\f184";
}

.mi-headphones-customer-support-question::before {
  content: "\f185";
}

.mi-hearing-disability::before {
  content: "\f186";
}

.mi-help-question-network::before {
  content: "\f187";
}

.mi-hierarchy-5-organize::before {
  content: "\f188";
}

.mi-hospital-building-pin::before {
  content: "\f189";
}

.mi-hospital-sign::before {
  content: "\f18a";
}

.mi-house-chimney::before {
  content: "\f18b";
}

.mi-house::before {
  content: "\f18c";
}

.mi-human-resources-businessman-clock::before {
  content: "\f18d";
}

.mi-human-resources-businessman::before {
  content: "\f18e";
}

.mi-human-resources-hierarchy-1::before {
  content: "\f18f";
}

.mi-human-resources-network::before {
  content: "\f190";
}

.mi-human-resources-rating-woman::before {
  content: "\f191";
}

.mi-human-resources-search::before {
  content: "\f192";
}

.mi-human-resources-workflow::before {
  content: "\f193";
}

.mi-hydrogen::before {
  content: "\f194";
}

.mi-ice-cream-cone::before {
  content: "\f195";
}

.mi-ice-water::before {
  content: "\f196";
}

.mi-idea-strategy::before {
  content: "\f197";
}

.mi-image-file-eps::before {
  content: "\f198";
}

.mi-image-file-jpg::before {
  content: "\f199";
}

.mi-image-file-star::before {
  content: "\f19a";
}

.mi-incognito::before {
  content: "\f19b";
}

.mi-information-circle::before {
  content: "\f19c";
}

.mi-information-desk-customer::before {
  content: "\f19d";
}

.mi-instrument-classical-piano::before {
  content: "\f19e";
}

.mi-instrument-pan-flute::before {
  content: "\f19f";
}

.mi-instrument-tambourine::before {
  content: "\f1a0";
}

.mi-insurance-hand::before {
  content: "\f1a1";
}

.mi-insurance-head::before {
  content: "\f1a2";
}

.mi-iris-scan-1::before {
  content: "\f1a3";
}

.mi-java::before {
  content: "\f1a4";
}

.mi-job-responsibility-bag-hand::before {
  content: "\f1a5";
}

.mi-job-search-man::before {
  content: "\f1a6";
}

.mi-keyboard-asterisk-1::before {
  content: "\f1a7";
}

.mi-keyboard-eject::before {
  content: "\f1a8";
}

.mi-keyboard-option::before {
  content: "\f1a9";
}

.mi-keyboard-wireless::before {
  content: "\f1aa";
}

.mi-keyboard::before {
  content: "\f1ab";
}

.mi-keyhole-square::before {
  content: "\f1ac";
}

.mi-kindle-hold::before {
  content: "\f1ad";
}

.mi-kitchenware-spatula-1::before {
  content: "\f1ae";
}

.mi-knives-set::before {
  content: "\f1af";
}

.mi-lab-tube-experiment::before {
  content: "\f1b0";
}

.mi-lab-tube::before {
  content: "\f1b1";
}

.mi-labor-hands-action::before {
  content: "\f1b2";
}

.mi-laboratory-drug-file::before {
  content: "\f1b3";
}

.mi-laboratory-test-stool::before {
  content: "\f1b4";
}

.mi-laptop-clock::before {
  content: "\f1b5";
}

.mi-laptop-download::before {
  content: "\f1b6";
}

.mi-laptop-help-message::before {
  content: "\f1b7";
}

.mi-laptop-smiley-1::before {
  content: "\f1b8";
}

.mi-laptop-warning::before {
  content: "\f1b9";
}

.mi-laptop::before {
  content: "\f1ba";
}

.mi-launch-go::before {
  content: "\f1bb";
}

.mi-laundry-hand-wash::before {
  content: "\f1bc";
}

.mi-layers-stacked::before {
  content: "\f1bd";
}

.mi-layout-11::before {
  content: "\f1be";
}

.mi-layout-content::before {
  content: "\f1bf";
}

.mi-layout-dashboard::before {
  content: "\f1c0";
}

.mi-layout::before {
  content: "\f1c1";
}

.mi-lens-shade::before {
  content: "\f1c2";
}

.mi-lift-1::before {
  content: "\f1c3";
}

.mi-light-mode-bright-dark::before {
  content: "\f1c4";
}

.mi-light-mode-hdr::before {
  content: "\f1c5";
}

.mi-like-chat::before {
  content: "\f1c6";
}

.mi-like::before {
  content: "\f1c7";
}

.mi-link-disconnected::before {
  content: "\f1c8";
}

.mi-list-numbers::before {
  content: "\f1c9";
}

.mi-loading-circle::before {
  content: "\f1ca";
}

.mi-loading::before {
  content: "\f1cb";
}

.mi-location-off-target::before {
  content: "\f1cc";
}

.mi-lock-5::before {
  content: "\f1cd";
}

.mi-lock-hierarchy::before {
  content: "\f1ce";
}

.mi-lock-shield::before {
  content: "\f1cf";
}

.mi-lock-unlock-4::before {
  content: "\f1d0";
}

.mi-locker-room-suitcase-key::before {
  content: "\f1d1";
}

.mi-login-1::before {
  content: "\f1d2";
}

.mi-login-key::before {
  content: "\f1d3";
}

.mi-love-it-break::before {
  content: "\f1d4";
}

.mi-love-it-flag::before {
  content: "\f1d5";
}

.mi-mailbox-post::before {
  content: "\f1d6";
}

.mi-make-up-lipstick-1::before {
  content: "\f1d7";
}

.mi-make-up-lipstick::before {
  content: "\f1d8";
}

.mi-make-up-mirror-1::before {
  content: "\f1d9";
}

.mi-maps::before {
  content: "\f1da";
}

.mi-martial-arts-helmet::before {
  content: "\f1db";
}

.mi-martial-arts-swords::before {
  content: "\f1dc";
}

.mi-maze-strategy::before {
  content: "\f1dd";
}

.mi-medical-app-laptop-1::before {
  content: "\f1de";
}

.mi-medical-condition-flu::before {
  content: "\f1df";
}

.mi-medical-hospital-1::before {
  content: "\f1e0";
}

.mi-medical-instrument-ambulance-bed::before {
  content: "\f1e1";
}

.mi-medical-instrument-scalpel::before {
  content: "\f1e2";
}

.mi-medical-instrument-walking-aid::before {
  content: "\f1e3";
}

.mi-medical-specialty-feet::before {
  content: "\f1e4";
}

.mi-medical-specialty-knee-1::before {
  content: "\f1e5";
}

.mi-medical-specialty-nose::before {
  content: "\f1e6";
}

.mi-medical-specialty-pregnancy::before {
  content: "\f1e7";
}

.mi-medicine-search-4::before {
  content: "\f1e8";
}

.mi-meeting-remote::before {
  content: "\f1e9";
}

.mi-megaphone::before {
  content: "\f1ea";
}

.mi-messages-bubble-disable::before {
  content: "\f1eb";
}

.mi-messages-bubble-square-question::before {
  content: "\f1ec";
}

.mi-messages-bubble-square-subtract::before {
  content: "\f1ed";
}

.mi-messages-bubble-square-typing::before {
  content: "\f1ee";
}

.mi-messages-bubble-text::before {
  content: "\f1ef";
}

.mi-messages-people-person-bubble-circle-1::before {
  content: "\f1f0";
}

.mi-messages-people-user-bubble-circle::before {
  content: "\f1f1";
}

.mi-messages-people-user-check::before {
  content: "\f1f2";
}

.mi-microchip-board::before {
  content: "\f1f3";
}

.mi-microphone-1::before {
  content: "\f1f4";
}

.mi-mist-sun::before {
  content: "\f1f5";
}

.mi-mobile-phone-blackberry-2::before {
  content: "\f1f6";
}

.mi-mobile-shopping-cart-exchange::before {
  content: "\f1f7";
}

.mi-modern-music-dj::before {
  content: "\f1f8";
}

.mi-modern-music-electric-guitar::before {
  content: "\f1f9";
}

.mi-modern-tv-4-k::before {
  content: "\f1fa";
}

.mi-modern-tv-curvy-edge::before {
  content: "\f1fb";
}

.mi-modern-tv-remote-smart::before {
  content: "\f1fc";
}

.mi-module-hands-puzzle::before {
  content: "\f1fd";
}

.mi-module-puzzle-2::before {
  content: "\f1fe";
}

.mi-module-three::before {
  content: "\f1ff";
}

.mi-monetization-bill-magnet::before {
  content: "\f200";
}

.mi-monetization-tablet::before {
  content: "\f201";
}

.mi-monetization-touch-coin::before {
  content: "\f202";
}

.mi-money-bag-dollar::before {
  content: "\f203";
}

.mi-money-wallet-open::before {
  content: "\f204";
}

.mi-monitor-download::before {
  content: "\f205";
}

.mi-monitor-flash::before {
  content: "\f206";
}

.mi-monitor-sync::before {
  content: "\f207";
}

.mi-monitor-transfer-1::before {
  content: "\f208";
}

.mi-monitor-warning::before {
  content: "\f209";
}

.mi-monitor::before {
  content: "\f20a";
}

.mi-mouse-smart::before {
  content: "\f20b";
}

.mi-move-down-1::before {
  content: "\f20c";
}

.mi-move-expand-vertical::before {
  content: "\f20d";
}

.mi-move-to-bottom::before {
  content: "\f20e";
}

.mi-movies-reel::before {
  content: "\f20f";
}

.mi-movies-sit-drink::before {
  content: "\f210";
}

.mi-multiple-actions-chat::before {
  content: "\f211";
}

.mi-multiple-neutral-2::before {
  content: "\f212";
}

.mi-multiple-users-1::before {
  content: "\f213";
}

.mi-music-on-off-1::before {
  content: "\f214";
}

.mi-natural-disaster-flood::before {
  content: "\f215";
}

.mi-natural-disaster-hurricane::before {
  content: "\f216";
}

.mi-natural-disaster-volcano::before {
  content: "\f217";
}

.mi-navigation-arrows-left-1::before {
  content: "\f218";
}

.mi-navigation-direction-left-forward::before {
  content: "\f219";
}

.mi-navigation-menu-horizontal::before {
  content: "\f21a";
}

.mi-navigation-menu::before {
  content: "\f21b";
}

.mi-nc-content-sign::before {
  content: "\f21c";
}

.mi-network-browser::before {
  content: "\f21d";
}

.mi-network-pin::before {
  content: "\f21e";
}

.mi-network-search::before {
  content: "\f21f";
}

.mi-network-signal::before {
  content: "\f220";
}

.mi-network-users::before {
  content: "\f221";
}

.mi-network-warning::before {
  content: "\f222";
}

.mi-newspaper-fold::before {
  content: "\f223";
}

.mi-night-moon-begin::before {
  content: "\f224";
}

.mi-night-moon-half-1::before {
  content: "\f225";
}

.mi-no-gas-station::before {
  content: "\f226";
}

.mi-notes-book-text::before {
  content: "\f227";
}

.mi-notes-book::before {
  content: "\f228";
}

.mi-notes-checklist-flip::before {
  content: "\f229";
}

.mi-notes-paper-text::before {
  content: "\f22a";
}

.mi-notes-tasks::before {
  content: "\f22b";
}

.mi-notes-upload::before {
  content: "\f22c";
}

.mi-number-five-square::before {
  content: "\f22d";
}

.mi-number-nine::before {
  content: "\f22e";
}

.mi-number-seven-circle::before {
  content: "\f22f";
}

.mi-number-three::before {
  content: "\f230";
}

.mi-office-building-double::before {
  content: "\f231";
}

.mi-office-building-tall-2::before {
  content: "\f232";
}

.mi-office-chair::before {
  content: "\f233";
}

.mi-office-clipper::before {
  content: "\f234";
}

.mi-office-desk-2::before {
  content: "\f235";
}

.mi-office-drawer::before {
  content: "\f236";
}

.mi-office-employee::before {
  content: "\f237";
}

.mi-office-file-adobe::before {
  content: "\f238";
}

.mi-office-file-graph::before {
  content: "\f239";
}

.mi-office-file-text::before {
  content: "\f23a";
}

.mi-office-file-xls::before {
  content: "\f23b";
}

.mi-office-shelf-1::before {
  content: "\f23c";
}

.mi-office-shredder-1::before {
  content: "\f23d";
}

.mi-office-stamp-document::before {
  content: "\f23e";
}

.mi-optimization-graph-line::before {
  content: "\f23f";
}

.mi-optimization-graph::before {
  content: "\f240";
}

.mi-package-dimension::before {
  content: "\f241";
}

.mi-panoramic::before {
  content: "\f242";
}

.mi-paper-sizes-a3::before {
  content: "\f243";
}

.mi-paper-write::before {
  content: "\f244";
}

.mi-paragraph-center-align::before {
  content: "\f245";
}

.mi-paralympics-football::before {
  content: "\f246";
}

.mi-pasta-bowl-warm::before {
  content: "\f247";
}

.mi-pathfinder-minus-back::before {
  content: "\f248";
}

.mi-pathfinder-unite::before {
  content: "\f249";
}

.mi-pen-draw-1::before {
  content: "\f24a";
}

.mi-pen-write::before {
  content: "\f24b";
}

.mi-pencil-1::before {
  content: "\f24c";
}

.mi-pencil-sketch::before {
  content: "\f24d";
}

.mi-performance-increase::before {
  content: "\f24e";
}

.mi-performance-money-decrease::before {
  content: "\f24f";
}

.mi-performance-tablet-increase::before {
  content: "\f250";
}

.mi-perspective-grid::before {
  content: "\f251";
}

.mi-petri-dish-2::before {
  content: "\f252";
}

.mi-phone-action-data-transfer::before {
  content: "\f253";
}

.mi-phone-action-location::before {
  content: "\f254";
}

.mi-phone-actions-merge::before {
  content: "\f255";
}

.mi-phone-actions-refresh::before {
  content: "\f256";
}

.mi-phone-circle::before {
  content: "\f257";
}

.mi-phone-flash-light::before {
  content: "\f258";
}

.mi-phone-mobile-device-iphone-x-2::before {
  content: "\f259";
}

.mi-phone-retro-1::before {
  content: "\f25a";
}

.mi-phone-type::before {
  content: "\f25b";
}

.mi-phone-vibrate::before {
  content: "\f25c";
}

.mi-photo-changed-filter::before {
  content: "\f25d";
}

.mi-photo-frame::before {
  content: "\f25e";
}

.mi-photography-equipment-flash-light::before {
  content: "\f25f";
}

.mi-picture-double-landscape::before {
  content: "\f260";
}

.mi-picture-stack-landscape::before {
  content: "\f261";
}

.mi-pin-2::before {
  content: "\f262";
}

.mi-pin-x-mark::before {
  content: "\f263";
}

.mi-pin::before {
  content: "\f264";
}

.mi-player-phone-station-1::before {
  content: "\f265";
}

.mi-playlist-download::before {
  content: "\f266";
}

.mi-playlist-songs::before {
  content: "\f267";
}

.mi-plus-one-increment::before {
  content: "\f268";
}

.mi-polygon-lasso::before {
  content: "\f269";
}

.mi-power-button::before {
  content: "\f26a";
}

.mi-power-outlet-type-b::before {
  content: "\f26b";
}

.mi-power-outlet-type-f::before {
  content: "\f26c";
}

.mi-power-outlet-type-j::before {
  content: "\f26d";
}

.mi-power-plug-disconnected::before {
  content: "\f26e";
}

.mi-pregnancy-pregnant::before {
  content: "\f26f";
}

.mi-pregnancy-sperm-1::before {
  content: "\f270";
}

.mi-pregnancy-vagina::before {
  content: "\f271";
}

.mi-presentation-audience::before {
  content: "\f272";
}

.mi-presentation-board-graph::before {
  content: "\f273";
}

.mi-presentation-microphone::before {
  content: "\f274";
}

.mi-presentation-projector-1::before {
  content: "\f275";
}

.mi-presentation-projector-screen-budget-analytics::before {
  content: "\f276";
}

.mi-print-text::before {
  content: "\f277";
}

.mi-products-gifts::before {
  content: "\f278";
}

.mi-profile-man-cash-message::before {
  content: "\f279";
}

.mi-programming-book::before {
  content: "\f27a";
}

.mi-programming-browser-1::before {
  content: "\f27b";
}

.mi-programming-hold-code-2::before {
  content: "\f27c";
}

.mi-programming-language-html-5::before {
  content: "\f27d";
}

.mi-programming-language-monitor-css::before {
  content: "\f27e";
}

.mi-programming-user-chat::before {
  content: "\f27f";
}

.mi-public-service-firefighter-truck-1::before {
  content: "\f280";
}

.mi-radio-retro::before {
  content: "\f281";
}

.mi-radioactive-circle::before {
  content: "\f282";
}

.mi-radiology-scan-doctor::before {
  content: "\f283";
}

.mi-radiology-scanner::before {
  content: "\f284";
}

.mi-railroad-metro::before {
  content: "\f285";
}

.mi-rain-umbrella-1::before {
  content: "\f286";
}

.mi-rain-umbrella-sun::before {
  content: "\f287";
}

.mi-ranking-people-first::before {
  content: "\f288";
}

.mi-ranking-stars-ribbon::before {
  content: "\f289";
}

.mi-rating-star-ribbon::before {
  content: "\f28a";
}

.mi-read-email-at-1::before {
  content: "\f28b";
}

.mi-read-email-monitor::before {
  content: "\f28c";
}

.mi-receipt-dollar::before {
  content: "\f28d";
}

.mi-receipt::before {
  content: "\f28e";
}

.mi-reflect-down::before {
  content: "\f28f";
}

.mi-reflect-left::before {
  content: "\f290";
}

.mi-remote-access::before {
  content: "\f291";
}

.mi-remove-bold::before {
  content: "\f292";
}

.mi-responsive-design-hand::before {
  content: "\f293";
}

.mi-responsive-design::before {
  content: "\f294";
}

.mi-reward-stars-2::before {
  content: "\f295";
}

.mi-reward-stars-4::before {
  content: "\f296";
}

.mi-right-click-mouse::before {
  content: "\f297";
}

.mi-road-sign-hairpin-turn-left::before {
  content: "\f298";
}

.mi-road-sign-stop::before {
  content: "\f299";
}

.mi-road-sign-turn-left::before {
  content: "\f29a";
}

.mi-road-straight::before {
  content: "\f29b";
}

.mi-road-tunnel::before {
  content: "\f29c";
}

.mi-router-signal::before {
  content: "\f29d";
}

.mi-rss-feed::before {
  content: "\f29e";
}

.mi-safety-911::before {
  content: "\f29f";
}

.mi-safety-drown-hand::before {
  content: "\f2a0";
}

.mi-safety-flame-right::before {
  content: "\f2a1";
}

.mi-safety-float::before {
  content: "\f2a2";
}

.mi-safety-warning-radioactive::before {
  content: "\f2a3";
}

.mi-satellite::before {
  content: "\f2a4";
}

.mi-saving-bank-1::before {
  content: "\f2a5";
}

.mi-saving-bank-international::before {
  content: "\f2a6";
}

.mi-saving-dog-guard-decrease::before {
  content: "\f2a7";
}

.mi-saving-money-flower::before {
  content: "\f2a8";
}

.mi-scanner::before {
  content: "\f2a9";
}

.mi-science-molecule-strucutre::before {
  content: "\f2aa";
}

.mi-science-molecule::before {
  content: "\f2ab";
}

.mi-scissors-2::before {
  content: "\f2ac";
}

.mi-scooter-3::before {
  content: "\f2ad";
}

.mi-scooter-fast::before {
  content: "\f2ae";
}

.mi-screen-curved::before {
  content: "\f2af";
}

.mi-screen::before {
  content: "\f2b0";
}

.mi-scroll-vertical::before {
  content: "\f2b1";
}

.mi-sd-card-download::before {
  content: "\f2b2";
}

.mi-sd-card-sync::before {
  content: "\f2b3";
}

.mi-seafood-squid::before {
  content: "\f2b4";
}

.mi-seafood-sushi::before {
  content: "\f2b5";
}

.mi-seal-shape::before {
  content: "\f2b6";
}

.mi-search-circle::before {
  content: "\f2b7";
}

.mi-seasoning-food::before {
  content: "\f2b8";
}

.mi-self-payment-touch-euro::before {
  content: "\f2b9";
}

.mi-send-email-envelope::before {
  content: "\f2ba";
}

.mi-send-email-fly::before {
  content: "\f2bb";
}

.mi-seo-search-graph::before {
  content: "\f2bc";
}

.mi-server-add::before {
  content: "\f2bd";
}

.mi-server-refresh-1::before {
  content: "\f2be";
}

.mi-server-share::before {
  content: "\f2bf";
}

.mi-server-star-1::before {
  content: "\f2c0";
}

.mi-settings-slider-desktop-horizontal::before {
  content: "\f2c1";
}

.mi-shape-cube::before {
  content: "\f2c2";
}

.mi-shapes::before {
  content: "\f2c3";
}

.mi-share-2::before {
  content: "\f2c4";
}

.mi-share-location-hand::before {
  content: "\f2c5";
}

.mi-share::before {
  content: "\f2c6";
}

.mi-shield-check-1::before {
  content: "\f2c7";
}

.mi-shipment-barcode::before {
  content: "\f2c8";
}

.mi-shipment-cargo-boat::before {
  content: "\f2c9";
}

.mi-shipment-clock::before {
  content: "\f2ca";
}

.mi-shipment-crack::before {
  content: "\f2cb";
}

.mi-shipment-online-monitor-1::before {
  content: "\f2cc";
}

.mi-shipment-search::before {
  content: "\f2cd";
}

.mi-shipment-star::before {
  content: "\f2ce";
}

.mi-shipment-touch::before {
  content: "\f2cf";
}

.mi-shipment-upload-information::before {
  content: "\f2d0";
}

.mi-shipment::before {
  content: "\f2d1";
}

.mi-shipping-logistic-damaged-package::before {
  content: "\f2d2";
}

.mi-shipping-logistic-free-shipping-delivery-truck::before {
  content: "\f2d3";
}

.mi-shipping-truck-style-2::before {
  content: "\f2d4";
}

.mi-shooting-rifle-person-aim::before {
  content: "\f2d5";
}

.mi-shop-like::before {
  content: "\f2d6";
}

.mi-shop-sale-1::before {
  content: "\f2d7";
}

.mi-shop-sign-bag::before {
  content: "\f2d8";
}

.mi-shop-sign-open::before {
  content: "\f2d9";
}

.mi-shopping-advertising-audience-targer-user::before {
  content: "\f2da";
}

.mi-shopping-bag-check::before {
  content: "\f2db";
}

.mi-shopping-bag-duty-free::before {
  content: "\f2dc";
}

.mi-shopping-basket-1::before {
  content: "\f2dd";
}

.mi-shopping-basket-star::before {
  content: "\f2de";
}

.mi-shopping-broadcast-advertising-monitor-megaphone::before {
  content: "\f2df";
}

.mi-shopping-cart-full::before {
  content: "\f2e0";
}

.mi-shopping-cart-upload::before {
  content: "\f2e1";
}

.mi-shrink::before {
  content: "\f2e2";
}

.mi-sidebar-line-left::before {
  content: "\f2e3";
}

.mi-sign-badge-badge-1::before {
  content: "\f2e4";
}

.mi-single-man-focus::before {
  content: "\f2e5";
}

.mi-single-man-vintage-tv::before {
  content: "\f2e6";
}

.mi-single-neutral-actions-check::before {
  content: "\f2e7";
}

.mi-single-neutral-actions-edit::before {
  content: "\f2e8";
}

.mi-single-neutral-actions-remove::before {
  content: "\f2e9";
}

.mi-single-neutral-circle::before {
  content: "\f2ea";
}

.mi-single-neutral-folder-box::before {
  content: "\f2eb";
}

.mi-single-neutral-monitor::before {
  content: "\f2ec";
}

.mi-single-woman-book::before {
  content: "\f2ed";
}

.mi-single-woman-home::before {
  content: "\f2ee";
}

.mi-single-woman::before {
  content: "\f2ef";
}

.mi-skateboard-person::before {
  content: "\f2f0";
}

.mi-skating-1::before {
  content: "\f2f1";
}

.mi-skiing-snow-scooter-person::before {
  content: "\f2f2";
}

.mi-skull-1::before {
  content: "\f2f3";
}

.mi-sleep-zzz::before {
  content: "\f2f4";
}

.mi-small-office-briefcase::before {
  content: "\f2f5";
}

.mi-smart-toilet::before {
  content: "\f2f6";
}

.mi-smart-tv-and-phone::before {
  content: "\f2f7";
}

.mi-smart-watch-circle::before {
  content: "\f2f8";
}

.mi-smart-watch-square-download::before {
  content: "\f2f9";
}

.mi-smart-watch-square-heart::before {
  content: "\f2fa";
}

.mi-smart-watch-square-location::before {
  content: "\f2fb";
}

.mi-smart-watch-square-power::before {
  content: "\f2fc";
}

.mi-smiley-bad::before {
  content: "\f2fd";
}

.mi-smiley-cheerful::before {
  content: "\f2fe";
}

.mi-smiley-devastated-1::before {
  content: "\f2ff";
}

.mi-smiley-happy::before {
  content: "\f300";
}

.mi-smiley-lol-sideways::before {
  content: "\f301";
}

.mi-smiley-sad-1::before {
  content: "\f302";
}

.mi-smiley-smile-1::before {
  content: "\f303";
}

.mi-smiley-unhappy::before {
  content: "\f304";
}

.mi-smiley-wrong::before {
  content: "\f305";
}

.mi-soccer-field::before {
  content: "\f306";
}

.mi-soft-drinks-bottle-1::before {
  content: "\f307";
}

.mi-sos-sign::before {
  content: "\f308";
}

.mi-space-rocket-earth::before {
  content: "\f309";
}

.mi-spaceship::before {
  content: "\f30a";
}

.mi-speaker-1::before {
  content: "\f30b";
}

.mi-spiral-shape::before {
  content: "\f30c";
}

.mi-stairs-descend::before {
  content: "\f30d";
}

.mi-stamps-image::before {
  content: "\f30e";
}

.mi-startup-product-rocket-box::before {
  content: "\f30f";
}

.mi-stopwatch::before {
  content: "\f310";
}

.mi-stove-induction-pot::before {
  content: "\f311";
}

.mi-style-one-pin-check::before {
  content: "\f312";
}

.mi-style-one-pin-plane::before {
  content: "\f313";
}

.mi-style-one-pin-star::before {
  content: "\f314";
}

.mi-style-three-pin-baseball::before {
  content: "\f315";
}

.mi-style-two-pin-home::before {
  content: "\f316";
}

.mi-subtitles::before {
  content: "\f317";
}

.mi-subtract-circle::before {
  content: "\f318";
}

.mi-swap-camera::before {
  content: "\f319";
}

.mi-swimming-diving::before {
  content: "\f31a";
}

.mi-swimming-pool-stairs::before {
  content: "\f31b";
}

.mi-switch-account-1::before {
  content: "\f31c";
}

.mi-synchronize-arrows-lock::before {
  content: "\f31d";
}

.mi-synchronize-arrows-three::before {
  content: "\f31e";
}

.mi-synchronize-refresh-arrow::before {
  content: "\f31f";
}

.mi-tablet::before {
  content: "\f320";
}

.mi-tag-dollar::before {
  content: "\f321";
}

.mi-tags-1::before {
  content: "\f322";
}

.mi-tags-favorite::before {
  content: "\f323";
}

.mi-tags-refresh::before {
  content: "\f324";
}

.mi-taking-pictures-cameras::before {
  content: "\f325";
}

.mi-target-center-monitor::before {
  content: "\f326";
}

.mi-task-finger-show::before {
  content: "\f327";
}

.mi-task-list-check::before {
  content: "\f328";
}

.mi-task-list-pin::before {
  content: "\f329";
}

.mi-taxi::before {
  content: "\f32a";
}

.mi-tea-pot::before {
  content: "\f32b";
}

.mi-team-meeting::before {
  content: "\f32c";
}

.mi-technology-device-wearable-smart-watch-1::before {
  content: "\f32d";
}

.mi-technology-device-wearable-smart-watch-circle-app-1::before {
  content: "\f32e";
}

.mi-technology-device-wearable-smart-watch-circle-app-2::before {
  content: "\f32f";
}

.mi-technology-device-wearable-smart-watch-square-2::before {
  content: "\f330";
}

.mi-temperature-celsius::before {
  content: "\f331";
}

.mi-temperature-thermometer-high::before {
  content: "\f332";
}

.mi-temperature-thermometer-medium::before {
  content: "\f333";
}

.mi-temperature-thermometer-up::before {
  content: "\f334";
}

.mi-text-format-dottted-underline::before {
  content: "\f335";
}

.mi-text-image-left::before {
  content: "\f336";
}

.mi-text-underline::before {
  content: "\f337";
}

.mi-ticket-add::before {
  content: "\f338";
}

.mi-time-clock-circle::before {
  content: "\f339";
}

.mi-time-clock-fire::before {
  content: "\f33a";
}

.mi-time-clock-hand-1::before {
  content: "\f33b";
}

.mi-time-daily-1::before {
  content: "\f33c";
}

.mi-timer-10::before {
  content: "\f33d";
}

.mi-toggle-setting-on::before {
  content: "\f33e";
}

.mi-tool-box::before {
  content: "\f33f";
}

.mi-tools-kitchen-scale::before {
  content: "\f340";
}

.mi-touch-id::before {
  content: "\f341";
}

.mi-touch-up-1::before {
  content: "\f342";
}

.mi-tracking::before {
  content: "\f343";
}

.mi-trading-pattern-up::before {
  content: "\f344";
}

.mi-treasure-chest::before {
  content: "\f345";
}

.mi-trends-torch::before {
  content: "\f346";
}

.mi-trip-pin-multiple::before {
  content: "\f347";
}

.mi-trip-road::before {
  content: "\f348";
}

.mi-truck-2::before {
  content: "\f349";
}

.mi-truck-empty-1::before {
  content: "\f34a";
}

.mi-tuk-tuk::before {
  content: "\f34b";
}

.mi-unprotect::before {
  content: "\f34c";
}

.mi-upload-circle::before {
  content: "\f34d";
}

.mi-upload-square::before {
  content: "\f34e";
}

.mi-usb-cable::before {
  content: "\f34f";
}

.mi-usb-port-1::before {
  content: "\f350";
}

.mi-user-multiple-male-female::before {
  content: "\f351";
}

.mi-user-question::before {
  content: "\f352";
}

.mi-user-signal-1::before {
  content: "\f353";
}

.mi-vectors-anchor-rectangle::before {
  content: "\f354";
}

.mi-vectors-pen-add-1::before {
  content: "\f355";
}

.mi-vegetable-onion::before {
  content: "\f356";
}

.mi-video-call::before {
  content: "\f357";
}

.mi-video-edit-cut::before {
  content: "\f358";
}

.mi-video-edit-magic-wand::before {
  content: "\f359";
}

.mi-video-file-download::before {
  content: "\f35a";
}

.mi-video-file-m-4-v::before {
  content: "\f35b";
}

.mi-video-file-star::before {
  content: "\f35c";
}

.mi-video-player-album::before {
  content: "\f35d";
}

.mi-video-player-laptop::before {
  content: "\f35e";
}

.mi-video-player-movie::before {
  content: "\f35f";
}

.mi-video-player-slider::before {
  content: "\f360";
}

.mi-view-square::before {
  content: "\f361";
}

.mi-vintage-tv::before {
  content: "\f362";
}

.mi-vinyl-record-player::before {
  content: "\f363";
}

.mi-vip-crown-queen-1::before {
  content: "\f364";
}

.mi-virtual-coin-crypto-digibyte::before {
  content: "\f365";
}

.mi-virtual-coin-crypto-ethereum::before {
  content: "\f366";
}

.mi-virtual-coin-crypto-namecoin::before {
  content: "\f367";
}

.mi-virtual-coin-crypto-stellar::before {
  content: "\f368";
}

.mi-voice-id-approved::before {
  content: "\f369";
}

.mi-voice-id::before {
  content: "\f36a";
}

.mi-volleyball-ball::before {
  content: "\f36b";
}

.mi-volleyball-net::before {
  content: "\f36c";
}

.mi-volume-control-mute::before {
  content: "\f36d";
}

.mi-volume-control-up::before {
  content: "\f36e";
}

.mi-volume-control-warning::before {
  content: "\f36f";
}

.mi-vpn-on-circle::before {
  content: "\f370";
}

.mi-vpn-shield::before {
  content: "\f371";
}

.mi-walking-1::before {
  content: "\f372";
}

.mi-walkman-headphones::before {
  content: "\f373";
}

.mi-warehouse-cart-package-ribbon::before {
  content: "\f374";
}

.mi-warehouse-cart-packages-2::before {
  content: "\f375";
}

.mi-warehouse-storage-2::before {
  content: "\f376";
}

.mi-warp-rise::before {
  content: "\f377";
}

.mi-washing-hand::before {
  content: "\f378";
}

.mi-water-bottle::before {
  content: "\f379";
}

.mi-water-fountain-jet::before {
  content: "\f37a";
}

.mi-water-straw::before {
  content: "\f37b";
}

.mi-weather-cloud-snow-thunder::before {
  content: "\f37c";
}

.mi-weather-sun::before {
  content: "\f37d";
}

.mi-weather-wind-flow-6::before {
  content: "\f37e";
}

.mi-web-hook::before {
  content: "\f37f";
}

.mi-webcam-2::before {
  content: "\f380";
}

.mi-wifi-alert-attention::before {
  content: "\f381";
}

.mi-wifi-laptop::before {
  content: "\f382";
}

.mi-wifi-off::before {
  content: "\f383";
}

.mi-wifi-signal-2::before {
  content: "\f384";
}

.mi-wifi-signal-4::before {
  content: "\f385";
}

.mi-wind-velocity-measure::before {
  content: "\f386";
}

.mi-wine-barrel-1::before {
  content: "\f387";
}

.mi-work-from-home-laptop-meeting::before {
  content: "\f388";
}

.mi-work-from-home-user-pet-cat::before {
  content: "\f389";
}

.mi-work-from-home-user-sofa::before {
  content: "\f38a";
}

.mi-workflow-exit-door::before {
  content: "\f38b";
}

.mi-workflow-teamwork-fistbump-2::before {
  content: "\f38c";
}

.mi-workflow-teamwork-user-high-five::before {
  content: "\f38d";
}

.mi-world-cross::before {
  content: "\f38e";
}

.mi-wrestling-mask-1::before {
  content: "\f38f";
}

.mi-yoga-back-stretch-1::before {
  content: "\f390";
}

.mi-yoga-bridge-pose-2::before {
  content: "\f391";
}

.mi-yoga-half-moon-pose-1::before {
  content: "\f392";
}

.mi-zip-file-check::before {
  content: "\f393";
}

.mi-zip-file-compress::before {
  content: "\f394";
}

.mi-zoom-in-page::before {
  content: "\f395";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=mage-icon.css.map */
