/* css para escritorio */

/* estilos del auth_pass_recovery */
/*@media (min-width:1200px){*/
/*@media (min-width:769px){*/

.header-recovery {
  display: none;
}

.titulo-recovery {
  margin-left: 0;
  font-weight: bold;
}

.subtitulo-recovery {
  font-size: 1rem;
  margin: 0;
  color: #8b85bf;
}

.contenedor-recovery {
  height: auto !important;
}

.contenedor-form-recovery {
  padding: 0 !important;
  align-items: initial !important;
  margin-top: 40px !important;
}

.contenedor-titulos {
  margin-bottom: 5rem !important;
}

.span-titulo {
  font-size: 2rem;
  margin-top: 1rem;
}

.iconos-formularios svg {
  top: initial !important;
}

.boton-volver {
  align-self: center;
  color: #8b85bf;
}

.boton-volver:hover {
  color: #66609b;
}

/*estilos del auth_register */
.header-register {
  display: none;
}

.container-registro {
  padding: 0px 0 !important;
}

.formulario-register {
  margin-top: 2rem;
}

.titulo-register {
  margin-top: 30px !important;
  font-weight: bold;
}

.subtitulo-registro {
  font-size: 1rem !important;
  color: #515365 !important;
}

.subtitulo-registro a {
  color: #8b85bf;
}

.remember-register {
  color: #515365 !important;
}

.remember-register a {
  color: #8b85bf;
}

.mostrar-contraseña p {
  color: #8b85bf !important;
}

.acept-terms span a {
  color: #8b85bf !important;
}

/* estilos del auth_login */
.header-login {
  display: none;
}

.titulo-login {
  color: #515365;
}

.subtitulo-login {
  font-size: 1rem;
  color: #515365;
}

.subtitulo-login a {
  color: #8b85bf;
}

.contenedor-login {
  margin: 0 70px !important;
  height: auto !important;
}

.container-login {
  align-items: initial !important;
  padding: 0 !important;
  margin-top: 40px;
}

.contenedor-form-login {
  margin-top: 3rem !important;
}

.recovey-login {
  margin-top: 2rem;
}

.remember-login {
  margin-top: 3rem !important;
}

.recovey-login a {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #8b85bf !important;
}

.botones-login {
  margin-top: 50px !important;
}

.login-botones p {
  color: #8b85bf !important;
}

.boton-ingresar button {
  background-color: #66609b !important;
  font-family: sans-serif !important;
  box-shadow: 0 5px 5px #8b85bf !important;
  border: none !important;
}

.boton-ingresar button:hover {
  background-color: #66609b !important;
}

/*}*/

.cover-registro {
  /* Ubicación de la imagen */

  background-image: url(../img/registro.jpg);

  /* Para dejar la imagen de fondo centrada, vertical y

    horizontalmente */

  background-position: center center;

  /* Para que la imagen de fondo no se repita */

  background-repeat: no-repeat;

  /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */

  /*background-attachment: fixed;*/

  /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */

  background-size: cover;

  /* Se muestra un color de fondo mientras se está cargando la imagen

    de fondo o si hay problemas para cargarla */

  /*background-color: #66999;*/
}

.cover-login {
  /* Ubicación de la imagen */

  background-image: url(../img/login.jpg);

  /* Para dejar la imagen de fondo centrada, vertical y

    horizontalmente */

  background-position: center center;

  /* Para que la imagen de fondo no se repita */

  background-repeat: no-repeat;

  /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */

  /*background-attachment: fixed;*/

  /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */

  background-size: cover;

  /* Se muestra un color de fondo mientras se está cargando la imagen

    de fondo o si hay problemas para cargarla */

  /*background-color: #66999;*/
}

.cover-recovery {
  /* Ubicación de la imagen */

  background-image: url(../img/pass-recovery.jpg);

  /* Para dejar la imagen de fondo centrada, vertical y

    horizontalmente */

  background-position: center center;

  /* Para que la imagen de fondo no se repita */

  background-repeat: no-repeat;

  /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */

  /*background-attachment: fixed;*/

  /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */

  background-size: cover;

  /* Se muestra un color de fondo mientras se está cargando la imagen

    de fondo o si hay problemas para cargarla */

  /*background-color: #66999;*/
}

