div.da-reactions-exposed {
  text-align: center; }
  .right div.da-reactions-exposed {
    text-align: right; }
  .left div.da-reactions-exposed {
    text-align: left; }

div.da-reactions-container {
  text-align: center;
  max-width: 100%; }
  div.da-reactions-container.right {
    text-align: right; }
  div.da-reactions-container.left {
    text-align: left; }
  div.da-reactions-container * {
    transition: all 400ms; }
  @media screen and (max-width: 420px) {
    div.da-reactions-container div.reactions {
      overflow: hidden;
      max-width: 0;
      max-height: 0; } }
  div.da-reactions-container div.reactions div.reaction {
    display: inline-block;
    margin: 4px;
    transition: all 100ms ease-out;
    position: relative;
    cursor: pointer; }
    div.da-reactions-container div.reactions div.reaction.active {
      -webkit-animation: bounce 1s;
              animation: bounce 1s; }
    @media screen and (max-width: 420px) {
      div.da-reactions-container div.reactions div.reaction {
        margin: 0; } }
    div.da-reactions-container div.reactions div.reaction .count {
      position: absolute;
      right: -0.3em;
      bottom: -0.3em;
      background-color: rgba(255, 255, 255, 0.5);
      width: 2em;
      border-radius: 1em;
      line-height: 2em;
      height: 2em;
      text-align: center;
      font-weight: lighter;
      font-size: 1em;
      white-space: nowrap;
      cursor: help; }
    div.da-reactions-container div.reactions div.reaction:hover {
      -webkit-transform: scale(1.3) translate(0, -20%);
              transform: scale(1.3) translate(0, -20%);
      z-index: 2; }
      div.da-reactions-container div.reactions div.reaction:hover .count {
        right: -10%;
        bottom: -10%; }
      div.da-reactions-container div.reactions div.reaction:hover:after {
        display: block;
        position: absolute;
        content: attr(data-title);
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 4px 8px;
        border-radius: 20px;
        white-space: nowrap;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%) translateY(-130%);
                transform: translateX(-50%) translateY(-130%); }
  div.da-reactions-container .reactions-toggle {
    display: none; }
    @media screen and (max-width: 420px) {
      div.da-reactions-container .reactions-toggle {
        display: block; } }
    div.da-reactions-container .reactions-toggle .bar1 {
      -webkit-transform: none;
              transform: none; }
    div.da-reactions-container .reactions-toggle .bar2 {
      opacity: 1; }
    div.da-reactions-container .reactions-toggle .bar3 {
      -webkit-transform: none;
              transform: none; }
  div.da-reactions-container.open div.reactions {
    max-width: 100vw;
    max-height: 100vw;
    overflow: visible; }
    div.da-reactions-container.open div.reactions div.reaction {
      margin: 10px; }
  div.da-reactions-container.open .reactions-toggle .bar1 {
    -webkit-transform: rotate(45deg) translateX(20%) translateY(-10%);
            transform: rotate(45deg) translateX(20%) translateY(-10%); }
  div.da-reactions-container.open .reactions-toggle .bar2 {
    opacity: 0; }
  div.da-reactions-container.open .reactions-toggle .bar3 {
    -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-20%);
            transform: rotate(-45deg) translateX(-50%) translateY(-20%); }

