.bpa-frontend-main-container {
  margin-top: 40px !important;
}

/* LEFT SIDE MENU */

.bpa-front-tabs--vertical-left .bpa-front-tab-menu {
  box-shadow: none;
  margin-right: 24px;
  min-width: 263px;
  padding: 24px;
  border-radius: 0;
}

.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-label {
  color: rgba(var(--bs-dark-rgb), 0.7);
  font-weight: 600;
  font-size: 12px;
  font-family: var(--bs-font-monospace);
}

.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active .bpa-front-tm--item-label {
  color: var(--bs-primary);
}

.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item:not(.__bpa-is-active) .bpa-front-tm--item-icon svg {
  opacity: 0.5;
}

.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active span,
.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active .bpa-front-tm--item-icon,
.bpa-front-tabs .bpa-front-tabs--foot .bpa-front-btn--primary:focus {
  box-shadow: 0 6px 12px -2px rgba(var(--bs-dark-rgb), 0.1) !important;
}

/* RIGHT SIDE CONTENT */

.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item span,
.bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-icon,
.bpa-fm-li--col-item .bpa-fm-li__card,
.bpa-fm-li--col-item .bpa-fm-li__card .bpa-li-col__image img,
.bpa-front-default-card,
.bpa-front-form-control.--bpa-country-dropdown,
.bpa-front-module--service-item .bpa-front-si-card,
.bpa-front-sm--col .bpa-front-sm-card {
  border-radius: 0;
}

.bpa-front-tabs--panel-body .bpa-front-dc--body {
  padding: 40px;
  border-radius: 0;
  min-height: 500px;
  max-height: inherit;
  overflow: inherit;
}

.bpa-front-tabs .bpa-front-module-heading {
  margin-bottom: 16px;
  font-family: var(--bs-font-monospace) !important;
  font-weight: 600;
  font-size: 20px !important;
}

.bpa-front-tabs--foot {
  padding: 16px;
  justify-content: flex-end;
}

.bpa-li-col__body .bpa-li-col__title {
  font-size: 20px !important;
  font-weight: 600;
  font-family: var(--bs-font-monospace) !important;
  color: var(--bs-dark) !important;
}

.bpa-fm-li--col-item .bpa-fm-li__card {
  padding: 16px;
  margin-bottom: 0;
}

.bpa-li-col__body .bpa-li-col__address {
  font-size: 12px !important;
  color: rgba(var(--bs-dark-rgb), 0.7);
}

.bpa-front-dc--footer .bpa-front-tabs--foot .bpa-front-btn {
  height: 52px;
  justify-content: center;
  border-radius: 0 !important;
  box-shadow: 0 6px 12px -2px rgba(var(--bs-dark-rgb), 0.05);
  font-family: var(--bs-font-monospace) !important;
  font-weight: 600;
  font-size: 14px !important;
  min-width: 150px;
}

.bpa-front-dc--footer .bpa-front-tabs--foot .bpa-front-btn strong {
  font-weight: 600;
}

.bpa-front-tabs--foot .bpa-front-btn.bpa-front-btn--primary>span svg {
  display: none;
}

.bpa-front-module--location-items-row {
  gap: 24px 0;
  max-height: 400px;
  overflow-y: auto;
}

.bpa-front-module--service-items-row {
  grid-template-columns: 1fr;
}

.bpa-front-si-card__row {
  padding: 16px 12px;
  align-items: center;
}

.bpa-front-module--service-items-row .bpa-fm--si--col:last-child .bpa-front-module--service-item .bpa-front-si-card {
  margin-bottom: 0;
}

.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left {
  margin-right: 16px;
}

.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left img {
  width: 120px;
  height: 120px;
}

.bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading {
  font-size: 20px !important;
  font-family: var(--bs-font-monospace) !important;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--bs-dark) !important;
  line-height: normal;
}

.bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p {
  font-size: 14px !important;
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
}

.bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p strong,
.bpa-front-sc-item__val {
  font-size: 14px !important;
  color: var(--bs-dark) !important;
}

.bpa-front-dc--footer .bpa-front-tabs--foot .bpa-front-btn--borderless {
  box-shadow: none;
  min-width: initial;
  margin: 0 !important;
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
}

.bpa-frontend-main-container button.el-button:not(:hover):not(:active):not(.has-text-color) {
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
}

.bpa-front--dt__calendar .vc-arrows-container {
  padding: 0 !important;
}

.bpa-front--dt__calendar .vc-arrows-container .vc-arrow {
  height: 50px;
  width: 50px;
  border-radius: 0;
}

.bpa-front--dt__calendar .vc-arrows-container .vc-arrow.is-left {
  border-right: 1px solid var(--bs-gray-300) !important;
}

.bpa-front--dt__calendar .vc-arrows-container .vc-arrow.is-right {
  border-left: 1px solid var(--bs-gray-300) !important;
}

.bpa-front--dt__calendar .vc-day .vc-day-content.is-disabled {
  background-color: #FBFBFB !important;
  opacity: 0.25;
}

.bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading {
  font-size: 14px !important;
  font-family: var(--bs-font-monospace) !important;
  font-weight: 600;
  margin-bottom: 8px;
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
}

