input[type="date"],
input[type="time"] {
    text-align: left !important;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
}
.custom-switch-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
}
.switch-wrapper {
    position: relative;
    width: 34px;
    height: 14px;
    margin: 0;
}
.switch-wrapper input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 14px;
}
.switch-slider:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 50%;
    box-shadow: 0 2px 6px #464b6252;
}
.switch-wrapper input:checked + .switch-slider {
    background-color: var(--dark-bg-btn);
}
.switch-wrapper input:checked + .switch-slider:before {
    transform: translateX(24px);
}
.form-check-label {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}
.custom-switch-container label {
    margin: 0;
}
.booking_page_heading {
    margin: 0 0 8px;
    font-weight: 400 !important;
    font-size: 1.5rem !important;
    line-height: 1.334 !important;
}
@media screen and (max-width: 768px) {
    #route-info-box {
        display: none !important;
    }
}
#note {
    height: 50px !important;
}
.input-text-container .form-control {
    border: none !important;
}
.input-icon-group {
    position: relative;
    height: 51px;
}
.input-icon-group i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}
.input-icon-group input {
    padding-left: 2.2rem;
}
#pickup-suggestions,
#dropoff-suggestions {
    z-index: 1050;
    max-height: 300px;
    overflow-y: auto;
}
.list-group-item {
    cursor: pointer;
}
.list-group-item:hover {
    background-color: #eeeff1;
}
.list-group.position-absolute {
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 1050;
    max-height: 300px;
    overflow-y: auto;
}
.list-group-item > div {
    display: grid;
}
.input-group .form-control {
    padding-left: 0 !important;
}
.main_location_name {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.3em;
}
.sec_location_name {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3em;
}
.input-group-container {
    display: flex;
    align-items: anchor-center;
    border: 1px solid #ffffff !important;
    width: 100%;
    border: 0 solid var(--grey-color);
    border-radius: 4px;
    gap: 0;
    position: relative;
    margin-bottom: 11px !important;
    padding: 2px 0;
    background: #eeeff1;
}
.input-group-container .input-group {
    position: static !important;
}
.input-group-container select {
    background: none;
    border: none !important;
    outline: none;
}
.icon-container {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.input-text-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.input-text-container label {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
    padding-top: 6px;
}
.input-group {
    position: relative;
    width: 100%;
}
.input-group-container .input-group input.form-control {
    height: 26px !important;
    font-size: 15px;
    color: #1e1e1e;
    font-family: "Roboto Flex", serif;
}
.input-text-container .input-group {
    border: none !important;
    border-radius: none !important;
}
.input-group {
    border: 1px solid var(--grey-color);
    border-radius: 4px;
}
.nav-link:hover {
    color: #fff !important;
    background: #7f5803;
}
.background-container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
#map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 !important;
    z-index: -1;
}
hr {
    border-bottom: 1px solid #d3d3d3 !important;
}
#map .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 0.5);
    z-index: -1;
}
.input-group {
    position: relative;
}
.pac-container {
    box-sizing: border-box;
    max-width: none !important;
    z-index: 9999 !important;
}
.input-icon-group {
    position: relative;
    height: 51px;
}
.input-icon-group i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}
.input-icon-group input {
    padding-left: 2.2rem;
}
.nav-pills .nav-link.active {
    background: linear-gradient(135deg, #cea931, #7a5300);
    color: #fff;
}
#map {
    height: 400px;
    width: 100%;
    display: none;
    border-radius: 15px;
    overflow: hidden;
}
.background-container {
    background-image: url(/img/black-car-service-frisco.webp);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
}
.container-fluid {
    position: relative;
    z-index: 1;
}
.booking_card_container {
    display: flex;
    justify-content: end;
}
.shadow-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
    width: 100%;
    max-width: 411px;
    z-index: 1;
    position: relative;
}
#serviceTabsContent {
    padding: 0 1rem 1rem;
}
.nav-pills {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    border-radius: 12px;
    background-color: #fff;
}
.nav-pills > .nav-item {
    flex: 1;
    text-align: center;
}
.nav-pills .nav-link.active {
    background-color: #7f5803;
    color: #fff;
}
.nav-pills .nav-link {
    color: var(--dark-txt-btn);
    font-weight: 700;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 8px;
}
.nav-pills .nav-item:nth-child(1) .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-item:nth-child(2) .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}
label[for="dropoff-location"] {
    margin-top: 0px !important;
}
.form-label {
    font-weight: 600;
    font-family: "Roboto Flex", serif;
    color: #64666b;
}
.form-control {
    border-radius: 8px;
    padding: 5px;
    font-size: 16px;
}
.input-group input {
    background-color: transparent !important;
    border: none !important;
}
.input-icon-group input {
    background-color: transparent !important;
}
#select-hours {
    background-color: transparent !important;
    height: 27px !important;
    font-size: 14px;
    color: #64666b;
    font-family: "Roboto Flex", serif;
}
input[type="date"] {
    text-transform: uppercase !important;
    color: #6c757d !important;
    padding-left: 2.2rem !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
input[type="date"],
input[type="time"] {
    -moz-appearance: textfield;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}
.btn.focus,
.btn:focus {
    box-shadow: none !important;
}
a:focus,
a:hover {
    color: #fff !important;
}
.input-group-text {
    background-color: transparent !important;
    border: none !important;
    color: var(--dark-txt);
}
.btn-primary {
    background: linear-gradient(135deg, #cea931, #7a5300);
    border-color: #4e4e6a !important;
    border-radius: 8px !important;
    font-size: 17px;
    padding: 5px;
    letter-spacing: 0.3px;
}
.btn-primary:hover {
    background-color: #3d4060;
}
.search_btn {
    background:linear-gradient(135deg,#cea931,#7a5300) !important;
}
.btn-link {
    color: #4e4e6a;
}
.btn-link:hover {
    text-decoration: underline;
}
.text-muted {
    font-size: 12px;
    color: #4e4e6a;
}
.remove-stop-btn {
    cursor: pointer;
    color: #ff4d4d;
    font-size: 18px;
}
@media (max-width: 768px) {
    .nav-pills {
        flex-direction: column;
    }
}
p.small.text-muted.mb-1 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto Flex", serif;
    margin-bottom: 8px !important;
    line-height: normal;
    margin-top: -8px !important;
}
.serviceHeadings a:hover {
    color: #000 !important;
}
span.mr-1 {
    font-size: 15px;
    color: #000;
}
.animate-charcter {
    background-image: linear-gradient(-225deg, #cea931 0%, #cea931 29%, #cea931 67%, #cea931 100%) !important;
}
a.select-vehicle.btn.btn-primary.btn_dark.mt-2 {
    width: 170px;
    border-radius: 0px !important;
    border: 1px solid #cea931 !important;
}
.input-text-container {
    margin-top: 0;
}
.margin-pc-payment {
    height: 50px;
}
