
.list-group-item.active {
--bs-list-group-active-color: #fff;
--bs-list-group-active-bg: #007bff;
--bs-list-group-active-border-color: #007bff;
}

.navbar-brand {
  width:200px;
  font-size: 24px;
  margin-right: 24px;
  margin-left: 24px;
  vertical-align: middle;
}
.navbar-brand img {
  height: 50px;
  float: left;
  margin-right: 20px;
}

.offcanvas-header .btn-close {
  margin-left: 240;
}

#cameraPanel .card-group > .card {
  flex: 0 1 25%;
}

#cameraPanel img {
  cursor: pointer;
}