/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-timeselect {
  background-color: var(--nutui-color-surface-2);
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px);
}
.nut-timeselect-content {
  display: flex;
  flex: 1;
}
.nut-timeselect-content-left {
  width: var(--nutui-timeselect-date-width, 140px);
  min-width: var(--nutui-timeselect-date-width, 140px);
  height: 100%;
  overflow: auto;
  background: var(--nutui-gray-2, #f8f8f8);
}

.nut-timepannel {
  padding: 0 16px;
  height: var(--nutui-timeselect-date-height, 40px);
  line-height: var(--nutui-timeselect-date-height, 40px);
  text-align: start;
  color: var(--nutui-color-text);
  font-size: var(--nutui-font-text);
}
.nut-timepannel.active {
  background: var(--nutui-color-surface-2);
  color: var(--nutui-timeselect-date-active-color, var(--nutui-color-title));
  font-weight: var(--nutui-font-weight-bold);
}