<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --drawerBotMensageMove-speed: 10s;
  --mouse-y: 0px;
}

#wal_chatbot {
  z-index: 999 !important;
}
#wal_chatbot .widget {
  display: none;
  font-family: Inter, sans-serif;
  background-size: cover;
  background: #fff;
  z-index: 999;

  position: fixed;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 5px 0 #00000096;
  z-index: 9999;
}


#wal_chatbot .drawerBotMensage {

  animation: drawerBotMensageMove var(--drawerBotMensageMove-speed); 

}

@keyframes drawerBotMensageMove {
  0% {
    overflow: hidden;
    max-height: 0;
  }
  100% {
    overflow: visible;
    max-height: 100vh; 
  }
}

/* ============= css related to chats =============== */

/* Small screen  */
#wal_chatbot .wal-full-screen {
  width: unset !important;
  height: 100% !important;
  right: 0% !important;
  left: 0% !important;
  top: 0% !important;
}
#wal_chatbot .wal-full-screen .widget {
  width: 100% !important;
  height: 100% !important;
  right: 0 !important;
  bottom: 0% !important;
  top: 0 !important;
  z-index: 999  !important;
}

#wal_chatbot .wal-full-screen .chats {
  height: 92% !important;
  margin-bottom: 20px;
}

#walchatbot_overlay-content .wal-full-screen img {
  width: 100%;
  height: 100% !important;
}

/* END Small screen */

@media screen and (min-width: 820px) {
  #wal_chatbot .widget {
    width: 500px;
    right: 15px;
    height: 85%;
    bottom: 5%;
    z-index: 999;
  }
}

#wal_chatbot .chat_header {
  height: 60px;
  background: linear-gradient(
    to bottom,
    rgba(250, 171, 15, 1),
    rgba(168, 68, 13, 1)
  ) !important;
  border-radius: 10px 10px 0px 0px;
  font-size: 20px;
}

#wal_chatbot .chat_header_title {
  color: white;
  float: left;
  transform: translate(3%, 10%);
}

#wal_chatbot .chat_subheader_title {
  font-size: 0.9em;
}

#wal_chatbot .chats {

  overflow-y: auto;
  height: calc(100% - (20px + 40px));
}

#wal_chatbot .chats-userInputOpen {
  height: calc(100% - (20px + 125px)) !important;
}

#wal_chatbot ::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 10px !important;
}

#wal_chatbot ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

#wal_chatbot .container-wal-msg {
  overflow: hidden;
}

#wal_chatbot .clearfix {
  padding-top: 10px;
  padding-bottom: 2px;
}

#wal_chatbot .botAvatar {
  border-radius: 2%;
  width: 5.5em;
  height: 5.5em;
  float: left;
  margin-left: 5px;
  /* border: 2px solid  #060DCF ; */
}

#wal_chatbot .botMsg {
  float: left;
  margin-top: 5px;
  background: #f4f7f9;
  color: black;
  /* box-shadow: 2px 3px 9px 0px #9a82842e; */
  margin-left: 0.5em;
  padding: 10px;
  border-radius: 1.5em;
  max-width: 90%;
  min-width: 25%;
  font-size: 1.4em;
  word-wrap: break-word;
  border-radius: 5px 20px 20px 20px;
}

#wal_chatbot div.chats &gt; pre {
  font-family: monospace, monospace;
  font-size: 1em;
  margin: 0 !important;
  /* display: inline !important; */
  white-space: initial !important;
}
#wal_chatbot div.chats &gt; ul:not(.browser-default) {
  padding-left: 1em;
}
#wal_chatbot div.chats &gt; ul:not(.browser-default) &gt; li {
  list-style-type: initial;
}

#wal_chatbot div.chats &gt; span.botMsg &gt; ol {
  padding-left: 1em;
}
#wal_chatbot textarea {
  box-shadow: none;
  resize: none;
  outline: none;
  overflow: hidden;
  font-family: Lato;
}

#wal_chatbot textarea::-webkit-input-placeholder {
  font-family: Lato;
}

#wal_chatbot textarea-webkit-scrollbar {
  width: 0 !important;
}

