.fixed-right-icons {
  position: fixed;
  top: 80%;
  right: -180px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  z-index: 3;
}

.nav-button {
  width: 50px;
  height: 50px;
  background-color: #e056fd;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.nav-button:first-child {
  margin-bottom: 10px;
}

.nav-button-imagebox {
  width: 100;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-button-imagebox-eye img {
  max-width: 50%;
}

.nav-button-imagebox-cancel img, .nav-button-imagebox-sound img {
  max-height: 35%;
}

.fixed-nav {
  width: 180px;
  min-height: 180px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #e056fd;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.fixed-nav-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.colorChanged.yellow {
  color: #ff0 !important;
}

.colorChanged.green {
  color: #0f0 !important;
}

.colorChanged.white {
  color: white !important;
}

.colorChanged.yellow::placeholder {
  color: #ff0;
}

.colorChanged.green::placeholder {
  color: #0f0;
}

.colorChanged.white::placeholder {
  color: white;
}

#increase-font, #decrease-font {
  font-size: 35px;
  cursor: pointer;
}

.fixed-item-A {
  font-size: 18px;
  cursor: pointer;
}

.fixed-item-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.fixed-nav-row>* {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.fixed-items-middle-row>* {
  background-color: #c736e7;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

#reload-btn {
  cursor: pointer;
}

#change-color-white {
  color: #fff;
  font-weight: bold;
}

#change-color-green {
  color: #0f0;
  font-weight: bold;
}

#change-color-yellow {
  color: #ff0;
}

/* .items-color-white {
  color: #fff;
}
.items-color-green {
  color: #0f0;
}
.items-color-yellow {
  color: #ff0;
} */

.reload-imagebox {
  max-width: 55%;
}

.reload-imagebox img {
  width: 100%;
}

.fixed-item-active {
  right: 0;
}

.nav-button-imagebox-cancel {
  display: none;
}

.uppercaseGeoFont {
  font-family: "BPGDejaVuSansCaps-Book" !important;
}

.lowerCaseGeoFont {
  font-family: "BPGDejaVuSans" !important;
}

.hideFixedItemLogo {
  display: none;
}

.showFixedItemLogo {
  display: flex;
}

.lowerCaseEngFont {
  text-transform: lowercase;
}

.uppercaseEngFont {
  text-transform: uppercase;
}

.backgroundColorBlack {
  background-color: #000 !important;
}

.nav-button-imagebox-sound.disabled {
  position: relative;
}

.nav-button-imagebox-sound.disabled::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #fff;
}