.sidebar-wrapper .menu .sidebar-link {
  padding: 0.4rem 1rem;
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu .sidebar-link {
  padding: 0.4rem 1rem;
}

.table-responsive > .table-bordered {
  border-color: var(--bs-table-border-color) !important;
}

/* Inicio Footer */
footer .nav-link.active i {
  color: #435ebe;
}

@media (max-width: 992px) {
  .main-footer {
    transition: margin-left 0.6s ease-in-out;
    margin-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-footer {
    margin-left: opx;
    padding: 1rem 1rem 1rem 1rem;
  }
}

@media (min-width: 1200px) {
  .main-footer {
    transition: margin-left 0.6s ease-in-out;
    margin-left: 300px;
    padding: 1rem 1rem 1rem 1rem;
  }
}

.main-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1032;
  background-color: #fff;
  border-top: 1px solid #dee2e65e;
  text-align: center;
}
/* Fin Footer */