div.da-reactions-reveal {
  position: relative;
  display: flex;
  justify-content: center; }
  div.da-reactions-reveal.right {
    justify-content: flex-end; }
  div.da-reactions-reveal.left {
    justify-content: flex-start; }
  div.da-reactions-reveal div.before-reveal {
    opacity: 1;
    position: relative;
    transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    div.da-reactions-reveal div.before-reveal img {
      cursor: pointer; }
  div.da-reactions-reveal div.after-reveal {
    display: flex;
    transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    position: absolute;
    bottom: 0;
    z-index: 1; }
    div.da-reactions-reveal div.after-reveal .reaction {
      margin: 5px;
      transition: all 200ms cubic-bezier(0.35, 1.69, 0.48, 0.6);
      position: relative; }
      div.da-reactions-reveal div.after-reveal .reaction img {
        cursor: pointer; }
      div.da-reactions-reveal div.after-reveal .reaction:hover {
        -webkit-transform: scale(1.3) translate(0, -20%);
                transform: scale(1.3) translate(0, -20%);
        z-index: 2; }
  div.da-reactions-reveal .count {
    cursor: help;
    position: absolute;
    bottom: -0.7em;
    right: -0.7em;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 1em;
    text-align: center;
    font-weight: lighter;
    padding: 0 0.3em; }
  div.da-reactions-reveal.active div.before-reveal {
    opacity: 0; }
  div.da-reactions-reveal.active div.after-reveal {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

div#da-reactions-users-tooltip {
  position: fixed;
  z-index: 99999;
  width: 1px;
  height: 1px;
  overflow: visible; }
  div#da-reactions-users-tooltip > div {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #040404;
    color: #FFF;
    padding: .4em;
    border-radius: .8em;
    position: absolute;
    bottom: 10px; }
    div#da-reactions-users-tooltip > div:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 0;
      border: 0.625em solid transparent;
      border-top-color: #040404;
      border-bottom: 0;
      margin-left: -0.625em;
      margin-bottom: -0.625em; }
  div#da-reactions-users-tooltip .da-reactions-users-tooltip-row {
    margin: .2em;
    white-space: nowrap; }
    div#da-reactions-users-tooltip .da-reactions-users-tooltip-row span {
      display: inline-block; }
    div#da-reactions-users-tooltip .da-reactions-users-tooltip-row img {
      width: auto;
      max-width: unset;
      height: 0.8em;
      display: inline-block;
      margin: .1em .4em; }

div#da-reactions-users-modal-background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 99999; }
  div#da-reactions-users-modal-background .da-reactions-users-modal-toggle {
    cursor: pointer; }
  div#da-reactions-users-modal-background > div {
    max-width: 600px;
    max-height: 100%;
    width: 100%;
    overflow-y: scroll;
    background-color: #f1f1f1; }
    div#da-reactions-users-modal-background > div > .da-reactions-users-modal-row {
      padding: 20px;
      border-bottom: 1px solid #666;
      display: block; }
      div#da-reactions-users-modal-background > div > .da-reactions-users-modal-row > img {
        width: auto;
        height: 1em;
        display: inline-block;
        margin: 0 20px 0 0; }
      div#da-reactions-users-modal-background > div > .da-reactions-users-modal-row.tools > img {
        opacity: 0.5; }
        div#da-reactions-users-modal-background > div > .da-reactions-users-modal-row.tools > img.current {
          opacity: 1;
          box-shadow: 0 0 5px #069;
          border-radius: 50%; }
    div#da-reactions-users-modal-background > div .da-reactions-users-modal-paginator > span {
      display: inline-block;
      padding: 10px 15px;
      margin: 10px;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      cursor: pointer; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(1.3) translate(0, -20%);
            transform: scale(1.3) translate(0, -20%); }
  20%, 50% {
    -webkit-transform: scale(1.3) translateY(0);
            transform: scale(1.3) translateY(0); }
  40% {
    -webkit-transform: scale(1.3) translateY(-30px);
            transform: scale(1.3) translateY(-30px); }
  60% {
    -webkit-transform: scale(1.3) translateY(-15px);
            transform: scale(1.3) translateY(-15px); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(1.3) translate(0, -20%);
            transform: scale(1.3) translate(0, -20%); }
  20%, 50% {
    -webkit-transform: scale(1.3) translateY(0);
            transform: scale(1.3) translateY(0); }
  40% {
    -webkit-transform: scale(1.3) translateY(-30px);
            transform: scale(1.3) translateY(-30px); }
  60% {
    -webkit-transform: scale(1.3) translateY(-15px);
            transform: scale(1.3) translateY(-15px); } }
