a[href*='https://github.com/Chainlit/chainlit'] {
    visibility: hidden;
}

.watermark {
  display: none !important;
}

.css-hhc1wx img {
  margin-top: 3rem;
  max-height: 80px !important;
  margin-left: 8px;
}

.css-12ps2hw {
    background-color: #0000ff !important;
}

.css-12ps2hw:hover {
    background-color: rgba(0, 0, 255, 0.6) !important;
}

.css-1kby347 {
    color: #0000ff !important;
    border-top-color: #0000ff !important;
    border-right-color: #0000ff !important;
    border-bottom-color: #0000ff !important;
    border-left-color: #0000ff !important;
}

.css-1kby347:hover {
    /*background-color: #0000ff !important;*/
    background-color: rgba(0, 0, 255, 0.2) !important;
}


#actions-list span:nth-child(1) button {
  color: #f44336 !important;
  border: 2px solid #f44336 !important;
  background-color: transparent !important;
}

#actions-list span:nth-child(1) button:hover {
  background-color: #f44336 !important;
  color: #ffffff !important;
}

#actions-list span:nth-child(2) button {
  color: #ff9800 !important;
  border: 2px solid #ff9800 !important;
  background-color: transparent !important;
}

#actions-list span:nth-child(2) button:hover {
  background-color: #ff9800 !important;
  color: #ffffff !important;
}

#actions-list span:nth-child(3) button {
  color: #4caf50 !important;
  border: 2px solid #4caf50 !important;
  background-color: transparent !important;
}

#actions-list span:nth-child(3) button:hover {
  background-color: #4caf50 !important;
  color: #ffffff !important;
}

#actions-list span:nth-child(4) button {
  color: #2196f3 !important;
  border: 2px solid #2196f3 !important;
  background-color: transparent !important;
}

#actions-list span:nth-child(4) button:hover {
  background-color: #2196f3 !important;
  color: #ffffff !important;
}

#actions-list span:nth-child(5) button {
  color: #e91e63 !important;
  border: 2px solid #e91e63 !important;
  background-color: transparent !important;
}

#actions-list span:nth-child(5) button:hover {
  background-color: #e91e63 !important;
  color: #ffffff !important;
}

#actions-list span:nth-child(6) button {
  color: #00bcd4 !important;
  border: 2px solid #00bcd4 !important;
  background-color: transparent !important;
}

#actions-list span:nth-child(6) button:hover {
  background-color: #00bcd4 !important;
  color: #ffffff !important;
}

#actions-list span:nth-child(7) button {
  color: #ffeb3b !important;
  border: 2px solid #ffeb3b !important;
  background-color: transparent !important;
}

#actions-list span:nth-child(7) button:hover {
  background-color: #ffeb3b !important;
  color: #ffffff !important;
}

#actions-list span:nth-child(8) button {
  color: #738cff !important;
  border: 2px solid #738cff !important;
  background-color: transparent !important;
}

#actions-list span:nth-child(8) button:hover {
  background-color: #738cff !important;
  color: #ffffff !important;
}

#actions-list span:nth-child(9) button {
  color: #009688 !important;
  border: 2px solid #009688 !important;
  background-color: transparent !important;
}

#actions-list span:nth-child(9) button:hover {
  background-color: #009688 !important;
  color: #ffffff !important;
}