@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Oswald:wght@400;700&display=swap');

html, body {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

.logo-fondo-svg {
    
  position: fixed;
  /* Anclamos el div a las cuatro esquinas */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  

  width: 100%;
  height: 100%;
  
  background-image: url('../img/logo_vector.svg');
  background-repeat: no-repeat;
  
 
  background-size: 80%; 
  
  /* Lo posicionamos abajo a la derecha */
  background-position: bottom 50% right -80%; 
  
  transform: none; 
  
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.5s ease, visibility 0.5s;
}

.logo-fondo-svg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.96) 50%);
  opacity: 1;
}

/* con media query dependiendo de el tamaño de la pantalla para que desaparezca el logo */
@media (max-width: 768px) {
  .logo-fondo-svg {
    opacity: 0;
    visibility: hidden; /* con esto ponemos para que el logo no se vea */
  }
}


.container, .table-responsive {
  position: relative;
  z-index: 1;
}


/* Fuente para todo el cuerpo */
body {
  font-family:'Lato', serif;
  font-weight: 400;      
}

body > .container {
  max-width: 100% !important;
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}


/* Login */
.body-login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

/* --- CAMBIO REALIZADO --- */
  
  min-height: 100vh;   
  min-height: 100dvh;  
  width: 100%;         
  
  margin: 0;
  background-image: url('../img/mobex5.png'); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header-mobex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.logo-empresa {
  width: 60px;
  height: auto;
  margin-right: 10px;
}

.login-container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  width: 300px;
}

.login-container h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 50px;
  color: #7d84ab;
    font-weight: bold;
}

.login-container input {
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.login-container button {
  width: 100%;          
  padding: 10px 12px;
  border: 1px solid #0c1e35;
  border-radius: 10px;

  background-color: #0c1e35;
  color: #fff;
  font-size: 16px;
  font-weight: 600;

  cursor: pointer;
  box-shadow: 0 10px 22px rgba(12, 30, 53, 0.22);
  transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.login-container button:hover {
  background-color: #152f56;
  border-color: #152f56;
  box-shadow: 0 14px 28px rgba(12, 30, 53, 0.26);
}

.login-container button:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(12, 30, 53, 0.22);
}

.login-container a {
  display: block;
  margin-top: 10px;
  color: #7d84ab;
  text-decoration: none;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}

.login-container a:hover {
  text-shadow: 0 0 10px rgba(0, 123, 255, 0.7);
  color: #5d648b;
}

.footer-login {
  margin-top: 20px;
  color: white;
  font-size: 14px;
}

.footer-login a {
  color: white;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  transition: text-shadow 0.3s ease;
}

.footer-login a:hover {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8); /* Sombra blanca para efecto de brillo */
}

/* Esta es la parte de los iconos del login que te decía */
.input-icon {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.input-icon input {
  width: 100%;
  padding-right: 2.5rem; /* espacio para el icono */
  box-sizing: border-box;
}

.input-icon .icono {
  position: absolute;
  top: 40%;
  right: 0.75rem;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  font-size: 1rem;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700; 
  color: #7d84ab;
}
h4 {
  margin-bottom: 20px;
  font-weight: 700; 
  color: #7d84ab;
}
h5{
  font-size: 1.25rem;
  text-align: center;
}
.modal-title{
  font-size: 1.5rem; 
  font-weight: bold; 
  color: #7d84ab;
  text-align: center; 
}
.form-label{
  font-weight: bold;
  color: #0c1e35;
}
#main-content{
  display:flex;
  flex-direction:column;
  justify-content:start;
  align-items:center;
}
/*#busqueda{
  display:flex;
  justify-content:center;
  align-items:center;
}*/
#resultados{
  display:flex;
  flex-direction:column;
  justify-content:start;
  align-items:center;
}
#pagination{
  display:flex;
  justify-content:center;
  align-items:center;
}
#pageInfo{
  text-align:center;
}
#termino{
  padding:4px;
  border-radius:5px;
  border: 1px solid #3b3b3b; 
  box-shadow: 0px 0px 2px #ccc inset;
  background: white;
  color: #003153; 
  transition: all 300ms;
}
#estado{
  padding: 5px;
  border-radius:5px;
  border: 1px solid #3b3b3b; 
}
.styled-table th, .styled-table td {
  border: 1px solid #3b3b3b;
  padding: 9px;
  text-align: left;
  border-radius:2px;
}
.styled-table thead {
  background-color: #007BFF;
  color: white;
  font-weight: bold;
}
.styled-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.styled-table tbody tr:hover {
  background-color: #ddd;
}
.sort-icon {
  cursor: pointer;
  margin-left: 5px;
  font-size: 14px;
}
.button {
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
}
#point{
  cursor:pointer;
}
#filtros-btn{
  background:lightblue;
  margin-left:5px;
  margin-right: 255px;
}
#empleado-btn{
  background:lightblue;
  margin-top:10px;
  margin-bottom:10px;
}
.edit-btn {
  background-color: #ffc107;
  color: black;
}
.edit-btn:hover {
  background-color: #e0a800;
}
.delete-btn {
  background-color: #dc3545;
  color: white;
}
.delete-btn:hover {
  background-color: #c82333;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.popup-content button {
  margin: 5px;
}