#wal_chatbot .userMsg {
  animation: animateElement linear 0.2s;
  animation-iteration-count: 1;
  margin-top: 5px;
  word-wrap: break-word;
  padding: 10px;
  float: right;
  margin-right: 0.2em;
  background: #135afe;
  color: #f4f7f9;
  margin-bottom: 0.15em;
  font-size: 1.4em;
  max-width: 65%;
  min-width: 15%;
  border-radius: 20px 5px 20px 20px;
  /* box-shadow: 0px 2px 5px 0px #9a828454; */
}

#wal_chatbot blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

#wal_chatbot .userAvatar {
  animation: animateElement linear 0.3s;
  animation-iteration-count: 1;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  float: right;
  margin-right: 5px;
  display: none !important;
  /* border: 2px solid  #060DCF ; */
}

#wal_chatbot .usrInput {
  padding: 0.5em;
  width: 80%;
  margin-left: 0%;
  border: 0;
  padding-left: 15px;
  height: 100%;
  background-color: #f4f7f9;
  font-size: 1.4rem;
  font-family: Inter, sans-serif;
  overflow-y: auto;
}

#wal_chatbot .keypad {
  display: none;
  background-color: #f4f7f9;
  height: 70px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 5px;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px solid #e3e7ee;
}

#sendButton {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
  color: #060dcfc7;
}

#wal_chatbot .imgProfile {
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 10px 0 #00000096;
  border-radius: 50px;
  width: 85px;
  background: linear-gradient(
    to bottom,
    rgba(250, 171, 15, 1),
    rgba(168, 68, 13, 1)
  ) !important;
}

#wal_chatbot .profile_div {
  /* display: none; */
  position: fixed;
  padding: 5px;
  width: auto;
  bottom: 140px;
  right: 0;
  cursor: pointer;
  z-index: 999 !important;
}

/* css for dropdown menu of the bot */

#wal_chatbot #close,
#wal_chatbot #restart,
#wal_chatbot #clear {
  cursor: pointer;
}

#wal_chatbot .dropdown-trigger {
  cursor: pointer;
  color: white;
  margin-right: 5px;
  float: right;
  margin-top: 3%;
}

.dropdown-content li &gt; a,
#wal_chatbot .dropdown-content li &gt; span {
  color: #060dcfc7;
}

@keyframes animateElement {
  0% {
    opacity: 0;
    transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

/*========== css related to chats elements============= */

/* css for card details of carousel cards */

#wal_chatbot .content {
  transition: 0.2s;
  display: none;
  width: 350px;
  right: 15px;
  height: 500px;
  bottom: 5%;
  position: fixed;
  background: white;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 10px 1px #b5b5b5;
}

#wal_chatbot .content_header {
  object-fit: cover;
  width: 100%;
  height: 40%;
  border-radius: 10px 10px 0px 0px;
}

#wal_chatbot .content_data {
  overflow-y: scroll;
  height: 70%;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 30%;
  z-index: 1000;
  border-radius: 10px;
  background: white;
  padding: 5px;
  box-shadow: 0px -1px 20px 3px #9c9393ba;
}

#wal_chatbot .content_title {
  color: black;
  font-weight: 600;
  word-wrap: break-word;
  padding-left: 5px;
  font-size: 1.2em;
  width: 80%;
  border-radius: 0.28571429rem;
}

#wal_chatbot .votes {
  font-size: 12px;
  color: lightslategray;
}

#wal_chatbot .ratings {
  margin-top: 5px;
  background: #9acd32;
  padding: 5px;
  color: white;
  border-radius: 5px;
}

#wal_chatbot .user_ratings {
  border-radius: 0.28571429rem;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

#wal_chatbot .total_ratings {
  font-size: 12px;
  opacity: 0.5;
  margin-left: 5px;
}

#wal_chatbot .content_data &gt; .row .col {
  padding: 5px;
}

.metadata_1,
.metadata_2,
.metadata_3,
.metadata_4,
#wal_chatbot .row {
  margin-bottom: 0px;
}

#wal_chatbot .metadata_1 {
  color: lightslategrey;
  padding: 5px;
}

.order,
#wal_chatbot #closeContents {
  color: #060dcfc7;
}

.metadata_2,
.metadata_3,
.metadata_4,
.metadata_5,
#wal_chatbot .metadata_6 {
  color: lightslategrey;
  padding: 5px;
}