.cover-pagos {
  /* Ubicación de la imagen */

  background-image: url(../img/pagos_aconpy.jpg);

  /* Para dejar la imagen de fondo centrada, vertical y

    horizontalmente */

  background-position: center center;

  /* Para que la imagen de fondo no se repita */

  background-repeat: no-repeat;

  /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */

  /*background-attachment: fixed;*/

  /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */

  background-size: cover;

  /* Se muestra un color de fondo mientras se está cargando la imagen

    de fondo o si hay problemas para cargarla */

  /*background-color: #66999;*/
}

.cover-confirmacionMail {
  /* Ubicación de la imagen */

  background-image: url(../img/confirmacion_mail.jpg);

  /* Para dejar la imagen de fondo centrada, vertical y

    horizontalmente */

  background-position: center center;

  /* Para que la imagen de fondo no se repita */

  background-repeat: no-repeat;

  /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */

  /*background-attachment: fixed;*/

  /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */

  background-size: cover;

  /* Se muestra un color de fondo mientras se está cargando la imagen

    de fondo o si hay problemas para cargarla */

  /*background-color: #66999;*/
}

.cover-confirmacionCuenta {
  /* Ubicación de la imagen */

  background-image: url(../img/confirmación_cuenta.jpg);

  /* Para dejar la imagen de fondo centrada, vertical y

    horizontalmente */

  background-position: center center;

  /* Para que la imagen de fondo no se repita */

  background-repeat: no-repeat;

  /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */

  /*background-attachment: fixed;*/

  /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */

  background-size: cover;

  /* Se muestra un color de fondo mientras se está cargando la imagen

    de fondo o si hay problemas para cargarla */

  /*background-color: #66999;*/
}

.logo_imagen {
  display: none;
}

.link_confirmarCuenta {
  color: #8b85bf;
}

.link_confirmarCuenta:hover {
  color: #66609b;
}

.cover-error404 {
  /* Ubicación de la imagen */

  background-image: url(../img/error404.png);

  /* Para dejar la imagen de fondo centrada, vertical y

    horizontalmente */

  background-position: center center;

  /* Para que la imagen de fondo no se repita */

  background-repeat: no-repeat;

  /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */

  /*background-attachment: fixed;*/

  /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */

  background-size: cover;

  /* Se muestra un color de fondo mientras se está cargando la imagen

    de fondo o si hay problemas para cargarla */

  /*background-color: #66999;*/
}

.select_tipo_usuario {
  height: 35px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e6ed;
  padding: 0 0 10px 33px;
  color: #6e757c;
  font-weight: 700;
  font-size: 16px;
}

.select_tipo_usuario:focus {
  border-bottom: 1px solid #1b55e2;
}

.icono_selectUser {
  position: absolute;
  top: 15px;
  left: 4px;
  color: #8b85bf;
  fill: rgba(27, 85, 226, 0.239216);
}

.label_tiposUser {
  color: #888ea8;
  padding-left: 31px !important;
}

/*Estilos comentarios*/

#combo_comentarios svg {
  align-self: center;
  font-size: 19px;
  margin-right: 15px;
  color: #6b5de8;
  font-weight: 600;
}

.comentBox {
  background: #f1f2f3;
  border-radius: 6px;
  padding: 16px;
}

#combo_comentarios textarea:hover {
  background-color: #fafafa;
}

#combo_comentarios textarea {
  padding: 10px 16px !important;
}

.border-color {
  border: 1px solid #bfc9d4;
}

textarea {
  max-height: 200px !important;
  overflow: auto !important;
}

#combo_comentarios textarea:focus {
  border-color: #6b5de8;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#enviarComentariobtn {
  width: 82px;
}

.btn-comentario:hover {
  transform: translateY(0);
  border: none;
  background-color: #5636cc;
  color: #fff;
}

.btn-comentario {
  box-shadow: none !important;
  border: none;
  background-color: #6b5de8;
  color: #fff;
  transition: none;
  padding: 5px 15px;
  font-size: 13px;
}

.timeline-messages {
  max-height: 310px;
  overflow: auto;
  padding: 16px;
  padding-top: 0;
}

