/* .pac-item {
    padding: 8px 5px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-family: var(--font-family-title);
}

.pac-item-query,
.pac-matched {
    font-size: 14px !important;
    color: #000000 !important;
    font-family: var(--font-family-title);
} */

.dateHead {
    display: inline-flex;
    width: 100%;
}

.dateBox {
    float: left;
    width: 42%;
    margin-right: 10px;
    position: relative;
}

.timeBox {
    float: left;
    width: 28px;
    margin-right: 0;
    position: relative;
    font-size: 26px;
    line-height: 38px;
}

.timeBox a {
    padding: 3px 3px;
    float: left;
    border-radius: 5px;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.timeBox a:hover,
.timeBox a:focus {
    background-color: var(--primary);
    background-clip: padding-box;
    border: 1px solid var(--primary);
    color: var(--white);
}

.dateBox input {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    height: 44px !important;
}


/* .dateBox label {
    font-size: 12px;
    color: #ADADAD;
    position: absolute;
    top: -9px;
    background: var(--white);
    left: 14px;
    padding: 0px 10px;
} */

.arrowIcon {
    font-size: 28px;
    margin: 0px 10px 0px 0px;
    line-height: 42px;
}

.totalDays {
    background: var(--primary);
    color: var(--white);
    padding: 5px 6px;
    border-radius: 50px;
    width: 110px;
}

.totalDays .dateCount {}

.dateCount span {
    background: var(--white);
    color: #000;
    font-weight: 600;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    margin-right: 5px;
}

.timeSlot {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 5px;
    padding: 15px 10px;
    position: relative;
}

.timeSlot h4 {
    background-color: var(--white);
    padding: 2px 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    position: absolute;
    top: -8px;
    color: var(--black);
}

.timeSlot ul li {
    display: inline-block;
    /* width: 20%; */
    width: 22%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 15px;
}

.timeSlot ul li a {
    display: block;
}

.timeSlot ul li p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
    color: #9E9E9E;
}

.timeSlot ul li a .displayTimeSlot {
    box-shadow: 1px 1px 10px #ddd;
    display: block;
    padding: 13px 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: var(--black);
    border-radius: 5px;
    transition: 0.5s;
}

.timeSlot ul li a .displayTimeSlot:hover {
    background: linear-gradient(90deg, #00C6E6 0%, #0066ff 100%);
    color: var(--white);
}

.activeTimeSlot {
    background: linear-gradient(90deg, #00C6E6 0%, #0066ff 100%);
    color: var(--white) !important;
}

.calenderHd {
    margin: 12px 0px 10px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--primary);
    padding: 15px 15px 0px;
}

.calendar-close-btn {
    top: 0;
    position: absolute;
    right: 0;
    padding: 10px 15px;
    color: var(--form-border);
    transition: ease-in-out all 0.3s;
}

.calendar-close-btn:hover {
    color: var(--black);
    transform: rotate(90deg);
}

.timeSection {
    padding: 10px 10px;
    width: 40%;
    float: right;
}

.timeSection h4 {
    margin: 12px 0px 12px;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
}

.timeSection ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.timeSection ul li {
    /* display: inline-block; */
    margin: 5px 0px 5px 0px;
    width: 25%;
    padding: 0px 3px;
}

.timeSection ul li a {
    background: #fff;
    box-shadow: 1px 1px 6px #00000015;
    padding: 6px 4px;
    border-radius: 2px;
    font-size: 14px;
    text-decoration: none;
    color: #505050;
    transition: 0.5s;
    width: 100%;
    display: block;
    text-align: center;
}

.timeSection ul li a:hover {
    background-color: var(--primary);
    color: #fff;
    transition: 0.5s;
}

.timeSection .selectedTime {
    background-color: var(--primary);
    color: #fff;
}

.timeSection ul li a.textDisable {
    background-color: #e9ecef;
    opacity: 0.6;
    cursor: default;
}

.timeSection ul li a.textDisable:hover {
    color: #505050;
}

.highlighted {
    background-color: #99ccff;
}


/* calendar css */

.datepicker-inline {
    width: 100%;
    padding: 0px 8px;
}

.datepicker table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
    font-family: var(--font-family-title);
}

.headCal th {
    color: var(--black);
    background-color: var(--white);
    border-radius: 0px;
    border-bottom: 1px solid var(--form-border);
    padding: 7px;
}

.datepicker td,
.datepicker th {
    width: 50px;
}

.datepicker th.dow {
    background: var(--white);
    font-weight: 600;
}

.datepicker tr td {
    height: 30px;
    border-radius: 2px;
    font-size: 15px;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background-color: var(--light1);
}

.datepicker .datepicker-switch {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-family-title);
}

.datepicker table tr td.active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    background-image: none !important;
    border-radius: 2px;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    color: var(--white) !important;
    background: var(--primary) !important;
    cursor: pointer;
}

.datepicker table tr td.highlighted {
    background-color: #d8ecff;
    border-radius: 2px;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #999;
    border: 0;
    background: none;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    border: 0 !important;
    background: none !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}


/* range*/

.date-range {
    margin: auto;
    text-align: center;
    width: 58%;
    float: left;
}

.date-range>div {
    /* display: inline-block; */
    margin: 0;
    width: 100%;
    float: left;
}

.date-range .checkin-picker {
    margin: 0px 20px 0px 0px;
}

.date-range .checkout-picker {
    margin: 0px;
}

.is-selected {
    color: var(--white) !important;
    background: var(--primary) !important;
    border-radius: 0px 100px 100px 0px !important;
}

.is-selected:hover {
    background-color: var(--primary-hover) !important;
}

.is-between {
    border-radius: 0 !important;
    background-color: var(--primary-calselect-bg);
    color: var(--black);
}

.is-between:hover {
    background-color: var(--primary) !important;
}

.checkin-picker .active,
.checkout-picker .is-selected {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.checkout-picker .active,
.checkin-picker .is-selected {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.date-range .disabled {
    color: #d8d8d8;
    visibility: visible !important;
}

.date-range .disabled:hover {
    color: #d8d8d8;
    background: none;
    cursor: default;
}

.dateSection {
    position: absolute;
    background: #fff;
    right: 50px;
    box-shadow: 0px 11px 10px #2196f35c;
    border-radius: 8px;
    /* width: 60%; */
    width: 650px;
    top: 111px;
    border: 1px solid #2196F3;
    z-index: 2;
}

.dateSection:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #027efb;
    left: 50%;
    top: -6px;
    transform: translate(-50%, -50%);
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    border-radius: 2px !important;
}

.datepicker table tr td.today {
    color: #fff;
    background-color: #18ba4e;
    border-color: #18ba4e;
    background-image: linear-gradient(to bottom, #18ba4e, #18ba4e);
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    color: #fff;
    background-color: #5ecd83;
    border-color: #5ecd83;
    background-image: linear-gradient(to bottom, #5ecd83, #5ecd83);
}

td.disabled.disabled-date.day.highlighted {
    background: #d8ecff;
}

.locationTab ul {
    position: relative;
    /* display: inline-block; */
}

.locationTab ul .pac-container {
    position: absolute;
    background-color: #f9f9f9;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 5;
    width: 420px !important;
    position: absolute !important;
    left: 20px !important;
    top: 72px !important;
    display: block;
}