body {
  overflow-x: hidden;
}

h5 {
  display: none;
  color: #fff;
}

.text-valida-img{
  background: #fff;
  color: #000 !important;
  /*border-radius: 5px;*/
  font-size: 16px !important;
  display: none;
}

#contenedor_imagenes_sistema .btn {
  font-size: 13px;
}

table {
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

table thead {
  background-color: #15826a;
  color: #fff;
}

table tbody {
  background: #fff;
}

table .fa,
table .fa-solid,
table .fa-regular {
  /*font-size: 18px;*/
}

#divNegocio_imagen_logo {
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin: 0 auto;
  background: #E3E2E2;
  border-radius: 5px;
}

#divNegocio_imagen_logo img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: scale-down;
}

#div_imagen_anuncio {
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin: 0 auto;
}

#div_imagen_anuncio img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: scale-down;
}

#div_imagen_campo {
  width: 100%;
  max-width: 600px;
  height: 200px;
  margin: 0 auto;
}

#div_imagen_campo img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: scale-down;
}

.toggle {
  border-radius: 10px !important;
}

.toggle-on {
  background: #15826a !important;
}

.toggle-handle {
  background: #bbb !important;
}

.btn-success {
  border: none;
  background: #15826a !important;
}

.btn-pagar {
  border: none;
  background: yellow !important;
  color: black !important;
}

.btn-warning {
  background: #ff9000;
  color: #fff;
  border: none;
}

.btn-warning::after {
  background: #ffba00;
}

.btn-success::after {
  background: #27bc9b;
}

.btn-pagar::after {
  background: #e7e721;
}

.btn-diagonal {
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.btn-diagonal:hover {
  color: #fff;
}

.btn-diagonal::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.3s ease;
}

.btn-diagonal:hover::after {
  transition: all 0.3s ease-out;
  transform: skewX(-45deg) scale(1, 1);
}

#fondo_index {
  background-image: url("../archivos/balon3.png");
}

/*#fondo{
  background-image: url('../archivos/balon3.png');
}*/

#fondo,
#fondo_index {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 70vh;
  width: auto;
  /*position: relative;*/
  background-attachment: fixed;
}

.login_content {
  height: 100vh;
}

#fondo_index h3 {
  color: #fff;
}

.login_container {
  border: #15826a 1px solid;
  border-radius: 5px;
  box-shadow: 0px 0px 10px inset #15826a;
  background: rgba(21, 130, 106, 0.2);
}

.login_header {
  border-bottom: #000 1px solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #15826a;
  color: #fff;
}

#btn_ver_clavec,
#btn_ver_claveu {
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}

#detalleLogin_clave,
#detalle_contraseña {
  padding-right: 30px;
}

.menu_el10 {
  border-bottom: 1px #2ed4af solid;
  background: #000;
}

.menu_bar {
  display: none;
}

.navbar_el10 {
  background: #fff;
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 2px #15826a solid;
  border-right: 2px #15826a solid;
  border-bottom: 4px #15826a solid;
  box-shadow: 0px 0px 10px #15826a;
}

#logo_navbar {
  height: 70px;
  object-fit: contain;
}

.navbar_el10 .list_item .item_link {
  text-decoration: none;
  color: #15826a;
  font-weight: normal;
  text-align: center;
  display: block;
  padding: 12px;
  /*-webkit-transition: all .3s;*/
  /*transition: all .3s;*/
  font-size: 14px;
}

.navbar_el10 .list_item .item_link .fa {
  font-weight: bold;
  font-size: 18px;
}

.navbar_el10 .list_item:hover .item_link {
  color: #15826a;
}

.navbar_el10 .list_item:hover .subMenu_section {
  /*display: block;*/
}

.navbar_el10 .list_item .subMenu_section {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 20;
  border-radius: 3px;
  width: 200px;
  /*-webkit-transition: all 1s;*/
  /*transition: all 1s;*/
}

.navbar_el10 .list_item .subMenu_section .lista_section {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar_el10 .list_item .subMenuFeature_lista {
  width: 100%;
}

.item_features {
  margin: 0 !important;
  text-transform: uppercase;
}

.navbar_el10 .list_item .subMenuFeature_lista .item_features .item_link_features {
  text-decoration: none;
  display: block;
  color: #15826a;
  padding: 3px;
}

.navbar_el10 .list_item .subMenuFeature_lista .item_features .item_link_features:not(b) {
  font-size: 14px;
}

.navbar_el10 .list_item .subMenuFeature_lista .item_features .item_link_features:hover {
  color: #27bc9b;
}

.navbar_el10 b {
  font-size: 15px;
  color: #15826a;
  font-weight: bolder;
  text-transform: uppercase;
  cursor: pointer;
}

.contenedor_features {
  display: none;
}

.subTitle_features:hover .lista_section:hover {
  color: #2ed4af;
}

.subMenu_section a {
  background-image: linear-gradient(#2ed4af, #1dba97);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.2s;
}

.subMenu_section a:hover {
  background-size: 100% 2.5px;
}

#list_item_usuario {
  margin-left: auto;
  width: 170px;
}

.tab {
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #15826a !important;
  background: none;
  color: #2ed4af;
}

.tab.active,
.tab:focus {
  background: #15826a !important;
  outline: none;
  color: #fff !important;
  border-top-right-radius: 15px;
  /* border-top-left-radius: 10px; */
  /*font-weight: bolder;*/
}

#contenedor_general {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px inset #15826a;
  clear: both;
  overflow: auto;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border: 2px solid #15826a;
  /*min-height: calc(100vh - 153px);  */
  height: calc(100vh - 180px);
}

