.newDatePicker {
  * {
    box-sizing: border-box;
  }
  position: absolute;
  z-index: 9;
  left: -1px;
  top: 30px;
  width: 606px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 5px 5px #ccc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  .rdrDefinedRangesWrapper,
  .rdrMonthName {
    display: none;
  }
  .rdrMonth {
    width: 250px;
  }
  .rdrDayToday .rdrEndEdge {
    color: #9fc3ff !important;
  }
  .selector {
    display: flex;
  }
  .about {
    padding: 6px 10px;
  }
}
.newDatePikcerOne {
  width: 252px;
  .selector {
    flex-direction: column;
  }
  .picker {
    flex-direction: column;
  }
}
.newDatePickerBtns {
  width: 102px;
  padding: 0 8px;
}
.newDatePickerList {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  .item {
    display: block;
    width: 78px;
    line-height: 26px;
    color: #666;
    margin: 6px 4px;
    border-radius: 2px;
    text-align: center;
    padding: 0 8px;
    &:hover {
      color: #fff;
      -webkit-transition: background 200ms ease-in;
      -o-transition: background 200ms ease-in;
      transition: background 200ms ease-in;
    }
  }
}
.newDatePickerRes {
  padding-top: 12px;
  text-align: center;
  .currentRange {
    padding: 0 10px 0 5px;
  }
  .currentRangeText {
    border-radius: 2px;
    border: 1px solid rgb(22, 160, 133);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 24px;
  }
  .btns {
    padding: 20px 0;
    text-align: center;
    a {
      padding: 0 20px;
      line-height: 30px;
      display: inline-block;
      border-radius: 2px;
      background: #65c178;
      color: #fff;
      font-size: 14px;
      &:hover {
        background: #999;
        color: #fff;
        -webkit-transition: background 200ms ease-in;
        -o-transition: background 200ms ease-in;
        transition: background 200ms ease-in;
      }
    }
  }
  .ml12 {
    margin-left: 12px;
  }
}
