.DayPicker-Day--highlighted:not(.DayPicker-Day--outside),
.DayPicker-Day--selected:not(.DayPicker-Day--outside) {
  background-color: #000 !important;
  color: white;
  border-radius: 100%;
}

.DayPicker {
  font-size: 16px;
  border: 2px solid #e4e8ec;
  border-radius: 3px;
  margin-top: 25px;
  padding-bottom: 15px;
}

.DayPicker-Months {
  padding: 0 20px;
}

.DayPicker-Month {
  margin: 12px 0 0;
  border-collapse: separate;
  border-spacing: 3px;
}

.DayPicker-Day {
  padding: 12px 15px;
  font-weight: normal !important;

  &:focus {
    outline: none;
  }
}

.DayPicker-NavBar span {
  &:focus {
    outline: none;
  }
}

.DayPicker-Caption {
  padding: 0;
  margin: 0 -20px;

  div {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #e4e8ec;
    padding-bottom: 14px;
  }
}

.DayPicker-Day--outside {
  color: #c5c8d1;
}

.DayPicker-Day--today {
  color: inherit;
}

.DayPicker-wrapper:focus {
  outline: none;
}

.DayPicker:not(.DayPicker--interactionDisabled)
.DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #02bf6f !important;
  color: #fff;
}

.DayPicker-NavButton {
  top: 16px;
  right: 10px;
  width: 20px;
}

.DayPicker-NavButton--prev {
  margin-right: 30px;
}
