<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#frontpage .daterangepicker {
    top: 241px !important;
    left: 1px !important;
}

.daterangepicker {
    top: 198px !important;
    left: 15px !important;
    font-family: "DINLight", Helvetica, Arial, sans-serif;
    border-radius: 0;
    border: 0;
    background: #f3f3f3;
    color: #fff;
}

.daterangepicker .calendar-table {
    background: #f3f3f3;
    border: none;
}

.daterangepicker .calendar-table table {
    border-collapse: separate;
    border-spacing: 2px;
    border-color: #f3f3f3;
}

.daterangepicker .calendar-table td {
    font-size: 15px;
    /*border: 1px solid #6fc099;*/
    height: 48px;
    width: 48px;
    border-radius: 0;
    font-weight: 700;

}

.daterangepicker .calendar-table th {
    font-size: 15px;
    color: #181918;
}

.daterangepicker td.off {
    background: none;
}

.daterangepicker td.available {
    color: #006639;
}

.daterangepicker td.today {
    color: #181918;
}

.daterangepicker td.weekend {
    color: #006639;
}

.daterangepicker th.month {
    font-size: 22px;
    color: #181918;
}

.daterangepicker:before, .daterangepicker:after {
    display: none
}

.daterangepicker th.available:hover {
    background: none
}

.daterangepicker .drp-calendar {
    width: 425px;
    /*width: 385px;*/
    max-width: none;
}

.daterangepicker td.disabled {
    color: #656565;
    text-decoration: none;
}

.daterangepicker td.in-range:not(.off) {
    background-color: #006639 !important;
    color: #fff !important;
    border-radius: 10%;
}

.daterangepicker td.active:not(.off) {
    background-color: #fff;
    color: #15804d;
}


.daterangepicker td.start-date:not(.off) {
    transform: scale(1);
    background-color: #fff !important;
    color:  #006639 !important;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border: 6px solid #006639;
}

.daterangepicker td.end-date:not(.off) {
    transform: scale(1);
    background-color: #fff !important;
    color:  #006639 !important;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    border: 6px solid #006639 !important;
}

.daterangepicker td.start-date:hover, .daterangepicker td.end-date:hover {
    transform: scale(1);
    border: 6px solid #fff !important;
    background-color: #006639 !important;
    color: #fff  !important;
}

/*
.daterangepicker td.start-date::after {
    width: 0;
    height: 0;
    border-top: 23px solid #006639;
    border-bottom: 23px solid #006639;
    border-right: 0 solid transparent;
    border-left: 25px solid transparent;
    content: '';
    right: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
}
*/

/*
.daterangepicker td.end-date::after {
    width: 0;
    height: 0;
    border-top: 23px solid #006639;
    border-bottom: 23px solid #006639;
    border-right: 25px solid transparent;
    border-left: 0 solid transparent;
    content: '';
    right: 29px;
    top: 0;
    overflow: hidden;
    position: absolute;
}
 */

.daterangepicker td.start-date.end-date {
    border-radius: 0;
}

select#pickupTimeSelect, select#returnTimeSelect {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .daterangepicker {
        width: 100%;
    }

    .daterangepicker .calendar-table table {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .daterangepicker td.end-date::after {
        right: 18px !important;
    }
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: transparent;
    border-color: transparent;
    color: #999;
}
</pre></body></html>