#contenedor_general .input-group-text,
.login_container .input-group-text {
  background: #15826a;
  font-size: 14px;
  color: #fff;
}

.content {
  display: none;
}

#editarCajaModal .input-group-text {
  width: 165px;
}

#contenedor_movimientos .input-group-text {
  width: 96px;
}

#divMov_totales .input-group-text {
  width: 140px;
}

#registrarMovimientoModal .input-group-text {
  width: 150px;
}

.listaMov_conceptos {
  padding-left: 133px !important;
  padding-right: 46px !important;
  margin-top: -15px !important;
}

#contenedor_reservaciones {
  display: block;
}

#horas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#horas label {
  background: #15826a;
  color: #fff;
  font-size: 14px !important;
  border: 1px solid #15826a;
}

#horas label:not(.pasado, .reservado):hover {
  /*background: #2ED4AF;*/
  font-weight: bold;
}

#horas label.disabled:hover {
  background: #0e5545;
}

#horas label.disabled:not(.ahora){
  opacity: 1 !important;
  background: #0e5545;
  color: #90a8a6 !important;
  border: #0e5545;
}

#horas label.active {
  background: #87ceeb !important;
  border: #87ceeb;
  color: #000 !important;
  transition: all 0.4s ease-in-out;
}

.reservado {
  background: #ffff00 !important;
  border: #ffff00 !important;
  color: #000 !important;
  transition: all 0.4s ease-in-out;
}

.reservado.pasado {
  background: #727272 !important;
  border: gray !important;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}

.reservado.pasado.ahora {
  background: #a3a2a2 !important;
  /*color: #fff !important;*/
  transition: all 0.4s ease-in-out;
}

.active.reservado {
  background: #f7d809 !important;
  color: #000 !important;
  transition: all 0.4s ease-in-out;
}

.ahora {
  background: #a3a2a2 !important;
  border: #a3a2a2 !important;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}

.active.reservado.ahora {
  background: #c10606 !important;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}

#btn_pHora {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  cursor: pointer;
}

#btn_pHora span {
  position: absolute;
  right: 7px;
  top: 5px;
}

#contenedor_horas_p {
  border: 2px #15826a solid;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  display: none;
}

#contenedor_horas_p span {
  width: 138px;
}

#divMov_descripcion,
#divMov_monto,
#divMov_detalle,
#btnMov_adjunt_comprobante,
#btnMov_limpiar_img,
#txtMov_valida_img,
#fileMov_comprobante,
#btnVentas_adjunt_comprobante,
#btnVentas_limpiar_img,
#txtVentas_valida_img,
#fileVentas_comprobante,
#fileVentasRl_comprobante,
#div_busuario_vr,
#div_tabla_ventase,
#divCompra_caja,
#divCompra_forma_pago,
#fileNegocio_img_logo,
#file_campo,
#file_img_logo,
#file_img_login,
#file_img_fondo,
#file_img_fondo,
#file_img_footer,
#file_img_anuncio,
#file_video_anuncio,
#btn_aplicar_imgfondo,
#btn_aplicar_imgfooter,
#btnMR_adjunt_comprobante,
#btnMR_limpiar_pago,
#fileMR_comprobante,
#txtMR_valida_img,
#contenedor_mesa_cuentas,
#contenedor_dni_ruc_cuentas,
#contenedor_cliente_cuentas,
#div_bmesa_vr,
#divReporte_vsl_egresos {
  display: none;
}


.body_precio_campo {
  font-size: 12px;
  padding: 4px;
}

/*#body_precio .body_precio_campo:nth-child(2),
#body_precio_login .body_precio_campo:nth-child(2){
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}*/

#div_todos_campos,
#divReserv_costo_cero {
  background-color: white;
  border-radius: 4px;
  font-weight: bold;
  padding-left: 30px !important;
  color: #15826a;
}

#form_registrar_reservacion .input-group-text {
  width: 163px;
}

.lista_clientes_reserv,
.lista_contactos_reserv,
.lista_contactos_cotizacion {
  padding-left: 163px !important;
  /*padding-right: 8px !important;*/
  margin-top: -4px !important;
}

.lista_clientes_reserv ul,
.lista_contactos_reserv ul,
.lista_proveedores_compra ul,
.lista_contactos_cotizacion ul {
  max-height: 30vh;
  overflow: auto;
}

.lista_clientes_reserv li,
.lista_contactos_reserv li,
.lista_contactos_cotizacion li {
  min-width: 110px;
}

#btn_limpiar_campo,
#btn_limpiar_precio,
#btn_limpiar_usuario {
  background: orange;
  color: #fff;
}

