@import url("https://fonts.googleapis.com/css?family=Roboto");

body {
    font-family: "Roboto", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}

/*------------------------*/
#bookingForm input:focus,
#bookingForm button:focus,
#bookingForm .form-control:focus {
    outline: none;
    box-shadow: none;
}

#bookingForm .form-control:disabled,
#bookingForm .form-control[readonly] {
    background-color: #fff;
}

/*---------signup-step-------------*/
#bookingForm .bg-color {
    background-color: #333;
}

#bookingForm .signup-step-container {
    padding: 150px 0px;
    padding-bottom: 60px;
}

#bookingForm .wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

#bookingForm .wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

#bookingForm .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

#bookingForm .wizard .nav-tabs>li.active>a,
#bookingForm .wizard .nav-tabs>li.active>a:hover,
#bookingForm .wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

#bookingForm span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

#bookingForm span.round-tab i {
    color: #555555;
}

#bookingForm .wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

#bookingForm .wizard li.active span.round-tab i {
    color: #5bc0de;
}

#bookingForm .wizard .nav-tabs>li.active>a i {
    color: #0db02b;
}

#bookingForm .wizard .nav-tabs>li {
    width: 25%;
}

#bookingForm .wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

#bookingForm .wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

#bookingForm .wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

#bookingForm .wizard .nav-tabs>li a:hover {
    background: transparent;
}

#bookingForm .wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

#bookingForm .wizard h3 {
    margin-top: 0;
}

#bookingForm .prev-step,
#bookingForm .next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

#bookingForm .next-step {
    background-color: #0db02b;
}

#bookingForm .skip-btn {
    background-color: #cec12d;
}

#bookingForm .step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

#bookingForm .term-check {
    font-size: 14px;
    font-weight: 400;
}

#bookingForm .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

#bookingForm .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

#bookingForm .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#bookingForm .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

#bookingForm .footer-link {
    margin-top: 30px;
}

#bookingForm .list-content {
    margin-bottom: 10px;
}

#bookingForm .list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

#bookingForm .list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

#bookingForm .list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

#bookingForm .form-control[disabled],
#bookingForm .form-control[readonly],
#bookingForm fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

#bookingForm .list-box {
    padding: 10px;
}

#bookingForm .signup-logo-header .logo_area {
    width: 200px;
}

#bookingForm .signup-logo-header .nav>li {
    padding: 0;
}

#bookingForm .signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#bookingForm .list-inline li {
    display: inline-block;
}

#bookingForm .pull-right {
    float: right;
}

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
#bookingForm input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

#bookingForminput[type="checkbox"]::before,
#bookingForm input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;
}

#bookingForm input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}

#bookingForm input[type="checkbox"]::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}

#bookingForm input[type="checkbox"]:checked::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

#bookingForm input[type="checkbox"]:checked::before {
    background-color: #18ba60;
    border-color: #18ba60;
}

@media (max-width: 767px) {
    #bookingForm .sign-content h3 {
        font-size: 40px;
    }

    #bookingForm .wizard .nav-tabs>li a i {
        display: none;
    }

    #bookingForm .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    #bookingForm .signup-logo-header .logo_area {
        margin-top: 0;
    }

    #bookingForm .signup-logo-header .header-flex {
        display: block;
    }
}


#formCol {
    background: #2F3033;
    padding: 10px 20px;
}

#formCol .formTitle {
    color: #FFCA09;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #5A5454;
    margin-bottom: 20px;
}

#formCol #addWay {
    background: #585858;
    font-size: 14px;
    padding: 4px 12px;
    white-space: nowrap;
    border-radius: 30px;
    text-align: right;
    margin-bottom: 20px;
    color: #fff;
    max-width: 130px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#formCol #addWay img {
    width: 15px;
    margin-right: auto;
}

#formCol label {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

#formCol input[type="text"] {
    font-size: 14px;
    padding: 20px 15px;
    border-radius: 5px !important;
}

#bookingForm .next-step {
    background: #FFCA09 !important;
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #2F3033;
}

.dateRows>div {
    width: 50%;
}

.dateRows>div:last-child,
.dateRows>div:nth-child(2) {
    width: 25%;
}

.dateRows>div select,
.dateRows>div input {
    border-radius: 5px !important;
}

.dateRows>div:last-child select {
    border-radius: 0 5px 5px 0 !important;
}

.dateRows>div:first-child input {
    border-radius: 5px 0 0 5px !important;
}

.footerForm p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 10px auto;
    max-width: 280px;
}

.footerForm a {
    background: #ccc !important;
    padding: 6px 15px !important;
    display: block !important;
    width: fit-content !important;
    margin: 0 auto !important;
    color: #000 !important;
    border-radius: 8px !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

.boxPeraFirst {
    padding: 30px;
    border: 1px solid #e8e8e8;
}

.boxPeraFirst h1 {
    font-size: 30px;
    font-weight: 600;
}









.secndStep h3 {
    background: #E5E5E5;
    font-size: 24px;
    font-weight: 600;
    padding: 20px;
    margin: 0;
}

.secndStep .selectCar {
    border: 1px solid #E5E5E5;
    padding: 15px;
    background: #F7F7F7;
}

.secndStep .selectCar .carCard {
    display: flex;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 2px 5px #cccccc7d;
    margin-bottom: 20px;
}

.secndStep .selectCar .carCard .carIMg {
    width: 40%;
    padding-right: 10px;
}

.secndStep .selectCar .carCard .carIMg img {
    width: 100%;
}

.secndStep .selectCar .carCard .carData {
    width: 60%;
}

.secndStep .selectCar .carCard .carData .titleRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.secndStep .selectCar .carCard .carData h4 {
    font-size: 16px;
    margin: 0;
}

.secndStep .selectCar .carCard .carData span {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 0px 10px;
    font-size: 14px;
}

.secndStep .selectCar .carCard .carData span:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.secndStep .selectCar .carCard .carData h2 {
    color: #EFBB00;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.secndStep .selectCar .carCard .carData .descData {
    display: flex;
}

.secndStep .selectCar .carCard .carData .descData p {
    font-size: 14px;
    margin: 5px 0 0;
}

.secndStep .selectCar .carCard .carData .descData ul {
    list-style: none;
}

.secndStep .selectCar .carCard .carData .descData ul li {
    display: flex;
    margin-bottom: 10px;
}

.secndStep .selectCar .carCard .carData .descData ul li img {
    width: 20px;
}

.secndStep .selectCar .carCard .carData .descData ul li span {
    border: 0;
}











.step-wrapper {
    justify-content: space-between;
    width: 25%
}

.step-icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 18px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 60px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal
}

.step-icon-current {
    background: #ffca09 !important;
    color: #000
}

.step-icon,
.trip-details-wrapper,
.full-booking-wrapper,
.lightbox-title {
    background: #2f3033
}

.step-icon-wrapper {
    background: #fff;
    width: 80px;
    margin: 0 auto;
    z-index: 2;
    position: relative
}

