@charset "utf-8";

/* ==========================================================================
   1. ESTILOS BASE Y COMPONENTES VISUALES
   ========================================================================== */

body {
  background: none transparent !important;
  font-family: 'Montserrat' !important;
  font-size: 14px;
}

div.message-inner p p {
  margin-left: 0px;
}

.avatar {
  width: 35px;
  height: 35px;
  top: 0px;
  float: top;
  border-radius: 100%;
  vertical-align: top;
  border: 1px solid rgb(104, 115, 125);
}

/* Estilo base para escritorio (flotante) */
.msg_box {
  position: fixed;
  width: 95%;
  height: calc(100% - 50px);
  background: #007953;
  border-radius: 10px 10px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 12px 2px;
  top: 50px;
  left: 2.5%;
  display: block;
}

p {
  font-size: 14px;
}

#chat-column-holder {
  text-align: center;
  overflow-x: hidden;
  height: calc(100% - 103px) !important;
}

.chat-column {
  height: 100%;
  padding: 0.9375rem 0 0.625rem 0;
  margin: auto;
  text-align: left;
  max-width: 25rem;
  min-width: 9.375rem;
}

.chat-message {
  margin: 5px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  color: rgb(104, 115, 125);
}

.segments {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
}

.chatContainer {
  display: table;
  width: 100%;
  height: 100%;
}

.chatCell {
  display: table-cell;
  max-width: 100vw;
  min-width: 100vw;
  vertical-align: top;
}

#scrollingChat {
  margin: 0.75rem;
  font-family: 'Arial';
  flex-direction: column;
}

.loginForm {
  width: 100%;
  height: 35px;
  border: 1px solid #929494;
  border-radius: 5px;
  font-size: 14px;
  color: #999999;
  padding-left: 30px;
  margin-bottom: 8px;
  text-align: left !important;
  box-sizing: border-box;
}

.message-inner {
  opacity: 0;
  margin-top: 0.9375rem;
  text-align: justify;
  transition: opacity 0.75s ease-in, margin-top 0.75s ease-in;
}

.load .message-inner {
  opacity: 1;
  margin-top: 0.3125rem;
}

/* Media Queries */
@media only screen and (max-width: 600px) {
  #scrollingChat {
    width: 86%;
  }

  .message-inner-avatar {
    max-width: 85% !important;
  }

  .message-inner {
    max-width: 95%;
  }
}

@media only screen and (min-width: 600px) {
  #scrollingChat {
    width: 89%;
  }

  .message-inner-avatar {
    max-width: 80% !important;
  }

  .message-inner {
    max-width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  #scrollingChat {
    width: 91%;
  }

  .message-inner-avatar {
    max-width: 80% !important;
  }

  .message-inner {
    max-width: 90%;
  }
}

@media only screen and (min-width: 992px) {
  #scrollingChat {
    width: 92%;
  }

  .message-inner-avatar {
    max-width: 80% !important;
  }

  .message-inner {
    max-width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  #scrollingChat {
    width: 92%;
  }

  .message-inner-avatar {
    max-width: 80% !important;
  }

  .message-inner {
    max-width: 90%;
  }
}


.from-user {
  text-align: right;
}

.from-user .message-inner {
  position: relative;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.015rem;
  line-height: 1.3125rem;
  background: rgba(0, 149, 46, 0.33);
  border-radius: 1.25rem;
  border-top-right-radius: 0;
  text-align: left;
  display: inline-block;
  margin-left: 2.5rem;
  min-width: 2.5rem;
  margin-top: 10px;
  padding: 5px;
}

.message-inner p {
  overflow-wrap: break-word;
}

.from-user .message-inner p {
  margin: 0.3125rem;
  padding: 0 0.5rem;
}

.from-user .message-inner:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: -0.375rem;
  right: 0;
  height: 0.375rem;
  width: 0.5rem;
  background: #1cb3a0;
}

.from-user .message-inner:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -0.5rem;
  right: 0;
  height: 0.5rem;
  width: 0.5rem;
  background: #fafafa;
  /* border-top-right-radius: 1.25rem; */
}

div.from-watson,
div.from-agent {
  text-align: left;
}