.btn_ver_pago_reserv,
.btn_editar_caja,
.btn_editar_concepto,
.btn_editar_movimiento,
.btn_editar_reservacion,
.btn_imprimir_reserv,
.btn_verD_cuenta,
.btn_ticket_venta,
.btn_verD_cuenta:hover,
.btn_verD_cuenta_elm,
.btn_verD_cuenta_elm:hover,
.btn_rPago_cuenta,
.btn_rPago_cuenta:hover,
.btn_editar_cuenta,
.btn_editar_cuenta:hover,
.btn_editar_negocio,
.btn_editar_perfiln,
.btn_editar_anuncio,
.btn_editar_campo,
.btn_editar_condicion,
.btn_editar_servicio,
.btn_asignar_precio_cd,
.btn_editar_preciohora,
.btn_editar_categoria,
.btn_editar_mesa,
.btn_editar_producto,
.btn_editar_umedida,
.btn_editar_proveedor,
.btn_agregar_stock,
.btn_ver_dCompra,
.btn_editar_upermiso,
.btnTUsuario_permisos,
.btn_editar_tUsuario,
.btn_editar_usuario,
.btn_editar_empleado,
.btn_ver_dCotz,
.btn_editar_d_cotzBd,
.btn_editar_d_cotizacion,
.btn_imprimir_cotz {
  color: #15826a;
  text-decoration: none;
}

.modal-header,
.modal-header h6 .modal-header span,
.modal .input-group-text {
  background: #15826a;
  color: #fff;
}

#txt_valida_imgcomprobante,
#txt_valida_imgcampo {
  color: #fff;
}

.btn_eliminar_caja,
.btn_eliminar_concepto,
.btn_eliminar_movimiento,
.btn_eliminar_detalle_movimiento,
.btn_eliminar_pago_reserv,
.btn_eliminar_reservacion,
.btn_eliminar_detalle_venta,
.btn_eliminar_cuenta,
.btn_eliminar_cuenta:hover,
.btn_eliminar_dCuenta,
.btn_eliminar_dCuenta:hover,
.btn_eliminar_anuncio,
.btn_eliminar_campo,
.btn_eliminar_condicion,
.btn_eliminar_servicio,
.btn_eliminar_preciohora,
.btn_eliminar_categoria,
.btn_eliminar_mesa,
.btn_eliminar_upermiso,
.btn_eliminar_producto,
.btn_eliminar_d_compra,
.btn_eliminar_d_compraBD,
.btn_eliminar_proveedor,
.btn_eliminar_umedida,
.btn_eliminar_tUsuario,
.btn_eliminar_usuario,
.btn_eliminar_empleado,
.btn_eliminar_pagoEmp,
.btn_eliminar_d_cotizacion,
.btn_eliminar_d_cotizacion:hover,
.btn_eliminar_d_cotzBd,
.btn_eliminar_d_cotzBd:hover {
  color: orange;
  font-size: 16px !important;
}


.div_totales span {
  width: 136px;
}

.modal-full {
  min-width: 50%;
  /* margin-left: 80; */
}

.modal-sm {
  min-width: 20%;
  /*margin-left: 80;*/
}

#divMovimientos_imagen_comprobante,
#divVentasRl_imagen_comprobante,
#divVentas_imagen_comprobante,
#divMR_imagen_comprobante,
#divMov_imagen_comprobante {
  margin: auto;
  max-width: 500px;
  height: 300px;
}

#divMovimientos_imagen_comprobante>img,
#divVentasRl_imagen_comprobante>img,
#divVentas_imagen_comprobante>img,
#divMR_imagen_comprobante>img,
#divMov_imagen_comprobante>img {
  width: 100%;
  background-size: cover;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

#contenedor_registrar_compra .btn-group-sm>.btn,
.btn-sm {
  padding-top: 0.4rem;
  font-size: 0.7rem;
  font-weight: bold;
}

#pagosReservModal .input-group-text,
#datosPagoReservModal .input-group-text:not(.fieldset_pago_con .input-group-text) {
  width: 153px;
}

#datosPagoReservModal .input-group-text {
  background: #15826a;
  color: white;
}

#fieldset_formas_pago_reserv label.selec {
  background: #15826a !important;
  color: white;
  border: none;
}

#btn_agregar_producto,
#btn_limpiar_venta,
#btn_cancelar_venta,
#btn_vender {
  width: 128px;
}

#recibirPagoModal .input-group-text {
  width: 110px;
}

.fieldset_detalle_mov,
#fieldset_pagos,
#fieldset_historial_ventas,
#fielset_precios,
.fieldset_compras,
.fieldset_cotizacion {
  color: #fff;
  font-size: 13px;
  border-top: #15826a 4px solid;
  box-shadow: 0px 0px 10px inset rgb(21, 130, 106);
  border-radius: 10px;
  overflow: auto;
  background: none;
}

#fieldset_historial_ventas,
#fielset_precios {
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.9);
  color: #15826a;
}

#fieldset_historial_ventas {
  height: 400px;
}

#fildset_dias_cotz {
  border-radius: 10px;
  overflow: auto;
  box-shadow: 1.5px 1.5px 5px #f1f9f7;
}

.fieldset_detalle_mov>legend,
#fieldset_pagos>legend,
#fieldset_historial_ventas>legend,
#fielset_precios>legend,
.fieldset_compras legend,
.fieldset_cotizacion legend,
#fildset_dias_cotz legend {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #15826a;
  border-radius: 5px;
  width: auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

#fildset_dias_cotz legend {
  box-shadow: 1.5px 1.5px 3px #15826a;
}

#contenedor_tienda .input-group-text,
#contenedor_tienda .input-group-prepend {
  width: 107px;
}

#btn_lista_productos,
#btnTienda_editar_producto {
  width: 35px;
  font-size: 16px;
}

.lista_productos {
  position: absolute;
  margin-top: 3px;
  background: #000;
  width: auto;
  max-height: 60vh !important;
  overflow: auto;
  z-index: 19;
  display: none;
  width: 200px;
  margin-top: -2px !important;
}

