/*Write your custom css in this file.*/

/* SalesCloud Branding */
/* Topbar with purple background */
.navbar-custom {
  background: linear-gradient(135deg, #593787 0%, #4a2a6f 100%) !important;
  border-bottom: 3px solid #E1765A !important;
}
.navbar-custom .nav-link,
.navbar-custom .nav-link i,
.navbar-custom .user-dropdown .dropdown-toggle {
  color: #ffffff !important;
}
.navbar-custom .nav-link:hover {
  color: #E1765A !important;
}

/* Coral accents */
.btn-success,
.bg-success {
  background-color: #E1765A !important;
  border-color: #E1765A !important;
}
.badge-success {
  background-color: #E1765A !important;
}

/* Sidebar brand area */
.sidebar-brand {
  background-color: #4a2a6f !important;
}
