#body__container {
  max-width: 1000px;
  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;
}

th:nth-child(1) {
  border-radius: 6px 0 0 6px;
}

th:nth-child(4) {
  border-radius: 0 6px 6px 0;
}

td:nth-child(1) {
  border-radius: 6px 0 0 6px;
}

td:nth-child(4) {
  border-radius: 0 6px 6px 0;
  position: relative;
}

td:nth-child(4)::after {
  content: '>';
  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;
  cursor: pointer;
}

.add_button {
  padding: 0.5rem 2rem;
  font-size: 0.8rem;
}

#search__button {
  height: 45px;
  align-self: center;
  margin-top: 6px;
}

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;
  box-shadow: 5px 0 10px #00000010;
  position: fixed;
}

#contentContainer {
  width: 100%;
}

.nav-item a{
  padding: 0.8rem 0; 
}

.nav-item i{
  margin: 0 1rem;
}
