/**
 * RBSS Fintech Theme - Purple & White
 * User portal override for modern fintech look
 */

/* Page background */
body, .main-wrapper, .page-wrapper {
  background-color: #FAF5FF !important;
}

/* Sidebar purple accent */
.sidebar, .sidebar-inner {
  background-color: #5B3A99 !important;
}

.sidebar-menu ul li a:hover,
.sidebar-menu ul li.active a,
.sidebar-menu .submenu li a:hover {
  color: #fff !important;
  background-color: rgba(255,255,255,0.1) !important;
}

/* Header accent */
.header {
  background-color: #fff !important;
  box-shadow: 0 1px 3px rgba(107, 78, 170, 0.1);
}

/* Primary buttons */
.btn-primary {
  background-color: #6B4EAA !important;
  border-color: #6B4EAA !important;
}
.btn-primary:hover {
  background-color: #5B3A99 !important;
  border-color: #5B3A99 !important;
}

/* Cards */
.card {
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(107, 78, 170, 0.08);
}