.contenedor-tabla-ventas {
  box-shadow: none;
  border-top: 3px solid #5636cc;
}

.container-ventas {
  padding: 0;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

#content>.container {
  max-width: 100% !important;
  padding-left: 16px;
  /* height: 99.5%; */
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1212px;
}

.contenedor-tabla {
  padding-top: 0;
  padding-bottom: 0;
}

.sub-header-container .navbar {
  padding: 7px 0;
}

#content {
  position: relative;
  width: 50%;
  flex-grow: 8;
  margin-top: 106px;
  margin-bottom: 0;
  margin-left: 212px;
  transition: .600s;
}

.comment-msg {
  width: 100%;
  height: auto;
  padding: 3px 5px 0 5px !important;
  cursor: not-allowed;
  background-color: #fff !important;
  color: #acb0c3;
  border-radius: 3px;
}

.dropzone_container {
  border-color: #6b5de8 !important;
}

.form-control:focus {
  border-color: #6b5de8;
  box-shadow: none;
}

.card-header {
  padding: 0;
  border: none;
  background-color: #f6f7f8;
}

.card-header section>div {
  color: #0e1726 !important;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #bfc9d4;
  background-color: #fff;
}

.card-header section>div {
  padding: 13px 19px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
}

.fondo_gris_claro {
  background-color: #f1f2f3 !important;
}

.card-header section>div {
  color: #0e1726 !important;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #bfc9d4;
  background-color: #fff;
}

.accordion-icons div:not(.collapsed) .accordion-icon svg {
  color: #ce3863;
  fill: none;
  width: 26px;
  height: 26px;
}

.card {
  border: none;
  margin-bottom: 20px;
}

/*Estilos de tablas*/
.contenido-tabla {
  width: 100%;
  margin-bottom: 0;
}

.div-botones-tabla {
  background-color: #fafafa;
  padding: 7px 12px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}

.svg_paraTitulos {
  color: #5636cc;
}

.titulos {
  font-size: 20px;
  color: #0e1726;
  font-weight: bold;
}

.boton_buscar_cliente {
  background-color: rgb(44, 160, 28) !important;
  border: none;
  box-shadow: none;
  height: 35px;
  margin-left: 5px;
  align-self: center;
  padding: 8px 15px !important;
  font-size: 13.33px;
  transition: none;
}

.boton_buscar_cliente:hover {
  transform: translateY(0);
  background-color: rgb(38, 141, 24) !important;
}

.boton_buscar_cliente:active {
  border: none;
  transform: none;
}

.boton_buscar_cliente:focus {
  border: none;
  transform: none;
  background-color: rgb(38, 141, 24) !important;
}

.formVentas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.div-filtros-tabla {
  margin: 0;
  padding-left: 20px;
  background-color: #fff;
}

.filtro-cliente {
  align-self: center;
  margin-left: 20px;
  font-size: 0.9rem;
}

.svg-filtroCliente {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  left: 7px;
  z-index: 1;
}

.filtrosCC>.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 30px !important;
  padding-right: 33px;
  /* max-width: 198px; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: initial !important;
  padding-left: 7px !important;
  padding-right: 20px;
  /* width: 198px !important; */
  font-size: 13.33px;
}

.contenido-tabla td {
  font-size: 0.8rem !important;
  padding: 5px;
  border-left: none;
  border-right: none;
}

.encabezado-tabla th:first-child {
  padding-left: 2px !important;
  padding-right: 20px !important;
  text-align: left !important;
}

.table>thead>tr>th {
  text-transform: initial;
  color: #0e1726 !important;
}

.etiquetas-tikects {
  background-color: #6b5de8;
  padding: 3px 10px;
  margin: 5px;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  height: auto;
  color: white;
  min-height: 26px;
}

.table-responsive {
  height: auto;
  max-height: 50vh;
  min-height: 8vh;
  /* overflow-y: scroll; */
  overflow-y: auto;
  border-bottom: 1px solid #bfc9d4;
}

.div-paginador {
  align-self: center;
  position: absolute;
  right: 20px;
  height: 35px;
}