.step-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin: 14px 0 0;
    line-height: 130%
}

.booking-step-wrapper {
    position: relative;
    margin: 0 0 20px;
    display: flex;
    width: 100%;
    justify-content: center
}

.step-line {
    position: absolute !important;
    background: #e8e8e8;
    height: 1px;
    width: 85%;
    margin: 0 auto;
    position: relative;
    top: 25px;
    z-index: 1
}

.qns-last {
    margin: 0
}

.booking-step-1-form {
    float: left;
    width: calc(40% - 30px);
    margin: 0 30px 70px 0
}

.booking-step-intro {
    float: left;
    width: calc(60% - 62px);
    border: #e8e8e8 1px solid;
    padding: 30px;
    margin: 0 0 70px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.booking-step-intro ul {
    margin: 0 0 15px
}

.booking-form-step2-main-wrap {
    display: flex;
    width: 100%;
    align-items: start
}

.select-vehicle-wrapper {
    margin-right: 15px;
    width: 40%;
    transition: all .3s ease-in-out;
    background: #f7f7f7
}

.trip-details-wrapper {
    margin-left: 15px;
    color: #fff;
    transition: all .3s ease-in-out
}

.trip-details-wrapper .trip-details-wrapper-1 p,
.trip-details-wrapper .trip-details-wrapper-2 p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #444 1px dashed !important;
    display: flex;
    width: 100%
}

.trip-details-wrapper .trip-details-wrapper-1 p:last-child,
.trip-details-wrapper .trip-details-wrapper-2 p:last-child {
    border-bottom: unset !important
}

.trip-details-wrapper .trip-details-wrapper-1 p strong {
    color: #b3b3b3;
    font-weight: 400;
    width: 30%;
    display: block;
    font-size: 14px;
    line-height: 1.2
}

.trip-details-wrapper .trip-details-wrapper-1 p span {
    color: #fff;
    width: 70%;
    font-size: 15px;
    line-height: 1.2
}

.view-map-button,
.main-content p .view-map-button {
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 11px 30px 13px;
    display: inline-table;
    text-decoration: none
}

.main-content p .view-map-button {
    padding: 5px 30px 7px;
    margin: -6px 0 0
}

.view-map-button:after {
    content: "\f041";
    font-size: 18px;
    margin: 0 0 0 8px
}

.trip-details-wrapper .trip-details-wrapper-2 p strong {
    color: #b3b3b3;
    font-weight: 400;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    width: 30%;
    float: left
}

.trip-details-wrapper .trip-details-wrapper-2 p span {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    width: 70%;
    float: left
}

.trip-details-wrapper h4 {
    color: #fff;
    padding: 18px 25px !important;
    margin: 0;
    background-color: #202020;
    font-size: 22px !important
}

.trip-details-inside {
    padding: 15px
}

.vehicle-section .vehicle-thumbnail img {
    padding-right: 15px;
    width: 190px
}

.vehicle-section ul li img {
    width: 18px;
    margin-right: 5px;
    vertical-align: middle
}

.vehicle-title-and-price>p {
    font-size: 16px;
    margin: 0
}

.vehicle-title-and-price>p strong {
    font-size: 20px;
    display: block;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 6px 0 0;
    line-height: 1.2;
    color: #efbb00
}

.vehicle-section {
    padding: 18px;
    margin: 18px;
    box-shadow: 0 2px 5px #cccccc7d;
    display: flex;
    width: auto;
    max-width: 100%;
    background: #fff;
    border: 2px solid#fff;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.vehicle-section:hover {
    border: 2px solid#fac609
}

.vehicle-section img {
    margin: 0 15px 0 0
}

.vehicle-section ul {
    margin: 12px 0 0;
    list-style: none;
    padding: 0
}

.vehicle-section ul li {
    padding: 0 0 0 15px;
    display: inline;
    font-weight: 700;
    color: #545454
}

.trip-details-wrapper form button {
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 11px 30px 12px;
    margin: 5px 0 0;
    display: inline-table
}

.full-booking-wrapper {
    color: #fff
}

.full-booking-wrapper h4 {
    color: #fff;
    padding: 18px 25px !important;
    margin: 0;
    background-color: #202020;
    border: none;
    font-size: 22px !important
}

.full-booking-wrapper .clearfix .qns-one-half p {
    margin: 0 0 23px;
    padding: 0 0 23px
}

.full-booking-wrapper .clearfix .qns-one-half p strong {
    color: #b3b3b3;
    font-weight: 400;
    width: 30%;
    display: block;
    float: left
}

.full-booking-wrapper .clearfix .qns-one-half p span {
    float: right;
    width: 70%
}

.full-booking-wrapper .passenger-details-wrapper .clearfix p {
    margin: 0 0 17px
}

.full-booking-wrapper .passenger-details-wrapper .clearfix p strong {
    color: #b3b3b3;
    font-weight: 400;
    width: 42%;
    display: block;
    float: left
}

.full-booking-wrapper .passenger-details-wrapper .clearfix p span {
    float: right;
    width: 58%;
    word-wrap: break-word
}

.full-booking-wrapper .additional-information-wrapper p {
    margin: 0
}

.full-booking-wrapper .additional-information-wrapper p strong {
    color: #b3b3b3;
    font-weight: 400;
    width: 42%;
    display: block;
    float: left
}

.full-booking-wrapper .additional-information-wrapper p span {
    float: right;
    width: 58%
}

.passenger-details-wrapper {
    padding: 30px;
    width: calc(50% - 77px);
    margin: 0 30px 0 0;
    float: left
}

.passenger-details-half {
    width: calc(50% - 5px);
    margin: 0 10px 0 0;
    float: left
}

.last-col {
    margin: 0
}

.total-price-inner {
    margin-bottom: 28px
}

.total-price-inner p span {
    background: #fff2c1;
    color: #000;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.1px
}

.atb-actual-price.text-cross {
    text-decoration: line-through;
    opacity: .5
}

.atb-coupon-notice {
    font-size: 14px !important;
    margin-top: 8px !important;
    color: #c3c3c3 !important
}

.payment-options-section input {
    margin: 0 10px 0 0
}

.payment-options-section label {
    display: flex;
    justify-content: center
}

.payment-options-section input {
    display: inline-block;
    width: auto
}

.radio-wrapper.clearfix div {
    margin-left: 50px
}

.radio-wrapper {
    margin: 0 0 10px
}

.total-price-display p {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0
}

.total-price-display p strong {
    text-decoration: underline;
    color: #ffca09
}

.total-price-display .payment-button {
    color: #000 !important;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 13px 35px;
    margin: 3px 0 0;
    display: inline-table;
    background: #ffca09 !important;
    cursor: pointer
}

.radio-wrapper.clearfix {
    display: flex;
    justify-content: center;
    align-items: baseline
}

.radio-wrapper.clearfix label {
    display: flex
}

.radio-wrapper.clearfix label input {
    width: auto
}

