.ics-input-picker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  .nut-input {
    flex: 1;
    padding: 10px !important;
  }

  .text {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
  }
}

.nut-rangedatetime-popup {
  border-radius: 10px 10px 0 0;
  .nut-time-select-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);

    .nut-time-select {
      padding: 15px 0;

      .label {
        font-family: PingFang SC;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
        text-align: center;
        letter-spacing: 0px;
        font-variation-settings: 'opsz' auto;
        color: rgba(0, 0, 0, 0.25);
      }

      .time {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 34px;
        margin-top: 5px;
        border-radius: 24px;
        background: #f6f7f9;
        font-family: PingFang SC;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
        text-align: center;
        letter-spacing: 0px;
        font-variation-settings: 'opsz' auto;
        color: rgba(0, 0, 0, 0.25);
        cursor: pointer;
      }
      .nut-time-select-checked {
        box-sizing: border-box;
        border: 1px solid var(--nut-primary-color, #fa2c19);
        color: var(--nut-primary-color, #fa2c19);
      }
    }
  }
}
