.mpa-shortcode.appointment-form-shortcode .mpa-booking-step {
    padding: 0;
}

.appointment-form-widget,
.appointment-form-shortcode {
    padding: 2em;
    border-radius: 10px;
    background-color: var(--e-global-color-primary);
    outline: 10px solid var(--e-global-color-accent);
}

.appointment-form-widget p,
.appointment-form-shortcode p {
    margin-bottom: 1.25em!important;
}

.appointment-form-widget .mpa-loading,
.appointment-form-shortcode .mpa-loading {
    background-size: 20px 20px!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-color: rgba(0, 0, 0, 0.51)!important;
    background-image: url(/wp-content/plugins/motopress-appointment/assets/images/loading.gif);
}

.appointment-form-widget label,
.appointment-form-shortcode label {
    font-size: 1.125rem;
    display: inline-block;
    line-height: 1.25rem;
    margin-bottom: 0.65rem;
    color: #ffffff !important;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
}

.appointment-form-widget input,
.appointment-form-widget select,
.appointment-form-shortcode input,
.appointment-form-shortcode select {
    width: 100%;
    background-color: #fff;
    border: none !important;
    outline: none !important;
    font-size: 16px!important;
}

.appointment-form-widget .mpa-actions,
.appointment-form-shortcode .mpa-actions {
    gap: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mpa-actions button {
    color: #ffffff;
    min-height: 3rem;
    cursor: pointer;
    font-weight: 400;
    min-width: 150px;
    padding: 1em 1.5em;
    width: fit-content;
    font-size: 0.9375rem;
    text-transform: none;
    border: none !important;
    border-radius: 10px !important;
    transition: all 0.8s ease-in-out;
    background-color: var(--e-global-color-accent) !important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.mpa-actions button:hover {
    background-color: var(--e-global-color-secondary) !important;
}

.cell-actions button {
    margin: 0 auto;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    width: fit-content!important;
    background-color: transparent!important;
    color: var(--e-global-color-secondary) !important;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.appointment-form-widget .mpa-actions .mpa-button-back,
.appointment-form-shortcode .mpa-actions .mpa-button-back {
    background-color: var(--e-global-color-text) !important;
}

.appointment-form-widget .mpa-booking-step,
.appointment-form-shortcode .mpa-booking-step {
    padding: 0
}

.appointment-form-widget .mpa-booking-step .mpa-actions,
.appointment-form-shortcode .mpa-booking-step .mpa-actions {
    margin-top: 30px;
    margin-bottom: 0
}

.appointment-form-widget .mpa-booking-step .mpa-shortcode-title,
.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title {
    font-weight: 600;
    text-align: center;
    font-size: 1.3625rem;
    text-transform: uppercase;
    margin-bottom: 1em!important;
    color: var(--e-global-color-secondary) !important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-service-form,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form {
    width: 100%
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-service-form form>*,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form form>* {
    margin-bottom: 20px
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-service-form form>*:last-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form form>*:last-child {
    margin-bottom: 0
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper {
    margin-top: 20px
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times {
    position: relative
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period {
    font-weight: 600;
    padding-left: 1px;
    padding-right: 1px;
    text-transform: none;
    font-size: 0.9375rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-family: var(--e-global-typography-secondary-font-family);
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period.mpa-time-period-selected,.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:hover,
.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:focus,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period.mpa-time-period-selected,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:hover,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:focus {
    color: #ffffff;
    border-color: var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:focus,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:focus {
    outline: none
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .mpa-input-container,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-input-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .mpa-input-container>.mpa-input-wrapper,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-input-container>.mpa-input-wrapper {
    width: 100%
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 18px;
    background: 0 0
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
    margin: 0;
    padding: 0.5em 2em;
    position: relative;
    border-radius: 10px;
    background-color: var(--e-global-color-accent);
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-month,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-month {
    height: 33px
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-current-month,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
    padding: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-family: var(--e-global-typography-secondary-font-family);
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper,.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year,.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month {
    font-weight: inherit;
    line-height: 33px
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper:hover,.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year:hover,.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month:hover,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper:hover,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year:hover,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month:hover {
    background: 0 0
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg,.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg {
    display: none
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    right: 20px;
    background-image: url(//themes.getmotopress.com/lotus-spa/wp-content/themes/lotus-spa/images/angle-right.svg?v=1)
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    left: 20px;
    background-image: url(//themes.getmotopress.com/lotus-spa/wp-content/themes/lotus-spa/images/angle-left.svg?v=1)
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer {
    width: 100%
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-days,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-days {
    width: 100%
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .dayContainer,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .dayContainer {
    width: 100%;
    max-width: 100%
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day {
    border: 0;
    z-index: 1;
    color: #ffffff;
    transition: .3s;
    max-width: none;
    border-radius: 0;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    font-family: var(--e-global-typography-secondary-font-family);
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before {
    content: '';
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 36px;
    z-index: -1;
    height: 36px;
    display: block;
    transition: .3s;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: .3s;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-color: var(--e-global-color-accent);
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected,.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover {
    color: #fff;
    background-color: transparent
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected:before,.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover:before,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected:before,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover:before {
    opacity: 1
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:nth-last-child(-n+7),.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:nth-last-child(-n+7) {
    border: 0
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
    color: rgba(255, 255, 255, 0.5);
}

.appointment-form-widget .flatpickr-day.nextMonthDay.flatpickr-disabled,
.appointment-form-shortcode .flatpickr-day.nextMonthDay.flatpickr-disabled {
    height: 0!important;
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover:before,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover:before {
    display: none;
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .today,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .today {
    color: #ffffff;
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .today:before,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .today:before {
    opacity: 1;
    background-color: #8ea097
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays {
    height: 49px
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--e-global-typography-secondary-font-family);
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li {
    border: 0;
    padding: 0;
    margin-right: 30px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li:last-child,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li:last-child {
    margin: 0
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-capacity,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-capacity {
    font-size: 14px;
    margin-top: -5px
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details {
    margin-bottom: 0
}


.appointment-form-widget .mpa-booking-step.mpa-booking-step-checkout .mpa-required-tip,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-required-tip {
    display: none
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details {
    margin-top: 10px
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details+.mpa-order-details,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details+.mpa-order-details {
    margin-top: 20px
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-booking .mpa-actions>*,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-actions>* {
    max-width: 100%;
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-cart .mpa-actions,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-cart .mpa-actions .button,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%;
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-cart .mpa-actions .button:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .button:first-child {
    margin: 0 0 20px;
}

.appointment-form-widget .mpa-booking-step .mpa-cart,
.appointment-form-shortcode .mpa-booking-step .mpa-cart {
    overflow: hidden;
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items,
.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items {
    margin: 0 -5px;
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item,
.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item {
    padding: 1em 0!important;
    border-top: none!important;
    margin-bottom: 1em!important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5) !important;
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .cell-value,
.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .cell-value {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-footer,
.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-footer {
    padding: 0;
    margin-top: 15px;
    border: 0;
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-footer .button,
.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-footer .button {
    width: 100%;
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-footer .cell-actions,
.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-footer .cell-actions {
    width: 100%;
    text-align: center;
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-header,.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-header {
    padding: 0;
    border: 0;
    margin-bottom: 10px
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-header .cell,.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-header .cell {
    padding: 0 5px;
    width: 100%
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-header .mpa-service-name,
.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-header .mpa-service-name {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body,
.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body {
    padding: 0
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body .cell-title,
.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body .cell-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body .cell-people,
.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body .cell-people {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin-bottom: 10px
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body .cell-location,.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body .cell-location {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body .cell-employee,.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body .cell-employee {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body .cell-price,.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .mpa-cart-item .item-body .cell-price {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
}

.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .no-items,.appointment-form-widget .mpa-booking-step .mpa-cart .mpa-cart-items .cell,
.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .no-items,.appointment-form-shortcode .mpa-booking-step .mpa-cart .mpa-cart-items .cell {
    padding: 5px
}

.appointment-form-widget .mpa-booking-step .mpa-cart-total,
.appointment-form-shortcode .mpa-booking-step .mpa-cart-total {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.125rem;
    font-family: var(--e-global-typography-primary-font-family);
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-billing-fields,
.appointment-form-widget .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateway-description,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-billing-fields,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateway-description {
    margin-top: 5px;
    font-size: .875em;
}

.appointment-form-widget .mpa-booking-step.mpa-booking-step-payment .mpa-checkout-section,.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-checkout-section {
    margin-bottom: 1.5em;
}

.appointment-form-widget .iti__flag-container .iti--separate-dial-code .iti__selected-flag,
.appointment-form-widget .iti__flag-container .iti__selected-flag,
.appointment-form-shortcode .iti__flag-container .iti--separate-dial-code .iti__selected-flag,
.appointment-form-shortcode .iti__flag-container .iti__selected-flag {
    background: 0 0;
}

.appointment-form-widget .iti__country-list li,
.appointment-form-shortcode .iti__country-list li {
    margin-bottom: 0;
}

.appointment-form-widget .mpa-order table *,
.appointment-form-shortcode .mpa-order table * {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.appointment-form-widget .mpa-order table .column-price ,
.appointment-form-shortcode .mpa-order table .column-price {
    text-align: right!important;
}

.appointment-form-widget .mpa-order table .column-price *,
.appointment-form-shortcode .mpa-order table .column-price * {
    font-weight: 600!important;
    text-align: right!important;
}

.appointment-form-widget .mpa-order table .column-total,
.appointment-form-shortcode .mpa-order table .column-total,
.appointment-form-widget .mpa-order table .column-subtotal,
.appointment-form-shortcode .mpa-order table .column-subtotal {
    text-align: left!important;
}

.appointment-form-widget .mpa-billing-details.mpa-checkout-section,
.appointment-form-shortcode .mpa-billing-details.mpa-checkout-section {
    padding: 1em;
    border-radius: 10px;
    border: solid 1px var(--e-global-color-secondary);
}

.appointment-form-widget .mpa-payment-gateways,
.appointment-form-shortcode .mpa-payment-gateways {
    gap: 1.5em;
    display: flex!important;
    flex-wrap: wrap!important;
    flex-direction: row!important;
    justify-content: center!important;

}

.appointment-form-widget .mpa-payment-gateways label,
.appointment-form-shortcode .mpa-payment-gateways label {
    font-size: 1rem;
    font-weight: 400;
}

.appointment-form-widget .mpa-booking-step-payment,
.appointment-form-shortcode .mpa-booking-step-payment {
    font-size: 1.125rem;
    display: inline-block;
    line-height: 1.875rem;
    margin-bottom: 0.65rem;
    color: #ffffff !important;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
}

.appointment-form-widget .mpa-booking-details-section,
.appointment-form-shortcode .mpa-booking-details-section {
    padding: 1em!important;
    border-radius: 10px!important;
    border: solid 1px var(--e-global-color-secondary)!important;
}

.appointment-form-widget .mpa-booking-step-payment .reservation-title,
.appointment-form-shortcode .mpa-booking-step-payment .reservation-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.appointment-form-widget .mpa-booking-step-payment .reservation-full-date,
.appointment-form-shortcode .mpa-booking-step-payment .reservation-full-date {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.appointment-form-widget .reservation-calendar-links,
.appointment-form-shortcode .reservation-calendar-links {
    width: 100%;
    display: flex;
    text-align: left;
    flex-direction: column;
}

.appointment-form-widget .reservation-calendar-links a,
.appointment-form-shortcode .reservation-calendar-links a {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: underline;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.appointment-form-widget .mpa-message,
.appointment-form-shortcode .mpa-message {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.appointment-form-widget .reservation-calendar-links span.label,
.appointment-form-shortcode .reservation-calendar-links span.label {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 400;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.mpa-booking-details .mpa-booking-details-section-row {
    display: flex;
    flex-direction: column!important;
}

.appointment-form-widget .mpa-booking-details-section-row .cell,
.appointment-form-shortcode .mpa-booking-details-section-row .cell {
    width: 100%!important;
}


.appointment-form-widget .reservation-title,
.appointment-form-shortcode .reservation-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.appointment-form-widget .reservation-full-date,
.appointment-form-shortcode .reservation-full-date {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}