/* src/scenes/tiwi/tiwi.scss */
body {
  background-color: #232324;
}
.controls {
  padding: 0;
  min-height: 100vh;
  position: relative;
  padding-top: 20px;
  background-color: #232324 !important;
}
.controls::before {
  content: "";
  display: inline-block;
  background: url("./assets/motif.KW42JOUQ.png");
  height: 20px;
  width: 100%;
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}
.controls::after {
  content: "";
  display: inline-block;
  background: url("./assets/motif.KW42JOUQ.png");
  height: 20px;
  width: 100%;
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.controls__header {
  color: #C2743B !important;
  background: #232324 !important;
}
.controls label {
  color: #C2743B !important;
}
.controls .draw-small-break-btn {
  --btn-color: #C2743B;
  --image: url("./assets/rake.P6EH3J3X.svg");
  --image-size: 80%;
  background-size: contain !important;
}
.controls .draw-big-break-btn {
  --btn-color: #C2743B;
  --image: url("./assets/dozer.E5ZCU2JN.svg");
  --image-size: 80%;
  background-size: contain !important;
}
.controls .next-btn {
  background-color: #C2743B !important;
}
.controls .next-btn:disabled {
  background-color: rgb(76.6798418972, 45.8498023715, 23.3201581028) !important;
}
.controls .wind .compass-rose__label,
.controls .wind .arrow-path {
  fill: #C2743B;
}
.controls .wind-slider__label {
  color: #C2743B !important;
}
.controls .wind-slider__image {
  filter: invert(100%);
}
/*# sourceMappingURL=tiwiStyles.YYSOWDXY.css.map */
