@font-face {
  font-family: 'custom-icons';
  src: url('../assets/fonts/custom-icons-0.3/fontello.eot?68132327');
  src: url('../assets/fonts/custom-icons-0.3/fontello.eot?68132327#iefix') format('embedded-opentype'),
       url('../assets/fonts/custom-icons-0.3/fontello.woff2?68132327') format('woff2'),
       url('../assets/fonts/custom-icons-0.3/fontello.woff?68132327') format('woff'),
       url('../assets/fonts/custom-icons-0.3/fontello.ttf?68132327') format('truetype'),
       url('../assets/fonts/custom-icons-0.3/fontello.svg?68132327#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.custom-icon::before,
[class^="custom-icon-"]::before,
[class*=" custom-icon-"]::before {
  display: inline-block;
  font-family: custom-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: .025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-bell-fill:before { content: '\e801'; }
.custom-icon-cashier-dollar:before { content: '\e800'; }
.custom-icon-diagonal-arrows:before { content: '\e802'; }
.custom-icon-file-tree-lines:before { content: '\e803'; }
.custom-icon-four-boxes-fill:before { content: '\e804'; }
.custom-icon-gear-fill:before { content: '\e805'; }
.custom-icon-home-fill:before { content: '\e806'; } 
.custom-icon-messenger:before { content: '\e807'; }
.custom-icon-share:before { content: '\e808'; }
.custom-icon-people-fill:before { content: '\e809'; font-size: 1.8rem;}
.custom-icon-menu-dot:before { content: '\f10c';}
.custom-icon-graph-up:before { content: '\e80a'; font-size: 1.8rem; } 
.custom-icon-diagram-3-fill:before { content: '\e80b'; font-size: 1.8rem; }
.custom-icon-gestion-p2b:before { content: '\e80c'; font-size: 2.1rem; margin-top: 9px;}
.custom-icon-retirar-fill:before { content: '\e80e';}
.custom-icon-recargar-fill:before { content: '\e80f';}
