.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  /* background: black; */
  background: transparent !important;
}

.speedometer {
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000; /* Ensure it's on top */
  user-select: none;
}

.watermark {
  position: absolute;
  z-index: 0;
  left: 80.5px;
  bottom: 42px;
  opacity: 1;
}

.watermark-icon {
  width: 150px;
  height: 200px;
}

.dial-speedo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 168, 168, 0.616) 5%, rgba(51, 51, 51, 0.8) 90%);
  position: absolute;
  border: 6px solid rgb(48, 48, 48); /* transparent border */
}

.seatbelt-icon {
  position: absolute;
  right: 60px;
  bottom: 15px;
  width: 40px;
  height: 30px;
  rotate: 5deg;
  z-index: 6;
  transition: filter 0.3s ease;
}

.fuel-icon {
  position: absolute;
  right: 80px;
  top: 142px;
  width: 15px;
  height: 15px;
  z-index: 6;
}

.engine-icon {
  position: absolute;
  left: 92px;
  bottom: 143px;
  width: 17px;
  height: 12px;
  z-index: 6;
}

.headlight-icon {
  position: absolute;
  right: 14px;
  bottom: 75px;
  width: 24px;
  height: 18px;
  z-index: 7;
  opacity: 0.75;
}

.speed-display {
  position: absolute;
  bottom: 180px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  z-index: 5;
}

.speed-perhour {
  position: absolute;
  bottom: 145px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  z-index: 5;
  transform: scaleY(1.2); /* 1.0 is normal, 1.2 is 20% taller */
  letter-spacing: -1px;
}

.gear-display {
  position: absolute;
  bottom: 107px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: white;
  font-style: italic;
  font-family: "Bebas Neue", sans-serif;
  z-index: 5;
}

.rpm-display {
  position: absolute;
  left: 31px;
  bottom: 73px;
  width: 80%;
  text-align: center;
  font-style: bolder;
  font-size: 25px;
  color: #dbdbdb;
  font-family: "Bebas Neue", sans-serif;
  z-index: 5;
}

.inside-dial {
  border: 25px solid rgba(53, 53, 53, 0.795); /* transparent border */
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: radial-gradient(farthest-side, rgba(145, 145, 145, 0.253) 60%, rgba(53, 53, 53, 0.445) 100%);  top: calc(15% - 10px);
  left: calc(15% - 10px);
  z-index: 4;
  position: relative;
}

.icon {
  position: absolute;
  font-size: 16px;
  color: white;
  font-family: monospace;
}

.rpm-arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: rotate(-180deg);
  pointer-events: none;
  opacity: 0.9;
}

.health {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#rpmTip {
  stroke: none;
  fill: red;
  stroke-linecap: butt;
  filter: drop-shadow(0 0 1.2px red);
}

.tip {
  z-index: 9;
}

.tick {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 113.5px;
  left: 49.1%;
  filter: drop-shadow(0 0 0.7px black);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 36px solid rgb(43, 43, 43); /* color of the triangle */
  transform-origin: bottom center;
  rotate: -45deg;
  z-index: 4;
}

.circular-number {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  font-family: "Bebas Neue", sans-serif;
}

.number {
  position: absolute;
  color: white;
  font-size: 15px;
  font-family: "Bebas Neue", sans-serif;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.health {
  position: absolute;
  width: 50%;
  height: 50%;
  pointer-events: none;
  z-index: 4;
}

.arc-svg-engine {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 73px;
  rotate: 32deg;
  stroke-linecap: butt;
  opacity: 0.95;
}

.arc-svg-fuel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 88px;
  rotate: -84deg;
  stroke-linecap: butt;
  opacity: 0.95;
  transform: scaleX(-1);
}

.arc-bg {
  fill: none;
  stroke: #363636;
  stroke-width: 13;
  stroke-linecap: butt;
}

.arc {
  fill: none;
  stroke-width: 10;
}

.arc.engine {
  stroke: #ff0000de;
}

.arc.fuel {
  stroke: #0fb3ff;
}

#indicator img {
  width: 20px;
  height: 25px;
  opacity: 0.75;
}

.rightsignal-icon{
  position: absolute;
  z-index: 6;
  right: 100px;
  bottom: 67.5px;
}

.leftsignal-icon {
  position: absolute; 
  z-index: 6;
  left: 111px;
  bottom: 67.5px;
}

.gloss {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.486), transparent);
  pointer-events: none;
}

.engine-button-container {
  position: absolute;
  bottom: -13px;
  right: -12px;
  z-index: 10;
  pointer-events: none;
}

.engine-bg {
  position: absolute;
  width: 57px;
  height: 57px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background-color: #474747;
}

.engine-button {
  --engine-color: red;
  width: 45px;
  height: 45px;
  position: relative;
  background: radial-gradient(circle at 30% 30%, #5e5e5e, #2c2c2c);
  border-radius: 50%;
  border: 2px solid var(--engine-color);
  display: flex;
  box-shadow: inset 0 0 3px 3px #2c2c2c;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  pointer-events: none;
}

.engine-button.pressed {
  background: radial-gradient(circle at 30% 30%, #3a3a3a, #1e1e1e);
  border-radius: 50%;
  box-shadow:
    inset 0 3px 6px rgba(0,0,0,0.7),
    0 1px 2px rgba(255,255,255,0.1);
  transform: translateY(0.1px);
}

.engine-indicator {
  position: absolute;
  width: 23px;
  height: 5px;
  top: 20px;
  border-radius: 5px;
  background-color: var(--engine-color);
  box-shadow: 0 0 6px var(--engine-color);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* 
.new {
  color: #eeeeee;
} */