.block_resa .header {
  border-bottom: 1px solid #F0F0F3;
  border-top: 0;
  height: 76px;
}

#datepick1,
#datepick2 {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.calendar {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.choose-date-container {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.month-year-label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.week-label {
    width: 14.285%;
}

.day, .void-day {
    width: 14.285%;
}

.days-container {  
    width: 100%;
    height: 200px;
    margin-top: 12px;
}

.days-page {
    width: 100%;
}

.collection.time {
    width: 22%;
    display: inline-block;
    box-sizing: border-box;
}

.day.active:after {
    left: 0px;
    width: 100%;
    border-radius: 25px;
}

.day {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}

.day.active:after, .day.activeRange:after {
    width: 100% !important;
    color: #fff;
}

.double .day.activeRange.first:before {
    width: 100%;
}

.double .day.activeRange.last:before {
    left: 0;
    width: 100%;
}

.week-label, .week-name-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}

.no-touch .day:hover:after {
    left: 0px;
    width: 100%;
    border-radius: 25px;
}

.confirm_btn {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#confirm_div {
  padding: 15px;
}

.first:before {
  background-color: #ffcc31 !important;
}

.last:before {
  background-color: #ffcc31 !important;
}

.first {
  color: #fff !important;
}

.month-name-container {
  border-top: none !important;
}

.double {
  padding: 15px;
  width: 100% !important;
}

.double .days-container {
  border-right: none !important;
  width: 50%;
}

.double .day, .double .void-day {
    width: 14.285%;
}

.double .days-page {
    width: 100%;
}

.double .week-name-container {
    float: left;
    width: 50%;
}

.double .week-label {
    width: 14.285%;
}

.double .month-year-label {
    width: 50%;
}

.from-date .active {
  color: #58ce7b !important;
  font-weight: bold;
}

.from-date .active:after {
  color: #58ce7b !important;
  font-weight: bold;
}

.to-date .active {
  color: #ef5350 !important;
  font-weight: bold;
}

.to-date .active:after {
  color: #ef5350 !important;
  font-weight: bold;
}

.to-date {
    right: 0;
}

.double .icon-right-arrow {
  top: 30px !important;
  margin-left: -40px !important;
  display: none;
}

.activeRange:hover:after {
  background-color: #ffcc31 !important;
}

.activeRange:after {
  color: #626a99 !important;
}

.activeRange.first:hover:after {
  background-color: #ffcc31 !important;
}

.activeRange.first:after {
  color: #fff !important;
}

.activeRange.last:hover:after {
  background-color: #ffcc31 !important;
}

.activeRange.last:after {
  color: #fff !important;
}

.days-container .active:after {
  color: #626a99 !important;
  background-color: #ffcc31 !important;
}

.double .choose-date-container {
    width: 50%;
    padding: 0;
    padding: 0 15px;
}

span.choose-date-container .timer-item {
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 15px;
}

.date-label {
    width: calc(100% - 70px);
    margin-bottom: 8px;
    font-weight: 400 !important;
}

.date-placeholder {
    width: calc(100% - 115px);
}

.timepicker {
    display: none;
}

.no-touch .day:hover:after {
    border: 2px solid #ffcc31 !important;
    background-color: #FDF3CE;
}

.double .choose-date-container+.choose-date-container {
    padding-left: 15px;
}