.lista_productos li {
  cursor: pointer;
}

.lista_todos_productos {
  padding-left: 47px !important;
  padding-right: 15px !important;
  margin-top: -7px !important;
}

.lista_todos_productos ul {

  max-height: 30vh !important;
  overflow: auto;
  margin-left: 60px !important;
}

.lista_clientes_tienda {
  padding-left: 105px !important;
  margin-top: -7px !important;
  max-height: 30vh;
  overflow: auto;
}

.lista_clientes_cuenta {
  padding-left: 92px !important;
  padding-right: 32px !important;
  margin-top: -4px !important;
}

.lista_clientes_cuenta ul {
  max-height: 30vh;
  overflow: auto;
}

.lista_empleados {
  padding-left: 160px !important;
  padding-right: 30px !important;
  margin-top: -7px !important;
  max-height: 40vh;
  overflow: auto;
}

.listaMov_conceptos,
.lista_clientes_reserv,
.lista_contactos_reserv,
.lista_todos_productos,
.lista_clientes_tienda,
.lista_clientes_cuenta,
.lista_productos_as,
.lista_proveedores_compra,
.lista_productos_compra,
.lista_empleados,
.lista_productos_reporte,
.lista_clientes_cotizacion,
.lista_contactos_cotizacion,
.lista_productos_cotz {
  background: none;
  position: absolute;
  z-index: 19;
  /*display: none;*/
}

.listaMov_conceptos li,
.lista_clientes_reserv li,
.lista_contactos_reserv li,
.lista_todos_productos li,
.lista_productos li,
.lista_clientes_tienda li,
.lista_clientes_cuenta li,
.lista_productos_as li,
.lista_proveedores_compra li,
.lista_productos_compra li,
.lista_empleados li,
.lista_productos_reporte li,
.lista_clientes_cotizacion li,
.lista_contactos_cotizacion li,
.lista_productos_cotz li {
  background: #fff;
  color: #000;
  list-style-type: none;
  cursor: pointer;
  border-right: #2de4af 2px solid;
  border-left: #2de4af 2px solid;
  /*No permite seleccionar*/
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by any browser but < IE9 */
}

.lista_productos li{
  border-right: #2ed4af 2px solid;
  border-left: #2ed4af 2px solid;
}


.listaMov_conceptos li:last-child,
.lista_clientes_reserv li:last-child,
.lista_contactos_reserv li:last-child,
.lista_todos_productos li:last-child,
/*.lista_productos li:last-child,*/
.lista_clientes_tienda li:last-child,
.lista_clientes_cuenta li:last-child,
.lista_productos_as li:last-child,
.lista_proveedores_compra li:last-child,
.lista_productos_compra li:last-child,
.lista_productos_compra li:last-child,
.lista_empleados li:last-child,
.lista_productos_reporte li:last-child,
.lista_clientes_cotizacion li:last-child,
.lista_contactos_cotizacion li:last-child,
.lista_productos_cotz li:last-child {
  border-bottom: #2de4af 1px solid;
}

.listaMov_conceptos li:hover,
.lista_clientes_reserv li:hover,
.lista_contactos_reserv li:hover,
.lista_todos_productos li:hover,
.lista_productos li:hover,
.lista_clientes_tienda li:hover,
.lista_clientes_cuenta li:hover,
.lista_productos_as li:hover,
.lista_proveedores_compra li:hover,
.lista_productos_compra li:hover,
.lista_empleados li:hover,
.lista_productos_reporte li:hover,
.lista_clientes_cotizacion li:hover,
.lista_contactos_cotizacion li:hover,
.lista_productos_cotz li:hover {
  background: #2ed4af;
  color: #fff;
}

.item_t_producto:focus-visible,
.item_cliente:focus-visible,
.item_proveedor:focus-visible,
.item_empleado:focus-visible {
  background: #2ed4af;
  color: #fff;
  outline: none;
  border: none;
}


.item_categoria {
  padding-left: 6px;
  padding-bottom: 0;
  font-weight: bold;
  border-top: #2ed4af 3px solid;
  border-right: #2ed4af 3px solid !important;
  border-left: #2ed4af 3px solid !important;
}


#ul_lista_productos .item_categoria:first-child{
  border-top-right-radius: 6px;
  /*border-top-left-radius: 6px;*/
}

#ul_lista_productos{
  border-bottom: #2ed4af 3px solid !important;
  text-align: left !important;
}

#ul_lista_productos .fa{
  font-size: 18px;
}

.item_producto {
  padding-left: 20px;
  padding-right: 6px;
  /*border: #15826a .4px solid;*/
}

.fieldset_pago_con,
#fieldset_formas_pago,
#fieldset_formas_pago_reserv {
  border-radius: 5px;
  box-shadow: 0px 0px 5px inset #15826a;
}

.fieldset_pago_con legend,
#fieldset_formas_pago legend,
#fieldset_formas_pago_reserv legend {
  font-size: 15px;
  width: auto;
  background: #fff;
  padding-right: 5px;
  padding-left: 5px;
}

#formas_pago {
  overflow-y: auto;
}

#formas_pago label,
#fieldset_formas_pago_reserv label {
  border: 1px #000 solid;
  border-radius: 3px;
}

#formas_pago label.active,
#fieldset_formas_pago_reserv label.active {
  background: #15826a;
  color: #fff;
  border: none;
}

