.mous-tab-linkage .tab-container {
  align-items: stretch;
  display: flex;
  justify-content: center;
}
.mous-tab-linkage .tab-container .tab-item {
  border: 1px solid #e0e0e0;
  color: #757575;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  font-size: 12px;
  margin: 0 3px;
  max-width: 120px;
  padding: 1rem;
  text-align: center;
  justify-content: center;
}
.mous-tab-linkage .tab-container .tab-item .icon-image {
  display: block;
  font-size: 1.5rem;
  margin: 0 auto 6px;
  filter: invert(0.8);
}
.mous-tab-linkage .tab-container .tab-item:hover {
  cursor: pointer;
  color: #00bec8;
}
.mous-tab-linkage .tab-container .tab-item:hover .icon-image {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(137deg);
}
.mous-tab-linkage .tab-container .tab-item.active-state {
  cursor: pointer;
  border-color: #00bec8;
  color: #00bec8;
}
.mous-tab-linkage .tab-container .tab-item.active-state .icon-image {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(137deg);
}
