nav #book {
    text-decoration: underline;
    text-underline-position: under;
}

.formcontainer {
    max-width: 720px;
}

form {
    text-align: start;
}

.smallText {
    font-size: 0.8rem !important;
    padding-left: 5px;
}

:root {
    --litepickerDayColor: rgb(7, 196, 0) !important;
    --litepickerDayColorHover: rgb(7, 196, 0) !important;
    --litepickerDayIsLockedColor: #89c085 !important;
    --litepickerDayIsBookedColor: #ff0000 !important;
    --litepickerDayIsStartColor: #fff !important;
    --litepickerDayIsStartBg: #89c085 !important;
    --litepickerDayIsEndColor: #fff !important;
    --litepickerDayIsEndBg: #89c085 !important;
    --litepickerDayIsInRange: #89c0853d !important;
}

.is-start-date {
    font-weight: bold;
    color: var(--litepickerDayIsStartColor) !important;
}

.is-end-date {
    font-weight: bold;
    color: var(--litepickerDayIsEndColor) !important;
}

.day-item:not(.is-locked):not(.is-booked):not(.is-start-date):not(.is-end-date) {
    font-weight: bold;
    color: var(--litepickerDayColor) !important
}




.btn {
    color: #fff;
    background-color: #9aad78;
    border-color: #9aad78;
    width: 150px;
    transition: transform .3s ease;
}

.btn:hover {
    transform: scale(1.05);
    color: #fff;
}

.btn:active {
    box-shadow: none;
}