body {
    background-color: #c61135 !important;
}

.booking_form_center{
 text-align: center;
}
.booking_form_left{
 text-align: left;
}
.booking_form_right{
 text-align: right;
}
.drop_off_time1_wrapper{
    display: none;
}
.pickup_time1_wrapper{
    display: none;
}
#logo_image{
    max-height: 100px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
#footer {
    width: 100%;
    margin: auto;
    text-align: center;
    position: fixed;
    bottom: 0;
    color: #ffffff;
    font-size: 12px;
    padding: 15px;
}
/* Booking Form */
#booking_form_wrapper {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
    padding: 30px;
    /*border: 1px solid #d6d6d6;*/
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-top: 5px solid #494949;
}

#booking_confirmation {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    padding: 30px;
    /*border: 1px solid #d6d6d6;*/
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: none;
    background: #ffffff;
}

#bookingform .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

#success {
    display: none;
}

#notice {
    display: none;
}

#error {
    display: none;
}

#booking_details {
    display: none;
}

#booking_overload {
    color: #c61135 !important;
}

.required {
    color: #c61135;
}

@media screen and (max-width:992px) {
    #booking_form_wrapper {
        padding: 15px;
    }
    .booking_form {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

#loader {
    background-color: #ffffffd9;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
    margin: auto;
    text-align: center;
    display: none;
}

#loading_icon {
    width: 40px;
    padding-top: 40vh;
}

.btn {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

/*h6#form_subtitle {*/
/*    color: #828282;*/
/*}*/
h5#form_selected_date {
    font-size: 16px;
    color: #c61135;
}
#company_name{
    text-align:center;
}
#bookingform label, #bookingform input, #bookingform select, #bookingform textarea {
    font-size: 14px;
}
#bookingform h5 {
    font-size: 18px;
}
#success, #notice {
    font-size: 13px;
}
#booking_details div {
    font-size: 13px;
}
#booking_details_title{
    font-size: 18px;
}
#go_back{
    background:#c61135;
    font-size: 0.7rem;
    border: 1px solid #ad062b;
}
#go_back:hover{
    background:#c61135;
}
#book_now{
    background:#c61135;
    border: 1px solid #ad062b;
}
#book_now:hover{
    background:#ad062b;
}
#make_another_booking{
    background:#c61135;
    border: 1px solid #ad062b;
}
#make_another_booking:hover{
    background:#c61135;
}
.accptance_button{
    background:#c61135 !important;
    border: 1px solid #ad062b !important;
}
.accptance_button:hover{
    background:#ad062b !important;
    border: 1px solid #ad062b !important;
}
#make_another_booking{
    background:#c61135;
    border: 1px solid #ad062b;
    padding: 10px;
    margin-top:4px;
}
#make_another_booking:hover{
    background:#c61135;
}
[type="checkbox"]
{
    vertical-align:middle;
}

svg.bi.bi-calendar-check {
    margin-top: -5px;
    margin-right: 5px;
}
#bookingform a{
    color: #c61135 ;
}
#bookingform a:hover{
    color: #8c001c ;
}
/* END - Booking Form */


/* Calendar */
#calender_text {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
.fc-day-grid-event .fc-content {
    white-space: normal !important;
    overflow: hidden;
}

.fc-left h2 {
    font-size: 24px !important;
}

span.fc-day-number {
    font-size: 20px;
}

#calendar {
    width: 100%;
    margin: 0 auto;
    border-top: 5px solid #494949;
    padding: 15px;
    padding-top: 20px;
    background-color: white !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

span.fc-title {
    font-size: 12px;
}

.active_event:hover {
    background-color: #007742 !important;
}

.deactive_event:hover {
    background-color: #b4740f !important;
    cursor: default !important;
}

.weekend:hover {
    background-color: #b3b3b3 !important;
    cursor: default !important;
}

.public_holiday:hover {
    background-color: #b3b3b3 !important;
    cursor: default !important;
}

.fc-row.fc-week.fc-widget-content {
    height: fit-content !important;
}

.fc-scroller.fc-day-grid-container {
    height: fit-content !important;
}

th.fc-day-header {
    background: #494949;
    color: white;
    font-weight: 400;
}
.fc-toolbar.fc-header-toolbar h2 {
    font-weight: 400;
}
/* END - Calendar */


#loan_car, #drop_off_time1_wrapper, #pickup_time1_wrapper{
    display:none;
}



/* PC */
@media screen and (min-width:768px) {
    .fc-content {
        height: fit-content;
    }
}

/* Mobile */
@media screen and (max-width:768px) {
    #booking_confirmation {
        padding: 20px !important;
    }
    #success {
        margin-bottom: 0px !important;
    }
    #success, #notice{
        padding: 10px !important;
    }
    span.fc-day-number {
        font-size: 14px;
    }
    .fc-day-grid-event .fc-content {
        white-space: normal !important;
        overflow: scroll;
        line-break: anywhere;
    }
    span.fc-title {
        font-size: 8px;
    }
    .fc table {
        font-size: 12px !important;
    }
    #form_subtitle, #form_selected_date {
        font-size: 12px;
    }
    #form_title {
        font-size: 18px;
    }
    #bookingform h5 {
        font-size: 16px;
    }
    #bookingform label {
        font-size: 12px;
        display: inline;
    }
    input {
        font-size: 12px !important;
    }
    form#bookingform select {
        font-size: 12px;
    }
    #make_another_booking {
        margin-left: 5px;
        margin-top: 10px;
        font-size: 14.3px;
    }
    h5#form_selected_date {
        font-size: 14px;
    }
    #footer {
        width: 100%;
        margin: auto;
        text-align: center;
        position: relative;
        bottom: 0;
        color: #ffffff;
        font-size: 12px;
        padding: 15px;
    }
}