.tab-menu {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ccc;
  border: 1px solid #bbb;
  box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.1);
}

.tab-menu-button {
  padding: 0.5vw;
}

.tab-menu-button-icon {
  width: 2vh;
  height: 2.5vh;
  cursor: pointer;
}

.tab-menu-button-selected {
  background: white;
}

.tab-menu-text{
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
}
.disabled-btn {
  cursor: not-allowed;
}