::-webkit-scrollbar {
  display: none;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 
/* Horario */

/* Contenedor del checkbox estilizado */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
}
/* Oculta el checkbox original */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* Línea de fondo del interruptor */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}
/* Circulito del interruptor */
.slider:before {
  position: absolute;
  content: "";
  height: 16px; width: 16px;
  left: 3px; bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
/* Cuando está activado */
.switch input:checked + .slider { background-color: #215732; }
.switch input:checked + .slider:before { transform: translateX(20px); }

.bg-primary { background-color: #6495ED !important; }
.bg-success { background-color: #FFA500 !important; }
.bg-info { background-color: #00829f !important; color: white !important; }
 
.encabezado-horarios {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.filtros-busqueda { display: flex; flex-direction: column; }
#filtros-btn:hover { background-color: deepskyblue; color: white; }
.btn-nuevo-horario {
  background-color: lightblue;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}
.btn-nuevo-horario:hover { background-color: deepskyblue; color: white; }
#encabezadoHorario { display: flex; justify-content: center; margin-bottom: 20px; }
#busqueda { display: flex; align-items: center; }
.mes-toggle, .dia-toggle { cursor: pointer; }

/* Estilos tabla gestion de empleados*/

/* Estilo base de la tabla */
.table-custom {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  box-shadow:none;
}
/* Aplica la sombra al div contenedor de la tabla */
.table-responsive {
  background-color: #edfaff;
  border-radius: 15px; 
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  overflow-x: auto;
  transition: box-shadow 0.3s ease-in-out;
}
/* Para la tabla interna (dentro de .table-responsive): */
.table-responsive .table {
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0; 
}
/*  efecto al pasar el ratón para resaltar la sombra */
.table-responsive:hover {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3); 
}

/* BOTONES */



/* Estilo Base */
.btn-primary,
.fc-today-button,
.fc-prev-button,
.fc-next-button {
  background-color: #293a4a !important;
  color: white !important;
  border-color: #7d84ab !important;
  transition: background-color 0.2s ease !important;
}


.btn-primary:focus:not(:focus-visible),
.fc-today-button:focus:not(:focus-visible),
.fc-prev-button:focus:not(:focus-visible),
.fc-next-button:focus:not(:focus-visible) {
  background-color: #293a4a !important;
  border-color: #7d84ab !important;
  color: white !important;
  box-shadow: none !important;
}

/* Hover y Focus */
.btn-primary:hover,
.btn-primary:focus-visible,
.btn-primary:focus:not(:focus-visible):hover,

.fc-today-button:hover,
.fc-today-button:focus-visible,
.fc-today-button:focus:not(:focus-visible):hover,

.fc-prev-button:hover,
.fc-prev-button:focus-visible,
.fc-prev-button:focus:not(:focus-visible):hover,

.fc-next-button:hover,
.fc-next-button:focus-visible,
.fc-next-button:focus:not(:focus-visible):hover {
  background-color: #7d84ab !important;
  border-color: white !important;
}

/* Estado Activo  */
.btn-primary.active,
.btn-primary:active,
button.btn-primary:active,
.fc-today-button:active,
.fc-prev-button:active,
.fc-next-button:active {
  background-color: #0c1e36 !important;
  border-color: #00687f !important;
  color: white !important;
}

/* Estilo Base */
.btn-danger {
  background-color: #800000;
  color: white;
  border-color: #c26c6c;
  transition: background-color 0.2s ease;
}

/* Corrección: El botón seleccionado por clic (foco mouse) vuelve al color BASE */
/* Esto evita que se quede con el color claro (#c26c6c) al soltar el clic */
.btn-danger:focus:not(:focus-visible) {
  background-color: #800000 !important; /* Color base */
  border-color: #c26c6c !important;     /* Borde base */
  color: white !important;
  box-shadow: none !important;
}

/*Hover */
.btn-danger:hover,
.btn-danger:focus-visible,
.btn-danger:focus:not(:focus-visible):hover { 
  background-color: #c26c6c !important; /* Color iluminado */
  border-color: white !important;
  color: white !important;
}

/*  Estado Activo (Clic presionado): Se pone OSCURO */
.btn-danger.active,
.btn-danger:active,
button.btn-danger:active {
  background-color: #2e0f0f !important; /* Color oscuro al presionar */
  border-color: #a13f3f !important;
  color: white !important;
}



/* Estilo Base */
.btn-secondary {
  background-color: #4a4a4a;
  color: white;
  border-color: #8c8c8c;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* Corrección: El botón seleccionado por clic se mantiene OSCURO */
/* aqui se evita que se quede seleccionado despues  */
.btn-secondary:focus:not(:focus-visible) {
  background-color: #4a4a4a !important;
  border-color: #8c8c8c !important;
  color: white !important;
  box-shadow: none !important;
}

/* Hover */
.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-secondary:focus:not(:focus-visible):hover { 
  background-color: #b0b0b0 !important;
  border-color: white !important;
  color: white !important;
}

/*  Estado Activo (Clic presionado): Se pone OSCURO */
.btn-secondary.active,
.btn-secondary:active,
button.btn-secondary:active {
  background-color: #2c2c2c !important;
  border-color: #666666 !important;
  color: white !important;
}

.btn-success {
  background-color: #215732;
  color: white;
  border-color: #4da267;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #7cc984;
  border-color: white;
  color: white;
}
.btn-success.active {
  background-color: #133a22;
  border-color: #397f53;
  color: white;
}
button.btn-success:active {
  background-color: #133a22 !important;
  border-color: #397f53 !important;
}

/*Estilo para los botones que tengan la class warning (NARANJAS) */

/* Estilo Base */
.btn-warning {
  background-color: #bf6000;
  color: white;
  border-color: #d47d28;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* esto evita que se quede con el color claro al soltar el clic */
.btn-warning:focus:not(:focus-visible) {
  background-color: #bf6000 !important; /* Color base */
  border-color: #d47d28 !important;     /* Borde base */
  color: white !important;
  box-shadow: none !important;
}

/* Hover */

.btn-warning:hover,
.btn-warning:focus-visible,
.btn-warning:focus:not(:focus-visible):hover { 
  background-color: #f7aa63 !important; /* Color claro */
  border-color: white !important;
  color: white !important;
}

/* Estado Activo (Clic presionado): Se pone OSCURO */
.btn-warning.active,
.btn-warning:active,
button.btn-warning:active {
  background-color: #7a3300 !important; /* Color oscuro al presionar */
  border-color: #b65c1c !important;
  color: white !important;
}

/* Cabecera azul */
.table-custom thead.cabecera th {
  background-color: #0c1e35 !important; /* Puse el mismo color que el del menú para ver como quedaba y no queda mal combinado con el azul claro */
  color: white !important;
  padding: 1rem;
  text-align: center;
}

/* Stripe manual */
.table-custom tbody tr:nth-child(even) td {
  background-color: #edfaff; /* Azul muy claro */
}
.table-custom tbody tr:nth-child(odd) td {
  background-color: #ffffff; /* Blanco */
}

/* Hover (Cuando pasas el puntero del ratón sobre un registro) */
.table-custom > tbody > tr:hover > td {
  background-color: #94aab6 !important;
  color: white;
}

/* Texto acortado si es largo */
.table-custom td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.table-custom td,
.table-custom th {
  border-right: 1px solid lightgray !important;
}

/* Esto soluciona lo del título y el botón de cierre de los modales */
.modal-title {
  margin-right: 0 !important;
  text-align: center !important;
}

/* Estilo para los asteriscos de campos obligatorios en los formularios */
.form-label.obligatorio::after {
  content: " *";
  color: red;
}

/* CALENDARIO */

/* Botones */ 

/* Boton de ayuda */

#btn-ayuda::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease;
  pointer-events: none;
}
#btn-ayuda:hover::before {
  background-color: rgba(255, 255, 255, 0.507);
  border-color: #0c1e35;
}
#btn-leyenda-festivos {
  background-color: #E34234;
  transition: background-color 0.3s ease;
}
#btn-leyenda-festivos:hover,
#btn-leyenda-festivos:active {
  background-color: #e3433481;
}
#btn-leyenda-vacaciones {
  background-color: #6495ED;
  transition: background-color 0.3s ease;
}
#btn-leyenda-vacaciones:hover,
#btn-leyenda-vacaciones:active {
  background-color: #6494ed88;
}
#btn-leyenda-bajas {
  background-color: #FFA500;
  transition: background-color 0.3s ease;
}
#btn-leyenda-bajas:hover,
#btn-leyenda-bajas:active {
  background-color: #ffa60086;
}
#sugerencias-empleado {
  max-height: 250px;
  overflow-y: auto;
  z-index: 9999 !important;
}
#vista-mensual {
  position: relative;
  z-index: 1;
}

