/*--------------------------------

MapsaIcon Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'MapsaIcon';
  src: url('../fonts/MapsaIcon.eot');
  src: url('../fonts/MapsaIcon.eot') format('embedded-opentype'), url('../fonts/MapsaIcon.woff2') format('woff2'), url('../fonts/MapsaIcon.woff') format('woff'), url('../fonts/MapsaIcon.ttf') format('truetype'), url('../fonts/MapsaIcon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'MapsaIcon';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
/* absolute units */
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.icon-bg-circle {
  border-radius: 50%;
}
/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.icon-ul {
  padding-left: 0;
  list-style-type: none;
}
.icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit;
}
/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
	icons
-------------------------*/

.mapsa-return-back::before {
  content: "\ea3a";
}

.mapsa-question-mark::before {
  content: "\ea3b";
}

.mapsa-i-letter::before {
  content: "\ea3d";
}

.mapsa-filled-export::before {
  content: "\ea4a";
}

.mapsa-filled-printer::before {
  content: "\ea4b";
}

.mapsa-delete::before {
  content: "\ea4c";
}

.mapsa-edit::before {
  content: "\ea4d";
}

.mapsa-filter-filled-tool-symbol::before {
  content: "\ea4f";
}

.mapsa-filled-favourites-star::before {
  content: "\ea5a";
}

.mapsa-favourites-star::before {
  content: "\ea5b";
}

.mapsa-asterisk::before {
  content: "\ea6a";
}

.mapsa-Project-2::before {
  content: "\ea8e";
}

.mapsa-analytics::before {
  content: "\ea8f";
}

.mapsa-backup::before {
  content: "\ea92";
}

.mapsa-bank-1::before {
  content: "\ea93";
}

.mapsa-bank::before {
  content: "\ea94";
}

.mapsa-bell::before {
  content: "\ea95";
}

.mapsa-bill::before {
  content: "\ea96";
}

.mapsa-book-3::before {
  content: "\ea97";
}

.mapsa-broken-link::before {
  content: "\ea98";
}

.mapsa-bulletin::before {
  content: "\ea99";
}

.mapsa-business-and-finance-1::before {
  content: "\ea9a";
}

.mapsa-business-and-finance-2::before {
  content: "\ea9b";
}

.mapsa-business-and-finance-3::before {
  content: "\ea9c";
}

.mapsa-business-and-finance::before {
  content: "\ea9d";
}

.mapsa-buy::before {
  content: "\ea9e";
}

.mapsa-calculator::before {
  content: "\ea9f";
}

.mapsa-calendar-1::before {
  content: "\eaa0";
}

.mapsa-calendar::before {
  content: "\eaa1";
}

.mapsa-cash::before {
  content: "\eaa2";
}

.mapsa-chart-up::before {
  content: "\eaa3";
}

.mapsa-cheque::before {
  content: "\eaa4";
}

.mapsa-child-sign::before {
  content: "\eaa5";
}

.mapsa-childern-parent::before {
  content: "\eaa6";
}

.mapsa-clip::before {
  content: "\eaa7";
}

.mapsa-clipboard::before {
  content: "\eaa8";
}

.mapsa-close::before {
  content: "\eaa9";
}

.mapsa-coin::before {
  content: "\eaaa";
}

.mapsa-configuration::before {
  content: "\eaac";
}

.mapsa-day-twenty-three::before {
  content: "\eaad";
}

.mapsa-description::before {
  content: "\eaaf";
}

.mapsa-detail::before {
  content: "\eab0";
}

.mapsa-dollar-sign::before {
  content: "\eab1";
}

.mapsa-down-arrow::before {
  content: "\eab2";
}

.mapsa-arrow::before {
  content: "\eab3";
}

.mapsa-drag::before {
  content: "\eab4";
}

.mapsa-empty-opened-wallet::before {
  content: "\eab6";
}

.mapsa-enter-arrow::before {
  content: "\eab7";
}

.mapsa-exchange::before {
  content: "\eab8";
}

.mapsa-export::before {
  content: "\eab9";
}

.mapsa-external-link::before {
  content: "\eaba";
}

.mapsa-factor::before {
  content: "\eabb";
}

.mapsa-feedback::before {
  content: "\eabd";
}

.mapsa-filled-calendar::before {
  content: "\eabe";
}

.mapsa-filled-cash::before {
  content: "\eabf";
}

.mapsa-filled-check::before {
  content: "\eac0";
}

.mapsa-gear::before {
  content: "\eac6";
}

.mapsa-combine::before {
  content: "\eac7";
}

.mapsa-german::before {
  content: "\eac8";
}

.mapsa-growth-chart::before {
  content: "\eac9";
}

.mapsa-growth::before {
  content: "\eaca";
}

.mapsa-deal::before {
  content: "\eacb";
}

.mapsa-decide::before {
  content: "\eacc";
}

.mapsa-hide::before {
  content: "\eacd";
}

.mapsa-high-security::before {
  content: "\eace";
}

.mapsa-home::before {
  content: "\eacf";
}

.mapsa-inbox::before {
  content: "\ead1";
}

.mapsa-indicator::before {
  content: "\ead2";
}

.mapsa-info::before {
  content: "\ead3";
}

.mapsa-invite::before {
  content: "\ead4";
}

.mapsa-layers::before {
  content: "\ead5";
}

.mapsa-left-arrow-chevron::before {
  content: "\ead6";
}

.mapsa-left-arrow::before {
  content: "\ead7";
}

