.theme-dark {
    color: #fff !important;
    /* background: #000 !important; */
}

.nav-wrapper {
    width: 300px;
    margin: 100px auto;
    text-align: center;
}

.sl-nav {
    display: inline;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}

.sl-nav li {
    cursor: pointer;
    padding-bottom: 10px;
}

.sl-nav li ul {
    display: none;
    background-color: #fff;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 29px;
    right: -15px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: "";
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
    background-color: #fff;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}

.sl-nav li ul li span {
    padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    /* color: #146c78; */
}

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.flag-english {
    background: url("/assets/img/icons/english-flag.svg");
    background-size: cover;
    background-position: center center;
}

.flag-french {
    background-size: cover;
    background-position: center center;
    background: url("/assets/img/icons/french-flag.svg");
}

.form-field .form-control {
    background: #fff;
    padding-left: 38px !important;
}

.main-title {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    word-spacing: 5px;
    letter-spacing: 1.4px;
}

.map-box {
    height: 70vh !important;
    border-radius: 1px solid #26292c;
    overflow: hidden;
}

.card-section h3,
.card-section h2,
.card-section h1,
.card-section h4 {
    color: #fff !important;
}

.card-section .form-control {
    /* padding-left: 35px !important; */
    background: #2d2d2d !important;
    border: none;
    /* border-radius: 8px !important; */
    color: #fff !important;
}

.card-section {
    background: #232222 !important;
    border-radius: 20px;
    padding: 30px !important;
    color: #fff !important;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* box-shadow: 0 0 15px 0 rgb(157 157 157 / 25%); */
}

.form-field .form-control {
    background: #fff;
    padding-left: 38px !important;
}

.card-section h3,
.card-section h2,
.card-section h1,
.card-section h4 {
    color: #fff !important;
}

.card-section .form-control {
    /* padding-left: 35px !important; */
    background: #2d2d2d !important;
    border: none;
    border-radius: 0px 0.25rem 0.25rem 0px !important;
    color: #fff !important;
}

.card-section {
    background: #232222 !important;
    border-radius: 10px;
    padding: 30px !important;
    color: #fff !important;
    /* box-shadow: 0 0 15px 0 rgb(157 157 157 / 25%); */
}

.top-container {
    display: flex;
    align-items: center;
}

.login_section {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.login_section_text {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 3px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}

a {
    text-decoration: none !important;
}

.return-trip {
    color: #fff;

    display: none;
    margin-top: 20px;
}

.pickup_points {
    display: none;
}

#point-to-points label.error {
    display: none !important;
}

#booking-error,
#booking-success {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0;
}

.quote_box .customcheck label {
    color: #b79334;
    font-size: 15px;
}

.quote_box .customcheck {
    margin: 3px 0;
}

.nav-item {
    border: none !important;
    cursor: pointer;
}

.theme-dark .nav-pills .nav-link.active,
.theme-dark .nav-pills .show > .nav-link {
    /* color: #fff; */
    background-color: #e8307b;
    border: none;
}

.quote_box .quote-form {
    z-index: 9;
    position: relative;
    background: #fff;
    border-radius: 20px;
}

#google-map {
    height: 500px;
}
#quote-google-map {
    height: 456px !important;
    width: 100%;
    border: 1px solid #26292C;
    border-radius: 22px;
}

#bottom-bar-google-map{
    width: 100%;
    height: 300px;
}

.activeIndexZero::before {
    transform: translateX(calc(0 * 100%));
}

.activeIndexOne::before {
    transform: translateX(calc(1 * 100%));
}
.flatpickr-day.flatpickr-disabled {
    color: rgb(124, 120, 120) !important;
}

.flatpickr-calendar {
    width: 100% !important;
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 12px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c,
        0 -1px 0 #20222c, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c,
        0 -1px 0 #20222c, 0 3px 13px rgba(0, 0, 0, 0.08);
        overflow: hidden;
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}

