﻿.vertical-tab-set {
  background-color: #2f3a3f;
  width: 78px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
.vertical-tab-set li {
  color: #fff;
  padding: 0;
  margin: 0;
  display: block;
  padding: 0.5rem 0.3rem;
  font-size: 0.85rem;
  user-select: none;
  -moz-user-select: none;
}
.vertical-tab-set li:not(.selected):hover {
  background-color: #2f3a3f;
  cursor: pointer;
}
.vertical-tab-set li.selected {
  background-color: #45555c;
  color: #37beff;
}
.vertical-tab-set li > div {
  text-align: center;
}