.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item {
  border-radius: 0 !important;
  font-size: 12px;
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
  padding: 8px;
  margin-bottom: 12px;
  width: calc(50% - 12px);
  text-align: center;
  align-items: center;
}

.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item.__bpa-is-selected {
  background-color: #FFF8EF !important;
}

.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item span {
  font-weight: 300;
}

.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item span.bpa-front--ts-capacity-counter {
  font-size: 12px;
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
}

.bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row {
  margin-bottom: 12px;
}

.bpa-front--dt__calendar {
  margin-bottom: 0;
}

.bpa-front-module--bd-form .el-row .el-col {
  margin-bottom: 32px;
}

.bpa-front-module--bd-form .el-row .el-col:last-child {
  margin-bottom: 0;
}

.bpa-front-form-control input {
  height: 52px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 16px !important;
}

.bpa-front-form-control .el-textarea__inner:focus,
.bpa-front-form-control input:focus,
.el-date-picker__time-header .el-input .el-input__inner:focus,
.bpa-front-form-control.--bpa-country-dropdown {
  box-shadow: none !important;
}

.bpa-front-tabs .el-form-item__label .bpa-front-form-label {
  font-size: 14px !important;
  font-family: var(--bs-font-monospace) !important;
  font-weight: 600;
  margin-bottom: 6px;
  color: rgba(var(--bs-dark-rgb), 0.7);
  text-align: left;
}

.bpa-front-tabs .bpa-front-form-control .el-textarea__inner {
  border-radius: 0 !important;
  min-height: 100px !important;
}

.bpa-front-form-control--checkbox .el-checkbox__label,
.bpa-front-form-control--checkbox .el-checkbox__input.is-checked+.el-checkbox__label {
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
}

.bpa-front-form-control--checkbox .el-checkbox__label a {
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
  text-decoration: underline !important;
  font-weight: 300;
  font-family: var(--bs-font-sans-serif);
}

.el-form-item__error {
  left: 0;
}

.bpa-custom-dropdown .popper__arrow {
  display: none !important;
}

.el-select-dropdown {
  box-shadow: none;
  border-radius: 0;
}

.vti__dropdown-list.below {
  top: 52px;
}

.bpa-bd-fields--sel-container {
  z-index: inherit !important;
}

.bpa-bd-fields--sel-container .el-select-dropdown .el-select-dropdown__list .el-select-dropdown__item {
  padding: 9px 16px;
  line-height: normal;
}

.bpa-front-module-container.bpa-front-module--category {
  display: none;
}

.bpa-front-module-container.bpa-front-module--service {
  margin-top: 0;
}

.bpa-front-toast-notification.--bpa-error {
  border-radius: 0;
}

.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-head p {
  font-size: 14px !important;
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
}

.bpa-fm__booking-summary-v47 .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item {
  padding: 12px 24px;
  max-width: 25%;
  width: 100%;
  text-align: center;
}

.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content {
  width: 33.33%;
  float: left;
}

.bpa-front-module--booking-summary .bpa-front-module--bs-summary-content.bpa-front-summary-content__lg {
  width: calc(100% - 33.33%);
  float: left;
}

.bpa-fm__booking-summary-v47 .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item {
  max-width: 50%;
}

.bpa-front-module--bs-summary-content.bpa-front-module--bs-customer-detail .bpa-front-module--bs-summary-content-item {
  max-width: 100%;
}

.bpa-front-module--booking-summary .bpa-front-summary-content__lg .bpa-front-module--bs-summary-content-item:first-child {
  border-left: 1px solid var(--bpa-gt-gray-400);
}

.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item span,
.bpa-front-tmc__sc-item .bpa-front-sc-item__label {
  font-size: 12px !important;
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
}

.bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val {
  font-size: 12px !important;
  color: var(--bs-dark);
}

.bpa-fm--bs-amount-item.bpa-is-total-row {
  clear: both;
}

.bpa-front-module--booking-summary .bpa-front-module--bs-head .bpa-head__vector,
.bpa-front-tmc__vector--confirmation {
  display: none;
}

.bpa-front-module--booking-summary .bpa-front-module--bs-head {
  margin-bottom: 40px;
}

.bpa-front-module--bs-head>svg,
.bpa-front-tmc__head svg {
  margin-bottom: 24px;
}

.bpa-front-module--booking-summary {
  margin-bottom: 0;
  padding: 50px 0;
}

.bpa-front-tmc__head {
  margin-bottom: 40px;
}

.bpa-front-tmc__head .bpa-front-tmc__title {
  font-size: 20px !important;
  font-family: var(--bs-font-monospace) !important;
}

.bpa-front-tmc__booking-id .bpa-front-bi__label,
.bpa-front-tmc__head p {
  font-size: 14px !important;
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
  margin-bottom: 8px;
}

.bpa-front-tmc__booking-id .bpa-front-bi__label span {
  color: rgba(var(--bs-dark-rgb), 1) !important;
  font-weight: 300;
}

.bpa-front-thankyou-module-container {
  max-width: 1122px;
  margin: 0 auto;
  border-radius: 0;
  padding-top: 90px;
  padding-bottom: 0;
}

