:root {
  --operon-brand: #00bcd4;
  --operon-brand-dark: #00899a;
  --operon-brand-soft: rgba(0, 188, 212, 0.12);
  --operon-brand-border: rgba(0, 188, 212, 0.24);
  --bs-primary: #00bcd4;
  --bs-primary-rgb: 0, 188, 212;
  --bs-link-color: #00899a;
  --bs-link-hover-color: #006f7d;
}

/* LIGHT */
/* DARK */
/* Primary */
body {
  background: #f4f6f9;
  color: #2c2c2c;
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
}

.app-wrapper {
  display: flex;
  min-height: 100vh;
}

body.dark-mode {
  background: #121212;
  color: #e0e0e0;
}
body.dark-mode .sidebar,
body.dark-mode .header,
body.dark-mode .footer {
  background: #1e1e1e;
  border-color: #2c2c2c;
}
body.dark-mode .sidebar-menu li a {
  color: #e0e0e0;
}
body.dark-mode .sidebar-menu li a:hover {
  background: rgba(255, 255, 255, 0.05);
}
body.dark-mode .submenu li a {
  color: #bbb;
}
body.dark-mode .has-submenu .submenu li a i {
  color: #4d6270;
}
body.dark-mode .has-submenu .submenu li a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #e0e0e0;
}
body.dark-mode .has-submenu .submenu li a:hover i {
  color: #00bcd4;
}
body.dark-mode .has-submenu .submenu li.active > a i {
  color: #00bcd4;
}
body.dark-mode .has-submenu .submenu .menu-title {
  color: #555;
  border-top-color: #2c2c2c;
}
body.dark-mode .header .btn-light {
  background: transparent !important;
  border-color: transparent !important;
  color: #e0e0e0;
}
body.dark-mode .header .btn-light:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
body.dark-mode .header .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-mode .header .btn-outline-secondary {
  background: transparent;
  border-color: transparent !important;
  color: #e0e0e0;
}
body.dark-mode .header .btn-outline-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
body.dark-mode .header #userDropdown {
  background: transparent !important;
  border-color: transparent !important;
}
body.dark-mode .header #userDropdown:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
body.dark-mode .header #userDropdown .text-muted {
  color: #999 !important;
}
body.dark-mode .header #userDropdown small {
  color: #999 !important;
}
body.dark-mode .dropdown-menu {
  background: #1e1e1e;
  border-color: #2c2c2c;
}
body.dark-mode .dropdown-menu .dropdown-item {
  color: #e0e0e0;
}
body.dark-mode .dropdown-menu .dropdown-item:hover, body.dark-mode .dropdown-menu .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
body.dark-mode .dropdown-menu .dropdown-item.active {
  background: rgba(0, 188, 212, 0.2);
  color: #fff;
}
body.dark-mode .dropdown-menu .dropdown-header {
  color: #aaa;
}
body.dark-mode .dropdown-menu .dropdown-divider {
  border-color: #2c2c2c;
}
body.dark-mode .notifications-dropdown .notification-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
body.dark-mode .notifications-dropdown .notification-item h6 {
  color: #e0e0e0;
}
body.dark-mode .notifications-dropdown .notification-item p, body.dark-mode .notifications-dropdown .notification-item small {
  color: #aaa;
}
body.dark-mode .page-header .page-title {
  color: #e0e0e0;
}
body.dark-mode .page-header .breadcrumb-item a {
  color: #aaa;
}
body.dark-mode .page-header .breadcrumb-item a:hover {
  color: #00bcd4;
}
body.dark-mode .page-header .breadcrumb-item.active {
  color: #e0e0e0;
}
body.dark-mode .page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #555;
}
body.dark-mode .footer .text-muted {
  color: #aaa !important;
}
body.dark-mode .footer a {
  color: #aaa;
}
body.dark-mode .footer a:hover {
  color: #00bcd4 !important;
}
body.dark-mode .card {
  background: #1e1e1e;
  border-color: #2c2c2c;
  color: #e0e0e0;
}
body.dark-mode .form-control,
body.dark-mode .form-select {
  background: #1e1e1e;
  border-color: #2c2c2c;
  color: #e0e0e0;
}
body.dark-mode .form-control:focus,
body.dark-mode .form-select:focus {
  background: #1e1e1e;
  border-color: #00bcd4;
  color: #e0e0e0;
}
body.dark-mode .form-control::placeholder,
body.dark-mode .form-select::placeholder {
  color: #666;
}
body.dark-mode .table {
  --bs-table-bg: #1e1e1e;
  --bs-table-striped-bg: rgba(255, 255, 255, 0.04);
  --bs-table-hover-bg: rgba(255, 255, 255, 0.07);
  --bs-table-border-color: #2c2c2c;
  --bs-table-color: #e0e0e0;
  color: #e0e0e0;
  border-color: #2c2c2c;
}
body.dark-mode .table > :not(caption) > * > * {
  background-color: #1e1e1e;
  color: #e0e0e0;
  border-bottom-color: #2c2c2c;
}
body.dark-mode .table thead {
  background: #272727;
  color: #e0e0e0;
}
body.dark-mode .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(255, 255, 255, 0.04);
}
body.dark-mode .table-hover > tbody > tr:hover > * {
  background-color: rgba(255, 255, 255, 0.07);
}
body.dark-mode .badge.bg-light {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #e0e0e0;
}
body.dark-mode .sidebar-user .user-info small {
  color: #999 !important;
}