.from-watson .message-inner {
  background: rgba(222, 222, 222, 0.45);
  border-radius: 1.5625rem;
  border-top-left-radius: 0px;
  color: #B5B5B5;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.015rem;
  line-height: 1.3125rem;
  margin-left: 0.5rem;
  padding: 5px;
  position: relative;
  text-align: left;
  width: 100% !important;
}

.from-agent .message-inner {
  background: rgba(222, 222, 222, 0.45);
  border-radius: 1.5625rem;
  border-top-left-radius: 0px;
  color: #333333;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.015rem;
  line-height: 1.3125rem;
  margin-left: 0.5rem;
  padding: 5px;
  position: relative;
  text-align: left;
}

.from-watson.latest .message-inner {
  color: #333333;
}

.from-watson p,
.from-agent p {
  margin: 0.3125rem 1rem;
}

.img-bot {
  float: left;
}

::-webkit-input-placeholder {
  color: #B5B5B5;
}

::-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
}

input:-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #B5B5B5;
}

::-ms-clear {
  display: none;
}

.inputOutline {
  display: block;
  border-bottom: 0.0625rem solid #aeaeae;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#textInputDummy {
  position: absolute;
  white-space: pre;
  top: 0;
  left: -1000%;
  opacity: 0;
}

.green {
  background: linear-gradient(90deg, #007953 10%, #005D48 20%, #219963 70%, #3EC588 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: 900;
}

.iframe_chat {
  width: 100%;
}

.msg_body {
  background-color: #fafafa;
  font-size: 12px;
  max-height: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

@media only screen and (min-width: 400px) {
  .msg_footer {
    padding-right: 20px;
  }
}

/* Footer Escritorio (Base) */
.msg_footer {
  background-color: #007953;
  width: 100%;
  height: 4rem;
  min-height: 80px;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  /* Centrado vertical del contenido */
  justify-content: center;
}

.footer-flex-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  gap: 15px;
  margin-bottom: .2rem;
}

.menu-circle-btn {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: transform 0.2s;
}

.menu-circle-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 34px;
  margin: 0;
  padding: 0;
}

.menu-circle-btn:active {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(0.95);
}


.input-white-box {
  flex-grow: 1;
  background-color: white;
  border-radius: 20px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 15px;
  height: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

textarea.message-pane-input,
.input-white-box input[type="text"],
.input-white-box input[type="password"] {
  width: auto !important;
  flex-grow: 1 !important;
  border: none !important;
  background: transparent !important;
  resize: none !important;
  outline: none !important;
  height: 100% !important;
  overflow: hidden;
  padding: 15px 0 !important;
  margin: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
  display: block;
  align-self: center;
}

textarea.message-pane-input::placeholder,
.input-white-box input::placeholder {
  color: #b5b5b5;
}

.chat-send-div {
  position: static;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-white-box i.fa-eye,
.input-white-box i.fa-eye-slash {
  color: #007953;
  font-size: 18px;
  padding: 0 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#send_icon {
  font-size: 20px;
  color: #007953;
  cursor: pointer;
  transform: rotate(0deg);
}

#send_icon.inactive {
  color: #ccc !important;
}

#menu_icon {
  position: relative;
  top: 20px;
  font-size: 20px;
  color: #fafafa;
}

.msg_suggestions {
  height: 2em;
  margin-bottom: 10px;
}

.msg_input {
  width: 100%;
  border: 1px solid white;
  border-top: 1px solid #DDDDDD;
  box-sizing: border-box;
}

.fa-angle-left,
.fa-angle-right {
  font-size: 25px;
}

.message-pane-input {
  border: 0;
  overflow: auto;
  outline: none;
  color: #383f48;
  width: 100%;
  resize: none;
  padding: 0;
  height: auto;
  font-weight: 300;
  background-color: transparent;
}

.close {
  float: right;
  cursor: pointer;
}

.minimize {
  float: right;
  cursor: pointer;
  padding-right: 5px;
}

.chat-controls {
  float: right;
  margin-top: 12px;
}

.chat-controls>img {
  width: 0.9em;
  position: absolute;
  right: 1em;
  margin-left: 20px;
  cursor: pointer;
}

.message-inner p ol,
.message-inner p ul {
  margin-left: -15px;
}