.bpa-front-tmc__summary-content {
  padding-bottom: 90px;
  margin-bottom: 0;
}

.bpa-front-module--add-to-calendar {
  padding: 40px 0;
}

.bpa-front-module--add-to-calendar .bpa-fm--atc__heading {
  font-size: 16px !important;
  margin-bottom: 32px;
}

.bpa-front-btn:not(.bpa-fm--bs__coupon-module-textbox .bpa-front-btn) {
  font-size: 14px !important;
  border-radius: 0 !important;
}

.bpa-front-module--atc-wrapper .bpa-front-module--atc__item {
  margin: 0 !important;
  box-shadow: none !important;
}

.bpa-front-module--atc-wrapper {
  gap: 16px;
}

.bpa-front-module--bs-amount-details {
  display: none;
}

.bpa-front-cancel-module-container {
  border-radius: 0;
  margin-top: 40px;
}

.bpa-front-module-container.bpa-front-module--basic-details .bpa-front-module--bd-form .bpa-bd-fields-row .el-col:nth-child(7) {
  margin-bottom: 0;
}

.bpa-front-tabs--panel-body:nth-child(2) .bpa-front-module--service-items-row {
  max-height: 550px;
  overflow: hidden;
  overflow-y: auto;
}

.bpa-front-module--service-item.__bpa-is-description-enable .bpa-front-si-card p.--bpa-is-desc {
  color: rgba(var(--bs-dark-rgb), 0.7) !important;
  margin-bottom: 16px !important;
}

.bpa-fm--service__advance-options {
  box-shadow: none !important;
}

@media (min-width: 1368px) and (max-width: 1599px) {

  .bpa-front-module--date-and-time .bpa-front--dt__wrapper,
  .bpa-front-module--service-items-row {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 1024px) {
  .bpa-front-tabs--panel-body .bpa-front-dc--body {
    padding: 16px;
  }

  .bpa-front-module--location-items-row {
    margin: 0;
  }

  .bpa-front-tabs--vertical-left .bpa-front-tab-menu {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .bpa-front-module--basic-details {
    padding: 0;
  }

  .bpa-fm-li--col-item:not(:last-child),
  .bpa-front-module--service-items-row .bpa-fm--si--col:not(:last-child) {
    margin-bottom: 16px;
  }

  .bpa-front-module-location-module .bpa-front-module-heading,
  .bpa-front-tabs .bpa-front-module-heading,
  .bpa-front-module--date-and-time.__sm .bpa-front-module-heading,
  .bpa-front-module--date-and-time.__sm .bpa-front-module-heading {
    padding-left: 0;
  }

  .bpa-front-module--service-item .bpa-front-si-card {
    border: 1px solid var(--bpa-gt-gray-400);
  }

  .bpa-front-module--service-items-row .bpa-front-module--service-item,
  .bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn,
  .bpa-front--dt__time-slots .bpa-front--dt__ts-body {
    padding: 0;
    border-bottom: 0;
  }

  .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left {
    margin-right: 0;
  }

  .bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading,
  .bpa-li-col__body .bpa-li-col__title {
    font-size: 18px !important;
  }

  .bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn .bpa-front-btn {
    border-radius: 0 !important;
    padding: 12px;
  }

  .bpa-front-tabs--vertical-left .bpa-front-tab-menu {
    padding: 16px;
    margin-bottom: 16px;
  }

  .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item {
    flex-direction: column;
    width: 80px;
    flex: 1 0 auto;
  }

  .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item {
    margin-right: 16px;
    text-align: center;
    gap: 8px;
  }

  .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item::before {
    content: "" !important;
  }

  .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item::after {
    content: none !important;
  }

  .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-icon svg {
    width: 18px;
  }

  .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active .bpa-front-tm--item-icon,
  .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active span {
    background-color: var(--bs-primary);
  }

  .bpa-front-thankyou-module-container {
    padding-top: 40px;
    margin: 0 16px;
  }

  .bpa-front-module--atc-wrapper {
    padding: 0 16px;
  }

  .bpa-front-tmc__summary-content {
    padding-bottom: 40px;
  }

  .bpa-front-tmc__summary-content .bpa-front-tmc__sc-item {
    padding: 16px 0;
  }

  .bpa-front-tmc__head {
    margin-bottom: 24px;
  }

  .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content,
  .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content.bpa-front-summary-content__lg {
    width: 100%;
    float: none;
  }

  .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content.bpa-front-summary-content__lg {
    display: block;
  }

  .bpa-fm__booking-summary-v47 .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item {
    max-width: 100%;
  }

  .bpa-front-module--booking-summary .bpa-front-summary-content__lg .bpa-front-module--bs-summary-content-item:first-child {
    border-left: 0;
  }

  .bpa-fm__booking-summary-v47 .bpa-front-summary-content__sm {
    display: none;
  }

  .bpa-front-module--booking-summary {
    padding: 40px 0;
    margin: 0 -16px;
  }

  .bpa-front-module--booking-summary .bpa-front-module--bs-head {
    margin-bottom: 24px;
  }
}