#booking-package {
    color: #00A6E3;
}


#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 {
    font-weight: 500;
}

#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 .calendarData {
    font-weight: 500;
    color: #00A6E3;
}

#booking-package .selectable_time_slot {
    font-weight: 500;
}

#booking-package_schedulePage .selectedDate {
    font-weight: 500;
}

#booking-package_schedulePage .closed {
    color: #c3c4c7 !important;
}

#booking-package_schedulePage .selected_day_slot {
    color: #006699 !important;
}

#booking-package button {
    max-width: 300px;
    padding: 12px 24px !important;
    border: 1px solid #00A6E3;
    border-radius: 100px;
    background: none;
    font-weight: 500;
    color: #00A6E3;
    cursor: pointer;
}
#booking-package button.book_now_button {
    background: #00A6E3;
    color: #fff;
}

#booking-package input[type=text],
#booking-package select {
    padding: 12px !important;
    border: none;
    border-radius: 20px;
    background-color: var(--color-brand-bg-ul);
    font-size: 16px;
    font-weight: 500;
    color: #555;
}
#booking-package input[type=text]::placeholder {
    color: #aaa;
}

#booking-package select {
    appearance: none;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-image: var(--svg-chevron-down);
    background-size: 24px auto;
}

#booking-package_inputFormPanel .title_in_form {
    font-weight: 500;
}

#booking-package_inputFormPanel .row {
    padding: 20px 10px !important;
}

#booking-package_inputFormPanel .name {
    font-weight: 500;
}

#booking-package_inputFormPanel .description {
    font-size: 14px;
    color: #555;
}

#booking-package_inputFormPanel .cartPanel {
    margin-top: 3em !important;
    text-align: center;
}

#booking-package_inputFormPanel .error_empty_value {
    background-color: #ffeeee;
}

#booking-package #nextAndReturnPanel {
    text-align: center;
}

#booking-package_inputFormPanel {
    padding-top: 80px;
}