.the-datepicker-deselect {
  display: none !important;
}
.the-datepicker-container {
  width: 100%;
  min-width: 250px;
}
.the-datepicker-body,
.the-datepicker-table {
  width: 100%;
}
.the-datepicker-day {
  width: calc(100% / 7);
  aspect-ratio: 1/1;
}
.the-datepicker-day > a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.the-datepicker-button {
  width: 100%;
}
.the-datepicker-state {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
}
.the-datepicker-year,
.the-datepicker-month {
  width: 50%;
}
.the-datepicker-year > select,
.the-datepicker-month > select {
  width: 100%;
  height: 27px;
  padding-right: 4px;
  padding-left: 4px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  /* appearance: button; */
  /* background: url('') !important; */
  background-size: 15px !important;
}
.the-datepicker-day > a {
  color: #595959;
}
.the-datepicker-today > a {
  font-weight: bold;
  color: #007eff;
}
tr > .the-datepicker-weekend:nth-child(odd) > a {
  color: red;
}
