/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-timedetail {
  display: flex;
  align-content: flex-start;
  flex: 1;
  min-width: 0;
  flex-wrap: wrap;
  padding: 0 0 50px 12px;
}
.nut-timedetail-item {
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px 10px 0;
  background: #f2f3f5;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid transparent;
}
.nut-timedetail-item.active {
  background-color: #ffebf1;
  border: 1px solid #ff0f23;
  color: #ff0f23;
  font-weight: 600;
}

[dir=rtl] .nut-timedetail,
.nut-rtl .nut-timedetail {
  padding: 0 12px 50px 0;
}