body {
  color: black;
  background-image: linear-gradient(to left, #849777, #baceab, white);
  touch-action: pan-x pan-y;
}
h1 {
  font-family: fantasy !important;
  font-size: 50px;
}

@keyframes glow-blue {
  0% {
    box-shadow: 0 0 20px black;
  }
  25% {
    box-shadow: 0 0 50px #169eb4;
  }
  100% {
    box-shadow: 0 0 20px #fff;
  }
}
@keyframes glow-red {
  0% {
    box-shadow: 0 0 20px black;
  }
  25% {
    box-shadow: 0 0 40px red;
  }
  100% {
    box-shadow: 0 0 20px #fff;
  }
}

@keyframes glow-green {
  0% {
    box-shadow: 0 0 20px black;
  }
  25% {
    box-shadow: 0 0 40px green;
  }
  100% {
    box-shadow: 0 0 20px #fff;
  }
}

.glow-info {
  animation: glow-blue 0.5s ease-in-out;
}

.glow-success {
  animation: glow-green 0.5s ease-in-out;
}

.glow-danger {
  animation: glow-red 0.5s ease-in-out;
}

li {
  font-size: 3vh;
}

figcaption {
  margin-top: 1vh;
  font-size: 1vw;
  color: white;
  font-weight: bold;
}

figure {
  margin-top: 7vh;
  margin-bottom: 7vh;
}

img.tut {
  margin: 2%;
  width: 46%;
}

img.header {
  max-width: 50vh;
  max-height: 30vh;
  height: 20vh;
  width: 40vh;
}

.container {
  border-radius: 20px;
  padding: 10px;
  display: flex !important;
  max-width: 100% !important;
  height: 100% !important;
}

.centered-button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.block-container {
  border-radius: 20px;
  /* padding: 10px; */
  position: absolute;
  max-width: 100% !important;
  height: 100% !important;
  width: 70vw;
  object-fit: cover !important;
}

.custom-modal .modal-content {
  height: auto;
  border-radius: 40px;
  background-color: lightgrey;
}

.custom-modal .modal-dialog {
  max-width: 60%;
}

.warning-div {
  font-size: 18px;
  display: inline-block;
  width: 35vh;
  height: auto;
}

.warning {
  background-color: rgba(235, 51, 0, 0.8);
  text-align: center;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(235, 51, 0, 0.8);
  border-radius: 10px;
  min-height: 8vh;
  height: auto;
  width: 35vh;
}

#map {
  height: 80vh !important;
  width: 100% !important;
  border-radius: 10px !important;
  max-width: 100%;
  max-height: 100%;
  z-index: 10;
  touch-action: pan-x pan-y pinch-zoom;
}

.btn {
  width: 33vh;
  height: 7vh;
  /* border-bottom: 100px; */
  background-color: rgba(0, 36, 90, 0.8);
  border-color: white;
  text-align: center;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.image-btn {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.image-btn1 {
  max-width: 100%;
  max-height: 8%;
  height: 4vh;
}

.tut-img {
  width: 20vh;
  height: 5vh;
  border-radius: 5px;
}

.disabled {
  background-color: #199bc1;
}

.focus {
  background-color: cyan;
}

#blackOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(
    to right,
    rgba(4, 2, 2, 1),
    rgba(20, 20, 20, 1)
  );
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: none;
}

div.visible {
  opacity: 1 !important;
  z-index: 9999;
  transition: opacity 1s ease-in-out;
}

h1.visible {
  opacity: 1 !important;
  z-index: 9999;
}

.tut-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

div.tut {
  background: none !important;
  background-color: transparent !important;
  padding: 4vh;
  max-height: 95vh;
  height: 95vh !important;
  grid-column: 4/18;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
}

p.tut {
  font-size: 2vh;
  color: white;
}

button.tut {
  background-color: #17a2b8;
  border: none;
  max-width: 15vw;
}

.start-div-btn {
  position: fixed;
  display: inherit;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5vh;
  height: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  background: transparent;
}

#tut-start-btn {
  width: 10vw;
  height: auto;
}

div.paging {
  background-color: transparent !important;
  background: none !important;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

img.paging {
  width: 30px;
  height: auto;
}

#next-img {
  transform: rotate(90deg);
}

#next-img:hover {
  transform: scale(1.4) rotate(90deg);
}

#next-img:active {
  transform: scale(1.4) rotate(90deg);
  outline: none;
}

#next-img:focus {
  outline: none;
}

#prev-img {
  transform: rotate(-90deg);
}

#prev-img:hover {
  transform: scale(1.4) rotate(-90deg);
}

#prev-img:active {
  transform: scale(1.4) rotate(-90deg);
  outline: none;
}

#prev-img:focus {
  outline: none;
}

#prev-btn {
  background: none;
  border: none;
}

#next-btn {
  background: none;
  border: none;
}

.scaled-up-next {
  transform: scale(2) rotate(90deg) !important;
}
.scaled-up-prev {
  transform: scale(2) rotate(-90deg) !important;
}

ul {
  list-style-type: square;
  color: white;
}

#signalBox {
  display: flex;
  flex-direction: row;
  height: 4rem;
  width: 50%;
  justify-content: space-between;
  padding: 0.1rem;
}