/* Estilos filtro fecha*/
.filtros-cuentaCorriente .fechaCC {
  height: auto;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #bfc9d4;
  border-radius: 3px;
  color: #515365 !important;
  position: relative;
  padding-left: 40px;
  padding-right: 30px;
  font-size: 13.33px;
  transition: none !important;
  -webkit-transition: none !important;
  width: 200px;
  text-align: left;
}

.filtro-fecha-ventas button {
  height: 35px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #bfc9d4;
  border-radius: 3px;
  color: #515365 !important;
  position: relative;
  padding-left: 40px;
  padding-right: 30px;
  font-size: 13.33px;
  transition: none !important;
  -webkit-transition: none !important;
  line-height: 20px;
}

.dropdown-cliente a:active {
  background-color: #bfc9d4;
  color: #0e1726;
}

.dropdown-item:hover {
  background-color: #f1f2f3 !important;
}

.dropdown-menu {
  font-size: 0.8rem;
}

.dropdown-cliente {
  color: #0e1726;
  font-size: 0.9rem;
  width: 225px;
}

.fechaCC svg.svg-cc {
  position: absolute;
  top: 9px;
  right: 5px;
  width: 15px;
  height: 15px;
}

.calendario-ventas {
  position: absolute;
  top: 6px;
  left: 10px;
  color: #888ea8;
}

.filtros-cuentaCorriente .fechaCC:focus {
  background-color: #fff;
  box-shadow: none;
  border-color: #bfc9d4;
  transform: translateY(0);
  border-color: #6b5de8;
}

.filtros-cuentaCorriente .fechaCC:hover {
  background-color: #fafafa;
  box-shadow: none;
  transform: translateY(0);
}

