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

vouchr Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'vouchr';
  src: url('./fonts/vouchr.eot');
  src: url('./fonts/vouchr.eot') format('embedded-opentype'),
    url('./fonts/vouchr.woff2') format('woff2'),
    url('./fonts/vouchr.woff') format('woff'),
    url('./fonts/vouchr.ttf') format('truetype'),
    url('./fonts/vouchr.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'vouchr';
  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
-------------------------*/

.icon-GIF::before {
  content: '\ea01';
}

.icon-add::before {
  content: '\ea03';
}

.icon-ar::before {
  content: '\ea02';
}

.icon-back::before {
  content: '\ea04';
}

.icon-calendar::before {
  content: '\ea05';
}

.icon-camera::before {
  content: '\ea06';
}

.icon-card::before {
  content: '\ea07';
}

.icon-center-align::before {
  content: '\ea08';
}

.icon-challenge::before {
  content: '\ea09';
}

.icon-close::before {
  content: '\ea0a';
}

.icon-close2::before {
  content: '\ea0b';
}

.icon-colour::before {
  content: '\ea0c';
}

.icon-delete::before {
  content: '\ea0d';
}

.icon-double-chevron::before {
  content: '\ea0e';
}

.icon-edit-2::before {
  content: '\ea0f';
}

.icon-edit::before {
  content: '\ea10';
}

.icon-edit2::before {
  content: '\ea11';
}

.icon-exclusive-crown::before {
  content: '\ea12';
}

.icon-font::before {
  content: '\ea13';
}

.icon-format::before {
  content: '\ea14';
}

.icon-fullscreen::before {
  content: '\ea15';
}

.icon-game::before {
  content: '\ea16';
}

.icon-game2::before {
  content: '\ea17';
}

.icon-gift::before {
  content: '\ea18';
}

.icon-group::before {
  content: '\ea19';
}

.icon-history::before {
  content: '\ea1b';
}

.icon-image::before {
  content: '\ea1d';
}

.icon-interactive-filled::before {
  content: '\ea1a';
}

.icon-interactive::before {
  content: '\ea1c';
}

.icon-left-align::before {
  content: '\ea1e';
}

.icon-left::before {
  content: '\ea1f';
}

.icon-leftSmall::before {
  content: '\ea20';
}

.icon-library::before {
  content: '\ea21';
}

.icon-like-full::before {
  content: '\ea22';
}

.icon-like::before {
  content: '\ea23';
}

.icon-link::before {
  content: '\ea24';
}

.icon-location::before {
  content: '\ea25';
}

.icon-lock::before {
  content: '\ea26';
}

.icon-mail::before {
  content: '\ea27';
}

.icon-menu::before {
  content: '\ea28';
}

.icon-money::before {
  content: '\ea29';
}

.icon-more::before {
  content: '\ea2a';
}

.icon-music-off::before {
  content: '\ea2b';
}

.icon-music::before {
  content: '\ea2c';
}

.icon-mute::before {
  content: '\ea2d';
}

.icon-mute2::before {
  content: '\ea2e';
}

.icon-note-bg-color::before {
  content: '\ea2f';
}

.icon-note::before {
  content: '\ea30';
}

.icon-note1::before {
  content: '\ea31';
}

.icon-note2::before {
  content: '\ea32';
}

.icon-ok::before {
  content: '\ea33';
}

.icon-open::before {
  content: '\ea34';
}

.icon-package::before {
  content: '\ea35';
}

.icon-pause::before {
  content: '\ea36';
}

.icon-play::before {
  content: '\ea37';
}

.icon-premium-filled::before {
  content: '\ea38';
}

.icon-premium::before {
  content: '\ea39';
}

.icon-preview::before {
  content: '\ea3a';
}

.icon-quote-filled::before {
  content: '\ea3b';
}

.icon-quote::before {
  content: '\ea3c';
}

.icon-receipt::before {
  content: '\ea3d';
}

.icon-received::before {
  content: '\ea3e';
}

.icon-refresh::before {
  content: '\ea3f';
}

.icon-reorder::before {
  content: '\ea40';
}

.icon-replay::before {
  content: '\ea41';
}

.icon-right-align::before {
  content: '\ea42';
}

.icon-right::before {
  content: '\ea43';
}

.icon-rightSmall::before {
  content: '\ea44';
}

.icon-rotate-camera::before {
  content: '\ea45';
}

.icon-search::before {
  content: '\ea46';
}

.icon-sent::before {
  content: '\ea47';
}

.icon-sent2::before {
  content: '\ea48';
}

.icon-settings::before {
  content: '\ea49';
}

.icon-share::before {
  content: '\ea4a';
}

.icon-slide-show::before {
  content: '\ea4b';
}

.icon-stop::before {
  content: '\ea4c';
}

.icon-title::before {
  content: '\ea4d';
}

.icon-toolbox::before {
  content: '\ea4e';
}

.icon-tools::before {
  content: '\ea4f';
}

.icon-undo::before {
  content: '\ea50';
}

.icon-upload::before {
  content: '\ea51';
}

.icon-video-replay::before {
  content: '\ea52';
}

.icon-video::before {
  content: '\ea53';
}

.icon-volume2::before {
  content: '\ea53';
}

.icon-volumn::before {
  content: '\ea55';
}

.icon-warning::before {
  content: '\ea56';
}

.icon-widget::before {
  content: '\ea57';
}

.icon-window::before {
  content: '\ea58';
}

.icon-youtube::before {
  content: '\ea59';
}
