.calendar-header {
  padding: 10px;
  z-index: 50;
}

.home-calendar-table .month-title {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-calendar-table table tr td,
.home-calendar-table table tr th {
  text-align: center;
  width: 14%;
  table-layout: fixed;
  position: relative;
}

.home-calendar-table table tr td:not(.disabled-date) {
  cursor: pointer;
}

.home-calendar-table table tr td:not(.disabled-date):empty {
  cursor: default;
}

.calendar-header {
  background-color: #106FA9;
}

.highlighted-edge {
  background-color: #10a84a;
}

.highlighted-edge,
.calendar-header {
  color: #fff;
}

.highlighted-start::after,
.highlighted-end::before {
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.highlighted-start::after {
  border-left: 8px solid #10a84a;
  right: 0;
}

.highlighted-end::before {
  border-right: 8px solid #10a84a;
  left: 0;
}

.highlighted {
  background-color: #78dda1;
  color: #fff;
}

.calendar-done {
  padding-right: 5px;
}

.months-wrap {
  background-color: #fff;
  z-index: 1000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
}

.travel-dates {
  text-align: center;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 14px;
}

.disabled-date {
  color: #dbdbdb;
}

.clear-dates {
  color: #106fa9;
  margin-right: 15px;
}

.triangle-calendar {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dbdbdb;
  left: 5%;
  top: -10px;
}

.smooth-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.months-wrap .clear-dates {
  cursor: pointer;
  padding: 10px 0 20px 0;
}

.month-title .flaticon-arrow-bold-left, .month-title .flaticon-arrow-bold-right {
  cursor: pointer;
  font-weight: bold;
}

.month-title .flaticon-arrow-bold-left.disabled {
  color: #aaa;
  cursor: default;
}

.month-title .flaticon-arrow-bold-left {
  padding-left: 10px;
  margin-right: -10px;
}

.month-title .flaticon-arrow-bold-right {
  padding-right: 10px;
  margin-left: -10px;
}

#start-react {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 14px;
}

#start-react .display-new-search {
  cursor: pointer;
}

.active-start:not(.highlighted-edge) {
  background-color: #78dda1 !important;
}

.active-start-dark:not(.highlighted-edge) {
  background-color: #afdfc8 !important;
}

.p-h-0 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .calendar-header, .months-wrap {
    min-width: 140.6%;
  }
}
@media screen and (min-width: 768px) {
  .home-calendar-table .month-title {
    background-color: #106fa9;
    color: #fff;
    margin-left: -5px;
    margin-right: -5px;
    font-weight: bold;
  }

  .months-wrap {
    top: 49px;
    border: 1px solid #dbdbdb;
  }

  .calendar-header {
    top: 49px;
  }

  .months-wrap,
  .calendar-header {
    left: 15px;
    right: 0;
    position: absolute;
    min-width: 572px;
  }

  .home-calendar-table table {
    width: 100%;
    border-collapse: separate;
  }

  .home-calendar-table {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-calendar-table table tr td,
  .home-calendar-table table tr th {
    height: 34px;
  }

  .home-calendar-table table tr th {
    border-bottom: 1px solid #dbdbdb;
    font-weight: normal;
  }

  .highlighted-start::after,
  .highlighted-end::before {
    border-top: 17px solid #78dda1;
    border-bottom: 17px solid #78dda1;
  }

  .highlighted-start.only-selected::after,
  .highlighted-end.only-selected::before {
    border-top: 17px solid #fff;
    border-bottom: 17px solid #fff;
  }

  .select-check-out {
    left: 40% !important;
  }
}
@media screen and (min-width: 992px) {
  .calendar-header, #start-react .months-wrap {
    min-width: 142.6%;
  }
}
@media screen and (width: 768px) {
  .select-check-out {
    left: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .home-calendar-table table tr td,
  .home-calendar-table table tr th {
    height: 48px;
  }

  .home-calendar-table .month-title {
    font-size: 20px;
    border-top: 1px solid #dbdbdb;
    background-color: #e5e5e5;
  }

  .home-calendar-table table {
    width: 100%;
  }

  .months-wrap {
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .calendar-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    height: 60px;
    line-height: 40px;
    font-size: 18px;
  }

  .highlighted-start::after,
  .highlighted-end::before {
    border-top: 24px solid #78dda1;
    border-bottom: 24px solid #78dda1;
  }

  .highlighted-start.only-selected::after,
  .highlighted-end.only-selected::before {
    border-top: 24px solid #fff;
    border-bottom: 24px solid #fff;
  }

  .check-in-mobile-holder {
    margin-left: 12px;
  }

  .mob-header-title {
    text-align: center;
  }
}

/*# sourceMappingURL=react_calendar.css.map */
