.ics-date-range {
  text-align: center;  
  border-width: 0.5px;
  border-style:  solid;
  border-color: $daterange-border-color;
  padding:  $daterange-padding;
  border-radius: $daterange-border-radius;
  color: $daterange-text-color;
  font-size: $daterange-font-size;
  display: inline-block;
  background-color: $daterange-background-color;
}

.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);
      }
    }
  }
}