.flatpickr-calendar.multiMonth
    .flatpickr-days
    .dayContainer:nth-child(n + 1)
    .flatpickr-day.inRange:nth-child(7n + 7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.flatpickr-calendar.multiMonth
    .flatpickr-days
    .dayContainer:nth-child(n + 2)
    .flatpickr-day.inRange:nth-child(7n + 1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #20222c;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #20222c;
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #3f4458;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #20222c;
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #3f4458;
}

.flatpickr-calendar:focus {
    outline: 0;
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-months .flatpickr-month {
    background: #fff;
    color: #000;
    fill: #000;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 12px 12px 0px 0px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: #000;
    fill: #000;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
          /*rtl:begin:ignore*/
    /*
          */
    left: 0;
    /*
          /*rtl:end:ignore*/
    /*
          */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
          /*rtl:begin:ignore*/
    /*
          */
    right: 0;
    /*
          /*rtl:end:ignore*/
    /*
          */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #eee;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}

.numInputWrapper {
    position: relative;
    height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}

.numInputWrapper input {
    width: 100%;
}

.numInputWrapper input::-ms-clear {
    display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.numInputWrapper span:hover {
    background: rgba(192, 187, 167, 0.1);
}

.numInputWrapper span:active {
    background: rgba(192, 187, 167, 0.2);
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(255, 255, 255, 0.6);
    top: 26%;
}

.numInputWrapper span.arrowDown {
    top: 50%;
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    top: 40%;
}

.numInputWrapper span svg {
    width: inherit;
    height: auto;
}

.numInputWrapper span svg path {
    fill: rgba(255, 255, 255, 0.5);
}

.numInputWrapper:hover {
    background: rgba(192, 187, 167, 0.05);
}

.numInputWrapper:hover span {
    opacity: 1;
}

.flatpickr-current-month {
    font-size: 135%;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(192, 187, 167, 0.05);
}

.flatpickr-current-month .numInputWrapper {
    width: 7ch \0;
    display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #000;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #000;
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    /* background: #282828; */
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(192, 187, 167, 0.05);
}

.flatpickr-current-month
    .flatpickr-monthDropdown-months
    .flatpickr-monthDropdown-month {
    background-color: #383B3E;
    outline: none;
    padding: 0;
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    color:#000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    /* background: #282828; */
    /* color: #fff; */
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}

.flatpickr-days:focus {
    outline: 0;
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #20222c;
    box-shadow: -1px 0 0 #20222c;
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color:#000;
    /* color: rgba(255, 255, 255, 0.95); */
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #E8307A;
    border-color: #E8307A;
    color: #fff;
}

.flatpickr-day.today {
    border-color: #E8307A;
    color: #E8307A;
    font-weight: bold;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #eee;
    background: #eee;
    color: #E8307A;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #E8307A;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
    border-color: #E8307A;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #80cbc4;
    box-shadow: -10px 0 0 #80cbc4;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
    box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgb(77, 75, 75);
    background: transparent;
    border-color: transparent;
    cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgb(77, 75, 75);
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
    box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
}

.flatpickr-day.hidden {
    visibility: hidden;
}

.rangeMode .flatpickr-day {
    margin-top: 1px;
}

.flatpickr-weekwrapper {
    float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #20222c;
    box-shadow: 1px 0 0 #20222c;
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(255, 255, 255, 0.3);
    background: transparent;
    cursor: default;
    border: none;
}

.flatpickr-innerContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #000;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #000;
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: rgba(255, 255, 255, 0.95);
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #6a7395;
}

.flatpickr-input[readonly] {
    cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.ui-timepicker-wrapper {
    width: 311px;
    color: #000;
    background: #fff;
    margin-top: 10px;
    border-radius: 12px;
}
li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
    background: rgb(226 232 240);
    color: #000;
}



.ui-timepicker-wrapper::-webkit-scrollbar {
    width: 0px;
  }
.ui-timepicker-am {
    color: #000 !important;
}
.flatpickr-calendar {
    width: auto !important;
}
.british-template h2.rate {
    color: #e60912;
}

.travel-template h2.rate {
    color: #000;
}

.total-rate {
    display: flex !important;
    font-size: 19px !important;
}

.map-container {
    position: relative;
    height: 300px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 7px 3px 37px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 7px 3px 37px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 7px 3px 37px 1px rgba(0, 0, 0, 1);
    margin-top: 30px;
}

.vehicle-wrapper, .form-wrapper {
    width: 407px;
    background-color: #020509;
    padding: 32px;
    border: 1px solid #14171b;
    border-radius: 24px;
}

.fleet-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
}

.quote-fleet {
    border-radius: 10px !important;
}

.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.control-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slide {
    min-width: 25%;
    padding: 24px 12px;
    color: #ccc;
    border: 2px solid #26292c;
    border-radius: 12px;
    cursor: pointer;
    transition: color 0.3s, background-position 1s;
    outline: none;
}

.slide:hover {
    color: #fff;
}

.slide:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}

/* Animation */
@keyframes background-shine {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -200% 0;
    }
}