.average_cost,
.timings,
.location,
#wal_chatbot .cuisines {
  width: 70%;
  float: right;
  margin-right: 25%;
}

#wal_chatbot .fa .fa-user-o {
  font-size: 15px;
}

#wal_chatbot .stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
}

#wal_chatbot .stars-outer::before {
  content: "\f006 \f006 \f006 \f006 \f006";
}

#wal_chatbot .stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

#wal_chatbot .stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f8ce0b;
}

#wal_chatbot div.content::-webkit-scrollbar {
  width: 0 !important;
}

#wal_chatbot div.content_data::-webkit-scrollbar {
  overflow-y: hidden;
  width: 0px;
  /* remove scrollbar space /
    background: transparent;
    / optional: just make scrollbar invisible */
}

/* css for single card */

#wal_chatbot .singleCard {
    overflow:unset;
  padding-left: 10%;
  padding-right: 10px;
  margin-bottom: 30px;
}

/* css for image card */

#wal_chatbot .imgcard {
  object-fit: unset;
  width: 100%;
  border-radius: 10px;
  margin-left: 1%;
}

#wal_chatbot .singleCardImg {
  overflow-x: hidden;
}
/* css for markdown images */

#wal_chatbot .imgcard_mrkdwn {
  width: 80%;
  border-radius: 10px;
  margin-left: 1%;
}

/* css for suggestions buttons */

#wal_chatbot .suggestions {
  padding: 5px;
  width: 90%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 5px 5px 5px 5px #dbdade;
}

#wal_chatbot .menuTitle {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#wal_chatbot .menu,
#wal_chatbot .menu-old {
  padding: 5px;
  list-style-type: none;
}

#wal_chatbot .menuChips {
  display: block;
  background: #135afe;
  color: #fff;
  text-align: left;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 15px;
  font-size: 1.4em;
  word-wrap: break-word;
  width: 100%;
}

#wal_chatbot .menuChips:hover,
#wal_chatbot .menuChips:active,
#wal_chatbot .menuChips:focus-visible {
  background: #638cec;
}
/* cards carousels */

#wal_chatbot .cards {
  display: none;
  position: relative;
  max-width: 300px;
}

#wal_chatbot .cards_scroller {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  height: 210px;
  width: 300px;
  transition: width 0.5s ease;
  margin-left: 5px;
  /* Enable Safari touch scrolling physics which is needed for scroll snap */
  -webkit-overflow-scrolling: touch;
}

#wal_chatbot .cards_scroller img {
  border-radius: 10px;
}

#wal_chatbot .cards div.note {
  position: absolute;
  /* vertically align center */
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  position: absolute;
  font-size: 4em;
  color: white;
}

#wal_chatbot .cards .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 2px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}

#wal_chatbot .cards .arrow.next {
  display: none;
  font-size: 2em;
  color: #ffffff;
  right: 10px;
}

#wal_chatbot .cards .arrow.prev {
  display: none;
  font-size: 2em;
  color: #ffffff;
  left: 10px;
}

#wal_chatbot .cards_scroller::-webkit-scrollbar {
  width: 0 !important;
}

#wal_chatbot .cards_scroller &gt; div.carousel_cards {
  margin: 5px;
  scroll-snap-align: center;
  position: relative;
  scroll-behavior: smooth;
}

#wal_chatbot .cards_scroller div.carousel_cards {
  min-width: 50%;
  min-height: 70%;
  background: #b5b5b5;
  border-radius: 10px;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

#wal_chatbot .in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-duration: 0.8s;
  animation-delay: 0.8s;
}

/* css for cards within the cards carousels */

#wal_chatbot .cardBackgroundImage {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

#wal_chatbot .cardFooter {
  background: rgba(56, 53, 60, 0.86);
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  z-index: 3;
  color: white;
  bottom: 0;
  width: 100%;
  height: 30%;
  word-wrap: break-word;
  padding: 1px;
}

#wal_chatbot .cardTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  /* height: 40%; */
  display: inline-block;
  margin-bottom: 1px;
  font-size: 15px;
  /* font-weight: 600; */
  padding: 5px;
  /* color:#060dcfc7; */
  color: #ffffff;
  cursor: pointer;
}

