/* Stepper prenotazione spazi: allinea look & comportamento a proposta culturale */
section.stepper .slide-iniziativa .form-group .field .date-input-wrapper:after {
  display: none;
}

section.stepper .slide-iniziativa,
section.stepper .slide-iniziativa .slide-content,
section.stepper .slide-iniziativa .form-group,
section.stepper .slide-iniziativa .date-time-container,
section.stepper .slide-iniziativa .date-time-row,
section.stepper .slide-iniziativa .form-group .field .date-input-wrapper,
section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date {
  overflow: visible;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date {
  input{
    width: 100%;
  }
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  width: 248px;
  background: #eceff2;
  border: none;
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
  padding: 8px 10px 10px;
  z-index: 60;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: none;
  border: none;
  margin: 0;
  box-shadow: none;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel th,
section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel td {
  width: 12.2857%;
  text-align: center;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel thead .jsCalendar-title-row td {
  border: 0;
  background: transparent;
  color: #111f2d;
  font-family: "Overpass", Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
  padding: 2px 0 8px;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel thead .jsCalendar-title-row .jsCalendar-title-name {
  width: 160px;
  padding: 0 8px;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel thead .jsCalendar-title-row .jsCalendar-title-left,
section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel thead .jsCalendar-title-row .jsCalendar-title-right {
  width: 30px;
  text-align: center;
  cursor: pointer;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel thead .jsCalendar-title-row .jsCalendar-nav-left,
section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel thead .jsCalendar-title-row .jsCalendar-nav-right {
  font-size: 18px;
  color: #111f2d;
  border-radius: 8px;
  margin: 6px 0;
  padding: 4px;
  box-sizing: content-box;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel thead .jsCalendar-title-row .jsCalendar-nav-left:hover,
section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel thead .jsCalendar-title-row .jsCalendar-nav-right:hover {
  background-color: #B3B3B3;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel thead .jsCalendar-week-days th {
  border: 0;
  background: transparent;
  color: #1a2835;
  font-family: "Overpass", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2;
  height: auto;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel tbody tr {
  border: 0;
  background: transparent;
  width: 100%;
  display: block;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel tbody td {
  border: 0;
  background: transparent;
  color: #172432;
  font-family: "Overpass", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel tbody td:hover {
  background-color: #B3B3B3;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel tbody td.jsCalendar-previous,
section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel tbody td.jsCalendar-next {
  color: #acb5bf;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel tbody td.jsCalendar-current {
  border: 1px solid #1f3b57;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel tbody td.jsCalendar-unselectable {
  color: #c4ccd5;
  cursor: default;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date .agenda-date-picker-panel tbody td.jsCalendar-selected-date {
  background: #1f3b57;
  color: #fff;
  border-radius: 0;
}

section.stepper .slide-iniziativa .form-group .field .date-input-wrapper .custom-input-date.is-open .agenda-date-picker-panel {
  display: block;
}

section.stepper .slide-iniziativa .form-group .field .time-input-wrapper select.stepper-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 44px;
}
