.reactify-react-container {
  border: 1px solid #e1e1e1;
  padding: 20px 30px;
  border-radius: 5px;
  cursor: pointer;
}

.reactify-react-emoji-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.reactify-react-emoji img {
  width: 50px;
}

.reactify-emoji {
  cursor: pointer;
}


.reactify-react-percentage , .reactify-react-count {
    position: relative;
    background: #00aa73;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 1px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.reactify-react-percentage::after, .reactify-react-count::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #00aa73 transparent transparent transparent;
}


.reactify-emoji-name {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}

.reactify-react-block-title {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.reactify-react-percentage::after, .reactify-react-count::after {
    bottom: -37%;

}

.reactify-react-percentage::after, .reactify-react-count::after {
    border-top-color: #00aa73;
}

.reactify-react-container.layout-two .reactify-react-percentage,.reactify-react-container.layout-two .reactify-react-count {
  box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  background-color: transparent;
    border: 1px solid;
  border-radius: 11px 0px 11px 0px;
}


.reactify-react-container.layout-two{
  box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  border:0;
}