.calificar {
  background-color: rgba(147, 156, 165, 1);
  height: 2em;
  padding: 8px 0px 25px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

.calificar-texto {
  color: white;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.calificar-positivo {
  margin-right: 15px;
  margin-left: 15px;
}

.calificar-icon {
  font-size: 16px;
  cursor: pointer;
}

.calificar-icon:hover {
  color: rgba(3, 182, 221, 1);
}

.bad {
  border-color: red;
}

.arrow {
  font-size: 25px;
  line-height: 0;
  position: absolute;
  top: 0px;
  display: block;
  width: 20px;
  height: 100%;
  background-color: #fafafa;
  padding-top: 40px;
  cursor: pointer;
  outline: none;
  z-index: 1;
}

.prevArrow {
  left: 0px;
}

.nextArrow {
  right: 2px;
}

.carousel-wrapper {
  bottom: 90px;
  left: 0px;
  position: absolute !important;
  max-height: 90px;
  width: 95vw;
}

.slick-list {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.slick-list,
.slick-track,
.slick-slide div {
  height: 100%;
}

.img-external {
  position: absolute;
  margin-left: 95px;
  margin-top: 95px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 25px;
}

#google_terms {
  color: #b8c0c3;
  font-size: 9px;
  margin-top: 5px;
  display: none;
}

.image-response {
  width: 210px;
  margin-top: 5px;
  margin-bottom: 10px;
  object-fit: cover;
  height: 210px;
}

.btn-primary {
  background-color: #007953 !important;
  border-color: #007953 !important;
  color: white !important;
}

.button-primary {
  width: 100%;
  font-size: 13px !important;
  height: auto;
  padding: .7rem;
  border-radius: 12px !important;
}

.button-primary:hover {
  background-color: #007953 !important;
  border-color: #007953 !important;
}

.slick-slide {
  outline: none;
}

.ic {
  cursor: pointer;
  background-color: white;
  text-align: center;
  border: #007953 solid 1px !important;
  color: #007953;

  /* Texto */
  font-size: 12px;
  line-height: 1.2 !important;
  white-space: normal !important;

  border-radius: 40px;

  /* --- CAMBIO: MODO LISTA VERTICAL --- */
  display: block !important;
  /* Fuerza que cada botón esté en su propia línea */
  width: 100% !important;
  /* Ocupa todo el ancho de la burbuja */
  max-width: 100% !important;
  height: auto !important;
  min-height: 32px;

  padding: 8px 5px;
  box-sizing: border-box !important;
  /* Vital para que el padding no rompa el ancho */

  /* Margenes: quitamos los laterales, dejamos solo verticales */
  margin: 5px 0 !important;
}

.ic-disabled {
  border: #b5b5b5 solid 1px !important;
  color: #b5b5b5;
  cursor: not-allowed;
  background-color: white;
  text-align: center;

  font-size: 12px;
  line-height: 1.2 !important;
  white-space: normal !important;

  border-radius: 40px;

  /* --- CAMBIO: MODO LISTA VERTICAL --- */
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 32px;

  padding: 8px 5px;
  box-sizing: border-box !important;

  margin: 5px 0 !important;
}

.ic:hover {
  border: #007953 solid 1px !important;
  color: #007953;
  transition: all 0.4s;
}

div.div-form-inner {
  padding: 0px !important;
}

form #form {
  width: 100%;
}

div.form {
  width: 100%;
  padding: 15%;
  background-color: #fafafa;
  position: absolute;
  z-index: 100;
  height: 100%;
  bottom: 0;
}

p.error {
  color: red;
  margin-left: 5%;
}

form.form-cedula {
  width: 100%;
}

.form-cedula-div {
  padding-left: 1rem;
  padding-right: 1rem;
}

.candado {
  width: 90px;
}

p.msg-seguridad {
  color: red;
  font-size: 10px;
}

.btn-encuesta-bot {
  width: 40px;
  height: 40px;
  margin-left: 4px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
}

.nps-rojo {
  background-color: #d16052;
}

.nps-amarillo {
  background-color: #edc67b;
}

.nps-verde {
  background-color: #22b5af;
}

.textInputPwd {
  width: 100%;
  padding-right: 75px;
}

i#toggle-icon-img {
  font-size: 20px;
  color: #007953;
}

i#toggle-icon-img.inactive,
i#send_icon.inactive {
  color: #959595 !important;
}

