/* Adjust the size of theme icons */
.theme-icon {
    width: 1em;  /* Example: Adjust size relative to font */
    height: 1em; /* Example: Adjust size relative to font */
    /* or use fixed pixels */
    /* width: 16px; */
    /* height: 16px; */
}

/* Or target Bootstrap icons if needed */
.bi {
    /* Adjust default Bootstrap icon size if necessary */
    /* width: 1.2rem; */
    /* height: 1.2rem; */
}

#sidebar-nav {
    width: 160px;
}