.radio-wrapper.clearfix>img {
    margin: 0 0 0 10px;
    position: absolute;
    top: -6px;
    left: 170px
}

.paypal-loader {
    background-image: url("/wp-content/plugins/atb-core/assets/css/framework/images/loader.gif");
    background-repeat: no-repeat;
    background-position: 30px center;
    color: #fff;
    padding: 30px;
    margin: 0 0 60px;
    text-indent: 35px
}

#payment-form {
    width: 50%
}

.stripe-review-payment {
    margin: 0
}

.stripe-trip-details {
    border-bottom: #3b3b3b 1px solid;
    padding: 0 0 25px;
    margin: 0 0 35px
}

#payment-response {
    background: #ffe2e1;
    color: #c83f39;
    padding: 2px;
    margin: 5px 0 10px
}

#payment-response a {
    color: #c83f39;
    text-decoration: underline
}

.step-image {
    text-align: center;
    margin-top: 4px
}

.widget-booking-form-wrapper {
    background: #2f3033
}

#booking-tabs>ul {
    padding: 15px !important;
    border-bottom: #5a5454 1px solid;
    margin: 0
}

#booking-tabs ul li.dnone,
#booking-tabs ul li.dnone {
    display: none !important
}

#booking-tabs ul li.ifq_tab a {
    background-color: #2f3033 !important;
    color: #ffca09 !important;
    font-weight: 700;
    text-align: center;
    display: block
}

#atbMap {
    height: 200px;
    margin-bottom: 15px
}

.booking-form-1 {
    padding: 25px
}

.form-step-2-main {
    padding: 0 !important;
    background: #2f3033;
    border-top: 5px solid #fff
}

.widget-booking-form-wrapper input,
.widget-booking-form-wrapper textarea,
.widget-booking-form-wrapper select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-clip: padding-box !important;
    background-color: #fff !important;
    border: 1px solid #e8e7ed !important;
    border-radius: 0 !important;
    color: #18113c !important;
    display: block !important;
    font-size: .875rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    padding: .75rem 1.25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    width: 100% !important;
    margin-bottom: 12px !important
}

@media (max-width: 400px) {

    .widget-booking-form-wrapper input,
    .widget-booking-form-wrapper textarea,
    .widget-booking-form-wrapper select {
        padding: .51rem !important
    }
}

.booking-form-1-inside input,
.booking-form-1-inside textarea,
.booking-form-1-inside select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-clip: padding-box !important;
    background-color: #fff !important;
    border: 1px solid #e8e7ed !important;
    border-radius: 8px !important;
    color: #18113c !important;
    display: block !important;
    font-size: .875rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    padding: .75rem 1.25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    width: 100% !important;
    margin-bottom: 12px !important
}

.onward-add-via-box {
    text-align: right;
    margin-bottom: 15px
}

.onward-add-via-box>a {
    background-color: #585858;
    padding: 8px 12px;
    color: #fff !important;
    font-size: 13px;
    border-radius: 25px
}

.onward-add-via-box>a img {
    vertical-align: middle;
    width: 18px;
    margin-right: 5px
}

.pickup-via-container {
    position: relative
}

.pickup-via-container .remove_button {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    border-top: 1px solid #f1f1f1;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-datepicker {
    background: #fff;
    border: 1px solid #818181
}

#ui-datepicker-div {
    border-radius: 0;
    z-index: 2
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    background: 0 0;
    cursor: pointer
}

.ui-datepicker-header {
    background: 0 0;
    border: none;
    font-weight: 400
}

.ui-datepicker-header .ui-datepicker-month {
    font-weight: 700
}

.ui-datepicker-calendar a.ui-state-default {
    background: #f5f5f5;
    color: #000
}

.ui-datepicker-calendar a.ui-state-hover {
    background: #000;
    color: #fff
}

.ui-datepicker-calendar a.ui-state-active {
    background: #000;
    color: #fff
}

.ui-datepicker-calendar .ui-state-disabled span.ui-state-disabled {
    background: #fafafa
}

.ui-datepicker-calendar td a {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0 !important
}