.btn_cerrar_caja,
.btn_cerrar_caja:hover,
.btn_anular_venta,
.btn_anular_venta:hover,
.btn_eliminar_compra,
.btn_eliminar_compra:hover,
.btn_eliminar_cotz,
.btn_eliminar_cotz:hover {
  color: red;
  font-size: 25px !important;
}

.btnVentas_comprobante {
  color: #15826a;
  text-decoration: none;
  font-size: 23px !important;
}

.btn_suspender_negocio {
  color: #FF8400;
  border: 2px #FF8400 solid;
}

.btn_suspender_negocio:hover {
  color: #FFF;
  background: #FF8400;
  transition: all 0.3s ease;
}

.btn_activar_negocio {
  color: #28A745;
   border: 2px #28A745 solid;
}

.btn_activar_negocio:hover {
  color: #FFF;
  background: #28A745;
  transition: all 0.3s ease;
}

.btn_suspender_negocio, .btn_activar_negocio{  
  font-size: 14px !important;
  text-decoration: none !important; 
  width: 106px !important;
}

#contenedor_negocios .input-group-text{
  width: 152px;
}

#editarNegocioModal .input-group-text{
  width: 154px;
}

#contenedor_perfil_negocio .input-group-text{
  width: 172px;
}

#table_perfil_negocio{
  width: 100% !important;
}

#table_perfil_negocio thead {
  display: none;
}

#table_perfil_negocio tr {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
}

#table_perfil_negocio th {
  border-top: 0;
  width: 100% !important
}

#table_perfil_negocio th[data-titulo]::before {
  content: attr(data-titulo);
  font-weight: bold;
  color: #15826a;
  font-size: 17px;
  display: block;
}

.imagen_sistema {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
}

.imagen_sistema i {
  font-size: 30px;
  color: #979797;
}

.dimension-imagen {
  position: absolute;
  z-index: 2;
  font-size: 14px;
  color: black;
  top: 5px;
  right: 40px;
}

#div_imagen_footer,
#div_imagen_fondo,
#div_imagen_logo {}

#div_imagen_footer>img,
#div_imagen_login>img,
#div_imagen_fondo>img,
#div_imagen_logo>img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  background-size: cover;
  background-position: center;
  padding: 0.15rem;
}

#asignarPreciosCampoModal .input-group-text {
  width: 195px;
}

#contenedor_categoria,
#contenedor_mesa,
#contenedor_condiciones,
#contenedor_servicios {
  border-radius: 8px;
  border: 1px #15826a solid;
  padding: 0;
}

#contenedor_categoria h6,
#contenedor_mesa h6,
#contenedor_condiciones h6,
#contenedor_servicios h6 {
  color: white;
  background: #15826a;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0;
}

#editarProductoModal .input-group-text,
#agregarStockModal .input-group-text,
#editarProveedorModal .input-group-text {
  width: 141px;
}

#contenedor_registrar_compra .input-group-text {
  width: 163px;
}

.lista_productos_as {
  padding-left: 141px !important;
  margin-top: -7px !important;
}

.lista_productos_as ul,
.lista_proveedores_compra ul {
  max-height: 30vh !important;
  overflow: auto;
}

.lista_proveedores_compra {
  padding-left: 162px !important;
  padding-right: 30px !important;
  margin-top: -7px !important;
}

.lista_productos_compra {
  padding-left: 162px !important;
  padding-right: 28px !important;
  margin-top: -7px !important;
}

.lista_productos_compra ul {
  max-height: 198px;
  overflow: auto;
}

#divReporte_almacen,
#divReporte_producto,
#divReporte_campo_deportivo,
#divReporte_fecha,
#div_hora_inicio,
#div_hora_termino,
#divReporte_hasta,
#divReporte_visualizar,
#divReporte_precio,
#divReporte_usuario,
#divReporte_tipo_reporte,
#opcion_ganancias,
#divCotz_precio_local,
#divCotz_producto,
#divCotz_precio,
#divCotz_cantidad,
#divCotz_total {
  display: none;
}

#contenedor_usuario .input-group-text {
  width: 160px;
}

#permisos {
  background: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: 1.5px 1.5px 3px #15826a;
}

#permisos span {
  color: #15826a;
  font-weight: bold;
}

#editarEmpleadoModal .input-group-text {
  width: 182px;
}

#pagarEmpleadoModal,
#pagosReservModal,
#asignarPreciosCampoModal,
#asignarPermisosTUModal {
  padding-left: 0 !important;
}

#pagarEmpleadoModal .input-group-text {
  width: 140px;
}

#contenedor_adelantos_sueldo .input-group-text,
#adelantoSueldoModal .input-group-text {
  width: 110px;
}

#contenedor_reporte .input-group-text {
  width: 160px;
}

.lista_productos_reporte {
  padding-left: 160px !important;
  padding-right: 30px !important;
  margin-top: -7px !important;
}

.lista_productos_reporte ul {
  max-height: 30vh !important;
  overflow: auto;
}

.btn_ver_dCotz,
.btn_ver_dCompra,
.btn_imprimir_cotz {
  border: 2px solid #15826a;
  border-radius: 3px;
  padding: 3px;
}

.btn_ver_dCompra:hover,
.btn_ver_dCotz:hover,
.btn_imprimir_cotz:hover {
  text-decoration: none !important;
  color: #fff;
  background: #15826a;
  transition: all 0.3s ease;
}

#contenedor_realizar_cotizacion .input-group-text {
  width: 163px;
}

