#body__container {
  max-width: 700px;
  font-family: 'Ubuntu', sans-serif;
}

#body__container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
  font-family: 'Ubuntu', sans-serif;

}

th {
  background-color: rgb(219, 219, 219);
  text-align: left;
  padding-left: 8px;
  height: 3rem;
  font-family: 'Ubuntu', sans-serif;
}

th:nth-child(1) {
  border-radius: 6px 0 0 6px;
}

th:last-child {
  border-radius: 0 6px 6px 0;
}

td:nth-child(1) {
  border-radius: 6px 0 0 6px;
}

td:last-child {
  border-radius: 0 6px 6px 0;
  position: relative;
}

td:last-child::after {
  font-weight: 900;
  font-size: 1.5rem;
  position: absolute;
  color: #fff;
  right: 1rem;
  margin: auto 0;
  transform: translate(0, -19%);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

td {
  background-color: #5e72e4;
  height: 3rem;
  padding-left: 10px;
  color: #fff;
}

.salve__button {
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
}

.csv__button {
  width: 30%;
  font-family: 'Ubuntu', sans-serif;
}

.alert {
  min-height: 50px; 
  position: fixed; 
  top: 20px; 
  right: 20px; 
  width: 50%; 
  max-width: 300px; 
  border-radius: 6px; 
  color: #fff; 
  background-color: #2f9b21; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Ubuntu', sans-serif; 
}

.alert--red {
  background-color: #a82020; 
}

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;
}