.sidebar {
    background-color: #0a1a2f !important;
    padding: 20px;
    height: 100vh;
}

.sidebar .nav-link,
.sidebar .nav-link:link,
.sidebar .nav-link:visited,
.sidebar .nav-link:hover,
.sidebar .nav-link:focus,
.sidebar .nav-link:active {
    color: white !important;
    background-color: transparent !important;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid white;
    border-radius: 6px;
    text-align: center;
}

.sidebar .nav-link.active {
    background-color: #154b79 !important;
    color: white !important;
}

.sidebar-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
    background-color: white;      /* ✅ White background */
    padding: 5px;                 /* Optional: adds some spacing inside the white box */
    border-radius: 4px;           /* Optional: rounded corners */
}

/* Global Segoe UI */
body, .navbar, .sidebar-nav, .sidebar-link, .dash-table-container {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Ensure Summary title is bold */
.page-title {
  font-weight: bold !important;
}
