/* Svalefelt branding for SFTPGo */

/* Primary color - Svalefelt red */
:root {
  --bs-primary: #D40000 !important;
  --bs-primary-rgb: 212, 0, 0 !important;
  --bs-link-color: #D40000 !important;
  --bs-link-hover-color: #a30000 !important;
  --bs-app-sidebar-base-bg-color: #4B5675 !important;
}

/* Buttons */
.btn-primary {
  background-color: #D40000 !important;
  border-color: #D40000 !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #a30000 !important;
  border-color: #a30000 !important;
}
.btn-outline-primary {
  color: #D40000 !important;
  border-color: #D40000 !important;
}
.btn-outline-primary:hover {
  background-color: #D40000 !important;
  border-color: #D40000 !important;
  color: #fff !important;
}

/* Links */
a { color: #D40000; }
a:hover { color: #a30000; }

/* Sidebar - lighter background so logo is visible */
:root,
[data-bs-theme="light"],
[data-bs-theme="dark"] {
  --bs-app-sidebar-base-bg-color: #4B5675 !important;
}
.app-sidebar {
  background-color: #4B5675 !important;
}

/* Navbar / sidebar active */
.nav-link.active, .nav-pills .nav-link.active {
  background-color: #D40000 !important;
}

/* Login page */
.login-logo img {
  max-height: 60px;
}
