/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2025 | 17:13:48 */
#channel-chat-widget #tooltiptext {
  visibility: visible;
  width: 280px;
  background-color: white;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 115%;
}
#channel-chat-widget #tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}
#channel-chat-widget:hover #tooltiptext {
  visibility: visible;
}
@media (max-width: 480px) {
  #channel-chat-widget #tooltiptext {
    width: 230px;
    top: -4px;
  }
}