.pdp-default {
  z-index: 30000;
  min-width: -moz-min-content;
  border: 1px solid #d4d4d5;
  background: #fff;
  padding: 0.833em 1em;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.08);
}
.pdp-default .yearSelect {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px !important;
  height: 280px !important;
  font-size: 11px !important;
  width: 135px !important;
  left: 0 !important;
}
.pdp-default .yearSelect li {
  width: 100% !important;
}
.pdp-default:has(.calendars-time) .yearSelect {
  height: 355px !important;
}
.pdp-default .monthSelect {
  margin-top: 65px !important;
  height: 280px !important;
  font-size: 11px !important;
  width: 135px !important;
  right: 0 !important;
  overflow-y: auto;
}
.pdp-default .monthSelect li {
  width: 100% !important;
  height: 25px !important;
  line-height: 25px !important;
}
.pdp-default .calendars-cmd {
  width: unset;
}
.pdp-default .calendars-cmd-today {
  width: 100%;
  opacity: 0;
}
.pdp-default .pdp-footer {
  display: flex;
  justify-content: space-between;
  height: 23px !important;
  line-height: 23px !important;
  margin: 4px 0;
  background-color: unset;
}
.pdp-default .pdp-header {
  height: 34px !important;
  line-height: 22px !important;
  border: none;
  border-bottom: 1px solid #d4d4d5;
}
.pdp-default .pdp-header .goToDayBtn {
  display: flex;
  justify-content: center;
  top: 8px;
  left: 0;
  right: 0;
  cursor: pointer;
  position: absolute;
  padding: 2px;
  width: 49px;
  margin: 0 auto;
}
.pdp-default .pdp-header .monthYear {
  display: flex;
  width: 100%;
  margin: 36px auto !important;
  font-size: 14px;
}
.pdp-default .pdp-header .monthYear > span {
  display: flex;
  justify-content: space-between;
  width: 50%;
  padding-right: 8px;
  padding-left: 8px;
  text-align: right;
}
.pdp-default .pdp-header .nextArrow {
  top: 8px;
  left: 18px;
  right: unset;
}
.pdp-default .pdp-header .prevArrow {
  top: 8px;
  left: unset;
  right: 18px;
}
.pdp-default .dows {
  margin-top: 32px;
  background-color: transparent;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #d4d4d5;
}
.pdp-default .dows .dow {
  border: none;
  font: bold 14px "helvetica";
  background: none;
  padding: 5px;
  color: black;
  width: 33px !important;
  margin: 2px;
  height: 28px !important;
  font-weight: normal;
  font-size: 90% !important;
}
.pdp-default .days {
  border: none !important;
}
.pdp-default .days > div {
  display: flex;
}
.pdp-default .days > div:first-child {
  justify-content: end;
}
.pdp-default .days > div:last-child {
  justify-content: start;
}
.pdp-default .days .day {
  width: 33px !important;
  height: 30px !important;
  border: none !important;
  background: none !important;
  font-size: 13px;
  padding: 5px;
  font-weight: normal;
  text-align: center;
  margin: 2px;
  border-radius: 5px;
  cursor: pointer;
}
.pdp-default .days .day:hover {
  background-color: #2185d0 !important;
  color: #fff;
}
.pdp-default .days .day.today {
  background-color: #00B5AD !important;
  color: #fff;
}
.pdp-default .days .day.selday {
  background-color: #f2711c !important;
  color: #fff;
}
.pdp-default .days .nul {
  display: none !important;
  width: 33px !important;
  height: 30px !important;
  margin: 2px;
  padding: 5px;
  border: none;
  background-color: transparent;
}
.pdp-default .calendars-time .time-box {
  width: 100% !important;
  border-top: 1px solid #DEDEDE;
  padding: 3px 0;
  margin: 3px 0;
}
.pdp-default .calendars-time .time-box .or {
  top: 16px;
}
.pdp-default .calendars-time .time-box .vertical.buttons {
  width: 33.33%;
}
.pdp-default .calendars-time .time-box .vertical.buttons .button {
  padding: 2px;
}
.pdp-default .calendars-time .time-box .vertical.buttons .time-data {
  height: 30px;
  line-height: 30px;
  max-height: 30px;
  border-radius: 4px;
}

/*# sourceMappingURL=custom.css.map */
