.texto-rojo {
  color: red;
}

.m-10 {
  margin: 10px;
}

.texto-azul {
  color: #007bff;
}

.separacion-derecha {
  margin-right: 10px;
}

.nav-item a.btn {
  margin-bottom: 5px;
  /* Opcional: un pequeño espacio vertical si se ven apretados */
}

.card-header {
  background-color: white !important;
}

.page-item.active .page-link {
  background-color: #38B6FF;
  border: #38B6FF;
}

.page-item.active .page-link-producto {
  background-color: #38B6FF;
  border: #38B6FF;
}

th {
  background-color: #38B6FF !important;
  color: white !important;
  align-content: center !important;
  text-align: center;
}

.form-control-navbar {
  width: 1050px !important;
}

.colores-thead {
  color: white !important;
  background: #38B6FF !important;
}

#yes {
  display: flex;
  align-items: center;
  gap: 8px;
}

#not {
  display: flex;
  align-items: center;
  gap: 8px;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

#promotionDetails {
  display: none;
}

.active-aside {
  background: #38B6FF !important;
  color: white !important;
}

/*---------------------ESTILOS DE COCINA JONATHAN---------------------------*/
/*COCINA*/
.estatus-activo {
  background: #28a745 !important;
  color: white !important;
}

.estatus-inactivo {
  background: #dc3545 !important;
  color: white !important;
}

.estatus-agregado {
  background: #ffc107 !important;
  color: white !important;
}

.estatus-nuevo {
  background: #007bff !important;
  color: white !important;
}


/*---------------------ESTILOS DE COCINA JONATHAN---------------------------*/

/*===========================ESTILOS DE LOS BOTONES DE IMAGENES ING======================================================*/
.btn-imagen-modi {
  border: none !important;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-imagen-modi:focus {
  outline: none;
}

.btn-imagen-modi img {
  border-radius: 6px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.btn-imagen-modi:hover img {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.btn-imagen-modio {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/*==============================FIN ESTILOS DE LOS BOTONES DE IMAGENES ING=====================================*/

/*=====================TODOS LOS HOVER DE BOTONES===========================================*/

#btn_actualizar_tabla:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

#btn_crear_cuenta:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

#select_numero_paginas:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

#btn_crear_producto:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.btn-success:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
}


/*gestion de productos*/
/*paginacion*/
.page-item.active:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*paginacion*/

/*getionar cuenta*/
.btn_gestionar_cuenta:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*getionar cuenta*/
/*cocina*/
#btn_regresar_a_cuentas_p:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*COCINA*/
.btn_cocinada:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*CUENTAS PRODUCTOS*/
#btn_cerrar_cuentas:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*CUENTAS PRODUCTOS*/
#tabla_numeros_cuenta:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*cuentas_producto*/
.btn_cerrar_cuentas_calculadora:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}


/*GESTIONAR CUENTA*/
.btn_cobrar_cuenta:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*CUENTA */
.btn_vizualizar_cuenta:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*COBRAR CUENTA*/
#btn_cobrar_la_cuenta:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.btn_orden_entregada:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.btn_cobrar_cuenta:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*GESTION NEGOCIO*/
#btn_crear_negocio:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*GEWSTIONAR IMAGEN */
#btn_crear_imagen:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*VER-DATOS-NEGOCIO*/
.btn-regresar-ver-negocio:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.btn-modificar-ver-negocio:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}



/*PAGINACIÓN*/
.page-link:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*PAGINACIÓN*/
.page-link-producto:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*QR*/
button.imprimir-qr:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*QR*/
button.generar-qr:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*QR*/
#btn_print_link:hover,
.btn-print:hover {
  background-color: #38b6ff;
  border-color: #38b6ff;
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

#btn_encuesta_qr:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*MENU-MESERO*/
.menu-mesero-card-abierta:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.menu-mesero-card-cerrada:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.menu-mesero-card-pagada:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.menu-mesero-card-solicitado:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.menu-mesero-card-agregado:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.menu-mesero-card-cocinado:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.menu-mesero-card-entregado:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.menu-mesero-card-notas:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.cancelar_cuenta:hover {
  background-color: #990000;
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.cobrar_cuenta:hover {
  background-color: #12a14b;
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*DATOS FISCALES*/
#btn_crear_tarjeta_fisca {
  background-color: #12a14b;
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*USUARIOS*/
.btn_modificar_usuario_contrasena:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.btn_modificar_usuario:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}



#modi_contraseña:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*TIKET*/
.btn-imprimir-tiket:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*NO ENTRAR CON COMIDA*/
.aviso-alimentos-boton:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*COMPRA GRATIS S/TICKETS*/
.aviso-tickets-boton:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*CATINADES*/
.btn-producto:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*SUPER ADMIN*/
.notas-superadmin:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*CREAR CUENTA MESERO*/
#btn_crear_corte_caja:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

#btn_crear_corte_caja:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/*==========================FIN TODOS LOS HOVER DE BOTONES============================================*/

/* --------------------------------stilos estrellas encuestas---------------------------------*/
/* ===== CONTENEDOR GENERAL ===== */
.encuesta-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 15px;
}

/* ===== PREGUNTAS ===== */
.preg {
  margin-bottom: 25px;
}

.preg label {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 8px;
  line-height: 1.4;
  text-align: justify;
}

/* ===== CALIFICACIÓN ===== */
.calificar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.sin-calificar {
  font-size: 0.85rem;
  color: #999;
}

/* ===== ESTRELLAS ===== */
.estrellas {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.estrellas i {
  font-size: 1.4rem;
  color: #ffc107;
}

/* ===== BOTONES ===== */
.btn_calificar {
  background: none;
  border: none;
  cursor: pointer;
}

/* ===== CARDS ===== */
.card-header-arriba {
  background-color: #007bff;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}

.card-title {
  font-size: 1.3rem;
  font-weight: bold;
}

/* ===== TEXTAREA ===== */
textarea.form-control {
  font-size: 0.9rem;
}

/* ===== BOTÓN ENVIAR ===== */
.btn-enviar-encuesta {
  max-width: 300px;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
}

/* ===== AVATAR ===== */
.widget-user-image img {
  width: 90px;
  height: 90px;
}

/* ===== 📱 MOBILE ===== */
@media (max-width: 576px) {

  .container {
    padding: 10px;
  }

  .card-body {
    padding: 12px;
  }

  .preg {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  .estrellas i {
    font-size: 1.2rem;
  }

  textarea.form-control {
    font-size: 0.85rem;
  }

  .widget-user-image img {
    width: 75px;
    height: 75px;
  }
}


.encuesta-cabecera {
  position: relative;
  height: 200px;
  /* Ajusta según tu imagen */
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.cabecera-fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/fondo_vt.png') center center/cover no-repeat;
  filter: brightness(0.5);
  /* Oscurece un poco para que el texto se lea */
  z-index: 1;
}

.cabecera-contenido {
  position: relative;
  z-index: 2;
  color: white;
  /* Texto sobre la imagen */
  padding-top: 20px;
}

.mesero-imagen img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffc107;
  /* Cambié a amarillo para que resalte */
}

.mesero-nombre {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.cuenta-info {
  font-size: 0.95rem;
  margin: 0;
}


/* --------------------------------stilos estrellas encuesta---------------------------------*/

/*------------------------------estilos de gif cocinero----------------------------------------------------------*/
/* Estilos generales */
body.body-gif-chef {
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}

/* Contenedor central */
/*.container.chef {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 1.2s ease-in-out;
  border-color: #38B6FF;
}*/
.container-chef {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
  width: 100%;
  flex-direction: column;
}

/* Tarjeta principal */
.card-chef {
  background: white;
  border-radius: 30px;
  text-align: center;
  padding: 2.5rem 3rem;
  max-width: 650px;
  border-color: #38B6FF;
  border-width: 2px;
  border-style: solid;
  border-color: #38B6FF;
  justify-content: center;
  align-items: center;
}

.mensaje-chef {
  color: black;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

/* GIF centrado */
.gif-container-chef {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.2rem 0;
}

.gif {
  width: 800px;
  height: 200px;
  border-radius: 15px;
  animation: float 3s ease-in-out infinite, glow 2s ease-in-out infinite alternate;
}

/* Responsive */
@media (max-width: 500px) {
  .card-chef {
    padding: 2rem;
    width: 90%;
  }

  .mensaje-chef {
    font-size: 1.5rem;
  }

  .gif {
    width: 160px;
  }
}

/*-------------------------------------gif---------------------------------------------------------------------------*/

/* --------------------------OCULTAR O DESACTIVAR DISEÑOS DE PRUEBA (BTN) -----------------------------*/
#btn_crear_producto {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

#btn_modificar_producto {
  background-color: #38B6FF;
  border: #38B6FF;
  border: 2px;

}

#modificar_imagen {
  background-color: #38B6FF;
}

#btnGuardar {
  background-color: #38B6FF;
}

#btnModificar {
  background-color: #38B6FF;
}

/*
.btn_modificar_imagen_producto {
  border: none;
  background-color: transparent;
}
  */

#btn_actualizar_tabla {
  background-color: #6c757d;
  color: black;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

/*===================TAMAÑO DE TODOS LOS BOTONES==============================*/
/*PRODUCTOS*/
.btn_modificar_producto {
  width: 80px;
  height: 50px;
  font-size: 12px;
  border-radius: 8px;
}

.btn_gestionar_imagenes {
  width: 80px;
  height: 50px;
  font-size: 12px;
  border-radius: 8px;
}



.btn_activar {
  width: 80px;
  height: 50px;
  font-size: 12px;
  border-radius: 8px;
}

/*CUENTAS*/
.btn_vizualizar_cuenta {
  width: 80px;
  height: 65px;
  font-size: 12px;
  border-radius: 8px;
}

/*CUENTAS QR*/
#btn_encuesta_qr {
  width: 80px;
  height: 65px;
  font-size: 12px;
  border-radius: 8px;
}

.btn_gestionar_cuenta {
  width: 80px;
  height: 60px;
  font-size: 12px;
  border-radius: 8px;
  background-color: #34c57c;
  border: #38B6FF;
  color: white;
  padding: 3px;
}

.btn_cobrar_cuenta {
  width: 80px;
  height: 60px;
  font-size: 12px;
  border-radius: 8px;
}

.btn_orden_entregada {
  width: 80px;
  height: 60px;
  font-size: 12px;
  border-radius: 8px;
  background-color: #38B6FF;
}




/*USUARIOS*/
.btn_modificar_usuario_contrasena {
  width: 80px;
  height: 50px;
  font-size: 12px;
  border-radius: 8px;
}

.btn_modificar_usuario {
  width: 80px;
  height: 50px;
  font-size: 12px;
  border-radius: 8px;
}

/*CAJERO*/
.btn_ticket_virtual {
  background-color: #d5d7d8;
  width: 80px;
  height: 50px;
  font-size: 12px;
  border-radius: 8px;
}


.btn_ticket_cliente {
  background-color: #38b6ff;
  width: 80px;
  height: 50px;
  font-size: 12px;
  border-radius: 8px;
}

.btn_acreditar_pago {
  background-color: #3fb634;
  width: 80px;
  height: 50px;
  font-size: 12px;
  border-radius: 8px;
}

.btn_ticket_mesero {
  background-color: orange;
  width: 80px;
  height: 50px;
  font-size: 12px;
  border-radius: 8px;
}



.btn_vizualizar_factura {
  width: 80px;
  height: 50px;
  font-size: 12px;
  border-radius: 8px;
}

/*QR*/
#btn_encuesta_qr {
  width: 80px;
  height: 50px;
  font-size: 12px;
  border-radius: 8px;
}

/*MESERO CORTE CREAR*/
#btn_crear_corte_caja {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}


/*********************************Estilos Liz***************************************************/
/*********************************estilos de la tabla Nuevo Producto ***************************/
/*---------------------------------tabla de productos--------------------------*/
table.table-bordered th,
table.table-bordered td {
  text-align: center;
  vertical-align: middle;
}

/*-----------------------------------------------------------------------------------------------------*/
/**/
.img-circle {
  border-radius: 25%;
}

/* imagen para que funcione QR
img {
  border-radius: 15%;
}
  */

/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
body {
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
  background-color: #f4f6f9;
  color: #333;
}

table {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
}

.colores-thead {
  background-color: #38B6FF;
  color: white;
  text-align: center;
}

.btn {
  font-family: 'Segoe UI', sans-serif;
}

h1,
h3 {
  font-family: 'Montserrat', sans-serif;
}

/******************************boton de modal entendido ***************************************/
#cer_escala {
  width: 120px;
  padding: 10px;
  border-radius: 8px;
  background-color: #38B6FF;
  border: none;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

#cer_escala:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/*********************************Estilo de nuevo producto **********************************************************/
.modal-custom-style-producto .modal-content {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.modal-custom-style-producto .modal-header {
  background-color: #38B6FF;
  color: #ffffff;
  padding: 20px 24px;
  border-bottom: 1px solid #e0e0e0;
}

.modal-custom-style-producto .modal-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
  width: 100%;
}

