#datepicker {
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  padding: 32px 16px 16px 16px;
}
.ui-datepicker {
  width: 320px;
  background: #fff;
  padding: 16px;
  border-radius: 12px;
}
.ui-datepicker-header {
  position: relative;
  margin: 0 16px 8px 16px;
  padding: 8px 0;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 44px;
  height: 28px;
  background: none;
  border: none;
  outline: none;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: #e6e6e6;
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  display: none;
}
.ui-datepicker-prev {
  position: absolute;
  left: 0;
  top: 8px;
}
.ui-datepicker-prev::before {
  display: block;
  content: '‹';
}
.ui-datepicker-next {
  position: absolute;
  right: 0;
  top: 8px;
}
.ui-datepicker-next::before {
  display: block;
  content: '›';
}
.ui-datepicker-title {
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
  color: #000;
  text-align: center;
  display: block;
}
.ui-datepicker-calendar {
  width: 100%;
  border: none;
  table-layout: fixed;
}
.ui-datepicker-calendar th {
  color: #6b7280;
  text-transform: uppercase;
  text-decoration: underline dotted;
  font-size: 12px;
  line-height: 36px;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  line-height: 36px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
}
.ui-datepicker-calendar td:not(.ui-datepicker-unselectable):hover {
  cursor: pointer;
  background: #f3f4f6;
}
.ui-datepicker-calendar td.ui-datepicker-unselectable {
  background: #f0f0f0;
  color: #ababab;
  pointer-events: none;
}
.ui-datepicker-calendar td.ui-datepicker-other-month {
  background: none;
  color: #d1d5db;
}
.ui-datepicker-calendar td.ui-datepicker-current-day,
.ui-datepicker-calendar td.ui-datepicker-days-cell-over {
  background: #000;
  color: #fff;
  font-weight: 600;
}
.ui-datepicker-calendar td.ui-datepicker-current-day:hover,
.ui-datepicker-calendar td.ui-datepicker-days-cell-over:hover {
  background: #000;
  color: #fff;
  font-weight: 600;
}

input.invalid {
  border: 1px solid #e7000b !important;
  --tw-ring-color: rgba(231, 0, 11, 0.5) !important;
}

body.loading {
  overflow: hidden;
}
body.loading ._loader {
  display: flex;
}

._loader {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
}
._loader svg {
  width: 48px;
  height: 48px;
  display: block;
}

.policy {
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 10px;
}

.policy p {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4375rem;
  margin-bottom: 1.25rem;
}
.policy h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6875rem;
  margin-bottom: 1.25rem;
}
.policy strong,
.policy b {
  font-weight: 500;
}
.policy ul {
  padding: 0 0 0 1.1em;
  margin-bottom: 1.25rem;
  list-style: disc;
}
.policy li {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4375rem;
}
.policy li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.policy a {
  cursor: pointer;
  color: #0000ee;
}
.policy .wp-block-table {
  overflow-x: auto;
}
.policy .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.policy table {
  border: 1px solid #e7e7e7;
  margin-bottom: 1.25rem;
}
.policy .wp-block-table td,
.policy .wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
.policy table tr td,
.policy table tr th {
  border-bottom: 1px solid #e7e7e7 !important;
  border-left: 1px solid #e7e7e7 !important;
  padding: 1rem 1.5rem !important;
  vertical-align: top !important;
}

@media screen and (max-width: 767.98px) {
  .policy table {
    min-width: 50rem;
  }
}

.city-modal-wrapper {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.city-modal {
  max-width: 390px;
  width: 100%;
  background: #fff;
  padding: 24px;
  color: #000;
}

.city-modal-title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.city-modal-text {
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.75;
}

.city-modal-btns {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.city-modal-btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #4a9bc7;
  color: #000;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  border: none;
  text-align: center;
  padding: 12px 24px;
  text-transform: uppercase;
}
