.not-activated {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255);
  background-image: url(https://static-cdn.racemap.com/custom/not-activated.svg);
  opacity: 0.2;
  background-position: center;
  background-size: 400px;
  z-index: 10000;
  pointer-events: none;
}
