/* Site-themed overrides for @majidh1/jalalidatepicker */
jdp-container {
  font-family: Vazirmatn, system-ui, sans-serif !important;
  background: #fff !important;
  border: 1px solid #D5E3F2 !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 45px -20px rgba(18, 52, 92, 0.30) !important;
  color: #132A45 !important;
  overflow: hidden;
}

jdp-container .jdp-months,
jdp-container .jdp-years {
  color: #0C2340 !important;
  fill: #0C2340 !important;
  font-weight: 700;
}

jdp-container .jdp-icon-minus,
jdp-container .jdp-icon-plus {
  border-color: #D5E3F2 !important;
  border-radius: 10px !important;
  background: #EDF4FB;
}

jdp-container .jdp-icon-minus:hover,
jdp-container .jdp-icon-plus:hover {
  background: #E2EDF8;
}

jdp-container .jdp-day-name {
  background-color: #EDF4FB !important;
  color: #5B7291 !important;
  font-weight: 700 !important;
}

jdp-container .jdp-day {
  color: #132A45 !important;
  border-radius: 10px !important;
}

jdp-container .jdp-day.today,
jdp-container .jdp-day-name.today {
  border-color: #1E7FD4 !important;
}

jdp-container .jdp-day.selected,
jdp-container .jdp-day-name.selected {
  background-color: #1E7FD4 !important;
  color: #fff !important;
}

jdp-container .jdp-day:not(.disabled-day):hover {
  background: #E2EDF8 !important;
}

jdp-container .jdp-day.last-week,
jdp-container .jdp-day.holly-day,
jdp-container .jdp-day-name.last-week,
jdp-container .jdp-day-name.holly-day {
  color: #c2410c !important;
}

jdp-container .jdp-btn-today,
jdp-container .jdp-btn-empty,
jdp-container .jdp-btn-close {
  background: #1E7FD4 !important;
  border-radius: 10px !important;
  font-family: inherit !important;
  font-weight: 700 !important;
}

jdp-container .jdp-btn-empty {
  background: #12345C !important;
}

jdp-container .jdp-btn-close {
  background: #F5A623 !important;
  color: #0C2340 !important;
}

jdp-container .jdp-time-container .jdp-time select {
  background: #EDF4FB !important;
  border-radius: 10px !important;
  color: #0C2340 !important;
  font-family: inherit !important;
}

.jdp-wrap {
  width: 100%;
}

.jdp-wrap input[data-jdp],
input.jdp-field[data-jdp] {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231E7FD4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  padding-left: 2.25rem !important;
}
