.pixiViewerOptions {
  position: absolute;
  color: white;
  text-transform: uppercase;
  font-family: "lato";
  font-size: 12px;
  float: left;
  z-index: 10;
  bottom: 37vh;
  margin-left: 1rem;
}
.pixiViewerOptions > span {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pixiViewerOptions img {
  max-width: 40px;
  max-height: 40px;
}
.pixiViewerOptions p {
  width: 100px;
  margin-left: 20px;
}
.pixiColorOptions {
  position: absolute;
  color: white;
  text-transform: uppercase;
  font-family: "lato";
  font-size: 12px;
  right: 0;
  z-index: 10;
  bottom: 10vh;
  margin-right: 1rem;
}
.pixiColorFinish {
  display: flex;
  margin-bottom: 8px;
}
.pixiColorFinish p {
  display: none;
}
.pixiColorFinish .pixiColorsOutline {
  display: none;
}
.pixiColorSelected {
  display: flex;

  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 12px;
}
.pixiColorSelected p {
  display: flex;

  text-align: right;
  direction: rtl;
  position: absolute;
  right: 3.3vw;

  margin-top: 16px;
  width: 25px;
}
.pixiColorSelected .pixiColorsOutline {
  z-index: 11;
  position: absolute;
  max-width: 45px;
  max-height: 45px;
  min-width: 35px;
  min-height: 35px;
}

.pixiannotationselected {
    filter: invert(99%) sepia(0%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}