.slide:hover {
    animation: background-shine 2s linear infinite;
}

.page-title {
    width: max-content;
    /* background-color: #26292C; */
    border-radius: 10px;
    color: #fff;
    padding: 5px 15px;
    font-size: 21px;
}

.fleet-img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.vehicle-class-type {
    width: max-content;
    background-color: #26292c;
    border-radius: 6px;
    color: #fff;
    padding: 6px;
    font-size: 12px;
    white-space: nowrap;
}

.fleet-info-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.booking-summary-wrapper {
    width: 375px;
    height: max-content;
    padding: 30px;
    color: #ccc;
    border: 1px solid #888;
    background: linear-gradient(110deg, #000103 45%, #1e2631 55%, #000103);
    background-size: 200% 100%;
    border-radius: 24px;
}

.bottom-bar-booking-summary-wrapper {
    width: 100%;
}
.priceListItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book-now-btn {
    background-image: linear-gradient(to right, #e8307a, #f4519b);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
}

.book-now-btn:hover {
    background-image: none;
    background: none;
    color: #e8307a;
    border: 1px solid #e8307a;
}

.popup-item-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popup-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 85%;
    z-index: 10;
}

.sub_desc {
    color: #818284;
    font-size: 14px;
    line-height: 0.5;
}

.booking-type {
    width: max-content;
    background-color: #26292c;
    border-radius: 10px;
    color: #fff;
    padding: 0px 5px;
    font-size: 13px;
    letter-spacing: 1.2px;
}
#google-map-side {
    height: 220px;
    border-radius: 11px;
    overflow: hidden;
}

.fleet-info-container {
    display: flex;
    flex-wrap: nowrap;
}

.price-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-top: 10px;
}

.two_way_price_container {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid gray;
    white-space: nowrap;
    border-radius: 4px;
}

.two_way_price_container p {
    padding: 0 10px;
    color: #e50914;
    font-size: 18px;
    font-weight: 600;
}

.two_way_price_container .one_way_text {
    border-right: 2px solid gray;
    color: teal;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    font-size: 17px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -101%;
    margin-left: -168px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.iti {
    width: 100%;
}

.disabled-div {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.booking-summary-wrapper {
    height: max-content;
    color: #ccc;
    border: 1px solid #14171b;
    background: #020509;
    background-size: 200% 100%;
    border-radius: 20px;
}

.formInputField {
    border-radius: 12px;
    border: 1px solid #383b3e !important;
    background-color: #14171b !important;
    color: white !important;
    height: 60px;
}

.formInputField::placeholder {
    color: #5c5e61 !important;
}

.formInputField:focus {
    background-color: #383b3e !important;
    border: 1px solid #e8307b;
}

/* .booking-summary-wrapper {
                                                                                            position: sticky;
                                                                                            top: 20px;
                                                                                        } */

.distance-duration-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #26292c;
    padding: 24px;
    border-radius: 12px;
}

.priceListItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-container {
    position: relative;
    height: 300px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 7px 3px 37px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 7px 3px 37px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 7px 3px 37px 1px rgba(0, 0, 0, 1);
    margin-top: 30px;
}

.passenger-count-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter {
    display: flex;
    align-items: center;
}

.counter-btn {
    width: 35px;
    height: 35px;
    border: 1px solid #14171b;
    border-radius: 5px;
    background: none;
    color: #fff;
    margin: 0px 2px;
    cursor: pointer;
}
.counter-btn:hover {
    border: 1px solid #14171b !important;
}
.counter-value {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    background-color: #383b3e;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #383b3e !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none !important;
}

.slider:before {
    position: absolute;
    content: url('/assets/img/icons/cross-icon.svg') !important;
    height: 20px !important;
    width: 20px !important;
    left: 2px !important;
    top: 2px;
    bottom: 0px;
    background-color: white !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 3px;
}

input:checked + .slider {
    background-color: #e8307a !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    content: "✓" !important;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    color: #e8307a !important;
}

/* Rounded sliders */
.slider.round {
    border-radius: 50%;
}

.slider.round:before {
    border-radius: 50%;
}

.seat-type-container {
    border: 1px solid #14171b;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.popUp {
    display: none;
    width: 400px;
    max-height: 98vh;
    flex-direction: column;
    gap: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #020509;
    border-radius: 12px;
    border: 1px solid #888;
    padding: 20px;
    z-index: 15;
}

.popUp::-webkit-scrollbar {
    width: 2px;
  }

  .popUp::-webkit-scrollbar-thumb {
    background-color:  #E8C030;
    border-radius: 100px;
  }

.popUp
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 85%;
    z-index: 10;
}

