@charset "UTF-8";
/* UTILS */
/* BLOCKS */
.agente-chatbot-pulsia {
  position: fixed;
  right: 5%;
  height: 75%;
  width: 40%;
  border-radius: 15px;
  display: none;
}
.agente-chatbot-pulsia .historial {
  position: relative;
  height: 432px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 3.5rem;
}
.agente-chatbot-pulsia #form-agente-chatbot-pulsia {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  background-color: #fff;
  height: 13%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.agente-chatbot-pulsia #form-agente-chatbot-pulsia #mensaje-chatbot-pulsia {
  width: 80%;
  padding: 3px;
  border-radius: 20px;
  outline: none;
  resize: none;
  margin-top: 10px;
}
.agente-chatbot-pulsia #form-agente-chatbot-pulsia #submit-chatbot-pulsia {
  padding: 5px;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  border: 2px solid black;
}

.listas {
  list-style: none;
  padding: 0;
}

.listas li .card,
.listas li p {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  background-color: #93b673;
  max-width: 300px;
  margin: 0 auto;
}

.listas li .card {
  margin-bottom: 20px;
}

.listas li .card img {
  width: 50%;
  max-width: 250px;
  height: auto;
  margin: 10px auto;
}

.listas li .card a {
  display: block;
  text-decoration: none;
  color: #2bff84;
  font-weight: bold;
  margin-top: 10px;
}

.listas li .card a:hover {
  text-decoration: underline;
}

.listas li p {
  color: white;
}

.mensaje {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.mensaje .hora {
  order: 9999;
  justify-content: end;
  display: flex;
}
.mensaje .ps_evaluacion {
  display: flex;
  gap: 0.5rem;
  padding-top: 1rem;
}
.mensaje .ps_evaluacion .ps_evaluacion_ok {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.mensaje .ps_evaluacion .ps_evaluacion_ko {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.mensaje .ps_evaluacion .mensaje-copiar {
  cursor: pointer;
}
.mensaje .ps_evaluacion .mensaje-copiar svg path {
  fill: #2C842B;
}
.mensaje .ps_evaluacion .checked {
  background-color: #d3d3d3;
  border-radius: 25px;
  padding: 0.3rem;
  cursor: pointer;
}

.mensajeUsuario {
  color: black;
  align-self: flex-end;
  margin-right: 3rem;
  background-color: rgba(244, 224, 102, 0.6);
  padding: 10px 25px;
  border-radius: 20px;
  max-width: 85%;
}

.mensajeBot,
.mensajeAgente {
  align-self: flex-start;
  box-shadow: 0px 0px 8px 0px rgba(35, 35, 34, 0.2);
  padding: 10px 25px;
  border-radius: 10px;
  max-width: 85%;
  color: black;
  background-color: white;
  margin-left: 3rem;
}
.mensajeBot div.content,
.mensajeAgente div.content {
  white-space: pre-wrap; /* Mantener saltos de línea */
  word-wrap: break-word; /* Ajustar palabras largas */
}
.mensajeBot ul li,
.mensajeAgente ul li {
  cursor: pointer;
}

.agente-chatbot-pulsia.inline-agent {
  height: 100%;
}

.inline-agent {
  position: relative;
  width: 100%;
}

.agente-chatbot-pulsia.inline-agent .historial {
  height: 250px;
  box-sizing: border-box;
}

.home-modal-ajustes {
  display: none;
  position: absolute;
  top: 69px;
  right: 0;
  background: #222;
  color: white;
  border-radius: 8px;
}
.home-modal-ajustes.active-modal {
  display: block;
}
.home-modal-ajustes ul {
  list-style-type: none;
  padding: 1rem;
}
.home-modal-ajustes ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid gray;
  cursor: pointer;
}
.home-modal-ajustes ul li:hover {
  background: #444;
}
.home-modal-ajustes #puntuar-servicio {
  /*display: none;*/
}
.home-modal-ajustes #puntuar-servicio.activar-puntuar {
  display: block !important;
}
.home-modal-ajustes #hablar-con-un-agente {
  /*display: none;*/
}
.home-modal-ajustes #hablar-con-un-agente.activar-hablar-con-un-agente {
  display: block !important;
}

/* PAGES */
.historial-chatbot {
  background-color: unset;
}

.historial-chatbot-detalle .view-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.historial-chatbot-detalle .view-content .views-row {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 1fr;
  gap: 1rem;
}
.historial-chatbot-detalle .view-content .views-row .views-field-field-respuesta-form-chatbot {
  margin-bottom: 1rem;
}
.historial-chatbot-detalle .view-content .views-row .views-field-field-respuesta-form-chatbot .imagen {
  background-color: black;
}
.historial-chatbot-detalle .view-content .views-row .views-field-field-respuesta-form-chatbot .card .card-image {
  background-color: black;
}

/*# sourceMappingURL=pulsiaChatBot.css.map */
