@charset "UTF-8";

@font-face {
  font-family: "likes";
  src:url("fonts/likes.eot");
  src:url("fonts/likes.eot?#iefix") format("embedded-opentype"),
    url("fonts/likes.woff") format("woff"),
    url("fonts/likes.ttf") format("truetype"),
    url("fonts/likes.svg#likes") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[data-icon]:before {
  font-family: "likes" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "likes" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.likes-buttons {
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}

.icon {
  display: inline;
  font-size: large;
  margin-right: 1px;
  margin-right: 1px;
}

.icon-like:before {
  content: "l";
}
.icon-like-filled:before {
  content: "f";
}
.icon-dislike:before {
  content: "d";
}
.icon-dislike-filled:before {
  content: "n";
}

.likesBlock {
  position: absolute;
  top: 17.5px;
  float: right;
  left: 90px;
}

.active-now {
  color: #FFF;
  text-shadow: 0 0 1px rgba(255,255,255,1) , 0 0 2px rgba(255,255,255,1) , 0 0 3px rgba(255,255,255,1) , 0 0 4px #6188FF , 0 0 7px #6188FF , 0 0 8px #6188FF , 0 0 10px #6188FF , 0 0 15px #6188FF ;
}
