.datepicker {
  background-color: #3a414d;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 302px;
  z-index: -1;
  margin-top: 20px;
}

.datepicker::before,
.datepicker::after {
  border: 8px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-orient-bottom:after {
  border-bottom-color: #3a414d;
  top: -16px;
}

.datepicker-orient-bottom:before {
  border-bottom-color: #717171;
  top: -17px;
}

.datepicker-dropdown {
  border: 1px solid #717171;
  -webkit-box-shadow: 0 3px 19px #222;
  box-shadow: 0 3px 19px #222;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  border-radius: 16px;
  padding: 10px 15px;
  font-size: 15px;
  z-index: 1;
}

.datepicker-dropdown table td {
  padding: 2px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker .day,
.datepicker .year,
.datepicker .month {
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  color: #fff;
  font-weight: 300;
}

.datepicker .prev,
.datepicker .next {
  font-size: 26px;
}

.datepicker .month {
  width: 95px;
  margin-bottom: 5px;
}

.datepicker .year {
  width: 33%;
  text-align: center;
  margin-bottom: 5px;
}

.datepicker .prev:not(.disabled):not(.active):hover,
.datepicker .next:not(.disabled):not(.active):hover,
.datepicker .day:not(.disabled):not(.active):hover,
.datepicker .datepicker-switch:not(.active):hover,
.datepicker .year:not(.disabled):not(.active):hover,
.datepicker .month:not(.disabled):not(.active):hover {
  background-color: #2c3037;
}

.datepicker .prev.disabled,
.datepicker .next.disabled,
.datepicker .day.disabled,
.datepicker .year.disabled,
.datepicker .month.disabled {
  opacity: 0.2;
  cursor: default;
}

.datepicker-days .table-condensed {
  width: 100%;
}

.datepicker-days .table-condensed thead th {
  line-height: 41px;
  height: 42px;
}

.datepicker-days .dow {
  text-align: center;
  background-color: #3a414d;
  cursor: default;
  color: #61b5ff;
  font-weight: 300;
}

.datepicker-days .day:not(.disabled).new {
  opacity: 0.5;
}

.datepicker .month.focused,
.datepicker .day.active {
  color: #ffffff;
  background: #567fc3;
}

.datepicker .today.day,
.datepicker .today.day:hover {
  color: #ff76bd;
}
