.medusaColor {
  color: #f9a130;
}

.colorTexto {
  color: #e0e0e0 !important;
}

.colorHover:hover {
  color: #e0e0e0 !important;
}

.colorAfuera {
  background-color: #0f1621;
}

.colorAdentro {
  background-color: #060c14;
}

.btn.active {
  background-color: rgba(255, 255, 255, 0) !important;
}

@font-face {
  font-family: "Orbitron";
  src: url("./Orbitron-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar {
  display: none;
}

.offcanvas {
  --bs-offcanvas-transition: transform .1s ease-out;
}

.letter-by-letter {
  position: relative;
  animation: paint 5s forwards;
}

@keyframes paint {
  to {
    color: #f9a130;
  }
}
.fade-in {
  opacity: 0;
  animation: fadeInAnimation 0.5s ease-in forwards;
}

.fade-out {
  opacity: 1;
  animation: fadeInOut 0.5s ease-in forwards;
}

.letter-by-letter::before {
  content: attr(data-letter);
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  z-index: -1;
  animation: fade-in 3s forwards;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  to {
    color: transparent;
  }
}
body {
  color: black;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  background-color: #0f1621;
}

.contenedor {
  display: grid;
  grid-template-columns: 20% 65% 15%;
  grid-template-rows: 7% 84% 10%;
  height: 99vh;
}
.contenedor .marca {
  position: absolute;
  top: 0;
  background-image: linear-gradient(to right, #5504f6, #5dafdf);
  width: 100%;
  height: 22px;
  text-align: right;
  padding-right: 50px;
  font-weight: 900;
}
.contenedor .navBarIzquierda {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: auto 16%;
  background-color: #0f1621;
  color: white;
  justify-items: center !important;
  align-items: center !important;
}
.contenedor .navBarIzquierda .iconoEmpresaIzquierda {
  font-family: "Orbitron", sans-serif;
  text-align: center;
  justify-self: center;
  align-self: center;
  font-size: 30px;
  color: #e0e0e0 !important;
}
.contenedor .navBarIzquierda .iconoEmpresaIzquierda:hover {
  cursor: pointer;
}
.contenedor .navBarIzquierda .nombreEmpresa {
  justify-self: start;
  align-self: center;
  font-size: 18px;
  margin-left: 7%;
}
.contenedor .navBarIzquierda .dropHamb {
  grid-column: 2;
  justify-self: end;
  align-self: center;
  cursor: pointer;
}
.contenedor .navBarIzquierda .dropHamb .btnDrop::after {
  content: "";
  float: left;
  width: 50px;
  align-self: center;
  justify-self: center;
  height: 40px;
  margin-right: auto;
  margin-top: auto;
  background: url(./hamburgerW.png) no-repeat 0 0;
  background-size: 90%;
}
.contenedor .navBarIzquierda .dropHamb .dropdown-item {
  cursor: pointer;
}
.contenedor .columnaDerechaArriba {
  width: 100%;
  height: auto;
  grid-column: 3;
  grid-row: 1;
  color: #b1b1b1;
  background-color: #0f1621;
  display: flex;
}
.contenedor .columnaDerechaArriba .saludoUsuario {
  text-align: center;
  width: 100%;
  justify-self: center;
  align-self: center;
}
.contenedor .columnaDerechaArriba .saludoUsuario .material-symbols-outlined {
  font-size: 17px;
}
.contenedor .datosDelCliente {
  grid-column: 3;
  grid-row: 2;
  box-sizing: border-box;
  margin-top: 10px;
  margin-right: 10px;
}
.contenedor .datosDelCliente .card {
  border: none;
  opacity: 0;
  animation: fadeInAnimation 0.5s ease-in forwards;
  border-radius: 19px;
  background-color: #0f1621;
  color: #b3b2b2;
  height: 87vh;
}
.contenedor .datosDelCliente .card .list-group-item {
  background-color: #0f1621;
  border-color: #0f1621;
}
.contenedor .datosDelCliente .card .list-group-item input {
  border-radius: 10px;
  resize: none;
  background-color: #0f1621;
  color: #b3b2b2;
  width: 100%;
}
.contenedor .datosDelCliente .card .list-group-item input::-moz-placeholder {
  text-align: center;
}
.contenedor .datosDelCliente .card .list-group-item input::placeholder {
  text-align: center;
}
.contenedor .datosDelCliente .card .list-group-item input:focus {
  border-color: #0f1621 !important;
  box-shadow: none !important;
  outline: #0f1621;
}
.contenedor .datosDelCliente .card .telefono {
  cursor: pointer;
}
.contenedor .datosDelCliente .card .card-body input {
  border-radius: 10px;
  resize: none;
  background-color: #0f1621;
  color: #b3b2b2;
  width: 100%;
  border: 1px solid #0f1621;
}
.contenedor .datosDelCliente .card .card-body input::-moz-placeholder {
  text-align: center;
  color: #b3b2b2;
}
.contenedor .datosDelCliente .card .card-body input::placeholder {
  text-align: center;
  color: #b3b2b2;
}
.contenedor .datosDelCliente .card .card-body input:focus {
  border-color: #0f1621 !important;
  box-shadow: none !important;
  outline: #0f1621;
}
.contenedor .datosDelCliente .card .card-body textarea {
  border-radius: 10px;
  resize: none;
  background-color: #0f1621;
  color: #b3b2b2;
  width: 100%;
  border: 1px solid #0f1621;
  padding: 2px 10px 0 10px;
  height: 7vw;
}
.contenedor .datosDelCliente .card .card-body textarea::-moz-placeholder {
  text-align: center;
  color: #b3b2b2;
}
.contenedor .datosDelCliente .card .card-body textarea::placeholder {
  text-align: center;
  color: #b3b2b2;
}
.contenedor .datosDelCliente .card .card-body textarea:focus {
  border-color: #0f1621 !important;
  box-shadow: none !important;
  outline: #0f1621;
}
.contenedor .datosDelCliente .card .card-footer input[type=button]:hover {
  cursor: pointer;
}
.contenedor .registro {
  margin-top: 1.5vh;
  border-top-right-radius: 21px;
  grid-column: 1;
  grid-row: 2/span 3;
  overflow: scroll;
  background-color: #060c14;
  position: relative;
}
.contenedor .registro .cantidadDeChatsRegistro:before {
  background-color: #19c11c;
  color: #19c11c;
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  display: inline-block;
  margin: 3px 4px;
}
.contenedor .registro .cantidadDeChatsRegistro {
  font-family: "orbitron";
  padding: 0 2% 0 0%;
  justify-content: center;
  align-self: center;
  font-size: 17px;
  font-weight: 600;
  color: white;
}
.contenedor .registro .buscador {
  position: sticky;
  top: 0;
  background-color: #060c14;
  z-index: 1000;
  margin-bottom: 2%;
}
.contenedor .registro .buscador .buscadorRegistro {
  margin-right: auto;
  border-radius: 10px;
  margin: 2%;
  font-family: "Roboto", sans-serif;
}
.contenedor .registro .buscador .btnNuevoChat {
  background-color: transparent;
  color: #e0e0e0 !important;
  margin: auto 2% auto auto;
}
.contenedor .registro .buscador .btnNuevoChat:hover {
  cursor: pointer;
}
.contenedor .registro .buscador .btnNuevoChat::focus {
  border-color: rgba(223, 223, 223, 0.6980392157) !important;
  box-shadow: none;
}
.contenedor .registro .cajaRegistro:hover {
  background-color: rgba(0, 0, 0, 0.2745098039);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  color: #e0e0e0 !important;
  cursor: pointer;
  text-align: left;
  font-family: "Roboto", sans-serif;
  display: grid;
  grid-template-columns: 30% auto 10%;
  margin-bottom: 2%;
}
.contenedor .registro .cajaRegistro {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.168627451);
  border-radius: 6px;
  color: #e0e0e0 !important;
  cursor: pointer;
  text-align: left;
  font-family: "Roboto", sans-serif;
  display: grid;
  grid-template-columns: 30% auto 10%;
  margin-bottom: 2%;
}
.contenedor .registro .cajaRegistro hr {
  border: 1px solid #d8e1e6;
  width: 100%;
  margin-left: 5%;
  margin-right: auto;
  grid-column: 1/span 2;
}
.contenedor .registro .cajaRegistro .imgPerfil {
  grid-column: 1;
  width: 70px;
  height: 70px;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  aling-self: center;
  margin-top: auto;
  margin-bottom: auto;
}
.contenedor .registro .cajaRegistro .texto {
  grid-column: 2;
}
.contenedor .registro .cajaRegistro .texto .nombre {
  font-weight: bold;
  font-size: 1em;
  width: 100%;
}
.contenedor .registro .cajaRegistro .texto .mensaje {
  font-size: 14px;
  overflow: hidden;
  text-overflow: clip;
  width: 100%;
  height: 25px;
  padding: 0px;
  word-break: break-word;
}
.contenedor .registro .cajaRegistro .texto .fecha {
  font-size: 12px !important;
  width: 100%;
  font-size: 15px;
}
.contenedor .registro .cajaRegistro .texto .bloqueoEstado {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #f2b3b3;
}
.contenedor .registro .cajaRegistro .texto .bloqueoIcon {
  font-size: 15px;
}
.contenedor .registro .cajaRegistro .dropRegistro {
  grid-column: 3;
  justify-self: end;
  align-self: center;
}
.contenedor .registro .cajaRegistro .dropRegistro .dropdown-menu {
  background-color: #e7e7e7;
}
.contenedor .registro .cajaRegistro .dropRegistro .btnDrop::after {
  content: "";
  float: left;
  width: 19px;
  height: 86px;
  margin-right: 5px;
  background: url(./optionsWs.png) no-repeat 0 0;
  background-size: 90%;
}
.contenedor .registro .cajaRegistro .dropRegistro .btnDrop:hover {
  content: "";
  float: left;
  width: 19px;
  height: 86px;
  margin-right: 5px;
  background: url(./optionsWsH.png) no-repeat 0 0;
  background-size: 90%;
}
.contenedor .registro .cajaRegistro .dropRegistro .dropdown-item {
  cursor: pointer;
}
.contenedor .registro .cajaRegistro .dropRegistro .dropdown-item.active, .contenedor .registro .cajaRegistro .dropRegistro .dropdown-item:active {
  background-color: #060c14;
}
.contenedor .registro .cajaRegistroActive {
  background-color: #0f1621;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  color: #e0e0e0 !important;
  cursor: pointer;
  text-align: left;
  font-family: "Roboto", sans-serif;
  display: grid;
  grid-template-columns: 30% auto 10%;
  margin-bottom: 2%;
}
.contenedor .registro .cajaRegistroBloqueada {
  opacity: 0.65;
  border: 1px dashed rgba(242, 179, 179, 0.6);
}
.contenedor .chat {
  margin: 1% 0px 0px 1%;
  overflow: scroll;
  height: 81.4vh;
  grid-column: 2/span 3;
  grid-row: 2;
  display: grid;
  grid-auto-columns: 50% 50%;
  grid-row-gap: 1%;
  align-content: start;
  background-color: #060c14;
  border-radius: 19px 0px 0px 0px;
}
.contenedor .chat div:second-child {
  margin-top: 5%;
}
.contenedor .chat div:last-child {
  margin-bottom: 1%;
}
.contenedor .chat .msj {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  word-break: break-word;
}
.contenedor .chat .msj .msj-contenido {
  grid-column: 1/span 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.contenedor .chat .msj .texto {
  word-wrap: break-word;
  white-space: pre-line;
  overflow-wrap: anywhere;
  width: 100%;
}
.contenedor .chat .msj .texto-caption {
  margin-top: 0;
}
.contenedor .chat .msj .msj-media-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.contenedor .chat .msj .fecha {
  font-size: 14px;
  grid-row: 2;
  grid-column: 1/span 2;
  justify-self: end;
  align-self: end;
  padding-top: 2%;
  font-weight: none;
  text-align: right;
}
.contenedor .chat .msj .media {
  grid-column: 1/span 2;
  grid-row: 1;
}
.contenedor .chat .msj .media-preview {
  cursor: pointer;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.contenedor .chat .msj .media-preview-video {
  width: min(300px, 100%);
  height: auto;
}
.contenedor .chat .msj .media-preview-audio {
  width: min(300px, 100%);
}
.contenedor .chat .msj.msj-audio {
  width: min(360px, 100% - 24px) !important;
  max-width: min(360px, 100% - 24px) !important;
}
.contenedor .chat .msj.msj-audio .msj-contenido {
  width: 100%;
}
.contenedor .chat .msj.msj-audio .msj-media-wrap {
  width: 100%;
}
.contenedor .chat .msj.msj-audio .media-preview-audio {
  width: 100%;
  min-width: 280px;
}
.contenedor .chat .msj .media-preview-doc {
  max-width: 100%;
}
.contenedor .chat .msj.msj-con-adjunto {
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(360px, 100% - 24px) !important;
}
.contenedor .chat .msj.msj-con-caption .msj-contenido {
  width: 100%;
}
.contenedor .chat .msj.msj-con-caption .texto {
  max-width: 100%;
  white-space: pre-wrap;
}
.contenedor .chat .msj.msj-con-caption .fecha {
  justify-self: end;
  align-self: end;
}
.contenedor .chat .msj.msj-con-caption .msj-media-wrap, .contenedor .chat .msj.msj-media .msj-media-wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.contenedor .enviarMensaje {
  width: 99%;
  height: auto;
  margin-left: 1%;
  margin-right: auto;
  background-color: #0f1621;
  grid-column: 2/span 3;
  grid-row: 3;
  display: grid;
  grid-template-columns: 95% 5%;
  grid-template-rows: auto;
}
.contenedor .enviarMensaje .adjuntar {
  align-self: right;
  grid-column: 2;
  width: auto;
  background-image: url("./upload.png");
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #060c14;
}
.contenedor .enviarMensaje .adjuntar input[type=file] {
  opacity: 0;
  width: 100%;
  height: 60px;
  cursor: pointer;
}
.contenedor .enviarMensaje .adjuntar:hover {
  width: auto;
  background-image: url("./uploadHover.png");
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.contenedor .enviarMensaje .mensaje {
  grid-column: 1;
  grid-row: 1;
  height: auto;
  width: 100%;
  justify-self: center;
  resize: none;
}
.contenedor .enviarMensaje .form-control {
  color: #fff;
  background-color: #060c14;
  border-color: rgba(255, 255, 255, 0.1215686275);
  border: none;
  border-radius: 0px;
}
.contenedor .enviarMensaje .form-control:focus {
  border-color: rgba(255, 255, 255, 0.1215686275);
  box-shadow: none;
  background-color: #060c14;
}
.contenedor .enviarMensaje .form-control::-moz-placeholder {
  color: #b5b5c3;
}
.contenedor .enviarMensaje .form-control::placeholder {
  color: #b5b5c3;
}
.contenedor .navBarDerechaBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #0f1621;
  color: #e0e0e0 !important;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.contenedor .navBarDerechaBtn div {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding-top: 1%;
}
.contenedor .navBarDerechaBtn div:last-child {
  margin-right: 2px;
}
.contenedor .navBarDerechaBtn div:hover {
  cursor: pointer;
  color: #e0e0e0 !important;
  transition: 0.1s;
  border-top: 3px solid #e0e0e0 !important;
}
.contenedor .navBarDerechaBtn .material-symbols-outlined {
  font-family: "Material Symbols Outlined", sans-serif;
  font-feature-settings: "opsz" 48, "GRAD" 0, "FILL" 1;
  margin-right: 3%;
}
.contenedor .navBarDerecha {
  position: sticky;
  z-index: 1;
  top: 0;
  height: 8vh;
  font-size: 23px;
  grid-column: 1/span 2;
  grid-row: 1;
  display: grid;
  background-color: #060c14;
  color: #e0e0e0 !important;
  grid-template-columns: 6% auto 35%;
  border-bottom: 1px solid #0f1621;
}
.contenedor .navBarDerecha .iconoEmpresaDerecha {
  justify-self: center;
  align-self: center;
  width: 6vw;
  margin-left: 10%;
  height: 8vh;
  grid-column: 1;
}
.contenedor .navBarDerecha .nombreEmpresa {
  justify-self: start;
  align-self: center;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contenedor .navBarDerecha .nombreEmpresa .nombreEmpresaTexto {
  line-height: 1.1;
}
.contenedor .navBarDerecha .nombreEmpresa .bloqueoBadge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #f2b3b3;
}
.contenedor .navBarDerecha .nombreEmpresa .bloqueoBadge .material-symbols-outlined {
  font-size: 15px;
}
.contenedor .navBarDerecha .numeroTelefono {
  justify-self: end;
  align-self: center;
  grid-column: 3;
  margin-right: 10%;
  cursor: pointer;
}
.contenedor .navBarDerecha .contenedorIconos {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.contenedor .navBarDerecha .contenedorIconos .btnMasDatosIcon {
  cursor: pointer;
  font-size: 27px;
}
.contenedor .navBarDerecha .contenedorIconos .btnMasDatosIcon:hover {
  cursor: pointer;
  color: #90e0a0;
  font-size: 27px;
}
.contenedor .navBarDerecha .contenedorIconos .bloqueoToggle.bloqueoActivo {
  color: #f2b3b3;
}
.contenedor .navBarDerecha .contenedorIconos .bloqueoToggle.bloqueoAjeno {
  opacity: 0.6;
}

.offcanvas-body {
  background-color: #0f1621;
}

.offcanvas-header {
  background-color: #0f1621;
}

.opcion {
  width: 90%;
  display: inline;
}

.saludoUsuario {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.saludoBienvenida {
  opacity: 1;
}

.saludoOriginal {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.sombrasOP {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(129, 129, 129, 0);
}

@keyframes latir {
  0% {
    border-right: 3px solid #204828;
  }
  50% {
    border-right: 2px solid #90e0a0;
  }
  100% {
    border-right: 3px solid #204828;
  }
}
.alert {
  padding: 20px;
}

.listadoDerivar:hover {
  background-color: #acacac;
}

.modalDerivar {
  background-color: #0f1621;
  color: #ffffff;
}

.modal-programar-notificacion {
  border: 1px solid rgba(92, 191, 165, 0.28);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.45);
  background: linear-gradient(145deg, rgba(7, 21, 16, 0.98) 0%, rgba(5, 15, 11, 0.98) 100%);
}

.modal-programar-header {
  border-bottom: 1px solid rgba(112, 197, 173, 0.24);
  padding: 0.95rem 1.2rem;
  background: linear-gradient(135deg, rgba(10, 31, 24, 0.98) 0%, rgba(8, 24, 20, 0.98) 100%);
}

.modal-programar-header .modal-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.modal-programar-body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1rem 1.2rem;
}

.modal-programar-body .form-label {
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #d8f6ea !important;
}

.modal-programar-body .form-control {
  border: 1px solid rgba(103, 197, 167, 0.5);
  border-radius: 10px;
  background: rgba(6, 29, 19, 0.92) !important;
  color: #e3f7f0 !important;
}

.modal-programar-body .form-control:focus {
  border-color: rgba(140, 234, 195, 0.92);
  box-shadow: 0 0 0 0.2rem rgba(77, 201, 157, 0.22);
  background: rgba(8, 35, 23, 0.96) !important;
}

.modal-programar-body .form-control::-moz-placeholder {
  color: rgba(192, 226, 215, 0.58) !important;
}

.modal-programar-body .form-control::placeholder {
  color: rgba(192, 226, 215, 0.58) !important;
}

.modal-programar-body textarea.form-control::-moz-placeholder {
  color: rgba(192, 226, 215, 0.58) !important;
}

.modal-programar-body textarea.form-control::placeholder {
  color: rgba(192, 226, 215, 0.58) !important;
}

.modal-programar-body textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

.modal-programar-body input[type=datetime-local].form-control {
  color-scheme: dark;
}

.programar-campo {
  margin: 0;
}

.programar-tabs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.15rem;
}

.programar-tab-btn {
  border: 1px solid rgba(119, 213, 183, 0.35);
  border-radius: 999px;
  background: rgba(10, 30, 24, 0.72);
  color: #b9ead9;
  padding: 0.38rem 0.88rem;
  font-size: 1.25rem;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: all 0.2s ease;
}

.programar-tab-btn:hover {
  background: rgba(16, 52, 39, 0.9);
  color: #dcfbf1;
}

.programar-tab-btn.active {
  border-color: rgba(155, 241, 213, 0.8);
  background: linear-gradient(135deg, rgba(28, 133, 108, 0.78) 0%, rgba(18, 118, 82, 0.82) 100%);
  color: #f0fffa;
  box-shadow: 0 0 0 1px rgba(133, 235, 202, 0.32) inset;
}

.programar-tab-badge {
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(8, 21, 25, 0.75);
  color: #9ff5d7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0 0.38rem;
}

.programar-tab-content {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.modal-unificado-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.modal-unificado-contacto {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.modal-unificado-contacto-nombre {
  margin: 0;
  color: #d8f6ea !important;
  font-size: 1.28rem;
  overflow: hidden;
  white-space: nowrap;
}

.modal-unificado-contacto-img {
  border-radius: 999px;
  border: 1px solid rgba(135, 223, 194, 0.48);
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-unificado-subheader {
  border-top: 1px solid rgba(121, 208, 181, 0.18);
  border-bottom: 1px solid rgba(121, 208, 181, 0.24);
  padding: 0.65rem 1.2rem;
  background: rgba(10, 33, 26, 0.72);
}

.modal-unificado-acciones {
  gap: 0.52rem;
  background: transparent;
}

.modal-unificado-accion {
  border: 1px solid rgba(114, 205, 177, 0.28) !important;
  border-radius: 9px !important;
  background: rgba(8, 31, 24, 0.72) !important;
  color: #d9f9ee !important;
  padding: 0.65rem 0.72rem;
  line-height: 1.3;
  transition: all 0.2s ease;
}

.modal-estilo-unificado .modal-unificado-accion:hover, .modal-unificado-accion:hover {
  background: rgba(12, 48, 35, 0.92) !important;
  border-color: rgba(150, 238, 209, 0.55) !important;
  color: #f1fffb !important;
  transform: translateY(-1px);
}

.modal-unificado-body p {
  margin-bottom: 0.45rem;
  color: #d5f4e9;
}

.modal-unificado-body .alert {
  position: static;
  top: auto;
  right: auto;
  margin: 0.35rem 0 0;
  padding: 0.6rem 0.72rem;
  border-radius: 8px;
  border: 1px solid transparent;
}

.modal-unificado-body .alert-success {
  background: rgba(47, 156, 115, 0.2);
  border-color: rgba(86, 216, 142, 0.5);
  color: #bdf5d3;
}

.modal-unificado-body .alert-danger {
  background: rgba(162, 56, 70, 0.2);
  border-color: rgba(236, 108, 126, 0.52);
  color: #ffc6d0;
}

.modal-mas-datos-header .modal-title {
  line-height: 1.25;
  word-break: break-word;
}

.modal-mas-datos-body {
  padding-top: 0.9rem;
  gap: 0.7rem;
}

.modal-mas-datos-list {
  gap: 0.7rem;
}

.modal-mas-datos-section {
  border: 1px solid rgba(106, 197, 170, 0.3) !important;
  border-radius: 10px !important;
  background: rgba(8, 27, 34, 0.72) !important;
  color: #d7f8ed !important;
  padding: 0.8rem 0.88rem;
}

.modal-mas-datos-section small {
  color: rgba(160, 231, 206, 0.9);
}

.modal-mas-datos-section b, .modal-mas-datos-section p, .modal-mas-datos-section span {
  color: #e8fff7 !important;
}

.modal-mas-datos-section hr {
  border-color: rgba(123, 206, 181, 0.34);
  opacity: 0.55;
  margin: 0.72rem 0;
}

.modal-mas-datos .accordion .card {
  border: 1px solid rgba(114, 205, 178, 0.32);
  border-radius: 9px;
  overflow: hidden;
  background: rgba(6, 20, 28, 0.84) !important;
}

.modal-mas-datos .accordion .card-header {
  background: rgba(9, 32, 40, 0.82) !important;
  border-bottom: 1px solid rgba(121, 208, 181, 0.3) !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.modal-mas-datos .accordion .btn.btn-link {
  color: #cbf7e9 !important;
  text-decoration: none;
  font-weight: 600;
}

.modal-mas-datos-table {
  margin-bottom: 0;
  border-color: rgba(124, 202, 179, 0.22);
}

.modal-mas-datos-table thead tr {
  color: #9ff4d6 !important;
}

.modal-mas-datos-table > :not(caption) > * > * {
  background-color: rgba(6, 18, 26, 0.88) !important;
  color: #dbf9ef !important;
  border-bottom: 1px solid rgba(121, 201, 177, 0.2) !important;
}

.modal-mas-datos-table a {
  color: #9ff4d6 !important;
}

.modal-mas-datos-card-body {
  color: #e4fcf4 !important;
}

.modal-mas-datos-empty {
  border: 1px dashed rgba(116, 206, 178, 0.36);
  border-radius: 9px;
  background: rgba(8, 26, 33, 0.6);
  color: #c2f1df;
  padding: 0.75rem 0.9rem;
}

.modal-buscar-input-wrap {
  width: 100%;
}

.modal-buscar-input.form-control {
  background: rgba(6, 24, 19, 0.9);
  border: 1px solid rgba(111, 202, 175, 0.42);
  color: #dff8ef;
}

.modal-buscar-input.form-control:focus {
  border-color: rgba(142, 235, 205, 0.85);
  box-shadow: 0 0 0 0.2rem rgba(74, 198, 158, 0.2);
  background: rgba(4, 20, 15, 0.95);
}

.modal-buscar-input.form-control::-moz-placeholder {
  color: rgba(188, 226, 214, 0.55);
}

.modal-buscar-input.form-control::placeholder {
  color: rgba(188, 226, 214, 0.55);
}

.modal-buscar-body {
  padding-top: 0.85rem;
}

.modal-buscar-list {
  gap: 0.55rem;
  max-height: 58vh;
  overflow-y: auto;
  padding-right: 0.15rem;
}

.modal-buscar-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(111, 202, 175, 0.28) !important;
  border-radius: 10px !important;
  background: rgba(8, 33, 24, 0.72) !important;
  color: #dcfaef !important;
  padding: 0.58rem 0.7rem;
  transition: all 0.18s ease;
  margin-top: 1px;
}

.modal-buscar-item:hover {
  background: rgba(14, 52, 36, 0.94) !important;
  border-color: rgba(157, 241, 214, 0.58) !important;
  transform: translateY(-1px);
}

.modal-buscar-avatar {
  border-radius: 999px;
  border: 1px solid rgba(137, 224, 198, 0.5);
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.modal-buscar-texto {
  min-width: 0;
}

.modal-buscar-nombre {
  color: #e7fff7;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-buscar-telefono {
  margin-top: 0.1rem;
  color: rgba(168, 235, 211, 0.9);
  font-size: 1.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-buscar-vacio {
  border: 1px dashed rgba(116, 206, 178, 0.36);
  border-radius: 9px;
  background: rgba(8, 26, 33, 0.6);
  color: #c2f1df;
  padding: 0.75rem 0.9rem;
}

.programar-contacto-card {
  border: 1px solid rgba(105, 205, 174, 0.28);
  border-radius: 11px;
  background: rgba(8, 37, 34, 0.52);
  padding: 0.7rem 0.85rem;
}

.programar-contacto-label {
  display: block;
  font-size: 1.1rem;
  color: rgba(154, 229, 202, 0.85);
}

.programar-contacto-value {
  margin-top: 0.2rem;
  color: #e5fbf3;
  word-break: break-word;
}

.programar-tipo-mensaje {
  display: flex;
  gap: 1.35rem;
  flex-wrap: wrap;
}

.programar-ayuda {
  margin-top: 0.35rem;
  display: inline-block;
  color: rgba(151, 235, 206, 0.86);
}

.programar-preview-template {
  margin-top: 0.55rem;
  border: 1px dashed rgba(129, 223, 190, 0.5);
  border-radius: 10px;
  background: rgba(8, 38, 45, 0.58);
  padding: 0.65rem 0.75rem;
  color: #d9f8ee;
}

.programar-preview-template small {
  display: block;
  margin-bottom: 0.25rem;
  color: #96e7c8;
  font-weight: 600;
}

.programar-preview-template-text {
  margin-top: 0.35rem;
  padding: 0.55rem 0.62rem;
  border-radius: 8px;
  background: rgba(6, 26, 19, 0.58) !important;
  border: 1px solid rgba(104, 202, 172, 0.34) !important;
  color: #dff8ef !important;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.45;
  font-size: 1rem;
  max-height: 160px;
  overflow-y: auto;
  resize: vertical;
}

.programar-aviso-individual {
  border-left: 3px solid #f9a130;
  background: rgba(57, 36, 3, 0.32);
  border-radius: 8px;
  color: #f5b86d;
  padding: 0.48rem 0.66rem;
  line-height: 1.35;
}

.programar-alerta-pendientes {
  border: 1px solid rgba(246, 187, 94, 0.35);
  border-radius: 8px;
  background: rgba(67, 45, 11, 0.45);
  color: #f3c06e;
  padding: 0.52rem 0.72rem;
  line-height: 1.35;
}

.programar-variables-card {
  margin-top: 0.35rem;
  border: 1px solid rgba(96, 196, 165, 0.28);
  border-radius: 12px;
  background: rgba(5, 20, 27, 0.7);
  padding: 0.85rem;
}

.programar-variables-card h6 {
  margin-bottom: 0.3rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.programar-variables-help {
  margin: 0 0 0.65rem 0;
  color: rgba(158, 226, 204, 0.88);
  font-size: 1.15rem;
}

.programar-variables-table-wrap {
  max-height: 220px;
  overflow: auto;
  border: 1px solid rgba(123, 207, 179, 0.26);
  border-radius: 9px;
}

.programar-variables-table {
  margin: 0;
  color: #dff7ef;
  background: transparent;
}

.programar-variables-table > :not(caption) > * > * {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(117, 195, 172, 0.24);
  padding: 0.58rem 0.72rem;
  vertical-align: middle;
}

.programar-variables-table tbody td {
  color: #d8f2e9 !important;
}

.programar-variables-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #f0fffa;
  background: rgba(11, 41, 45, 0.96) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 1.1rem;
}

.programar-variables-table tbody tr:nth-child(odd) td {
  background: rgba(12, 38, 46, 0.3) !important;
}

.programar-variables-table tbody td:first-child {
  font-weight: 700;
  color: #95efd0;
  white-space: nowrap;
}

.programar-variables-table tbody td a {
  color: #a8f3da !important;
}

.programar-historial-resumen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.6rem;
}

.programar-mini-kpi {
  border: 1px solid rgba(111, 203, 176, 0.32);
  border-radius: 10px;
  background: rgba(8, 33, 24, 0.62);
  padding: 0.5rem 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.programar-mini-kpi small {
  color: rgba(155, 231, 205, 0.88);
}

.programar-mini-kpi strong {
  color: #e3faf2;
  font-size: 1.55rem;
  line-height: 1;
}

.programar-historial-loading, .programar-historial-vacio {
  border: 1px dashed rgba(116, 206, 178, 0.35);
  border-radius: 9px;
  background: rgba(8, 27, 35, 0.48);
  color: #bceedd;
  padding: 0.6rem 0.72rem;
}

.programar-historial-titulo {
  margin-top: 0.25rem;
  margin-bottom: 0.2rem;
  color: #d9f9ee;
  font-weight: 700;
  font-size: 1.28rem;
}

.programar-historial-item {
  border: 1px solid rgba(101, 196, 168, 0.32);
  border-radius: 10px;
  background: rgba(6, 24, 30, 0.64);
  padding: 0.6rem 0.72rem;
  margin-bottom: 0.55rem;
}

.programar-historial-head {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  align-items: flex-start;
}

.programar-historial-template {
  color: #dffaf0;
  font-weight: 600;
  line-height: 1.25;
}

.programar-historial-meta {
  margin-top: 0.32rem;
  color: rgba(156, 231, 206, 0.82);
  font-size: 1.1rem;
}

.programar-historial-mensaje {
  margin: 0.45rem 0 0 0;
  padding: 0.45rem 0.56rem;
  border-radius: 8px;
  border: 1px solid rgba(99, 187, 160, 0.28);
  background: rgba(4, 16, 23, 0.72);
  color: #defaf0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-height: 120px;
  overflow-y: auto;
}

.programar-estado-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.16rem 0.58rem;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid transparent;
  white-space: nowrap;
}

.estado-notificacion-cola, .estado-notificacion-pendiente {
  background: rgba(245, 173, 71, 0.17);
  border-color: rgba(245, 173, 71, 0.45);
  color: #f2bf72;
}

.estado-notificacion-proceso {
  background: rgba(163, 214, 99, 0.16);
  border-color: rgba(163, 214, 99, 0.42);
  color: #c7ee8f;
}

.estado-notificacion-enviada {
  background: rgba(86, 216, 142, 0.16);
  border-color: rgba(86, 216, 142, 0.4);
  color: #8df0b7;
}

.estado-notificacion-error {
  background: rgba(244, 90, 109, 0.16);
  border-color: rgba(244, 90, 109, 0.42);
  color: #f59eaa;
}

.modal-programar-footer {
  border-top: 1px solid rgba(121, 218, 186, 0.26);
  display: flex;
  gap: 0.7rem;
  justify-content: flex-end;
  padding: 0.82rem 1.2rem 1.1rem;
}

.btn-programar-cancelar {
  min-width: 110px;
  border: 1px solid rgba(145, 223, 198, 0.55) !important;
  background: rgba(7, 26, 31, 0.8);
  border-radius: 10px;
  transition: all 0.2s ease;
}

.btn-programar-cancelar:hover {
  background: rgba(14, 53, 39, 0.9);
  border-color: rgba(165, 242, 217, 0.7) !important;
}

.btn-programar-guardar {
  min-width: 190px;
  border: 1px solid rgba(118, 224, 188, 0.62) !important;
  background: linear-gradient(135deg, rgba(24, 140, 113, 0.82) 0%, rgba(22, 125, 88, 0.82) 100%);
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-programar-guardar:hover {
  background: linear-gradient(135deg, rgba(40, 170, 137, 0.94) 0%, rgba(34, 146, 99, 0.94) 100%);
  border-color: rgba(155, 241, 213, 0.75) !important;
  transform: translateY(-1px);
}

.btn-programar-guardar[disabled] {
  opacity: 0.62;
  transform: none;
}

@media screen and (max-width: 768px) {
  .modal-programar-body {
    gap: 0.75rem;
    padding: 0.9rem;
  }
  .programar-tipo-mensaje {
    flex-direction: column;
    gap: 0.4rem;
  }
  .modal-programar-footer {
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 0.85rem 0.9rem 1rem;
  }
  .btn-programar-cancelar, .btn-programar-guardar {
    width: 100%;
    min-width: 0;
  }
  .programar-variables-table-wrap {
    max-height: 200px;
  }
  .programar-tabs {
    flex-wrap: wrap;
  }
  .programar-historial-resumen {
    grid-template-columns: 1fr;
  }
  .programar-historial-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-unificado-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-unificado-contacto {
    width: 100%;
  }
  .modal-unificado-contacto-nombre {
    max-width: calc(100vw - 180px);
  }
}
.list-group-item:hover {
  cursor: pointer;
}

.dropdown-menuCerrarChat {
  magrin-left: 10vh !important;
  background-color: #fff;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.form-check-input:checked {
  background-color: #f9a130;
  border-color: #f9a130;
}

.form-check-input:focus {
  border-color: #f9a130;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0);
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.closebtn:hover {
  color: black;
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.droptarget {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6509803922);
}

.ocultarChat {
  display: none !important;
}

.dropItems:hover {
  background-color: rgba(179, 179, 179, 0.6705882353);
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.buscarContactoBody {
  height: 75vh;
  overflow: scroll;
}

.tdModal td {
  padding: 0.4rem;
}

@media screen and (max-width: 1440px) {
  .navBarDerecha {
    grid-template-columns: 8% auto 50% !important;
  }
}
@media screen and (max-width: 425px) {
  .contenedor {
    height: 98vh;
  }
  .contenedor .navBarIzquierda {
    grid-column: 1/span 2;
  }
  .contenedor .navBarDerecha {
    grid-column: 1/span 2;
    font-size: 16px;
    grid-template-columns: auto auto auto auto;
  }
  .contenedor .navBarDerecha .iconoEmpresaDerecha {
    grid-column: 2;
    height: 50px;
  }
  .contenedor .navBarDerecha .nombreEmpresa {
    grid-column: 3;
    justify-self: center;
  }
  .contenedor .navBarDerecha .numeroTelefono {
    grid-column: 4;
  }
  .contenedor .navBarDerecha .btnBack {
    background-image: url("./back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    margin-left: 0px;
  }
  .contenedor .registro {
    grid-column: 1/span 2;
  }
  .contenedor .registro .cajaRegistro {
    height: 25vw;
  }
  .contenedor .chat {
    grid-column: 1/span 2;
    margin-top: 19px;
    padding-bottom: 10px;
  }
  .contenedor .chat .msj .fecha {
    font-size: 11px;
  }
  .contenedor .enviarMensaje {
    grid-gap: 0%;
    grid-column: 1/span 2;
  }
  .contenedor .enviarMensaje .btn-send {
    width: 26px;
    justify-self: center;
  }
  .contenedor .enviarMensaje .adjuntar {
    width: 75%;
    margin: auto;
    background-size: contain;
  }
}
.dropdown-respuestas {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  max-height: 40vh;
  overflow-y: auto;
  width: 100%;
  z-index: 10;
  bottom: 10%;
  width: 50%;
  border-radius: 7px;
}

.opcion-respuesta {
  padding: 8px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.opcion-respuesta:hover {
  background-color: #f0f0f0;
}/*# sourceMappingURL=index.css.map */