:root,
page {
  --nut-scale-f: 1;
  --nut-scale-font: var(--nut-scale-f, 1);
  --nut-scale-icon: var(--nut-scale-f, 1);
  --nut-icon-height: calc(16px * var(--nut-scale-icon, var(--nut-scale-f, 1))) !important;
  --nut-icon-width: calc(16px * var(--nut-scale-icon, var(--nut-scale-f, 1))) !important;
  --nut-icon-line-height: calc(16px * var(--nut-scale-icon, var(--nut-scale-f, 1))) !important;
}

/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-timeselect {
  background-color: var(--nutui-color-background-overlay, #ffffff);
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px * var(--nut-scale-f, 1));
}
.nut-timeselect-content {
  display: flex;
  flex: 1;
}
.nut-timeselect-content-left {
  min-width: var(--nutui-timeselect-date-width, calc(140px * var(--nut-scale-f, 1)));
  height: 100%;
  /* #ifndef dynamic*/
  overflow: auto;
  /* #endif */
  background: var(--nutui-color-background-sunken, #f7f8fc);
}

.nut-timepannel {
  padding: 0 calc(16px * var(--nut-scale-f, 1));
  height: var(--nutui-timeselect-date-height, calc(40px * var(--nut-scale-f, 1)));
  line-height: var(--nutui-timeselect-date-height, calc(40px * var(--nut-scale-f, 1)));
  text-align: start;
  color: var(--nutui-color-text, #505259);
  font-size: var(--nutui-font-size-base, calc(14px * var(--nut-scale-font, var(--nut-scale-f, 1))));
}
.nut-timepannel.active {
  background: var(--nutui-color-background-overlay, #ffffff);
  color: var(--nutui-timeselect-date-active-color, var(--nutui-color-title, #1a1a1a));
  font-weight: var(--nutui-font-weight-bold, 600);
}