.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: white;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: white;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.date-intro {
  text-align: center;
  padding: 30px 0 30px 0;
}

.date-intro .appointment-image {
  max-width: 80px;
  border-radius: 50px;
  border: 3px solid white;
  height: 80px;
}

.appointment-book {
  display: block;
}

.appointment-book.hidden {
  display: none;
}

/* -------------------------------------------------
Datepicker
------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: transparent;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
  font-weight: bold;
}

.datepicker--cell.-focus- {
  background: #d0deff;
  color: black;
}

.datepicker--cell.-current- {
  color: #ffffff;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #ffffff;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #ffffff60;
  font-weight: normal;
  border: 0;
}

.datepicker--cell.-disabled-.-focus- {
  color: #ffffff60;
  background: transparent;
  cursor: not-allowed;
}

.datepicker--cell.-disabled-.-in-range- {
  color: rgba(242, 242, 242, 0.376471);
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #ffffff60;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(208, 222, 255, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 30px 0 0 30px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(208, 222, 255, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 30px 30px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 30px;
}

.datepicker--cell.-selected- {
  color: black;
  border: none;
  background: #d0deff;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #d0deff;
}

.datepicker--cell.-selected-.-focus- {
  background: #d0deff;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bold;
}

.datepicker--cell-day {
  width: 49px;
  height: 49px;
  border: 1px solid;
  margin: 5px;
}

.datepicker--cells-months {
  height: 270px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 270px;
}

.datepicker--cells-years {
  height: 270px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.datepicker--nav-action:hover {
  background: #d0deff;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 30px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #d0deff;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #ffffff;
  cursor: pointer;
  border-radius: 30px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #d0deff;
}

@media all and (min-width: 769px) and (max-width: 992px) {
  .datepicker--cell-day {
    width: 33px;
    height: 33px;
    border: 1px solid;
    margin: 5px;
  }
  .datepicker--days-names .-weekend- {
    display: none !important;
  }
  .datepicker--cells .-weekend- {
    display: none !important;
  }
  .datepicker--cell-day {
    width: 45px;
    height: 45px;
    border: 1px solid;
    margin: 4px 7px;
  }
}

@media all and (min-width: 577px) and (max-width: 768px) {
  .datepicker--cell-day {
    width: 45px;
    height: 45px;
    border: 1px solid;
    margin: 5px;
  }
}

@media all and (max-width: 576px) {
  #form-step-2 .calwrap {
    padding: 0 !important;
  }
  .datepicker--days-names .-weekend- {
    display: none !important;
  }
  .datepicker--cells .-weekend- {
    display: none !important;
  }
  body {
    position: relative;
  }
  .zsiq_custommain.siq_bR {
    position: absolute !important;
    bottom: 20px !important;
  }
  #appointment-booking {
    padding-bottom: 100px !important;
  }
  #appointment-cal-wrap {
    width: 400px;
    margin: 0 auto;
  }
  .datepicker--cell-day {
    width: 52px;
    height: 52px;
    border: 1px solid;
    margin: 5px 13px;
  }
  #appointment-cal-wrap .date-intro {
    display: none;
  }
}

@media all and (max-width: 399px) {
  #form-step-2 .calwrap {
    padding: 0 !important;
  }
  #appointment-cal-wrap {
    width: 350px;
    margin: 0 auto;
  }
  .datepicker--cell-day {
    width: 50px;
    height: 50px;
    border: 1px solid;
    margin: 5px 9px;
  }
}

@media all and (max-width: 351px) {
  #appointment-cal-wrap {
    width: 300px;
    margin: 0 auto;
  }
  .datepicker--cell-day {
    width: 40px;
    height: 40px;
    border: 1px solid;
    margin: 5px 9px;
    font-size: 12px;
  }
}

@media all and (max-width: 301px) {
  #appointment-cal-wrap {
    width: 260px;
    margin: 0 auto;
  }
  .datepicker--cell-day {
    width: 32px;
    height: 32px;
    border: 1px solid;
    margin: 5px 9px;
    font-size: 12px;
  }
}

@media all and (max-width: 261px) {
  #appointment-cal-wrap {
    width: 220px;
    margin: 0 auto;
  }
  .datepicker--cell-day {
    width: 32px;
    height: 32px;
    border: 1px solid;
    margin: 5px;
    font-size: 12px;
  }
}

/*# sourceMappingURL=maps/date-picker.css.map */