.modal-title {
  color: #0e1726 !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

/*Estilos modal*/
.modal-footer {
  display: block;
  border: none;
}

.modal-body {
  color: #0e1726;
}

.modal-content {
  border-radius: 0 0 3px 3px;
}

.modal-dialog {
  border-top: 6px solid #5636cc;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 10px;
}

.boton-aplicar-fecha {
  background-color: rgb(44, 160, 28) !important;
  border: none !important;
  box-shadow: none !important;
  transition: none !important;
  -webkit-transition: none !important;
  height: 35px !important;
  font-size: 13.33px !important;
}

.boton-cerrar-fecha {
  box-shadow: none !important;
  background-color: rgb(228, 222, 222) !important;
  color: #0e1726 !important;
  border: none !important;
  transition: none !important;
  -webkit-transition: none !important;
}

.header-modalNuevoCliente {
  border: none;
}

.modal-header {
  border: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.boton-aplicar-fecha:hover {
  background-color: rgb(38, 141, 24) !important;
  transform: translateY(0);
}

.boton-cerrar-fecha:hover {
  transform: translateY(0);
  background-color: rgb(216, 210, 210) !important;
  color: #0e1726 !important;
}

/*Estilos input fecha*/
.form-group label,
label {
  font-size: 14px;
}

.labelForm>div>input {
  /* text-transform: uppercase; */
  width: 100%;
  border: 1px solid #bfc9d4;
  height: 35px;
  padding: 0 7px;
  border-radius: 3px;
}

.fecha {
  font-size: 13px;
}

.fecha-nuevo-comprobante {
  height: 35px;
  width: 200px;
  border: 1px solid #bfc9d4;
  border-radius: 3px;
  padding-left: 7px;
  color: #515365;
  font-size: 13.33px;
}

/*Estilos multi select*/
.selectImpuestoEmpresa>button {
  padding-left: 30px;
}

.ui-multiselect {
  font-size: 13.33px;
  font-family: "Nunito";
  box-sizing: border-box;
  padding: 0 7px;
  text-align: start;
  color: #515365;
  width: 100% !important;
  height: 35px;
  border: none;
  background-color: #fff;
  border: 1px solid #bfc9d4;
  flex-direction: row-reverse;
}

.ui-multiselect .ui-multiselect-open {
  float: right;
  padding: 0 2px 0 5px;
}

.ui-multiselect {
  font-size: 13.33px;
  font-family: "Nunito";
  box-sizing: border-box;
  padding: 0 7px;
  text-align: start;
  color: #515365;
  width: 100% !important;
  height: 35px;
  border: none;
  background-color: #fff;
  border: 1px solid #bfc9d4;
  flex-direction: row-reverse;
}

.ui-multiselect-menu {
  display: none;
  box-sizing: border-box;
  position: absolute;
  text-align: left;
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 3px;
  border-color: #bfc9d4 !important;
}

.ui-multiselect-header {
  display: block;
  position: relative;
  width: auto;
  padding: 5px 0 3px 4px;
  margin-bottom: 2px;
  background-color: #f8f8f8;
  font-weight: 400 !important;
}

.ui-multiselect-filter {
  /* float: left; */
  margin-right: 5px;
  font-size: 1em;
  width: 98%;
}

.ui-multiselect-filter label {
  color: #fff;
  width: 100%;
}

.ui-multiselect-header .ui-multiselect-filter input {
  width: 97%;
  font-size: 0.9em;
  border: none;
  /* margin-left: 5px; */
  height: 15px;
  padding: 2px;
  border-radius: 3px;
  /* border: 1px solid #ccc; */
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

.ui-multiselect-hasfilter ul {
  position: relative;
  top: 2px;
}

.ui-multiselect-header>ul {
  font-size: 0.9em;
}

.ui-multiselect-checkboxes {
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  width: auto;
  border: 0;
  /* padding: 4px 0 8px; */
}

.ui-multiselect-header a {
  text-decoration: none;
  color: #515365;
  font-weight: bold;
}

.ui-multiselect-header .ui-icon {
  float: left;
  margin-top: -1.5px;
  margin-right: 5px;
}

.ui-multiselect-checkboxes li:not(.ui-multiselect-optgroup) {
  clear: both;
  font-size: 0.9em;
  list-style: none;
  /* padding-right: 3px; */
}

.ui-multiselect-checkboxes label {
  border: 1px solid transparent;
  cursor: default;
  display: block;
  padding: 5px 1px 5px 21px;
  text-indent: -20px;
  color: #515365;
  margin-bottom: 0 !important;
}

.ui-multiselect-checkboxes input {
  position: relative;
  top: 1px;
  cursor: pointer;
  margin-right: 7px;
}

.selectImpuestoEmpresa>button {
  padding-left: 30px;
}

.ui-state-active {
  border-color: #5636cc;
}

input[type="checkbox"]:checked:before {
  background-color: #6b5de8;
  border-color: #6b5de8;
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  float: left;
  left: 0px;
  /* margin: 0.5em 0.5em 0 0; */
  border: 1px solid #e0e6ed;
  background-color: #e0e6ed;
  /* border-radius: 3px; */
}

.ui-multiselect-header a:hover {
  /* text-decoration: underline; */
  cursor: pointer;
  color: #515365;
}

button.ui-multiselect {
  min-width: 200px !important;
}

/*Estilos boton + */
.btn.btn-dark.btn-sm.dropdown-toggle.dropdown-toggle-split.boton-tabla {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  background-color: rgb(44, 160, 28) !important;
  color: #fafafa !important;
  border: none !important;
  box-shadow: 0 7px 10px -10px #000;
  position: relative;
  align-self: center;
}

.btn.btn-dark.btn-sm.dropdown-toggle.dropdown-toggle-split.boton-tabla svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
}

.btn-plus {
  color: #fafafa !important;
}

.text-user-leads {
  font-weight: bold;
  font-size: 1.5rem;
}

.container-leads {
  background: #5636cc;
  color: white;
  position: relative;
}

.tool-leads {
  position: absolute;
  bottom: 8px;
  right: 8px;
  text-align: left;
}

.color-leads-attend {
  background: #e1b76f;
}

.color-leads-progress {
  background: #ce3863;
}

.color-leads-finished {
  background: #5cd177;
}

.color-leads-doble {
  background: white;
  color: black;
}

.container-leads-doble {
  background: white;
  color: black;
  position: relative;
  min-width: 303px;
  max-width: fit-content;
}

.container-leads-grande {
  background: white;
  color: black;
  position: relative;
  min-width: 400px;
  max-width: fit-content;
}

.container-leads-single {
  background: white;
  color: black;
  position: relative;
}

.color-green {
  color: #1ddcda;
}

.color-red {
  color: #f36369;
}

.card-leds {
  font-size: 0.775rem;
}

.input-text {
  height: 35px;
  border-color: #bfc9d4;
  border-radius: 3px;
  font-size: 13.33px;
  position: relative;
  padding-left: 10px;
  padding-right: 0;
  transition: none;
}

.container-filter-fecha {
  width: 200px;
}

.not-boderde-r {
  border-right: none !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.not-boder-radius-l {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.subtitulo-acciones {
  text-decoration: underline;
}

.link-planes {
  position: absolute;
  bottom: 8px;
  left: 14px;
  text-align: left;
  color: #5636cc !important;
  font-weight: bold;
  text-decoration: underline !important;
  cursor: pointer;
}

#container-preguntas .item {
  margin-top: 28px;
  border: 1px solid #dbdfea;
  padding: 15px;
  border-radius: 6px;
}

#container-preguntas {
  text-align: left;
}

.text-tipo-pregunta {
  color: #5636cc;
  font-weight: bold;
}

.icon-tipo-pregunta {
  color: #5636cc;
}

.input_buscar {
  padding-left: 30px !important;
}

.filtro-comprobante-ventas>div>svg {
  position: absolute;
  top: 30px;
  left: 32px;
  display: none;
}

.lupa_buscar {
  display: block !important;
  top: 7px !important;
  left: 7px !important;
  width: 20px;
  height: 20px;
}

.filtro-comprobante-ventas>div>input {
  height: 35px;
  border-color: #bfc9d4;
  border-radius: 3px;
  font-size: 13.33px;
  position: relative;
  padding-left: 10px;
  padding-right: 0;
  transition: none;
}

.filtro-comprobante-ventas>div>input::placeholder {
  font-size: 13.33px;
}

.link_admin {
  color: #5636cc;
}

.link_admin:hover {
  color: #5636cc;
  text-decoration: revert;
}

/*Estilos select paginador*/

#container-paginador>.select2-container {
  height: 40.5px !important;
  width: 70px !important;
}

#container-paginador>.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 3px;
  height: 40.5px;
  border: 1px solid #bfc9d4;
}

