/* Branding ERPGO RealEstate */
:root {
  --bs-primary: #790495;
  --bs-primary-rgb: 121, 4, 149;
  --bs-primary-hover: #5e0375;
  
  --bs-info: #0452b5;
  --bs-info-rgb: 4, 82, 181;
  --bs-info-hover: #033e8a;
}

.bg-menu-theme {
  background-color: #fff !important;
}

.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle),
.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle):hover {
  background-color: #790495 !important;
  color: #fff !important;
}

.btn-primary {
  background-color: #790495 !important;
  border-color: #790495 !important;
}

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

.text-primary {
  color: #790495 !important;
}

.app-brand-logo img {
  max-width: 150px;
}

/* Fix dropdown clipping in tables */
.table-responsive {
  overflow: visible;
  min-height: 200px;
}

/* Ensure dropdowns render above table */
.table-responsive .dropdown-menu {
  position: absolute;
  z-index: 1056;
}
