.apToolbar .zoom-levels {
  margin-bottom: 1em;
  padding-right: 0.3em;
}

.apToolbar .zoom-levels-content {
  padding: 0.2em 0.5em 0.2em 0.5em;
  cursor: pointer;
  color: #e9e9e9;
  text-align: left;
  font-size: 0.9em;
  border-radius: 3px;
  transition: background-color 0.2s;
}

.apToolbar .zoom-levels-content:hover {
  background-color: #494e60;
}

.apToolbar .zoom-levels-content.checked {
  background-color: #494e60;
  opacity: 1;
  transition: background-color 0.2s;
}

.apToolbar .zoom-levels-content .label {
  padding-left: 0.5em;
  user-select: none;
}

.apToolbar #actual-zoom{
  padding: 0.2em 0.4em 0.3em 0.4em;
  margin-bottom: 0.3em;
  margin-right: 0.3em;
  margin-top: 0.5em;
  color: #e9e9e9;
  text-align: center;
  font-size: 0.9em;
  border-radius: 3px;
  background-color: #191b1e;
}

.apToolbar #actual-zoom-content{
  border-bottom: 2px solid;
  transition: border-color 0.3s;
}