/* ── Dark mode: Bootstrap overrides – globals ── */
body.dark-mode {
  --bs-body-bg: #121212;
  --bs-body-color: #e0e0e0;
  --bs-secondary-bg: #1e1e1e;
  --bs-tertiary-bg: #242424;
  --bs-border-color: #2c2c2c;
  --bs-secondary-color: #aaa;
  --bs-emphasis-color: #e0e0e0;
}

/* text-muted global */
body.dark-mode .text-muted {
  color: #aaa !important;
}

/* bg-white / bg-light / bg-body */
body.dark-mode .bg-white,
body.dark-mode .bg-light,
body.dark-mode .bg-body {
  background-color: #1e1e1e !important;
  color: #e0e0e0 !important;
}
body.dark-mode .bg-secondary-subtle,
body.dark-mode .bg-primary-subtle,
body.dark-mode .bg-success-subtle,
body.dark-mode .bg-danger-subtle,
body.dark-mode .bg-warning-subtle,
body.dark-mode .bg-info-subtle {
  background-color: rgba(255,255,255,0.06) !important;
}

/* Separador hr */
body.dark-mode hr {
  border-color: #2c2c2c;
  opacity: 1;
}

/* Modals */
body.dark-mode .modal-content {
  background: #1e1e1e;
  color: #e0e0e0;
  border-color: #2c2c2c;
}
body.dark-mode .modal-header,
body.dark-mode .modal-footer {
  background: #1e1e1e;
  border-color: #2c2c2c;
  color: #e0e0e0;
}
body.dark-mode .modal-header .btn-close {
  filter: invert(1) grayscale(1) brightness(2);
}
body.dark-mode .modal-title {
  color: #e0e0e0;
}

/* List group */
body.dark-mode .list-group-item {
  background: #1e1e1e;
  border-color: #2c2c2c;
  color: #e0e0e0;
}
body.dark-mode .list-group-item:hover {
  background: #272727;
}
body.dark-mode .list-group-item.active {
  background: rgba(0,188,212,0.2);
  border-color: rgba(0,188,212,0.35);
  color: #fff;
}

/* Nav tabs / pills */
body.dark-mode .nav-tabs {
  border-color: #2c2c2c;
}
body.dark-mode .nav-tabs .nav-link {
  color: #aaa;
  border-color: transparent;
}
body.dark-mode .nav-tabs .nav-link:hover {
  color: #e0e0e0;
  border-color: #2c2c2c;
}
body.dark-mode .nav-tabs .nav-link.active {
  background: #1e1e1e;
  border-color: #2c2c2c #2c2c2c #1e1e1e;
  color: #fff;
}
body.dark-mode .nav-pills .nav-link {
  color: #aaa;
}
body.dark-mode .nav-pills .nav-link.active {
  background: rgba(0,188,212,0.2);
  color: #fff;
}
body.dark-mode .tab-content,
body.dark-mode .tab-pane {
  background: transparent;
  color: #e0e0e0;
}