#toggle-icon {
  position: static !important;
  display: flex !important;
  align-self: center !important;
  align-items: center !important;
  margin: 0 0 0 0 !important;
  transform: none !important;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

#toggle-icon:focus,
#toggle-icon:active,
#toggle-icon:hover {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.msg_window {
  overflow: hidden;
  background-color: #fafafa;
  height: 95%;
  position: relative;
}

.msg_head {
  color: white;
  height: 35px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: #007953 1px solid;
  border-radius: 10px 10px 0px 0px;
  background-color: #007953;
  z-index: 100000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004e9b', endColorstr='#00a0da', GradientType=1);
}

.msg_head p {
  position: relative;
  display: inline-block;
  top: 0px;
  left: 0px;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.footer_row {
  height: 100%;
}

.textarea_wrapper {
  height: 100%;
  flex: 0 0 100%;
  position: relative;
  max-width: 100%;
}

.chatbot-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  cursor: pointer;
  width: 12rem;
  height: 12rem;
  margin-bottom: 130px;
  margin-right: 35px;
  background-size: 12rem;
  background-repeat: no-repeat;
}

@media (max-width:992px) {
  .chatbot-logo {
    margin-right: 60px;
  }
}

.logo {
  margin-top: -30px;
  width: 60px;
  padding: 0px;
  height: 60px;
  border: #007953 solid 1px;
  border-radius: 100%;
  background-color: white;
  text-align: center;
  position: absolute;
  margin-left: calc(50% - 30px);
}

@media only screen and (max-width: 766px) {
  @media only screen and (max-height: 400px) {
    td.menu-item img {
      width: 30% !important;
    }
  }

  @media only screen and (min-height: 401px) {
    td.menu-item img {
      width: 50% !important;
    }
  }
}

.menu-icon {
  font-size: 30px;
  color: #777777;
  font-style: unset;
}

.menu-text {
  margin-top: 10px;
  font-size: 0.9rem;
}

a.menu-a {
  color: #007953;
  text-decoration: none !important;
  margin-top: 1rem;
  white-space: nowrap;
  font-size: 4vw;
}

.menu-div {
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: none transparent;
  z-index: 10;
}

.menu {
  background-color: white;
  border: 1px solid rgb(215, 215, 215);
  position: relative;
  height: 100%;
  width: 100%;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0px -16px 17px 3px rgba(0, 0, 0, 0.12);
}

td.menu-item {
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  height: 50%;
}

td.menu-item img {
  width: 50%;
  max-width: 100px;
  border-radius: 100%;
  background-color: white;
}

table.menu-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

tr.menu-row+tr.menu-row>td {
  padding-top: 15px;
}