.lista_clientes_cotizacion {
  padding-left: 162px !important;
  padding-right: 30px !important;
  margin-top: -7px !important;
  z-index: 99999;
}

.lista_clientes_cotizacion ul {
  max-height: 90px !important;
  overflow: auto;
}

.lista_contactos_cotizacion {
  padding-left: 165px !important;
  padding-right: 30px !important;
  margin-top: -7px !important;
  max-height: 30vh;
  overflow: auto;
}

.lista_productos_cotz {
  padding-left: 163px !important;
  padding-right: 30px !important;
  margin-top: -7px !important;
}

.lista_productos_cotz ul {
  max-height: 280px !important;
  overflow: auto;
}

#time {
  font-size: 30px;
  color: #15826a;
}

#contenedor_temporizador span {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  text-shadow: 0px 1px 7px #15826a;
}

#contenedor_temporizador input {
  outline: none;
  border: none;
}

#temporizador {
  font-size: 30px;
  color: #fff;
  width: 200px;
  height: 200px;
  box-shadow: 0px 0px 5px inset #15826a;
  border-radius: 50%;
}

#confirmModal .eapps-countdown-timer-item-group-label,
#confirmModal .modal-body,
#confirmModal .eapps-countdown-timer-header,
#confirmModal .eapps-countdown-timer-item-value-base {
  color: #15826a !important;
}

#confirmModal .eapps-countdown-timer-1.eapps-countdown-timer-style-outline .eapps-countdown-timer-item-group-inner {
  border-color: #15826a !important;
}

#btn_detener,
#btn_reanudar {
  display: none;
}

#toast-container>div {
  opacity: 1;
  color: #000;
  filter: alpha(opacity=100);
}

#version {
  width: 100%;
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 3px;
  text-align: center;
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,
      infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}



/* CRONOMETRO */

.eapps-countdown-timer {
  -webkit-font-smoothing: antialiased;
  display: -webkit-flex;
  display: flex;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  border-radius: .8rem;
  /* height: calc(100% - 40px); */
  box-sizing: border-box;
}

.eapps-countdown-timer * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.eapps-countdown-timer-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.eapps-countdown-timer-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.eapps-countdown-timer-area-clickable .eapps-countdown-timer-inner {
  cursor: pointer;
}

.eapps-countdown-timer-header {
  text-align: center;
  color: currentColor;
  font-size: 28px;
  line-height: 1.4;
  color: rgb(255, 255, 255);
}


.eapps-countdown-timer-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.eapps-countdown-timer-align-center .eapps-countdown-timer-item {
  -webkit-justify-content: center;
  justify-content: center;
}

.eapps-countdown-timer-item-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 24px;
  width: 100%;
  max-width: 120px;
}

.eapps-countdown-timer-item-group-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  /* width: 100px; */
}

.eapps-countdown-timer-item-group-label {
  display: block;
  text-align: center;
  margin-top: 4px;
  color: currentColor;
  font-size: 14px;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgb(255, 255, 255);
}

.eapps-countdown-timer-item-value {
  color: currentColor;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  -webkit-perspective: 3.2em;
  perspective: 3.2em;
  min-width: 1.125em;
  text-align: center;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.eapps-countdown-timer-button {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 6px;
  transition: 0.3s ease all;
  font-weight: 700;
  white-space: nowrap;
}

.eapps-countdown-timer-button:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.eapps-countdown-timer-button-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.eapps-countdown-timer-align-center .eapps-countdown-timer-button-container {
  -webkit-justify-content: center;
  justify-content: center;
}

.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-group {
  margin: 0 12px;
}

.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-group-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  direction: ltr !important;
}

.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-group-inner>div {
  margin: 0 2px;
}

.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value {
  position: relative;
  background-color: currentColor;
  text-align: center;
  box-sizing: border-box;
  padding: 6px 12px;
  transition: 0.3s ease all;
  border-radius: 6px;
}

.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value-base {
  display: -webkit-inline-flex;
  display: inline-flex;
  color: currentColor;
}

