/* 
 * RuteoPro Premium Custom Styles
 * Primary: #790495 (ERPGO Purple)
 * Secondary: #0452b5 (ERPGO Blue)
 */

:root {
  --bs-primary: #790495;
  --bs-primary-rgb: 121, 4, 149;
  --bs-secondary: #0452b5;
  --ruteo-gradient: linear-gradient(135deg, #790495 0%, #0452b5 100%);
}

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

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

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

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

/* Sidebar Active State */
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
  background-color: #790495 !important;
  color: #fff !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #790495;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #5e0374;
}

/* Login Page Branding */
.authentication-wrapper .authentication-inner {
  max-width: 450px;
}

.app-brand-logo.demo {
  width: auto;
  height: auto;
}

.app-brand-logo.demo img {
  max-height: 50px;
}
