/* css styles */

/* Increase sidebar width */
.sidebar {
  width: 400px !important;  /* Increase this value as needed */
}

/* Adjust nav links to have more space */
.sidebar-nav a {
  padding-left: 15px !important;  /* Increase left padding */
  padding-right: 15px !important; /* Increase right padding */
  white-space: nowrap;             /* Prevent wrapping */
  overflow: hidden;                /* Hide overflow */
  text-overflow: ellipsis;         /* Add ellipsis for long text */
}

