.compass_main_container {
  width: 100%;
  height: 100%;
  padding-bottom: 41px;
}

.compass_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.compass_bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.compass_needle {
  width: 65%;
  height: 65%;
  position: absolute;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.6s ease-out;
}

.compass_val_container {
  /* display: none;  */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 1);
  backdrop-filter: blur(5px);
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: black;
  cursor: default;
  font-size: 1em;
  font-weight: 500;
  padding: 0 3px;
  min-width: 30px;
}

/* #myCanvasVal {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  outline: 1px solid;
  width: 20%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
} */