.modal-custom-style-producto .modal-body {
  padding: 15px 15px;
  font-size: 1rem;
  color: #333;
}

.modal-custom-style-producto label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

.modal-custom-style-producto .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.modal-custom-style-producto .form-control:focus {
  border-color: #0062cc;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 98, 204, 0.2);
}

.modal-custom-style-producto .modal-footer {
  padding: 3px 3px;
  background-color: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  justify-content: center !important;
  /* Centra horizontalmente */
  display: flex !important;
  gap: 16px;
  /* Espacio entre botones */
}

.modal-custom-style-producto .btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 1rem;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

/* Botón Cerrar */
.btn_cer {
  width: 120px;
  padding: 10px;
  border-radius: 8px;
  background-color: #6F8BA4;
  border: none;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.btn_cer:hover {
  background-color: #990000;
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

/* Botón Modificar */
.btn_modi {
  width: 120px;
  padding: 10px;
  border-radius: 8px;
  background-color: #38B6FF;
  border: none;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.btn_modi:hover {
  background-color: #1a91da;
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.modal-custom-style-producto .error-message {
  color: red;
  font-size: 0.875rem;
  display: block;
  margin-top: 4px;
}

/* Radios */
.modal-custom-style-producto .radio-group {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

.modal-custom-style-producto .radio-option {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Checkbox días */
.modal-custom-style-producto .row input[type="checkbox"] {
  margin-right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .modal-custom-style-producto .modal-dialog {
    margin: 20px;
  }

  .modal-custom-style-producto .modal-body {
    padding: 15px 15px;
  }

  .modal-custom-style-producto .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background-color: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    justify-content: center !important;
    /* Centra horizontalmente */
    display: flex !important;
    gap: 16px;
    /* Espacio entre botones */
  }

  .modal-custom-style-producto .btn {
    width: 100%;
  }
}

.modal-custom-style-producto {
  font-family: 'Poppins', sans-serif;
  color: #333;
  border-radius: 16px;
}

.modal-custom-style .modal-footer {
  justify-content: center !important;
  /* Centra horizontalmente */
  display: flex !important;
  gap: 16px;
  /* Espacio entre botones */
}

/*********************************Fin estilo de nuevo producto************************************************************/

/*********************************Estilos de imagen liz*************************************************/
.modal-custom-style .modal-content {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.modal-custom-style .modal-header {
  background-color: #38B6FF;
  color: #ffffff;
  padding: 20px 24px;
  border-bottom: 1px solid #e0e0e0;
}

.modal-custom-style .modal-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
}

.modal-custom-style .modal-body {
  padding: 15px 15px;
  font-size: 1rem;
  color: #333;
}

.modal-custom-style .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;

  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.modal-custom-style .form-control:focus {
  border-color: #0062cc;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 98, 204, 0.2);
}

.modal-custom-style .modal-footer {
  padding: 16px 24px;
  background-color: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  justify-content: center !important;
  /* Centra horizontalmente */
  display: flex !important;
  gap: 16px;
  /* Espacio entre botones */
}

.modal-custom-style .btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 1rem;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .modal-custom-style .modal-dialog {
    margin: 20px;
  }

  .modal-custom-style .modal-body {
    padding: 15px 15px;
  }

  .modal-custom-style .btn {
    width: 100%;
  }
}

.modal-custom-style {
  font-family: 'Poppins', sans-serif;
  color: #333;
}

h3 {
  text-align: center;

}

.modal-header h1 {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
}

/*********************************Fin estilos imagen ***********************************************/

/*********************************Estilos de modificar liz*******************************************/
.modal-custom-style-producto .modal-content {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.modal-custom-style-producto .modal-header {
  background-color: #38B6FF;
  color: #ffffff;
  padding: 20px 24px;
  border-bottom: 1px solid #e0e0e0;
}

.modal-custom-style-producto .modal-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.modal-custom-style-producto .modal-body {
  padding: 15px 15px;
  font-size: 1rem;
  color: #333;
}

.modal-custom-style-producto label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

.modal-custom-style-producto .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  margin-bottom: 12px;
}

.modal-custom-style-producto .form-control:focus {
  border-color: #0062cc;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 98, 204, 0.2);
}

.modal-custom-style-producto .modal-footer {
  padding: 16px 24px;
  background-color: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  justify-content: center !important;
  /* Centra horizontalmente */
  display: flex !important;
  gap: 16px;
  /* Espacio entre botones */
}

.modal-custom-style-producto .btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 1rem;
}

.modal-custom-style-producto .error-message {
  color: red;
  font-size: 0.875rem;
  display: block;
  margin-top: 4px;
}

/* Radios */
.modal-custom-style-producto .radio-group {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

.modal-custom-style-producto .radio-option {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Checkbox días */
.modal-custom-style-producto .row input[type="checkbox"] {
  margin-right: 5px;
}

/* Loader opcional */
.modal-custom-style-producto .loader {
  display: none;
  margin: 10px auto;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #38B6FF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .modal-custom-style-producto .modal-dialog {
    margin: 20px;
  }

  .modal-custom-style-producto .modal-body {
    padding: 15px 15px;
  }

  .modal-custom-style-producto .btn {
    width: 100%;
  }
}

.modal-custom-style-producto {
  font-family: 'Poppins', sans-serif;
  color: #333;
}

/*********************************Fin estilos modificar**********************************************/

/*********************************GESTIONAR IMAGENES**********************************************/
#btn_crear_imagen {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

#btn_modificar_posicion {
  background-color: #38B6FF;
  border-color: #38B6ff;
}

/*********************************NUEVA IMAGEN**************************************************************/

/*----------------------------------NUEVAS CUENTAS----------------------------------------------------------------*/
/*iconos*/
#btn_crear_cuenta {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.btn_cuenta_abierta .info-box-icon {
  background-color: #12a14b !important;
  color: white;
}

.btn_cuenta_cerrada .info-box-icon {
  background-color: red !important;
  color: white;
}

.btn_cuenta_pagada .info-box-icon {
  background-color: #38B6FF !important;
  color: white;
}

.btn_cuentas_de_hoy .info-box-icon {
  background-color: #ffc107 !important;
  color: black;
}

.btn_todas_las_cuentas .info-box-icon {
  background-color: #007bff !important;
  color: white;
}

/* Estilo general de los botones */
.btn_cuenta_abierta,
.btn_cuenta_cerrada,
.btn_cuenta_pagada,
.btn_cuentas_de_hoy,
.btn_todas_las_cuentas {
  background: #fff;
  border-radius: 8px;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Ícono en recuadro con color */
.btn_cuenta_abierta .info-box-icon {
  background-color: #2ca64c;
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  font-size: 30px;
  margin-right: 15px;
  flex-shrink: 0;
}

.btn_cuenta_cerrada .info-box-icon {
  background-color: #ff0000;
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  font-size: 30px;
  margin-right: 15px;
  flex-shrink: 0;
}

.btn_cuenta_pagada .info-box-icon {
  background-color: #4ab8ff;
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  font-size: 30px;
  margin-right: 15px;
  flex-shrink: 0;
}

.btn_cuentas_de_hoy .info-box-icon {
  background-color: #ffc700;
  color: #333;
  padding: 20px;
  border-radius: 6px;
  font-size: 30px;
  margin-right: 15px;
  flex-shrink: 0;
}

.btn_todas_las_cuentas .info-box-icon {
  background-color: #007bff;
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  font-size: 30px;
  margin-right: 15px;
  flex-shrink: 0;
}

/* Texto centrado verticalmente */
.info-box-content {
  flex-grow: 1;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222;
}

/* Efecto hover */
.btn_cuenta_abierta:hover,
.btn_cuenta_cerrada:hover,
.btn_cuenta_pagada:hover,
.btn_cuentas_de_hoy:hover,
.btn_todas_las_cuentas:hover {
  transform: translateY(-5px);
}

/* Responsividad para móviles */
@media (max-width: 576px) {

  .btn_cuenta_abierta,
  .btn_cuenta_cerrada,
  .btn_cuenta_pagada,
  .btn_cuentas_de_hoy,
  .btn_todas_las_cuentas {
    padding: 15px 10px;
    font-size: 14px;
    justify-content: flex-start;
  }

  .btn_cuenta_abierta .info-box-icon,
  .btn_cuenta_cerrada .info-box-icon,
  .btn_cuenta_pagada .info-box-icon,
  .btn_cuentas_de_hoy .info-box-icon,
  .btn_todas_las_cuentas .info-box-icon {
    padding: 15px;
    font-size: 24px;
    margin-right: 12px;
  }

  .info-box-content {
    font-size: 1rem;
  }
}

/*boton de gestionar cuenta 
.btn_gestionar_cuenta {
  background-color: #38B6FF;
  border: #38B6FF;
  color: white;
  padding: 3px;
}
*/

.card-header-cuentas,
.table-responsive {
  width: 100%;
}

.btn_cerrar_cuentas {
  background-color: #ff0000;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

#btn_cobrar_la_cuenta {
  background-color: #dc3545;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

/* Estilo para btn_cuentas_corte */
.btn_cuentas_corte {
  background: #fff;
  border-radius: 8px;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Ícono en recuadro con color - Turquesa */
.btn_cuentas_corte .info-box-icon {
  background-color: #1abc9c;
  /* Turquesa brillante */
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  font-size: 30px;
  margin-right: 15px;
  flex-shrink: 0;
}

/* Texto centrado verticalmente */
.btn_cuentas_corte .info-box-content {
  flex-grow: 1;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222;
}

/* Efecto hover */
.btn_cuentas_corte:hover {
  transform: translateY(-5px);
}

/* Responsividad para móviles */
@media (max-width: 576px) {
  .btn_cuentas_corte {
    padding: 15px 10px;
    font-size: 14px;
    justify-content: flex-start;
  }

  .btn_cuentas_corte .info-box-icon {
    padding: 15px;
    font-size: 24px;
    margin-right: 12px;
  }

  .btn_cuentas_corte .info-box-content {
    font-size: 1rem;
  }
}




/* =====================================
   TARJETA DE LOGIN
===================================== */

.body-login {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.login-card {
  width: 100%;
  max-width: 430px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  padding: 30px;

  /* Animación */
  animation: floatUpDown 5s ease-in-out infinite;
}

.login-card .card-header-login {
  text-align: center;
  background-color: #38B6FF;
  color: white;
  padding: 25px 0 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.login-card .card-body {
  padding: 30px;
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.imagen-login {
  display: block;
  margin: 0 auto 20px;
  max-width: 360px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* RESPONSIVE */

@media (max-width: 768px) {

  .login-card {
    max-width: 90%;
    padding: 25px;
  }

  .imagen-login {
    max-width: 220px;
  }

}

@media (max-height: 700px) {

  .login-card {
    padding: 20px;
  }

}

/* =====================================
   FORMULARIO
===================================== */
.input-group-text {
  background-color: #38B6FF;
  color: #fff;
  border: none;
}

.form-control-login {
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control-login:focus,
.form-control-login:hover,
.form-control-login:valid {
  border-color: #38B6FF;
  box-shadow: 0 0 5px rgba(56, 182, 255, 0.2);
  outline: none;
}

button.btn-login {
  width: 100%;
  background-color: #38B6FF;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

button.btn-login:hover {
  background-color: #0094e0;
  transform: translateY(-2px);
}

button.btn-login:active {
  transform: scale(0.98);
  background-color: #007ac7;
}

/* =====================================
   FONDO ANIMADO CON ICONOS DE COMIDA
===================================== */
.food-icons {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.food-icons i {
  position: absolute;
  color: black;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  animation: floatFood 20s linear infinite;
  opacity: 0;
}

/* Animación de caída suave */
@keyframes floatFood {
  0% {
    transform: translateY(-10vh) translateX(0) scale(0.8) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  50% {
    transform: translateY(50vh) translateX(50px) scale(1.2) rotate(180deg);
    opacity: 0.8;
  }

  90% {
    opacity: 0.4;
  }

  100% {
    transform: translateY(120vh) translateX(-50px) scale(0.9) rotate(360deg);
    opacity: 0;
  }
}

.food-icons i:nth-child(1) {
  left: 5%;
  top: 10%;
  font-size: 45px;
  animation-delay: 0s;
  animation-duration: 19s;
}

.food-icons i:nth-child(2) {
  left: 20%;
  top: 40%;
  font-size: 55px;
  animation-delay: 3s;
  animation-duration: 21s;
}

.food-icons i:nth-child(3) {
  left: 35%;
  top: 20%;
  font-size: 40px;
  animation-delay: 6s;
  animation-duration: 18s;
}

.food-icons i:nth-child(4) {
  left: 50%;
  top: 60%;
  font-size: 60px;
  animation-delay: 1s;
  animation-duration: 20s;
}

.food-icons i:nth-child(5) {
  left: 65%;
  top: 30%;
  font-size: 48px;
  animation-delay: 4s;
  animation-duration: 23s;
}

.food-icons i:nth-child(6) {
  left: 80%;
  top: 50%;
  font-size: 52px;
  animation-delay: 8s;
  animation-duration: 17s;
}

.food-icons i:nth-child(7) {
  left: 10%;
  top: 70%;
  font-size: 42px;
  animation-delay: 2s;
  animation-duration: 22s;
}

.food-icons i:nth-child(8) {
  left: 25%;
  top: 80%;
  font-size: 65px;
  animation-delay: 5s;
  animation-duration: 19s;
}

.food-icons i:nth-child(9) {
  left: 40%;
  top: 50%;
  font-size: 50px;
  animation-delay: 9s;
  animation-duration: 18s;
}

.food-icons i:nth-child(10) {
  left: 55%;
  top: 15%;
  font-size: 58px;
  animation-delay: 6s;
  animation-duration: 20s;
}

.food-icons i:nth-child(11) {
  left: 70%;
  top: 70%;
  font-size: 45px;
  animation-delay: 1s;
  animation-duration: 24s;
}

.food-icons i:nth-child(12) {
  left: 85%;
  top: 25%;
  font-size: 62px;
  animation-delay: 7s;
  animation-duration: 19s;
}

.food-icons i:nth-child(13) {
  left: 95%;
  top: 80%;
  font-size: 38px;
  animation-delay: 10s;
  animation-duration: 21s;
}

.food-icons i:nth-child(14) {
  left: 15%;
  top: 35%;
  font-size: 60px;
  animation-delay: 2s;
  animation-duration: 23s;
}

.food-icons i:nth-child(15) {
  left: 30%;
  top: 10%;
  font-size: 52px;
  animation-delay: 8s;
  animation-duration: 18s;
}

.food-icons i:nth-child(16) {
  left: 45%;
  top: 75%;
  font-size: 48px;
  animation-delay: 5s;
  animation-duration: 22s;
}

.food-icons i:nth-child(17) {
  left: 60%;
  top: 40%;
  font-size: 57px;
  animation-delay: 3s;
  animation-duration: 25s;
}

.food-icons i:nth-child(18) {
  left: 90%;
  top: 81%;
  font-size: 59px;
  animation-delay: 11s;
  animation-duration: 35s;
}

.food-icons i:nth-child(19) {
  left: 75%;
  top: 18%;
  font-size: 95px;
  animation-delay: 18s;
  animation-duration: 53s;
}



/* =====================================
   RESPONSIVE
===================================== */
@media (max-width: 420px) {
  .login-card {
    width: 90%;
    padding: 20px;
  }

  .imagen-login {
    max-width: 150px;
  }
}

/* Cuando el formulario está enfocado (usuario escribiendo), detener animación */
.login-card:has(input:focus) {
  animation: none !important;
}

/* =====================================Cuentas_Producto===================================== */
/*boton de nuevo-crear*/
#btn_cuentas_producto {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

#btn_cerrar_cuentas {
  background-color: red;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;

}

/* ===== SELECT PRODUCTO ===== */
.select_producto {
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #2e86de;
  background-color: #ffffff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover y enfoque */
.select_producto:hover,
.select_producto:focus {
  border-color: #1b4f72;
  box-shadow: 0 0 5px rgba(46, 134, 222, 0.5);
  outline: none;
}

/* Opciones del select (solo apariencia básica, no todos los navegadores permiten cambiar fondo de options) */
.select_producto option {
  padding: 5px;
  background-color: #fff;
  color: #333;
}

/* Estilos para el botón "Cerrar cuentas" */
.btn_cerrar_cuentas_calculadora {
  background-color: #e63946;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*checar ellunes */
/* Mantener el mismo color incluso al hacer hover o focus */
.btn_cerrar_cuentas_calculadora:hover,
.btn_cerrar_cuentas_calculadora:focus {
  background-color: #e63946;
  color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Efecto al presionar */
.btn_cerrar_cuentas_calculadora:active {
  transform: scale(0.97);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.btn_cerrar_cuentas_calculadora {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}


/* ========================================================================================== */

/* ====================================PRODUCTOS.PHP====================================================== */


/* --- Botones principales (azules) --- */
button.btn-primary {
  background: linear-gradient(135deg, #38B6FF, #38B6FF);
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  color: #fff;
  font-weight: 600;
}

button.btn-primary:hover {
  background: linear-gradient(135deg, #38B6FF, #38B6FF);
  transform: translateY(-3px);
}

button.btn-primary:active {
  transform: scale(0.97);
}


/* --- Imágenes dentro de los botones --- */
button img {
  width: 60%;
  height: auto;
  transition: transform 0.3s ease;
}

button:hover img {
  transform: scale(1.05);
}

/* Contenedor principal */
.card-body {
  display: flex;
  justify-content: center;
  /* centra horizontalmente */
  align-items: center;
  /* centra verticalmente (si el contenedor tiene altura) */
  flex-direction: column;
  padding: 2rem;
  background-color: #f8f9fa;
  /* fondo suave */
}

/* Card principal */
.col-md-12.d-flex.align-items-stretch.flex-column {
  width: 100%;
  max-width: 600px;
  /* límite para que no se vea demasiado ancha */
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 1.5rem;
  margin: 1rem auto;
  /* centrado horizontal */
}

/* Imagen del producto */
.col-lg-6 img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  object-fit: cover;
  max-height: 200px;
}

/* Texto */
.text-lg {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.text-md {
  font-size: 1rem;
  color: #555;
}

/* Footer */
.card-footer {
  width: 100%;
  background-color: #f1f1f1;
  padding: 1.5rem;
  text-align: center;
  border-top: 1px solid #ddd;
  border-radius: 0 0 12px 12px;
}

/* Inputs dentro del footer */
.card-footer select,
.card-footer textarea {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 1rem;
  display: block;
  border-radius: 8px;
  padding: 0.5rem;
}

/* Botón */
.btn_insertar_producto {
  background-color: #38b6ff;
  /* color base */
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  /* suaviza los cambios */
}

/* 👇 Efecto hover */
.btn_insertar_producto:hover {
  background-color: #0a8cd3;
  /* cambia el color */
  transform: scale(1.05);
  /* se agranda un poco */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* sombra */
  cursor: pointer;
}


.card-header {
  text-align: center;
}


#btn_regresar_a_cuentas_p {
  background-color: #38B6FF;
  border: #38B6FF;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.btn_todas {
  background-color: #38b6ff;
  color: white;
  border: none;
  border-radius: 0.75rem;
  padding: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn_todas:hover {
  background-color: #1a90d9;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

select.form-control {
  text-align: center;
  text-align-last: center;
  font-size: 10px;
  padding: 4px;
}

#nota_cuenta_producto {
  text-align: center;
}





/* ===========================================================================================*/

/*====================================COCINA.PHP======================================================*/
/* ===== BODY ===== */
.body-cocina {
  font-family: "Segoe UI", Arial, sans-serif;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
  color: #333;
}

/* ===== CARD HEADER ===== */
.card-header-cocina {
  background-color: #38b6ff;
  color: white;
  padding: 15px;
  border-radius: 5px 5px 0 0;
}

.card-header-cocina .card-tools ul.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-header-cocina .nav-item {
  margin-right: 10px;
}

.btn-cocina {
  background-color: #1b4f72;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.btn-cocina:hover {
  background-color: #154360;
}

/* ===== SELECT ===== */
#select_numero_paginas {
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 14px;
  background-color: white;
  color: #333;
  height: 34px;
}


/* ===== CARD BODY ===== */
.card-body-cocina {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 100px;
}

.estatus-solicitado {
  color: #000;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.btn_cocinada {
  background-color: #38B6FF;
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.25s;
}

.img-cocina {
  width: 35%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
}


.btn-salir {
  display: inline-flex;
  align-items: center;
  background-color: #e74c3c;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.btn-salir i {
  margin-right: 8px;
  font-size: 18px;
}

/* Efecto hover */
.btn-salir:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  filter: brightness(1.1);
}



/*==========================================================================================*/

/*==============================NEGOCIO=================================================*/
#btn_crear_negocio {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

/*====================================MENU CLIENTE=======================================================*/
/*  Paleta y fuentes */
:root {
  --color-principal: #38b6ff;
  --color-principal-hover: #1f91d8;
  --color-fondo: #f8f9fb;
  --color-texto: #2c2c2c;
  --color-blanco: #ffffff;
  --radius: 10px;
  --sombra: 0 4px 15px rgba(0, 0, 0, 0.08);
  --transicion: all 0.3s ease;
}

body.menul-cliente-body {
  background-color: var(--color-fondo);
  font-family: "Poppins", sans-serif;
  color: var(--color-texto);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*  Título */
.custom-title {
  color: var(--color-principal);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 2rem;
}

/*  Loader */
.loader-menu {
  display: none;
  text-align: center;
  color: var(--color-principal);
}

/*  Botón Pantalla Completa */
#entrar {
  display: block;
  margin: 0 auto 2rem;
  background-color: var(--color-principal);
  color: var(--color-blanco);
  font-weight: 600;
  border: none;
  border-radius: var(--radius);
  padding: 12px 25px;
  transition: var(--transicion);
  cursor: pointer;
  box-shadow: var(--sombra);
}

#entrar:hover {
  background-color: var(--color-principal-hover);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(56, 182, 255, 0.3);
}

/*  Contenedor principal */
.wrapper-menu-cliente {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1.5rem;
}

/*  Tarjetas de productos */
#tarjetas_menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

#tarjetas_menu .card {
  background-color: var(--color-blanco);
  border-radius: var(--radius);
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: var(--transicion);
  box-shadow: var(--sombra);
}

#tarjetas_menu .card:hover {
  transform: translateY(-6px);
  border-color: var(--color-principal);
  box-shadow: 0 10px 25px rgba(56, 182, 255, 0.25);
}

/* Imagen dentro de la tarjeta */
#tarjetas_menu .card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

#tarjetas_menu .card-body {
  padding: 1rem;
  text-align: center;
}

#tarjetas_menu .card-title {
  font-weight: 600;
  color: var(--color-texto);
  margin-bottom: 0.5rem;
}

#tarjetas_menu .card-text {
  color: #777;
  font-size: 0.9rem;
}

/*  Botón Regresar */
#botonFijo {
  background-color: var(--color-principal);
  color: var(--color-blanco);
  border: none;
  font-weight: 600;
  border-radius: 50px;
  transition: var(--transicion);
  box-shadow: var(--sombra);
}

#botonFijo_menu_cliente:hover {
  background-color: var(--color-principal-hover);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(56, 182, 255, 0.3);
}

/*  Responsivo */
@media (max-width: 768px) {
  .custom-title {
    font-size: 1.5rem;
  }

  #entrar {
    width: 100%;
  }

  #botonFijo span {
    display: none;
  }
}

.card img {
  background-color: transparent !important;
  mix-blend-mode: multiply;
  /* o 'darken' según el fondo */
}



/* ====== GENERAL ====== */
button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

button:focus {
  outline: 3px solid rgba(25, 118, 210, 0.4);
  /* Accesibilidad */
  outline-offset: 2px;
}

/* ====== CARD HOVER EFFECT ====== */
.hover-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ====== IMAGE EFFECT ====== */
.hover-card img {
  transition: transform 0.4s ease;
}

.hover-card:hover img {
  transform: scale(1.05);
}

/* ====== CARD FOOTER ====== */
.card-footer {
  transition: background-color 0.3s ease;
}

.hover-card:hover .card-footer {
  background-color: #0d6efd;
  /* tono más intenso al pasar el mouse */
}

/* ====== TEXT ====== */
.card-footer h5 {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.button-cliente-menu {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex: 1;
}

.button-cliente-menu:focus {
  outline: none;
}

/* === TARJETAS DE MENÚ === */
.card-menu-cliente {
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* === EFECTO HOVER === */
.hover-card-menu-cliente:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* === IMÁGENES === */
.card-menu-cliente img {
  width: 90%;
  max-height: 180px;
  object-fit: cover;
  display: block;
  margin: 1rem auto;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  object-fit: cover;
  height: 200px;
  /* Puedes ajustar este valor según el diseño */
}

.hover-card-menu-cliente:hover img {
  transform: scale(1.04);
}

/* Zoom suave al pasar el mouse */
.hover-card-menu-cliente:hover img {
  transform: scale(1.05);
}

/* === PIE DE TARJETA === */
.card-footer-menu-cliente {
  background-color: #007bff;
  /* azul base */
  color: #fff;
  transition: background-color 0.3s ease;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
}

/* Cambia de tono al pasar el mouse */
.hover-card-menu-cliente:hover .card-footer-menu-cliente {
  background-color: #0056b3;
}

/* === TÍTULOS === */
.card-footer-menu-cliente h5 {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

/* === EFECTO DE ENFOQUE / CLIC === */
.button-cliente-menu:active .card-menu-cliente {
  transform: scale(0.97);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/*==================================MENU MESERO ======================================================*/
/* Tipografía */
.titulos {
  font-size: 1.9rem;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding: 0;
}

.subt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 0;
}

/* Contenedor principal */
.menu-mesero-body {
  background-color: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
  padding: 10px;
  margin: 0;
}

.menu-mesero-wrapper {
  padding: 10px;
  /* espacio interno moderado */
  margin: 0;
}

/* Cabeceras */
.menu-mesero-titulo {
  color: #2c3e50;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 10px 0;
  padding: 5px 0;
}

.menu-mesero-breadcrumb a {
  color: #38B6FF;
  padding: 0;
  margin: 0;
}

/* Tarjetas */
.menu-mesero-card {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 5px 0;
  /* separación moderada entre cards */
  padding: 0;
}

.menu-mesero-card-header {
  background-color: #f1f1f1;
  font-weight: 600;
  padding: 10px;
  /* padding interno moderado */
  margin: 0;
}

.menu-mesero-card-body {
  background-color: #fff;
  padding: 10px;
  /* padding interno moderado */
  margin: 0;
}

/* Colores de tarjetas */
.menu-mesero-card-abierta {
  border-color: #12a14b;
}

.menu-mesero-card-cerrada {
  border-color: #ff0000;
}

.menu-mesero-card-pagada {
  border-color: #38B6FF;
}

.menu-mesero-card-solicitado {
  border-color: #007bff;
}

.menu-mesero-card-agregado {
  border-color: #ffc107;
}

.menu-mesero-card-cocinado {
  border-color: #dc3545;
}

.menu-mesero-card-entregado {
  border-color: #12a14b;
}

.menu-mesero-card-notas {
  border-color: #ffc700;
}

/* Notas y listas */
.menu-mesero-row-notas ul,
.menu-mesero-card-notas .card-body ul {
  list-style-position: inside;
  padding: 5px 0;
  /* padding moderado */
  margin: 0;
}

.menu-mesero-row-notas ul li,
.menu-mesero-card-notas .card-body ul li {
  line-height: 1.6;
  color: #444;
  display: block;
  margin: 5px 0;
  /* separación moderada entre elementos */
  padding: 0;
  text-align: center;
}

/* Flex rows */
.menu-mesero-row-cuentas,
.menu-mesero-row-cocina {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -5px;
  /* margen negativo para compensar padding de columnas */
  padding: 0;
}

.menu-mesero-row-cuentas .card,
.menu-mesero-row-cocina .card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 5px;
  /* espacio entre cards */
  padding: 0;
}

/* Card headers centrados */
.menu-mesero-row-cuentas .card-header,
.menu-mesero-row-cocina .card-header,
.menu-mesero-row-notas .card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 10px;
}

.menu-mesero-row-cuentas .card-title,
.menu-mesero-row-cocina .card-title,
.menu-mesero-row-notas .card-title {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Títulos de tarjetas */
.menu-mesero-card h3 {
  font-size: 1.2rem;
  margin: 5px 0;
  padding: 0;
}

/* Filas y columnas */
.menu-mesero-row-notas {
  margin: 0;
  width: 100%;
  padding: 0;
}

.menu-mesero-row-notas .col-lg-12,
.menu-mesero-row-notas .col-md-12,
.menu-mesero-row-cuentas .col,
.menu-mesero-row-cocina .col {
  padding: 5px;
  /* padding interno moderado */
  margin: 0;
}

/* Tarjeta de notas */
.menu-mesero-card-notas {
  margin: 5px 0;
  width: 100%;
  box-sizing: border-box;
}

.menu-mesero-card-notas .card-header .card-title {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 5px 0;
}

.menu-mesero-card-notas .card-body {
  padding: 10px;
  margin: 0;
}

/* Estilos específicos para impresión */
@media print {

  /* Fondo blanco y márgenes adecuados */
  body,
  .container-ver-negocio {
    background-color: #38b6ff !important;
    color: #000 !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
  }

  /* Ocultar elementos innecesarios como botones, navbar, aside, footer */
  .btn-regresar-ver-negocio,
  .btn-modificar-ver-negocio,
  nav,
  aside,
  footer,
  .loader,
  #userInstructions {
    display: none !important;
  }

  /* Mejorar visibilidad de tarjetas */
  .card-ver-negocio {
    border: 1px solid #000 !important;
    box-shadow: none !important;
    page-break-inside: avoid;
  }

  .card-header-negocio {
    background-color: #38b6ff !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
    /* Para que el color se imprima en navegadores como Chrome */
    print-color-adjust: exact;
  }

  .card-body-ver-negocio {
    padding: 15px;
    font-size: 1rem;
  }

  .card-title-negocio {
    font-size: 1.8rem;
  }

  .img-fluid-ver-negocio {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 0;
  }

  /* Evitar que se rompan tarjetas entre páginas */
  .card-ver-negocio {
    page-break-inside: avoid;
    margin-bottom: 20px;
  }
}



/*=====================================================================================================*/
/*======================================MENU SUPER ADMINISTRADOR================================================*/

.sa2-wrapper {
  padding: 45px;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(56, 182, 255, 0.12);
  box-shadow: 0 10px 28px rgba(56, 182, 255, 0.15);
  transition: 0.3s ease;
}

.sa2-wrapper:hover {
  box-shadow: 0 14px 38px rgba(56, 182, 255, 0.22);
}

.sa2-title {
  font-size: 30px;
  font-weight: 800;
  color: #2d4b5c;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}

.sa2-title i {
  color: #38B6FF;
  margin-right: 12px;
  font-size: 32px;
  filter: drop-shadow(0 2px 3px rgba(56, 182, 255, 0.4));
}

.sa2-card {
  padding: 28px;
  border-radius: 20px;
  color: #ffffff;
  transition: 0.35s ease;
  box-shadow: 0 10px 22px rgba(56, 182, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.sa2-card::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.15);
  transform: rotate(18deg);
  transition: 0.6s ease;
}

.sa2-card:hover::after {
  top: -5%;
}

.sa2-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 34px rgba(56, 182, 255, 0.35);
}

.sa2-card-purple {
  background: linear-gradient(135deg, #A393F5, #7F74D2);
}

.sa2-card-orange {
  background: linear-gradient(135deg, #FFB07C, #FF8B55);
}


/* Encabezado tarjeta */
.sa2-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.sa2-card-header h3 {
  margin: 0 0 0 14px;
  font-size: 22px;
  font-weight: 700;
}

.sa2-icon {
  font-size: 34px;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.2));
}



.sa2-graph-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(56, 182, 255, 0.15);
  border: 1px solid rgba(56, 182, 255, 0.15);
  transition: 0.35s ease;
  padding: 10px;
}

.sa2-graph-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(56, 182, 255, 0.25);
}

.grafica-item {
  width: 100%;
  height: 320px;
}



.sa2-notes {
  background: #eaf7ff;
  padding: 22px;
  border-left: 8px solid #38B6FF;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(56, 182, 255, 0.18);
}

.sa2-notes h4 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #1572a8;
  font-weight: 700;
}

.sa2-notes ul {
  padding-left: 28px;
}

.sa2-notes li {
  margin-bottom: 8px;
  font-size: 15.5px;
  color: #345163;
}

.sa2-title {
  font-size: 30px;
  font-weight: 800;
  color: #2d4b5c;
  letter-spacing: -0.5px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.notas-superadmin {
  background: #eaf7ff;
  border-left: 8px solid #38B6FF;
  border-radius: 18px;
  padding: 25px 28px;
  box-shadow: 0 8px 26px rgba(56, 182, 255, 0.20);
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}

.notas-superadmin::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(20deg);
  transition: 0.8s ease;
  border-radius: 40px;
}

.notas-superadmin:hover::after {
  top: -10%;
}

.notas-superadmin:hover {
  box-shadow: 0 14px 34px rgba(56, 182, 255, 0.30);
  transform: translateY(-4px) scale(1.01);
}

/* Título de las notas */
.notas-superadmin h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1272a8;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.notas-superadmin h4 i {
  color: #38B6FF;
  margin-right: 10px;
  font-size: 22px;
  filter: drop-shadow(0 2px 4px rgba(56, 182, 255, 0.35));
}

/* Lista */
.notas-superadmin ul {
  margin-top: 5px;
}

.notas-superadmin li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #2c4c5e;
  padding-left: 2px;
  line-height: 1.45;
  position: relative;
}

/* Punto decorativo coqueto */
.notas-superadmin li::before {
  content: "•";
  color: #38B6FF;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  left: -18px;
  top: -2px;
}

.sa2-wrapper {
  padding: 45px;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(56, 182, 255, 0.12);
  box-shadow: 0 10px 28px rgba(56, 182, 255, 0.15);
  transition: 0.3s ease;
}

.sa2-wrapper:hover {
  box-shadow: 0 14px 38px rgba(56, 182, 255, 0.22);
}

.sa2-title {
  font-size: 30px;
  font-weight: 800;
  color: #2d4b5c;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sa2-title i {
  color: #38B6FF;
  margin-right: 12px;
  font-size: 32px;
  filter: drop-shadow(0 2px 3px rgba(56, 182, 255, 0.4));
}

.sa2-card {
  padding: 28px;
  border-radius: 20px;
  color: #ffffff;
  transition: 0.35s ease;
  box-shadow: 0 10px 22px rgba(56, 182, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.sa2-card::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.15);
  transform: rotate(18deg);
  transition: 0.6s ease;
}

.sa2-card:hover::after {
  top: -5%;
}

.sa2-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 34px rgba(56, 182, 255, 0.35);
}

.sa2-card-purple {
  background: linear-gradient(135deg, #A393F5, #7F74D2);
}

.sa2-card-orange {
  background: linear-gradient(135deg, #FFB07C, #FF8B55);
}

.sa2-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.sa2-card-header h3 {
  margin: 0 0 0 14px;
  font-size: 22px;
  font-weight: 700;
}

.sa2-icon {
  font-size: 34px;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.2));
}

.sa2-graph-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(56, 182, 255, 0.15);
  border: 1px solid rgba(56, 182, 255, 0.15);
  transition: 0.35s ease;
  padding: 10px;
}

.sa2-graph-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(56, 182, 255, 0.25);
}

