@import "https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300&family=Libre+Baskerville&display=swap";
.starmap-poster {
  background-color: #ebedef;
}

.starmap-poster .poster-canvas {
  border: none;
  justify-content: center;
  padding: 0 10em;
}

.starmap-poster .frame {
  inset: 6em;
}

.starmap-poster .frame.outer {
  inset: 5.2em;
}

.starmap-poster .poster-canvas .labels {
  padding: 10em 2em 3em;
  background: none !important;
}

.starmap-poster .poster-canvas .labels .subtitle {
  font-size: 2.5em;
}

.starmap-poster .poster-canvas .labels .subtitle-2 {
  font-size: 2em;
}

.starmap-poster .poster-canvas .labels.classic .subtitle-2, .starmap-poster .poster-canvas .labels.mono .subtitle-2 {
  margin-top: .6em;
}

.starmap-poster .input-group-text {
  min-width: 80px;
}

.starmap-poster .acryl {
  background: #fff3;
  box-shadow: 0 4px 30px #0000001a, inset 0 0 0 2px #fff;
}

.starmap-poster .acryl:before {
  content: "";
  background: #fff6;
  width: 20%;
  height: 100%;
  animation-name: glare;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 1s;
  position: absolute;
  top: 0%;
  left: -125%;
  transform: skew(45deg);
}

.starmap-poster .aluminium {
  background-size: cover;
  transition: transform .2s ease-in-out;
  box-shadow: 0 0 45em #2f394b40, inset 0 0 0 2px #0000000d;
}

.starmap-poster .aluminium[data-aluminium-color="silver"] {
  background-color: #e4e4e4;
  background-image: url("https://wallable.nl/wp-content/uploads/2024/12/aluminium-silver-2.webp");
}

.starmap-poster .aluminium[data-aluminium-color="gold"] {
  background-color: #c3bb80;
  background-image: url("https://wallable.nl/wp-content/uploads/2024/12/aluminium-gold-2.webp");
}

.starmap-poster .aluminium[data-aluminium-color="bronze"] {
  background-color: #c4987b;
  background-image: url("https://wallable.nl/wp-content/uploads/2024/12/aluminium-bronze-2.webp");
}

.starmap-poster .aluminium.no-shadow {
  box-shadow: none !important;
}

.starmap-poster .aluminium[data-perspective="true"] {
  transform: perspective(50em)rotateX(2deg);
}

#star-map canvas {
  margin: 0 auto;
  display: block;
}

@keyframes glare {
  from {
    left: -125%;
  }

  to {
    left: 180%;
  }
}

.block-wrapper {
  z-index: 1;
  width: 30em;
  height: 5em;
  position: absolute;
  bottom: -2em;
  left: calc(50% - 15em);
}

.acryl-block {
  background-color: #302d2d;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 0 5px #0000004d, inset 2px -2px 0 2px #000000b3;
}

.acryl-block.oak {
  background-color: #be7530;
  background-image: url("https://wallable.de/wp-content/uploads/2024/11/wood-block.webp");
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 5px #0000004d, inset 2px -2px 0 2px #0000001a;
}

.acryl-block:before {
  content: "";
  z-index: -2;
  transform-origin: 0 100%;
  width: 50%;
  max-width: 200px;
  height: 45%;
  max-height: 50px;
  position: absolute;
  bottom: 5px;
  left: 80px;
  transform: skew(50deg);
  box-shadow: -80px 0 8px #0006;
}

.stand-wrapper {
  z-index: 1;
  width: 30em;
  height: 2em;
  position: absolute;
  bottom: -3em;
  left: calc(50% - 15em);
}

.aluminium-stand {
  background-color: #302d2d;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.aluminium-stand:before, .aluminium-stand:after {
  content: "";
  z-index: 1;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 4em;
  max-height: 4em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.aluminium-stand:after {
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
}

.song-img-wrap {
  background-size: cover;
  border-radius: 100%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 16px;
  overflow: hidden;
}

.cover-image {
  z-index: 2;
  border: .5em solid #000;
  border-radius: 100%;
  width: 9em;
  height: 9em;
  position: absolute;
  top: 38em;
  left: calc(50% - 4.5em);
  overflow: hidden;
}

.cover-image img {
  border: .5em solid #fff;
  border-radius: 100%;
  max-width: 100%;
}

.cover-image img.hidden {
  display: none;
}

.songtext {
  color: #fff;
  font-family: Helvetica, Noto Color Emoji, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  overflow: visible;
}

.progress {
  height: 8px;
}

.bg-warning {
  background-color: var(--bs-tertiary);
}

.bg-success {
  background-color: var(--bs-secondary);
}

.song-title {
  font-weight: normal;
}

.modal-content {
  overflow: hidden;
}

.modal-loading {
  backdrop-filter: blur(5px);
  z-index: 9;
  background: #ffffffb3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-loading.hidden {
  opacity: 0;
  pointer-events: none;
}

.modal-loading .loader {
  text-align: center;
  color: #716554;
  width: 100%;
  position: absolute;
}

.modal-loading .loader lottie-player {
  width: 240px;
  height: 240px;
  margin: -60px auto;
}
/*# sourceMappingURL=starmap-poster.886da057.css.map */
