:root {
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-border-color: #dee2e6;
}

#toast-container > div {
  opacity: 1 !important;
}

.big-icon {
  font-size: 2em;
}

.logo {
  height: 100px;
  width: auto;
  border: 1px solid var(--bs-border-color);
}

.thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0.25rem;
}

#info-list {
  resize: none;
  font-size: 0.9rem;
}

.sky-map {
  max-width: 100%;
  height: auto;
  border: 1px solid var(--bs-border-color);
}