#select2-filter_por_pagina-container {
  font-size: 15px;
  height: -webkit-fill-available;
  line-height: inherit !important;
}

.boton-exportar {
  background-color: #fff;
  height: 35px;
  /* border: none; */
  letter-spacing: 0.0312rem;
  border: 1px solid #d3d3d3;
  border-radius: 3px !important;
  color: #0e1726;
  font-size: 0.6875rem;
  line-height: 25px;
  transition: none !important;
  -webkit-transition: none !important;
  box-shadow: none;
  font-size: 0.9rem !important;
  align-self: center;
  padding: 5px 13px !important;
}

.boton-exportar:hover {
  background-color: #fafafa;
  /* border: none; */
  letter-spacing: 0.0312rem;
  border-radius: 3px !important;
  color: #0e1726;
  box-shadow: none;
}

/* .chat-system {
  height: 665px !important;
} */

/* .chat-box {
  height: 606.2px !important;
}

.chat-system .user-list-box .people {
  height: 88%;
} */

.container-chat-hijos {
  flex-direction: column-reverse;
  display: flex;
}

.notificaciones_usuarios {
  position: absolute !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  padding: 1px 0px !important;
  font-size: 10px !important;
  color: red !important;
  background: red !important;
  border: 1px solid #e0e6ed !important;
  top: 14px !important;
  left: 51px;
}

#audio {
  display: none
}

.chat-system .user-list-box {
  width: 50%;
}

.opciones_list_chats .active {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom-color: black;
  border-bottom: 1px solid black !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}

.nav-tabs .nav-link {
  border: none;
}

.hidden {
  display: none;
}

.notificacion_filtros_chat {
  position: absolute !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  padding: 1px 0px !important;
  font-size: 10px !important;
  color: #fff !important;
  background: red !important;
  border: 1px solid #e0e6ed !important;
  top: 8px !important;
  right: 13px !important;
}

.seccion_mios {
  position: relative;
}

.seccion_nuevos {
  position: relative;
}

.seccion_todos {
  position: relative;
}

.chat-system .user-list-box {
  width: 100%;
  max-width: none;
}

.people {
  height: 90% !important;
}

.chat-box {
  height: 91.8% !important;
}

