.ui-widget.ui-widget-content {
  border: 1px solid #444;
}
.ui-widget-content {
  border: 1px solid #444;
  background: #2d2d2d;
  color: #ddd;
}
.ui-widget-content a {
  color: #ddd;
}
.ui-widget-header {
  border: 1px solid #444;
  background: #1e1e1e;
  color: #eee;
  font-weight: bold;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #555;
  background: #333;
  font-weight: normal;
  color: #ccc;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #ccc;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #0d6efd;
  background: #0d6efd;
  font-weight: normal;
  color: #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #0d6efd;
  background: #0d6efd;
  font-weight: normal;
  color: #fff;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffc107;
  background: #ffc107;
  color: #000;
}
.ui-datepicker .ui-datepicker-header {
  background: #1e1e1e;
}
