/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-picker {
  background-color: #ffffff;
  width: 100%;
}
.nut-picker-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 16px;
  box-sizing: border-box;
  font-size: 16px;
}
.nut-picker-cancel-btn {
  color: #505259;
  font-size: 14px;
}
.nut-picker-confirm-btn {
  color: #ff0f23;
  font-size: 14px;
}
.nut-picker-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
}
.nut-picker-panel {
  display: flex;
}