/*todo: fix urls*/
@font-face {
  font-family: 'icomoon';
  src: url('/backend-embeds/css/font-icon/icomoon.eot?75ah4f');
  src: url('/backend-embeds/css/font-icon/icomoon.eot?75ah4f#iefix') format('embedded-opentype'),
    url('/backend-embeds/css/font-icon/icomoon.ttf?75ah4f') format('truetype'),
    url('/backend-embeds/css/font-icon/icomoon.woff?75ah4f') format('woff'),
    url('/backend-embeds/css/font-icon/icomoon.svg?75ah4f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change font-icon */
  font-family: 'icomoon' !important;
  speak: none;
  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-10:before {
  content: "\e900";
}
.icon-30:before {
  content: "\e901";
}
.icon-like-01:before {
  content: "\e902";
}
.icon-next-01:before {
  content: "\e903";
}
.icon-play:before {
  content: "\e904";
}
.icon-play-circle {
  padding: 12px;
  border-radius: 50%;
  background-color: #ed3b39;
  min-width: auto;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.icon-play-circle.slim {
  padding: 4px;
  background-color: transparent;
  min-width: auto;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.icon-play-circle:before {
  content: "\e904";
}
.icon-previous-01:before {
  content: "\e905";
}
.icon-share-01:before {
  content: "\e906";
}
.icon-stop:before {
  content: "\e907";
}