#wal_chatbot .cardDescription {
  padding: 5px;
  font-size: 13px;
  color: white;
  line-height: 15px;
}

/*css for dropDown messages*/

#wal_chatbot .dropDownMsg {
  float: left;
  margin-top: 5px;
  background: white;
  color: black;
  box-shadow: 2px 3px 9px 0px #9a82842e;
  margin-left: 0.5em;
  padding: 10px;
  border-radius: 1.5em;
  max-width: 60%;
  min-width: 25%;
  font-size: 13px;
  word-wrap: break-word;
}

#wal_chatbot .dropDownMsg &gt; select {
  border: 0px solid #f2f2f2;
}

/* css for quick replies */

#wal_chatbot .quickReplies {
  padding: 5px;
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  transform: scale(0.98);
  will-change: transform;
  user-select: none;
  cursor: pointer;
  scroll-behavior: smooth;
}

#wal_chatbot .quickReplies::-webkit-scrollbar {
  width: 0 !important;
}

#wal_chatbot .quickReplies.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(1);
}

#wal_chatbot .chip {
  background-color: white;
  border: 1px solid#060dcfc7;
  color: #060dcfc7;
  font-weight: bolder;
  text-align: center;
}

#wal_chatbot .chip:hover {
  background-color: #060dcfc7;
  color: white;
}

/* css for charts */

#wal_chatbot #expand:hover {
  font-size: 18px;
}

#wal_chatbot #expand {
  position: absolute;
  right: 10px;
  top: 10px;
}

#wal_chatbot .modal {
  height: 60%;
  border-radius: 10px;
}

#wal_chatbot .chart-container {
  position: relative;
  margin: auto;
  height: 25vh;
  width: 90%;
  border-radius: 10px 10px 10px 10px;
  margin-left: 5%;
  background: white;
  box-shadow: 2px 3px 9px 0px #9a82847a;
  margin-top: 5px;
}

/* css for collapsible */

#wal_chatbot .collapsible {
  margin-top: 5px;
  margin-left: 5%;
  max-width: 60%;
  min-width: 25%;
  font-size: 13px;
  word-wrap: break-word;
  border-radius: 20px;
  background: white;
}

#wal_chatbot .collapsible-body {
  padding: 15px;
}

#wal_chatbot .collapsible-header {
  font-weight: bold;
  color: #060dcfc7;
}

#wal_chatbot ul.collapsible &gt; li:first-child .collapsible-header {
  border-radius: 20px 20px 0px 0px;
}

#wal_chatbot ul.collapsible &gt; li:last-child .collapsible-header {
  color: #060dcfc7;
  border-radius: 0px 0px 20px 20px;
}

#wal_chatbot ul.collapsible &gt; li:last-child .collapsible-body {
  border-bottom: none;
}

#wal_chatbot .collapsible-header {
  padding: 10px;
}

/* css for botTyping */

#wal_chatbot .botTyping {
  float: left;
  margin-top: 5px;
  background: #e3e7ee;
  color: #000000;
  /* box-shadow: 2px 3px 9px 0px #9a82847a; */
  margin-left: 0.5em;
  padding: 15px;
  border-radius: 5px 20px 20px 20px;
  max-width: 60%;
  min-width: 20%;
  word-wrap: break-word;
  border-radius: 5px 20px 20px 20px;
}

#wal_chatbot .botTyping &gt; div {
  width: 10px;
  height: 10px;
  background-color: #060dcfc7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin-right: 5px;
}

#wal_chatbot .botTyping .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#wal_chatbot .botTyping .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#wal_chatbot input:focus {
  outline: none;
}

video:focus {
  outline: none;
}

.video-container {
  height: 300px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: relative;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 5%;
  margin-bottom: 5%;
  border-radius: 10px;
  border-style: none;
}

/* Bot pop-up intro */

#wal_chatbot .tap-target {
  color: #fff;
  background: #060dcfc7;
}

#wal_chatbot .pdf_attachment {
  border: 0.5px solid #00000014;
  width: 60%;
  height: 14%;
  border-radius: 10px;
  margin-left: 10%;
  box-shadow: 2px 3px 9px 0px #9a82842e;
}