.ui-datepicker-calendar td span {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0 !important
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.ui-widget-header .ui-icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAABEVBMVEVERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERur9g+AAAAW3RSTlMAWP9HfCIymOG9y3dmnLKJqqVaTnrnQGWFU4tGkZRjYU2gaG2bc799wLzjreXp5IGOXd/d4LnW29LE1dTXYtpw/g3OmWn4OCoWHMV50afIk9DYr/DNkIiwu8erkbxlswAADPpJREFUeAHs20ty6zoMhGHg0/73fKdmUG6VKy+fG/wzqYmQaIJ6UHEt78CytP7j+XtzB/SnU4yipo/G+hcrENQjY4L4oDaHetKMDkb80Zj+vQoEY47qEcIMFhXDQaqHGfI9zPGHFILe6BAd/vqEnj1+K3RKcE4huF1DsQLCAEYF/AqEKQQVAKGASCXYVNF/5y5QjT4b630QWpZlWZZl+RNPgv1eD2LgPNEhIUDwK+8HNGdEK/2bO1I9DRgNziP0c7/aNKDjy2PRP5o/nUdMkBsd/Mp+DlConwKQa1Yf4v1+QEc/u+odKiDQvnM/oO+WYOm9CyzLsizLsvwJ1GcAn/r7fjeBQj5xL2a81j+EPyB3cB8Bp2w2OcMN7cA8FEfjvv+cjyCXG8e4M1D5IJpiqqARYIq5//i6LBgwZSBnkMPDAGaCQHlqkAJiBckW5RLmzt+ZsRyeB3Dfw0vpqYF8jUDWa2DG54I+kDswT2VVfRJvHQ9qWZZlWZZl0nR9Cr54AFAHQQMqkNXmtQHUgNgqZBAGcH5W0oeU0ekFWlXLBs5ecv9U5QSmFgcA54dF+tRSBdHRgCaPf3YiOkDM3xDleJTDn4cYlSsIKE8NNs+o+wEY6nOHUTXjpz7jp4w5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')
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.booking-form-time {
    color: #fff !important
}

.booking-form-hour-min-wrap {
    display: flex;
    width: 100%
}

.booking-form-hour-min-wrap .booking-form-date {
    flex: 0 0 auto;
    width: 50%
}

.booking-form-hour-min-wrap div.booking-form-hour,
.booking-form-hour-min-wrap div.booking-form-min {
    flex: 0 0 auto;
    width: 25%
}

.booking-form-pasbags {
    display: flex;
    width: 100%
}

.booking-form-pasbags div {
    width: 50%
}

.booking-form-pasbags label {
    color: #fff
}

@media (min-width: 768px) {
    .booking-form-select-passengers {
        margin-right: 15px
    }
}

.bookingbutton1 {
    background: #ffca09 !important;
    display: block !important;
    width: 100% !important;
    padding: 12px 5px !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    color: #424242 !important;
    margin-top: 20px !important;
    cursor: pointer
}

.booking-form-1 .bookingbutton1 {
    margin-top: 0 !important
}

.manage-booking-section {
    text-align: center;
    margin: 15px 0;
    color: #fff
}

.manage-booking-text {
    font-size: 13px;
    line-height: 1.3
}

.manage-booking-button>a {
    background: #ccc !important;
    padding: 6px 15px !important;
    display: block !important;
    width: fit-content !important;
    margin: 0 auto !important;
    color: #000 !important;
    border-radius: 8px !important;
    margin-top: 10px !important
}

.return-journey-details-title {
    color: #fff !important
}

.route-content {
    display: flex;
    width: 100%;
    color: #fff;
    text-align: center
}

.route-content div {
    width: 50%;
    border-radius: 5px;
    margin-bottom: 8px;
    margin-top: 8px;
    background: #686868
}

.route-content .left-col-distance {
    margin-right: 10px
}

.return-journey-details-title {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 12px
}

.return-journey-details-title:before,
.return-journey-details-title:after {
    color: #fff;
    content: '';
    flex: 1;
    border-bottom: dashed 2px #707070
}

.return-journey-details-title span {
    margin: 0 8px !important
}

.trip-details-box {
    display: flex;
    width: 100%
}

.trip-details-box .trip-details-wrapper-1,
.trip-details-box .trip-details-wrapper-2 {
    width: 50%;
    padding: 0 15px
}

@media (min-width: 768px) {
    .trip-details-box .trip-details-wrapper-2 {
        border-left: 1px solid #565656;
        margin-left: 16px
    }
}

.journey-details-heading {
    color: #fac609;
    font-size: 17px;
    margin-bottom: 18px;
    border-bottom: 1px solid #707070;
    padding-bottom: 2px;
    font-weight: 700
}

.booking-form-1-inside {
    padding: 25px
}

.booking-form-1 h4 {
    color: #fff;
    padding: 18px 25px !important;
    margin: 0;
    background-color: #202020;
    font-size: 22px !important
}

.booking-form-1 h4.bt5 {
    border-top: 2px solid #fff
}

.full-booking-wrapper h4.bt5 {
    border-top: 2px solid #fff
}

.hide {
    display: none
}

.qns-one-half {
    width: calc(50% - 15px);
    margin: 0 30px 0 0;
    float: left
}

.last-col {
    margin: 0
}

.attp-col-2 {
    display: flex;
    width: 100%
}

.attp-col-2 .qns-one-half {
    width: 50%
}

@media (min-width: 768px) {
    .attp-col-2 .qns-one-half {
        margin-left: 0 !important;
        margin-right: 10px !important
    }

    .attp-col-2 .qns-one-half.last-col {
        margin-left: 10px !important;
        margin-right: 0 !important
    }
}

.mt___0 {
    margin-top: 0 !important
}

.pt___0 {
    padding-top: 0 !important
}

.vehicle-book-now-button {
    border: 2px solid #242424;
    color: #242424;
    padding: 0 10px;
    border-radius: 53px;
    margin-bottom: 10px;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center
}

.vehicle-book-now-button:hover {
    background-color: #242424;
    color: #fff
}

.vehicle-section-three-combine {
    display: flex;
    justify-content: space-between !important;
    width: 100%
}

.select-vehicle-wrapper>h4 {
    color: #000;
    padding: 18px 25px !important;
    margin: 0;
    background-color: #e5e5e5;
    margin-bottom: 20px;
    font-size: 22px !important
}

.vehicle-passenger-and-bags-limit {
    text-align: right
}

.vehicle-box-inactive {
    pointer-events: none;
    opacity: .8;
    filter: blur(3px)
}

.vehicle-section.selected-vehicle {
    border: 2px solid#fac609
}

.vehicle-section.selected-vehicle .vehicle-book-now-button {
    background: #d1d1d1;
    border-color: #d1d1d1;
    color: #000
}

.alert-attp {
    background: #00ab6c;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transform: translateY(-100%);
    transition: transform ease-out .3s;
    z-index: 9999
}

#toast-container>div {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    opacity: 1 !important;
    width: 400px !important;
    line-height: 1.2;
    font-size: 14px
}

.full-booking-wrapper-td {
    display: flex;
    width: 100%
}

.full-booking-wrapper-td-1,
.full-booking-wrapper-td-2 {
    width: 50%;
    padding: 0 15px
}

.full-booking-wrapper-td-box {
    padding: 25px
}

.full-booking-wrapper-td-box .full-booking-wrapper-td p span {
    color: #fff;
    width: 70%;
    font-size: 15px;
    line-height: 1.2;
    word-wrap: break-word
}

.full-booking-wrapper-td-box .full-booking-wrapper-td p strong {
    color: #b3b3b3;
    font-weight: 400;
    width: 30%;
    display: block;
    font-size: 14px;
    line-height: 1.2
}

.full-booking-wrapper-td-box .full-booking-wrapper-td p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #444 1px dashed !important;
    display: flex;
    width: 100%
}

.booking-form-content.b01 {
    display: flex;
    gap: 15px;
    width: 100%
}

.booking-form-content.b01>div.full-booking-wrapper {
    width: 60%
}

.booking-form-content.b01>form.total-price-display {
    width: 40%
}

.booking-form-content.b02 {
    display: flex;
    gap: 15px;
    width: 100%
}

.booking-form-content.b02>div.full-booking-wrapper {
    width: 60%
}

.booking-form-content.b02>form.total-price-display {
    width: 40%
}

.full-booking-wrapper-final .total-price-display>h4 {
    color: #fff;
    padding: 18px 25px !important;
    margin: 0;
    background-color: #202020;
    border: none;
    font-size: 22px !important
}

.total-price-display-inside {
    background: #404040;
    text-align: center;
    display: block;
    padding: 25px;
    color: #fff !important;
    border-bottom: 4px solid #ffca09;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.full-booking-wrapper-final {
    display: flex;
    gap: 15px;
    width: 100%
}

.full-booking-wrapper-final .full-booking-wrapper.full-booking-wrapper-3 {
    width: 60%
}

.full-booking-wrapper-final form.total-price-display {
    width: 40%
}

.payment-double-check-warning {
    text-align: center;
    background: #ffdb9b;
    padding: 8px;
    margin-bottom: 15px;
    color: #ad7f2f;
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px;
    border-top: 3px solid #ad7f2f
}

.final-payment-button {
    background: #ffca09 !important;
    display: block !important;
    width: 100% !important;
    padding: 12px 5px !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    color: #424242 !important;
    margin-top: 20px !important;
    cursor: pointer
}

#payment_form.total-price-display label {
    color: #fff !important
}

.final-payment-step-attp {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0px 3px 10px 2px #0000003b
}

#atbLoader.hide {
    display: none
}

#atbLoader {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 4px solid rgb(16 16 16/79%);
    border-radius: 50%;
    border-top-color: #fff;
    animation: fcdspin 1s ease-in-out infinite;
    -webkit-animation: fcdspin 1s ease-in-out infinite;
    vertical-align: middle;
    margin-top: -3px
}

