.navbar {
  background-image: linear-gradient(to right, #5e45dc, #5ca2ed);
}

#map {
  height: 100vh;
  background-color: var(--bs-success-border-subtle);
}

#divDetail {
}

@media (min-width: 576px) {
  #offcanvas {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #offcanvas {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  #offcanvas {
    width: 45%;
  }
}

#stationTitle {
  background-image: linear-gradient(to right, #5e45dc, #5ca2ed);
}

.logo-icon {
  background-color: #5e45dc;
}

.modal-cctv-content {
  position: relative;
  max-width: 60%;
  max-height: 60%;
}

.modal-cctv {
  position: absolute;
  top: 50;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.cctv-capture-image {
  cursor: pointer;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}
.dot-green {
  background-color: #7CFC00;
}
.dot-red {
  background-color: red;
}
