.color-green {
    color: #0ba376 !important;
}

.hide {
    display: none;
}

.tabs {
  display: flex;
}

.tab {
  flex: 1;
  cursor: pointer;
}

.tab.active {
  background-color: #0ba376;
}

.tab-content.active {
  max-height: 90vh;
  overflow-y: auto;
}