@keyframes fcdspin {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes fcdspin {
    to {
        -webkit-transform: rotate(360deg)
    }
}

.final-payment-button[disabled] {
    opacity: .5;
    filter: grayscale(1);
    cursor: not-allowed
}

.booking-thank-you-page-box-01 {
    text-align: center;
    border: 2px solid #24b47e;
    margin-top: 50px;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    background: #eefff9
}

.booking-thank-you-page-box-01 h3 {
    margin-top: 10px;
    margin-bottom: 11px
}

.booking-thank-you-page-box-01 p {
    width: 600px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.3
}

.thankyou-page-booking-atb {
    margin-top: 40px
}

.thankyou-page-booking-atb-main {
    margin-bottom: 40px
}

.manage-booking-page-atb-wrap {
    margin: 40px 0;
    background: #f7f7f7;
    padding: 50px
}

.atb-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
    box-shadow: 0px 5px 15px 6px #0000001c
}

.atb-table tr:first-child {
    border-top: none;
    background: #464646;
    color: #fff
}

.atb-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

.atb-table tr:nth-child(odd):not(:first-child) {
    background-color: #f8f8f8
}

.atb-table td:first-child {
    margin-top: .5em
}

.atb-table td:last-child {
    margin-bottom: .5em
}

.atb-table th,
.atb-table td {
    text-align: left
}

.atb-table tr {
    border-color: #e8e8e8
}

.atb-table th,
.atb-table td {
    padding: .5em 1em
}

.details-btn-atb {
    color: #000;
    border: 1px solid #636363;
    display: inherit;
    padding: 0 7px;
    line-height: 1.2
}

.details-btn-atb:hover {
    background-color: #636363;
    color: #fff
}

.booking-details-page {
    max-width: 1024px;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px
}

.booking-single-page-vehicle-name {
    text-align: center;
    margin-bottom: 27px;
    font-size: 18px
}

@media (max-width: 768px) {
    .booking-form-step2-main-wrap {
        display: block
    }

    .step-line {
        display: none
    }

    .step-title,
    .step-image {
        display: none
    }

    .step-wrapper {
        display: flex;
        width: 100%;
        margin-bottom: 16px;
        padding-bottom: 10px
    }

    .step-wrapper.qns-last {
        border-bottom: 0
    }

    .booking-form-content.b01,
    .booking-form-content.b02 {
        display: block
    }

    .booking-step-1-form,
    .booking-step-intro {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 15px
    }

    .select-vehicle-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        padding-bottom: 10px
    }

    .trip-details-wrapper {
        margin: 0;
        width: 100%
    }

    .trip-details-box {
        display: block;
        width: 100%
    }

    .trip-details-box .trip-details-wrapper-1,
    .trip-details-box .trip-details-wrapper-2 {
        width: 100%
    }

    .attp-col-2,
    .full-booking-wrapper-td {
        display: block
    }

    .attp-col-2 .qns-one-half {
        width: 100%;
        float: none
    }

    .booking-form-content.b01>div.full-booking-wrapper,
    .booking-form-content.b02>div.full-booking-wrapper {
        width: 100%
    }

    .booking-form-content.b01>form.total-price-display,
    .booking-form-content.b02>form.total-price-display {
        width: 100%
    }

    .stripe-review-payment {
        margin: 0;
        line-height: 1
    }

    .full-booking-wrapper-final {
        display: block
    }

    .full-booking-wrapper-final .full-booking-wrapper.full-booking-wrapper-3,
    .full-booking-wrapper-final form.total-price-display {
        width: 100%
    }

    .full-booking-wrapper-td-1,
    .full-booking-wrapper-td-2 {
        width: 100%;
        padding: 0
    }

    #toast-container {
        right: 0;
        left: 0
    }

    .booking-thank-you-page-box-01 {
        padding: 18px
    }

    .booking-thank-you-page-box-01 p {
        width: auto;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.2
    }

    .manage-booking-page-atb-wrap {
        padding: 10px
    }

    .booking-details-page {
        max-width: unset;
        margin: 15px
    }

    .atb-suppliers-dashboard {
        display: block
    }

    .atb-suppliers-form--wrap,
    .atb-suppliers-data-table {
        width: 100%
    }

    .main-table-atb {
        overflow-y: scroll;
        width: 100%;
        padding: 8px
    }

    table.suppliers_table td,
    table.suppliers_table th {
        padding: 4px
    }
}

.atb-suppliers-form--wrap {
    width: 600px;
    margin: 40px auto;
    background: #2f3033;
    color: #fff
}

.atb-heading-container {
    padding: 15px 25px;
    display: block;
    border-bottom: #5a5454 1px solid;
    background: #2f3033
}

.atb-heading-container h2 {
    color: #fff !important;
    font-size: 30px !important;
    margin: 0 !important
}

.atb-suppliers-form--wrap form {
    padding: 25px
}

.atb-form-control label {
    margin-bottom: 6px;
    display: block
}

.atb-form-control {
    margin-bottom: 10px
}

.atb-form-button button {
    display: block;
    width: 100%;
    cursor: pointer
}

.atb-form-button {
    margin-top: 26px
}

.atb-form-others {
    text-align: center;
    margin-top: 10px
}

.atb-form-others a {
    color: #fff !important;
    text-decoration: underline
}

.atb-form-control-column {
    display: flex;
    gap: 10px
}

.atb-form-control-column .atb-form-control {
    width: 50%
}

#atb-supplier-register .atb-form-control select {
    background: #fff
}

.atb_fp_link {
    font-size: 14px;
    margin-left: 15px
}

table.suppliers_table {
    border-collapse: collapse;
    width: 100%
}

table.suppliers_table td,
table.suppliers_table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
    background: #fff
}

table.suppliers_table tr:nth-child(even) {
    background-color: #ddd
}

.main-table-atb {
    padding: 25px;
    background: #2f3033
}

.atb-suppliers-dashboard>.atb-suppliers-form--wrap {
    width: 32%;
    margin-top: 0
}

.atb-form-error {
    background: #ffcbcb;
    color: red;
    padding: 10px 25px;
    margin-top: 25px;
    border-top: 3px solid red
}

.atb-suppliers-dashboard {
    margin-bottom: 40px
}

.atb-form-success {
    background: #cbffdc;
    color: #03ac5f;
    padding: 10px 25px;
    margin-top: 25px;
    border-top: 3px solid #03ac5f
}

.pound-prefix-wrap {
    position: relative
}

.pound-prefix {
    position: absolute;
    left: 14px;
    color: #5a5a5a;
    top: 10px;
    font-weight: 700;
    font-size: 17px
}

.pound-prefix-wrap #proposed_price {
    padding-left: 32px
}

.atb-sp-booking-list {
    background: #f7f7f7;
    padding: 25px
}

.atb-sp-bookings {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px
}

.atb-sp-bookings-button {
    position: absolute;
    top: 12px;
    right: 10px
}