/* Accordion */
body.dark-mode .accordion-item {
  background: #1e1e1e;
  border-color: #2c2c2c;
}
body.dark-mode .accordion-header,
body.dark-mode .accordion-button {
  background: #1e1e1e;
  color: #e0e0e0;
}
body.dark-mode .accordion-button:not(.collapsed) {
  background: #272727;
  color: #e0e0e0;
  box-shadow: inset 0 -1px 0 #2c2c2c;
}
body.dark-mode .accordion-button::after {
  filter: invert(1);
}
body.dark-mode .accordion-body {
  background: #1e1e1e;
  color: #e0e0e0;
}

/* Input group */
body.dark-mode .input-group-text {
  background: #272727;
  border-color: #2c2c2c;
  color: #e0e0e0;
}

/* Pagination */
body.dark-mode .page-link {
  background: #1e1e1e;
  border-color: #2c2c2c;
  color: #aaa;
}
body.dark-mode .page-link:hover {
  background: #272727;
  color: #e0e0e0;
}
body.dark-mode .page-item.active .page-link {
  background: #00bcd4;
  border-color: #00bcd4;
  color: #fff;
}
body.dark-mode .page-item.disabled .page-link {
  background: #1e1e1e;
  color: #555;
}

/* Alerts */
body.dark-mode .alert {
  border-color: #2c2c2c;
}
body.dark-mode .alert-light {
  background: #272727;
  color: #e0e0e0;
  border-color: #3a3a3a;
}
body.dark-mode .alert-secondary {
  background: #272727;
  color: #ccc;
  border-color: #2c2c2c;
}
body.dark-mode .alert-info {
  background: rgba(0,188,212,0.12);
  color: #7de8f5;
  border-color: rgba(0,188,212,0.25);
}
body.dark-mode .alert-warning {
  background: rgba(255,193,7,0.12);
  color: #ffd666;
  border-color: rgba(255,193,7,0.25);
}
body.dark-mode .alert-danger {
  background: rgba(220,53,69,0.12);
  color: #f08090;
  border-color: rgba(220,53,69,0.25);
}
body.dark-mode .alert-success {
  background: rgba(25,135,84,0.12);
  color: #75e0a7;
  border-color: rgba(25,135,84,0.25);
}

/* Progress */
body.dark-mode .progress {
  background: #2c2c2c;
}

/* Offcanvas */
body.dark-mode .offcanvas {
  background: #1e1e1e;
  color: #e0e0e0;
  border-color: #2c2c2c;
}
body.dark-mode .offcanvas-header {
  border-color: #2c2c2c;
}
body.dark-mode .offcanvas-header .btn-close {
  filter: invert(1) grayscale(1) brightness(2);
}

/* Tooltips / popovers */
body.dark-mode .popover {
  background: #1e1e1e;
  border-color: #2c2c2c;
  color: #e0e0e0;
}
body.dark-mode .popover-header {
  background: #272727;
  border-color: #2c2c2c;
  color: #e0e0e0;
}
body.dark-mode .popover-body {
  color: #e0e0e0;
}

/* Scrollbar */
body.dark-mode ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body.dark-mode ::-webkit-scrollbar-track {
  background: #1e1e1e;
}
body.dark-mode ::-webkit-scrollbar-thumb {
  background: #3a3a3a;
  border-radius: 3px;
}
body.dark-mode ::-webkit-scrollbar-thumb:hover {
  background: #4a4a4a;
}

/* Card header / footer */
body.dark-mode .card-header,
body.dark-mode .card-footer {
  background: #252525;
  border-color: #2c2c2c;
  color: #e0e0e0;
}

/* Dashboard card specific (Pessoas, etc.) */
body.dark-mode .dashboard-card {
  background: #1e1e1e !important;
  color: #e0e0e0;
}

/* Normas / list items com bg-white inline */
body.dark-mode [style*="background: #fff"],
body.dark-mode [style*="background:#fff"],
body.dark-mode [style*="background: white"],
body.dark-mode [style*="background-color: white"],
body.dark-mode [style*="background-color:#fff"],
body.dark-mode [style*="background-color: #fff"] {
  background-color: #1e1e1e !important;
  color: #e0e0e0 !important;
}

