.ui-timepicker-hour-cell,
.ui-timepicker-minute-cell,
.ui-datepicker-calendar tr td {
  height: auto;
}

.ui-datepicker {
  background-color: white !important;
}

table.ui-timepicker-table {
  margin-block: initial;
}

.globalestonian-daterange-widget input[type="text"][name$="[date]"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%230000f0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 30px;
}

.globalestonian-daterange-widget input[type="text"][name$="[time]"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%230000f0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 30px;
}

.globalestonian-daterange-widget input[type="text"] {
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 30px;
}

.content-main .globalestonian-daterange-widget input[type="text"] {
  padding-top: 5px !important;
}

.globalestonian-daterange-widget input[type="text"][name$="[time]"] {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}

.ui-datepicker {
  z-index: 2 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid transparent;
  background: transparent;
  text-align: center;
  color: #000;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default,
.ui-datepicker-calendar .ui-button {
  font-size: 1.2em;
}

.ui-widget-header {
  border: none;
  background: transparent;
}

.ui-datepicker .ui-datepicker-prev span::before,
.ui-datepicker .ui-datepicker-next span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000f0;
  mix-blend-mode: color;
  pointer-events: none;
}

.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,
.ui-button:hover,
.ui-button:focus {
  border: none;
  background: transparent;
  cursor: pointer;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid;
  text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #0000f0;
  color: white;
  font-weight: bold;
  text-align: center;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  background-color: white;
}

.ui-timepicker-hour-cell a:not([href]):not([tabindex]).ui-state-active,
.ui-timepicker-minute-cell a:not([href]):not([tabindex]).ui-state-active {
  color: white;
}
