/* Adjust primary sidebar width */
.bd-sidebar {
    flex: 0 0 250px; /* Adjust the 250px value to set desired width */
}


/* Custom color for "grey-ed out" grid cards */
.grey-card {
    color: #848884;
}