.atb-sp-bookings-button a {
    background: #ffca09;
    color: #000;
    padding: 5px 15px;
    border-radius: 15px
}

.atb-sp-bookings-button a:hover {
    background: #000;
    color: #fff
}

.atb-sp-bookings ul {
    list-style: none;
    padding-left: 15px
}

.atb-sp-bookings ul p {
    margin-bottom: 8px
}

.atb-sp-bookings .sp-booking-number {
    font-size: 18px;
    font-weight: 700
}

.atb-sp-bookings img {
    width: 15px;
    margin-right: 8px
}

.request-response-box-wrap {
    background: #f7f7f7;
    margin-bottom: 30px
}

.request-response-box-breadcrumb {
    display: flex;
    justify-content: space-between
}

.request-response-box-breadcrumb {
    display: flex;
    justify-content: space-between;
    background: #000;
    padding: 15px 18px;
    color: #fff
}

.request-response-box-breadcrumb a {
    color: #fff;
    text-decoration: underline
}

.rrb-off-white {
    color: #abaaaa
}

.rrb-copy-btn-wrap button {
    background: #4a4a4a;
    padding: 6px 18px;
    border-radius: 10px;
    font-size: 15px;
    color: #fff
}

.rrb-copy-btn-wrap button:hover {
    background: #797878
}

.rrb-copy-btn-wrap img {
    vertical-align: middle;
    width: 14px;
    margin-left: 4px
}

.request-response-box-inside {
    padding: 25px
}

.request-response-box-content {
    display: flex;
    gap: 25px;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0/17%);
    padding: 25px
}

.rrb-route-box,
.rrb-action-box {
    width: 50%
}

@media (min-width: 768px) {
    .rrb-route-box {
        border-right: 1px solid #d2d2d2
    }
}

.rrb-head {
    font-size: 20px;
    font-weight: 700;
    color: #4e4e4e;
    margin-bottom: 5px
}

.rrb-route-timeline {
    position: relative;
    padding-left: 8px
}

.rrb-route-timeline li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 1.3em;
    height: 1.3em;
    padding: 0;
    border: .25em solid #c6c6c6;
    border-radius: 100%;
    background-color: #fff;
    z-index: 2;
    content: ""
}

.rrb-route-timeline li:after {
    display: block;
    position: absolute;
    left: .5em;
    top: 0;
    width: .3em;
    height: 100%;
    background-color: #c6c6c6;
    z-index: 1;
    content: ""
}

.rrb-route-timeline>li:first-child:before,
.rrb-route-timeline>li:last-child:before,
.rrb-route-timeline>li:first-child:before,
.rrb-route-timeline>li:last-child:before {
    margin: 0;
    padding: .4em;
    content: ""
}

.rrb-route-timeline>li:last-child:after,
.rrb-route-timeline>li:last-child:after {
    content: none
}

.rrb-route-timeline>li {
    padding: 0 0 1em 2em;
    position: relative;
    margin: 0
}

.rrb-route-timeline li>div {
    line-height: 1.3;
    font-size: 15px;
    color: #505050
}

.rrb-route-timeline li.waypoint:before {
    width: 1em;
    height: 1em;
    margin-left: .18rem;
    border-color: #aeadad
}

.rrb-action-box ul {
    list-style: none;
    padding-left: 5px
}

.rrb-action-box ul p {
    margin-bottom: 8px
}

.rrb-action-box img {
    width: 15px;
    margin-right: 8px
}

.request-response-box-footer h4 {
    margin-bottom: 8px
}

.rrb-footer-box-03 .price-input-box {
    position: relative
}

.rrb-footer-box-03 .rrb-pound-prefix {
    position: absolute;
    left: 14px;
    color: #5a5a5a;
    top: 10px;
    font-weight: 700;
    font-size: 17px
}

.rrb-footer-box-03 .price-input-box input[type=number] {
    padding-left: 32px
}

.rrb-accept-btn {
    background: #16c995 !important;
    color: #fff !important;
    vertical-align: middle !important;
    padding: 14px 28px !important;
    margin-top: 15px !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    cursor: pointer !important
}

.rrb-accept-btn:hover {
    background: #000 !important
}

.rrb-accept-btn img {
    vertical-align: middle !important;
    width: 17px !important;
    margin-left: 5px !important
}

li.waypoint span {
    background: #d2d2d2;
    color: #000;
    padding: 4px 6px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 12px
}

.meet-greet {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #8c8b8b
}

.meet-greet>img {
    vertical-align: middle;
    width: 15px;
    margin-right: 3px
}

.atb-sp-booking-button-disabled {
    cursor: not-allowed !important;
    background: #a6a6a6 !important;
    color: #000 !important;
    opacity: .5 !important
}

@media(max-width: 768px) {
    .request-response-box-inside {
        padding: 16px
    }

    .rrb-route-box,
    .rrb-action-box {
        width: 100%
    }

    .request-response-box-content {
        display: block
    }

    .rrb-route-timeline {
        padding: 0
    }

    .atb-sp-booking-list {
        padding: 10px
    }

    .atb-sp-bookings-button a {
        font-size: 12px
    }
}

.atb-stripe-partner {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px
}

.atb-coupon-box {
    display: block;
    margin-top: 25px;
    background: #8989896b;
    padding: 15px;
    font-size: 15px
}

.atb-coupon-box-form-inside {
    display: flex;
    gap: 8px;
    margin-top: 14px
}

.atb-coupon-box-form-inside input {
    width: 75%;
    margin: 0 !important
}

.atb-coupon-box-form-inside button {
    width: 25%;
    margin: 0 !important;
    background: #000;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px
}

.atb-coupon-box-form-inside.box-disabled {
    opacity: .4;
    pointer-events: none
}

@media (max-width: 992px) {
    .atb-coupon-box-form-inside {
        display: block
    }

    .atb-coupon-box-form-inside input {
        width: 100%
    }

    .atb-coupon-box-form-inside button {
        width: 100%;
        margin-top: 4px !important
    }
}

.d-none {
    display: none !important
}

.booking-form-content.b01.atb-no-sidebar,
.booking-form-content.b02.atb-no-sidebar {
    display: block !important
}

.booking-form-content.b01.atb-no-sidebar .booking-step-1-form,
.booking-form-content.b02.atb-no-sidebar .booking-step-1-form {
    float: none !important;
    width: 100% !important
}

.booking-form-content.b01.atb-no-sidebar .booking-step-1-form .atb-box-346,
.booking-form-content.b02.atb-no-sidebar .booking-step-1-form .atb-box-346 {
    display: flex;
    gap: 15px
}

.booking-form-content.b01.atb-no-sidebar .booking-step-1-form .atb-box-346 .atb-box-346-inside,
.booking-form-content.b02.atb-no-sidebar .booking-step-1-form .atb-box-346 .atb-box-346-inside {
    width: 50%
}

.wpt-input-box {
    position: relative
}

.wpt-input-box #onward-add-via,
.wpt-input-box #return-add-via {
    position: absolute;
    top: 12px;
    right: 8px;
    opacity: .8;
    transition: .3s ease all
}

