/* DatePicker Container */
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  border: 1px solid #c0d9eb !important;
  border-radius: 4px;
}
.ui-datepicker a {
  text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker table tr {
  height: auto;
}
.ui-datepicker-header {
  background: transparent;
  color: #131f6b;
  font-weight: normal;
  text-shadow: 0 0 0.5px #131f6b;
  line-height: 30px;
  border: none;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background-color: #eef3f6;
  border: 1px solid #eef3f6 !important;
  line-height: 600%;
  overflow: hidden;
  top: 2px !important;
}
.ui-datepicker-prev {
  left: 2px !important;
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  right: 2px !important;
  float: right;
  background-position: center 0px;
}
.ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
  background-color: #eef3f6 !important;
  border: 1px solid #eef3f6 !important;
  top: 2px !important;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  top: 17px;
  width: 11px;
  height: 9px;
  background: url('images/dropdown_arrow.svg') no-repeat transparent !important;
}
.ui-datepicker .ui-datepicker-next span {
  left: 18px;
  transform: rotate(-90deg);
}
.ui-datepicker .ui-datepicker-prev span {
  left: 16px;
  transform: rotate(90deg);
}
.ui-datepicker thead {
}
.ui-datepicker th {
  background: transparent;
  text-transform: lowercase;
  font-size: 16px;
  padding: 5px;
  color: #9ea0ac;
}
.ui-datepicker tbody td {
  padding: 0;
  border: none;
}
.ui-datepicker tbody td a {
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border: none;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  font-size: 16px;
  color: #131f6b !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  padding: 8px;
  margin: auto;
}
.ui-datepicker-calendar .ui-state-default {
  background: transparent;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #ecf1f4;
}
.ui-datepicker-calendar .ui-state-active {
  background: #e85e20;
  color: #ffffff !important;
  position: relative;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 20px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 20px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 20px;
  margin-bottom: 0;
}
