.salve__button {
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
}

body {
  padding-left: 300px;
}

#lsiLogo {
  width: 10rem;
  position: fixed;
  top: 1.5rem;
  left: 1rem;
}

#panel {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#sidebar {
  width: 300px;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  box-shadow: 5px 0 10px #00000010;
}

#contentContainer {
  width: 100%;
}

.nav-item a{
  padding: 0.8rem 0; 
}

.nav-item i{
  margin: 0 1rem;
}