.grafica-item {
  position: relative;
  width: 100% !important;
  height: auto;
  min-height: 250px;
}

.grafica-item canvas {
  width: 100% !important;
  height: auto !important;
}

.sa2-notes {
  background: #eaf7ff;
  padding: 22px;
  border-left: 8px solid #38B6FF;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(56, 182, 255, 0.18);
}

.sa2-notes h4 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #1572a8;
  font-weight: 700;
}

.notas-superadmin {
  background: #eaf7ff;
  border-left: 8px solid #38B6FF;
  border-radius: 18px;
  padding: 25px 28px;
  box-shadow: 0 8px 26px rgba(56, 182, 255, 0.20);
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}

.notas-superadmin li::before {
  content: "•";
  color: #38B6FF;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  left: -18px;
  top: -2px;
}

.notas-superadmin h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1272a8;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.notas-superadmin h4 i {
  color: #38B6FF;
  margin-right: 10px;
  font-size: 22px;
  filter: drop-shadow(0 2px 4px rgba(56, 182, 255, 0.35));
}

.notas-superadmin ul {
  margin-top: 5px;
}

.notas-superadmin li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #2c4c5e;
  padding-left: 2px;
  line-height: 1.45;
  position: relative;
}

@media (max-width: 991px) {
  .sa2-wrapper {
    padding: 30px;
  }

  .sa2-card {
    margin-bottom: 20px;
  }

  .sa2-title {
    font-size: 26px;
  }

  .grafica-item {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .sa2-title {
    font-size: 24px;
    flex-direction: column;
    gap: 8px;
  }

  .sa2-card {
    padding: 22px;
  }

  .sa2-card-header h3 {
    font-size: 20px;
  }

  .grafica-item {
    height: 220px;
  }
}

@media (max-width: 480px) {
  .sa2-wrapper {
    padding: 18px;
    border-radius: 16px;
  }

  .sa2-title {
    font-size: 20px;
  }

  .sa2-card {
    padding: 18px;
    border-radius: 16px;
  }

  .sa2-card-header h3 {
    font-size: 18px;
  }

  .sa2-icon {
    font-size: 26px;
  }

  .grafica-item {
    height: 180px;
  }

  .notas-superadmin {
    padding: 18px;
    border-radius: 12px;
  }

  .notas-superadmin h4 {
    font-size: 18px;
  }
}

/*==============================================================================================================*/
/*=======================================MENU COCINERO==========================================*/
/*Inicia otros estilos para el menu del chef */
.cuenta-status-card {
  border-radius: 12px;
  color: #fff;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.6s forwards;
}

/* Hover */
.cuenta-status-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

/* Cabecera tarjeta */
.cuenta-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cuenta-icon {
  font-size: 2rem;
  margin-right: 10px;
}

/* Colores por estado */
.cuenta-agregado {
  background: linear-gradient(135deg, #f7971e, #ffd200);
  /* naranja-amarillo */
}

.cuenta-cocinado {
  background: linear-gradient(135deg, #f54ea2, #ff7676);
  /* rosa-rojo */
}

.cuenta-solicitado {
  background: linear-gradient(135deg, #24c6dc, #514a9d);
  /* azul-índigo */
}

/* Cuerpo de tarjeta */
.cuenta-card-body {
  font-size: 1rem;
}

/* Animación de entrada */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animación escalonada usando nth-child */
.cuenta-cards-row>.col-lg-4:nth-child(1) .cuenta-status-card {
  animation-delay: 0s;
}

.cuenta-cards-row>.col-lg-4:nth-child(2) .cuenta-status-card {
  animation-delay: 0.2s;
}

.cuenta-cards-row>.col-lg-4:nth-child(3) .cuenta-status-card {
  animation-delay: 0.4s;
}

/* Información del pedido dentro de la tarjeta */
.pedido-info {
  background: rgba(255, 255, 255, 0.1);
  /* fondo semitransparente */
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.pedido-info p {
  margin: 5px 0;
}

.notas-importantes {
  background: linear-gradient(135deg, #fffaf0 0%, #fff5da 100%);
  border: 1px solid #f3d18c;
  border-left: 6px solid #e6b43c;
  padding: 20px 24px;
  margin-top: 28px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease-in-out;
}

.notas-importantes:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.notas-importantes h4 {
  margin: 0 0 14px 0;
  font-weight: 700;
  color: #9c7400;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  letter-spacing: 0.4px;
}

.notas-importantes h4 i {
  margin-right: 10px;
  color: #e0a800;
  font-size: 1.4rem;
}

.notas-importantes ul {
  margin: 0;
  padding-left: 22px;
}

.notas-importantes ul li {
  margin-bottom: 10px;
  line-height: 1.55;
  color: #594b28;
  font-size: 0.97rem;
  font-weight: 500;
  position: relative;
}

/* Estilos para viñetas personalizadas */
.notas-importantes ul li::marker {
  color: #e0a800;
  font-size: 1.2rem;
}

.cuenta-entregado {
  background: #7cb342;
  /* verde sólido */
  color: white;
  margin-top: 1.5rem;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.cuenta-entregado .cuenta-card-header {
  background: rgba(124, 179, 66, 0.85);
  border-radius: 10px 10px 0 0;
}

.cuenta-entregado .cuenta-icon {
  color: #d9f99d;
}

/*acaban estilos de menu para el chef*/

/*================================================================================================*/
/*========================================MENU CAJERO==================================================*/
/*aqui inician para el menu de cajero*/
/* Animación fade + up + zoom */
@keyframes fadeInUpZoom {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Animación fade + pop */
@keyframes fadeInPop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  70% {
    opacity: 1;
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* Tarjetas generales */
.cajero-status-card {
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

/* Primera fila: fade + up + zoom */
.cajero-cards-row .col-lg-4:nth-child(-n+3) .cajero-status-card {
  animation: fadeInUpZoom 0.8s ease forwards;
}

.cajero-cards-row .col-lg-4:nth-child(1) .cajero-status-card {
  animation-delay: 0.1s;
}

.cajero-cards-row .col-lg-4:nth-child(2) .cajero-status-card {
  animation-delay: 0.3s;
}

.cajero-cards-row .col-lg-4:nth-child(3) .cajero-status-card {
  animation-delay: 0.5s;
}

/* Segunda fila: fade + pop */
.cajero-cards-row .col-lg-4:nth-child(n+4) .cajero-status-card {
  animation: fadeInPop 0.8s ease forwards;
}

.cajero-cards-row .col-lg-4:nth-child(4) .cajero-status-card {
  animation-delay: 0.6s;
}

.cajero-cards-row .col-lg-4:nth-child(5) .cajero-status-card {
  animation-delay: 0.8s;
}

.cajero-cards-row .col-lg-4:nth-child(6) .cajero-status-card {
  animation-delay: 1s;
}

/* Colores por tarjeta */
.cajero-ticket-cliente {
  background: linear-gradient(135deg, #2c7a7b, #285e61);
  box-shadow: 0 5px 15px rgba(44, 122, 123, 0.5);
}

.cajero-ticket-cliente .cajero-icon {
  color: #81e6d9;
}

.cajero-ticket-mesero {
  background: linear-gradient(135deg, #dd6b20, #c05621);
  box-shadow: 0 5px 15px rgba(221, 107, 32, 0.5);
}

.cajero-ticket-mesero .cajero-icon {
  color: #fbd38d;
}

.cajero-corte-caja {
  background: linear-gradient(135deg, #e53e3e, #9b2c2c);
  box-shadow: 0 5px 15px rgba(229, 62, 62, 0.5);
}

.cajero-corte-caja .cajero-icon {
  color: #feb2b2;
}

.cajero-ver-datos {
  background: linear-gradient(135deg, #6b46c1, #553c9a);
  box-shadow: 0 5px 15px rgba(107, 70, 193, 0.5);
}

.cajero-ver-datos .cajero-icon {
  color: #d6bcfa;
}

/* Encabezado y cuerpo */
.cajero-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.cajero-card-header h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  flex-grow: 1;
}

.cajero-card-body p {
  font-size: 1rem;
  line-height: 1.5;
  color: #e0e7ff;
}

.pedido-info p strong {
  color: white;
}

/* Notas importantes */
.notas-importantes {
  background: #f0f4ff;
  border-left: 5px solid #3182ce;
  padding: 15px 20px;
  border-radius: 8px;
  color: #2c5282;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(49, 130, 206, 0.3);
}

.notas-importantes h4 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.notas-importantes ul {
  margin: 0;
  padding-left: 20px;
}

.notas-importantes ul li {
  margin-bottom: 8px;
  font-size: 1rem;
}

/*====================================================================================================*/

/*=====================================VER_NEGOCIO_CLIENTE===============================================*/
/* Estilos del contenedor principal */
.container-ver-negocio {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

/* Títulos principales */
.h1-ver-negocio {
  font-size: 2.5rem;
  color: #333;
  font-weight: 600;
}

/* Estilo para las tarjetas */
.card-ver-negocio {
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}




.card-header-negocio {
  padding: 15px;
  border-radius: 8px 8px 0 0;
}

/* Colores para las cabeceras */
.bg-primary-ver-negocio {
  background-color: #38b6ff !important;
}

.bg-secondary-ver-negocio {
  background-color: #38B6FF !important;
}

.text-white-ver-negocio {
  color: #fff !important;
}

/* Cuerpo de las tarjetas */
.card-body-ver-negocio {
  padding: 20px;
  text-align: left;
}

.card-body-ver-negocio p {
  font-size: 1.1rem;
  margin: 10px 0;
}

/* Estilo para las imágenes */
.img-fluid-ver-negocio {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Botones */
.btn-regresar-ver-negocio {
  padding: 12px 25px;
  font-size: 1rem;
  background-color: #38b6ff;
  border: none;
  color: white;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}


.btn-modificar-ver-negocio {
  padding: 12px 25px;
  font-size: 1rem;
  background-color: #28a745;
  border: none;
  color: white;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}


/* Estilos para los títulos de las tarjetas */
.card-title-negocio {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.card-body-ver-negocio p {
  line-height: 1.6;
}

/*==================================GENERAR EL QR=========================================*/
/* Estilo general del body */
.body-qr {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f6f9;
  margin: 0;
  padding: 0;
}

/* Loader */
.loader {
  display: none;
  /* oculto por defecto */
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Card del QR */
.card-qr {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 20px;
  text-align: center;
}

/* Botones */
.generar-qr {
  background-color: #12a14b;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;

}

.imprimir-qr {
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}


#qrText {
  display: block;
  margin-top: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #1e2a38;
  letter-spacing: 0.5px;
}


/* Imagen o canvas del QR (dependiendo de cómo se genere) */
#qrcode img,
#qrcode canvas {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: none;
}


.qr-message {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #38b6ff;
  text-align: center;
  opacity: 15;
  /* oculto por defecto */
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(-10px);
}

.qr-message.show {
  opacity: 1;
  transform: translateY(0);
}

.qr-message.error {
  color: #e74c3c;
}

.qr-message.info {
  color: #38B6FF;
}

/*
#qrcode {
  width: 256px;
  height: 256px;
  margin: auto;
}
  */
/* Ocultar todo excepto el QR al imprimir */
@media print {

  /* Ocultar botones */
  #btn_generar_qr,
  #btn_imprimir,
  #btn_print_link,
  .generar-qr,
  .imprimir-qr {
    display: none !important;
  }

  /* Ocultar mensajes y textos */


  .alert {
    display: none !important;
  }

  /* Ocultar navbar, sidebar y footer */
  .navbar,
  .main-sidebar,
  footer,
  .derechos-autor,
  .content-header {
    display: none !important;
  }

  /* Centrar y ajustar solo el QR */
  #qrcode {
    margin: 50px auto !important;
    text-align: center !important;
    width: 100% !important;
  }

  /* Eliminar márgenes del body y contenedor */
  body,
  html,
  .content-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Estilo general del botón Print */
#btn_print_link,
.btn-print {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background-color: #38B6FF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #38B6FF;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Icono dentro del botón */
#btn_print_link i,
.btn-print i {
  margin-right: 8px;
  font-size: 18px;
}



/* Efecto activo al presionar */
#btn_print_link:active,
.btn-print:active {
  transform: scale(0.98);
}

/* Opcional: sombra sutil */
#btn_print_link {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}



/*===================================VER_DATOS_NEGOCIO=========================================*/
.btn-regresar-ver-negocio {
  width: 120px;
  padding: 10px;
  border-radius: 8px;
  border: none;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  background-color: #38b6ff;
}

.btn-modificar-ver-negocio {
  width: 120px;
  padding: 10px;
  border-radius: 8px;
  border: none;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  background-color: #198754;
}

/*========================================================================================*/

/*===================================CALCULADORA_CUENTA_RESULTADO===================================================*/
/* ========================================================
   🟩 1. ESTILOS PARA CUSTOM-CARD (tu card verde original)
   ======================================================== */

.custom-card {
  border-radius: 12px;
  border-width: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.custom-card:hover {
  transform: translateY(-3px);
}

.custom-card-title {
  color: black;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.custom-card-body {
  padding: 1.5rem;
}

.custom-card-list {
  list-style: none;
  color: black;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.custom-card-item {
  padding: 4px 0;
}

/* Línea superior azul del card */
.card-success.card-outline {
  border-top: 3px solid #38b6ff;
}

/* Tarjeta ocupando ancho completo */
.full-width-card {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 1rem;
}

.cerrar-cuenta {
  text-align: center;
}



/* ========================================================
   🟦 2. ESTILOS NUEVOS PARA calc-card-2 (card azul)
   ======================================================== */

.calc-card-2 {
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 1rem 0;
  background: white;
  transition: transform 0.2s;
}

.calc-card-2:hover {
  transform: translateY(-3px);
}

/* Header con botón */
.calc-card-2-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calc-card-2-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  color: black;
}

.calc-card-2-tools button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Cuerpo del card */
.calc-card-2-body {
  margin-top: 1rem;
}

.calc-card-2-label {
  font-size: 1.2rem;
  font-weight: 500;
}

/* Ancho completo */
.full-width-card-2 {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.calc-card-2-title,
.custom-card-title {
  flex: 1;
  text-align: center;
}

#label_total_cuenta,
#label_total_cuenta_2 {
  display: block;
  width: 100%;
  text-align: center;
}





/*=================================COBRAR CUENTA =================================================*/
/* --- MODAL / ESTILOS GENERALES --- */
#modal_cerrar_cuenta .modal-content {
  border-radius: 16px;
  border: none;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(56, 182, 255, 0.3);
}

#modal_cerrar_cuenta .modal-header {
  background: #f8f9fa;
  border-bottom: none;
}

#modal_cerrar_cuenta .modal-title {
  font-weight: 700;
  color: #38b6ff;
}

/* --- TARJETA INTERNA --- */
#calculadora_caja {
  background: #ffffff;
  border-radius: 20px;
  transition: 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

#calculadora_caja:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(56, 182, 255, 0.2);
}

/* --- BOTONES DE PROPINA --- */
#porcentaje_propina button {
  border-radius: 12px;
  padding: 10px;
  font-weight: 600;
  transition: 0.2s;
  border: 2px solid #38b6ff;
  background: white;
  color: #38b6ff;
}

#porcentaje_propina button:hover {
  background: #38b6ff;
  color: white !important;
}

#porcentaje_propina button.active-tip {
  background: #38b6ff !important;
  color: white !important;
  border-color: #38b6ff;
}

/* --- INPUTS --- */
#calculadora_caja input,
#calculadora_caja select {
  border-radius: 10px;
  border: 2px solid #d1eaff;
  transition: 0.2s;
}

#calculadora_caja input:focus,
#calculadora_caja select:focus {
  border-color: #38b6ff !important;
  box-shadow: 0 0 0 0.2rem rgba(56, 182, 255, 0.25);
}

/* --- TOTAL POR PERSONA / TOTAL CUENTA --- */
#pago_personas,
#total_cuenta {
  background: #e6f5ff;
  border: 2px solid #38b6ff !important;
  color: #0f61a5;
  font-weight: 800;
}

/* --- CENTRADO --- */
#calculadora_caja label,
#calculadora_caja .modal-title {
  text-align: center;
  width: 100%;
  display: block;
}

#calculadora_caja input,
#calculadora_caja select {
  text-align: center;
}

#modal_cerrar_cuenta .modal-body {
  text-align: center;
}

#calculadora_caja {
  text-align: center;
}

/* --- BOTONES CANCELAR Y COBRAR --- */
.cancelar_cuenta {
  width: 120px;
  padding: 10px;
  border-radius: 8px;
  background-color: #6F8BA4;
  border: none;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.cancelar_cuenta:hover {
  background-color: #990000;
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.cobrar_cuenta {
  width: 120px;
  padding: 10px;
  border-radius: 8px;
  background-color: #38b6ff;
  border: none;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.cobrar_cuenta:hover {
  background-color: #38b6ff;
  transform: scale(1.08);
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  display: inline-block;
}



/* --- BOTONES CENTRADOS MODAL COBRAR --- */
.cobrar_cuentas {
  display: flex;
  justify-content: center;
  gap: 15px;
  border-top: none;
  padding-top: 15px;
}


/*============================TARJETAS DE DATOS FISCALES ==================================================*/
/* --- Contenedor principal --- */
.contenedor-tarjetas {
  display: flex;
  /*justify-content: center;*/
  align-items: flex-start;
  gap: 40px;
  padding: 40px;
  flex-wrap: nowrap;
}

/* --- Tarjeta --- */
.tarjeta-fiscal {
  background: #fff;
  width: 550px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

/* --- Encabezado --- */
.tarjeta-header {
  background: #38B6FF;
  color: #fff;
  padding: 18px;
  text-align: center;
}

.tarjeta-header .icono {
  font-size: 30px;
  margin-bottom: 10px;
  color: #eaf2f8;
}

.tarjeta-header h2 {
  margin: 0;
  font-size: 20px;
}

/* --- Cuerpo --- */
.tarjeta-body {
  padding: 18px 24px;
}

.dato {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 15px;
}

.tarjeta-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* separación uniforme entre los datos */
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.tarjeta-body .dato {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tarjeta-body .label {
  font-weight: bold;
  margin-right: 5px;
  min-width: 120px;
  /* todas las etiquetas alineadas */
}

.tarjeta-body .valor {
  flex: 2;
}



/* --- Responsivo (solo para móviles) --- */
@media (max-width: 1024px) {
  .contenedor-tarjetas {
    flex-wrap: wrap;
    /* En pantallas pequeñas, bajan */
  }
}

@media (max-width: 768px) {
  .tarjeta-fiscal {
    width: 90%;
  }
}

#btn_crear_tarjeta_fiscal {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

/*=====================================USUARIO================================================*/
#btn_crear_usuario_nuevo {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 34px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

#modificar_usuario {
  background-color: #38B6FF;
  border: #38B6FF;
}

#modi_contraseña {
  border: #003366;
  background-color: #0057D9;
}


/*==============================TIKETS.PHP========================================*/
/* Estilos generales para el body-tiket */
body.body-tiket {
  font-family: 'Arial', sans-serif;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}

/* Contenedor del ticket */
body.body-tiket .ticket-container {
  background-color: #fff;
  padding: 25px 35px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
  text-align: center;
  box-sizing: border-box;
}

/* Estilo del ticket */
body.body-tiket .ticket-box {
  padding: 10px 0;
}

body.body-tiket .ticket-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 12px;
}

body.body-tiket .ticket-line {
  height: 2px;
  background-color: #ccc;
  margin: 12px 0;
}

body.body-tiket .ticket-text {
  font-size: 18px;
  color: #555;
  margin: 6px 0;
}

body.body-tiket .ticket-warning {
  font-size: 20px;
  color: #e74c3c;
  font-weight: bold;
  margin-top: 12px;
}

/* Botón imprimir */
body.body-tiket .btn-print {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s;
}

body.body-tiket .btn-print:hover {
  background-color: #2980b9;
}

/* Media queries para dispositivos pequeños */
@media (max-width: 480px) {
  body.body-tiket .ticket-container {
    padding: 30px 20px;
  }

  body.body-tiket .ticket-title {
    font-size: 32px;
  }

  body.body-tiket .ticket-text {
    font-size: 22px;
  }

  body.body-tiket .ticket-warning {
    font-size: 26px;
  }

  body.body-tiket .btn-print {
    width: 100%;
    padding: 15px;
    font-size: 20px;
  }
}

body.body-tiket .btn-imprimir-tiket {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #38B6FF;
  /* color principal */
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s, transform 0.2s;
  text-align: center;
  width: auto;
}

/* Estilos para impresión */
@media print {
  body.body-tiket {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
    padding: 0;
  }

  body.body-tiket .ticket-container {
    box-shadow: none;
    border-radius: 0;
    width: 50%;
    margin-top: 50px;
    padding: 20px;
  }

  body.body-tiket .btn-print {
    display: none;
  }
}


/*===============================VER_NEGOCIO_PDF_BILLETE FALSO==================================================*/
.ver-negocio {
  min-height: 100vh;
  width: 100%;
  padding: 40px 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  /* Puedes cambiar a flex-start si quieres que suba */

  background: #f4f6f9;
  font-family: 'Poppins', sans-serif;

  position: relative;
  overflow: hidden;
  /* Contiene la animación */
  box-sizing: border-box;
  z-index: 0;
}

/* ============CARD=================*/
.ver-negocio .vn-card-container {
  background: white;
  width: 100%;
  max-width: 420px;
  padding: 25px 25px 35px;
  border-radius: 18px;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  text-align: center;

  position: relative;
  z-index: 2;
}

/* Título */
.ver-negocio .vn-titulo {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}


.vn-img-box img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}

/* Imagen secundaria más grande pero aún compacta */
.vn-img-secundaria {
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.vn-img-secundaria .vn-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}


/* Alerta */
.ver-negocio .vn-alerta {
  background: #ff0000;
  color: white;
  padding: 15px;
  border-radius: 10px;
  font-size: .95rem;
  font-weight: 600;
  margin-top: 18px;
  box-shadow: 0 4px 20px rgba(255, 77, 77, 0.4);
}

/* Animaciones (card) */
.ver-negocio .vn-fade-in {
  animation: vnFadeIn .9s ease-out;
}

.ver-negocio .vn-slide-up {
  animation: vnSlideUp .9s ease-out;
}

@keyframes vnFadeIn {
  from {
    opacity: 0;
    transform: scale(.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes vnSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================
   ANIMACIÓN DE BILLETES CAYENDO
   ================================ */
.ver-negocio .vn-billetes-lluvia {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.ver-negocio .vn-billetes-lluvia .billete {
  position: absolute;
  top: -50px;
  font-size: 2.5rem;
  animation: billeteCaer 5s linear infinite;
}

.ver-negocio .vn-billetes-lluvia .billete:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
  animation-duration: 5.5s;
}

.ver-negocio .vn-billetes-lluvia .billete:nth-child(2) {
  left: 30%;
  animation-delay: 1.2s;
  animation-duration: 4.8s;
}

.ver-negocio .vn-billetes-lluvia .billete:nth-child(3) {
  left: 55%;
  animation-delay: 0.5s;
  animation-duration: 6s;
}

.ver-negocio .vn-billetes-lluvia .billete:nth-child(4) {
  left: 72%;
  animation-delay: 2s;
  animation-duration: 5.2s;
}

.ver-negocio .vn-billetes-lluvia .billete:nth-child(5) {
  left: 88%;
  animation-delay: 0.8s;
  animation-duration: 6.3s;
}

@keyframes billeteCaer {
  0% {
    transform: translateY(-50px) rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: translateY(50vh) rotate(180deg);
    opacity: 0.9;
  }

  100% {
    transform: translateY(110vh) rotate(360deg);
    opacity: 0.7;
  }
}


.btn-descargar {
  margin-top: auto;
  align-self: center;
  padding: 10px 20px;
  background-color: #38b6ff;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  font-size: 16px;
  z-index: 1000;
}

/*============COMPRA GRATIS SIN TIKET=============*/
/* Card principal */
.aviso-tickets-card {
  max-width: 400px;
  margin: 60px auto;
  padding: 25px 20px;
  border-radius: 12px;
  background-color: #fff5f5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: 'Arial', sans-serif;
  transition: transform 0.3s ease;
}

/* Título */
.aviso-tickets-titulo {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #c0392b;
}

/* Texto */
.aviso-tickets-texto {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 20px;
}

.h2-avisos {
  color: red;
}

/* Imagen dentro del card */
.aviso-tickets-imagen {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}


.aviso-tickets-boton {
  background-color: #38b6ff;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

/*==========================NO ENTRAR CON ALIMENTOS=============================*/
.imagen-avisos {
  width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


/* Card principal */
.aviso-alimentos-card {
  max-width: 400px;
  margin: 60px auto;
  padding: 25px 20px;
  border-radius: 12px;
  background-color: #fff5f5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: 'Arial', sans-serif;
  transition: transform 0.3s ease;
}

/* Efecto hover para UX */
.aviso-alimentos-card:hover {
  transform: translateY(-5px);
}

/* Icono grande */
.aviso-alimentos-icono {
  font-size: 4em;
  margin-bottom: 15px;
  color: #e74c3c;
}

/* Título */
.aviso-alimentos-titulo {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #c0392b;
}

/* Texto */
.aviso-alimentos-texto {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 20px;
}

/* Imagen dentro del card */
.aviso-alimentos-imagen {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

/* Botón */
.aviso-alimentos-boton {
  background-color: #38b6ff;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

/* ============================MENÚ ADMINISTRADOR ==================== */


/* Tarjetas pequeñas */
.small-box {
  position: relative;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 25px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease;
  cursor: pointer;
  height: 180px;
  min-height: 180px;
}

/* Hover animado */
.small-box:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* Texto interno */
.small-box .inner h2 {
  font-size: 20px !important;
  font-weight: 700;
  margin: 0;
}

/* Iconos flotantes */
.small-box .icon i {
  font-size: 40px !important;
  opacity: 0.15;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.4s ease;
}

.small-box:hover .icon i {
  transform: rotate(15deg) scale(1.1);
  opacity: 0.25;
}

/* Footer de la tarjeta */
.small-box-footer {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.small-box-footer:hover {
  color: #fff;
  text-decoration: underline;
}

.small-box .inner .small-text {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}



.bg-gradient-1 {
  background: linear-gradient(135deg, #3a7bd5, #3a6073);
}

.bg-gradient-2 {
  background: linear-gradient(135deg, #11998e, #38ef7d);
}

.bg-gradient-3 {
  background: linear-gradient(135deg, #fc466b, #3f5efb);
}

.bg-gradient-4 {
  background: linear-gradient(135deg, #f7971e, #ffd200);
}

.bg-gradient-5 {
  background: linear-gradient(135deg, #ff512f, #dd2476);
}

.bg-gradient-6 {
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
}

.bg-gradient-7 {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
}

.bg-gradient-8 {
  background: linear-gradient(135deg, #e52d27, #b31217);
}



/* Animación sutil de fondo */
.small-box.custom-box {
  background-size: 200% 200%;
  animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .small-box .inner h2 {
    font-size: 18px !important;
  }

  .small-box .icon i {
    font-size: 45px !important;
  }
}

.small-box .icon i {
  font-size: 60px !important;
  color: rgba(0, 0, 0, 0.28);
  opacity: 1;
  transition: all 0.4s ease;
}

.small-box:hover .icon i {
  color: rgba(0, 0, 0, 0.38);
  transform: rotate(8deg) scale(1.06);
}

/* Títulos centrados */
.tarjeta-admin .small-box .inner h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Footer centrado */
.tarjeta-admin .small-box .small-box-footer {
  text-align: center;
  display: block;
}


/*===================TARJETAS DE PAGO=============================*/
#tarjetas_pago {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  justify-items: center;
  margin: 30px auto;
  max-width: 1300px;
  /* limita el ancho total */
}

/* --- Tarjeta --- */
.tarjeta-pago {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  width: 400px;
}

/* --- Título --- */
.tarjeta-titulo {
  margin-top: 0;
  color: #2c3e50;
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
}

/* --- Información general --- */
.tarjeta-info p,
.tarjeta-detalle p {
  margin: 8px 0;
  color: #555;
}

.label {
  font-weight: bold;
}

/* --- Separadores --- */
.separador {
  border-top: 1px dashed #ccc;
  margin: 15px 0;
}

/* --- Total --- */
.total {
  font-weight: bold;
  font-size: 18px;
  color: #e74c3c;
  margin-top: 15px;
  text-align: right;
}

/*===============================CANTIDADES(tarjetas_cantidades.php)====================================================*/

/* Contenedor general */
.productos-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px auto;
}

/* Card de producto */
.producto-card {
  position: relative;
  /* para las etiquetas absolutas */
  flex: 0 0 calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.producto-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.03);
}

/* Etiqueta “Nuevo” o “Oferta” */
.producto-card .etiqueta {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #38B6FF;
  color: white;
  padding: 5px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 12px;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

/* Imagen del producto */
.producto-imagen img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.producto-card:hover .producto-imagen img {
  transform: scale(1.05);
  filter: brightness(1.05);
}

/* Datos del producto */
.producto-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.producto-nombre {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  text-align: center;
}

.producto-cantidad {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

/* Botón de comprar con icono */
.btn-producto {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #38b6ff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
}


.btn-producto i {
  font-size: 1rem;
  /* tamaño del icono si usas FontAwesome */
}

/* Responsive para pantallas pequeñas */
@media (max-width: 600px) {
  .producto-card {
    flex: 0 0 90%;
  }

  .producto-imagen img {
    height: 180px;
  }
}

/* Contenedor */
.paginacion {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 30px auto;
  flex-wrap: wrap;
  width: 100%;
}

/* Botones */
.paginacion a,
.paginacion span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  height: 45px;
  padding: 0 15px;
  background: #fff;
  color: var(--color-texto);
  border-radius: 10px;
  border: 2px solid #e4e4e4;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.paginacion a:hover {
  background: var(--color-primario);
  color: #fff;
  border-color: var(--color-primario);
}

.paginacion .active {
  background: var(--color-primario);
  color: #fff;
  border-color: var(--color-primario);
}

/* ================================
   RESPONSIVO
================================ */

/* Tablets */
@media (max-width: 768px) {

  .paginacion a,
  .paginacion span {
    min-width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}

/* Móvil: ocupa todo el ancho y muestra solo lo importante */
@media (max-width: 600px) {

  .paginacion {
    gap: 8px;
    justify-content: space-between;
    padding: 0 10px;
  }

  /* Ocultar números extra */
  .paginacion .numero {
    display: none;
  }

  /* Botones principales ocupan más */
  .paginacion .prev,
  .paginacion .next,
  .paginacion .active {
    flex: 1;
    min-width: auto;
    height: 45px;
    justify-content: center;
    font-size: 1rem;
  }
}

/*===========================CORTE CAJA ADMIN ====================================*/
/* Contenedor de filtros */
.cc-filter-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.cc-filter-item {
  display: flex;
  flex-direction: column;
}

/* Labels y selects */
.cc-label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #495057;
}

.cc-select,
.cc-input {
  min-width: 150px;
}

/* Botones */
.cc-btn,
.cc-btn-update {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
  font-weight: 600;
  transition: 0.3s;
}

.c-b {
  color: white !important;
}


.cc-btn:hover,
.cc-btn-update:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Tabla */
.cc-table-wrapper {
  margin-top: 20px;
}

.cc-table {
  border-radius: 5px;
  overflow: hidden;
}

.cc-table th {
  background-color: #f8f9fa;
  color: #343a40;
  font-weight: 600;
}

.cc-table td {
  vertical-align: middle;
}

/* Paginación */
.cc-pagination .page-item .page-link {
  color: #007bff;
}

.cc-pagination .page-item .page-link-producto {
  color: #007bff;
}


.page-link-producto {
  color: white;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #007bff;
  text-decoration: none;
  /* quita subrayado */
  border-radius: 0.375rem;
}


.cc-pagination .page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

.cc-pagination .page-item.active .page-link-producto {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

/* Card */
.cc-card {
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cc-card-header {
  background-color: #f1f3f5;
  font-weight: 600;
}

/* Títulos */
.cc-page-title {
  font-size: 1.8rem;
  font-weight: 700;
}

/* Centrar el texto del select y del input */

.cc-label {
  text-align: center;
  text-align-last: center;
}

/*===============================================================================================*/
/*=================================CORTE DE CAJA MESERO=============================================*/

/*==========================================GRAFICAS==============================================*/
.estatus-solicitado {
  color: white !important;
  font-size: 28px;
  font-weight: bold;
}

.graficas-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 15px;
}

.grafica-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}

.grafica-item canvas {
  width: 100% !important;
  height: 400PX !important;
  max-height: 400px;
}

@media (max-width: 768px) {
  .graficas-container {
    grid-template-columns: 1fr;
  }
}

.graficas-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.grafica-item {
  flex: 1 1 300px;
  /* base de 300px, se adapta al espacio disponible */
  max-width: 100%;
  box-sizing: border-box;
}

.grafica-item canvas {
  width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .grafica-item {
    flex: 1 1 100%;
  }

  .card-title {
    font-size: 1.2rem;
  }

  .btn {
    font-size: 0.9rem;
  }
}



.cu-body {
  font-family: "Poppins", sans-serif;
  background: #eef1f5;
  margin: 0;
  padding: 20px;
  transition: background 0.3s ease;
}

.cu-dark {
  background: #1f1f1f;
}

/* CONTENEDOR PRINCIPAL */
.cu-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* BOTÓN DE MODO OSCURO */
.cu-toggle-dark {
  background: #3498db;
  color: white;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s ease;
}

.cu-toggle-dark:hover {
  background: #2980b9;
}

/* TARJETAS */
.cu-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 35px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.13);
  border: 1px solid #e4e7ec;
  transition: 0.3s ease;
}

.cu-dark .cu-card {
  background: #2a2a2a;
  border-color: #3a3a3a;
  color: #e5e5e5;
}

.cu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

/* TITULOS */
.cu-title-main {
  font-size: 26px;
  font-weight: 700;
  color: #2c3e50;
}

.cu-dark .cu-title-main {
  color: #dcdcdc;
}

.cu-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #34495e;
  margin-top: 28px;
  margin-bottom: 10px;
  border-left: 4px solid #3498db;
  padding-left: 10px;
}

.cu-dark .cu-section-title {
  color: #eaeaea;
  border-color: #5dade2;
}

/* GRID ADAPTABLE */
.cu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 12px;
}

/* ITEMS */
.cu-item {
  font-size: 15px;
  color: #555;
}

.cu-dark .cu-item {
  color: #d4d4d4;
}

.cu-label {
  font-weight: 600;
  color: #2c3e50;
}

.cu-dark .cu-label {
  color: #fff;
}

/* ALERTAS DE FALTANTES */
.cu-alert {
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
}

.cu-alert-green {
  background: #2ecc71;
  color: white;
}

.cu-alert-yellow {
  background: #f1c40f;
  color: #000;
}

.cu-alert-red {
  background: #e74c3c;
  color: white;
}

/* ANIMACIÓN SUAVE */
.cu-card,
.cu-toggle-dark {
  transition: all 0.25s ease-in-out;
}

/* ICONOS */
.cu-icon {
  font-size: 20px;
  vertical-align: middle;
}



.cu-legend {
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
  background: #f9fafb;
}

.cu-legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.cu-legend-item:last-child {
  margin-bottom: 0;
}

.cu-legend-text {
  font-size: 14px;
  color: #555;
}


.cu-note {
  font-size: 13px;
  color: #666;
  background: #f1f5f9;
  padding: 8px;
  border-radius: 6px;
}


/* ===============================
   CONTENEDOR GENERAL
   =============================== */
.imp-contenedor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .imp-contenedor {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   FORMULARIOS
   =============================== */
#form_modificar_impresora,
#form_modificar_papel {
  background: #ffffff;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

/* ===============================
   COLUMNA INTERNA
   =============================== */
.imp-columna {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ===============================
   LABELS
   =============================== */
.imp-label {
  font-size: 14px;
  font-weight: 600;
  color: #495057;
}

/* ===============================
   INPUTS
   =============================== */
.imp-input,
.imp-textarea,
.imp-select {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

/* Input readonly */
.imp-textarea[readonly] {
  background-color: #e9ecef;
  color: #6c757d;
}

/* Select */
.imp-select {
  background-color: #fff;
  cursor: pointer;
}

/* Focus */
.imp-input:focus,
.imp-select:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, .25);
}

/* ===============================
   BOTONES
   =============================== */
.btn_modficar_nombre_impresora,
.btn_modficar_tamaño_papel {
  margin-top: 15px;
  width: 100%;
}


.card-001 {
  background: #fff;
  border-radius: 16px;
  /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);*/
  padding: 40px 30px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  animation: card-001-pop 0.4s ease;
}

.card-001__icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.card-001__title {
  margin: 0 0 10px 0;
  color: #333;
}

.card-001__text {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.card-001__btn {
  background: #007BFF;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.card-001__btn:hover {
  background: #0056b3;
}

@keyframes card-001-pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}




/* FILTRO */
.filtro-dashboard {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.filtro-dashboard label {
  font-weight: 600;
  color: #333;
  margin: 0;
}

.filtro-fecha {
  display: flex;
  gap: 10px;
}

.filtro-fecha input {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.filtro-fecha button {
  background: #4e73df;
  border: none;
  color: #fff;
  padding: 6px 18px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.filtro-fecha button:hover {
  background: #375acf;
}

/* GRID DE GRÁFICAS */
.graficas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

/* CARD DE GRÁFICA */
.grafica-card {
  background: #ffffff;
  padding: 15px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.grafica-card h6 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #444;
}

/* SELECT MESERO */
.filtro-mesero {
  margin-bottom: 30px;
}

.no-items-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background-color: #f0f8ff;
  border: 2px dashed #a3c9f1;
  border-radius: 12px;
  max-width: 400px;
  margin: 40px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: fadeIn 1s ease forwards;
}

.no-items-image {
  width: 259px;
  height: 172px;
  margin-bottom: 20px;
  object-fit: contain;
  filter: drop-shadow(0 0 5px #69a1ff);
}

.no-items-text {
  font-size: 1.3rem;
  color: #3a7bd5;
  font-weight: 600;
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* Fondo y sombra del modal */
.modal-content {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #fff;
}

/* Título más destacado */
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

/* Botón de cerrar */
.btn-close {
  filter: brightness(0.3);
  transition: filter 0.3s ease;
}

.btn-close:hover {
  filter: brightness(0.6);
}

/* Contenido centrado y espaciamiento */
.modal-body {
  padding-top: 15px;
  color: #444;
}

/* Carousel imagenes */
.carousel-inner img {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  margin: 0 auto;
}

/* Botones de carousel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
  width: 40px;
  height: 40px;
}

/* Detalles producto */
#precio_producto {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: #222;
}

#descripcion_producto {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #555;
}

/* Promoción y día */
#promocion_producto {
  font-weight: 700;
  color: #28a745;
  /* verde bootstrap */
  margin-bottom: 6px;
}

#dia_promo_producto {
  font-weight: 600;
  color: #17a2b8;
  /* azul bootstrap */
  font-style: italic;
}

/* Responsive para dispositivos pequeños */
@media (max-width: 576px) {
  .modal-dialog {
    max-width: 95%;
    margin: 1.75rem auto;
  }

  .modal-title {
    font-size: 1.5rem;
  }

  .carousel-inner img {
    max-height: 300px;
  }
}



/* =========================
   FILTROS DASHBOARD
   ========================= */

.filtros-dashboard {
  background: #f8f9fa;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 30px;

  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}

.filtro-item {
  display: flex;
  flex-direction: column;
  min-width: 180px;
}

.filtro-item label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

.filtro-item input,
.filtro-item select {
  height: 36px;
  padding: 6px 10px;
  font-size: 14px;
}

.filtro-item.boton {
  min-width: auto;
}

.filtro-item.boton button {
  height: 36px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}










.corte-detalle {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.bloque-metodo {
  border-left: 4px solid #2196F3;
  padding-left: 10px;
  margin-bottom: 15px;
}

.badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: bold;
}


.faltante {
  background: #F44336;
  color: #fff;
}

.sobrante {
  background: #FFC107;
  color: #000;
}

.cuadra {
  background: #4CAF50;
  color: #fff;
}

.leyenda div {
  margin-bottom: 6px;
  font-size: 14px;
}



.filtro-area-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.filtro-area {
  position: relative;
  cursor: pointer;
}

.filtro-area input {
  display: none;
}

.filtro-area span {
  padding: 6px 14px;
  border-radius: 20px;
  background: #e9ecef;
  color: #495057;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 14px;
}

.filtro-area input:checked+span {
  background: #007bff;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .filtro-area span {
    padding: 5px 10px;
    font-size: 13px;
  }
}










.cuenta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 12px 8px;
  min-height: 90px;

  border-radius: 12px;
  overflow: hidden;
  position: relative;

  background: #fff;
  border: 1px solid #eee;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

/* Hover solo si NO está activo */
.cuenta-btn:hover:not(.active_filtro) {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

/* Icono */
.cuenta-btn .info-box-icon {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 45px;
  height: 45px;
  border-radius: 10px;

  transition: all 0.2s ease;
}

/* Texto */
.cuenta-btn .info-box-text {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  transition: all 0.2s ease;
}

/* =========================
   ESTADO ACTIVO (GLOBAL)
========================= */
.cuenta-btn.active_filtro {
  transform: scale(1.04);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* =========================
   COLORES POR TIPO (PRO UX)
========================= */

/* Abiertas (verde) */
.btn_cuenta_abierta.active_filtro {
  background: #e9f7ef;
  border: 2px solid #198754;
  color: #198754;
}

.btn_cuenta_abierta.active_filtro .info-box-icon {
  background: #198754;
  color: #fff;
}

/* Cerradas (rojo) */
.btn_cuenta_cerrada.active_filtro {
  background: #fdecea;
  border: 2px solid #dc3545;
  color: #dc3545;
}

.btn_cuenta_cerrada.active_filtro .info-box-icon {
  background: #dc3545;
  color: #fff;
}

/* Pagadas (verde fuerte) */
.btn_cuenta_pagada.active_filtro {
  background: #e8f8f0;
  border: 2px solid #20c997;
  color: #20c997;
}

.btn_cuenta_pagada.active_filtro .info-box-icon {
  background: #20c997;
  color: #fff;
}

/* Con corte (gris oscuro) */
.btn_cuentas_corte.active_filtro {
  background: #f1f3f5;
  border: 2px solid #495057;
  color: #495057;
}

.btn_cuentas_corte.active_filtro .info-box-icon {
  background: #495057;
  color: #fff;
}

/* Del día (amarillo elegante, sin chocar) */
.btn_cuentas_de_hoy.active_filtro {
  background: #fff8e1;
  border: 2px solid #ffc107;
  color: #b58105;
}

.btn_cuentas_de_hoy.active_filtro .info-box-icon {
  background: #ffc107;
  color: #000;
}

/* Todas (azul) */
.btn_todas_las_cuentas.active_filtro {
  background: #e7f1ff;
  border: 2px solid #0d6efd;
  color: #0d6efd;
}

.btn_todas_las_cuentas.active_filtro .info-box-icon {
  background: #0d6efd;
  color: #fff;
}

/* Texto activo */
.cuenta-btn.active_filtro .info-box-text {
  font-weight: 600;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 576px) {
  .cuenta-btn {
    min-height: 75px;
    padding: 10px 5px;
  }

  .cuenta-btn .info-box-text {
    font-size: 11px;
  }

  .cuenta-btn .info-box-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
















/* CONTENEDOR GRID */
.contenedor-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  /* IGUAL */
  gap: 14px;
  padding: 12px;
}

/* CARD BASE (MISMO TAMAÑO, SOLO ESTÉTICA) */
.card-cuenta {
  border-radius: 16px;
  padding: 14px 10px;
  /* IGUAL */
  text-align: center;
  font-weight: bold;
  position: relative;
  background: #ffffff;
  color: #2c2c2c;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.15s, box-shadow 0.15s;
}

/* EFECTO TÁCTIL */
.card-cuenta:active {
  transform: scale(0.96);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/* ===== COLORES SUAVES POR ESTADO ===== */

.card-abierta {
  background: #f0fdf4;
  border-left: 5px solid #22c55e;
}

.card-cerrada {
  background: #fef2f2;
  border-left: 5px solid #ef4444;
}

.card-pagada {
  background: #eff6ff;
  border-left: 5px solid #3b82f6;
}

.card-corte {
  background: #f3f4f6;
  border-left: 5px solid #6b7280;
}

/* ICONO (MISMO TAMAÑO) */
.icono-mesa {
  background: #f1f5f9;
  color: #475569;
  width: 48px;
  /* IGUAL */
  height: 48px;
  /* IGUAL */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px auto;
  font-size: 22px;
}

/* NUMERO */
.numero {
  font-size: 26px;
  /* IGUAL */
  font-weight: bold;
  margin-bottom: 4px;
  color: #111827;
}

/* NOMBRE */
.nombre {
  font-size: 13px;
  /* IGUAL */
  margin-bottom: 6px;
  min-height: 30px;
  color: #6b7280;
}

/* ESTATUS */
.estatus {
  font-size: 12px;
  /* IGUAL */
  margin-bottom: 8px;
  color: #9ca3af;
}

/* BOTONES (MISMO TAMAÑO) */
.card-cuenta button {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin-top: 6px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
}

/* EFECTO BOTÓN */
.card-cuenta button:active {
  transform: scale(0.95);
}

/* BOTONES AJUSTADOS */
.btn_gestionar_cuenta {
  background: #22c55e;
  color: white;
}

.btn_cobrar_cuenta {
  background: #ef4444;
  color: white;
}

.btn_vizualizar_cuenta {
  background: #e5e7eb;
  color: #374151;
}

/* BOTÓN QR */
#btn_encuesta_qr {
  background: #dbeafe;
  color: #1d4ed8;
}

/* ICONOS */
.card-cuenta i {
  display: block;
  margin-bottom: 2px;
}

/* ===== CARD VACÍA (CASI IGUAL, SOLO SUAVIZADA) ===== */

.card-empty {
  grid-column: 1 / -1;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 15px;
  text-align: center;
  color: #6c757d;
  border: 1px dashed #d1d5db;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.icono-empty {
  font-size: 40px;
  margin-bottom: 10px;
  color: #adb5bd;
}

.mensaje-empty {
  font-size: 16px;
  font-weight: 500;
}

/* BOTÓN CREAR */
.btn_crear_cuenta {
  margin-top: 15px;
  background: #22c55e;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.btn_crear_cuenta:active {
  transform: scale(0.95);
}




















#btn_regresar_a_cuenta {
  position: fixed;
  top: 15px;
  /* 👈 arriba */
  right: 15px;
  /* 👈 derecha */
  left: auto;

  z-index: 9999;

  border-radius: 50px;
  padding: 10px 16px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);

  display: flex;
  align-items: center;
  gap: 6px;

  background-color: #0d6efd;
  color: #fff;

  border: none;
  text-decoration: none;

  animation: respirar 2.5s ease-in-out infinite;
  will-change: transform;
}

/* Hover en desktop */
#btn_regresar_a_cuenta:hover {
  transform: scale(1.08);
}

/* 📱 Ajuste móvil */
@media (max-width: 768px) {
  #btn_regresar_a_cuenta {
    top: 10px;
    right: 10px;

    font-size: 14px;
    padding: 8px 12px;
  }
}

/* ✨ Animación suave */
@keyframes respirar {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }
}

















/* CONTENEDOR PRINCIPAL */
.lista-mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 cards por fila */
  gap: 10px;
  padding: 5px;
}

/* CARD */
.card-producto {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* PARTE SUPERIOR */
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.card-top .nombre {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  flex: 1;
}

.card-top .total {
  font-weight: bold;
  color: #16a34a;
  font-size: 14px;
  white-space: nowrap;
}

/* PARTE MEDIA */
.card-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
  /* 🔥 evita que se encime */
  gap: 8px;
}

.cantidad {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 13px;
}

.cantidad small {
  color: #666;
  font-size: 12px;
}

.precio {
  font-size: 13px;
  color: #555;
  white-space: nowrap;
  /* 🔥 evita que se rompa el precio */
}

/* PARTE INFERIOR */
.card-bottom {
  margin-top: 6px;
  font-size: 13px;
  color: #444;
}

/* 📱 RESPONSIVE */

/* Si el celular es muy angosto → 1 columna */
@media (max-width: 360px) {
  .lista-mobile {
    grid-template-columns: 1fr;
  }
}

/* Ajustes extra para móviles pequeños */
@media (max-width: 480px) {
  .card-middle {
    flex-direction: column;
    align-items: flex-start;
  }

  .precio {
    align-self: flex-end;
  }
}

























/* CONTENEDOR ARRIBA */
.barra-categorias {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  padding: 8px 6px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border-bottom: 1px solid #eee;
}

/* BOTONES */
.cat-btn {
  /*flex: 0 0 auto;*/
  min-width: 70px;
  height: 65px;
  border: none;
  border-radius: 12px;
  background: #0d6efd;
  color: white;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* TEXTO */
.cat-btn span {
  font-size: 11px;
  margin-top: 2px;
}

/* EFECTO TOUCH */
.cat-btn:active {
  transform: scale(0.95);
}













/* =========================
   CONTENEDOR HORIZONTAL
========================= */
.contenedor-tarjetas {
  display: flex;
  flex-wrap: nowrap;
  /* 🔥 NO permite salto de línea */
  overflow-x: auto;
  /* 🔥 scroll horizontal */
  gap: 12px;
  padding: 10px;
  scroll-snap-type: x mandatory;
}

/* scrollbar bonito */
.contenedor-tarjetas::-webkit-scrollbar {
  height: 6px;
}

.contenedor-tarjetas::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}


/* =========================
   TARJETA
========================= */
.tarjeta-producto {
  flex: 0 0 200px;
  /* 🔥 tamaño fijo */
  min-width: 200px;
  max-width: 200px;

  background: #fff;
  border-radius: 12px;
  padding: 10px;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

  scroll-snap-align: start;
}


/* =========================
   CONTENIDO
========================= */
.tarjeta-producto .contenido {
  text-align: center;
  font-size: 14px;
}

.tarjeta-producto b {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.tarjeta-producto p {
  margin: 2px 0;
  font-size: 13px;
  color: #555;
}


/* =========================
   IMAGEN
========================= */
.img-producto {
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin: 5px 0;
}


/* =========================
   FOOTER (IMPORTANTE PARA TU JS)
========================= */
.card-footer {
  margin-top: 5px;
}


/* =========================
   INPUTS
========================= */
.cantidad_producto_input,
.nota_cuenta_producto {
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
}


/* =========================
   BOTÓN
========================= */
.btn_regresar_tarjetas {
  width: 100%;
  margin-top: 6px;
  background: #0d6efd;
  color: white;
  border: none;
  padding: 6px;
  border-radius: 6px;
  font-size: 14px;
}

/* efecto touch */
.btn_regresar_tarjetas:active {
  transform: scale(0.96);
}


/* =========================
   CATEGORÍA (OPCIONAL)
========================= */
.titulo-cat {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-bottom: 5px;
}












.badge-rojo {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  min-height: 20px;
}

.badge-verde {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: green;
  color: white;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  min-height: 20px;
}









.preloader img {
  height: 500px;
  width: auto;
}

@media (max-width: 768px) {
  .preloader img {
    height: 200px;
    /* Tamaño más pequeño en pantallas de tablet/móvil */
  }
}














/* Estilo botón Cuentas */
.boton-cuentas {
  display: block;
  background-color: #28a745;
  /* Verde */
  color: white;
  padding: 30px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s, transform 0.2s;
}

.boton-cuentas:hover {
  background-color: #218838;
  transform: translateY(-3px);
}

/* Estilo botón Corte de Caja */
.boton-corte {
  display: block;
  background-color: #ffc107;
  /* Amarillo */
  color: black;
  padding: 30px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s, transform 0.2s;
}

.boton-corte:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

/* Iconos grandes y centrados */
.boton-icono {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 10px;
}

/* Texto centrado */
.boton-texto {
  margin: 0;
  font-size: 1.2rem;
}












.mb-10 {
  margin-bottom: 10px;
}




























.logo-vascofood {
  width: 180px;
  max-height: 70px;
  object-fit: contain;
}

.invoice {
  background: white;
  border-radius: 10px;
}

.invoice h4 {
  font-weight: 700;
}

.invoice-info {
  margin-top: 20px;
}

.estado {
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 20px;
}

.callout-info {
  border-left-color: #38B6FF !important;
}

.total th,
.total td {
  font-size: 24px;
  color: #38B6FF;
  font-weight: 800;
}

.table td,
.table th {
  vertical-align: middle;
}

.btn-primary {
  background: #38B6FF;
  border-color: #38B6FF;
}

.btn-primary:hover {
  background: #159de6;
}

@media(max-width:768px) {
  .invoice-info .invoice-col {
    margin-bottom: 20px;
  }

  .total th,
  .total td {
    font-size: 18px;
  }
}



























.pago-card {
  border: none;
  border-radius: 18px;
  transition: .30s;
}

.pago-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .12) !important;
}

.estado-badge {
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 30px;
}

.pago-icon {
  font-size: 55px;
  color: #28a745;
}

.total-pagado {
  font-weight: 700;
  color: #28a745;
  margin-top: 10px;
}

.total-vencido {
  font-weight: 700;
  color: #dc3545;
  margin-top: 10px;
}

.total-pendiente {
  font-weight: 700;
  color: #ffc107;
  margin-top: 10px;
}

.card-footer {
  padding-bottom: 20px;
}

.btn-primary {
  background: #38B6FF;
  border: none;
  border-radius: 30px;
}

.btn-primary:hover {
  background: #189fe7;
}



.fecha-pago {
    font-size: 14px;
    margin-top: 10px;
}

.fecha-pago i {
    margin-right: 5px;
}