.vt-icon-bar {
  width: 90px;
  background-color: #e9372b;
}

.vt-icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}

.vt-icon-bar a:hover {
  background-color: #7e7e7e;
}

.vt-active {
  background-color: #ffa901;
}

