.lisa-open-button {
  background-color: #d9e5f3 !important;
  color: white !important;
  bottom: 23px !important;
  right: 20px !important;
  width: 75px !important;
  height: 75px !important;
  opacity: unset !important;
}
#oic-chatbot-fallback {
  border: 0;
  border-radius: 18px;
  position: fixed;
  z-index: 9;
  padding: 0;
}
#oic-chatbot-fallback img {
  height: 75px;
  width: 75px;
}
.lisa-logo {
  display: block;
}
.lisa-chat-header-main{
  margin-right: unset !important;
}
.lisa-open-button.chatImg img{
  position: relative;
  left: 3px;
  bottom: 4px;
}
.tooltiptext {
    visibility: hidden;
    opacity: 0;
    width: 200px;
    /* CLS fix — reserve fixed height so font loading doesn't shift the tooltip.
     * 34px accommodates single-line Thai/English text at font-weight 500. */
    height: 34px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9e5f3;
    color: #184e84;
    text-align: center;
    border-radius: 18px;
    padding: 5px 0;
    position: fixed;
    z-index: 9;
    bottom: 42px;
    right: 100px;
    font-weight: 500;
    overflow: hidden;
    pointer-events: none;
    transition: opacity .2s ease;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 99%;
  margin-top: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #d9e5f3;
  transition: visibility 1s, opacity 1s linear;
}
.tooltiptext.show{
  visibility: visible;
  opacity: 1;
}
div#lisa-logo img {
  height: auto !important;
  width: 4rem !important;
}
