.booking-title span {
    color: rgba(0, 122, 255, 1);
}

.booking-line {
    background-color: rgba(0, 122, 255, 1);
    border-radius: 50rem;
    height: 4px;
}

.booking-title .booking-title-wrapper {
    max-width: fit-content;
}

.booking-body .form-control, .booking-body .form-dropdown {
    height: 64px;
    background-color: white;
}

.booking-body .form-control:hover, .booking-body .form-control:focus, .booking-body .form-control:focus-visible {
    border: 1px solid rgba(0, 122, 255, 1) !important;
    outline: none;
}

.booking-body .form-dropdown .dropdown-item:active {
    color: rgba(0, 122, 255, 1);
    background-color: rgba(0, 122, 255, 0.1);
}

.booking-body .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}

.submit-book-request {
    border-radius: 50rem;
    background-color: rgba(0, 122, 255, 1);
    height: 64px;
}

.submit-book-request:hover, .submit-book-request:active {
    background-color: rgba(0, 125, 255, 1) !important;
}