<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input {
  border-radius: 5px;
  border-color: inherit;
  border: 2px;
  border-style: groove;
  padding: 5px;
  outline: none;
  font-size: 16px;
}

input:focus {
  border-color: #04622e;
  border-style: solid;

}


img {
  border-color: aliceblue;
}

p {
  font-family: 'PT Sans', sans-serif;

}

#frmUsuarioChat {
  font-family: 'PT Sans', sans-serif;
  color: #c3c3c3;
}

input {
  font-family: 'PT Sans', sans-serif;
}


element.style&gt;p {
  font-family: Calibri, "Helvetica Neue", Arial, "sans-serif" !important;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  flex: 0 0 auto;
  color: #c3c3c3;
}

.ac-pushButton {
  border-radius: 5px;
  border-color: #0D7B35;
  background-color: #fff !important;
  color: #0D7B35 !important;
}

.ac-textRun {
  color: #000000 !important;
}

.ac-input::placeholder {
  color: #878787;
}

.ac-pushButton:hover {
  background-color: #0D7B35 !important;
  /* Cambia el color de fondo al pasar el ratĆ³n */
  color: #fff !important;
}



.bext-chat-bot__wrapper {
  margin: 0;
  width: 60%;
  position: fixed;
  bottom: 0;
  right: 50px;
  border: 1px solid #ccc;
  z-index: 9999;
}


.closelogo {
  margin: 0px;
  padding: 0px;
  margin-right: 5px;
  margin-top: 3px;
}

.bext-chat-bot__title {
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
  margin-top: 3px;
}

.bext-chat-bot__noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                            supported by Chrome, Edge, Opera and Firefox */
  padding: 0px;
  margin: 0px;
}

.bext-chat-bot__icon {
  padding: 0px;
  margin: 0px;
}

.bext-chat-bot__chat {
  height: 20;
  overflow: hidden;
  border-radius: 16px;
}

.bext-chat-bot__iframe {
  width: 470px;
  border: none;
  display: none;

}

.bext-chat-bot__open {
  height: 510px;
  display: initial;
}





select {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
}

/* Estilo para las opciones del select */
select option {
  background-color: initial !important;
  /* Color de fondo predeterminado */

}

/* Cambia el color de fondo de la opciĆ³n al pasar el cursor sobre ella */
select option:hover {
  background-color: #4aae4d !important;
  /* Nuevo color de fondo al pasar el cursor */
}


select {
  border-radius: 5px;
  border-color: inherit;
  border: 2px;
  border-style: groove;
  padding: 5px;
  outline: none;
}

select:focus {

  border-color: #4aae4d;
  border-style: solid;
}

.webchat__text-content__markdown,
.ac-textBlock {
  color: #000000 !important;
}


.ac-selectable {
  border: 1px #0D7B35 solid !important;
  margin: 0px;
}


</pre></body></html>