body {
  color: #404040 !important;
}
@media (min-width: 576px) {
  .new-bill-form .col-sm-3 {
    text-align: right !important;
  }
}
.sidebar .nav-item:hover {
  background-color: #395abb !important;
}
.bill-actions button {
  margin-top: 5px;
}
@media (max-width: 770px) {
  #content-wrapper {
    margin-left: 3em;
  }
  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3em !important;
  }
  .sidebar .sidebar-brand {
    height: 0 !important;
    padding: 0;
  }
  .sidebar .nav-item.active {
    background-color: #6787e3;
  }
  .sidebar .nav-item .nav-link {
    padding: 1em 0 1em 0 !important;
    width: 3em !important;
  }
  .sidebar .nav-item svg {
    width: 2.5em !important;
    height: 2.5em !important;
  }
}