#wal_chatbot .pdf_icon {
  border-radius: 10px 0px 0px 10px;
  height: 100%;
  font-size: 25px;
  padding: 7% !important;
  background-color: #060dcfc7;
  color: white;
}

#wal_chatbot .pdf_link {
  padding: 5% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#wal_chatbot .pdf_link a {
  color: #060dcfc7;
}

#wal_chatbot .button-invite {
  float: right;
  pointer-events: visible;
}
#wal_chatbot .invite-text {
  padding: 10px !important;
}
#wal_chatbot .bubble {
  pointer-events: none !important;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  right: 95px;
  bottom: 50px;
  box-shadow: 1px 0 13px 3px rgba(0, 0, 0, 0.15);
  width: 380px;
  font-size: 1.4em;
  line-height: 1.4em;
  animation: slideUp 0.3s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 50vw;
  font-family: Inter, sans-serif;
  opacity: 1;
  transition: opacity 1s;
  z-index: -1;
}

#wal_chatbot .bubble-bottom-left:before {
  background-color: #000;
  border-radius: 8px;
  position: absolute;
  right: 78px;
  bottom: 50px;
  box-shadow: 1px 0 13px 3px rgba(0, 0, 0, 0.15);
  width: 380px;
  font-size: 1.4em;
  line-height: 1.4em;
  animation: slideUp 0.3s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 50vw;
}

#wal_chatbot .container-icons-msg {
  margin-top: 10px;
  float: right;
  width: 100%;
}

#wal_chatbot .icon-msg {
  float: right;
  width: 40px;
  height: 40px;
}

#wal_chatbot .img-icon-libras {
  width: 100%;
}

#wal_chatbot .header-menu-icons {
  float: right;
  transform: translate(0%, 50%);
  /* margin-top: 2.5%; 

  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  justify-content: center;
  float: right;
  align-content: center;
  height: 57px;
  text-align: center;
  */
}
#wal_chatbot .header-buttons {
  background: transparent;
  border: none;
  color: white;
}

#wal_chatbot .header-buttons:hover {
  cursor: pointer;
  border: 1px solid black;
}

/* Dropdown menu acessivel */

#wal_chatbot .navbar-item {
  display: none;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 2px 5px 5px 1px #dbdade;
  width: 30%;
  /* height: 20%; */
  position: absolute;
  float: right;
  transform: translate(210%, -7%);
  padding: 5px !important;
}
#wal_chatbot .navbar-sub-item {
  list-style-type: none !important;
}
#wal_chatbot .text-options {
  font-size: 1.4em;
  font-weight: bolder;
  text-align: center;
}

#wal_chatbot .options_menu_btt {
  display: block;
  background: #135afe;
  color: #fff;
  text-align: left;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 15px;
  font-size: 1.4em;
  word-wrap: break-word;
  width: 100%;
}

.screen-reader-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

#wal_chatbot .zoom-img {
  height: 70% !important;
  width: 99% !important;
}

#wal_chatbot .walchatbot_overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
  transition: 0.5s;
  z-index: 9999 !important;
}

#wal_chatbot #walchatbot_overlay-content {
  position: relative;
  top: 2%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#wal_chatbot #walchatbot_overlay-content img {
  width: 100%;
  height: 100%;
}

#wal_chatbot .walchatbot_overlay button {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
  z-index: 999;
}

#wal_chatbot .walchatbot_overlay button:hover,
.walchatbot_overlay a:focus {
  color: #f1f1f1;
}

#wal_chatbot .btt_access_chatbot {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#wal_chatbot .walchatbot_overlay .walchatbot_closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

#wal_chatbot .audio-button-active {
  background: #8181814f;
}

#wal_chatbot .walchatbot_zoom_img {
  float: right;
}
@media screen and (max-height: 450px) {
  .walchatbot_overlay {
    overflow-y: auto;
  }
  .walchatbot_overlay a {
    font-size: 20px;
  }
  .walchatbot_overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

#wal_chatbot ul:not(.browser-default) {
  list-style-type: none;
}

#wal_chatbot .text-botMsg &gt; ul:not(.browser-default) &gt; li {
  list-style-type: initial !important;
}



#wal_chatbot ul:not(.browser-default) &gt; li {
  list-style-type: none;
}

#wal_chatbot .clearfix {
  clear: both;
}
</pre></body></html>