.sidebar {
  width: 260px;
  height: calc(100vh - 70px - 10px - 10px);
  background: #fff;
  border-right: 1px solid #ddd;
  border-radius: 8px;
  position: fixed;
  top: 80px;
  left: 10px;
  transition: all 0.3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar-header {
  height: 60px;
  background: #00bcd4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.sidebar-user {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.sidebar-user img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.sidebar-user .user-info strong {
  display: block;
}
.sidebar-user .user-info small {
  color: #777;
}
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu .menu-title {
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
}
.sidebar-menu li a {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #333;
  text-decoration: none;
  gap: 0.75rem;
}
.sidebar-menu li a i {
  font-size: 1.1rem;
}
.sidebar-menu li a .badge {
  font-size: 0.65rem;
}
.sidebar-menu li a:hover {
  background: #f4f6f9;
}

.has-submenu > a {
  cursor: pointer;
}
.has-submenu .submenu {
  transition: max-height 0.3s ease, opacity 0.2s ease;
  list-style: none;
  padding-left: 2.5rem;
  display: none;
}
.has-submenu .submenu .menu-title {
  padding: 0.55rem 0.5rem 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-top: 0.3rem;
  border-top: 1px solid #f0f0f0;
  pointer-events: none;
  cursor: default;
}
.has-submenu .submenu .menu-title:first-child {
  border-top: none;
  margin-top: 0;
}
.has-submenu .submenu li a {
  padding: 0.4rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #555;
  border-radius: 5px;
  transition: background 0.15s, color 0.15s;
}
.has-submenu .submenu li a i {
  font-size: 0.9rem;
  flex-shrink: 0;
  width: 1rem;
  text-align: center;
  color: #9aabb8;
  transition: color 0.15s;
}
.has-submenu .submenu li a:hover {
  background: #f0f4f8;
  color: #333;
}
.has-submenu .submenu li a:hover i {
  color: #00bcd4;
}
.has-submenu .submenu li.active > a i {
  color: #00bcd4;
}
.has-submenu.open .submenu {
  display: block;
}
.has-submenu.open > a .bi-chevron-down {
  transform: rotate(180deg);
}

.bi-chevron-down {
  transition: transform 0.3s;
}

body.sidebar-collapsed .sidebar {
  width: 80px;
}
body.sidebar-collapsed .sidebar-header {
  font-size: 0;
}
body.sidebar-collapsed .sidebar-user {
  padding: 0.5rem;
}
body.sidebar-collapsed .sidebar-user img {
  width: 40px;
  height: 40px;
}
body.sidebar-collapsed .sidebar-user .user-info {
  display: none;
}
body.sidebar-collapsed .sidebar-menu .menu-title {
  display: none;
}
body.sidebar-collapsed .sidebar-menu li a {
  justify-content: center;
}
body.sidebar-collapsed .sidebar-menu li a span {
  display: none;
}
body.sidebar-collapsed .sidebar-menu li a .badge {
  display: none;
}
body.sidebar-collapsed .sidebar-menu li a .bi-chevron-down {
  display: none;
}
body.sidebar-collapsed .sidebar-menu .submenu {
  display: none !important;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}

@media (max-width: 991px) {
  .sidebar {
    transform: translateX(-100%);
    z-index: 999;
    top: 0;
    left: 0;
    margin: 0;
    height: 100vh;
    border-radius: 0;
  }
  body.sidebar-mobile-open .sidebar {
    transform: translateX(0);
  }
  body.sidebar-mobile-open .sidebar-overlay {
    display: block;
  }
  .app-main {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.sidebar-menu li.active > a {
  background: rgba(0, 188, 212, 0.15);
  color: #00bcd4;
  font-weight: 600;
}

.header {
  height: 70px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.header #logosistema {
  transition: opacity 0.3s ease-in-out;
  object-fit: contain;
}
.header-actions .btn {
  border-radius: 6px;
  transition: all 0.2s;
}
.header-actions .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header-actions .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  padding: 0.5rem 0;
}
.header-actions .dropdown-item {
  padding: 0.5rem 1rem;
  transition: all 0.2s;
}
.header-actions .dropdown-item:hover {
  background: #f4f6f9;
  padding-left: 1.25rem;
}
.header .notifications-dropdown .notification-item {
  padding: 0.75rem 1rem;
  border-left: 3px solid transparent;
  transition: all 0.2s;
}
.header .notifications-dropdown .notification-item:hover {
  background: #f4f6f9;
  border-left-color: #00bcd4;
  padding-left: 1.25rem;
}
.header .notifications-dropdown .notification-item h6 {
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.header .notifications-dropdown .dropdown-header {
  font-weight: 600;
  padding: 0.75rem 1rem;
}

@media (max-width: 768px) {
  .header {
    padding: 0 1rem;
  }
  .header-actions {
    gap: 0.5rem !important;
  }
  .header-actions .btn {
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 575px) {
  .header-actions .dropdown:not(:last-child) {
    display: none;
  }
}
.app-wrapper {
  display: flex;
  min-height: 100vh;
}

.app-main {
  margin-left: 280px;
  margin-top: 70px;
  width: calc(100% - 260px - 10px - 10px);
  transition: all 0.3s;
  padding: 20px;
  min-height: calc(100vh - 70px - 60px);
}

body.sidebar-collapsed .app-main {
  margin-left: 100px;
  width: calc(100% - 80px - 10px - 10px);
}

.page-actions-bar .page-actions .btn {
  border-radius: 6px;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.btn-primary {
  --bs-btn-bg: var(--operon-brand);
  --bs-btn-border-color: var(--operon-brand);
  --bs-btn-hover-bg: var(--operon-brand-dark);
  --bs-btn-hover-border-color: var(--operon-brand-dark);
  --bs-btn-active-bg: var(--operon-brand-dark);
  --bs-btn-active-border-color: var(--operon-brand-dark);
  --bs-btn-disabled-bg: var(--operon-brand);
  --bs-btn-disabled-border-color: var(--operon-brand);
}

.btn-outline-primary {
  --bs-btn-color: var(--operon-brand-dark);
  --bs-btn-border-color: var(--operon-brand);
  --bs-btn-hover-bg: var(--operon-brand);
  --bs-btn-hover-border-color: var(--operon-brand);
  --bs-btn-active-bg: var(--operon-brand);
  --bs-btn-active-border-color: var(--operon-brand);
}

.badge.bg-primary,
.badge.bg-success,
.badge.bg-info,
.badge.bg-warning,
.badge.bg-danger,
.badge.bg-secondary,
.badge.bg-dark {
  background-color: var(--operon-brand-soft) !important;
  border: 1px solid var(--operon-brand-border);
  color: var(--operon-brand-dark) !important;
  font-weight: 600;
}

.badge.text-bg-primary,
.badge.text-bg-success,
.badge.text-bg-info,
.badge.text-bg-warning,
.badge.text-bg-danger,
.badge.text-bg-secondary,
.badge.text-bg-dark {
  background-color: var(--operon-brand-soft) !important;
  border: 1px solid var(--operon-brand-border);
  color: var(--operon-brand-dark) !important;
  font-weight: 600;
}

.badge.bg-light {
  background-color: #f8fafc !important;
  border: 1px solid #e2e8f0;
  color: #475569 !important;
  font-weight: 600;
}

.app-content {
  padding-bottom: 2rem;
}

.td-acoes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

td:has(> .btn),
td:has(> a.btn),
td:has(> form .btn) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.global-loader {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

body.loading .global-loader {
  opacity: 1;
  pointer-events: all;
}

.global-loader .loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #94a3b8;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
}

.global-loader .spinner-fade {
  width: 80px;
  height: 80px;
  animation: spinnerFade 1.6s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(0, 255, 200, 0.5));
}

@keyframes spinnerFade {
  0%, 100% {
    opacity: 0.4;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (max-width: 991px) {
  .app-main {
    margin-left: 0 !important;
    margin-top: 70px;
    width: 100% !important;
    padding: 1rem;
  }
  .page-actions-bar {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .page-actions-bar .page-actions {
    width: 100%;
  }
}
.footer {
  height: 60px;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  margin-left: 280px;
  width: calc(100% - 260px - 10px - 10px);
  transition: all 0.3s;
}
.footer .footer-links a {
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
}
.footer .footer-links a:hover {
  color: #00bcd4 !important;
}
@media (max-width: 768px) {
  .footer {
    padding: 0 1rem;
  }
  .footer .container-fluid {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .footer .footer-links a {
    font-size: 0.75rem;
    margin: 0 0.5rem !important;
  }
}
@media (max-width: 991px) {
  .footer {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .footer .footer-links {
    display: none;
  }
}

body.sidebar-collapsed .footer {
  margin-left: 100px;
  width: calc(100% - 80px - 10px - 10px);
}

/*# sourceMappingURL=site.css.map */