.popup-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.vehicle-class-type {
    width: max-content;
    background-color: #26292c;
    border-radius: 10px;
    color: #fff;
    padding: 0px 5px;
    font-size: 13px;
}

.book-now-btn {
    background-image: linear-gradient(to right, #e8307a, #f4519b);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
}

.book-now-btn:hover {
    background-image: none;
    background: none;
    color: #e8307a;
    border: 1px solid #e8307a;
}

.booking-type {
    width: max-content;
    background-color: #26292c;
    border-radius: 10px;
    color: #fff;
    padding: 0px 5px;
    font-size: 13px;
    letter-spacing: 1.2px;
}

@media screen and (max-width: 1024px) {
    .booking-summary-wrapper {
        position: relative;
    }
}

.visibility-hidden {
    visibility: hidden;
}
.form-control[readonly],
.form-control[disabled] {
    background: #474747 !important;
}

.card {
    background-color: transparent;
    width: 100%;
    padding: 24px 12px;
    color: #ccc;
    border: 1px solid #26292c;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    font-family: "Lato", sans-serif;
}

.card.active {
    border: 2px solid #e8307a !important;
}

.card-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    background-color: transparent;
    padding: 0px;
}

.status-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.card-number {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.verification-status p,
.active-status p {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 25px;
    background-color: #fff;
    color: #008000;
}

.card-details {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    margin-top: 15px;
    color: #fff !important;
}

.details-section {
    width: 100%;
    color: #fff !important;
}

.details-label {
    font-weight: 500;
    font-size: 0.8rem;
    color: #fff !important;
}

.details-value {
    font-weight: bold;
    font-size: 1rem;
    /* color: #fff !important; */
}

#Field-nameInput {
    background: none !important;
    background-color: transparent !important;
}

.priceListItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-container {
    position: relative;
    height: 300px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 7px 3px 37px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 7px 3px 37px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 7px 3px 37px 1px rgba(0, 0, 0, 1);
    margin-top: 30px;
}

.book-now-btn {
    background-image: linear-gradient(to right, #e8307a, #f4519b);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
}

.book-now-btn:hover {
    background-image: none;
    background: none;
    color: #e8307a;
    border: 1px solid #e8307a;
}

.booking-type {
    width: max-content;
    background-color: #26292c;
    border-radius: 10px;
    color: #fff;
    padding: 0px 5px;
    font-size: 13px;
    letter-spacing: 1.2px;
}

@media (max-width: 480px) {
    .card {
        max-width: 100%;
    }
}

.p-AddressElement input {
    background: #000 !important;
    color: #fff !important;
}
.nav-tabs .nav-link{
    border-radius: 25px !important;
}

.nav-tabs .nav-link:hover{
    /* border:1px solid rgb(232, 48, 123); */
    border: none;
    border-radius: 25px !important;
    color: rgb(232, 48, 123) !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border:1px solid rgb(232, 48, 123);
    border-radius: 25px !important;
    color: #fff !important;
    background: rgb(232, 48, 123) !important;
}

.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: 0.8rem;
    padding: 0rem 1rem;
}

.divider .divider-text:before {
    right: 100%;
}

.divider .divider-text:after {
    left: 100%;
}

.divider .divider-text:before,
.divider .divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    border-top: 1px solid #434968;
}

.btn-icon {
    --bs-btn-active-border-color: transparent;
    padding: 0;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 50px !important;
    height: 50px !important;
    margin: 15px !important;
}

