@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.reactions-container {
    text-align: center !important;
    display: block !important;
    margin: 20px 0 !important;
    line-height: 0 !important;
}

.reactionstitle {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
    line-height: 20px !important;
    max-width: 100% !important;
    margin-bottom: 35px !important;
    text-decoration: none !important;
    -webkit-user-select: none !important;
}

.reactions {
    background: #ffffff !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: inline-block !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 50px !important;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.45) !important;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.45) !important;
    line-height: 0 !important;
}

.reaction {
    display: inline-block !important;
    width: 70px !important;
    height: 70px !important;
    margin: -9px !important;
    cursor: pointer !important;
    position: relative !important;
    -webkit-transition: 200ms !important;
    transition: 200ms !important;
}
@media only screen and (max-width: 768px) {
    .reaction {
        width: 55px;
        height: 55px;
    }
}
.reaction.active {
    -webkit-transform: scale( 1.13077) translate(0, -4px) !important;
    transform: scale( 1.13077) translate(0, -4px) !important;
}

.reaction.active:before {
    opacity: 1 !important;
}

.reaction img {
    width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
    vertical-align: middle !important;
}
.reactions-container .expandshare .share-btn {
    color: #fff !important;
}

.reaction::before {
    content: attr(data-label) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    color: #fff !important;
    background: rgba(0, 0, 0, .75) !important;
    display: inline-block !important;
    font-weight: bold !important;
    padding: 0 6px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    position: absolute !important;
    line-height: 18px !important;
    max-width: 100% !important;
    width: unset !important;
    word-break: keep-all !important;
    overflow: hidden !important;
    top: -10px !important;
    left: 50% !important;
    opacity: 0 !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    -webkit-transition: opacity 50ms ease !important;
    transition: opacity 50ms ease !important;
    text-decoration: none !important;
    text-overflow: ellipsis !important;
    -webkit-user-select: none !important;
}

.reaction::after {
    content: attr(data-count) !important;
    font-size: 8px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #fff !important;
    background: #d81111 !important;
    display: inline-block !important;
    font-weight: bold !important;
    padding: 0 4px !important;
    border-radius: 50px !important;
    box-sizing: border-box !important;
    position: absolute !important;
    line-height: 13px !important;
    max-width: 100% !important;
    width: unset !important;
    overflow: hidden !important;
    top: 15px !important;
    right: 11.3px !important;
    text-decoration: none !important;
    text-overflow: ellipsis !important;
    -webkit-user-select: none !important;
}

.reaction:hover {
    -webkit-transform: scale( 1.23077) translate(0, -4px) !important;
    transform: scale( 1.23077) translate(0, -4px) !important;
}

.reaction:active {
    -webkit-transform: scale( 1.33) translate(0, -4px) !important;
    transform: scale( 1.33) translate(0, -4px) !important;
}

.reaction:hover::before {
    opacity: 1 !important;
}

.like.active::before {
    background: #6687c4 !important;
}

.love.active::before {
    background: #f25268 !important;
}

.haha.active::before  {
    background: #f0ba15 !important;
}

.wow.active::before  {
    background: #f0ba15 !important;
}

.sad.active::before  {
    background: #f0ba15 !important;
}

.angry.active::before {
    background: #f7714b !important;
}

.expandshare {
    background: rgba(0, 0, 0, 0) !important;
    color: #365899 !important;
    -webkit-transition: all .15s !important;
    transition: all .15s !important;
    margin: 25px 0 !important;
    display: none;
    vertical-align: middle !important;
    text-align: center !important;
}

.share-btn {
    font-family: Arial, Helvetica, sans-serif !important;
    margin: 0 5px !important;
    padding: 8px 10px !important;
    border-radius: 30px !important;
    color: #fff !important;
    cursor: pointer !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 10px !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    -moz-transition: background 0.2s ease-in-out !important;
    -o-transition: background 0.2s ease-in-out !important;
    -webkit-transition: background 0.2s ease-in-out !important;
    transition: background 0.2s ease-in-out !important;
}

.share-btn i {
    margin-right: 4px !important;
    display: inline-block !important;
    font-size: 14px !important;
}
.share-btn:hover {
    color: #fff !important;
}
.share-btn {
    border: none !important;
}
.share-btn-facebook {
    background-color: #3b5998 !important;
}

.share-btn-facebook:hover {
    background-color: #2d4373 !important;
}

.share-btn-twitter {
    background-color: #00aced !important;
}

.share-btn-twitter:hover {
    background-color: #0087ba !important;
}

.share-btn-googleplus {
    background-color: #e93f2e !important;
}
.share-btn-googleplus:hover {
    background-color: #ce2616 !important;
}

.react-notif-alert {
    font-family: 'Segoe UI', Arial !important;
    border-radius: 4px !important;
    background: #f9f9f9 !important;
    border: 1px solid transparent !important;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1) !important;
    bottom: 30px !important;
    left: 30px !important;
    position: fixed !important;
    width: 245px !important;
    z-index: 99999999999999 !important;
    cursor: pointer !important;
    -webkit-animation: holy-grill .6s cubic-bezier(.73, -.485, .145, 1.62) !important;
    animation: holy-grill .6s cubic-bezier(.73, -.485, .145, 1.62) !important;
    display: none;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
.react-notification {
    padding: 7px !important;
    font-size: 14px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 !important;
}
.react-notification .react-sd-avatar {
    margin-right: 5px !important;
}
.react-notification img {
    border-radius: 50% !important;
    height: 35px !important;
    width: 35px !important;
    max-width: 35px !important;
    max-height: 35px !important;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    margin: 0 !important;
    padding: 0 !important;
}
.react-notification strong {
    margin-top: 0 !important;
    color: #1d2129 !important;
    font-weight: 600 !important;
}
.react-notification span {
    font-weight: normal !important;
}
.react-notif-c {
    line-height: 17px !important;
}
.react-sas {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 7px !important;
    margin-left: -6px !important;
}
.react-sas .react-timing {
    color: #90949c !important;
    padding: 4px 0 !important;
}
.react-like-btn {
    width: 27px !important;
    height: 27px !important;
    display: inline-block !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.react-close-btn {
    background-repeat: no-repeat !important;
    background-size: 36px 615px !important;
    background-position: -16px -564px !important;
    height: 19px !important;
    width: 19px !important;
    right: 4px !important;
    top: 8px !important;
    position: absolute !important;
    cursor: pointer !important;
    display: inline-block !important;
}
@-webkit-keyframes holy-grill {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }

  100% {
    opacity: .96;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes holy-grill {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }

  100% {
    opacity: .96;
    -webkit-transform: none;
    transform: none;
  }
}