body {
  margin: 0;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IBM Plex Sans', sans-serif;
}

video {
  max-width: unset !important;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  user-select: none;
}

#loading-message {
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#right-sidebar {
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 39;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lang-radio {
  visibility: hidden;
  display: none;
}

.lang-label {
  cursor: pointer;
  user-select: none;
}

.lang-flag {
  margin-right: 0.3em;
}

.active-lang {
  background: #3273dc;
  color: #fff;
}

#main-categories-select {
  display: none;
  top: 10%;
}

#lang-select {
  display: none;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

#point-of-interest-info-modal .modal-card {
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

#point-of-interest-info-modal .modal-card-body {
  padding: 0 !important;
}

#point-of-interest-info-modal-header {
  height: 20em;
  background-color: #5cb85c;
  color: white;
}

#point-of-interest-info-modal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#point-of-interest-info-modal-body {
  padding: 1em;
}

#point-of-interest-info-modal-body h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 0.3em;
}

#point-of-interest-info-modal-close-button {
  position: fixed;
  right: 20px;
  top: 20px;
}

#safety-info-modal .modal-card {
  padding: 2em;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

#safety-info-modal .modal-card-body {
  padding: 0 !important;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

#safety-info-modal-header {
  height: 10em;
  color: white;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  overflow: hidden;
}

#safety-info-modal-img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

#safety-info-modal-body {
  padding: 1em;
}

#safety-info-modal-body h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 0.3em;
  text-align: center;
}

#safety-info-modal-footer {
  justify-content: flex-end !important;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

#safety-info-modal-close-button {
  position: fixed;
  right: 20px;
  top: 20px;
}
