$primary-color: #6B4FA4;
$bg-color: white;

#vcm-header {
  // justify-content: space-around;
  padding: 5px;
  min-height: 25px;
  background: $primary-color;
  display: flex;
  margin: 0;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
              0px 8px 10px 1px rgba(0, 0, 0, 0.14),
              0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vcm-header-button {
  max-height: 36px;
  min-width: 96px;
  border: 10px;
  cursor: pointer;
  margin: 2px;
  padding: 2px;
  user-select: none;
  border-radius: 2px;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  background-color: inherit;
  color: $bg-color;
  svg {
    fill: $bg-color;
  }
}
[disabled] {
  color: black;
  opacity: .4;
}
.horizontal-menu {
  display: flex;
  flex-direction: row;
}