.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 700px;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.rightMost {
  left: auto;
  right: 0;
}
.flatpickr-calendar.leftMost {
  left: 0;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.flatpickr-calendar:before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 22px;
}
.flatpickr-calendar:after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 22px;
  border: 6px solid transparent;
  border-bottom-color: #e6e6e6;
}
.rangeMode .flatpickr-calendar {
  margin-top: -1px;
}
.flatpickr-calendar.hasWeeks {
  width: auto !important;
}
.hasWeeks .flatpickr-day {
  box-shadow: none !important;
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.hasWeeks .flatpickr-day:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hasWeeks .flatpickr-day:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.flatpickr-calendar.showTimePreview.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
#startInput:focus+.flatpickr-calendar, #endInput:focus+.flatpickr-calendar, #startInput:focus+.flatpickr-calendar.open, #endInput:focus+.flatpickr-calendar.open {
  z-index: 999;
}
.flatpickr-input[readonly] {
  cursor: pointer;
  background-color: #fff;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-container {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #3c3c3c;
  fill: #3c3c3c;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  color: #3c3c3c;
  fill: #3c3c3c;
  height: 28px;
  width: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #2b2b2b;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
  stroke-width: 2px;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
  padding: 0;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 300;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.numInputWrapper input:hover, .numInputWrapper input:focus {
  outline: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
}
.numInputWrapper span:hover {
  opacity: 1;
}
.numInputWrapper span:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.numInputWrapper span.arrowUp {
  top: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #3c3c3c;
  top: 50%;
  margin-left: -4px;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #3c3c3c;
  top: 50%;
  margin-left: -4px;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.cur-year {
  padding: 0 0 0 0.5ch;
  height: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: inherit;
  cursor: pointer;
}
.cur-year:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 0;
  height: 28px;
  display: inline-block;
  text-align: center;
}
.flatpickr-current-month .cur-year {
  color: inherit;
  font-size: 14px;
}
.flatpickr-current-month .cur-month {
  color: inherit;
  font-size: 14px;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
span.flatpickr-weekday {
  background: transparent;
  color: #3c3c3c;
  fill: #3c3c3c;
  font-size: 90%;
  font-weight: bolder;
  cursor: default;
  user-select: none;
  flex: 1;
}
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  color: #393939;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  outline: 0;
  background: #e6e6e6;
  box-shadow: none;
  border-color: transparent;
}
.flatpickr-day.inRange {
  border-radius: 0;
  transform: translate3d(0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  box-shadow: -1px 0 0 #e6e6e6, 1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.focus {
  background: #009B77;
  border-color: #009B77;
  color: #fff;
  box-shadow: none;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.endRange.selected, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.disabled, .flatpickr-day.flatpickr-disabled {
  color: rgba(0,0,0,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.disabled:hover, .flatpickr-day.flatpickr-disabled:hover {
  cursor: default;
  color: rgba(0,0,0,0.3);
}
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  color: rgba(0,0,0,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(0,0,0,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.week.selected {
  border-radius: 0;
  transform: translate3d(-6px, 0, 0);
  box-shadow: -5px 0 0 #009B77, 5px 0 0 #009B77;
  margin-left: -6px;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: -1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer {
  display: block;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  height: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 40px;
}
.flatpickr-time.hasTime .dayContainer {
  max-height: 250px;
}
.flatpickr-time .numInputWrapper {
  height: 40px;
  width: 74px;
  float: left;
}
.flatpickr-time .numInputWrapper span {
  width: 50%;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3c3c;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3c3c;
}
.flatpickr-time input {
  height: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 14px;
  color: #3c3c3c;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: center;
  width: 100%;
}
.flatpickr-time input.amPM {
  width: 60px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: 40px;
  line-height: 40px;
  float: left;
  width: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3c3c3c;
  font-weight: 300;
}
.flatpickr-time .flatpickr-am-pm {
  width: 18%;
  cursor: default;
}
.flatpickr-time .flatpickr-am-pm:hover {
  background: #e6e6e6;
}
.flatpickr-confirm {
  height: 40px;
  color: #009B77;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 300;
}
.flatpickr-confirm:hover {
  background: #e6e6e6;
}
.flatpickr-confirm:focus {
  outline: 0;
}
