/* Desktop sidebar: SVG icons replace yellow square bullets */
.sidebar-nav li:nth-child(1)::before,
.sidebar-nav li:nth-child(2)::before,
.sidebar-nav li:nth-child(3)::before,
.sidebar-nav li:nth-child(4)::before,
.sidebar-nav li:nth-child(5)::before,
.sidebar-nav li:nth-child(6)::before,
.sidebar-nav li:nth-child(7)::before,
.sidebar-nav li:nth-child(8)::before {
  background-color: transparent;
  border: none;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar-nav li:nth-child(1)::before { background-image: url('../images/bootstrap-icons-1.13.1/house.svg'); }
.sidebar-nav li:nth-child(2)::before { background-image: url('../images/bootstrap-icons-1.13.1/yin-yang.svg'); }
.sidebar-nav li:nth-child(3)::before { background-image: url('../images/bootstrap-icons-1.13.1/clipboard2-pulse.svg'); }
.sidebar-nav li:nth-child(4)::before { background-image: url('../images/bootstrap-icons-1.13.1/plug.svg'); }
.sidebar-nav li:nth-child(5)::before { background-image: url('../images/bootstrap-icons-1.13.1/diagram-2.svg'); }
.sidebar-nav li:nth-child(6)::before { background-image: url('../images/bootstrap-icons-1.13.1/person-arms-up.svg'); }
.sidebar-nav li:nth-child(7)::before { background-image: url('../images/bootstrap-icons-1.13.1/camera.svg'); }
.sidebar-nav li:nth-child(8)::before { background-image: url('../images/bootstrap-icons-1.13.1/envelope.svg'); }

@media (max-width: 768px) {
  .header {
    margin-left: 2.5rem;
  }
}
