#booking-package .sun {
    
}

#booking-package .mon {
    
}

#booking-package .tue {
    
}

#booking-package .wed {
    
}

#booking-package .thu {
    
}

#booking-package .fri {
    
}

#booking-package .sat {
    
}

#booking-package .nationalHoliday {
    
}

#booking-package_calendarPage .dateField {
    /**
    background-color: #0f9b79;
    color: #fff;
    font-weight: 400;
    **/
}

#booking-package_calendarPage .startDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(270deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}

#booking-package_calendarPage .dateOfFullRoom {
    /**
    background: #ff8989;
    **/
}

#booking-package_calendarPage .endDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(90deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}
#booking-package_inputFormPanel .description, #booking-package_durationStay .description{
    font-size: 0.8em;
}

#booking-package_inputFormPanel .form_text, #booking-package-loginform .form_text, #booking-package-user-form .form_text, #booking-package-user-edit-form .form_text{
    padding: 0.8em;
    box-sizing: border-box;
    font-size: 1.2em;
}
#booking-package_inputFormPanel textarea {
    padding: 0.8em;
    box-sizing: border-box;
    font-size: 1.2em;
}
#booking-package_inputFormPanel .bottomBarPanel, #booking-package_pay_with_stripe_konbini .bottomBarPanel {
    text-align: center;
}

#booking-package_inputFormPanel .book_now_button, #booking-package_inputFormPanel .next_page_button, #booking-package-subscription_form .book_now_button{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 5em;
    letter-spacing: 0.1em;
    background-color: var(--theme-color);
    position: relative;
    max-width: 250px;
    line-height: 1em;
    border: none;
}

#booking-package_inputFormPanel .return_form_button{
    display: inline-block;
    color: #000000;
    text-decoration: none;
    padding: 0.8em 5em;
    letter-spacing: 0.1em;
    background-color: #ddd;
    position: relative;
    border: none;
    max-width: 200px;
    line-height: 1em;
}
