/* Legends J-Limo App Styles
 * Styles for the booking form, modals, and app-specific UI
 * that must coexist with the Elementor site chrome.
 */

/* ── J-Limo form basics ── */

label {
    display: table;
}

#puAddress, #doAddress, #stops-container input[type="text"] {
    padding-left: 15%;
    padding-right: 0;
}

#passengerNum {
    min-width: 110px;
}

#luggageNum {
    min-width: 110px;
}

/* ── Buttons ── */

.btn-primary {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary:hover {
    background-color: black;
}

.fa-lock {
    padding-bottom: 3px !important;
}

.hideFare {
    text-align: center !important;
    padding-left: 0px !important;
    padding-right: 3px !important;
}

.dateTimeCheckBoxLabel {
    border: none !important;
    padding: 4px 10px !important;
}

/* ── Links ── */

a {
    text-decoration: none !important;
    border-bottom: none !important;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* ── Section colors ── */

#JlimoWebSection a:hover {
    color: black !important;
}

#JlimoWebSection label:not(#JPax-error):not(#JLug-error):not(#showJobCommentsTextArea > span) {
    color: black !important;
}

.instructLabel {
    color: black !important;
}

/* ── Validation ── */

.custom_error {
    border: 1px solid #a94442 !important;
    background-color: #FFEAE9 !important;
}

/* ── Spacing ── */

li:last-child {
    margin-bottom: 0px !important;
}

.receipt-div {
    margin-bottom: 0px !important;
}


/* ── Mobile address padding ── */

@media (max-width: 991px) {
    #puAddress, #doAddress, #stops-container input[type="text"] {
        padding-left: 24%;
        padding-right: 0;
    }
}

/* ── Stops icons ── */

.stopsRightIcons {
    right: 0;
    width: fit-content;
    left: 12px;
}

/* ── Timepicker ── */

*,
::after,
::before {
    box-sizing: border-box;
}

.timepicker-ui-keyboard-icon {
    color: #000000 !important;
    width: max-content !important;
    height: max-content !important;
    padding: 6px !important;
}

.del-popover-yes-btn-cur,
.del-popover-yes-btn-other {
    /* background: #eabd5c !important; */
}

.timepicker-ui-cancel-btn.m3,
.timepicker-ui-ok-btn.m3 {
    color: #000000 !important;
}

.timepicker-ui-minutes.m3,
.timepicker-ui-hour.m3 {
    background: #ffffff;
}

.tabJobs-tripNumber {
    /* color: #eabd5c !important; */
}

#boosterSeatNum > div > div > svg,
#toddlerSeatNum > div > div > svg,
#infantSeatNum > div > div > svg {
    top: 18px !important;
}

.timepicker-ui-wrapper.m3 {
    background-color: #E7BE62 !important;
}

.timepicker-ui-hour-text,
.timepicker-ui-minute-text,
.timepicker-ui-hour-text.mobile,
.timepicker-ui-minute-text.mobile,
.timepicker-ui-select-time,
.timepicker-ui-select-time.mobile {
    color: #000000 !important;
}

.timepicker-ui-am.m3,
.timepicker-ui-pm.m3 {
    border-color: #000000 !important;
    color: #000000 !important;
}

.timepicker-ui-keyboard-icon-wrapper,
.timepicker-ui-keyboard-icon-wrapper.mobile {
    width: max-content !important;
    height: max-content !important;
    position: relative;
    left: 15px !important;
}

.timepicker-ui-keyboard-icon-wrapper {
    bottom: -28px;
}

.timepicker-ui-keyboard-icon-wrapper.mobile {
    bottom: -9px;
}

.timepicker-ui-type-mode {
    font-weight: 600 !important;
}

.timepicker-ui-wrapper-btn,
.timepicker-ui-wrapper-btn.mobile {
    margin-right: 12px !important;
    bottom: -8px !important;
}

@media only screen and (max-width: 576px) {
    .timepicker-ui-wrapper.mobile {
        top: 30% !important;
    }
}

/* ── Misc ── */

#PopupSignupForm_0 {
    display: none !important;
}

#localApDropdown > ul {
    top: -22px !important;
    margin-bottom: 2px !important;
}

/* ── Payment React ── */

.payment_react_wrapper .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.payment_react_wrapper .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.payment_react_wrapper .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.payment_react_wrapper .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.payment_react_wrapper .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.payment_react_wrapper .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.payment_react_wrapper .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.payment_react_wrapper .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
