.selection-overlay-container[data-v-b94ee76c] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(177, 177, 177, 0.5);
  z-index: 9;
  top: 0px;
  left: 0px;
  text-shadow: 0 0 4px white;
  text-transform: uppercase;
}
.selection-overlay-container.selected[data-v-b94ee76c] {
  background: rgba(177, 177, 177, 0.8);
}
.selection-overlay-container[data-v-b94ee76c]:hover {
  background: rgba(177, 177, 177, 0.7);
}