.btn-label-facebook {
    color: #3b5998;
    border-color: transparent;
    background: #313956;
}

.btn-label-facebook:active,
.btn-label-facebook.active,
.btn-label-facebook.show.dropdown-toggle,
.show > .btn-label-facebook.dropdown-toggle {
    color: #3b5998 !important;
    background-color: #323c5c !important;
    border-color: transparent !important;
}

.spinner {
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    position: absolute;
    -webkit-animation: rotation 0.6s infinite linear;
    -moz-animation: rotation 0.6s infinite linear;
    -o-animation: rotation 0.6s infinite linear;
    animation: rotation 0.6s infinite linear;
    border-left: 6px solid rgba(230, 48, 122, 0.15);
    border-right: 6px solid rgba(230, 48, 122, 0.15);
    border-bottom: 6px solid rgba(230, 48, 122, 0.15);
    border-top: 6px solid rgb(230, 48, 122);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2;
    cursor: pointer;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    /* color: #fff;
    background-color: #e6307aff;
    border-color: #e6307aff;
    box-shadow: #e6307aff; */
}

.iti__country-list {
    position: absolute;
    background-color: #000;
    width: 340px;
    border-radius: 12px !important;
    margin-top: 5px !important;
}

.iti__country-list::-webkit-scrollbar {
    width: 0px;
  }

.iti__country {
    white-space: pre-wrap;
}

.iti__arrow {
    width: 10px !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #555;
}

.form-group {
    margin: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.additional-rate-text {
    margin-top: -10px !important;
}

.pac-container {
    background-color: #282828 !important;
    /* color: #EEE !important; */
}

.pac-item {
    /* color: #AAA !important; */
    /* border-top: 1px solid #696866 !important; */
    border: none;
    padding: 5px;
    cursor: pointer;
}

.pac-item-query {
    /* color: #EEE !important; */
}

label {
    margin: 0px 0px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.3px !important;
}

.home-page-content-wrapper .left-section-home {
    width: 375px;
    z-index: 100;
}

.nav-link {
    color: #818284;
}

.active {
    color: #fff !important;
    border-radius: 12px !important;
}

.company_name {
    width: 260px;
    height: 15.32px;
}

#pills-tabContent {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quote-input-field-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.via_icon {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    margin-top: -5px;
}

.via_icon button {
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
    background: none;
    border: 1px solid #383b3e;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
}

.bottom-info-bar {
    display: none;
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #020509;
    padding: 0px 16px;
    border-radius: 12px 12px 0 0;
    border-top: 1px solid #26292C;
    transform: translateY(calc(100vh - 80px));
    transition: transform 0.3s ease;
    z-index: 100;
    padding-bottom: 32px;
}

.bottom-info-bar-label {
    z-index: 1000;
    position: sticky;
    top: 0px;
    width: 100%;
    background-color: #020509;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    font-family: "Lato";
    padding: 32px 0px;
}

.bottom-info-bar-label img {
    padding: 5px;
}

.expanded {
    transform: translateY(0);
    /* Fully show the bottom bar */
}

.bottom-bar-map-container {
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .bottom-info-bar {
        display: block;
    }

    .home-page-content-wrapper .left-section-home {
        width: 100% !important;
        z-index: 100;
    }

    .right-section-home {
        display: none !important;
    }

    .via_icon {
        right: -25px;
    }
}

.content-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-container-text.error-from-group {
    border: 1px solid red;
}

input.pac-target-input {
    width: 100%;
    height: 53px !important;
    padding-left: 72px;
    padding-right: 20px;
}
.visible-hidden {
    visibility: hidden;
}

.pac-container {
    /* margin-top: -64px; */
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 12px;
    overflow: hidden;
    
}

.user-info-container{
    background-color: #14171b;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    border-radius: 12px;
}

.user-info-container::-webkit-scrollbar {
    width: 2px;
  }

  .user-info-container::-webkit-scrollbar-thumb {
    background-color:  #E8C030;
    border-radius: 100px;
  }
.list-group-item{
    border: 1px solid #26292C;
    border-radius: 12px;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.list-group-item.active{
    background-color: transparent !important;
    border: 2px solid #e8307a;
}
.lead-passenger-name{
    color: #fff;
}