/* fonts/font_icons/ - path icons */

@font-face {
  font-family: 'font_icons';
  src:
    url('fonts/font_icons/font_icons.ttf?mwzb2f') format('truetype'),
    url('fonts/font_icons/font_icons.woff?mwzb2f') format('woff'),
    url('fonts/font_icons/font_icons.svg?mwzb2f#font_icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'font_icons' !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;
}

.icon-ui-caroussel-arrow:before {
  content: "\e91b";
}
.icon-ui-turbo-off:before {
  content: "\e915";
}
.icon-ui-turbo-on:before {
  content: "\e91a";
}
.icon-infinity:before {
  content: "\e919";
}
.icon-ui-coin:before {
  content: "\e900";
}
.icon-ui-auto-play:before {
  content: "\e90b";
}
.icon-ui-check .path1:before {
  content: "\e912";
  color: rgb(30, 136, 16);
}
.icon-ui-check .path2:before {
  content: "\e913";
  margin-left: -1.107421875em;
  color: rgb(51, 206, 30);
}
.icon-ui-spin:before {
  content: "\e914";
}
.icon-ui-x .path1:before {
  content: "\e916";
  color: rgb(136, 16, 16);
}
.icon-ui-x .path2:before {
  content: "\e917";
  margin-left: -1.095703125em;
  color: rgb(255, 58, 58);
}
.icon-ui-7:before {
  content: "\e918";
}
.icon-replay:before {
  content: "\e937";
}
.icon-down:before {
  content: "\e90f";
}
.icon-up:before {
  content: "\e911";
}
.icon-bonus:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e905";
}
.icon-freespins:before {
  content: "\e907";
}
.ngt-lang-tr .icon-freespins:before {
  content: "\e904";
}
.icon-info:before {
  content: "\e908";
}
.icon-sound-off:before {
  content: "\e909";
}
.icon-sound-on:before {
  content: "\e90a";
}
.icon-wager:before {
  content: "\e901";
}
.icon-balance:before {
  content: "\e902";
}
.icon-home:before {
  content: "\e90e";
}
.icon-settings:before {
  content: "\e910";
}
.icon-history:before {
  content: "\e90d";
}
.icon-menu:before {
  content: "\e90c";
}
.icon-arrow_down:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e906";
}