.eapps-countdown-timer-style-default .eapps-countdown-timer-item-value {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.eapps-countdown-timer-style-outline .eapps-countdown-timer-item-group {
  margin-right: 0 10px;
}

.eapps-countdown-timer-style-outline .eapps-countdown-timer-item-group-inner {
  padding: 6px 14px;
  border-radius: 6px;
  border: 1px solid currentColor;
}

.eapps-countdown-timer-style-outline.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-group-inner {
  padding: 0;
}

.eapps-countdown-timer-1.eapps-countdown-timer,
.eapps-countdown-timer-1 .eapps-countdown-timer-inner {
  color: rgb(255, 255, 255);
}

.eapps-countdown-timer-1.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value {
  background-color: rgb(255, 255, 255);
}

.eapps-countdown-timer-1.eapps-countdown-timer-style-outline.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value,
.eapps-countdown-timer-1.eapps-countdown-timer-style-outline.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value .eapps-countdown-timer-item-value-base {
  background-color: transparent;
  color: rgb(255, 255, 255);
}

.eapps-countdown-timer-1.eapps-countdown-timer-style-outline .eapps-countdown-timer-item-group-inner {
  border-color: rgba(255, 255, 255, 0.3)
}

.eapps-countdown-timer-1 .eapps-countdown-timer-button {
  background-color: rgb(76, 202, 35);
}

.eapps-countdown-timer-1 .eapps-countdown-timer-button {
  color: #fff;
}

.eapps-countdown-timer-1.eapps-countdown-timer {
  /* background-color: rgb(85, 38, 185); */
  background-color: rgb(21, 130, 106, .9);
}

.eapps-countdown-timer-1 .eapps-countdown-timer-button {
  font-size: 14px;
  padding: 9px 28px;
  border-radius: 2px;
}

.eapps-countdown-timer-1 .eapps-countdown-timer-item-value {
  font-size: 60px;
  line-height: 66px;
  padding: 9px 14px;
  border-radius: 9px;
}

.eapps-countdown-timer-1 .eapps-countdown-timer-item-value input {
  font-size: 60px;
  font-weight: 700;
  /* padding: 8px 12px; */
  border-radius: 9px;
  width: 100%;
}

.eapps-countdown-timer-1 .eapps-countdown-timer-item-group {
  margin: 0 19px;
}

.eapps-countdown-timer-1 .eapps-countdown-timer-item-container {
  margin-top: 36px;
}

.eapps-countdown-timer-1 .eapps-countdown-timer-button {
  margin-top: 56px;
}





@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*@media (max-width: 1232px) {*/

  
   
/*}*/

@media (max-width: 992px) {
  #fieldset_historial_ventas {
    height: auto;
  }

  .menu_bar {
    display: block;
    background: #000;
    width: 100%;
    position: fixed;
    z-index: 20;
    border-bottom: 2px #2ed4af solid;
  }

  .menu_bar .btn_menu {
    color: #2ed4af;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
  }

  #logo_menu {
    height: 50px;
    object-fit: contain;
  }

  .menu_bar span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    cursor: pointer;
  }

  .menu_el10 {
    border: none;
    margin-top: 49px !important;
    width: 90%;
    height: 100%;
    left: -100%;
    position: fixed;
    margin-top: 40px;
    z-index: 1031;
  }

  .navbar_el10 {
    flex-direction: column;
    background: #000;
    color: #15826a;
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    overflow: auto !important;
  }

  .navbar_el10 .list_item {
    text-align: left;
    font-size: 15px;
    width: 100% !important;
    height: auto;
    display: block;
    border-bottom: 1px solid #15826a;
  }

  #item_link_usuario,
  #li_cerrar_sesion {
    text-align: left !important;
  }

  .navbar_el10 .list_item .item_link {
    padding-left: 5px;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    font-weight: bold;
    color: #2ed4af;
  }

  .navbar_el10 .list_item:hover .item_link,
  .item_link_features:hover {
    color: #fff !important;
    background: #2ed4af;
  }

  .item_link span {
    font-size: 17px !important;
    padding-right: 10px;
  }

  #logo_navbar,
  .navbar_el10 .list_item:hover .subMenu_section,
  .item_link br,
  #contenedor_tabs {
    display: none;
  }

  .navbar_el10 .list_item .subMenu_section {
    width: 100%;
    background: #000;
    border-radius: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0s;
    transition: all 0s;
  }

  .subMenu_section a:hover,
  .subMenu_section a:focus {
    background-size: 0% 0px;
  }

  #submenu_gestionar_datos {
    height: auto !important;
    overflow: hidden;
  }

  .subMenuFeature_lista {
    padding: 0 !important;
    font-weight: normal;
  }

  .item_link_features {
    padding: 15px !important;
  }

  .item_link_features,
  .navbar_el10 b {
    color: #2ed4af !important;
  }

  .navbar_el10 .item_features:hover .item_link_features,
  .navbar_el10 .item_features:hover b {
    color: #fff !important;
  }

  #contenedor_general {
    padding-top: 37.5px;
    border: 0;
    box-shadow: none;
    min-height: calc(100vh - 28px);
    max-height: calc(100vh - 28px);
  }

  h5:not(.text-valida-img) {
    display: block !important;
  }

