.myreactions-container {
  padding: 5px 5px 5px 5px;
}
.myreactions-container.myreactions-profile-container {
  padding: 0;
  border: 0;
}
.myreactions-reactions, .myreactions-reaction {
  background: none; 
  border: none;
  display: inline-block;
  border-radius: 0; 
  color: var(--highlight);
}

.myreactions-reaction {
  display: inline-block;
  margin-right: 5px; 
  padding: 0;
  float: left;
  color: var(--highlight); 
}

.myreactions-reaction i {
 font-size: 24px;
  color: var(--highlight); 
}

.myreactions-reaction img {
  width: 24px; 
  height: 24px;
  margin: 0; 
}
.myreactions-reaction span {
  float: right;
  margin-left: 5px;
  color: var(--highlight); 
}
.myreactions-reactions:hover, .myreactions-reaction:hover {
  border: none; 
  opacity: 0.8; 
}
.myreactions-container img {
  width: 24px;
  height: 24px;
}
.myreactions-container.reactions-16 img {
  width: 24px;
  height: 24px;
	  margin: 0; 
}
.myreactions-container.reactions-16 .myreactions-reaction span {
  font-size: 12px;
  line-height: 16px;
  color: var(--highlight); 
}
.myreactions-container.reactions-20 img {
  width: 20px;
  height: 20px;
	  margin: 0; 
}
.myreactions-container.reactions-20 .myreactions-reaction span {
  font-size: 13px;
  line-height: 20px;
  color: var(--highlight); 
}
.myreactions-container.reactions-24 img {
  width: 24px;
  height: 24px;
	  margin: 0; 
}

.myreactions-container.reactions-24 .myreactions-reaction span {
  font-size: 14px;
  line-height: 24px;
  color: var(--highlight); 
}
.myreactions-container.reactions-28 img {
  width: 28px;
  height: 28px;
	  margin: 0; 
}
.myreactions-container.reactions-28 .myreactions-reaction span {
  font-size: 15px;
  line-height: 28px;
  color: var(--highlight); 
}
.myreactions-container.reactions-32 img {
  width: 32px;
  height: 32px;
	  margin: 0; 
}
.myreactions-container.reactions-32 .myreactions-reaction span {
  font-size: 16px;
  line-height: 32px;
  color: var(--highlight); 
}
.myreactions-container.reactions-48 img {
  width: 48px;
  height: 48px;
	  margin: 0; 
}
.myreactions-container.reactions-48 .myreactions-reaction span {
  font-size: 18px;
  line-height: 48px;
  color: var(--highlight); 
}

/* Reaction and Reacted Modal */
.myreactions-post-reacted {
  max-height: 500px;
  overflow: auto;
}
.myreactions-react img, .myreactions-post-reacted img {
  width: 48px;
  height: 48px;
  padding: 0;
}
.reaction-add, .myreactions-react img {
  cursor: pointer;
  color: var(--highlight); 
}
.myreactions-react img.disabled {
  cursor: not-allowed;
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.myreactions-post-reacted .myreactions_reacted_row_hidden {
  display: none;
}
.myreactions-post-reacted label {
  cursor: pointer;
  color: var(--highlight); 
}