.mapsa-back-1::before {
  content: "\ead8";
}

.mapsa-left-arrow_1::before {
  content: "\ead9";
}

.mapsa-right-arrow::before {
  content: "\eadb";
}

.mapsa-forward::before {
  content: "\eadc";
}

.mapsa-lock::before {
  content: "\eadd";
}

.mapsa-locked-padlock::before {
  content: "\eade";
}

.mapsa-low-security::before {
  content: "\eadf";
}

.mapsa-menu::before {
  content: "\eae0";
}

.mapsa-money-2::before {
  content: "\eae1";
}

.mapsa-money-3::before {
  content: "\eae2";
}

.mapsa-money-bag::before {
  content: "\eae3";
}

.mapsa-more-1::before {
  content: "\eae4";
}

.mapsa-more::before {
  content: "\eae5";
}

.mapsa-mortgage::before {
  content: "\eae6";
}

.mapsa-new-user::before {
  content: "\eae7";
}

.mapsa-contact::before {
  content: "\eae8";
}

.mapsa-notification::before {
  content: "\eae9";
}

.mapsa-ok-security::before {
  content: "\eaea";
}

.mapsa-outline-cheque::before {
  content: "\eaeb";
}

.mapsa-outline-layers::before {
  content: "\eaec";
}

.mapsa-paint-bucket::before {
  content: "\eaed";
}

.mapsa-payment::before {
  content: "\eaee";
}

.mapsa-phone-book::before {
  content: "\eaef";
}

.mapsa-plus::before {
  content: "\eaf0";
}

.mapsa-printer::before {
  content: "\eaf1";
}

.mapsa-cash-payment::before {
  content: "\eaf2";
}

.mapsa-project::before {
  content: "\eaf3";
}

.mapsa-question::before {
  content: "\eaf5";
}

.mapsa-refund::before {
  content: "\eaf6";
}

.mapsa-repair::before {
  content: "\eaf8";
}

.mapsa-report::before {
  content: "\eaf9";
}

.mapsa-salary::before {
  content: "\eafc";
}

.mapsa-search::before {
  content: "\eafd";
}

.mapsa-share::before {
  content: "\eafe";
}

.mapsa-show-detail::before {
  content: "\eaff";
}

.mapsa-siren::before {
  content: "\eb00";
}

.mapsa-stamp::before {
  content: "\eb01";
}

.mapsa-notes::before {
  content: "\eb02";
}

.mapsa-surface1-2::before {
  content: "\eb03";
}

.mapsa-account-report::before {
  content: "\eb04";
}

.mapsa-steps::before {
  content: "\eb06";
}

.mapsa-timer::before {
  content: "\eb07";
}

.mapsa-transfer-1::before {
  content: "\eb08";
}

.mapsa-transfer::before {
  content: "\eb09";
}

.mapsa-trash-2::before {
  content: "\eb0a";
}

.mapsa-trash::before {
  content: "\eb0b";
}

.mapsa-used-cash::before {
  content: "\eb0c";
}

.mapsa-user-1::before {
  content: "\eb0d";
}

.mapsa-user::before {
  content: "\eb0e";
}

.mapsa-users-setting::before {
  content: "\eb0f";
}

.mapsa-wallet::before {
  content: "\eb10";
}

.mapsa-progress-report::before {
  content: "\eb11";
}

.mapsa-watch::before {
  content: "\eb12";
}

.mapsa-work::before {
  content: "\eb13";
}

.mapsa-write-cheque::before {
  content: "\eb14";
}

.mapsa-xlsx-file-format::before {
  content: "\eb15";
}

.mapsa-pdf-file-format::before {
  content: "\eb16";
}

.mapsa-perfect-hand-sign::before {
  content: "\eb17";
}

.mapsa-tie::before {
  content: "\eb18";
}

.mapsa-surface1::before {
  content: "\eb19";
}

.mapsa-place::before {
  content: "\eb1a";
}

.mapsa-profit-loss::before {
  content: "\eb1b";
}

.mapsa-premium-plan::before {
  content: "\eb1c";
}

.mapsa-standard-plan::before {
  content: "\eb1d";
}

.mapsa-cash-flow::before {
  content: "\eb1e";
}

.mapsa-transactions-overview::before {
  content: "\eb1f";
}

.mapsa-list::before {
  content: "\eb2a";
}

.mapsa-list-of-items::before {
  content: "\eb2b";
}

.mapsa-loan-1::before {
  content: "\eb2c";
}

.mapsa-loan::before {
  content: "\eb2d";
}

.mapsa-tick::before {
  content: "\ec2d";
}

.mapsa-remove::before {
  content: "\ec2f";
}

.mapsa-download::before {
  content: "\ec3d";
}

.mapsa-my-credit::before {
  content: "\ec3e";
}

.mapsa-copy::before {
  content: "\ec3f";
}

.mapsa-coupon::before {
  content: "\ec40";
}

.mapsa-trade-off::before {
  content: "\ec41";
}

.mapsa-attach::before {
  content: "\ec42";
}

.mapsa-manager::before {
  content: "\ec43";
}

.mapsa-pettycasher::before {
  content: "\ec44";
}

.mapsa-payment-uncategorized::before {
  content: "\ec45";
  font-size: 26px !important;
}

.mapsa-manager-head::before {
  content: "\ec46";
}

.mapsa-no-attachment::before {
  content: "\ec47";
}

.mapsa-manual-help::before {
  content: "\ec48";
}

.mapsa-blinder::before {
  content: "\ec4b";
}