/*  .text-valida-img{
    display: none !important;
  }*/

  .lista_productos {
    margin-top: -3px !important;
    right: 57px;
  }

  #ul_lista_productos .item_categoria:first-child{
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
  }

  #contenedor_categoria,
  #contenedor_mesa {
    min-height: auto;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  #horas label {
    font-size: 11px !important;
  }

  #table_reservaciones,
  #table_cuentas_venta,
  #table_usuarios,
  #table_cotizaciones {
    width: 100% !important;
  }

  #table_reservaciones .col_1,
  #table_cuentas_venta .col_1,
  #table_usuarios .col_1,
  #table_cotizaciones .col_1 {
    width: 100% !important;
    text-align: left !important;
  }

  #table_reservaciones .col_2,
  #table_cuentas_venta .col_2,
  #table_usuarios .col_2,
  #table_cotizaciones .col_2 {
    width: 100% !important;
    text-align: left !important;
  }

  #table_reservaciones .col_3,
  #table_cuentas_venta .col_3,
  #table_usuarios .col_3,
  #table_cotizaciones .col_3 {
    width: 100% !important;
    text-align: left !important;
  }

  #table_reservaciones .col_4,
  #table_cuentas_venta .col_4,
  #table_usuarios .col_4,
  #table_cotizaciones .col_4 {
    width: 100% !important;
    text-align: left !important;
  }

  #table_reservaciones .col_5,
  #table_cuentas_venta .col_5,
  #table_usuarios .col_5,
  #table_cotizaciones .col_5 {
    width: 100% !important;
    text-align: left !important;
  }

  #table_reservaciones .col_6,
  #table_cuentas_venta .col_6,
  #table_usuarios .col_6,
  #table_cotizaciones .col_6 {
    width: 100% !important;
    min-width: 100% !important;
    text-align: left !important;
  }

  #table_reservaciones .col_7,
  #table_cuentas_venta .col_7,
  #table_usuarios .col_7,
  #table_cotizaciones .col_7 {
    width: 100% !important;
    text-align: left !important;
  }

  #table_reservaciones .col_8,
  #table_cuentas_venta .col_8,
  #table_usuarios .col_8,
  #table_cotizaciones .col_8 {
    width: 100% !important;
    text-align: left !important;
  }

  #table_reservaciones .col_9,
  #table_cuentas_venta .col_9,
  #table_usuarios .col_9,
  #table_cotizaciones .col_9 {
    width: 100% !important;
  }

  #table_reservaciones .col_10,
  #table_cuentas_venta .col_10,
  #table_usuarios .col_10,
  #table_cotizaciones .col_10 {
    width: 100% !important;
  }

  #table_reservaciones thead,
  #table_cuentas_venta thead,
  #table_usuarios thead,
  #table_cotizaciones thead {
    display: none;
  }

  #table_reservaciones tr,
  #table_cuentas_venta tr,
  #table_usuarios tr,
  #table_cotizaciones tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    /*margin-bottom: 20px;*/
  }

  .table th {
    border-top: 0;
  }

  #table_reservaciones th,
  #table_cuentas_venta th,
  #table_usuarios th,
  #table_cotizaciones th {
    width: 100% !important;
  }

  .th_anular_cuenta {
    text-align: left !important;
  }

  #table_reservaciones th[data-titulo]::before,
  #table_cuentas_venta th[data-titulo]::before,
  #table_usuarios th[data-titulo]::before,
  #table_cotizaciones th[data-titulo]::before {
    content: attr(data-titulo);
    font-weight: bold;
    color: #15826a;
    font-size: 13px;
    display: block;
  }

  #tabla_reservaciones table {
    min-width: 100% !important;
  }

  .eapps-countdown-timer-item {
    flex-direction: column;
    align-items: center;
  }

  .eapps-countdown-timer-item-group {
    max-width: 150px;
  }


}

@media (min-width: 992px) {

  body::-webkit-scrollbar,
  #contenedor_general::-webkit-scrollbar,
  .lista_clientes_reserv ul::-webkit-scrollbar,
  .lista_contactos_reserv ul::-webkit-scrollbar,
  #fieldset_historial_ventas::-webkit-scrollbar,
  .lista_todos_productos ul::-webkit-scrollbar,
  .lista_productos::-webkit-scrollbar,
  .lista_clientes_tienda::-webkit-scrollbar,
  .lista_clientes_cuenta ul::-webkit-scrollbar,
  .lista_proveedores_compra ul::-webkit-scrollbar,
  .lista_productos_compra ul::-webkit-scrollbar,
  .lista_clientes_cotizacion ul::-webkit-scrollbar,
  .lista_productos_as ul::-webkit-scrollbar,
  .lista_productos_cotz ul::-webkit-scrollbar {
    border-radius: 40px;
    width: 9px;
    height: 9px;
    background: #e1e1e1;
  }

  .lista_clientes_reserv ul::-webkit-scrollbar-thumb,
  .lista_contactos_reserv ul::-webkit-scrollbar-thumb,
  #contenedor_general::-webkit-scrollbar-thumb,
  #fieldset_historial_ventas::-webkit-scrollbar-thumb,
  .lista_todos_productos ul::-webkit-scrollbar-thumb,
  .lista_productos::-webkit-scrollbar-thumb,
  .lista_clientes_tienda::-webkit-scrollbar-thumb,
  .lista_clientes_cotizacion ul::-webkit-scrollbar-thumb,
  .lista_clientes_cuenta ul::-webkit-scrollbar-thumb,
  .lista_productos_compra ul::-webkit-scrollbar-thumb,
  .lista_proveedores_compra ul::-webkit-scrollbar-thumb,
  .lista_productos_as ul::-webkit-scrollbar-thumb,
  .lista_productos_cotz ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 9px;
    background-color: #b9b6b6;
  }

  .lista_clientes_reserv::-webkit-scrollbar-thumb:hover,
  .lista_contactos_reserv::-webkit-scrollbar-thumb:hover,
  #contenedor_general::-webkit-scrollbar-thumb:hover,
  #fieldset_historial_ventas::-webkit-scrollbar-thumb:hover,
  #contenedor_general::-webkit-scrollbar-thumb:active,
  #fieldset_historial_ventas::-webkit-scrollbar-thumb:active,
  .lista_todos_productos ul::-webkit-scrollbar-thumb:active,
  .lista_productos::-webkit-scrollbar-thumb:active,
  .lista_clientes_tienda::-webkit-scrollbar-thumb:active,
  .lista_clientes_cuenta ul::-webkit-scrollbar-thumb:active,
  .lista_proveedores_compra ul::-webkit-scrollbar-thumb:active,
  .lista_productos_compra ul::-webkit-scrollbar-thumb:active,
  .lista_clientes_cotizacion ul::-webkit-scrollbar-thumb:active,
  .lista_productos_as ul::-webkit-scrollbar-thumb,
  .lista_productos_cotz ul::-webkit-scrollbar-thumb {
    background: #c1c1c1;
  }
}