/* ========== CALENDARIO (Vista Anual) ========== */

/* Contenedor de todos los meses */
#year-calendar .fc-multimonth-body {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
/* Marco que envuelve cada mes */
#year-calendar .fc-multimonth-month-frame {
  flex: 1 1 220px !important;
  max-width: 240px !important;
  box-sizing: border-box;
}
/* Contenedor general del calendario anual */
#year-calendar .fc-multimonth {
  border: none !important;
  box-shadow: none !important;
}
/* Tarjeta de cada mes */
#year-calendar .fc-multimonth-month {
  background-color: #ffffff !important;
  border: none !important;
  padding: 6px !important;
  font-size: 0.85rem; 
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
/* #year-calendar .fc-multimonth-month:hover {
  transform: scale(1.03);
  cursor: pointer;
} */

/* ========== Elementos comunes calendario ========== */

/* Días del calendario */
.fc-daygrid-day-number {
  color: #0c1e35 !important;
  text-decoration: none !important;
}
/* Cabecera del calendario */
.fc .fc-col-header-cell-cushion {
  color: #0c1e35 !important;
  text-decoration: none !important;
  font-weight: normal !important;
}

/* Pintar en rojo los textos de sábados y domingos (cabecera + días) */
/* Cabecera */
.fc .fc-col-header-cell.fc-day-sun .fc-col-header-cell-cushion {
  color: #E34234 !important;
  font-weight: bold !important;
}
/* Días del mes (números) */
.fc .fc-day-sun .fc-daygrid-day-number { color: #E34234 !important; }
.fc-daygrid-body .fc-daygrid-day:nth-child(7n) { background-color:#FFF5F5 !important; }
th.fc-col-header-cell.fc-day-sun { background-color: #FFEAEA !important; }

/* Tooltip */
.tippy-box[data-theme~='dark'] {
  background-color: #0c1e35 !important;
  color: white !important;
  border: 1px solid #ccc;
}

/* ==================== */
/* Estructura de cada día
   — Uniforme y sin “estirar” con eventos
   ==================== */
.fc-daygrid-day-frame {
  /* Mantén límites */
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;

  /* Layout uniforme: número arriba, espacio flexible, eventos abajo */
  display: grid;
  grid-template-rows: auto 1fr auto;

  /* Reserva un pequeño espacio fijo para la línea de eventos,
     así los días SIN eventos no “encogen” visualmente */
  padding-bottom: 18px;
}

/* Asegura el orden de las áreas */
.fc-daygrid-day-top    { grid-row: 1; margin-bottom: 0; }
.fc-daygrid-day-events { grid-row: 3; margin-top: 0; }

/* Eventos del calendario */
.fc-daygrid-event {
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  /* Evita que el alto del evento empuje la celda visualmente */
  line-height: 1.1;
  margin: 0 !important;
}

/* ====== FULLCALENDAR: estela visible en vista mensual ====== */

/* Asegura que el fondo del frame no tape la estela */
.fc .fc-daygrid-day-frame { background: transparent !important; }

/* El contenedor de fondos (donde pinta la estela nativa) debe estar por encima del bg del <td> */
.fc .fc-daygrid-day { 
  position: relative !important; 
}

/* FIX estela dayGrid mensual: no forzar el harness y deja que pinte bien */
.fc .fc-daygrid-bg-harness {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  pointer-events: none !important; /* esto sí puede quedar */
}

/* Estilo visible para la estela nativa */
.fc .fc-highlight {
  background: rgba(100,149,237,0.28) !important;   /* azul suave */
  box-shadow: inset 0 0 0 2px rgba(100,149,237,0.6) !important;
  outline: 2px solid rgba(100,149,237,0.35);       /* refuerzo de borde */
  outline-offset: -2px;
  pointer-events: none !important;
}

/* Si hubiera eventos ocupando la celda, queremos seguir viendo la estela por debajo (tu Plan B manual se ve por encima) */
.fc .fc-daygrid-day-events {
  position: relative !important;
  z-index: 2 !important;
}

/* — Plan B: estela manual — */
.fc-daygrid-day.fc-manual-highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(100,149,237,0.28);
  box-shadow: inset 0 0 0 2px rgba(100,149,237,0.6);
  pointer-events: none;
  z-index: 3; /* por encima del bg y de la estela nativa y visible aun con eventos */
}

/* Visual: inhábiles con cursor no permitido (sin romper selección) */
.fc-daygrid-day.fc-day-disabled { cursor: not-allowed; }

/* ========== Estilos adicionales reutilizables (por si usas también .month-calendar) ========== */

.month-calendar {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
  background-color: #f8f9fa;
}
.month-title {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

/* Estilo de las notificaciones y diálogos de confirmación */
.swal2-toast {
  background-color: #0c1e35 !important;
  color: white !important;
  border-radius: 15px !important;
}
.swal2-timer-progress-bar {
  background: #00829f !important;
  height: 5px !important;
}
.btn-si {
  background-color: #28a745 !important; /* verde */
  color: white !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 6px 12px !important;
  font-weight: bold;
}
.btn-no {
  background-color: #800000 !important; /* rojo */
  color: white !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 6px 12px !important;
  font-weight: bold;
}
.btn-si:hover,
.btn-no:hover {
  opacity: 0.85;
  cursor: pointer;
}
.btn-si:focus,
.btn-no:focus {
  box-shadow: 0 0 0 3px #00829f;
  outline: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */

/********* PORTAL EMPLEADO *********/

/* Perfil */
#perfil-container, #jornada-container, #vacaciones-container {
  background-color: white;
  border-radius: 15px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  transition: box-shadow 0.3s ease-in-out;
}
#perfil-container:hover, #jornada-container:hover, #vacaciones-container:hover {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}

/* Vacaciones */
.litepicker-calendario {
  max-width: 640px;
  margin: 0 auto;
  pointer-events: none;
}
.litepicker .container__days .day-item.is-highlighted {
  background-color: #6495ED !important;
  color: white !important;
  border-radius: 0px;
}
.litepicker .day-item.is-today {
  background-color: #fff3cd !important; /* Amarillo pálido (Bootstrap warning) */
  color: #856404 !important;            /* Texto oscuro sobre fondo claro */
  border-radius: 4px;
}

/* Switch verde en vez de azul */
.form-switch .form-check-input:checked {
  background-color: #28a745 !important; /* verde */
  border-color: #28a745 !important;
}

/* (opcional) aro de enfoque en verde */
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* DASHBOARD (Inicio) - KPI cards */

.dash-kpi-card {
  border-radius: 15px;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  cursor: pointer;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.92);
}

.dash-kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.18) !important;
}

.dash-kpi-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(100, 149, 237, 0.18);
  flex: 0 0 auto;
}

.dash-kpi-icon i {
  font-size: 26px;
  color: #0c1e35;
}

.dash-kpi-title {
  font-weight: 700;
  color: #0c1e35;
  line-height: 1.2;
}

.dash-kpi-subtitle {
  color: #6c757d;
  font-size: 0.95rem;
}

.dash-kpi-value {
  font-size: 2.2rem;
  font-weight: 800;
  color: #7d84ab;
  line-height: 1;
  letter-spacing: -0.02em;
}

.dash-kpi-hint {
  color: #00829f;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Resaltar si hay pendientes */
.dash-kpi-attention {
  outline: 2px solid rgba(255, 165, 0, 0.45);
  outline-offset: 2px;
}
