
.left-panel {
  border: 1px solid #d9d9d9;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tabs-parent {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tabs {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.tab {
  border: none !important;
  background: #f6f6f6 !important;
  color: #111 !important;      
  font-weight: 600;
  padding: 16px 22px;
  flex: 0 0 auto;
  width: auto;
  min-width: max-content;
  white-space: nowrap;
}

.tab--selected {
  background: #fff !important;
  color: #111 !important;
}

.tab:not(.tab--selected) {
  color: #666 !important;
}

.tabs-parent .tab-content {
  padding: 0 !important;
  flex: 1 1 auto;
  min-height: 0;
}

.left-panel .ag-root-wrapper {
  border: 0 !important;
}

.left-panel .ag-theme-alpine,
.left-panel .ag-theme-quartz {
  border: 0 !important;
}
