/**
 * 日曜日 or 祝日
 *
 */
td.ui-datepicker-week-end:last-child a.ui-state-default,
td.is-holiday a.ui-state-default {
  background-color: #ffecec;
  color: #f00!important;
}

/**
 * 土曜日
 *
 */
td.ui-datepicker-week-end a.ui-state-default {
  background-color: #eaeaff;
  color: #00f!important;
}

/**
 * 当日
 *
 */
.ui-widget-content .ui-datepicker-today > .ui-state-default {
  border: 1px solid #56ACE1;
  background: #56ACE1;
  color: #ffffff;
}

td.ui-datepicker-week-end a.ui-state-hover {
  opacity: 0.8;
}

.use_icon {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

input.datepicker {
  cursor: pointer;
}

input.datepicker::placeholder {
  text-align: right;
}
