/*--------------------------------

icons icon font
Generated using nucleoapp.com

-------------------------------- */

@font-face {
  font-family: 'icons';
  src: url("/assets/icons/icons-89b1288d.eot");
  src: url("/assets/icons/icons-89b1288d.eot") format('embedded-opentype'),
       url("/assets/icons/icons-e0d171d8.woff2") format('woff2'),
       url("/assets/icons/icons-91460850.woff") format('woff'),
       url("/assets/icons/icons-3b49cf88.ttf") format('truetype'),
       url("/assets/icons/icons-6d70ac0d.svg") format('svg');
}

/* base class */
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'icons';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* size examples - relative units */
.icon-sm {
  font-size: 0.8em;
}

.icon-lg {
  font-size: 1.2em;
}

/* size examples - absolute units */
.icon-16 {
  font-size: 16px;
}

.icon-24 {
  font-size: 24px;
}

.icon-32 {
  font-size: 32px;
}

/* rotate the icon infinitely */
.icon-is-spinning {
  animation: icon-spin 1s infinite linear;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* transform */
.icon-rotate-90 {
  transform: rotate(90deg);
}

.icon-rotate-180 {
  transform: rotate(180deg);
}

.icon-rotate-270 {
  transform: rotate(270deg);
}

.icon-flip-y {
  transform: scaleY(-1);
}

.icon-flip-x {
  transform: scaleX(-1);
}

/* icons */
.icon-file-xlsx-1::before {
  content: "\ea29";
}

.icon-file-pdf-1::before {
  content: "\ea2a";
}

.icon-c-add-1::before {
  content: "\ea2b";
}

.icon-zoom::before {
  content: "\ea2c";
}

.icon-currency-dollar::before {
  content: "\ea2d";
}

.icon-delete-forever::before {
  content: "\ea2e";
}

.icon-system-preferences-1::before {
  content: "\ea2f";
}

.icon-cogwheel::before {
  content: "\ea30";
}

.icon-filter::before {
  content: "\ea31";
}

.icon-pen::before {
  content: "\ea32";
}

.icon-view::before {
  content: "\ea33";
}

.icon-calendar-2::before {
  content: "\ea34";
}

.icon-airplane::before {
  content: "\ea35";
}

.icon-f-dashboard::before {
  content: "\ea36";
}

.icon-mic-1::before {
  content: "\ea37";
}

.icon-new-construction-1::before {
  content: "\ea38";
}

.icon-receipt-list-43-1::before {
  content: "\ea39";
}

.icon-event-ticket-1::before {
  content: "\ea3a";
}

.icon-coupon-1::before {
  content: "\ea3b";
}

.icon-stadium::before {
  content: "\ea3c";
}

.icon-user-list-1::before {
  content: "\ea3d";
}

.icon-map-pin::before {
  content: "\ea3e";
}

.icon-data-download::before {
  content: "\ea3f";
}