.wpt-input-box #onward-add-via:hover,
.wpt-input-box #return-add-via:hover {
    opacity: 1
}

.atb-bw-btn {
    background: #ffca09 !important;
    display: block !important;
    width: 100% !important;
    padding: 12px 5px !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    color: #424242 !important;
    margin-top: 13px !important;
    cursor: pointer
}

.atb-hbf-h4 {
    text-align: center;
    color: #fff !IMPORTANT;
    margin: 0 !important;
    padding: 0 !important
}

#step2buttons1 {
    display: flex;
    gap: 15px
}

.step2buttons1-left01 {
    width: 50%;
    text-align: left
}

.step2buttons1-right01 {
    width: 50%;
    text-align: right
}

.step2buttons1-left01 button {
    background: #000 !important;
    padding: 12px 10px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    color: #b5b5b5 !important;
    margin-top: 5px !important;
    cursor: pointer;
    border-radius: 8px
}

.step2buttons1-right01 button {
    background: #ffca09 !important;
    padding: 12px 10px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    color: #424242 !important;
    margin-top: 5px !important;
    cursor: pointer;
    border-radius: 8px
}

.step2buttons1-left01 button i {
    margin-right: 5px
}

.step2buttons1-right01 button i {
    margin-left: 5px
}

.blinkText {
    -webkit-animation: glowing 1s infinite;
    -moz-animation: glowing 1s infinite;
    -o-animation: glowing 1s infinite;
    animation: glowing 1s infinite
}

@keyframes glowing {
    0% {
        opacity: 1.0
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1.0
    }
}

.logout-box {
    background: #efefef;
    padding: 25px;
    text-align: center;
    margin-top: 25px;
    border-radius: 8px
}

.logout-box a {
    background: #1d1b1b;
    display: inline;
    padding: 8px 22px;
    border-radius: 8px;
    color: #fff
}

.logout-box a:hover {
    color: #fff !important;
    background: #4f4949
}

.btn-46340 {
    background: #3a3a3a;
    color: #fff;
    padding: 12px 15px;
    border-radius: 12px;
    font-weight: 700
}

.btn-46340:hover {
    background: #000;
    color: #fff
}

.home-booking #booking-tabs {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px rgba(3, 0, 71, .09);
    border-radius: .5rem
}

.home-booking #booking-tabs>ul {
    padding: 15px !important;
    border-bottom: #d7d7d7 1px solid;
    margin: 0
}

.home-booking .atb-hbf-h4 {
    color: var(--e-global-color-uicore_headline) !important
}

.widget-booking-form-wrapper input,
.widget-booking-form-wrapper textarea,
.widget-booking-form-wrapper select {
    border: 1px solid #c7c7c7 !important;
    border-radius: 8px !important
}

.widget-booking-form-wrapper input:focus,
.widget-booking-form-wrapper textarea:focus,
.widget-booking-form-wrapper select:focus {
    box-shadow: 0px 0px 0px 2px #00000021
}

.home-booking .booking-form-time label {
    color: var(--e-global-color-uicore_headline) !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
    display: block;
    font-weight: 500
}

.home-booking .atb-bw-btn {
    background: var(--e-global-color-uicore_headline) !important;
    padding: 15px !important;
    font-size: 17px !important;
    text-transform: unset !important;
    letter-spacing: 0 !important;
    color: var(--e-global-color-uicore_white) !important;
    border-radius: 8px !important;
    transition: .3s ease all
}

.home-booking .atb-bw-btn:hover {
    background: var(--e-global-color-uicore_primary) !important;
    color: var(--e-global-color-uicore_headline) !important
}

.home-booking .booking-form-1 #atbMap {
    margin-bottom: 0 !important
}

.home-booking .booking-form-date input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.home-booking .booking-form-hour select {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important
}

.home-booking .booking-form-min select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.home-booking .widget-booking-form-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #ecd435;
    transform: rotate(4deg)
}

.sup-portal-v2-wrap-main {
    display: flex;
    flex-direction: row;
    gap: 28px
}

.sup-portal-v2-left {
    width: 25%;
    height: max-content
}

.sup-portal-v2-right {
    width: 60%
}

.sup-portal-v2-left {
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    padding: 0
}

.sup-portal-v2-right {
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09)
}

.sup-portal-v2-left ul {
    list-style-type: none;
    margin: 0;
    padding: 20px
}

.sup-portal-v2-left ul li {
    display: block
}

.sup-portal-v2-left ul li a {
    padding: 8px 15px;
    color: #575757;
    font-weight: 500;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    transition: .3s ease all;
    margin-bottom: 5px
}

.sup-portal-v2-left ul li a:hover {
    background: #f2efe2
}

.sup-portal-v2-left ul li a.active-d {
    background: #f2efe2
}

.sup-portal-v2-left ul li a svg {
    width: 18px
}

.sup-portal-v2-card-header h4 {
    margin: 0 !important
}

.sup-portal-v2-card-header {
    padding: 18px 30px;
    border-bottom: 1px solid #e0e0e0
}

.sup-portal-v2-card-body {
    padding: 18px 30px
}

.atb-sp-bookings {
    border-radius: 0 !important;
    border-bottom: 1px solid #e7e7e7
}

.atb-sp-bookings-button {
    top: 23px
}

body .atb-sp-bookings-button button {
    background: #000 !important;
    color: #fff !important;
    padding: 6px 15px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: -.02em !important;
    cursor: pointer
}

.atb-sp-bookings-button button:hover {
    background: #ecd435 !important;
    color: #000 !important
}

.atb-sp-bookings .sp-booking-number {
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 45px;
    border: 1px solid #d2d2d2;
    margin-bottom: 12px;
    margin-left: -10px
}

.atb-sp-bookings ul p {
    margin-bottom: 15px;
    display: flex;
    align-items: start
}

.atb-sp-bookings img {
    width: 16px;
    margin-right: 10px;
    margin-top: 4px;
    opacity: .7
}

.atb-sp-booking-list-loadmore {
    padding: 16px;
    text-align: center;
    padding-bottom: 0
}

.atb-sp-booking-list-loadmore button {
    background: #d2d2d2;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
    cursor: pointer;
    transition: .3s ease all
}

.atb-sp-booking-list-loadmore button svg {
    width: 18px
}

.atb-sp-booking-list-loadmore button:hover {
    background: #f1e69f
}

.svg-rotate {
    animation: rotateAnimation 2s linear infinite
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.atb-sp-bookings {
    margin-bottom: 0 !important;
    transition: .3s ease all
}

.atb-sp-bookings:hover {
    background: #efefef;
    border-radius: 5px !important
}

.sup-portal-v2-user-box {
    padding: 25px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    gap: 15px
}

.sup-portal-v2-user-box img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100px !important;
    object-fit: cover
}

.sup-portal-v2-user-box-name {
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 600
}

