:root {
  --main-color: #ff4d4d;
  --second-color: #ffbb36;
  --third-color: #c62e2e;
  --pulse-color: rgb(255, 187, 54);
  --link-color: #ff4d4d;
  --link-hover-color: #c62e2e;
  --main-color-transp: rgb(255 187 54 / 25%);
}

.fire-font {
  font-family: "New Amsterdam", sans-serif !important;
}

.btn {
  border-radius: 20px !important;
}

body.mini {
  /* radio buttons */
}
body.mini input[type=checkbox]::after {
  background: var(--success);
}
body.mini input[type=radio] + label {
  background-color: var(--third-color);
  color: var(--main-color);
  border-radius: 20px;
}
body.mini input[type=radio]:checked + label {
  background: var(--white);
  color: var(--main-color);
  box-shadow: 0 0 10px 2px var(--second-color);
  border: 1px solid var(--main-color);
}
body.mini .name-input label {
  color: var(--white);
  margin-bottom: calc(var(--margin) * 1.5);
  font-size: var(--h3);
}
body.mini .name-input input {
  border-radius: 15px;
  height: 50px;
  font-size: 1.4rem;
}

#actions {
  background: transparent !important;
  box-shadow: none !important;
}

#fireman-gioele {
  width: 160px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #fireman-gioele {
    width: 224px;
  }
}

.fire-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/j4_fd_background.svg);
  background-size: 420px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  opacity: 0.05;
  filter: brightness(0);
}
#fire-station {
  position: relative;
  width: 90vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #fire-station {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 66.666666%;
    left: 50%;
    z-index: -1;
    width: 40vw;
  }
}

.graph-moving-element {
  transition: transform 0.3s ease;
}

#fire-truck-2 {
  position: fixed;
  bottom: 0;
  left: 30%;
  z-index: 3;
  transform: translate(-50%, 9%);
  width: 128px;
}
@media screen and (min-width: 768px) {
  #fire-truck-2 {
    width: 256px;
  }
}

#fire-truck-1 {
  position: fixed;
  bottom: 0;
  right: -550%;
  z-index: 3;
  transform: translate(-50%, 7%);
  width: 192px;
}
@media screen and (min-width: 768px) {
  #fire-truck-1 {
    right: -125%;
    width: 384px;
  }
}

#fire-helicopter-2 {
  position: fixed;
  top: 7.5%;
  left: 85%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 128px;
}
@media screen and (min-width: 768px) {
  #fire-helicopter-2 {
    top: 25%;
    left: 75%;
    width: 256px;
  }
}

#fire-helicopter-1 {
  position: fixed;
  top: 15%;
  left: -700%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 192px;
}
@media screen and (min-width: 768px) {
  #fire-helicopter-1 {
    left: -200%;
    width: 384px;
  }
}

#fire {
  position: absolute;
  top: 55%;
  top: 75%;
  left: 47.5%;
  width: 50vw;
  max-width: 520px;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.fireman {
  transform: translate(-50%, -50%);
  z-index: 1;
}

#fireman-1 {
  position: absolute;
  top: 42.5%;
  top: 65%;
  left: 20%;
  height: 128px !important;
  width: auto;
}
@media screen and (min-width: 768px) {
  #fireman-1 {
    top: 40%;
    left: 15%;
    height: 256px !important;
  }
}

#fireman-2 {
  position: absolute;
  top: 50%;
  top: 70%;
  left: 75%;
  height: 128px !important;
  width: auto;
}
@media screen and (min-width: 768px) {
  #fireman-2 {
    top: 47.5%;
    left: 70%;
    height: 240px !important;
  }
}

#fireman-3 {
  position: absolute;
  top: 62.5%;
  top: 85%;
  left: -17.5%;
  height: 128px !important;
  width: auto;
}
@media screen and (min-width: 768px) {
  #fireman-3 {
    top: 75%;
    left: 10%;
    height: 256px !important;
  }
}

#fireman-4 {
  position: absolute;
  top: 72.5%;
  top: 95%;
  left: 82.5%;
  width: 192px !important;
}
@media screen and (min-width: 768px) {
  #fireman-4 {
    top: 82.5%;
    left: 77.5%;
    width: 384px !important;
  }
}

#save {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #save {
    width: auto;
  }
}

/*# sourceMappingURL=style.css.map */
