.tools-default {
  background-image: url('../images/facebook.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -277px -446px;
}

.tools-emo {
  display: inline-block;
  margin: 0 6px -3px 0;
  width: 16px;
  height: 16px;
}

.reactions-box {
    height: 133px;
    width: 150px;
    padding: 10px;
    position: absolute;
    top: -46px;
    left: -14px;
    /* box-shadow: 1px 1px 2px #cccccc, -1px 0px 2px #eeeeee; */
    border-radius: 44px 44px;
    display: none;
    z-index: 11111111;
    /* background: rgba(255, 255, 255, 0.72); */
}

.reaction {
  list-style-type: none;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  opacity: 0;
  transform: scale(1, 1);
  transition: opacity .5s ease-in-out 1s, transform .07s ease-in-out 0s, top .07s ease-in-out 0s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.tools:hover .reactions-box {
  display: block;
}

.reaction-CopyPaste {
    left: -7px;
    transition-delay: 0s;
    /* background-image: url('../images/reactions_like.png'); */
    /* color: #FFF; */
    font-family: ourFont_light;
    margin-top: 12px;
    font-size: 17px;
    background: rgb(37, 195, 206);
    border-radius: 100%;
    padding: 10px 0px;
}

.reaction-love {
left: 36px;
    /* transition-delay: .05s; */
    /* background-image: url('../images/reactions_love.png'); */
    /* color: #FFF; */
    font-family: ourFont_light;
    margin-top: -3px;
    font-size: 17px;
    background: rgb(159, 199, 100);
    border-radius: 100%;
    padding: 15px 0px;
}

.reaction-haha {
left: 79px;
    /* transition-delay: .1s; */
    /* background-image: url('../images/reactions_haha.png'); */
    font-family: ourFont_light;
    margin-top: 17px;
    font-size: 17px;
    background: rgb(231, 73, 85);
    border-radius: 100%;
    padding: 15px 0px;
}

.reaction-wow {
left: 96px;
    transition-delay: .15s;
    /* background-image: url('../images/reactions_wow.png'); */
    font-family: ourFont_light;
    margin-top: 60px;
    font-size: 17px;
    background: rgb(252, 179, 34);
    border-radius: 100%;
    padding: 15px 0px;
}
/*
.reaction-sad {
  left: 242px;
  transition-delay: .2s;
  background-image: url('../images/reactions_sad.png');
}

.reaction-angry {
  left: 300px;
  transition-delay: .25s;
  background-image: url('../images/reactions_angry.png');
}

*/

.tools:hover .reaction {
  opacity: 1;
  animation-name: reaction_delay;
  animation-duration: .5s;
}

@keyframes reaction_delay {
  0% {
    width: 48px;
    height: 48px;
    top: 60px;
  }
  50% {
    width: 56px;
    height: 56px;
    top: 5px;
  }	
  100% {
    width: 48px;
    height: 48px;
    top: 8px;
  }
}


.tools:hover .reaction-CopyPaste {
  animation-delay: 0s
}

.tools:hover .reaction-love {
  animation-delay: .05s
}

.tools:hover .reaction-haha {
  animation-delay: .1s
}

.tools:hover .reaction-wow {
  animation-delay: .15s
}
/*
.tools:hover .reaction-sad {
  animation-delay: .2s
}

.tools:hover .reaction-angry {
  animation-delay: .25s
}
*/
.reaction:hover {
  transform: scale(1.3, 1.3);
  top: 2px
}



.reaction::before {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-family: inherit;
  line-height: 17px;
  font-size: .7em;
  height: 61px;
  width: 61px;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  opacity: 0;
  transition: opacity .2s ease-in-out 0s;
}

.reaction:hover::before {
  opacity: 1
}

.reaction-CopyPaste::before {
    content: 'نسخ ولصق متعدد';
    font-size: 10px;
    padding: 12px 6px;
    position: absolute;
    right: -42px;
  background-color: rgb(76, 214, 221);    
}

.reaction-love::before {
  content: 'تجربة 2';
  font-size: 10px;
  padding: 12px 6px;
  right: -9px;
  top: 41px;
  background: rgb(159, 199, 100);
}

.reaction-haha::before {
  content: 'تجربة 3';
  font-size: 10px;
  padding: 12px 6px;
  right: 24px;
  top: 26px;
  background: rgb(231, 73, 85);

}
.reaction-wow::before {
  content: 'تجربة 4';
  font-size: 10px;
  padding: 12px 6px;
  right: 37px;
  top: -7px;
  background: rgb(252, 179, 34);

}

    
/*
.reaction-sad::before {
  content: 'Sad'
}

.reaction-angry::before {
  content: 'Angry'
}
*/

.CopyPaste-stat {
  margin-top: 10px;
}

.tools-CopyPaste{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -17px -151px;
}

.tools-love{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 -168px;
}

.tools-haha{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 -151px;
}

.tools-wow{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -17px -185px;
}
/*
.tools-sad{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -17px -168px;
}

.tools-angry{
  background-image: url('../images/reaction-small.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -17px -117px;
}
*/
.tools-text-CopyPaste {
  color:rgb(88, 144, 255);
}
.tools-text-wow,.tools-text-haha,.tools-text-sad {
  color:rgb(240, 186, 21)
}
.tools-text-love{
  color:rgb(242, 82, 104)
}
.tools-text-angry{
  color:rgb(247, 113, 75);
}

.CopyPaste-emo > span{
    display: inline-block;
    margin: 0 -3px -3px 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #EEE;
    border-radius: 50%;

}

.CopyPaste-details{
  margin-left:10px;
  color:#9197a3;
  font-size:12px;
}