.sup-portal-v2-user-box-email {
    margin: 0 !important;
    font-size: 12px
}

.main-table-atb {
    padding: 0 !important;
    background: 0 0
}

.atb-sp-invoices {
    border-radius: 0 !important;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0 !important;
    transition: .3s ease all;
    position: relative;
    background: #fff;
    padding: 28px 12px
}

.atb-sp-invoices-top {
    display: flex;
    gap: 12px
}

.atb-sp-invoices ul {
    list-style-type: square;
    margin: 0;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 0
}

.atb-sp-invoices ul li {
    margin-bottom: 8px;
    color: #404040
}

.atb-sp-invoices-status {
    position: absolute;
    top: 25px;
    right: 0
}

.atb-sp-invoices-top div {
    background: #e6e6e6;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 600;
    color: #000;
    border: 1px solid #d2d2d2
}

.atb-sp-invoices ul li:last-child {
    margin-bottom: 0 !important
}

.atb-proposed-price {
    background: #e2f8ef !important;
    color: #1eb677 !important;
    border-color: #cdf1e2 !important
}

.atb-sub-order-id {
    background: #e3e9f9 !important;
    color: #3c60d2 !important;
    border-color: #d1dbf6 !important
}

.atb-sp-invoices ul li span {
    font-weight: 500
}

.atb-sp-submit-price-v2-menu-01 {
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
    margin-left: 25px;
    margin-top: -8px
}

.request-response-box-content {
    display: flex;
    gap: 20px;
    border: 1px solid #d2d2d2;
    padding: 25px;
    border-radius: 19px
}

.request-response-box-footer h4 {
    font-size: 18px;
    font-weight: 600
}

.request-response-box-footer p {
    font-size: 15px;
    font-style: italic
}

.rrb-footer-box-03 h3 {
    color: #fff;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 12px
}

.rrb-footer-box-03 {
    background: #003123;
    padding: 25px 40px;
    border-radius: 10px;
    position: relative
}

.rrb-footer-box-03 form {
    max-width: 50%;
    margin: 0 auto;
    text-align: center
}

.rrb-footer-box-03 button {
    width: 100% !important
}

.rrb-footer-box-03 .rrb-accept-btn {
    background: #099e73 !important;
    font-size: 16px !important;
    font-weight: 600 !important
}

.rrb-footer-box-03 .rrb-accept-btn:hover {
    transform: none !important
}

.atb-sp-not-found-alert {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    background: #f3f3f3;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #000;
    font-weight: 600
}

.adv-error-alert-sp {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    background: #ffd9d9;
    padding: 15px;
    border: 1px solid #ffd9d9;
    border-radius: 8px;
    color: red;
    font-weight: 600;
    margin-bottom: 15px;
    transition: .3s ease all
}

.adv-error-alert-sp.atbs {
    background: #099e7338;
    color: #099e16;
    border-color: #099e7338
}

.atb-sp-loader {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: atbSpin 1s linear infinite;
    margin: 0 auto
}

@keyframes atbSpin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.atb-blur-form {
    opacity: .4;
    filter: blur(6px);
    pointer-events: none
}

.bid-history-timeline {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
    border-radius: 8px;
    margin-top: 20px;
    padding: 25px;
    background-color: #efefef
}

.bid-history-timeline li {
    margin-bottom: 15px
}

.bid-history-timeline li:last-child {
    margin-bottom: 0
}

.atb-timeline-date {
    background: #464a57;
    font-size: 13px;
    font-weight: 600;
    margin-right: 6px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #464a57;
    border-radius: 5px;
    color: #fff
}

.atb-timeline-event {
    font-weight: 500;
    font-size: 15px
}

.atb-box-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 8px
}

.atb-sp-booking-number {
    font-weight: 600;
    background: #cef0ff;
    color: #0281b8;
    padding: 8px 15px;
    border-radius: 8px
}

.atb-sp-booking-price {
    font-weight: 600;
    background: #02b884;
    color: #fff;
    padding: 2px 15px;
    border-radius: 8px;
    font-size: 30px
}

.atb-box-flex-right {
    display: flex;
    align-items: center;
    gap: 25px
}

.atb-box-flex-right a {
    color: red;
    font-weight: 600;
    text-decoration: underline
}

.atb-sp-status-badge {
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    border: 1px solid #000;
    padding: 5px 8px;
    border-radius: 5px
}

.atb-sp-view-bit-button {
    background: #e3ebff !important;
    color: #486ed2 !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: -.02em !important;
    cursor: pointer;
    border: 1px solid #486ed2
}

.atb-sp-ap {
    background: #f9faff !important
}

.b54504 {
    top: 34px
}

.b54504 .atb-sp-view-bit-button {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000
}

.atb-v2-update.atb-suppliers-form--wrap {
    background: #fff !important;
    border-radius: .5rem !important;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09) !important;
    color: #000 !important
}

.atb-v2-update .atb-heading-container {
    padding: 18px 30px;
    border-bottom: 1px solid #e0e0e0;
    background: 0 0 !important
}

.atb-v2-update .atb-heading-container h2 {
    color: #4e4d4d !important;
    font-size: 25px !important;
    margin: 0 !important
}

.atb-v2-update .atb-form-others a {
    color: #000 !important;
    text-decoration: underline !important;
    font-weight: 500
}

form input,
form select,
form textarea {
    border-radius: 5px !important
}

.atb-v2-update .atb_fp_link {
    font-size: 14px;
    margin-left: 5px;
    font-weight: 500;
    text-decoration: underline !important;
    color: #baa517
}

.atb-v2-update .atb_fp_link:hover {
    color: #000
}

.atb-v2-update .atb-supplier-register {
    margin: 0 !important
}

.box-455045 {
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    padding: 35px;
    max-width: 750px;
    margin: 0 auto
}

.box-455045 p {
    font-size: 18px;
    font-weight: 500;
    color: #444
}

.country-code-selector {
    display: flex
}

.country-code-selector #country-code {
    width: 24% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
    border-right: 0 !important
}

.country-code-selector #atb_user_phone {
    width: 76% !important
}

#country-code {
    background-image: none !important
}

input[name=pickup-date] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

select[name=time-hour] {
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important
}

select[name=time-min] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

@media (max-width: 768px) {
    .atb-suppliers-form--wrap {
        width: 100%
    }

    .atb-v2-update .atb-heading-container h2 {
        font-size: 20px !important
    }

    .sup-portal-v2-wrap-main {
        flex-direction: column !important
    }

    .sup-portal-v2-left,
    .sup-portal-v2-right {
        width: 100%
    }

    .atb-sp-bookings-button {
        position: static;
        display: block;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        margin-top: 22px
    }

    .atb-sp-bookings-button a,
    .atb-sp-bookings-button button {
        width: 100% !important;
        display: block
    }

    .atb-sp-bookings ul p {
        flex-direction: column
    }

    .sup-portal-v2-card-body {
        padding: 12px
    }

    .atb-sp-invoices-status {
        position: static;
        margin-top: 12px
    }
}

