#chatToggle {
  position: fixed;
  bottom: 130px;
  right: 10px;
  color: #6366f1;
  font-size: 18px;
  z-index: 1001;
  background-color: rgba(26, 26, 26, 0.8);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  box-shadow: 0 0px 10px rgb(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}