/* Burger button styles */
.burger-button {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

.burger-icon {
  font-size: 10px;
  width: 3.2em;
  height: 3.2em;
  background: none transparent;
  position: absolute;
  top: 18px;
}

.burger-icon-wing {
  transition: transform 0.1s linear;
  position: absolute;
  width: 1.1em;
  height: 2px;
  background-color: white;
}

.burger-icon-wing--m {
  transform-origin: 1.1em 0.1em;
  top: 50%;
  left: 0.5em;
  width: 2.2em;
  margin-top: -0.1em;
}

.burger-icon-wing--tl {
  transform-origin: 0.4em 0.1em;
  top: 0.8em;
  left: 0.5em;
}

.burger-icon-wing--tr {
  transform-origin: 0.7em 0.1em;
  top: 0.8em;
  right: 0.5em;
}

.burger-icon-wing--br {
  transform-origin: 0.7em 0.1em;
  bottom: 0.8em;
  right: 0.5em;
}

.burger-icon-wing--bl {
  transform-origin: 0.4em 0.1em;
  bottom: 0.8em;
  left: 0.5em;
}

.burger-icon[data-burger-state="on"] .burger-icon-wing--m {
  transform: scale(0, 1);
}

.burger-icon[data-burger-state="on"] .burger-icon-wing--tl {
  transform: rotate(45deg) translate(0.3em, 0);
}

.burger-icon[data-burger-state="on"] .burger-icon-wing--tr {
  transform: rotate(-45deg) translate(-0.3em, 0);
}

.burger-icon[data-burger-state="on"] .burger-icon-wing--br {
  transform: rotate(45deg) translate(-0.3em, 0);
}

.burger-icon[data-burger-state="on"] .burger-icon-wing--bl {
  transform: rotate(-45deg) translate(0.3em, 0);
}

/* Zendesk Extra Styles */
.zendesk-chat-button {
  max-width: 180px;
  font-style: normal;
  font-size: 14px;
}

div.agent-name {
  text-align: left;
  margin-top: 15px;
  margin-left: 45px;
  font-size: 14px;
  color: rgb(104, 115, 125);
}

div.typing-div {
  margin: 5px;
  font-size: 12px;
  display: none;
}

div.zendesk-feedback {
  width: 100%;
  background-color: white;
  padding: 7px;
  box-shadow: 0px 15px 17px -11px rgba(173, 173, 173, 1);
  z-index: 10;
  position: absolute;
}

i.zendesk-feedback {
  margin: 10px;
  font-size: 20px;
}

i.zendesk-feedback-good {
  color: rgba(0, 149, 46, 0.7) !important;
}

i.zendesk-feedback-bad {
  color: rgba(205, 0, 0, 0.73) !important;
}

div.feedback-avatar {
  text-align: right;
}

div.feedback-text {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

div.feedback-thumbs {
  color: rgb(104, 115, 125);
  padding-left: 0px;
}

div.thumbs-div {
  display: inline-block;
}

textarea.zendesk-comment {
  width: 100%;
  height: 130px;
}

/* MODALS */
.modal-backdrop.show {
  opacity: 0.5;
  width: calc(100% - 18px);
  margin-left: 9px;
  background-color: #000;
  height: 100%;
  margin-top: 65px;
}

.modal {
  left: 5%;
  width: 90%;
}

.modal-header .close {
  margin: -0.3rem -1rem -1rem auto !important;
}

.modal-header {
  padding: 0.3rem 1rem 0.3rem 1rem !important;
  border-bottom: none;
  text-align: center;
  display: inline;
}

.modal-header.warning {
  background-color: #007953;
  color: #fafafa;
}

.modal-body>.container>p {
  font-size: 13px;
}

.modal-body img {
  max-width: 275px;
}

.barti_fondo {
  position: absolute;
  bottom: 5px;
  right: -25px;
  pointer-events: none;
}

/* CAROUSEL STYLES */
.button-1,
.button-2 {
  position: relative;
  bottom: 0px;
  width: calc(100% - 16px);
  padding: 5px;
}

.carousel {
  width: 100%;
  margin: 0px !important;
}

.card-text {
  font-size: 13px;
  padding: 0px !important;
  margin: 0px !important;
}

.element-carousel {
  padding: 15px 5px 15px 5px;
  max-width: 11%;
  margin: 0px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #fafafa;
  font-size: 13px;
  min-height: 110px;
  text-align: center;
}

.track {
  overflow: hidden;
  padding: 5px 0px 0px 0px;
  max-width: 303px;
  flex: 0 0 85%;
}

@media screen and (max-width: 416px) {
  .track {
    max-width: 86%;
    flex: 0 0 86%;
  }
}

@media screen and (max-width: 362px) {
  .track {
    max-width: 84%;
    flex: 0 0 84%;
  }
}

.dot {
  color: gray;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
  font-size: 20px;
}

.dot.selected {
  color: black;
}

.slide {
  width: 10000px;
  min-width: 260px;
  margin-left: 0px;
  margin-right: 0px;
  transition: margin 500ms;
}

.carousel-control {
  text-align: center;
  max-width: 20px;
  top: 80px;
  height: 80px;
  cursor: pointer;
  padding: 30px 0px 30px 0px;
  font-size: 20px;
}

.carousel-control.prev {
  left: -2px;
}

.carousel-control.next {
  left: 2px;
}

.title-image {
  width: 109%;
  position: relative;
  top: -15px;
  border-radius: 10px 10px 0px 0px;
}

/* Botones en texto */
.message-inner>p>.row {
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

.col-6.nuevo::before {
  font-family: 'Banesco-Icons' !important;
  content: "\e92b";
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 28px;
  background-color: white;
  color: red;
  border-radius: 12px;
}

.message-inner .row>div:has(.ic),
.message-inner .row>div:has(.ic-disabled),
.message-inner .row>.col-6:has(.ic),
.message-inner .row>.col-6:has(.ic-disabled),
.message-inner .row>.col-custom-pos:has(.ic),
.message-inner .row>.col-custom-pos:has(.ic-disabled) {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  width: 50% !important;
  padding: 0 2px !important;
  display: block !important;
}

.app_view .message-inner .row>div:has(.ic),
.app_view .message-inner .row>div:has(.ic-disabled),
.app_view .message-inner .row>.col-6:has(.ic),
.app_view .message-inner .row>.col-6:has(.ic-disabled),
.app_view .message-inner .row>.col-custom-pos:has(.ic),
.app_view .message-inner .row>.col-custom-pos:has(.ic-disabled) {
  flex: 0 0 70% !important;
  max-width: 70% !important;
  width: 70% !important;
  padding: 0 !important;
}

.app_view .message-inner .row>div:has(.ic):first-child:nth-last-child(n+4),
.app_view .message-inner .row>div:has(.ic):first-child:nth-last-child(n+4)~div,
.app_view .message-inner .row>div:has(.ic-disabled):first-child:nth-last-child(n+4),
.app_view .message-inner .row>div:has(.ic-disabled):first-child:nth-last-child(n+4)~div {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  width: 50% !important;
  padding: 0 5px !important;
}

.app_view .message-inner .row>.col-6:has(.ic):first-child:nth-last-child(n+4),
.app_view .message-inner .row>.col-6:has(.ic):first-child:nth-last-child(n+4)~.col-6,
.app_view .message-inner .row>.col-6:has(.ic-disabled):first-child:nth-last-child(n+4),
.app_view .message-inner .row>.col-6:has(.ic-disabled):first-child:nth-last-child(n+4)~.col-6 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  width: 50% !important;
  padding: 0 5px !important;
}

.message-inner .row .card {
  height: 100%;
}

.ic-disabled.nuevo::before,
.ic.nuevo::before {
  font-family: 'Banesco-Icons' !important;
  content: "\e92b";
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 28px;
  height: 26px;
  background-color: white;
  border-radius: 12px;
  line-height: 1.0;
}

.ic-disabled.nuevo::before {
  color: #b5b5b5;
}

.ic.nuevo::before {
  color: red;
}

@media (max-width: 390px) {
  .col-custom-pos {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.form-row-flex {
  display: flex;
  align-items: center;
  gap: 5%;
  width: 100%;
  margin-bottom: 5vw;
}

.form-row-flex .form-select {
  flex: 0 0 20%;
  height: 38px;
  padding: 0 0.5rem;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-row-flex .form-input {
  flex: 0 0 75%;
  height: 38px;
  padding: 0 0.5rem;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.image-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  gap: 2rem;
  width: 75%;
  margin-left: 2rem;
}

.image-item {
  flex: .3;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007953;
  border-radius: 12px;
}

.image-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  padding: 0.5rem;
}

.footer {
  display: flex;
  justify-content: center;
  text-align: justify;
  font-size: .75rem;
  width: 100%;
  padding: 1.5rem 0;
}

#auth-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}


html,
body {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
  touch-action: none;
}

.msg_box.app_view {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100dvh !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: #fafafa !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  z-index: 2147483647 !important;
}

.app_view .msg_head {
  flex: 0 0 70px !important;
  height: 70px !important;
  width: 100% !important;
  border-radius: 0 !important;
  background-color: #007953 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.app_view .chat-controls {
  display: none !important;
}

.app_view .logo {
  position: relative !important;
  margin: 0 !important;
  left: auto !important;
  top: auto !important;
}

.app_view .msg_window {
  flex: 1 1 auto !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  overflow: hidden !important;
  background: #fafafa !important;
  display: flex !important;
  flex-direction: column !important;
  border: none !important;
}

.app_view #chat-column-holder {
  flex: 1 1 auto !important;
  height: 100% !important;
  width: 100% !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  padding-bottom: 15px !important;
}

.app_view .msg_footer {
  flex: 0 0 auto !important;
  position: relative !important;
  width: 100% !important;
  background-color: #007953 !important;
  z-index: 10 !important;
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 10px 10px 10px !important;
}

.app_view .modal-backdrop.show {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.app_view div.form {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding-top: 20% !important;
  z-index: 20 !important;
  background-color: #fafafa !important;
}