body {
  background: #ffffff !important;
}

.content-page {
  background: #ffffff !important;
}

.authentication-bg {
  background: linear-gradient(rgba(15, 23, 42, 0.35), rgba(15, 23, 42, 0.35)), url('../images/fondo_panel.jpeg') no-repeat center center fixed !important;
  background-size: cover !important;
  min-height: 100vh;
}

.authentication-bg .card {
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.authentication-bg .text-muted,
.authentication-bg .text-muted a {
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.page-title-box {
  margin-bottom: 1.5rem;
}

.page-title,
.page-title-main,
.header-title {
  letter-spacing: 0.01em;
}

.card {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.card-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.78);
}

.left-side-menu {
  box-shadow: 16px 0 40px rgba(15, 23, 42, 0.07);
}

.logo-box,
.navbar-custom {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}

.logo-box {
  padding: 0 20px;
}

.navbar-custom .logo-box .logo-light,
.navbar-custom .logo-box .logo-dark {
  display: none !important;
}

.navbar-custom .brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  line-height: 1;
}

.navbar-custom .brand-logo img {
  display: block;
  max-height: 42px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .logo-box {
    padding: 0 !important;
  }

  .navbar-custom .brand-logo img {
    max-height: 34px;
  }
}

.navbar-custom {
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.user-box {
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

#side-menu > li > a.active,
#side-menu > li > a:hover,
.nav-second-level li a.active,
.nav-second-level li a:hover {
  color: #0f766e !important;
}

.side-nav-link-disabled {
  display: block;
  padding: 0.65rem 1.5rem 0.65rem 3.4rem;
  color: #94a3b8;
  cursor: default;
  font-size: 0.92rem;
}

.side-nav-link-disabled small {
  color: #cbd5e1;
  margin-left: 0.35rem;
}

.table-responsive {
  border-radius: 0 0 16px 16px;
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

.dataTables_wrapper {
  padding: 1rem;
}

.dataTables_wrapper .row:first-child,
.dataTables_wrapper .row:last-child {
  gap: 0.75rem 0;
}

.dataTables_filter input,
.dataTables_length select {
  border-radius: 10px !important;
  border: 1px solid #d7dee8 !important;
  min-height: 38px;
}

.dataTables_paginate .pagination {
  gap: 0.25rem;
}

.page-item.active .page-link {
  background-color: #0f766e;
  border-color: #0f766e;
}

.btn-primary,
.bg-primary {
  background-color: #2D6FB3 !important;
  border-color: #2D6FB3 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #235b97 !important;
  border-color: #235b97 !important;
}

.btn-outline-primary {
  color: #2D6FB3;
  border-color: #2D6FB3;
}

.btn-outline-primary:hover {
  background-color: #2D6FB3;
  border-color: #2D6FB3;
}

.badge.bg-soft-primary {
  background: rgba(45, 111, 179, 0.12) !important;
  color: #2D6FB3 !important;
}
