body {
  background: #f3f6fb !important;
}

.main-shell {
  max-width: 1400px;
  margin: 0 auto;
}

.main-content {
  min-height: 76vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.messages-container {
  max-width: 540px;
  margin: 1.5rem auto 0;
}

.footer {
  background: #fff;
  border-top: 1px solid #e4e9f2;
  color: #777;
  padding: 1.3rem 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  box-shadow: 0 -1px 7px 0 #e7eaf1;
}

.navbar-brand img {
  height: 34px;
  margin-right: 10px;
  transition: opacity 0.2s;
}

.navbar {
  min-height: 56px;
  border: none;
  box-shadow: 0 4px 16px rgba(13, 110, 253, 0.26);
  background: #0d6efd;
  border-radius: 0 0 12px 12px;
  padding: 0.35rem 1rem;
}

.navbar .nav-link {
  padding: 0.4rem 0.75rem;
}

.brand-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sticky-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 1rem;
  background: #fff;
  border-top: 1px solid #e9ecef;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.08);
  z-index: 1040;
}

.fab-menu-toggle {
  z-index: 1050;
}

.fab-menu-toggle.with-sticky-offset {
  bottom: 80px !important;
}

.nav-tabs-lite .nav-link {
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.55rem;
}

.nav-tabs-lite .nav-link:hover,
.nav-tabs-lite .nav-link:focus {
  color: #fff;
}

.nav-tabs-lite .nav-link.active {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.92);
}

.dashboard-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.dashboard-nav-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: background 0.1s;
  border-radius: 12px;
}

.dashboard-nav-action:hover,
.dashboard-nav-action:focus {
  background: #f2f6fc;
}

.dashboard-nav-icon {
  font-size: 2rem;
  color: #1976ff;
  transition: opacity 0.18s;
  z-index: 2;
}

.dashboard-nav-label {
  opacity: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 0.1em 0.3em;
  transition: opacity 0.18s;
  z-index: 3;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(221, 229, 250, 0.2666666667);
}

.dashboard-nav-action:hover .dashboard-nav-icon {
  opacity: 0;
}

.dashboard-nav-action:hover .dashboard-nav-label {
  opacity: 1;
}

.logout-link {
  color: #dc3545 !important;
  font-weight: 500;
  background: none;
  border: none;
  padding: 0;
  margin-left: 1.2rem;
}

@media (max-width: 600px) {
  .dashboard-nav-action {
    width: 44px;
    height: 44px;
  }
  .dashboard-nav-label {
    font-size: 0.98rem;
  }
  .navbar .container {
    justify-content: center !important;
  }
  .navbar-brand {
    margin: 0 auto !important;
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
  }
  .dashboard-nav {
    display: none !important;
  }
  .fab-menu {
    display: flex !important;
  }
}
.fab-menu {
  display: none;
  position: fixed;
  z-index: 1001;
  bottom: 28px;
  right: 22px;
  flex-direction: column;
  align-items: flex-end;
}

.fab-btn {
  background: #1976ff;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-size: 2.2rem;
  box-shadow: 0 6px 20px rgba(13, 68, 169, 0.1333333333);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.17s;
}

.fab-actions {
  display: none;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
  align-items: flex-end;
}

.fab-menu.open .fab-actions {
  display: flex;
  animation: slide-up 0.27s cubic-bezier(0.42, 0, 0.58, 1);
}

.fab-action-link {
  background: #fff;
  color: #1976ff;
  border-radius: 14px;
  padding: 0.55em 1.2em;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(130, 170, 255, 0.1803921569);
  transition: background 0.13s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fab-action-link.logout {
  color: #dc3545;
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.report-page {
  max-width: 900px;
  margin: 0 auto 3rem;
}

.report-header h2 {
  font-weight: 600;
  color: #1f2937;
}

.filter-card label {
  font-weight: 500;
  color: #495057;
}

.report-card {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07);
  border: none;
}

.stat-card {
  border-radius: 12px;
  padding: 16px 18px;
  background: rgba(248, 250, 252, 0.9);
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
}

.stat-card.hours::before {
  background: linear-gradient(90deg, #0d6efd, #77a9ff);
}

.stat-card.days::before {
  background: linear-gradient(90deg, #198754, #4fd18b);
}

.stat-card.avg::before {
  background: linear-gradient(90deg, #0dcaf0, #6edff6);
}

.stat-card.overtime::before {
  background: linear-gradient(90deg, #ffc107, #ffe08e);
}

.stat-value {
  font-size: 1.8rem;
  font-weight: 600;
}

.stat-value small {
  font-size: 1rem;
  margin-left: 0.1rem;
}

.stat-label {
  font-size: 0.9rem;
  font-weight: 500;
}

.chart-container {
  position: relative;
  min-height: 240px;
}

.btn-gradient-outline {
  border: 1px solid #0d6efd;
  color: #0d6efd;
  font-weight: 600;
  background: white;
}

.btn-gradient-outline:hover {
  background: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
}

.btn-gradient {
  background: linear-gradient(120deg, #0d6efd, #5b8dff);
  border: none;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(13, 110, 253, 0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-gradient:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
  color: #fff;
}

@media (max-width: 768px) {
  .report-page {
    padding: 0 12px;
  }

  .stat-card {
    min-height: auto;
  }

  .export-buttons .btn {
    width: 100%;
    margin-bottom: 8px;
  }
}
.dashboard-title {
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.dashboard-subtitle {
  color: #555;
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
}

.dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 3rem;
}

.dashboard-card {
  min-width: 230px;
  max-width: 340px;
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 2px 20px 0 rgba(30, 60, 90, 0.08), 0 1.5px 5px 0 rgba(0, 0, 0, 0.03);
  transition: transform 0.13s, box-shadow 0.13s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dashboard-card:hover {
  transform: translateY(-5px) scale(1.025);
  box-shadow: 0 6px 26px 0 rgba(30, 60, 90, 0.18);
}

.dashboard-card .bi,
.dashboard-card img {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #0d6efd;
}

.dashboard-card .card-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  text-align: center;
}

.dashboard-card .card-text {
  font-size: 0.98rem;
  color: #888;
  margin-bottom: 0.7rem;
  text-align: center;
}

@media (max-width: 768px) {
  .dashboard-actions {
    gap: 1.1rem;
  }
  .dashboard-card {
    min-width: 170px;
    padding: 1.3rem 0.7rem;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #0d6efd;
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
}/*# sourceMappingURL=main.css.map */
#checkin-map{height:150px;margin-bottom:0.5rem;}
.btn-square{width:2.5rem;height:2.5rem;padding:0;display:inline-flex;align-items:center;justify-content:center;}
.btn-fichar-sm{padding:.25rem .5rem;font-size:.75rem;}
.checkin-status{font-size:.875rem;padding:.25rem .5rem;margin-bottom:1rem;}

/* Avatar circular que mantiene forma con nombres largos */
.avatar-circle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0d6efd;
  color: white;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 1rem;
}
