rs-module #booking-form  [class*=" fa-"],
rs-module #booking-form i[class^="fa-"],
rs-module #booking-form  [class*=" fa-"]:before,
rs-module #booking-form  [class^="fa-"]:before {
    font-weight: 900 !important;
    font-family: 'Font Awesome 5 Free'!important;
}
#booking-form select { margin:0!important; }
#booking-form .select2-container.select2-container--bootstrap-5 { width: auto!important; }
#booking-form .select2-selection { padding: 10px 36px 10px 12px!important; }
#booking-form input,
#booking-form select,
#booking-form textarea { width: auto!important; border-radius: var(--bs-border-radius)!important; }

#booking-form #booking-data input,
#booking-form #booking-data select,
#booking-form #booking-data textarea { width: 100%!important; border-radius: var(--bs-border-radius)!important; }

#booking-form .row.lbi-row input, #booking-form .row select { width: 100%!important; }
#booking-form .row.lbi-row .form-floating>label { left: 10px!important; margin-bottom: 0!important; }

#booking-form #date_dpt, #booking-form #date_rtn { border-top-left-radius: 0!important; border-bottom-left-radius: 0!important; }

#booking-form .booking-form-header {
    margin-left: -20px;
    margin-right: -20px;
    padding: 8px 24px 4px!important;
    background: #112451;
    /*background: rgb(76 138 177 / 90%);
    background: rgb(93 122 138 / 90%);    */
}

.form-floating label { color: #999999; }

@media only screen and (max-width: 1023px) {
    #booking-form .booking-form-header {
        margin-left: -17px!important;
        margin-right: -17px!important;
        padding: 8px 24px 4px!important;
    }
}
/*
@media only screen and (max-width: 994px) {
    #booking-form .booking-form-header {
        margin-left: -16px!important;
        margin-right: -16px!important;
    }
}

@media only screen and (max-width: 933px) {
    #booking-form .booking-form-header {
        margin-left: -15px!important;
        margin-right: -15px!important;
    }
}
*/
@media only screen and (max-width: 778px) {
    #booking-form .booking-form-header {
        margin-left: -13px!important;
        margin-right: -13px!important;
    }
}
@media only screen and (max-width: 480px) {
    #booking-form .booking-form-header {
        margin-left: -7px!important;
        margin-right: -7px!important;
    }
}