@media (max-width: 1366px) {
  .chat-box {
    max-height: 597.61px !important;
  }
}

@media (min-width: 1900px) {
  .chat-box {
    height: 94.3% !important;
    max-height: 908.09px !important;
  }
}

#datos_ticket {
  height: 100% !important;
  max-height: none !important;
}

.ajuste-chat-box {
  height: 100% !important;
  max-height: none !important;
}

.user-list-box {
  height: 100% !important;
}

.chat-system .chat-box {
  width: 100%;
}

.chat-system .chat-box {
  background-image: none;
  background: white;
}

.chat-system .chat-box .conversation-start span {
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 1);
}

.chat-box-inner {
  height: 91% !important;
}

.integrantes>.icono-nombre {
  margin-right: -6px !important;
  border: 2px solid #fff;
}

.icono-descarga-chat:hover {
  cursor: pointer;
  color: #1b55e2;
  background: transparent;
}

.icono-upload-chat:hover {
  cursor: pointer;
  color: #1b55e2 !important;
  background: transparent;
}

.icono-upload-chat {
  position: absolute;
  right: 14px;
}

.chat-input {
  position: relative;
}

.file-name-chat {
  position: absolute;
  right: 14px;
  top: 15px;
}

.img_chat {
  max-height: 190px;
  max-width: 190px;
}

.ts-control>input::placeholder {
  font-size: 13px;
}

#comentario::placeholder {
  font-size: 13px;
}

.btn-opcion-tabla {
  font-size: 10px;
  background: blue;
  padding: 6px;
  color: white !important;
  height: fit-content;
  align-self: center;
}

.guardar-nuevoComprobante {
  box-shadow: none;
  border: none;
  background-color: rgb(44, 160, 28);
  color: #fff !important;
  border-radius: 3px;
  transition: none !important;
  -webkit-transition: none !important;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.span-modalNuevoCliente {
  color: #5636cc;
  display: contents;
}

.contenedor-bodyNuevoCliente {
  flex-direction: column;
}

.guardar-nuevoComprobante:hover {
  border: none;
  box-shadow: none;
  background-color: rgb(38, 141, 24);
  color: #fff;
  transform: none;
}

.content_select2>span {
  width: 100% !important;
}

.labelForm>div>input:focus {
  border-color: #5636cc;
}

.form-control:focus {
  border-color: #5636cc;
}

.nota-comprobante {
  width: 40vw;
  border-color: #bfc9d4;
}

.volver-nuevoComprobante {
  box-shadow: none;
  border: none;
  border-radius: 3px;
  background-color: rgb(228, 222, 222);
  color: #0e1726 !important;
  transition: none !important;
  -webkit-transition: none !important;
}

.volver-nuevoComprobante:hover {
  border: none;
  box-shadow: none;
  background-color: rgb(216, 210, 210);
  transform: none;
}

.btn-group > .btn + .dropdown-toggle.btn-dark {
  padding: 5px;
}


/* LOADING INICIO */
.lmask {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999999999;
  opacity: 0.9;
}
/* .lmask:before {
  content: "";
  background-color: transparent;
  border: 5px solid #7163b3;
  opacity: 0.98;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  -moz-animation: spinPulse 1.3s infinite ease-in-out;
  -webkit-animation: spinPulse 1.3s infinite linear;
  margin: -25px 0 0 -25px;
  position: fixed;
  top: 40%;
  left: 50%;
} */
.lmask:after {
  content: "";
  background-color: transparent;
  border: 5px solid #5636cc;
  opacity: 0.98;
  border-left: 5px solid transparent;
  /* border-right: 5px solid transparent; */
  border-radius: 50px;
  width: 30px;
  height: 30px;
  -moz-animation: spinoffPulse 0.8s infinite linear;
  -webkit-animation: spinoffPulse 0.8s infinite linear;
  margin: -15px 0 0 -15px;
  position: fixed;
  top: 40%;
  left: 50%;
}
@-moz-keyframes spinPulse {
  0% {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #5636cc;
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #5636cc;
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.texto_loading {
  margin: auto;
  margin-top: 21%;
  text-align: center;
  width: 500px;
  color: #0e1726;
  font-size: 1rem;
}
/*FIN FIG LOADGIN*/