* {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
html, body {
    height: 100%;
    min-height: 100%;
}
.container {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.1);
}

.chart-container {
    position: relative;
    height: 400px;
    width: 100%;
}
.list-group-item {
        border-color: #dee2e6 !important;
        padding: 0.5rem 0.75rem;
        font-size: 0.97rem;
    }
    .list-group-flush .list-group-item:last-child {
        border-bottom: none !important;
    }